html {
	--cinza: #b2b3b5;
	--cinzaFonte: #797979;
	--cinzaTitulo: #4d4d4f;
	--azulLink: #0083ca;
	--azulClaro: #20c4f4;
	--roxo: #7c00ca;
}
* {
	text-decoration: none;
	margin: 0;
	padding: 0;
	outline: none !important;
	list-style: none;
	font-weight: 400;
	font-family: "MullerRegular";
}
img {
	max-width: 100%;
}
section {
	overflow: hidden;
	width: 100%;
	position: relative;
	z-index: 1;
}
.container {
	max-width: 1200px;
	width: 95%;
	margin: 0 auto;
}
.fancybox-toolbar {
	justify-content: flex-end;
}
div,
ul {
	display: flex;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
	flex-wrap: wrap;
}
.box-public {
	background-image: url(../imgs/publicidadebg.jpg);
}

.turismo-religioso-mobile{
	display: none;
}
table td {
	padding: 15px;
	box-sizing: border-box;
	font-size: 14px;
}
table tr:nth-child(odd) {
	background: #ddd;
}
table {
	background: #eee;
}
.box-public {
	margin: 20px 0;
	padding: 20px 0 25px;
	display: flex;
	justify-content: center;
}
.box-public span {
	background-color: #fff;
	padding: 5px 10px;
	display: inline-block;
	font-size: 12px;
	margin-bottom: 5px;
	color: var(--cinzaFonte);
	margin-top: -15px;
	border-radius: 25px;
}
.box-public div {
	justify-content: center;
}
header {
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}
header .logo {
	width: 190px;
}
header .box-info-header {
	width: calc(100% - 190px);
	justify-content: flex-end;
}
header .box-info-header nav {
	margin-right: 100px;
}
header .box-info-header nav a {
	padding: 10px 20px;
	display: inline-block;
}
header .box-info-header nav a span {
	font-size: 14px;
	color: var(--cinza);
	position: relative;
	font-family: "MullerBold";
}
header .box-info-header nav a span:before {
	content: "";
	width: 15px;
	height: 3px;
	position: absolute;
	bottom: -7px;
	left: 0;
	display: block;
	transition: 0.2s;
}
header .box-info-header nav a:hover span:before {
	width: 100%;
}
header .box-info-header nav a.cl-noticia span:before {
	background-color: #eb212e;
}
header .box-info-header nav a.cl-esporte span:before {
	background-color: #00ca7c;
}
header .box-info-header nav a.cl-coluna span:before {
	background-color: #7c00ca;
}
header .box-info-header nav a.cl-guia span:before {
	background-color: #0083ca;
}
header .box-info-header nav a.cl-cultura span:before {
	background-color: #ca009d;
}
header .box-info-header .box-busca {
	width: 350px;
	display: flex;
	justify-content: space-between;
}
header .box-info-header .box-busca > a {
	color: var(--azulClaro);
}
header .box-info-header .box-busca form {
	position: relative;
	border: 1px solid #ccc;
	padding: 8px;
}
header .box-info-header .box-busca form a {
	position: absolute;
	right: 0;
	color: var(--cinza);
	font-size: 12px;
	top: -18px;
}
header .box-info-header .box-busca form input[type="text"] {
	border: 0 solid;
	width: 170px;
}
header .box-info-header .box-busca form button {
	border: 0 solid;
	background-color: transparent;
	color: var(--cinzaFonte);
}
.modal-chamada {
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	z-index: 11;
	top: 0;
	left: 0;
	display: none;
	justify-content: center;
	align-items: center;
}
.modal-chamada .btn-fechar-modal {
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: fixed;
	right: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.8);
}
.modal-chamada .btn-fechar-modal:before {
	content: "";
	width: 25px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	display: block;
	top: 50%;
	transform: rotate(45deg);
	left: 8px;
}
.modal-chamada .btn-fechar-modal:after {
	content: "";
	width: 25px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	display: block;
	top: 50%;
	transform: rotate(-45deg);
	left: 8px;
}
.modal-chamada .btn-fechar-modal a {
	display: flex;
	justify-content: center;
	cursor: pointer;
}
.modal-chamada .box-link {
	cursor: pointer;
}
#destaques {
	padding-top: 30px;
}
#destaques .data-atual {
	margin-bottom: 20px;
}
#destaques .data-atual .time,
#destaques .data-atual .date {
	font-size: 12px;
	color: #666;
	text-transform: uppercase;
	margin-right: 10px;
}
#destaques .box-destaque {
	align-items: flex-start;
}
#destaques .box-destaque.box-principal {
	align-items: normal;
}
#destaques .box-destaque a:hover {
	text-decoration: underline;
}
#destaques .box-noticias-destaque {
	display: none;
	width: calc(100% - 450px);
	padding-right: 50px;
}
#destaques .box-noticias-principal {
	width: calc(100% - 470px);
	margin-right: 20px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}
#destaques .box-noticias-principal:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 300px;
	background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e5799',endColorstr='#000000',GradientType=0);
}
#destaques .box-noticias-destaque h5 {
	width: 100%;
	color: var(--cinzaFonte);
	font-size: 12px;
}
#destaques .box-noticias-destaque h1 {
	margin: 15px 0;
}
#destaques .box-noticias-destaque h1 a {
	color: var(--azulLink);
	font-family: "MullerBold";
	line-height: 42px;
	font-size: 36px;
}
#destaques .box-noticias-principal h1 {
	position: relative;
	color: #fff;
	z-index: 1;
	line-height: 36px;
	font-size: 32px;
	margin-bottom: 10px;
	font-family: "MullerBold";
}
#destaques .box-noticias-principal a {
	position: absolute;
	box-sizing: border-box;
	align-content: flex-end;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	padding: 20px 20px 40px;
}
#destaques .box-noticias-principal a:hover {
	text-decoration: none;
}
#destaques .box-noticias-principal a span {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 8px 20px;
	background-color: #eb212e;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	z-index: 2;
}
#destaques .box-noticias-destaque h2 {
	color: var(--cinzaFonte);
	padding-right: 80px;
	position: relative;
	z-index: 1;
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 20px;
}
#destaques .box-noticias-principal h2 {
	color: #fff;
	z-index: 1;
	position: relative;
	font-size: 14px;
	font-family: "MullerRegular";
	line-height: 22px;
}
#destaques .box-noticias-destaque ul {
	list-style-type: disc;
}
#destaques .box-noticias-destaque ul li {
	list-style-type: disc;
	width: 100%;
	margin: 8px 0 8px 20px;
}
#destaques .box-noticias-destaque ul li a {
	color: var(--azulLink);
	font-size: 14px;
}
#destaques .box-destaque.box-principal .box-guia-destaque .item {
	width: 100%;
	height: 430px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#destaques .box-guia-destaque {
	width: 450px;
	height: 410px;
	background-color: #eee;
}
.box-color-guia {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 8px 20px;
	font-size: 12px;
	color: #fff;
	z-index: 2;
	background-color: var(--azulLink);
}
.box-video-img {
	position: relative;
}
#destaques .box-video {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	text-align: center;
	flex-wrap: wrap;
	z-index: 6;
	padding: 40px 20px;
	box-sizing: border-box;
	text-decoration: none !important;
}
#destaques .box-video h4 {
	width: 100%;
	color: #fff;
	font-size: 32px;
	margin-bottom: 10px;
}
#destaques .box-video p {
	color: #fff;
	font-size: 14px;
	line-height: 22px;
}
.box-guia-destaque {
	position: relative;
}
.box-guia-destaque .box-item-guia {
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 410px;
	background: rgb(44, 80, 207);
	background: -moz-linear-gradient(-45deg, rgba(44, 80, 207, 1) 0%, rgba(58, 21, 126, 1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(44, 80, 207, 1) 0%, rgba(58, 21, 126, 1) 100%);
	background: linear-gradient(135deg, rgba(44, 80, 207, 1) 0%, rgba(58, 21, 126, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c50cf',endColorstr='#3a157e',GradientType=1);
}
.box-guia-destaque .box-item-guia .img {
	position: relative;
}
.box-guia-destaque .box-item-guia .img:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(184, 31, 31, 0) 50%, rgba(255, 43, 43, 0) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(184, 31, 31, 0) 50%, rgba(255, 43, 43, 0) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(184, 31, 31, 0) 50%, rgba(255, 43, 43, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#00ff2b2b',GradientType=0);
}
.box-guia-destaque .box-item-guia .img {
	height: calc(100% - 10px);
	background-position: right 35% bottom 45%;
	width: calc(100% - 10px);
	margin-top: 5px;
	margin-left: 5px;
}
.box-video-img:hover:before {
	transform: scale(1.2);
}
.box-video-img:before {
	content: "";
	transition: 0.2s;
	background-image: url(../imgs/player.png);
	width: 90px;
	height: 90px;
	background-size: contain;
	position: absolute;
	top: calc(50% - 90px / 2);
	left: calc(50% - 90px / 2);
}
#coluna {
	margin-top: 30px;
}
#coluna .box-colunas {
	align-items: initial;
}
#coluna .box-colunas .box-chamada {
	width: 300px;
	height: 275px;
	background: var(--roxo);
	align-content: center;
	padding: 20px;
}
#coluna .box-colunas .box-chamada h3 {
	color: #fff;
	font-family: "MullerBold";
	position: relative;
	font-size: 34px;
	width: 100%;
	margin-bottom: 20px;
}
#coluna .box-colunas .box-chamada h3:before {
	content: "";
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 50px;
	height: 2px;
	background-color: #fff;
}
#coluna .box-colunas .box-chamada p {
	color: #fff;
	position: relative;
	font-size: 16px;
	line-height: 24px;
}
#coluna .box-colunas .box-colunistas {
	width: calc(100%);
}
#coluna .box-colunas .box-colunistas .box-coluna {
	width: calc(100% / 4 - 10px);
	margin: 0 5px;
	height: 220px;
	align-items: flex-end;
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 30px 20px;
}
#coluna .box-colunas .box-colunistas .box-coluna:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 300px;
	background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 30%, rgba(0, 0, 0, 0.8) 100%);
	background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 30%, rgba(0, 0, 0, 0.8) 100%);
	background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 30%, rgba(0, 0, 0, 0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e5799',endColorstr='#000000',GradientType=0);
}
#coluna .box-colunas .box-colunistas .box-coluna a {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	top: 0;
	left: 0;
	display: flex;
	align-items: flex-end;
	transition: 0.2s;
	padding: 30px 20px;
	box-sizing: border-box;
}
#coluna .box-colunas .box-colunistas .box-coluna a:hover {
	background-color: rgba(0, 0, 0, 0.4);
}
#coluna .box-colunas .box-colunistas .box-coluna span {
	position: absolute;
	background-color: var(--roxo);
	bottom: 0;
	color: #fff;
	right: 0;
	font-size: 10px;
	padding: 8px 10px;
}
#coluna .box-colunas .box-colunistas .box-coluna h4 {
	color: #fff;
	font-family: "MullerBold";
	font-size: 18px;
	line-height: 28px;
	text-shadow: 0 0 5px #000;
}
#conteudo .box-conteudo {
	align-items: flex-start;
}
#conteudo a:hover {
	text-decoration: underline;
}
.box-noticias.home {
	width: calc(100% - 320px);
	padding-right: 50px;
}
.box-noticias.guia-simples {
	max-width: 700px;
}
.box-noticias .item {
	margin-top: 30px;
}
.box-noticias .item a {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.box-noticias .item a:hover {
	text-decoration: none !important;
}
.box-noticias .item a:hover .box-informacoes h2 {
	text-decoration: underline;
}
.box-noticias .item .box-img {
	width: 280px;
	height: 190px;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.label-noticia {
	background-color: #eb212e !important;
}
.label-esporte {
	background-color: #00ca7c !important;
}
.label-coluna {
	background-color: #7c00ca !important;
}
.label-guia {
	background-color: #0083ca !important;
}
.label-cultura {
	background-color: #ca009d !important;
}
.box-noticias .item .box-img span {
	position: absolute;
	padding: 8px 10px;
	background-color: #000;
	color: #fff;
	font-size: 10px;
	right: 0;
	bottom: 0;
	line-height: initial;
}
.box-noticias .item .box-informacoes {
	width: calc(100% - 280px);
	padding-left: 15px;
}
.box-noticias .item.full .box-informacoes {
	width: 100%;
	padding-left: 0;
}
.box-noticias .item .box-informacoes h5 {
	letter-spacing: 1px;
	font-size: 10px;
	width: 100%;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: var(--cinzaFonte);
}
.box-noticias .item .box-informacoes h2 {
	color: var(--cinzaTitulo);
	font-size: 25px;
	font-family: "MullerBold";
	max-width: 400px;
	text-align: left;
	margin-bottom: 15px;
}
.box-noticias .item.full .box-informacoes h2 {
	max-width: 100%;
}
.box-noticias .item .box-informacoes span {
	color: var(--cinzaFonte);
	font-size: 12px;
	margin-bottom: 15px;
	display: inline-block;
	width: 100%;
}
.box-noticias .item .box-informacoes .chamada p {
	line-height: 22px;
	color: var(--cinzaFonte);
	font-size: 14px;
}
#conteudo .box-conteudo .box-lateral {
	width: 320px;
}
#conteudo .box-conteudo .box-lateral > div {
	border: 1px solid #eee;
	padding: 20px 10px 10px;
	margin-top: 40px;
	justify-content: center;
}

#conteudo .box-conteudo .box-lateral > div.turismo-religioso {
	border: 1px solid transparent;
	padding: 0;
	margin-top: 30px;
}

#conteudo .box-conteudo .box-lateral > div.edicao-do-dia{
	margin-top: 20px;
}

#conteudo .box-conteudo .box-lateral > div.edicao-do-dia.box-religiao{
	padding-top: 10px;
}

#conteudo .box-conteudo .box-lateral > div.edicao-do-dia.box-religiao .turismo-religioso{
    justify-content: center;
    margin-bottom: 10px;
}

#conteudo .box-conteudo .box-lateral > div.edicao-do-dia .box-coluna {
	height: 200px;
    background-size: cover;
    background-position: center;
    position: relative;
}

#conteudo .box-conteudo .box-lateral > div.edicao-do-dia .box-coluna:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 300px;
	background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 30%, rgba(0, 0, 0, 0.8) 100%);
	background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 30%, rgba(0, 0, 0, 0.8) 100%);
	background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 30%, rgba(0, 0, 0, 0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e5799',endColorstr='#000000',GradientType=0);
}

#conteudo .box-conteudo .box-lateral > div.edicao-do-dia .box-coluna a {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	top: 0;
	left: 0;
	display: flex;
	align-items: flex-end;
	transition: 0.2s;
    padding: 25px 15px;
	box-sizing: border-box;
}

#conteudo .box-conteudo .box-lateral > div.edicao-do-dia .box-coluna a:hover {
	background-color: rgba(0, 0, 0, 0.4);
	text-decoration: none !important;
}

#conteudo .box-conteudo .box-lateral > div.edicao-do-dia .box-coluna span {
	position: absolute;
	background-color: var(--roxo);
	bottom: 0;
	color: #fff;
	right: 0;
	font-size: 10px;
	padding: 8px 10px;
}

#conteudo .box-conteudo .box-lateral > div.edicao-do-dia .box-coluna h4 {
	color: #fff;
	font-family: "MullerBold";
	font-size: 18px;
	line-height: 28px;
	text-shadow: 0 0 5px #000;
}

#conteudo .box-conteudo .box-lateral > div.edicao-do-dia .detalhes{
	justify-content: flex-end;
	margin-top: 10px;
}

#conteudo .box-conteudo .box-lateral > div.edicao-do-dia span.box-autor{
	letter-spacing: 1px;
    font-size: 10px;
    width: 100%;
    text-align: right;
    margin: 2px 0 8px;
    text-transform: uppercase;
    color: var(--cinzaFonte);
    font-family: "MullerBold";
}

#conteudo .box-conteudo .box-lateral > div.edicao-do-dia .detalhes h4 {
	width: 100%;
}

#conteudo .box-conteudo .box-lateral > div.edicao-do-dia .detalhes h4 a{
	line-height: 26px;
	font-size: 18px;
	color: var(--cinzaTitulo);
	font-family: "MullerBold";
}

#conteudo .box-conteudo .box-lateral > div.edicao-do-dia .detalhes p {
    color: var(--cinzaFonte);
    font-size: 14px;
    /*display: none;*/
    line-height: 18px;
}

#conteudo .box-conteudo .box-lateral > div.box-falecimento {
	padding: 20px 10px 20px 20px;
}


#conteudo .box-conteudo .box-lateral > div .new-colunas{

}

#conteudo .box-conteudo .box-lateral .new-colunas .box-item .info{
	width: 100% !important;
    padding-right: 0 !important;
}

#conteudo .box-conteudo .box-lateral .new-colunas .box-item .img{
	width: 100% !important;
    height: 200px !important;
    margin: 0 0 10px;
    border-radius: 0 !important;
}

#conteudo .box-conteudo .box-lateral > div .new-colunas .img{
	
}


#conteudo .box-conteudo .box-lateral h3 {
	text-align: center;
	width: 100%;
	color: var(--azulClaro);
	font-size: 18px;
	margin-bottom: 15px;
	font-family: "MullerBold";
}




#conteudo .box-conteudo .box-lateral .box-classificados ul li {
	width: calc(100% / 3);
	margin: 10px 0;
}
#conteudo .box-conteudo .box-lateral .box-classificados ul li a {
	height: 65px;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	justify-content: center;
}
#conteudo .box-conteudo .box-lateral .box-classificados ul li a:hover {
	text-decoration: none;
}
#conteudo .box-conteudo .box-lateral .box-classificados ul li a span {
	color: var(--cinza);
	font-size: 12px;
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

#conteudo .box-conteudo .box-lateral .box-blogs-colunas .box-item {
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	padding-bottom: 10px;    
}

#conteudo .box-conteudo .box-lateral .box-blogs-colunas .box-item:last-child{
	border-bottom: 0px solid #000;
}

#conteudo .box-conteudo .box-lateral .box-blogs-colunas .box-item .info {
	width: calc(100% - 60px);
	padding-right: 10px;
}

#conteudo .box-conteudo .box-lateral .box-blogs-colunas .box-item .info p a {
	color: #555;
	font-weight: 800;
}
#conteudo .box-conteudo .box-lateral .box-blogs-colunas .box-item .info .descricao {
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;
}


#conteudo .box-conteudo .box-lateral .box-blogs-colunas .box-item .info .descricao a {
	color: var(--cinzaFonte);
    font-size: 18px;
    font-family: "MullerBold";
    line-height: 22px;
}
#conteudo .box-conteudo .box-lateral .box-blogs-colunas .box-item .descricao-conteudo a{
	color: var(--cinzaFonte);
    font-size: 14px;
    font-family: "MullerRegular";
    line-height: 20px;
}

#conteudo .box-conteudo .box-lateral .box-blogs-colunas .box-item .info h3 {
	text-align: left;
	margin-bottom: 5px;
}
#conteudo .box-conteudo .box-lateral .box-blogs-colunas .box-item .info h3 a {
	color: var(--azulClaro);
	opacity: 0.9;
	text-transform: uppercase;
	font-size: 13px;
}


#conteudo .box-conteudo .box-lateral .box-blogs-colunas.new-colunas .box-item .info h3 a {
	font-size: 16px;
}


#conteudo .box-conteudo .box-lateral .box-blogs-colunas .box-item .img {
	width: 50px;
	height: 50px;
	position: relative;
	background-position: center;
	background-size: cover;
	border-radius: 50%;
}
#conteudo .box-conteudo .box-lateral .box-blogs-colunas .box-item .img a {
	position: absolute;
	width: 100%;
	height: 100%;
}
#conteudo .box-conteudo .box-lateral .box-mais-lidas ul {
	padding-left: 20px;
}
#conteudo .box-conteudo .box-lateral .box-mais-lidas ul li {
	width: 100%;
	margin: 10px 0;
	list-style-type: decimal;
	list-style-position: red;
}
#conteudo .box-conteudo .box-lateral .box-mais-lidas ul li a {
	color: var(--cinzaTitulo);
	line-height: 18px;
	font-size: 14px;
	opacity: 0.9;
}
#conteudo .box-conteudo .box-lateral .box-mais-lidas ul li a:hover {
	text-decoration: underline;
}
#conteudo .box-conteudo .box-lateral .box-info-falecimentos {
	max-height: 350px;
	overflow: hidden;
}
.box-info-falecimentos .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #0083ca;
}
#conteudo .box-conteudo .box-lateral .box-info-falecimentos .item {
	margin: 10px 0;
}
#conteudo .box-conteudo .box-lateral .box-info-falecimentos .item a {
	color: var(--cinzaTitulo);
	line-height: 20px;
	font-family: "MullerBold";
	width: 100%;
	font-size: 16px;
	opacity: 0.9;
}
#conteudo .box-conteudo .box-lateral .box-info-falecimentos .item span {
	font-size: 12px;
	display: inline-block;
	margin-top: 10px;
	color: var(--cinzaFonte);
}
.box-vermais .btn-ver-mais {
	margin-top: 20px;
	background-color: var(--azulClaro);
	padding: 10px;
	color: #fff;
	font-family: "MullerBold";
	text-align: center;
	display: inline-block;
}
#conteudo .box-cinema {
	margin-top: 50px;
	padding-bottom: 50px;
}
#conteudo .box-cinema h3 {
	color: var(--azulLink);
	font-family: "MullerBold";
	margin-bottom: 20px;
	font-size: 24px;
}
#conteudo .box-cinema .box-itens-cinema .item {
	width: calc(100% / 7);
	padding: 5px;
}
#conteudo .box-cinema .box-itens-cinema .item a {
	text-decoration: none !important;
}
#conteudo .box-cinema .box-itens-cinema .item a .img {
	height: 260px;
	background-position: center;
	background-size: cover;
}
#conteudo .box-cinema .box-itens-cinema .item a h4 {
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	color: var(--cinzaFonte);
}
#mapa-site {
	background-color: #ebebeb;
	padding: 30px 0;
}
#mapa-site .box-mapa-site {
	align-items: flex-start;
}
#mapa-site .box-mapa-site .item {
	width: calc(100% / 7);
}
#mapa-site .box-mapa-site .item h4 {
	font-family: "MullerBold";
	margin-bottom: 10px;
	width: 100%;
}
#mapa-site .box-mapa-site .item h4.box-topo {
	margin-top: 30px;
}
#mapa-site .box-mapa-site .item a {
	display: block;
	font-size: 14px;
	width: 100%;
	margin: 5px 0;
	color: var(--cinzaTitulo);
}
#mapa-site .box-mapa-site .item a:hover {
	text-decoration: underline;
}
#mapa-site .box-mapa-site .item a.btn-anuncie-aqui {
	background-color: var(--azulClaro);
	padding: 10px;
	color: #fff;
	font-family: "MullerBold";
	text-align: center;
}
#mapa-site .box-mapa-site .item ul li a {
	font-size: 30px;
}
#mapa-site .box-mapa-site .item ul li {
	margin-right: 10px;
}

#mapa-site .box-mapa-site .item.associado {
	margin-top: -60px;
}

#mapa-site .box-mapa-site .item.associado img{
	width: 85px;
}

footer {
	padding: 15px 0;
}
footer .box-desenvolvedor {
	justify-content: center;
}
footer .box-desenvolvedor p {
	font-size: 12px;
}
footer .box-desenvolvedor p img {
	width: 60px;
	transform: translateY(2px);
}
#banner-landing {
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#banner-landing:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(0, 0, 0);
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(9, 9, 121, 0) 50%, rgba(0, 0, 0, 0.82) 100%);
}
#banner-landing:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(0, 0, 0);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.82) 0%, rgba(253, 187, 45, 0) 50%);
}
#info-landing {
	z-index: 2;
	overflow: visible;
	margin-bottom: 30px;
}
#info-landing .box-info-landing {
	align-items: flex-start;
	margin-top: -80px;
	z-index: 1;
}
#info-landing .box-info-landing .logo-user {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 190px;
	height: 190px;
	border: 2px solid #fff;
}
#info-landing .box-info-landing .info-user {
	width: calc(100% - 200px);
	align-items: flex-start;
}
#info-landing .box-info-landing .info-user .box:first-child {
	padding-left: 20px;
	width: calc(100% - 535px);
}
#info-landing .box-info-landing .info-user .box:first-child .item.info {
	height: 80px;
	align-content: flex-end;
	padding-bottom: 15px;
}
#info-landing .box-info-landing .info-user .box:first-child .item.info p {
	color: #fff;
	min-height: 18px;
	padding-left: 0;
	display: inline-block;
}
#info-landing .box-info-landing .info-user .box:first-child .item.info p span {
	font-weight: 700;
	font-size: 14px;
}
#info-landing .box-info-landing .info-user .box {
	width: 50%;
}
#info-landing .box-info-landing .info-user .box:last-child {
	width: 535px;
	padding-top: 15px;
}
#info-landing .box-info-landing .info-user .box:last-child .first {
	justify-content: flex-end;
	margin-bottom: 20px;
}
#info-landing .box-info-landing .info-user .box:last-child .first .item {
	position: relative;
	padding-bottom: 10px;
}
#info-landing .box-info-landing .info-user .box:last-child .first .item:first-child {
	margin-right: 20px;
}
#info-landing .box-info-landing .info-user .box:last-child .first .icon {
	border-radius: 100px;
	display: flex;
	align-items: center;
	transition: 0.2s;
	height: 33px;
}
#info-landing .box-info-landing .info-user .box:last-child .first .item:hover .submenu {
	display: block;
}
#info-landing .box-info-landing .info-user .box:last-child .first .submenu {
	position: absolute;
	max-width: 220px;
	display: none;
	top: 100%;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
	padding: 5px 15px;
}
#info-landing .box-info-landing .info-user .box:last-child .first .submenu:before {
	content: "";
	width: 0;
	height: 0;
	border-bottom: 10px solid #fff;
	border-top: 10px solid transparent;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	display: block;
	position: absolute;
	top: -20px;
	left: calc(50% - 10px);
}
#info-landing .box-info-landing .info-user .box:last-child .first .submenu a {
	justify-content: center;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	align-items: center;
	height: 60px;
	width: 100%;
	display: flex;
	box-sizing: border-box;
}
#info-landing .box-info-landing .info-user .box:last-child .first .submenu a img {
	transition: 0.2s;
	max-height: 35px;
}
#info-landing .box-info-landing .info-user .box:last-child .first .submenu .itens:last-child a {
	border-bottom: 0 solid #fff;
}
#info-landing .box-info-landing .info-user .box:last-child .first .submenu .itens a:hover img {
	transform: scale(1.1);
}
#info-landing .box-info-landing .info-user .box:last-child .first .icon img {
	position: relative;
	left: -5px;
	transition: 0.2s;
}
#info-landing .box-info-landing .info-user .box:last-child .first .icon:hover {
	transform: scale(1.1);
}
#info-landing .box-info-landing .info-user .box:last-child .first .icon:hover img {
	transform: scale(0.85);
}
#info-landing .box-info-landing .info-user .box:last-child .first .icon.icon-cardapio {
	background: #1fc4f4;
}
#info-landing .box-info-landing .info-user .box:last-child .first .icon.icon-restaurantes {
	background: #0081ca;
}
#info-landing .box-info-landing .info-user .box:last-child .first .icon.icon-whatsapp {
	background: #37c058;
}
#info-landing .box-info-landing .info-user .box:last-child .first .icon span {
	color: #fff;
	font-size: 14px;
	padding: 0 20px 0 10px;
}
#info-landing .box-info-landing .info-user .box:last-child .first .opcoes {
	position: absolute;
	top: 28px;
	left: 0;
	background-color: #fff;
	z-index: -2;
	border: 1px solid #ccc;
	padding: 10px;
	width: 225px;
	display: none;
}
#info-landing .box-info-landing .info-user .box:last-child .first .opcoes.active {
	display: flex;
}
#info-landing .box-info-landing .info-user .box:last-child .first .opcoes .cada-opcao a {
	font-size: 14px;
	color: var(--cinza);
	font-family: "MullerBold";
	padding: 10px 0;
	position: relative;
}
#info-landing .box-info-landing .info-user .box:last-child .first .opcoes .cada-opcao a:before {
	content: "";
	width: 15px;
	height: 3px;
	position: absolute;
	bottom: 6px;
	left: 0;
	display: block;
	background-color: #0083ca;
	transition: 0.2s;
}
#info-landing .box-info-landing .info-user .box:last-child .first .opcoes .cada-opcao a:hover:before {
	width: 100%;
}
#info-landing .box-info-landing .info-user .box:last-child .mid {
	justify-content: flex-end;
}
#info-landing .box-info-landing .info-user .box:last-child .mid .box-itens {
	width: 315px;
}
#info-landing .box-info-landing .info-user .box:last-child .mid .box-itens .cada-item {
	width: 50%;
	margin-bottom: 15px;
}
#info-landing .box-info-landing .info-user .box:last-child .mid .box-itens .cada-item p {
	font-size: 14px;
	margin-bottom: 3px;
	font-family: "MullerBold";
	width: 100%;
	color: #333;
}
#info-landing .box-info-landing .info-user .box:last-child .mid .box-itens .cada-item p span {
	font-size: 12px;
	color: #333;
}
#info-landing .box-info-landing .info-user .box:last-child .box-lojas-app {
	margin-top: 5px;
	justify-content: flex-end;
}
#info-landing .box-info-landing .info-user .box:last-child .box-lojas-app p {
	font-family: "MullerBold";
	font-size: 14px;
	color: #333;
}
#info-landing .box-info-landing .info-user .box:last-child .box-lojas-app a {
	margin-left: 15px;
}
#info-landing .box-info-landing .info-user .box .item.first {
	margin-bottom: 10px;
	margin-top: 15px;
}
#info-landing .box-info-landing .info-user .box .first .item {
	width: auto;
}
#info-landing .box-info-landing .info-user .box .first .item.cardapio {
	cursor: pointer;
}
#info-landing .box-info-landing .info-user .box .first .item:last-child {
	margin-left: 20px;
}
#info-landing .box-info-landing .info-user .box .last {
	justify-content: flex-end;
	z-index: -3;
}
#info-landing .box-info-landing .info-user .box .last .box-last {
	width: 50%;
}
#info-landing .box-info-landing .info-user .box .redes {
	margin-bottom: 15px;
	min-height: 32px;
}
#info-landing .box-info-landing .info-user .box .box-last .item a i {
	font-size: 30px !important;
	color: #fff;
}
#info-landing .box-info-landing .info-user .box .last p {
	width: 100%;
	padding: 0;
	font-weight: 700;
	margin-bottom: 5px;
}
#info-landing .box-info-landing .info-user .box .last .cada,
#info-landing .box-info-landing .info-user .box .last .box-last .item {
	width: auto;
	margin-right: 8px;
}
#info-landing .box-info-landing .info-user .box .last .cada img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
#info-landing .box-info-landing .info-user .box .last .redes {
	justify-content: flex-end;
	align-items: center;
	color: #4d4d4f;
}
#info-landing .box-info-landing .info-user .box .last .redes span {
	color: #4d4d4f;
	display: inline-block;
	margin-right: 10px;
}
#info-landing .box-info-landing .info-user .box .last .box-last .item i {
	font-size: 34px !important;
}
#info-landing .box-info-landing .info-user .item {
	position: relative;
}
#info-landing .box-info-landing .info-user .item i {
	font-size: 20px !important;
	color: var(--cinzaTitulo);
}
#info-landing .box-info-landing .info-user .item p {
	width: calc(100% - 25px);
	font-size: 14px;
	padding: 0 10px 0 20px;
	color: var(--cinzaTitulo);
	box-sizing: border-box;
	line-height: 18px;
}
#info-landing .box-info-landing .info-user .item p a {
	color: var(--cinzaTitulo);
}
#conteudo-landing .box-conteudo-landing .item {
	align-items: flex-start;
	margin: 30px 0;
}
#conteudo-landing .box-conteudo-landing .item .box-img {
	width: 530px;
	background: #000;
}
#conteudo-landing .box-conteudo-landing .item .box-img .box-item-img {
	height: 550px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
#conteudo-landing .box-conteudo-landing .item .box-conteudo {
	width: calc(100% - 530px);
	padding-left: 40px;
}
#conteudo-landing .box-conteudo-landing .item.inverter {
	justify-content: flex-end;
}
#conteudo-landing .box-conteudo-landing .item.inverter .box-conteudo {
	padding-left: 0;
	padding-right: 40px;
}
#conteudo-landing .box-conteudo-landing .item .box-conteudo h1,
#conteudo-landing .box-conteudo-landing .item .box-conteudo h2 {
	margin: 50px 0 10px;
	font-size: 30px;
}
#conteudo-landing .box-conteudo-landing .item .box-conteudo .text {
	margin-top: 40px;
}
#conteudo-landing .box-conteudo-landing .item .box-conteudo .text p {
	font-size: 28px;
	line-height: 36px;
}
#conteudo-landing .box-conteudo-landing .item .box-conteudo .pos-text {
	margin-top: 50px;
	position: relative;
}
#conteudo-landing .box-conteudo-landing .item .box-conteudo .pos-text:before {
	content: "";
	width: 100px;
	height: 5px;
	background-color: #0083ca;
	top: -30px;
	position: absolute;
	display: block;
	left: -60px;
}
#conteudo-landing .box-conteudo-landing .item.inverter .box-conteudo .pos-text:before {
	left: initial;
	right: -60px;
}
#conteudo-landing .box-conteudo-landing .item .box-conteudo .pos-text p {
	font-size: 20px;
	line-height: 28px;
}
#conteudo-landing .box-carrossel-imagens .box-carrossel {
	margin: 50px auto;
	max-width: 800px;
	background-color: #000;
}
#conteudo-landing .box-carrossel-imagens .box-carrossel a {
	display: flex;
	justify-content: center;
}
#conteudo-landing .box-carrossel-imagens .box-carrossel a img {
	max-height: 600px;
}
.box-carrossel .arrow {
	color: #fff;
	font-size: 50px;
	position: absolute;
	top: calc(50% - 60px / 2);
	width: 30px;
	z-index: 2;
	cursor: pointer;
	display: flex;
	justify-content: center;
}
.box-carrossel .arrow.slick-disabled {
	display: none !important;
}
.box-carrossel .arrow i {
	font-size: 60px !important;
}
.box-carrossel .arrow-prev {
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 99%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 99%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 99%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#00000000',GradientType=1);
	left: 0;
	height: 100%;
	top: 0;
	width: 10%;
	transition: 0.2s;
	background-color: transparent;
}
.box-carrossel .arrow-prev:hover {
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(255, 137, 139, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(255, 137, 139, 0) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(255, 137, 139, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#00ff898b',GradientType=1);
}
.box-carrossel .arrow-next {
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 99%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 99%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 99%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#00000000',GradientType=1);
	transition: 0.2s;
	right: 0;
	height: 100%;
	top: 0;
	width: 10%;
}
.box-carrossel .arrow-next:hover {
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#000000',GradientType=1);
}
.slick-dots {
	position: absolute;
	bottom: 10px;
	display: flex;
	justify-content: center;
}
.slick-dots li {
	margin: 0 5px;
}
.slick-dots li.slick-active button {
	opacity: 1;
}
.slick-dots li button {
	cursor: pointer;
	font-size: 0;
	opacity: 0.3;
	border: 0 solid;
	color: transparent;
	width: 20px;
	height: 4px;
	background-color: #fff;
}
#guia h1 {
	color: var(--azulLink);
	font-size: 40px;
	margin: 50px 0 20px;
	font-family: "MullerBold";
}
#guia .box-guias {
	justify-content: flex-start;
	align-items: flex-start;
}
#guia .box-guias .sidebar {
	width: 150px;
	padding-bottom: 50px;
}
#guia .box-guias .sidebar h2 {
	color: var(--azulLink);
	font-size: 18px;
	margin: 0 0 15px;
	font-family: "MullerBold";
}
#guia .box-guias .sidebar .links a {
	padding: 15px 0;
	width: 100%;
}
#guia .box-guias .sidebar .links a span {
	position: relative;
	color: var(--cinzaTitulo);
}
#guia .box-guias .sidebar .links a span:before {
	position: absolute;
	bottom: -5px;
	width: 20px;
	height: 2px;
	transition: 0.2s;
	content: "";
	display: block;
	background-color: var(--azulLink);
}
#guia .box-guias .sidebar .links a:hover span:before {
	width: 100%;
}
#guia .box-guias .box-itens {
	width: calc(100% - 150px);
}
#guia .box-guias .box-itens .item {
	width: calc(100% / 3 - 20px);
	margin-left: 20px;
	margin-bottom: 40px;
}
#guia .box-guias .box-itens .item a {
	display: inline-block;
	width: 100%;
}
#guia .box-guias .box-itens .item .img {
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 220px;
	background-color: #eee;
}
#guia .box-guias .box-itens .item p {
	width: 100%;
	text-align: center;
	color: var(--cinzaTitulo);
	margin-top: 10px;
	font-family: "MullerBold";
}
.compartilhe {
	margin-bottom: 30px;
}
.compartilhe .titulo {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.compartilhe .titulo h3 {
	font-size: 26px;
	color: #0083ca;
	font-family: "MullerBold" !important;
}
.compartilhe .redes {
	justify-content: center;
}
#sobre .box-sobre {
	margin: 60px 0;
}
#sobre .box-sobre h1 {
	color: #0083ca;
	margin-bottom: 40px;
	font-size: 36px;
	font-family: "MullerBold";
}
#sobre .box-sobre p {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 30px;
}
#page-error {
	min-height: calc(100vh - 455px);
}
#page-error .box-error {
	margin: 60px 0;
}
#page-error .box-error .titulo {
	justify-content: center;
	margin-bottom: 30px;
}
#page-error .box-error .titulo h1 {
	color: var(--azulLink);
	font-size: 30px;
	font-family: "MullerBold";
	text-align: center;
}
#page-error .box-error .infos {
	justify-content: center;
}
#page-error .box-error .infos p {
	text-align: center;
}
#page-error .box-error .infos .inicio {
	justify-content: center;
	margin-top: 30px;
}
#page-error .box-error .infos .inicio a {
	background-color: var(--azulClaro);
	padding: 10px;
	color: #fff;
	font-family: "MullerBold";
	text-align: center;
}
.display_mobile{display:none !important;}
@media (max-width: 1280px) {
	#info-landing .box-info-landing .info-user .box .first .item {
		width: calc(100% / 2 - 15px);
	}
	#coluna .box-colunas .box-colunistas {
		height: auto;
		margin-bottom: 40px;
	}
	#coluna .box-colunas .slick-dots {
		bottom: -40px;
	}
	#coluna .box-colunas .slick-dots li button {
		height: 20px;
		background-color: #7c00ca;
	}
}
@media (max-width: 978px) {
	#mapa-site .box-mapa-site .item {
		width: calc(100% / 4);
		margin-bottom: 30px;
	}

	#mapa-site .box-mapa-site .item.associado {
		margin-top: 0px;
	}

	#mapa-site .box-mapa-site .item a {
		width: 90%;
	}

	#destaques {
		padding-top: 80px;
	}
	#destaques .data-atual {
		margin-bottom: 10px;
	}
	#destaques .box-noticias-principal {
		width: 100%;
		height: 500px;
		margin-right: 0;
		margin-top: 10px;
	}
	#destaques .box-destaque.box-principal .box-guia-destaque {
		height: 330px;
		width: 100%;
		margin-top: 25px;
	}
	.box-guia-destaque .box-item-guia {
		height: 330px;
	}
	#coluna .box-colunas .box-chamada {
		width: 100%;
	}
	#coluna .box-colunas .box-colunistas {
		width: 100%;
		margin-top: 20px;
	}
	#info-landing .box-info-landing .info-user .box:last-child {
		padding-left: 20px;
	}
	#info-landing .box-info-landing .info-user .box .redes {
		justify-content: flex-start;
	}
	#info-landing .box-info-landing .info-user .box .box-last .item a i {
		color: #333;
	}
	#info-landing .box-info-landing .info-user .box:last-child .first {
		justify-content: flex-start;
	}
	#info-landing .box-info-landing .info-user .box {
		width: 100% !important;
	}
	#info-landing .box-info-landing .info-user .box:first-child {
		margin-bottom: 20px;
	}
	#info-landing .box-info-landing .info-user .box .first .item {
		width: auto;
	}
	#sobre .box-sobre {
		margin: 100px 0 60px 0;
	}
	#page-error .box-error {
		margin: 100px 0 60px;
	}
}
@media (max-width: 768px) {
	.hidden-xs {
		display: none !important;
	}
	#info-landing .box-info-landing .info-user .box:first-child .item.info {
		height: auto;
	}
	#destaques .box-noticias-principal {
		width: 100%;
		height: 430px;
	}
	.box-noticias {
		width: 100% !important;
		padding-right: 0px !important;
	}
	#conteudo .box-conteudo .box-lateral {
		width: 100%;
	}
	#conteudo-landing .box-conteudo-landing .item .box-img {
		width: 100%;
	}
	#conteudo-landing .box-conteudo-landing .item .box-conteudo {
		width: 100%;
		padding-left: 0;
	}
	#info-landing .box-info-landing .info-user {
		width: 100%;
		margin-top: 20px;
	}
	#info-landing .box-info-landing .info-user .box .first .item:first-child {
		position: relative;
		z-index: 2;
	}
	#info-landing .box-info-landing .info-user .box:last-child {
		padding-left: 0;
	}
	#info-landing .box-info-landing .info-user .box .box-last .item a i {
		font-size: 40px !important;
	}
	#info-landing .box-info-landing .info-user .box .redes {
		margin-bottom: 30px;
	}
	#info-landing .box-info-landing .info-user .box:first-child .item.info p {
		color: #333;
		font-size: 18px;
		line-height: 24px;
	}
	#info-landing .box-info-landing .info-user .box:first-child .item.info p span {
		font-size: 20px;
		margin-bottom: 10px;
		display: inline-block;
	}
	#info-landing .box-info-landing .info-user .item p {
		font-size: 16px;
		line-height: 24px;
	}
	#info-landing .box-info-landing .info-user .box:first-child {
		padding-left: 0;
	}
}
@media (max-width: 500px) {
	.display_mobile{display:inherit !important;}
	.turismo-religioso{
		display: none;
	}
	.turismo-religioso-mobile{
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 20px;
	}

	.turismo-religioso-mobile a{
		max-width: 80%;
	}

	#coluna.coluna-home {
		margin-top: 0;
	}

	#coluna.coluna-home .box-colunas .box-colunistas {
		margin-bottom: 0;
	}

	#coluna.coluna-home .box-colunas .slick-dots {
		bottom: 10px;
	}

	#coluna.coluna-home .box-colunas .slick-dots li button {
		height: 15px;
		width: 15px;
		background-color: #c9c9c9;
	}

	#banner-landing {
		height: 220px;
	}
	#destaques .box-noticias-principal {
		width: 100%;
		height: 360px;
	}
	.box-noticias.guia-simples,
	.box-noticias {
		max-width: 400px;
		margin: 0 auto;
	}
	.box-noticias .item {
		margin-bottom: 10px;
	}
	.box-noticias .item .box-img {
		width: 100%;
		height: 240px;
	}
	#info-landing .box-info-landing .info-user .box:last-child .first .item {
		width: 100%;
		justify-content: center;
	}
	#info-landing .box-info-landing .info-user .box .first .item:last-child {
		margin-left: 0;
	}
	.redes .item {
		margin-right: 15px !important;
	}
	#conteudo .box-conteudo .box-lateral .box-mais-lidas ul li a {
		line-height: 24px;
		font-size: 16px;
	}
	.box-noticias .item .box-informacoes {
		width: 100%;
		padding-left: 0;
		margin-top: 10px;
	}
	.box-noticias .item .box-informacoes h5 {
		font-size: 16px;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.box-noticias .item .box-informacoes span {
		font-size: 16px;
	}
	.box-noticias .item .box-informacoes .chamada {
		display: none;
	}
	#mapa-site .box-mapa-site .item {
		width: calc(100%);
		text-align: center;
		justify-content: center;
	}
	#mapa-site .box-mapa-site .item ul {
		justify-content: center;
	}
	#info-landing .box-info-landing .logo-user {
		top: -262px;
	}
	#info-landing .box-info-landing .info-user .box .first .item {
		width: calc(100% / 2 - 15px);
	}
	#info-landing .box-info-landing .info-user .box:last-child .first .item:first-child {
		margin-right: 0;
	}
	#info-landing .box-info-landing .info-user .box .redes {
		justify-content: center;
	}
	#info-landing .box-info-landing .info-user .box:last-child .first .icon span {
		width: 180px;
		display: block;
		text-align: center;
		position: relative;
		left: -10px;
	}
	footer .box-desenvolvedor p {
		text-align: center;
		line-height: 20px;
	}
}