/************************************************************/
/********************* EXENT ************************/
/****
INICIO Cookie
*****/
.cc-banner.cc-bottom {
    bottom: 60px;
}
.cc-window {
    z-index: 999!important;
    background-color: #d96102!important;
}

.cc-btn {
    color: #d96102!important;
}
.cc-message {
    font-size: 13px;
    line-height: 16px;
    text-align: center;
}
.cc-revoke{display: none;}
/****
FIM Cookie
*****/
/********************************************************/
/********************* NORMALIZE ************************/
 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
     margin: 0;
     padding: 0;
     border: 0;
     font-size: 100%;
     font: inherit;
     vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
 article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
     display: block;
}
 ol, ul {
     list-style: none;
}
 blockquote, q {
     quotes: none;
}
 blockquote:before, blockquote:after, q:before, q:after {
     content: '';
     content: none;
}
 table {
     border-collapse: collapse;
     border-spacing: 0;
}
 .clear {
     clear: both;
}

iframe{
	display: block;
}

/********************* GERAL ************************/
 
 body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
 strong {
     font-weight: 700;
}

.error::-webkit-input-placeholder {
     color: #FF0025;
}

 p {
     padding-bottom: 0!important;
}

 #page-container {
     padding: 0!important;
}

iframe{
	display: block;
}

/********************* GERAL TEMA ************************/

 .et_pb_section {
     padding: 20px 0;
}
 .et_pb_row {
     padding: 20px 0;
}
 .et_pb_fullwidth_section {
     padding: 0!important;
}

/********************* HEADER ***********************/

#logo {
    width: 150px!important;
    max-height: none;
    margin-top: 0!important;
    display: none;
}

#main-header {
	background: transparent;
	box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

#main-header .container {
    padding-right: 3%;
    padding-left: 3%;
}

#et-top-navigation {
    padding-top: 20px!important;
}

#top-menu-nav {
     text-align: right;
}

#top-menu-nav ul li a {
    font-family: 'Open Sans', sans-serif;
    color: #fff!important;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 15px!important;
   transition: all ease 0.2s;
}

#top-menu-nav ul li a:hover {
    transition: all ease 0.2s;
    opacity: 1;
	font-weight: 500;
	text-shadow: 0 0 10px #fff;
}

.active {
    color: #08909c!important;
    transition: all ease 0.5s;
    opacity: 1;
    transform: scale(1.05);
    font-weight: bold;
}

#top-menu li {
     padding-right: 20px!important;
}

#top-menu > li:last-child {
     padding-right: 0!important;
}

#et-top-navigation{
	padding: 15px 15px 0!important;
    background: rgb(131 39 12 / 90%)!important;
    margin-top: 20px;
	border-radius: 20px 0 20px 0;
}

/********************* HEADER FIXO ************************/

.et-fixed-header {
    background: rgb(131 39 12 / 90%)!important;
}

.et-fixed-header #et-top-navigation {
    padding-top: 15px!important;
}

.et-fixed-header #top-menu-nav ul li a {
    color: #fff!important;
}

#main-header.et-fixed-header .centered-inline-logo-wrap{
	min-width: 150px;
	margin: -36px 0;
}
/*
#main-header.et-fixed-header  .logo_container {
    width: 200px!important;
	transition: all .2s ease;
	margin-top: -70px;
}*/

#main-header.et-fixed-header #logo {
    margin-top: 20px;
	transition: all .2s ease;
	display: block;
}

#main-header.et-fixed-header #top-menu > li:last-child {
    padding-right: 0!important;
}

.et-fixed-header #et-top-navigation{
	padding: 15px 15px 0!important;
    background-color: transparent!important;
    margin-top: 0px!important;
}


/********************* SEPARADORES ************************/

.separador h1,
.separador h2,
.separador h3,
.separador h4 {
    width: 100%;
    /* text-transform: uppercase; */
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    padding: 20px;
    text-align: center;
    letter-spacing: .5px;
    color: #ffffff;
    background-color: #e9740a!important;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.separador h5 {
	width: 100%;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 20px;
    padding: 20px;
    text-align: center;
    letter-spacing: 2px;
    color: #ffffff;
	background: #1b1c1e!important;
	background-position: center;
	background-size: 100%;
    background-repeat: no-repeat;
}

.separador small{
	font-size: 16px;
    line-height: 18px;
}


/********************* PARALLAX ************************/

#parallax {
    min-height: 500px;
	background-color: #69584c!important;
}

#parallax:before {
    position: absolute;
    display: block;
    color: #fff;
    font-size: 12px;
    right: 1%;
    bottom: 1%;
    content: "Imagem meramente ilustrativa";
    opacity: .8;
    z-index: 9;
}

#parallax img {
	max-width: 300px;
    margin-top: 400px;
}

#parallax .et_parallax_bg{
	opacity: .9;
}


/********************* LAZER *************************/

#galeria-lazer{
	padding: 20px 0 0 0;
}

#galeria-lazer::after {
    content: url('../../assets/images/background.svg');
    position: absolute;
    top: -5px;
    transform: rotate(180deg);
    width: 100%;
}

#galeria-lazer::before {
    content:url('../../assets/images/background.svg');
	position: absolute;
    bottom: -5px;
    width: 100%;
    right: 0;
    z-index: 9;
}

#galeria-lazer .et_pb_row{
	max-width: 90%;
	width: 90%;
}

#galeria-lazer .et_pb_grid_item {
    width: 19%!important;
    margin: 0 1% 1% 0!important;
}

#galeria-lazer .et_pb_grid_item:nth-child(5n){
	margin-right: 0!important;
}
	
#galeria-lazer .et_pb_grid_item:hover img{
	transform: scale(1.15);
	opacity: 1;
	transition: .5s ease;
}
	
#galeria-lazer .et_pb_gallery_item img {
    transform: scale(1.05);
    transition: transform 0.5s, opacity 0.5s;
}

#galeria-lazer .et_pb_gallery_item .et_pb_gallery_caption {
    position: absolute;
    top: 50% !important;
    font-size: 12px !important;
    line-height: 18px !important;
    margin-top: -8px !important;
    width: 100% !important;
    text-align: center;
    display: none;
    font-weight: 600 !important;
    letter-spacing: 1px;
    color: #FFF !important;
    text-transform: uppercase !important;
    transition: all 2s ease-in-out!important;
	padding: 0 10px;
}

#galeria-lazer .et_pb_gallery_item:hover > .et_pb_gallery_caption {
	display:block;
	pointer-events: none !important;
	z-index:9999 !important;
	transition: .5s ease;
	transition: all 2s ease-in-out!important;
}

#galeria-lazer .et_pb_gallery_title{
	display: none;
}

.et_pb_gallery .et_overlay {
	background: rgb(227 142 17 / 80%);
}

.et_pb_gallery_grid .et_pb_gallery_image {
    overflow: hidden;
    position: relative;
	border-radius: 0 20px;
}

.et_overlay:before{
 	display: none!important;
}

.et-pb-arrow-prev:before,
.et-pb-arrow-next:before {
    color: #fff;
    background-color: rgb(131 39 12 / 100%)!important;
    border-radius: 0;
    font-size: 32px;
}

.et_pb_bg_layout_light .et-pb-controllers .et-pb-active-control{
	background-color: rgb(131 39 12 / 100%)!important;
}

.mfp-title {
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
	padding: 0!important;
}

.mfp-counter {
	display: none!important;
}

.mfp-figure:after {
    background: #d1d1d1;
}

.legenda {
    display: none;
    font-size: 14px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 150px;
}


/******************** IMPLANTACAO *****************/	

#implantacao-conteudo::after {
    content: url('../../assets/images/background.svg');
    position: absolute;
    top: -5px;
	left: 0;
    transform: rotate(180deg);
    width: 100%;
}

#implantacao-conteudo::before {
    content:url('../../assets/images/background.svg');
	position: absolute;
    bottom: -5px;
    width: 100%;
    right: 0;
    z-index: 9;
}

#implantacao-conteudo .et_pb_module{
	width: 100%
}

#implantacao-conteudo .implantacao-titulo {
    text-align: center;
    color: #4b5e25;
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 900;
}

#implantacao-conteudo .implantacao-subtitulo{
    color: #4b5e25;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    display: block;
    width: 100%;
    float: left;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
}

#implantacao-conteudo .implantacao-itens p {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    background-color: #e9740a!important;
    padding: 20px!important;
    border-radius: 50px 0;
    border: 2px solid #ffbf30;
    box-sizing: border-box;
    width: 48%;
    margin: 0 1%;
    float: left;
    font-size: 18px;
    line-height: 26px;
}

#implantacao-conteudo .implantacao-itens p img {
    display: block;
    max-width: 50px;
    margin: 0 auto 10px;
    filter: brightness(10);
}

#implantacao-conteudo .et-pb-arrow-next {
    right: 0;
	opacity: 1;
}

#implantacao-conteudo .et-pb-arrow-prev {
    left: 0;
	opacity: 1;
}

/******************** PLANTAS *****************/	


#plantas-conteudo::after {
    content: url('../../assets/images/background.svg');
    position: absolute;
    top: -5px;
	left: 0;
    transform: rotate(180deg);
    width: 100%;
}

#plantas-conteudo::before {
    content:url('../../assets/images/background.svg');
	position: absolute;
    bottom: -5px;
    width: 100%;
    right: 0;
    z-index: 9;
}

#plantas-conteudo .plantas-titulo {
    text-align: center;
    color: #4b5e25;
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 900;
}

#plantas-conteudo .plantas-subtitulo {
    color: #4b5e25;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    display: block;
    width: 100%;
    float: left;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
}

#plantas-conteudo .plantas-subtitulo strong{
    font-weight: 800;
}


/******************** LOCALIZACAO *****************/


#localizacao-conteudo::after {
    content: url('../../assets/images/background.svg');
    position: absolute;
    top: -5px;
	left: 0;
    transform: rotate(180deg);
    width: 100%;
}

#localizacao-conteudo::before {
    content:url('../../assets/images/background.svg');
	position: absolute;
    bottom: -5px;
    width: 100%;
    right: 0;
    z-index: 9;
}

/******************** CHAMADA *****************/


.chamada {
    background-color: #e9740a!important;
    padding: 30px;
    text-align: center;
    border-radius: 50px 0;
    border: 10px solid #ffbf30;
    box-sizing: border-box;
}

.chamada p {
    color: #fff;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}

.ultima-frase {
	margin-bottom: 0px!important;
}

.chamada p strong {
    font-weight: 700;
}

.chamada img {
    max-width: 50px;
    position: absolute;
    bottom: -10px;
    right: 25%;
}

.chamada h6 {
    color: #fff;
    margin-bottom: 30px;
}

#localizacao-conteudo .chamada img {
    max-width: 50px;
    position: absolute;
    bottom: -50px;
    right: calc(50% - 25px);
}

#localizacao-conteudo .chamada p {
    color: #fff;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}

#localizacao-conteudo .chamada-regiao p {
    color: #4b5e25;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
}

#localizacao-conteudo .chamada-regiao p strong{
    font-weight: 800;
}

#localizacao-conteudo .et_pb_row:nth-child(3){
	padding: 0 0 20px 0!important;
}

/******************** FORMULARIOS *****************/

.formularios-bloco{
	background: #AA5817;
}

.formularios-bloco{
	background: #AA5817;
}

.form-exent {
	width: 100%!important;
	background: #fff;
	padding: 28px!important;
	z-index: 99999999!important;
	-webkit-box-shadow: 0 0 25px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 25px 3px rgba(0,0,0,0.2);
    box-shadow: 0 0 25px 3px rgba(0,0,0,0,0.2);
    border-radius: 50px 0;
	border: 5px solid #e7e7e7;
}

.form-exent-nome {
	width: 100%!important;
	background-color: #ffffff!important;
	padding: 8px 22px 8px 15px!important;
	text-decoration: none!important;
	font-size: 14px!important;
	margin: 10px 0px 10px 0px!important; 
	border: 2px solid #ccc!important;
}

.form-exent-email {
	width: 100%!important;
	background-color: #ffffff!important;
	padding: 8px 22px 8px 15px!important;
	text-decoration: none!important;
	font-size: 14px!important;
	margin: 0px 0px 10px 0px!important; 
	border: 2px solid #ccc!important;
}

.form-exent-ddd {
	width: 25%!important;
    background-color: #fff!important;
    padding: 8px 22px 8px 15px!important;
    text-decoration: none!important;
    font-size: 14px!important;
    float: left!important;
    margin: 0 0 10px 0!important;
	border: 2px solid #ccc!important;
}

.form-exent-telefone {
	width: 73%!important;
    background-color: #fff!important;
    padding: 8px 22px 8px 15px!important;
    text-decoration: none!important;
    font-size: 14px!important;
    float: left!important;
    margin: 0 0 10px 2%!important;
	border: 2px solid #ccc!important;
}

.form-exent-mensagem {
	font-family: 'Open Sans', sans-serif;
	width: 100%!important;
	background-color: #ffffff!important;
	padding: 8px 22px 8px 15px!important;
	text-decoration: none!important;
	font-size: 14px!important;
	float: none!important;
	margin: 0px 0px 10px 0px!important; 
	border: 2px solid #ccc!important;
}

.form-exent-enviar {
	width: 100%;
	padding: 12px;
	font-size: 16px;
	float: none;
	color:#fff;
	cursor: pointer;
	border: none;
	margin: 4px 0px 0px 0px; 
    background-color: #a0ca19;
    transition: all 0.2s;
    display: block;
	font-weight: 700;
	border-radius: 0 0 30px 0;

}

.form-exent-enviar:hover {
    filter: brightness(1.1);
    transition: all 0.2s;
    display: block;
	color:#fff;
}

.form-exent p strong {
    font-size: 18px;
    line-height: 30px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -.5px;
}

.form-exent p {
    font-size: 12px!important;
    line-height: 20px!important;
    text-align: center;
}

.form-exent span {
	font-size: 12px;
}

.error::-webkit-input-placeholder {
		color: #FF0025;		
}

#simule-status,
#contato-status,
#whatsapp-status {
     color: red;
     margin: 0 0 10px;
     font-size: 13px;
     line-height: 15px;
     position: relative;
     float: left;
     width: 100%;
}

#whatsapp .et_pb_column img {
    background-color: #ffbf30;
    border-radius: 0 86px 0 0;
    padding: 10px 0 0 10px;
}

/********************* REALIZACAO / TEXTO LEGAL ************************/


#realizacao h6 {
    color: #333;
}

#realizacao .et_pb_row:nth-child(1){
	padding-bottom: 0px;
}

.realizacao-assinatura p {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #0c0c0c;
    margin-bottom: 10px;
    letter-spacing: .3px;
}

.realizacao-assinatura p strong {
    font-weight: 700;
    color: #525252;
}

.texto-legal {
    font-size: 10px!important;
    line-height: 14px;
    text-align: center;
}


/******************** POLITICA DE PRIVACIDADE *****************/

.politica-privacidade {
     font-size: 12px!important;
	 text-align: center;
}

#politica-privacidade {
    background: #ebebeb!important;
    padding: 0;
}

#politica-privacidade h6 {
     background: none;
     color: #969595;
}

/******************** ASSINATURA *****************/


#main-footer {
    margin-bottom: 60px;
    background-color: rgb(131 39 12 / 100%)!important;
}

footer {
     margin-bottom: 0px;
}

#footer-bottom .container {
    width: 95%;
    max-width: 95%;
    margin: auto;
}

#footer-info {
    padding-bottom: 0;
    color: #fff;
    font-size: 12px;
    line-height: 28px;
}

 .assin {
     top: -9px!important;
     right: 0!important;
     position: absolute!important;
     width: 130px!important;
}
 .assin img {
     width: 130px!important;
     height: auto!important;
}

/********************* PAGINA DE CONFIRMACAO ************************/

.confirmacao {
    margin-top: 50px;
    margin-bottom: 300px;
}

.title-confirmacao {
    color: #181818;
    font-size: 32px;
    text-align: center;
    display: block;
    margin-bottom: 20px;
}
.txt-confirmacao {
	color: #181818;
	text-align: center;
	display: block;
	font-size: 18px;
	margin-bottom: 30px;
}
.btn-confirmacao {
    padding: 20px 0;
    text-align: center;
    background: #d0b15a;
    color: #fff;
    font-size: 18px;
    position: absolute;
    display: block;
    width: 236px;
    margin-left: -118px;
    left: 50%;
    transition: 0.2s;
}
.btn-confirmacao:hover {
	background: #f0ce6d;
	transition: 0.2s;
}


/********************* RESPONSIVO  ************************/


@media only screen and (max-width: 1600px) {
	
	#top-menu-nav ul li a {
	    font-size: 12px;
	}
	
	.separador h1,
	.separador h2,
	.separador h3,
	.separador h4 {
		font-size: 16px;
		line-height: 18px;
	}
	
	.separador small {
		font-size: 12px;
		line-height: 18px;
	}
	
}

@media only screen and (max-width: 1440px) {
	
	#logo {
		width: 100px!important;
	}
}


@media only screen and (max-width: 1366px) {
	.formularios-bloco .et_pb_column{
		margin-right: 2%;
	}
	
	.formularios-bloco .et_pb_column_1_2{
		width: 48%;
	}

}

@media only screen and (max-width: 1280px) {
		
	#top-menu-nav ul li a {
	    font-size: 12px;
	}
}

			 
@media only screen and (max-width: 1200px) {
	
	.separador h1,
	.separador h2,
	.separador h3,
	.separador h4,
	.separador h5,
	.separador h6 {
		font-size: 14px;
	}
}
	
@media only screen and (max-width: 996px) {
	
	.et_pb_row {
		max-width: 90%!important;
		width: 90%!important;
	}	

/********************* GERAL**********************/

	#main-header{
		padding: 0!important;
		background: transparent!important;
	}
	
	#main-header .container {
		width: 90%!important;
	}
	
	.et_fullwidth_nav #main-header .container {
		padding-right: 0px;
		padding-left: 0px;
	}
	
	.et_pb_column {
		margin-bottom: 0;
	}
	
/********************* LOGO ************************/

	.logo_container{
		max-height: none!important;
		max-width: none!important;
		height: auto!important;
	}
	
	#logo {
		display: none!important;
	}
	
	#main-header.et-fixed-header .logo_container {
    	width: 100%!important;
	}
	
	#main-header.et-fixed-header{
		background: rgb(131 39 12 / 90%)!important
	}
	
	.et-fixed-header #logo {
		width: 100px!important;
		margin-left: calc(50% - 50px);
		margin-top: 0!important;
		display: block!important;
	}
	
	#main-header.et-fixed-header  .logo_container {
		margin-top: 0px;
	}
	
	span.logo_helper {
		display: none;
	}
	
/********************* MENU ************************/


	#et-top-navigation{
		padding-left: 0!important;
		display: contents!important;
	}

	.et_header_style_split #et_mobile_nav_menu{
		float: none;
		position: static;
		margin-top: 0;
		display: block;
	}
	
	.et_header_style_centered .mobile_nav .select_page,
	.et_header_style_split .mobile_nav .select_page {
    	display: none;
	}
	
	.et_header_style_split,
	#main-header .mobile_nav {
		background-color: transparent!important;
	}
	
	.mobile_menu_bar:before {
		color: #fff;
	}
	
	.et_header_style_left #et-top-navigation .mobile_menu_bar,
	.et_header_style_split #et-top-navigation .mobile_menu_bar {
		padding-top: 10px;
	}
	
	.et_header_style_left #et-top-navigation .mobile_menu_bar,
	.et_header_style_split #et-top-navigation .mobile_menu_bar{
		padding-top: 10px;
	}

/********************* MENU FIXO ************************/

	.et-fixed-header{
		max-height: 50px!important;
	}
	
	.et-fixed-header .logo_container{
    	margin: 0 auto;
	}
	
	.et_fixed_nav #main-header,
	.et_fixed_nav #top-header,
	.et_non_fixed_nav.et_transparent_nav #main-header,
	.et_non_fixed_nav.et_transparent_nav #top-header{
		position: fixed;
		transition: all ease-in-out .5s;
	}
	
	.et_header_style_split .et_menu_container .mobile_menu_bar{
		top: 10px;
	}
	
/********************* MENU SUSPENSO ************************/	

    .et_mobile_menu {
		border: 0!important;
		text-align: center;
		padding: 0;
		right: 0;
		width: 100%;
		left: inherit;
		background: rgb(131 39 12 / 95%)!important;
		opacity: .97;
	}
	
	.et_mobile_menu li a {
		color: #fff;
		letter-spacing: 1px;
	}
	
	.et_mobile_menu li a:hover, .nav ul li a:hover {
		background-color: rgba(0,0,0,.3);
		opacity: 1;
		color: #52b3bd;
		font-weight: 300;
	}
	
/********************* MOUSE ************************/	
	
	.mouse{
		display: none;
	}
	
/********************* SEPARADORES ************************/	
	
	.separador h1,
	.separador h2,
	.separador h3,
	.separador h4,
	.separador h5,
	.separador h6 {
		font-size: 14px;
		padding: 20px;
		background-size: cover;
	}

	.separador h4 span {
		font-size: 12px;
		line-height: 16px;
		letter-spacing: 1px;
	}
	
/********************* LAZER ************************/	
	
	#galeria-lazer {
		padding: 0;
	}
		
	#galeria-lazer .et_pb_row {
		width: 90%!important;
		max-width: 90%!important;
	}
	
	#galeria-lazer .et_pb_grid_item {
		width: 48.7%!important;
		max-width: 48.7%!important;
		margin: 0 2.4% 2.4% 0!important;
		clear: none!important;
		overflow: hidden;
	}
	
	p.et_pb_gallery_caption {
		font-size: 12px;
		line-height: 16px;
	}
	
	#galeria-lazer .et_pb_grid_item:nth-child(5n){
		margin: 0 2.4% 2.4% 0!important;
	}
	
	#galeria-lazer .et_pb_grid_item:nth-child(2n){
		margin-right: 0!important;
	}
	
	#galeria-lazer .et_pb_grid_item:last-child{
		margin: 0 calc(50% - 25%)!important;
	}
	
	#galeria-lazer .et_pb_gallery_item .et_pb_gallery_caption {
    	width: auto!important;
	}
	
	.mfp-arrow-left .mfp-a, .mfp-arrow-left:after,
	.mfp-arrow-right .mfp-a, .mfp-arrow-right:after {
    	font-size: 54px;
	}
	
	.et-pb-arrow-prev:before, .et-pb-arrow-next:before{
		font-size: 24px;
	}
	
/********************* IMPLANTACAO ************************/
	
	#implantacao-conteudo .et_pb_column .et_pb_module {
		margin-bottom: 10px;
	}
	
	#implantacao-conteudo .implantacao-titulo {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 20px;
	}
	
	#implantacao-conteudo .implantacao-itens p {
		padding: 10px!important;
		width: 100%;
		margin: 1% 0;
		font-size: 14px;
		line-height: 20px;
	}
	
	#implantacao-conteudo .implantacao-subtitulo {
		margin-bottom: 0;
		margin-top: 20px;
		font-size: 14px;
	}

	
/********************* PLANTAS ************************/

	#planta .et_pb_row{
		padding: 0;
	}
	
	#planta .et_pb_column {
		margin-bottom: 30px;
	}
	
	#plantas-conteudo .et_pb_row{
		padding: 0;
	}
	
	#plantas-conteudo .et_pb_column {
		margin-bottom: 20px!important;
	}
	
	#plantas-conteudo .plantas-titulo {
		font-size: 14px;
		line-height: 22px;
	}
	
	#plantas-conteudo .plantas-subtitulo {
		margin-bottom: 10px;
		margin-top: 10px;
		font-size: 14px;
	}

/********************* LOCALIZACAO ************************/	

	#localizacao .separador h1,
	#localizacao .separador h2,
	#localizacao .separador h3,
	#localizacao .separador h4,
	#localizacao .separador h5,
	#localizacao .separador h6 {
		letter-spacing: 1px;
		font-size: 12px;
		line-height: 18px;
	}
	
	#localizacao-conteudo .localizacao-itens p {
		width: 46%;
		margin: 0 2%;
		height: 70px;
		font-size: 10px;
		text-align: center;
	}

	#localizacao-conteudo{
			padding: 0;
	}

	#localizacao-conteudo .et_pb_row {
		max-width: 90%;
		padding: 10px 0;
	}

	#localizacao-conteudo .et_pb_column {
		margin-bottom: 10px;
	}

	#localizacao-conteudo .locais-texto p {
		font-size: 10px;
	}
	
	#localizacao-conteudo .chamada p {
		font-size: 14px;
		line-height: 22px;
	}
	
/********************* FORMULARIOS ************************/	
	
	.form-exent{
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	
	#contato .et_pb_row{
	    width: 100%;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
	}
	
	#contato .et_pb_row{
	    width: 100%;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		padding: 0!important;
	}
	
	#contato .et_pb_row .et_pb_column:nth-child(1) {
		order: 2!important;
		margin-top: 20px;
	}
	
	#contato .et_pb_column .chamada p {
		color: #fff;
		margin-top: 20px;
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 20px;
		text-align: center;
	}

	#contato .et_pb_column .chamada h6 {
		color: #fff;
		margin-bottom: 20px;
		font-size: 14px;
		display: block;
		width: 100%;
	}
	
	#contato{
		padding: 20px 0!important;
	}
	
	.chamada img {
		right: 10%;
	}

	
	#whatsapp .et_pb_column .et_pb_module {
		margin-bottom: 0;
	}
	
	#whatsapp .et_pb_row{
		padding: 0;
	}
	
	.form-exent p strong {
		font-size: 18px;
		line-height: 22px;
	}
	
	.form-exent p {
		font-size: 10px!important;
		line-height: 14px!important;
		text-align: center;
	}
	
	.form-exent span {
		font-size: 9px;
	}
	
	.formulario-conteudo .et_pb_row {
		padding: 0!important;
	}
	
	.form-exent-title {
		font-size: 16px;
		line-height: 22px;
	}	

/********************* REALIZACAO ************************/	

	#realizacao .et_pb_row{
		padding: 0;
	}
	
	#realizacao .et_pb_column {
		margin-bottom: 30px;
	}
	
	.assinatura-mobile .et_pb_column {
		margin-bottom: 5px!important;
	}	
	
	.realizacao-assinatura p {
		font-size: 12px;
		line-height: 16px;
		text-align: center;
		margin-bottom: 10px;
		letter-spacing: 0;
	}
	
/********************* ASSINATURA ************************/	


	footer {
		margin-bottom: 90px;
	}

	#footer-info {
		padding-bottom: 0;
		color: #fff;
		font-size: 12px;
		line-height: 28px;
	}
	
	.assin {
		width: 100%!important;
		height: 33px!important;
		margin-top: 20px;
		text-align: center;
		position: relative!important;
		display: block;
	}
	
	.assin img {
		width: 110px!important;
		height: auto!important;
	}
	


@media only screen and (max-width: 450px) {
	
.et_pb_row {
    width: 90%;
}

.ligamos-mobile .icon {
    left: 20%;	
}

.ligamos-mobile .text {
    left: 22%;
}

.ds-hover-gallery .et_pb_gallery_item {
    position: relative;
    overflow: hidden;
}

	
}

@media only screen and (max-width: 400px) {

#lazer{
    padding: 0;
}

#contato .et_pb_row,
#simule .et_pb_row,
#whatsapp .et_pb_row{
    width: 90%;
}

#plantas .et_pb_row_5{
	padding-bottom: 0;
}
	
.form-exent-title {
    font-size: 12px;
    line-height: 14px;
}

.form-exent-title span {
    font-size: 10px;
    line-height: 14px;
}

 .form-exent-nome,
 .form-exent-email,
 .form-exent-ddd,
 .form-exent-telefone,
 .form-exent-renda,
 .form-exent-torre,
 .form-exent-unidade,
 .form-exent-assunto,
 .form-exent-mensagem {
	padding: 8px!important;
	font-size: 10px!important;

}

.form-exent-enviar {
    padding: 8px 10px;
    font-size: 14px;
}

	#realizacao .et_pb_column {
		margin-bottom: 10px;
	}
	
	
	}
	}