/************************************************************/
/********************* EXENT ************************/

/**** INICIO Cookie *****/

.cc-banner.cc-bottom {
    bottom: 60px;
}
.cc-window {
    z-index: 9999!important;
}
.cc-message {
    font-size: 12px;
    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;
}

/********************* GERAL ************************/
 
 body {
	 font-family: 'Montserrat', 'Open Sans', sans-serif;
     font-weight: 400;
}
 strong {
     font-weight: 700;
}

 p {
     padding-bottom: 0!important;
}

 #page-container {
     padding: 0!important;
}

/********************* BARRA HORIZONTAL ************************/

/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: rgb(47 47 47) rgb(0 0 0);;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-track {
  background: rgb(0 0 0);;
}

*::-webkit-scrollbar-thumb {
  background-color: rgb(47 47 47);
  border-radius: 20px;
  border: 3px solid rgb(0 0 0);;
}


/********************* GERAL TEMA ************************/

 .et_pb_section {
     padding: 0;
	 background-color: transparent;
}
 .et_pb_row {
     padding: 0;
}
 .et_pb_fullwidth_section {
     padding: 0!important;
}

.fullpage-section{
	height:100vh; 
	display: flex; 
	flex-direction: column; 
	justify-content: center;
}

/********************* DISPLAY FLEX ************************/

.section{
	height: 100vh;
	/*height:500px;*/
	box-sizing: border-box;
	
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	
	flex-direction: column;
}

.section .et_pb_row {
	margin: inherit;
}

/********************* HEADER ***********************/

#main-header {
	background: transparent;
	box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
	height: 0;
}

#et-top-navigation {
    padding-top: 30px!important;
}

#top-menu-nav {
     display: none;
}

#main-header.et-fixed-header {
    background: transparent!important;
	box-shadow: none!important;
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
}

#et_mobile_nav_menu{
	display: none!important;
}

#et_mobile_nav_menu .opened .mobile_menu_bar:before{
	content: "\4d";
}

.mobile_nav .select_page {
    display: block;
    float: left;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    margin-right: 5px;
}

.et_mobile_menu {
    position: absolute;
    left: 0;
    padding: 10%;
    background: rgba(0, 0, 0, .9);
    width: 100%;
    visibility: visible;
    opacity: 1;
    display: none;
    z-index: 9999;
    border-top: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    height: 100vh;
    text-align: center;
    top: 0;
    box-sizing: border-box;
}

.mobile_menu_bar{
	z-index: 99999;
	float: left;
}

.mobile_menu_bar:before{
	color: #fff;
	opacity: .5;
	transition: .5s ease;
}

.mobile_menu_bar:hover:before{
	opacity: 1;
	transition: .5s ease;
}

.et_mobile_menu li a {
    border-bottom: 1px solid rgba(0,0,0,.03);
    color: #fff;
    padding: 10px 5%;
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: .8;
    font-weight: 200;
    font-size: 32px;
    line-height: 56px;
	transition: .5s ease;
}

.et_mobile_menu li a:hover, .nav ul li a:hover {
    opacity: 1;
	color: #f5cea8;
	transition: .5s ease;
}

.et_mobile_menu li{
    display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
}

#logo {
    max-height: none;
	display: none!important;
}

	.et_fullwidth_nav #main-header .container {
		padding-right: 20px!important;
    	padding-left: 20px!important;
	}


/********************* NAV LATERAL ************************/

ul.et_pb_side_nav{
	right: 10px;
	background: transparent;
}

ul.et_pb_side_nav li.side_nav_item {
    padding: 10px 0;
	min-height: 20px;
}


ul.et_pb_side_nav .side_nav_item a {
    border-radius: 0; 
    display: block;
    background-color: hsla(0,0%,100%,1);
    text-indent: -9999px;
    margin-right: 10px;
    height: 2px;
    width: 2px;
	float: right;
}

ul.et_pb_side_nav .side_nav_item:hover a {
	transition: .5s ease;
	 width: 15px;
}

ul.et_pb_side_nav .side_nav_item a.active {
    background-color: #a08469!important;
    width: 20px;
	float: right;
	transition: .5s ease;
}


/********************* BANNER ************************/


#intro {
    background: linear-gradient(-45deg, #1d1f19, #263425, #1f4627);
    background-size: 400% 400%;
    animation: gradient 10s ease infinite;
    height: 100vh;
}

#intro .et_pb_row {
    display: flex;
    width: 80%;
    max-width: 80%;
}

#intro .et_pb_row:nth-child(2) {
    min-height: 80vh;
}

#intro .et_pb_row .et_pb_column {
	align-self: center;
	margin-right: 0!important;
    margin-bottom: 0!important;
}

#intro .et_pb_row .et_pb_column_1_2 {
	width: 50%;
}

#intro .et_pb_row .et_pb_column_1_4 {
	width: 25%;
}

#intro .et_pb_column .et_pb_module {
    margin-bottom: 0;
}

#intro .et_parallax_bg{
	opacity: .4;
	 animation: zoom-background 10s ease infinite;
}


@keyframes  zoom-background {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.02);
	}
	100% {
		transform: scale(1);
	}
}


.intro-3 p{
    color: #fff;
    margin-top: 100px;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

.intro-3 p span{
    margin-top: 20px;
   	display: block;
    color: #fff;
    font-size: 10px;
    opacity: .8;
    letter-spacing: 2px;
    font-weight: 600;
}

.intro-4 img{
	position: absolute;
    max-width: 300px;
    right: 0;
}

			
@keyframes  gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}


/******************** MOUSE SCROLL *****************/
.mouse {
    width: 22px;
    height: 42px;
    left: 49%;
    margin-left: -12px;
    border-radius: 15px;
    border: 2px solid #f5cea8;
    -webkit-animation: intro 1s;
    animation: intro 1s;
	margin: 0 auto;
}

 .scroll {
     display: block;
     width: 3px;
     height: 3px;
     margin: 6px auto;
     border-radius: 4px;
     background: #f5cea8;
     -webkit-animation: finger 1.5s infinite;
     animation: finger 1.5s infinite;
}
 @-webkit-keyframes intro {
     0% {
         opacity: 0;
         -webkit-transform: translateY(40px);
         transform: translateY(40px);
    }
     100% {
         opacity: 0.3;
         -webkit-transform: translateY(0);
         transform: translateY(0);
    }
}
 @keyframes intro {
     0% {
         opacity: 0;
         -webkit-transform: translateY(40px);
         transform: translateY(40px);
    }
     100% {
         opacity: 0.3;
         -webkit-transform: translateY(0);
         transform: translateY(0);
    }
}
 @-webkit-keyframes finger {
     0% {
         opacity: 0.8;
    }
     100% {
         opacity: 0;
         -webkit-transform: translateY(20px);
         transform: translateY(20px);
    }
}
 @keyframes finger {
     0% {
         opacity: 0.8;
    }
     100% {
         opacity: 0;
         -webkit-transform: translateY(20px);
         transform: translateY(20px);
    }
}

/********************* SOBRE ************************/

#sobre{
	background: rgba(0, 0, 0, .1);
}

#sobre .et_pb_row{
    max-width: 800px;
}

#sobre .et_pb_row .et_pb_column{
	width: 50%;
}

#sobre .et_pb_row .et_pb_column:nth-child(1){
	margin: 0 auto!important;
	background: rgba(29, 29, 29, .9);
	align-items: center;
    display: flex;
    padding: 2%;	
}

#sobre .et_pb_row .et_pb_column:nth-child(2){
	overflow: hidden;
}

#sobre .et_pb_row .et_pb_column:nth-child(1),
#sobre .et_pb_row .et_pb_column img{
	height: 65vh;
}

#sobre .et_pb_row .et_pb_column img{
	transform: scale(1.01);
}

#sobre p {
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 200;
}

#sobre p strong {
	text-transform: uppercase;
    display: block;
    margin-bottom: 50px;
    font-size: 18px;
    letter-spacing: 5px;
}

/********************* VIDEO ************************/

#video {
    background: rgb(160 132 105 / 80%);
}

#video p {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    text-shadow: 0 0 40px #e9e2d8;
}

#video p strong {
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    letter-spacing: 4px;
    font-weight: 300;
}

/********************* GALERIA ************************/

#galeria .et_pb_row,
#galeria .et_pb_row .et_pb_column,
#galeria img{
	min-height: 100vh;
	width: 100%;
    min-width: 100%;
}

#galeria {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
	background: #000;
	height: 100vh;
}

.slick-next{
	display: none!important;
}

#galeria .slick-active{
    animation-name: AnimaFundo;
    animation-duration: 10s;
    animation-fill-mode: forwards;
	/*animation-timing-function: ease-in-out;*/
}

    @keyframes AnimaFundo {
        from {
            transform: scale(1.3);
			opacity: 0.9;
        }

        to {
            transform: scale(1);
			opacity: 0.3;
        }
    }


/******************** CONTATO *****************/

#contato {
    /*background: rgba(29, 29, 29, 1);*/
	background: transparent;
}

#contato .et_pb_row {
    max-width: 600px;
    background-color: rgb(12 22 13 / 80%);
    padding: 20px;
}

@media only screen and (max-width: 1700px) {
	
	#contato .form-exent-title {
		font-size: 22px;
		line-height: 26px;
	}
	
	#contato .form-exent-title strong {
		font-size: 42px;
		line-height: 46px;
	}
}


/******************** FORMULARIOS *****************/

.form-exent {
    font-family: 'Montserrat', 'Open Sans', sans-serif;
    width: 100%!important;
    padding: 0 0 20px 0!important;
    z-index: 9999999999999999999999!important;
	/*border-radius: 10px;*/
}

.form-exent-title {
    color: #f9d380;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 2px;
    margin: 10px 0 0 0;
    text-align: center;
    font-weight: 100;
}

.form-exent-title strong {
    color: #ffffff;
    text-align: center;
    display: block;
    font-weight: 200;
    font-size: 40px;
}

.form-exent p {
	text-align: center;
	font-size: 12px!important;
	line-height: 14px!important;
	margin-bottom: 6px!important;
	color: #bfbfbf!important;
}

.form-exent p:last-child {
	margin-top: 10px;
	margin-bottom: 0!important;
}

.form-exent input,
.form-exent textarea{
	font-family: 'Montserrat', 'Open Sans', sans-serif;
	width: 100%;
	background-color: transparent;
	padding: 5px 0 !important;
	border: none!important;
	border-bottom: 1px solid #877857!important;
	text-decoration: none!important;
	font-size: 12px!important;
	margin: 10px 0;
	color: #fff;
}

.form-exent-ddd {
    width: 25%!important;
    margin: 5px 2% 5px 0!important;
	float: left!important;
}

.form-exent-telefone {
    width: 73%!important;
    float: left!important;
    margin: 5px 0!important;
}

.form-exent #contato-enviar,
.form-exent #simule-enviar,
.form-exent #ligamos-enviar{
    font-family: 'Montserrat', 'Open Sans', sans-serif;
    width: 100%;
    padding: 12px 20px!important;
    font-size: 14px!important;
    float: none!important;
    color: #fff!important;
    cursor: pointer!important;
    border: none!important;
    margin: 4px 0px 0px 0px!important;
    background: #c3a461!important;
    transition: all 2s!important;
    display: block!important;
    font-weight: 400!important;
    letter-spacing: 1px!important;
    text-align: center!important;
}

.form-exent #contato-enviar:hover,
.form-exent #simule-enviar:hover,
.form-exent #ligamos-enviar:hover{
	filter: brightness(1.2);
	transition: all 2s!important;
}

.form-exent #contato-chk,
.form-exent #simule-chk,
.form-exent #ligamos-chk{
	width: 20px!important;
}

.form-exent span {
	color: #bfbfbf;
	text-align: left;
	font-size: 12px;
}

.error::-webkit-input-placeholder {
	color: #ff5d5d;;
}

::-webkit-input-placeholder {
     color: #fff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #1d1d1d inset !important;
}

input:focus{
	color: #fff!important;
}

#simule-status,
#contato-status,
#ligamos-status{
	font-family: 'Montserrat', 'Open Sans', sans-serif;
     color: #ff5d5d;
     margin: 0 0 10px;
     font-size: 13px;
     line-height: 15px;
     position: relative;
     float: left;
     width: 100%;
}

#phone_hp{
	display: none!important;
}


/******************** CONTATO *****************/

#projeto {
    background: #fff;
}

#projeto:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 15vh;
	right: 0;
	width: 60%;
	height: 70vh;
	/*background-color: #cbbcb9;*/
	background-color: #fdf6f0;
}

#projeto h2 {
	font-size: 36px;
	line-height: 32px;
	font-weight: 100;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #a08469;
	margin-top: 100px;
	margin-bottom: 20px;
	text-align: right;
}

#projeto h3 {
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #3c3c3c;
	margin-bottom: 30px;
	text-align: right;
}

#projeto h4 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #3c3c3c;
	margin-bottom: 10px;
}

#projeto p {
	font-size: 18px;
	line-height: 32px;
}

#projeto .et_pb_column:nth-child(1) p {
	text-align: right;
}

#projeto span {
	font-size: 14px;
	line-height: 24px;
	display: block;
	margin-bottom: 10px;
}

#projeto img {
	max-width: 33.3%;
	float: left;
	margin-bottom: 20px;
}

#projeto a {
    background-color: #a08469;
    border: 1px solid #a08469;
    color: #ffffff!important;
    padding: 10px 20px;
    margin-top: 30px;
    position: relative;
    display: block;
    float: right;
}

#projeto a:hover {
	background-color: transparent;
	border: 2px solid #a08469;
	color: #a08469!important;
	transition: all ease 0.5s;
	transform: scale(1.05);
}


/******************** GALERIA LAZER *****************/

#lazer {
    background: rgb(12, 12, 12, .7);
}

#lazer .et_pb_row {
	width: 80%;
	max-width: 80%!important;
}

#lazer .et_pb_gallery_pagination ul {
	text-align: left;
}

#lazer .et_pb_gallery_pagination ul .active {
	color: #fff!important;
}

#lazer .et_pb_gallery_pagination ul li {
	background-color: #a08469;
}

#lazer .et_pb_gallery_pagination ul li:hover {
	filter: brightness(1.2);
}

#lazer .et_pb_gallery_pagination ul li a {
	color: #fff;
}

#lazer .et_pb_grid_item {
	width: 23%!important;
	margin: 0 2.4% 2.4% 0!important;
	clear: none!important;
}

#lazer .et_pb_grid_item:nth-child(4n) {
	margin-right: 0!important;
}

#lazer .et_pb_grid_item:hover img {
	transform: scale(1.15);
	opacity: 1;
	transition: .5s ease;
}

#lazer .et_pb_gallery_item img {
	transform: scale(1.05);
	transition: transform 0.5s, opacity 0.5s;
}

.et-pb-arrow-prev:before,
.et-pb-arrow-next:before {
	color: #fff;
	background-color: #877857;
}

#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;
}

#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;
}

.et_pb_gallery .et_overlay {
	background: -webkit-linear-gradient(290deg, rgb(160, 132, 105, .7) 35%, rgb(203, 188, 185, .8) 100%)!important;
	background: -o-linear-gradient(290deg, rgb(160, 132, 105, .7) 35%, rgb(203, 188, 185, .8) 100%)!important;
	background: linear-gradient(20deg, rgb(160, 132, 105, .7) 35%, rgb(203, 188, 185, .8) 100%)!important;
	border: 0;
}

.et_pb_gallery_grid .et_pb_gallery_image {
	overflow: hidden;
	position: relative;
}

.et_overlay:before {
	display: none!important;
}

.mfp-bottom-bar{
	display: none!important;
}


/******************** SERVICOS *****************/

#servicos {
    background: #fff;
}

#servicos:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0vh;
	right: 0;
	width: 50%;
	height: 100vh;
	background-color: #fdf6f0;
}

#servicos h2 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #877856;
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: right;
}

#servicos h3 {
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #3c3c3c;
	margin-bottom: 30px;
}

#servicos h4 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #3c3c3c;
	margin-bottom: 10px;
}

#servicos p {
	font-size: 14px;
    line-height: 26px;
}

#servicos small {
	font-size: 10px;
	line-height: 14px;
	display: block;
	text-align: center;
}

#servicos .servicos-item {
    text-align: right;
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

#servicos .servicos-item .title{
	font-family: 'Montserrat', 'Open Sans', sans-serif;
    color: #877857!important;
    font-size: 14px;
	line-height: 14px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
	margin-bottom: 10px
}

#servicos .servicos-item .description{
	font-size: 12px;
    line-height: 16px;
}

#servicos .servicos-item img{
	display: block;
    position: relative;
	float: right;
	max-width: 33%;
	margin-left: 10px;
}

#servicos .et-last-child .servicos-item img{
	float: left;
	margin-right: 10px;
}

#servicos .et-last-child .servicos-item {
	text-align: left;
}



/******************** LOCALIZACAO *****************/

#localizacao {
    background: #17291a!important;
}

#localizacao h4 {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #d7c9a0;
    margin: 20px 0;
    text-align: center;
}

#localizacao iframe {
	filter: grayscale(1);
	transition: ease all 2s;
	display: block;
	position: relative;
	width: 100%;
	height: 80vh;
}

#localizacao iframe:hover {
	filter: none;
	transition: ease all 2s;
}

#localizacao .et_pb_module:nth-child(2) {
    background-color: #5f6a49;
    width: 100%;
}

/********************* REALIZACAO ************************/

#realizacao {
    background: #0c1c0e!important;
}

#realizacao img {
    max-width: 400px;
}

#realizacao h5 {
    font-size: 12px!important;
    color: #d2c49d;
    text-align: justify;
    text-align-last: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}
	
#realizacao h6{
	font-size: 12px!important;
    line-height: 15px;
	color: #b3b3b3;
    text-align: justify;
    text-align-last: center;
}

#realizacao h6 strong{
	display: block;
}

/******************** POLITICA DE PRIVACIDADE *****************/

 #politica-privacidade {
    padding: 0;
	font-size: 10px!important;
    line-height: 16px;
    text-align: center;
}
 #politica-privacidade h6 {
     background: none;
     color: #969595;
	 font-size: 10px!important;
}

 #politica-privacidade h6 strong{
	display: block;
	font-weight: 600;
}

/******************** ASSINATURA *****************/

footer {
    margin-bottom: 0px;
	background-color: #1d1d1d!important;
	z-index: 1089;
    position: relative;
}

#footer-widgets{
	display: none;
}

#footer-bottom{
	padding: 15px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
	background-color: #081209;
}

#footer-bottom .container {
    width: 95%;
    max-width: 95%;
    margin: auto;
}

#footer-info {
    padding-bottom: 0;
    color: #cfc7ba;
    font-size: 12px;
    line-height: 28px;
	float: none;
    text-align: center;
}

.assin {
    bottom: -10px;
    right: 79px !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: #c3a461!important;
    color: #fff;
    font-size: 18px;
    position: absolute;
    display: block;
    width: 236px;
    margin-left: -118px;
    left: 50%;
    transition: 0.2s;
}
.btn-confirmacao:hover {
	filter: brightness(1.2);
	transition: 0.2s;
}


@media only screen and (max-width: 1600px) {
	
	#projeto h2 {
		font-size: 32px;
	}
	#projeto h3 {
		font-size: 20px;
		line-height: 24px;
	}
	#projeto h4 {
		font-size: 14px;
		line-height: 22px;
	}
	#projeto p {
		font-size: 16px;
		line-height: 28px;
	}
	
	#lazer .et_pb_gallery_pagination ul li a {
		font-size: 14px;
	}

	
}

@media only screen and (max-width: 1440px) {
	
 	#projeto h2 {
		font-size: 28px;
	}
	#projeto h3 {
		font-size: 18px;
		line-height: 22px;
	}
	#projeto span {
		font-size: 12px;
		line-height: 24px;
	}
	
	#contato .et_pb_row {
		max-width: 500px;
	}
	
	.form-exent #contato-enviar,
	.form-exent #whatsapp-enviar {
		font-size: 12px!important;
	}
	
	#contato .form-exent-title {
		font-size: 16px;
		line-height: 18px;
	}
	
	#contato .form-exent-title strong {
		font-size: 28px;
		line-height: 36px;
	}
	
	.form-exent {
		padding: 0!important;
	}
	
	#video .et_pb_row {
    	width: 60%;
	}
	
	#projeto p {
		font-size: 14px;
		line-height: 18px;
	}
	
	.et-pb-arrow-next,
	.et-pb-arrow-prev {
		font-size: 24px;
	}
	
	#localizacao h4 {
		font-size: 14px;
		line-height: 14px;
	}	
	
}


@media only screen and (max-height: 769px) {
	
	#intro .et_pb_row:nth-child(2) {
		min-height: 70vh;
	}
	
	#sobre .et_pb_row {
		max-width: 600px;
	}
	
	#sobre p strong {
		font-size: 12px;
		line-height: 16px;
	}
	
	#sobre p {
		font-size: 12px;
		line-height: 16px;
	}
}

@media only screen and (max-width: 1366px) {
	#servicos h4 {
		font-size: 14px;
		line-height: 20px;
		margin-top: 30px;
	}
	
	#servicos p {
		font-size: 12px;
		line-height: 18px;
	}
	
	#servicos .servicos-item {
		margin-bottom: 20px;
	}
	
}
			 
@media only screen and (max-width: 1280px) {
	
	#projeto h2 {
		font-size: 24px;
		line-height: 24px;
	}
	#projeto h3 {
		font-size: 14px;
		line-height: 18px;
	}
	#plantas h2 {
		font-size: 24px;
		margin-bottom: 10px;
	}
}
			 
@media only screen and (max-width: 1200px) {	
	
	#implantacao ul {
		width: 100%;
		padding: 0!important;
	}
}

@media only screen and (max-width: 1080px) {}

@media only screen and (max-width: 996px) {	
	
/********************* GERAL**********************/
	body{
		background: #000;
	}
	
	ul.et_pb_side_nav{
		display: none;
	}
	
	#logo {
		margin-left: -15%;
	}

	#main-header{
		padding: 0!important;
		background: transparent;
	}
	
	#main-header .container {
		width: 100%!important;
	}
	
	#main-header .logo_container {
		width: auto!important;
	}
	
	#et_mobile_nav_menu {
		width: 85px;
	}
	
	/*#main-header .container {
		padding-right: 15px!important;
		padding-left: 15px!important;
	}*/
	
	#footer-bottom {
		padding: 15px 0;
		position: relative;
		display: block;
		float: left;
		width: 100%;
		background-color: #000000;
	}
	
	.et_pb_column {
		margin-bottom: 0;
	}
	
	.mouse {
		position: relative;
		bottom: 0;
		margin-top: 20px;
		left: 0
	}
	
	.section {
    	min-height: 70vh;
	}
	
	#intro .et_pb_row {
		display: block;
		width: 100%!important;
		max-width: 100%;
	}
	
	#intro .et_pb_row:nth-child(2) {
		min-height: auto;
	}
	
	#intro .et_pb_row .et_pb_column{
		width: 100%!important;
	}
	
	#intro .et_pb_row:nth-child(2) .et_pb_column:nth-child(1) .et_pb_module:nth-child(1) {
		width: 30%!important;
		margin: 0 calc(50% - 15%);
	}
	
	#intro .et_pb_row:nth-child(2) .et_pb_column:nth-child(1) .et_pb_module:nth-child(2) {
		width: 80%!important;
		margin: 0 calc(50% - 40%);
	}
	
	#intro .et_pb_row:nth-child(2) .et_pb_column:nth-child(2){
		width: 100%!important;
	}
	
	#intro .et_pb_row:nth-child(2) .et_pb_column:nth-child(3){
		width: 80%!important;
		margin: 0 calc(50% - 40%);
	}
	
	#sobre .et_pb_row .et_pb_column:nth-child(1){
    	height: 50vh;
	}
	
	#sobre .et_pb_row .et_pb_column {
		width: 100%;
	}
	
	#sobre .et_pb_row .et_pb_column:nth-child(2) {
		display: none;
	}
	
	#sobre p strong {
		font-size: 12px;
		line-height: 16px;
		margin-bottom: 20px;
	}
	
	#sobre p {
		font-size: 12px;
		line-height: 16px;
	}
	
	#video .et_pb_row {
		width: 90%;
	}
	
	#video .et_pb_row .et_pb_column .et_pb_module{
		margin-bottom: 10px;
	}
	
	#video p strong {
		margin-bottom: 0;
		font-size: 10px;
	}
	
	#projeto h2 {
		text-align: center;
		margin-top: 0;
	}
	#projeto h3,
	#projeto h4,
	#projeto p,
	#projeto span,
	#projeto .et_pb_column:nth-child(1) p {
		text-align: center;
	}
	
	#projeto h2 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	#projeto h3 {
		font-size: 12px;
		line-height: 14px;
		margin-bottom: 10px;
	}
	
	#projeto p,
	#projeto span {
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 10px;
	}
	#projeto img {
		margin-bottom: 0;
	}
	
	#projeto a {
		background-color: #726547;
		border: 1px solid #726547;
		color: #ffffff!important;
		padding: 10px 20px;
		margin-top: 0;
		margin-bottom: 20px;
		position: relative;
		display: block;
		float: right;
		width: 100%;
		text-align: center;
		font-size: 12px;
	}
	
	#galeria {
		min-height: 100%!important;
	}
	
	#galeria img {
		min-height: auto;
		width: -webkit-fill-available;
		min-width: 350%;
		transform: translate(-35%, 0);
	}
	
	#lazer .et_pb_gallery_pagination ul {
		text-align: center;
	}
	
	#lazer .et_pb_row {
		width: 30%;
		max-width: 30%!important;
	}
	
	#lazer .et_pb_row .et_pb_column:nth-child(1) {
		display: none;
	}
	
	#realizacao h6{
		margin-bottom: 10px;
	}
	
	#realizacao .et_pb_row .et_pb_column .et_pb_module:nth-child(3) h6{
		font-size: 9px!important;
		line-height: 11px;
	}
	

	@media only screen and (max-width: 768px) {	
	
		#lazer .et_pb_row {
			width: 30%;
			max-width: 30%!important;
		}
		
		#contato .form-exent-title {
			font-size: 12px;
			line-height: 16px;
		}
		
		#contato .form-exent-title strong {
			font-size: 20px;
			line-height: 26px;
		}
	}
	
	@media only screen and (max-width: 600px) {	
	

		#lazer .et_pb_row {
			width: 40%;
			max-width: 40%!important;
		}
	}
	
	@media only screen and (max-width: 500px) {	
	
		#lazer .et_pb_row {
			width: 50%;
			max-width: 50%!important;
		}
	}
	/*
	@media only screen and (max-width: 450px) {	
	
		#lazer .et_pb_row {
			width: 40%;
			max-width: 40%!important;
		}
	}
	
	@media only screen and (max-width: 400px) {	
	
		#lazer .et_pb_row {
			width: 40%;
			max-width: 40%!important;
		}
	}
	
	@media only screen and (max-width: 350px) {	
	
		#lazer .et_pb_row {
			width: 40%;
			max-width: 40%!important;
		}
	}
	*/
	
	#lazer .et_pb_grid_item {
		width: 48%!important;
		margin: 0 1% 1% 0!important;
		clear: none!important;
		overflow: hidden;
	}
	
	#servicos:after {
		width: 60%;
	}
	
	#servicos.section {
		height: auto!important;
		min-height: auto!important;
	}
	
	#servicos h2 {
		font-size: 24px;
		line-height: 32px;
		text-align: center;
		margin-top: 20px;
	}
	
	#servicos h4{
		font-size: 14px;
    	line-height: 22px;
		text-align: center;
		margin-top: 0;
	}
	#servicos p {
		font-size: 12px;
    	line-height: 18px;
		text-align: center;
	}
	
	#servicos .servicos-item img,
	#servicos .et-last-child .servicos-item img{
		float: none;
		max-width: 100%;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 15px;
	}
	
	#servicos .servicos-item,
	#servicos .et-last-child .servicos-item{
	    text-align: center;
	}
	
	#servicos .servicos-item .title{
	    font-size: 12px;
	}
	
	#localizacao h4 {
		font-size: 10px;
		line-height: 12px;
		letter-spacing: 2px;
		margin: 20px;
	}
	
	#localizacao iframe {
		max-height: 50vh;
		min-height: 50vh;
	}
	
	.form-exent p,
	.form-exent span{
		font-size: 10px!important;
	}
	
	#central {
		padding: 80px 0;
	}

/********************* REALIZACAO ************************/	

	#realizacao .et_pb_row{
		padding: 0;
	}
	
	#realizacao .et_pb_column {
		margin-bottom: 30px;
	}
	
	#realizacao img {
    	max-width: 50%;
	}
	
	.assinatura-mobile .et_pb_column {
		margin-bottom: 5px!important;
	}

/********************* FORMULARIO ************************/	
	
	.form-exent-title {
		font-size: 16px;
		line-height: 22px;
	}
	
	
/********************* ASSINATURA ************************/	
	#politica-privacidade h6 {
		font-size: 8px!important;
		line-height: 10px;
	}

	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: 10px;
		text-align: center;
		position: relative!important;
		display: block;
		bottom: 0;
	}
	
	.assin img {
		width: 110px!important;
		height: auto!important;
	}	
	
}

@media only screen and (max-width: 450px) {
	
	.et_pb_row {
		width: 90%;
	}
	
}

@media only screen and (max-width: 400px) {
	   
.form-exent-title {
    font-size: 12px;
    line-height: 14px;
}

.form-exent-title span {
    font-size: 10px;
    line-height: 14px;
}

.form-exent-enviar {
    padding: 8px 10px;
    font-size: 14px;
}
	
}
	
@media only screen and (max-width: 379px) {
	#intro .et_pb_row {
		display: block;
		width: 90%!important;
		max-width: 90%;
	}
}

@media only screen and (max-width: 349px) {
	#intro .et_pb_row {
		display: block;
		width: 80%!important;
		max-width: 80%;
	}
	
	#sobre p strong {
		font-size: 10px;
		letter-spacing: 2px;
	}
	
	#sobre p {
		font-size: 10px;
	}
		
		
}