/************************************************************/
/********************* EXENT ************************/
/**** INICIO Cookie *****/
.cc-bottom {
     bottom: 70px;
}

.cc-window {
     z-index: 99999999999!important;
}

.cc-message {
     font-size: 12px!important;
     line-height: 16px!important;
     text-align: center!important;
}

 .cc-revoke{
    display: none;
}
/**** FIM Cookie *****/
 #phone_hp{
     display: none!important;
}
/********************************************************/
/********************* 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;
}
 iframe{
     display: block;
}
 .clear {
     clear: both;
}
/********************* 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;
}

.mfp-figure:after{
	background: #000;
}

 .mfp-counter {
     display: none;
}
 .mfp-bottom-bar {
     display: block!important;
}
.mfp-title {
    font-size: 10px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
	top: -4px;
    font-size: 36px;
    right: 0;
    color: #878787;
    opacity: 1;
    background-color: #000!important;
    float: right;
    max-width: 40px;
    padding: 0;
    text-align: center;
}

.mfp-iframe-holder .mfp-close:hover,
.mfp-image-holder .mfp-close:hover {
    filter: brightness(1.5);
}

/********************* GERAL TEMA ************************/
 .et_pb_section {
     padding: 20px 0;
}
 .et_pb_row {
     padding: 20px 0;
}
 .et_pb_fullwidth_section {
     padding: 0!important;
}
/********************* HEADER ***********************/
 #logo {
     width: 80px!important;
     max-height: none;
     display: none;
     /*box-shadow: 0 0 10px 3px rgb(0 0 0 / 30%);*/
}
 #main-header {
     background-color: transparent;
     box-shadow: none;
     -moz-box-shadow: none;
     -webkit-box-shadow: none;
}
 #main-header {
     display: block;
}
 #et-top-navigation {
     padding-top: 15px!important;
}
 #top-menu-nav {
     text-align: right;
	 background: #1a3a2a;
	 padding: 0;
}

 .et-fixed-header #top-menu-nav {
	 background: transparent;
}

 .et-fixed-header #et-top-navigation {
     padding-top: 0px!important;
}

 #top-menu-nav ul li a {
     font-family: 'Roboto', sans-serif;
     color: #fff!important;
     font-size: 12px;
     text-transform: uppercase;
     font-weight: 600;
     transition: 0.2s;
     padding: 10px 20px!important;
	 letter-spacing: 1px;
}
 #top-menu-nav ul li a:hover {
     transition: all ease .2s;
     opacity: 1;
     transform: scale(1.01);
     font-weight: bold;
	 background-color: #b98752;
}
 .active {
     color: #f4776b!important;
     transition: all ease .2s;
     opacity: 1;
     transform: scale(1.05);
     font-weight: bold;
}
 #top-menu li {
     padding-right: 0!important;
	 display: block;
    float: left;
}
 #top-menu>li:first-child {
     padding-left: 0!important;
}
 #top-menu>li:last-child {
     padding-right: 0!important;
}

 .et-fixed-header {
    background-color: #1a3a2a;
	background: -webkit-linear-gradient(left, rgba(36,83,37,1) 0%, rgba(26,58,42,1) 100%);
	background: -o-linear-gradient(left, rgba(36,83,37,1) 0%, rgba(26,58,42,1) 100%);
	background: linear-gradient(to right, rgba(36,83,37,1) 0%, rgba(26,58,42,1) 100%);
}
 .et-fixed-header #top-menu-nav ul li a {
     color: #fff!important;
}

.et-fixed-header #top-menu-nav ul li a:hover{
	transition: .2s ease all;
}

/******************** MOUSE SCROLL *****************/
 .mouse {
     position: absolute;
     width: 22px;
     height: 42px;
     bottom: 20px;
     left: 49%;
     margin-left: -12px;
     border-radius: 15px;
     border: 2px solid rgba(255, 255, 255, 1);
     -webkit-animation: intro 1s;
     animation: intro 1s;
}
 .scroll {
     display: block;
     width: 3px;
     height: 3px;
     margin: 6px auto;
     border-radius: 4px;
     background: #fff;
     -webkit-animation: finger 1s infinite;
     animation: finger 1s 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.3;
    }
     100% {
         opacity: 0;
         -webkit-transform: translateY(20px);
         transform: translateY(20px);
    }
}
 @keyframes finger {
     0% {
         opacity: 0.3;
    }
     100% {
         opacity: 0;
         -webkit-transform: translateY(20px);
         transform: translateY(20px);
    }
}

/******************** BANNER *****************/

#banner{
	background: #1a3a2a;
}
#banner,
#banner .et_pb_row{
    padding: 0!important;
}

#banner .et_pb_row {
    width: 1440px;
    max-width: 1440px;
}

#banner .et_pb_column_1_2 {
    width: 49%;
}

#banner .et_pb_column{
	margin-right: 1%;
}

#banner .et_pb_column:nth-child(1) {
    padding: 50px 0;
}

#banner .et_pb_column:nth-child(2){
	background: #1a3a2a;
}

#banner .et-pb-arrow-next,
#banner .et-pb-arrow-prev {
    font-size: 28px;
}

#banner .et-pb-arrow-next:before,
#banner .et-pb-arrow-prev:before {
    color: #1a3a2a!important;
    border-radius: 50px;
	border: 2px solid #1a3a2a;
}

#banner .et_pb_slider .et-pb-arrow-prev {
    left: 10px;
    opacity: .5;
	transition: .2s ease all;
}

#banner .et_pb_slider .et-pb-arrow-next {
    right: 10px;
    opacity: .5;
	transition: .2s ease all;
}

#banner .et_pb_slider:hover .et-pb-arrow-prev {
    left: 22px;
    opacity: 1;
	transition: .2s ease all;
}

#banner .et_pb_slider:hover .et-pb-arrow-prev:before {
	background-color: #1a3a2a;
	color: #eaeaea!important;
	border-radius: 50px;
}

#banner .et_pb_slider:hover .et-pb-arrow-next {
    right: 22px;
    opacity: 1;
	transition: .2s ease all;
}

#banner .et_pb_slider:hover .et-pb-arrow-next:before {
	background-color: #1a3a2a;
	color: #eaeaea!important;
	border-radius: 50px;
}

/******************** SEPARADOR *****************/
 .separador h2 {
     font-family: 'Roboto', sans-serif;
     text-align: left;
     color: #fff;
     font-size: 20px;
     line-height: 32px;
     margin: 120px 0 60px 0;
     text-transform: uppercase;
     letter-spacing: 1px;
}
 .separador h3 {
     font-family: 'Roboto', sans-serif;
     text-align: left;
     color: #fff;
     font-size: 20px;
     line-height: 32px;
     margin: 120px 0 60px 0;
     text-transform: uppercase;
     letter-spacing: 1px;
}
 .separador h4 {
     font-family: 'Roboto', sans-serif;
     text-align: center;
     color: #b98752;
     font-size: 20px;
     line-height: 26px;
     font-weight: 700;
     text-transform: uppercase;
     letter-spacing: 1px;
}
 .separador h5 {
     font-family: 'Roboto', sans-serif;
     text-align: center;
     color: #245325;
     font-size: 14px;
     font-weight: 600;
     line-height: 18px;
     text-transform: uppercase;
     letter-spacing: 1px;
     margin-bottom: 20px;
}
 .separador a {
     background-color: #b98752;
     border: 1px solid #b98752;
     color: #ffffff!important;
     padding: 10px 20px;
}
 .separador a:hover {
     background-color: transparent;
     border: 1px solid #b98752;
     color: #b98752!important;
     transition: all ease 0.5s;
     transform: scale(1.05);
}
 #implantacao .separador a {
     float: right;
}
.separador h6 {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    min-width: 100%;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    background: #b98752;
    padding: 20px 0;
    text-align: center;
    letter-spacing: 1.5px;
}

#rooftop .separador h2 {
    color: #1a3a2a;
}

/*
#rooftop .separador a:hover{
	background: #c1a382;
}
*/
/******************** GALERIA *****************/
 .et-pb-arrow-next:before, .et-pb-arrow-prev:before {
     color: #eaeaea!important 
}
 .et_pb_bg_layout_light .et-pb-controllers a {
     background-color: #eaeaea!important 
}
 .et_pb_bg_layout_light .et-pb-controllers .et-pb-active-control {
     background-color: #462b2c!important 
}
 #implantacao .et-pb-arrow-next:before, #implantacao .et-pb-arrow-prev:before {
     color: #462b2c!important 
}
 #implantacao .et_pb_bg_layout_light .et-pb-controllers a {
     background-color: #696969!important 
}
 #implantacao .et_pb_bg_layout_light .et-pb-controllers .et-pb-active-control {
     background-color: #f4776b!important 
}
 #implantacao .et_pb_row .et_pb_column_1_2 {
}
 #rooftop, #livings, #implantacao {
     padding: 0;
}

#rooftop .et_pb_row{
	padding: 0;
     width: 100%;
     max-width: 100%;
     background: #efefef;
}

#livings .et_pb_row,
#implantacao .et_pb_row {
     padding: 0;
     width: 100%;
     max-width: 100%;
     background: #245325;
}

 #rooftop .et_pb_row .et_pb_column, #livings .et_pb_row .et_pb_column, #implantacao .et_pb_row .et_pb_column {
     margin-right: 0;
}
 #rooftop .et_pb_row .et_pb_column_1_2, #livings .et_pb_row .et_pb_column_1_2, #implantacao .et_pb_row .et_pb_column_1_2 {
     width: 50%;
}
#rooftop .et_pb_row .et_pb_column:nth-child(2),
#livings .et_pb_row .et_pb_column:nth-child(2),
#implantacao .et_pb_row .et_pb_column:nth-child(1) {
     padding: 50px;
     box-sizing: border-box;
}

#rooftop .et_pb_row .et_pb_column:nth-child(1),
#livings .et_pb_row .et_pb_column:nth-child(1),
#implantacao .et_pb_row .et_pb_column:nth-child(2) {
	background: #1a3a2a;
}

 #implantacao .separador h3 {
     text-align: right;
}
 #rooftop .form-exent-title h3, #livings .form-exent-title h3, #implantacao .form-exent-title h3 {
     text-align: left;
     color: #fff;
     font-size: 44px;
     line-height: 48px;
     margin: 100px 0 0px 0;
}
 #rooftop .form-exent-title h3 span, #livings .form-exent-title h3 span, #implantacao .form-exent-title h3 span {
     color: #404040;
     text-align: left;
     display: block;
     font-size: 44px;
     line-height: 48px;
}
 .form-shadow {
     opacity: 0;
     visibility: hidden;
     pointer-events: none;
     position: fixed;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     -webkit-transition: all 500ms ease-in-out;
     transition: all 500ms ease-in-out;
     z-index: 999999999999999999999;
     background-image: radial-gradient(circle at center, #424242 0%, #0a0a0a 77%)!important;
     opacity: 1;
     visibility: visible;
     pointer-events: initial;
}
/******************** RESIDENCIAIS *****************/
 #residenciais .et_pb_row, #studios .et_pb_row {
     max-width: 90%!important;
     width: 90%;
     padding: 30px 0 0;
}

 #residenciais .et_pb_module, #studios .et_pb_module {
     margin-bottom: 1%;
}

#studios .et_pb_column {
    margin-right: 1%;
}

#studios .et_pb_column_1_4 {
    width: 24%;
}

/******************** TOUR VIRTUAL *****************/
 #tour-virtual {
     padding: 0;
     background: #efefef;
}
 #tour-virtual iframe{
     display: block 
}
 #tour-virtual .et_pb_row {
     padding: 0;
     width: 100%;
     max-width: 100%;
}
 #tour-virtual .et_pb_row .et_pb_column {
     margin-right: 0;
}
 #tour-virtual .et_pb_row .et_pb_column_1_2 {
     width: 50%;
}
 #tour-virtual .et_pb_row .separador {
     padding: 50px;
     box-sizing: border-box;
	 text-align: right!important;
}

#tour-virtual .et_pb_row .separador h3{
	color: #1a3a2a!important;
	text-align: right!important;
}

/******************** VIDEO *****************/
 #video {
     padding: 0;
     background: #245325;
}
 #video iframe{
     display: block 
}
 #video .et_pb_row {
     padding: 0;
     width: 100%;
     max-width: 100%;
}
 #video .et_pb_row .et_pb_column {
     margin-right: 0;
}
 #video .et_pb_row .et_pb_column_1_2 {
     width: 50%;
}
 #video .et_pb_row .separador {
     padding: 50px;
     box-sizing: border-box;
}
 #video .separador h2 #video .separador a{
     padding: 0;
}
/******************** FORMULARIOS *****************/
 #contato{
     background-color: #011a06;
}

 #contato .et_parallax_bg{
     opacity: .7;
}

 .form-exent {
     font-family: 'Open Sans', sans-serif;
     width: 100%!important;
     background: #c1a382;
     padding: 28px!important;
     z-index: 9999999999999999999999!important;
     -webkit-box-shadow: 0 0 10px 3px rgb(13, 68, 40);
     -moz-box-shadow: 0 0 10px 3px rgba(13, 68, 40, 1);
     box-shadow: 0 0 10px 3px rgb(13, 68, 40);
}
 .form-exent-nome {
     font-family: 'Open Sans', sans-serif;
     width: 100%!important;
     background-color: #fff!important;
     padding: 8px 22px 8px 22px!important;
     border: none!important;
     text-decoration: none!important;
     font-size: 14px!important;
     margin: 10px 0 10px 0!important;
}
 .form-exent-email {
     font-family: 'Open Sans', sans-serif;
     width: 100%!important;
     background-color: #fff!important;
     padding: 8px 22px 8px 22px!important;
     border: none!important;
     text-decoration: none!important;
     font-size: 14px!important;
     margin: 0 0 10px 0!important;
}
 .form-exent-ddd {
     font-family: 'Open Sans', sans-serif;
     width: 25%!important;
     background-color: #fff!important;
     padding: 8px 22px 8px 22px!important;
     border: none!important;
     text-decoration: none!important;
     font-size: 14px!important;
     float: left!important;
     margin: 0 0 10px 0!important;
}
 .form-exent-telefone {
     font-family: 'Open Sans', sans-serif;
     width: 100%!important;
     background-color: #fff!important;
     padding: 8px 22px 8px 22px!important;
     border: none!important;
     text-decoration: none!important;
     font-size: 14px!important;
     float: left!important;
     margin: 0 0 10px 0!important;
}
 .form-exent-mensagem {
     font-family: 'Open Sans', Arial, Helvetica, sans-serif;
     width: 100%!important;
     background-color: #fff!important;
     padding: 8px 22px 8px 22px!important;
     border: none!important;
     text-decoration: none!important;
     font-size: 14px!important;
     float: none!important;
     margin: 0!important;
}
 .form-exent-enviar {
     font-family: 'Roboto', sans-serif;
     width: 100%;
     padding: 12px;
     font-size: 20px;
     float: none;
     color: #fff;
     cursor: pointer;
     border: none;
     margin: 4px 0px 0px 0px;
     background: #1a3a2a;
     transition: all 0.2s;
     display: block;
     font-weight: 700;
}
 .form-exent-enviar:hover {
     font-family: 'Roboto', sans-serif;
     filter: brightness(1.3);
     transition: all 0.2s;
     display: block;
     color: #fff;
}
 .form-exent p {
     text-align: center;
     font-size: 12px!important;
     line-height: 14px!important;
     margin-bottom: 6px!important;
     color: #fff!important;
}
 .form-exent p:last-child {
     margin-top: 10px;
     margin-bottom: 0!important;
     color: #fff!important;
}
 .form-exent span {
     color: #fff;
     text-align: left;
     font-size: 12px;
}
 .form-exent-title {
     font-family: 'Roboto', sans-serif;
     text-align: left;
     color: #fff;
     font-size: 22px;
     line-height: 26px;
     margin: 0;
     text-transform: uppercase;
     text-align: center;
     letter-spacing: 1px;
}
 .form-exent-title span {
     font-family: 'Roboto', sans-serif;
     color: #1a3a2a;
     text-transform: uppercase;
     font-size: 22px;
     line-height: 34px;
     display: block;
     text-align: center;
}
 .error::-webkit-input-placeholder {
     color: #FF0025;
}
 #status, #statuswhats {
     color: #ff5a5a;
     margin: 0 0 10px;
     font-size: 13px;
     line-height: 15px;
     position: relative;
     float: left;
     width: 100%;
}
/********************* REALIZACAO / TEXTO LEGAL ************************/
 #realizacao {
     margin-top: -10px;
     padding: 30px 0 0!important;
     background: #1a1a1a;
     background-image: linear-gradient(#000000, #232323);
}
 .texto-legal {
     font-size: 12px!important;
     line-height: 15px;
     background: none;
     color: #969595;
     text-align: center;
}
/******************** POLITICA DE PRIVACIDADE *****************/
 .politica-privacidade {
     font-size: 12px!important;
     text-align: center;
}
 #politica-privacidade {
     background: #232323!important;
     padding: 0;
}
 #politica-privacidade h6 {
     background: none;
     color: #969595;
}
 #politica-privacidade h6 strong {
     display: block;
}
/******************** ASSINATURA *****************/
 #main-footer {
     background-color: #191919;
     padding-bottom: 30px;
}
 footer {
     margin-bottom: 40px;
}
 #footer-bottom {
     background-color: #191919;
}
 #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: 100px;
     margin-bottom: 200px;
}
 .title-confirmacao {
     color: #181818;
     font-size: 40px;
     text-align: center;
     display: block;
     margin-bottom: 30px;
}
 .txt-confirmacao {
     color: #181818;
     text-align: center;
     display: block;
     font-size: 18px;
     margin-bottom: 30px;
}
 .btn-confirmacao {
     padding: 20px 0;
     text-align: center;
     background: #1a3a2a;
     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.3);
     transition: 0.2s;
}
 @media only screen and (max-width: 1600px) {
	 
	 #banner .et_pb_row {
		width: 1366px;
		max-width: 1366px;
	}
	 
	 #banner .et_pb_column:nth-child(1) {
		padding: 100px 80px 0px;
	}
	 
     #top-menu-nav ul li a {
         font-size: 10px;
    }
     .separador h2, .separador h3 {
         font-size: 14px;
         line-height: 22px;
         margin: 80px 0 60px 0;
    }
     .separador h4 {
         font-size: 18px;
         line-height: 26px;
    }
	.separador h5 {
		font-size: 10px;
		line-height: 14px;
	}
     .form-exent-enviar {
         font-size: 16px;
    }
     .form-exent-title {
         font-size: 18px;
         line-height: 22px;
    }
     .form-exent-title span {
         font-size: 20px;
         line-height: 26px;
    }
     .separador h6 {
         font-size: 16px;
         line-height: 22px;
    }
	 
	 
}
 @media only screen and (max-width: 1440px) {
     footer {
         margin-bottom: 60px;
    }
	 
	 #banner .et_pb_row {
		width: 1200px;
		max-width: 1280px;
	}
	 
	 #banner .et_pb_column:nth-child(1) {
		padding: 60px 80px 0px;
	}
	 
	 .form-exent{
		     transform: scale(.9);
	 }
	 
	 #contato,
	 #contato .et_pb_row {
		padding: 0;
	}
	 
}
 @media only screen and (max-width: 1366px) {
     #top-menu li {
         padding-right: 10px!important;
    }
	 
	 #studios .et_pb_row {
		max-width: 100%!important;
		width: 100%;
		padding: 30px 0 0;
	}
	 
	 .form-exent {
		transform: scale(.8);
	}
}
 @media only screen and (max-width: 1280px) {
	
	 #banner .et_pb_row {
		width: 80%;
		max-width: 80%;
	}
	 
	 #banner .et_pb_column:nth-child(1) {
		padding: 50px 80px 0px;
	}
	 
	 #banner .et_pb_row .et_pb_column:nth-child(1) .et_pb_module:nth-child(1){
		 margin-bottom: 50px;
	 }
	 
	 #banner .et_pb_row .et_pb_column:nth-child(1) .et_pb_module:nth-child(1) img{
		 max-width: 250px;
	 }
	 
     footer {
         margin-bottom: 40px;
    }
}
 @media only screen and (max-width: 1200px) {
	 

}
 @media only screen and (max-width: 1080px) {
     .separador h2, .separador h3 {
         margin: 30px 0 60px 0;
    }
     .form-exent-title, .form-exent-title span {
         font-size: 16px;
         line-height: 24px;
    }
}
 @media only screen and (max-width: 996px) {
	 
	 #banner .et_pb_column_1_2 {
		width: 100%;
	}
	 
	 #banner .et_pb_column:nth-child(1) {
		padding: 60px 40px 20px;
	}
	 
	 #banner .et_pb_column:nth-child(2) {
		margin-bottom: 20px;
	}
	 
     #video .et_pb_row .separador {
         display: none;
    }
     #et-top-navigation {
         padding-top: 35px!important;
    }
	 
	 #top-menu-nav {
		padding: 0!important;
	}
	 
     .et_pb_column {
         margin-bottom: 0;
    }
     #logo {
         display: none!important;
    }
     .mobile_menu_bar:before {
         color: #fff;
    }
     .et_mobile_menu {
         border-top: 1px solid #b98752!important;
         border-bottom: 1px solid #b98752!important;
         text-align: center;
         padding: 10px;
         right: 5%;
         width: 90%;
         left: inherit;
         background: #1a3a2a;
    }
     .et_mobile_menu li a {
         font-family: 'Roboto', sans-serif;
         color: #fff;
    }
     .mouse {
         bottom: 20px;
    }
	 
	 #rooftop .et_pb_row,
	 #livings .et_pb_row,
	 #implantacao .et_pb_row {
		display: flex;
		flex-direction: column;
	}
	 
	 #rooftop .et_pb_row .et_pb_column:nth-child(1),
	 #implantacao .et_pb_row .et_pb_column:nth-child(1){
		 order: 2;
	 }
	 
     #rooftop .et_pb_row .et_pb_column_1_2, #livings .et_pb_row .et_pb_column_1_2, #implantacao .et_pb_row .et_pb_column_1_2 {
         width: 100%;
    }
     .separador a {
         text-align: center;
         float: none;
         position: relative;
         display: block;
    }
     #livings .separador a, #implantacao .separador a {
         text-align: center;
         float: none;
         position: relative;
         display: block;
    }
     .separador h2, .separador h3, .separador h4, .separador h5 {
         margin: 0 0 30px 0;
         text-align: center;
         font-size: 12px;
         line-height: 18px;
    }
     .separador h6 {
         font-size: 12px;
         line-height: 18px;
         padding: 20px;
    }
     #residenciais .separador h2, #residenciais .separador h3, #residenciais .separador h4, #residenciais .separador h5 {
         margin: 0!important;
    }
     #studios .separador h2, #studios .separador h3, #studios .separador h4, #studios .separador h5 {
         margin: 0!important;
    }
     #implantacao .separador h3 {
         text-align: center;
    }
     .form-exent-title, .form-exent-title span {
         font-size: 14px;
         line-height: 20px;
    }
     .form-exent-enviar {
         font-size: 12px;
         letter-spacing: 2px;
    }
     #residenciais .et_pb_row, #studios .et_pb_row {
         padding: 10px 0;
    }
	 
	 #studios .et_pb_column_1_4 {
		width: 100%;
	}
	 
	 #studios .et_pb_row {
		max-width: 90%!important;
		width: 90%;
	 }
	 
    /******************** ASSINATURA *****************/
     footer {
         margin-bottom: 50px;
    }
     #footer-bottom {
         background-color: #191919;
    }
     #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: 439px) {
     .form-exent {
         padding: 20px!important;
		 transform: scale(.9);
    }
     .form-exent-title, .form-exent-title span {
         font-size: 12px;
         line-height: 16px;
    }
     .form-exent-nome, .form-exent-email, .form-exent-telefone, .form-exent-mensagem {
         padding: 4px 10px 4px 10px!important;
         font-size: 12px!important;
    }
     .separador a {
         padding: 5px 20px;
         font-size: 12px;
    }
     .multichannel .multichannel-item {
         padding: 10px 5px;
    }
	 
	 #banner .et_pb_row {
		width: 100%;
		max-width: 100%;
	}
	 
	 #banner .et_pb_row .et_pb_column:nth-child(1) .et_pb_module:nth-child(1) img {
		max-width: 150px;
	}
	 
	 #banner .et_pb_column:nth-child(2) {
		margin-bottom: 40px;
	}
	 
	 #contato.et_pb_row {
    	width: 90%;
		max-width: 90%;
	 }
	 
	 #studios .et_pb_column {
		margin-right: 0;
		margin-bottom: 10px;
	}
	 
	 #residenciais .et_pb_column {
		margin-bottom: 20px;
	}
	 
	 
}
