* { 
	outline: none!important;
	font-family: "Manrope", sans-serif;
	scroll-behavior: smooth;
}

.container {
	width: 1300px!important;
	max-width: 100%;
}

a:active, 
a:checked,
a:focus, 
a:hover { 
	outline: none!important; 
	text-decoration: none;
}

body { 
	font-family: "Manrope", sans-serif;
	margin:0;
	background-size: 100% auto;
	padding: 0;
	background-size: 100% auto;
	font-weight: 300;
}

.clear { 
	clear:both;
}

.none {
	display: none!important;
}

img { 
	max-width:100%!important; 
	height:auto; 
}

/* Alinhamentos de Conteúdo */

.aligncenter,
.alignleft,
.alignright {
    display: block;
    padding: 0;
}

.aligncenter {
    float: none;
    margin: .5em auto 1em;
}

.alignright {
    float: right;
    margin: .5em 0 1em 1em;
}

.alignleft {
    float: left;
    margin: .5em 1em 1em 0;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption-text {
	text-align: center;
    font-size: 12px;
	margin: 10px 0 0 0;
}

/* FONTES */

a { 
	text-decoration:none!important; 
}

a:hover { 
	text-decoration:none; 
}

p, span, li, a {
	color: #242424;
	font-size: 14px;
	line-height: 26px;
	font-weight: 500;
}

body strong, body b, p strong, p b, li strong, li b, span strong, span b {
    font-weight: bold;
}

/* Slick Slider */

.slick-disabled {
	opacity: 0.1!important;
}

/* Tooltip */

.tooltip-inner {
	font-size: 15px;
    letter-spacing: 1px;
}

/* Instagram mídia */

.instagram-media {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.instagram-media > div {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}

/*********************************************
** Título Página
*********************************************/

.tituloPrincipal {
	float: left;
	width: 100%;
	text-align: left;
	margin: 0 0 40px 0;
}

.tituloPrincipal .boxTag {
	margin: 0;
}

.tituloPrincipal.center {
	text-align: center;
}

.tituloPrincipal .blocoInterno {
	display: inline-block;
}

.tituloPrincipal .boxTitulo {
	display: inline-block;
}

.tituloPrincipal .preTitulo {
	color: #999;
    font-size: 40px;
    font-family: "Sacramento", cursive;
    line-height: 40px;
}

.tituloPrincipal .tagTitulo {
	color: #020100;
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

/* Título Secundário */

.tituloPrincipal.tituloSecundario .tagTitulo {
	color: #fff;
}

/*********************************************
** Botão
*********************************************/

.boxLink {
	float: left;
	text-align: left;
	width: 100%;
}

.boxLink.center {
	text-align: center;
}

.boxLink a {
	display: inline-block;
	cursor: pointer;
	position: relative;
}

.boxLink.full a {
	width: 100%;
}

.boxLink a .styleBotaoInterno {
    background: none;
	padding: 10px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
	background: #fed700;
	border: solid 2px #fed700;
	transition: all 0.2s linear;
}

.boxLink a .styleBotaoInterno:hover {
	background: none;
}

.boxLink a .styleBotaoInterno span {
	color: #020100;
    font-size: 18px;
    transition: all 0.2s linear;
    font-weight: 500;
	letter-spacing: 1px;
}

.boxLink a .styleBotaoInterno i {
	color: #020100;
    font-size: 22px;
	transition: all 0.2s linear;
	margin-left: 20px;
}

/*********************************************
** Post
*********************************************/

.itemPost {
	list-style: none;
}

.itemPost figure {
	float: left;
	width: 100%;
}

.itemPost figure img {
	width: 100%;
}

.itemPost .tagsSeo {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 20px 0;
}

.itemPost .tagsSeo .item,
.itemPost .tagsSeo .item a {
    display: flex;
    align-items: center;
}

.itemPost .tagsSeo .item + .item {
    margin-left: 20px;
}

.itemPost .tagsSeo .item i {
    color: #000;
    font-size: 14px;
    line-height: 14px;
}

.itemPost .tagsSeo .item span {
    color: #242424;
    font-size: 13px;
    line-height: 13px;
    margin-left: 10px;
}

.itemPost h2 {
	float: left;
    width: 100%;
    margin: 0 0 20px 0;
    color: #242424;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}

.itemPost p {
	font-size: 13px;
    line-height: 23px;
    margin: 0;
	float: left;
	width: 100%;
}

/*********************************************
** Paginação
*********************************************/

.pagination {
	float: left;
	width: 100%;
	text-align: center;
	margin: 0!important;
}

.pagination h2 {
	display: none;
}

.pagination .nav-links {
	float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .page-numbers {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    color: #E8F69A;
    transition: all 0.2s linear;
    font-weight: 600;
	font-size: 16px;
    line-height: 16px;
    padding: 0 10px;
    background: #242424;
    border-radius: 50px;
}

.pagination .page-numbers + .page-numbers {
	margin-left: 5px;
}

.pagination span.current,
.pagination a:hover {
	background: #E8F69A;
	color: #242424;
}

/*********************************************
** Search Full
*********************************************/

#full_search {
	position: fixed;
	z-index: 99999999999;
	top: -100%;
	left: 0;
	right: 0;
	bottom: 100%;
	background: rgba(0, 0, 0, 0.98);
	flex-direction: row;
	justify-content: center;
	align-items: center;
	display: flex;
	transition: all 0.2s ease-in-out;
}

#full_search.ativo {
	bottom: 0;
	top: 0;
	transition: all 0.2s ease-in-out;
}

#full_search form {
	padding: 20px;
	position: relative;
	max-width: 90%;
	width: 500px;
	text-align: center;
}

#full_search form input {
	padding: 15px;
	border: 0;
	border-bottom: solid 1px #fff;
	width: 100%;
	float: left;
	color: #fff;
	background: none;
    letter-spacing: 1px;
	font-size: 16px;
	text-align: center;
	margin: 0 0 40px 0;
}

#full_search form input::-webkit-input-placeholder {
  color: #fff;
}

#full_search form input:-ms-input-placeholder {
  color: #fff;
}

#full_search form input::placeholder {
  color: #fff;
}

#full_search form button {
	margin: 0 auto;
	background: #E8F69A;
    height: 50px;
    padding: 0 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s linear;
    border: solid 1px #E8F69A;
}

#full_search form button:hover {
	background: #fff;
}

#full_search form button span {
    color: #020100;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
}

#full_search form button i {
	color: #020100;
    font-size: 18px;
    line-height: 18px;
    margin-left: 15px;
    transition: all 0.2s linear;
}

#full_search .fecha_busca {
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
}

#full_search .fecha_busca img {
	width: 35px;
}

/*********************************************
** Breadcrumb
*********************************************/

.bread-crumbs-pagina {
	margin: 0;
	color: #fff!important;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	text-align: center;
	margin: 0;
    float: left;
    width: 100%;
}

.bread-crumbs-pagina span {
	color: #fff!important;
	font-size: 13px;
}

.bread-crumbs-pagina a {
	color: #fff!important;
	font-size: 13px;
}

.bread-crumbs-pagina .breadcrumb_last {
	color: #fed700!important;
	font-size: 13px;
}

/*********************************************
** Newsletter
*********************************************/

.boxNewsletter {
	float: left;
	width: 100%;
}

.boxNewsletter .container {
	display: flex;
	justify-content: center;
}

.boxNewsletter .boxBorder {
	width: 80%;
	padding: 70px 50px;
	border-radius: 44px;
	border: solid 1px #000;
}

.boxNewsletter .boxBorder h2 {
	float: left;
    width: 100%;
    color: #000;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    margin: 0 0 25px 0;
}

.boxNewsletter .boxBorder .subtitulo {
	float: left;
    width: 100%;
    color: #000;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}

.boxNewsletter .boxBorder .formulario {
	float: left;
	width: 100%;
}

.boxNewsletter .boxBorder .formulario p {
	margin: 0;
	float: left;
	width: 100%;
}

.boxNewsletter .boxBorder .formulario .wpcf7-form-control-wrap {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	position: relative;
}

.boxNewsletter .boxBorder .formulario .wpcf7-form-control-wrap[data-name=morar_ou_vender] {
	margin-top: 10px;
}

.boxNewsletter .boxBorder .formulario .tituloCampo {
	font-size: 12px;
    font-weight: 600;
    margin: 0;
    line-height: 12px;
}

.boxNewsletter .boxBorder .formulario .wpcf7-form-control-wrap input[type=email],
.boxNewsletter .boxBorder .formulario .wpcf7-form-control-wrap input[type=text] {
	float: left;
    width: 100%;
    height: 35px;
    border: 0;
    border-bottom: solid 1px #000;
}

.boxNewsletter .boxBorder .formulario .wpcf7-checkbox {
	float: left;
	width: 100%;
}

.boxNewsletter .boxBorder .formulario .wpcf7-checkbox .wpcf7-list-item {
	float: left;
	width: 100%;
	margin: 0;
}

.boxNewsletter .boxBorder .formulario .wpcf7-checkbox .wpcf7-list-item label {
	float: left;
	width: 100%;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.boxNewsletter .boxBorder .formulario .wpcf7-checkbox .wpcf7-list-item label input {
	margin: 0 5px 0 0;
}

.boxNewsletter .boxBorder .formulario .wpcf7-checkbox .wpcf7-list-item label span {
	font-size: 12px;
    font-weight: 600;
    margin: 0;
    line-height: 16px;
}

.boxNewsletter .boxBorder .formulario .boxBotao {
	float: left;
	margin-top: 15px;
}

.boxNewsletter .boxBorder .formulario .boxBotao p {
	float: left;
	margin: 0;
	position: relative;
}

.boxNewsletter .boxBorder .formulario .boxBotao p input {
	float: left;
    background-color: #1C1B1F;
    color: #fff;
    border: 0;
    border-radius: 30px;
    padding: 10px 30px;
    font-size: 12px;
}

.boxNewsletter .boxBorder .formulario .boxBotao p .wpcf7-spinner {
	position: absolute;
    left: calc(50% - 12px);
    margin: 0;
    top: calc(50% - 12px);
    background: rgba(255, 255, 255, 0.5);
}

.boxNewsletter .boxBorder .formulario .wpcf7-not-valid-tip {
	position: absolute;
    right: 0;
    top: 0;
    font-size: 10px;
}

.boxNewsletter .boxBorder .formulario .wpcf7-response-output {
	float: left;
    width: 100%;
    margin: 15px 0 0 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    padding: 8px;
    border-width: 1px;
    text-align: center;
}

/*********************************************
** Banner Principal
*********************************************/

.bannerPrincipal {
    float: left;
    width: 100%;
    position: relative;
}

.bannerPrincipal picture {
    float: left;
    width: 100%;
}

.bannerPrincipal picture img {
    width: 100%;
}

.bannerPrincipal .boxTexto {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.bannerPrincipal .boxTexto::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to right, #000, transparent);
    z-index: 1;
}

.bannerPrincipal .boxTexto .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    z-index: 2;
}

.bannerPrincipal .boxTexto .titulo {
    float: left;
    width: 100%;
    color: #E8F69A;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin: 0;
}

.bannerPrincipal .boxTexto p {
    float: left;
    width: 100%;
    color: #D1D1D1;
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 35px 0;
    line-height: 28px;
}

.bannerPrincipal .boxTexto a {
    background-color: #E8F69A;
    color: #070707;
    display: inline-block;
    padding: 8px 25px;
    border-radius: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bannerPrincipal .boxTexto a:hover {
    background-color: #F5F5F5;
}

/*********************************************
** Colunistas
*********************************************/

.boxColunistas {
    float: left;
    width: 100%;
	background: linear-gradient(98deg, #DEF7DE 0%, #D5EFFC 100%);
	padding: 90px 0;
}

.boxColunistas .container {
	display: flex;
	align-items: center;
}

.boxColunistas .boxTextos span {
	float: left;
    background: linear-gradient(90deg, #000 0%, #666 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 26px;
    line-height: 38px;
    font-weight: 600;
}

.boxColunistas .boxTextos h2 {
    float: left;
    text-align: center;
    color: #000;
    background: #E8F69F;
    margin: 30px 0 0 0;
    font-weight: bold;
    font-size: 18px;
    padding: 13px 40px;
    border-radius: 50px;
}

.boxColunistas ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.boxColunistas ul li.slick-slide {
    list-style: none;
	padding: 0 15px;
	text-align: center;
}

.boxColunistas ul li figure {
    text-align: center;
	border-radius: 200px;
	background: #000;
	border: 7px solid #AAB471;
	overflow: hidden;
	display: inline-block;
}

.boxColunistas ul li figure img {
    max-width: 100%!important;
	border-radius: 200px;
	border: solid 5px #000;
}

.boxColunistas ul li .boxDados {
    float: left;
    width: 100%;
	text-align: center;
}

.boxColunistas ul li .boxDados .nome {
    float: left;
    width: 100%;
    color: #000;
    font-size: 18px;
    font-weight: 800;
    line-height: 28px;
    margin: 15px 0 0 0;
}

.boxColunistas ul li .boxDados .profissao {
    float: left;
    width: 100%;
    color: #000;
    font-size: 12px;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 15px;
}

.boxColunistas ul li .boxDados .social {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.boxColunistas ul li .boxDados .social a {
    display: inline-block;
}

.boxColunistas ul li .boxDados .social a + a {
    margin-left: 15px;
}

.boxColunistas ul li .boxDados .social a i {
    color: #1C1C20;
	font-size: 18px;
}

.boxColunistas ul .slick-dots {
	float: left;
	width: 100%;
	padding: 0;
	margin: 30px 0 0 0;
	text-align: center;
}

.boxColunistas ul .slick-dots li {
	display: inline-block;
}

.boxColunistas ul .slick-dots li button {
	background-color: #919292;
	width: 40px;
	height: 5px;
	text-indent: -9999em;
	border: 0;
	margin: 0 3px;
	transition: all 0.2s linear;
    border-radius: 50px;
}

.boxColunistas ul .slick-dots li.slick-active button {
	background-color: #1C1C20;
}

@media (max-width: 1200px) {

	.container {
		width: 100%!important;
		max-width: 100%;
	}

	/* Banner Título */

	.bannerPrincipal .boxTexto .titulo br {
		display: none;
	}

	.bannerPrincipal .boxTexto .titulo {
		font-size: 22px;
		line-height: 32px;
	}

	.bannerPrincipal .boxTexto p {
		line-height: 26px;
		font-size: 16px;
	}

	/* Newsletter */

	.boxNewsletter .boxBorder {
		width: 100%;
		padding: 40px;
	}

	/* Colunistas */

	.boxColunistas {
		padding: 50px 0;
	}

    .boxColunistas .boxTextos span {
		font-size: 20px;
    	line-height: 30px;
	}

	.boxColunistas .boxTextos span br {
		display: none;
	}

	.boxColunistas .boxTextos h2 {
		margin: 20px 0 0 0;
		font-size: 14px;
    	padding: 10px 30px;
	}

}

@media (max-width: 900px) {

	/* Newsletter */

	.boxNewsletter {
		background: none!important;
	}

	.boxNewsletter .boxBorder {
		padding: 30px 15px;
	}

	.boxNewsletter .boxBorder .col-sm-4,
	.boxNewsletter .boxBorder .col-sm-8 {
		float: left;
		width: 100%;
	}

	.boxNewsletter .boxBorder h2 {
		font-size: 24px;
    	line-height: 34px;
	}

	.boxNewsletter .boxBorder h2 br {
		display: none;
	}

	.boxNewsletter .boxBorder .formulario .boxBotao,
	.boxNewsletter .boxBorder .formulario .boxBotao p,
	.boxNewsletter .boxBorder .formulario .boxBotao p input {
		width: 100%;
	}

}

@media only screen and (max-width: 768px) {

	/* Banner Título */

	.bannerPrincipal .boxTexto .titulo {
		font-size: 30px;
    	line-height: 40px;
	}

	.bannerPrincipal .boxTexto p {
		line-height: 30px;
		font-size: 20px;
	}

	/* Título */

	.tituloPrincipal {
		margin: 0 0 20px 0;
		background-size: 100% auto;
	}

	.tituloPrincipal .tagTitulo {
		font-size: 24px;
		line-height: 34px;	
	}

	/* Link */

	.boxLink a .styleBotaoInterno {
		padding: 10px 20px;
	}

	.boxLink a .styleBotaoInterno i {
		margin-left: 10px;
	}

	/* Item Post */

	.itemPost h2 {
		font-size: 14px;
		line-height: 22px;
		margin: 0 0 15px 0;
	}

	.itemPost .tagsSeo {
		margin: 15px 0;
		flex-direction: column;
		align-items: flex-start;
	}

	.itemPost .tagsSeo .item + .item {
		margin-left: 0;
		margin-top: 5px;
	}

	/* Colunistas */

	.boxColunistas .container {
		flex-direction: column;
	}

	.boxColunistas .col-sm-4,
	.boxColunistas .col-sm-8 {
		float: left;
		width: 100%;
	}

	.boxColunistas .col-sm-4 {
		text-align: center;
		margin-bottom: 50px;
	}

	.boxColunistas .boxTextos h2 {
		float: none;
		display: inline-block;
	}

}

@media (max-width: 500px) {

	/* Banner Título */

	.bannerPrincipal .boxTexto .col-sm-6 {
		padding: 0;
	}

	.bannerPrincipal .boxTexto .titulo {
		font-size: 20px;
		line-height: 30px;	
	}

	.bannerPrincipal .boxTexto p {
		line-height: 25px;
    	font-size: 15px;
		margin: 10px 0 20px 0;
	}

	.bannerPrincipal .boxTexto p br {
		display: none;
	}

	.bannerPrincipal .boxTexto a {
		letter-spacing: 0;
		padding: 8px 20px;
		font-size: 13px;
	}

	/* Item Post */

	.itemPost .tagsSeo {
		flex-direction: row;
		margin: 20px 0;
	}

	.itemPost .tagsSeo .item + .item {
		margin-top: 0;
		margin-left: 20px;
	}

}