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;
}


body {
	line-height: 1;
	overflow-x: hidden!important;
}
html{
	width: 100%;
	overflow-x: hidden;
}

@font-face {
    font-family: 'SundryNarrow Bold';
    src: url('../fonts/sundry-narrow/SundryNarrow-Bold.woff2') format('woff2'),
        url('../fonts/sundry-narrow/SundryNarrow-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SundryNarrow Light';
    src: url('../fonts/sundry-narrow/SundryNarrow-Light.woff2') format('woff2'),
        url('../fonts/sundry-narrow/SundryNarrow-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SundryNarrow Medium';
    src: url('../fonts/sundry-narrow/SundryNarrow-Medium.woff2') format('woff2'),
        url('../fonts/sundry-narrow/SundryNarrow-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SundryNarrow Regular';
    src: url('../fonts/sundry-narrow/SundryNarrow-Regular.woff2') format('woff2'),
        url('../fonts/sundry-narrow/SundryNarrow-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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;
}

a{
    text-decoration: none;
}

a:hover {
	color: #fff;
}

.text-right{
    text-align: right;
}

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

/* GERAL */

*:focus {
	outline: none;
	border: none;
}

body {
	font-family: 'SundryNarrow Regular', sans-serif;
	background: #CDFF6C;
}

*::selection {
	background-color: #00444F;
	color: #fff;
}

svg.prev, svg.next {
	transition: all .5s;
	cursor: pointer;
}

svg.prev:hover, svg.next:hover {
	transform: scale(1.2);
}

section {
	max-width: 1920px;
	margin: 0 auto;
}

@media (width > 1200px) {
	.container {
	max-width: 1210px;
}
}

.botao {
	padding: 15px 33px;
	border-radius: 8px;
	background: #CDFF6C;
	color: #00211B;
	display: block;
	width: fit-content;
	transition: all .5s;
	leading-trim: both;
	text-edge: cap;
	font-family: "SundryNarrow Medium";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 20.8px */
}

.yes-mobile {
	display: none;
}

.yes-desk {
	display: block;
} 


/* HEADER */

/*  header {
	padding: 35px 0;
    z-index: 10;
	transition: all .5s;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

.home header {
	padding: 60px 0 20px;
}

/* header.header-scroll {
	background: #fff;
	padding: 16px 0;
	box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
} 

header .container {
	display: flex;
    align-items: center;
    justify-content: space-between;
	gap: 30px;
}

header .wrapper-header {
    position: relative;
}*/


img{
	max-width: 100%;
}
.owl-carousel .owl-item img{
	width: auto;
	display: inline;
}

header .menu-toggle {
	border-radius: 8px;
	background: var(--100, #FFF);
    cursor: pointer;
	width: 44px;
	height: 44px;
	transition: all .5s;
	position: fixed;
    bottom: 27px;
	right: 30px;
	z-index: 30;
    border: none;
	padding: 0;
}

header .menu-toggle > svg {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	transition: all .5s;
}

header .menu-toggle .close {
	opacity: 0;
}

header .menu-toggle.toggle-active .close {
	opacity: 1;
}

header .menu-toggle.toggle-active .open {
	opacity: 0;
}

header .menu {
    position: fixed;
    bottom: 120px;
    right: 0;
    z-index: 10;
    width: 100%;
    max-width: 233px;
    border-radius: 20px 0 0 20px;
    border: 0;
    overflow: hidden;
    padding: 42px 32px;
    transition: all .5S;
	background: #00211B;
	transform: translateX(110%);
	opacity: 0;
	text-transform: uppercase;
}

header .menu.active {
	transform: translateX(0%);
	opacity: 1;
}

header .menu h6 {
	color: #CDFF6C;
	leading-trim: both;
	text-edge: cap;
	font-family: "SundryNarrow Regular";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 16px */
	letter-spacing: 1.92px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

header .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

header .menu ul li {
    padding: 15px 0;
}

header .menu ul li a {
	color: #F9F2E5;
	leading-trim: both;
	text-edge: cap;
	font-family: "SundryNarrow Regular";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 14px */
	letter-spacing: 1.68px;
	text-transform: uppercase;
	display: block;
	transition: all .5s;
}

header .menu ul li a:hover {
	color: #CDFF6C;
}

header .logo {
	max-width: 110px;
	pointer-events: none;
	opacity: 0;
	transition: all .5s;
}

header .logo svg {
	width: 100%;
}

/* header.header-scroll .logo {
	opacity: 1;
	pointer-events: initial;
} */


/* --- */


/* TOPO */

.topo {
	height: 1120px;
    padding-top: 120px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-color: #CDFF6C;
}

.topo:before{
	content: '';
	position: absolute;
	height: 525px;
	width: 80%;
	background: #CDFF6C;
	position: absolute;
	bottom: -257px;
	right: -213px;
	border-radius: 91%;

}


.topo .infos .estagio {
	color: #CDFF6C;
	leading-trim: both;
	text-edge: cap;
	font-family: "SundryNarrow Medium";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 14px */
	text-transform: uppercase;
}

.topo .infos .custom-logo-link {
	margin: 55px 0 45px 0;
	display: block;
}

.topo .infos .box-infos-topo {
	padding: 15px 0 15px 35px;
	display: flex;
	flex-direction: column;
	gap: 18px;
	border-left: 1px solid #FFF;
	margin: 45px 0;
}

.topo .infos .box-infos-topo .item {
	display: flex;
	gap: 10px;
	align-items: center;
}

.topo .infos .box-infos-topo .item p {
	color: #FFF;
	leading-trim: both;
	text-edge: cap;
	font-family: "SundryNarrow Regular";
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 100%; /* 14px */
	letter-spacing: 1.12px;
	text-transform: uppercase;
	margin: 10px 0;
	
}

.topo .infos h1 {
	color: #FFF;
	leading-trim: both;
	text-edge: cap;
	font-family: "SundryNarrow Medium";
	font-size: 42px;
	font-style: normal;
	line-height: 110%; /* 41.6px */
	max-width: 340px;
}

.topo .infos h1 span {
	color: #CDFF6C;
}

.botao:hover {
	background: #274D3A;
}

/* --- */


/* DIFERENCIAIS */

.diferenciais {
	position: relative;
    z-index: 3;
    padding-top: 220px;
    height: 990px;
    background-position: top left;
    background-size: 100%;
    /* background-color: #CDFF6C; */
    background-repeat: no-repeat;
    margin-top: -304px;
	width: 100%;
	
}

.diferenciais:after{
	background-color: #CDFF6C;
	content: '';
	height: 70%;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.diferenciais:before{
	content: '';
	height: 100%;
	width: 670px;
	position: absolute;
	top: 0;
	left: 100px; 
	background: url('../images/diferenciais-bg.png') no-repeat;
	background-size: cover;
	z-index: 2;
	left: 0;
}

.diferenciais .subtitle{
	text-align: right;
	margin-bottom: 40px;
}

.diferenciais .infos {
	width: 100%;
    margin-left: auto;
    max-width: 80%;
	position: relative;
	z-index: 3;
}

.diferenciais h3 {
	color: #00211B;
	leading-trim: both;
	text-align: end;
	text-edge: cap;
	font-family: "SundryNarrow Medium";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 14px */
	text-transform: uppercase;
}

.diferenciais h2 {
	color: #00211B;
	text-align: right;
	leading-trim: both;
	text-edge: cap;
	font-family: "SundryNarrow Medium";
	font-size: 42px;
	font-style: normal;
	line-height: 1.1em;
	margin: 50px 0 26px auto;
	max-width: 480px;
}


.diferenciais h2 span {
	display: block;
}

.diferenciais .subtitle{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.diferenciais .subtitle p{
	max-width: 425px;
	font-size: 18px;
	line-height: 160%;
}


.diferenciais .box-diferenciais {
	padding: 30px;
	border-radius: 8px;
	border: 1px solid rgba(219, 219, 215, 0.10);
}

.diferenciais .item-diferencial {
	padding: 6px;
	margin-bottom: 10px;
	
}

.diferenciais .item-diferencial .box-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #F9F2E5;
	border-radius: 10px;
	padding: 30px 40px;

}

.diferenciais .item-diferencial.white-box .box-item{
	background: #FFF;
}

.diferencial-text{
	width: calc(100% - 24px);
}

.diferenciais .item-diferencial .box-item .icone {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 24px;
	width: 24px;
}

.diferenciais .item-diferencial .box-item .icone img {
    max-width: 24px;
    width: 100%;
}

.diferenciais .item-diferencial .box-item .icone path {
	fill: #A77E5C;
}

.diferenciais .item-diferencial .box-item p {
	color: #00211B;
	leading-trim: both;
	text-edge: cap;
	font-family: "SundryNarrow Regular";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6em;
}

.diferenciais .item-diferencial .box-item p span{
	display: block;
	font-size: 38px;
	font-family: "SundryNarrow Medium";
	line-height: 1em;
}

.diferenciais .infos-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 55px;
}

.slick-dotted.slick-slider {
	margin: 0;
}

.diferenciais .infos-bottom .nav-diferenciais {
	display: flex;
	align-items: center;
	gap: 30px;
}

.diferenciais .infos-bottom .nav-diferenciais svg {
	cursor: pointer;
}

.diferenciais .slick-dots {
	position: inherit;
	display: flex;
	align-items: center;
}

.diferenciais .slick-dots .slick-dots li {
	display: flex;
	align-items: center;
	justify-content: center;
}

.diferenciais .slick-dots .slick-dots li.slick-active button {
	background: #fff;
}

.diferenciais .slick-dots .slick-dots li button {
	background: rgba(255, 255, 255, 0.10);
	width: 8px;
    height: 8px;
    border-radius: 10px;
}

.diferenciais .slick-dots .slick-dots li button::before {
	display: none;
}

/* --  Condições -- */
.condicoes-section{
	padding: 20px 0 100px 0;
	position: relative;
}


.condicoes-box{
	min-height: 370px;
	border: 1px solid ;
	background: #666;
	position: relative;
	z-index: 3;
	padding: 50px;
	border-radius: 10px;
}

.condicoes-box h2{
	font-size: 42px;
	color: #FFF;
	font-family: "SundryNarrow Medium";
}

.condicoes-box h2 span{
	color: #CDFF6C;
}

.condicoes-section:before{
	content: '';
	height: 100%;
	width: 646px;
	background: url('../images/brand-cond.svg') no-repeat;
	background-size: contain;
	position: absolute;
	top: -100px;
	left: 0;
}

.item-condicoes{
	position: relative;
}

.item-condicoes:nth-child(2)::before{
	content: '';
    height: 48px;
    width: 48px;
    background: #FFF;
    position: absolute;
    right: -23px;
    top: calc(50% - 24px);
    border-radius: 50%;
	background: url('../images/or.svg') no-repeat;
	background-size: contain;
	
}

.item-condicoes .box-item{
	background: #00211B;
	padding: 32px;
	border-radius: 10px;
	margin: 8px 0;
}

.item-condicoes .box-item p{
	color: #FFF;
	font-size: 18px;
}

.item-condicoes .box-item strong{
	font-size: 38px;
	color: #CDFF6C;
	display: block;
	margin-top: 3px;
	font-family: "SundryNarrow Medium";
}

.item-condicoes .box-item .texto-asterisco{
	position: absolute;
	bottom: 18px;
	left: 32px;
	color: #FFF;
	font-size: 12px;
}



.item-condicoes.first-card .box-item strong{
	display: inline;
	font-size: 38px;
	position: relative;
	padding-right: 40px;
}

.item-condicoes.first-card .box-item strong:before{
	content: '';
	height: 12px;
	width: 12px;
	position: absolute;
	right: 14px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background: #CDFF6C;
	border-radius: 50%;
}

.item-condicoes.first-card .box-item p{
	font-size: 24px;
	align-items: center;
    display: flex;
}

.box-item .col-md-6 .condicoes-text{
	text-align: center;
}

.box-item .col-md-6{
	position: relative;
}

.box-item .col-md-6:first-child::before{
	content: "+";
    position: absolute;
    right: -8px;
    color: #CDFF6C;
    font-size: 38px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: flex;
    align-items: center;

}

.row-100{
	width: 100%;
}

.mapa-da-area{
	z-index: 2;
	position: relative;
}

.mapa-da-area .box-mapa{
	position: relative;

}

.btn-zoom{
	position: absolute;
	top: 45px;
	right: 45px;
	width: 44px;
	height: 44px;
	background: #CDFF6C;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
}

.btn-zoom img{
	transition: 0.5s ease transform;
}

.btn-zoom:hover img{
	transform: scale(1.2);
}

.mapa-da-area .btn-map{
	position: absolute;
	bottom: 45px;
	left: 45px;
	background: #FFF;
	color:  #00211B;
	font-size: 18px;
	padding: 15px 40px;
	display: inline-block;
	border-radius: 8px;
	font-family: "SundryNarrow Medium";
	transition: 0.3s ease all;
}

.mapa-da-area .btn-map:hover{
	background: #00211B;
	color: #FFF;
}

.mapa-da-area .box-mapa figure{
	overflow: hidden;
	border-radius: 10px;
}

.mapa-da-area .box-mapa figure img{
	display: block;
}

.mapa-da-area .title h3{
	text-align: right;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 60px;
}

/* .mapa-da-area .box-mapa figure img{
	transition: 0.5s ease all;
}

.mapa-da-area .box-mapa figure:hover img{
	transform: scale(1.05);
} */

/* PLANTAS */
.plantas{
	padding-top: 200px;
	position: relative;
	z-index: 2;
}

.plantas::before{
	content: '';
    height: 800px;
    width: 496px;
    background: url('../images/brand-plantas.svg') no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.plantas-box {
	padding: 40px;
	border-radius: 10px;
	background: #FFF;
	position: relative;
	z-index: 2;

}

.item-planta{
	position: relative;
}

.item-planta figure{
	border-radius: 10px;
	overflow: hidden;
}

.item-planta figure img{
	border-radius: 10px;
}

.plantas-box .tab-content{
	display: none;
}

.plantas-box .tab-content.active{
	display: block;
}


.plantas-footer {
    position: relative;
	padding-top: 40px;
}

.plantas-footer h3 {
    font-size: 18px;
    margin: 0;
    text-transform: uppercase;
	font-family: "SundryNarrow Medium";
	color: #00211B;
	position: absolute;
	left: 0;
	top: 54px;
}

.plantas-nav {
    display: flex;
    align-items: center;
	justify-content: center;
}

.planta-tab{
    text-decoration: none;
    font-size: 18px;
	color: #00211B;
	background: #F9F2E5;
	padding: 15px 30px;
	font-family: "SundryNarrow Medium";
	transition: 0.5s ease all;
}

.plantas-content .owl-nav{
	position: absolute;
	right: 0;
	bottom: -90px;
}

.plantas-content .owl-nav button{
	width: 44px;
	height: 44px;
	border: none;
	background: #CDFF6C url('../images/arow.svg') no-repeat center;
	border-radius: 8px;
}

.plantas-content .owl-nav button.owl-prev{
	transform: rotate(180deg);
	margin-right: 10px;
}

.plantas-content .owl-nav button span{
	display: none;
}


.planta-tab:first-child{
	border-radius: 8px 0 0 8px;
}

.planta-tab:last-child{
	border-radius: 0 8px 8px 0;
}

.planta-tab.single-tab{
	border-radius:8px !important;
}

.planta-tab:hover, .planta-tab.active{
	background: #CDFF6C;
	color: #00211B;
}


.row-geral{
	align-items: center;
	height: 100%;
}

/* VÍDEOS */

.videos {
	height: 850px;
	background-position: center;
	background-size: cover;
	padding-top: 100px;
	position: relative;
	overflow: hidden;
	margin-bottom: -100px;
}

.videos .container {
	max-width: 1050px;
}

.videos h3 {
color: #EFEBE5;
leading-trim: both;
text-edge: cap;
font-family: "SundryNarrow Regular";
font-size: 14px;
font-style: normal;
font-weight: 400;
text-align: center;
line-height: 100%; /* 14px */
letter-spacing: 7px;
text-transform: uppercase;
margin: 0 auto 75px auto;
}

.videos .nav-videos {
	display: flex;
	align-items: center;
	gap: 30px;
	justify-content: center;
	margin-top: 45px;
}

.videos .slider-videos {
	max-width: 1070px;
}

.videos .slider-videos .slick-list {
	overflow: visible;
}

.videos .box-video {
	padding: 0 20px;
	max-width: 1070px;
	width: 100%;
}

.videos .video-item {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    cursor: pointer;
	height: 450px;
}

.videos .video-item img {
    width: 100%;
    transition: 0.3s;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
}

.videos .video-item a::after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%);
	width: 100%;
	height: 100%;
	transition: all .5s;
}

.videos .video-item:hover a::after {
	opacity: 0;
}

.videos .video-item .info {
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
	z-index: 3;
	display: flex;
	flex-direction: column;
	gap: 30px;
	align-items: center;
	justify-content: center;
}

.videos .video-item:hover img {
	transform: scale(1.07);
}

.videos .video-item .play-button {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	border: 1px solid #fff;
}

.videos .video-item p {
color: #EFEBE5;
leading-trim: both;
text-edge: cap;
font-family: "SundryNarrow Regular";
text-align: center;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 14px */
letter-spacing: 7px;
text-transform: uppercase;
}

/* --- */


/* GALERIA */

#galeria-fotos-empreendimento{
	background-color: #efebe5;
	padding: 50px 0 60px 0;
	width: 100%;
}

#galeria-fotos-empreendimento h2 {
color: #A77E5C;
leading-trim: both;
text-edge: cap;
font-family: "SundryNarrow Regular";
text-align: center;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 14px */
letter-spacing: 7px;
text-transform: uppercase;
	margin-bottom: 55px;
}

#galeria-fotos-empreendimento .grid-item .area{
	background-position: center;
}

#galeria-fotos-empreendimento .botao {
	border: none;
	margin: 60px auto 0 auto;
}

#galeria-fotos-empreendimento .botao.height-inative {
	opacity: 0;
	pointer-events: none;
	margin: 0 auto -40px auto;
}

#galeria-fotos-empreendimento .botao:hover {
	background: #274D3A;
}

#galeria-fotos-empreendimento .grid-slider-wrapper {
	transition: all .5s;
	overflow: hidden;
	height: 1260px;
}

#galeria-fotos-empreendimento .container{
		position: relative;
	z-index: 3;
}

#galeria-fotos-empreendimento .grid-slider-wrapper.height-auto {
	transition: all .5s;
	height: auto;
}

/* demais estilos, estão no arquivo grid-galeria.css */





/* --- */



/* --- */


/* LOCALIZAÇÃO */

.localizacao {
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 2;
	margin-top: 150px;
}

.localizacao::before{
	content: '';
    height: 800px;
    width: 496px;
    background: url('../images/brand-localizacao.svg') no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: -400px;
    z-index: 0;
}

.localizacao::after{
	content: '';
    height: 590px;
    width: 646px;
    background: url('../images/brand-garanta.svg') no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: -500px;
    z-index: 0;
}

.localizacao-box{
	margin-top: 80px;
}

.localizacao .infos{
	padding-top: 60px;
	padding-right: 30px;
}

.localizacao iframe {
	width: 100%;
	border-radius: 20px;
}

.localizacao .infos h3 {
	color: #FFF;
	leading-trim: both;
	text-edge: cap;
	font-family: "SundryNarrow Regular";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 14px */
	letter-spacing: 7px;
	text-transform: uppercase;
	margin-bottom: 55px;
}

.localizacao h2 {
    color: #00211B;
    leading-trim: both;
    text-edge: cap;
    font-family: "SundryNarrow Medium";
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 30px;
}

.localizacao .texto {
	color: #00211B;;
	font-family: "SundryNarrow Regular";
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.6em;
	margin-top: 50px;
}

.localizacao .endereco {
color: #FFF;
leading-trim: both;
text-edge: cap;
font-family: "SundryNarrow Regular";
font-size: 26px;
font-style: normal;
font-weight: 300;
line-height: 130%; /* 33.8px */
	margin-bottom: 0;
	padding-left: 32px;
	border-left: 1px solid #fff;
}

.localizacao .endereco span {
color: #FFF;
leading-trim: both;
text-edge: cap;
font-family: "SundryNarrow Regular";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 14px */
letter-spacing: 3.5px;
text-transform: uppercase;
	display: block;
    margin-top: 10PX;
}

.localizacao .botoes {
	display: none;
	align-items: center;
	gap: 8px;
}

.localizacao .botoes .botao {
	border: 1px solid #FFF;
	background: transparent;
	display: flex;
	align-items: center;
	gap: 10px;
	transition: all .5s;
color: #FFF;
leading-trim: both;
text-edge: cap;
font-family: "SundryNarrow Regular";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 130%; /* 20.8px */
text-transform: uppercase;
    padding: 15px 29px;
}

.localizacao .botoes .botao:hover {
	background: #274D3A;
	border-color: #274D3A;
}

.localizacao .botoes .botao svg path {
	transition: all .5s;
}

/* --- */


/* CONTATO */

.contato{
	margin-top: 80px;
	position: relative;
	z-index: 3;
}

.form-contato .col{
	padding: 0 3px;
}

.form-contato.formpadrao .politica span a{
	color:  #FFF !important;
}

.form-contact{
	position: relative;
}

.contato .row{
	width: 100%;
}

.form-contact::before{
	content: '';
	height: calc(100% - 21px);
	background: #00211B;
	width: 100%;
	left: 0;
	bottom: 3px;
	position: absolute;
	z-index: 0;
	border-radius: 8px;
}

.contato-info{
	padding: 0 50px;
}

.contato-info h3{
	color: #FFF;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 15px;
}

.contato-topo {
	display: flex;
	color: #FFF;
	width: 100%;
    justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 30px;
}

.contato-topo h2{
	font-size: 36px;
	font-family: "SundryNarrow Medium";
	
}

.contato-topo h2 span{
	display: block;
	color: #CDFF6C;
	
}

.contato-topo .botao{
	border: none;
}

.contato-topo .botao:hover{
	background: #FFF;
}

.contato .formpadrao.form-contato textarea{
	margin-bottom: 25px;
	height: 100px;
}

/* --- */


/* FOOTER */

footer {
    background: linear-gradient(to bottom, #002E26, #00211B);
    padding: 50px 0 110px 0;
}

footer .flex-logos {
	display: flex;
	gap: 60px;
	margin-bottom: 60px;
}

footer svg {
	transition: all .5s;
}

footer svg:hover {
	transform: scale(1.05);
}

footer .flex-logos .linha {
	gap: 60px;
	width: 1px;
	background: #F9F2E5;
	height: 90px;
}

footer .texto {
	margin: 0 auto;
	color: #FFF;
	text-align: center;
	font-family: "SundryNarrow Regular";
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 160%; /* 19.2px */
	max-width: 980px;
}

footer .info-bottom {
	margin-top: 60px;
	border-top: 1px solid #F9F2E5;
	padding-top: 60px;
}

footer .info-bottom {
	display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-evenly;
}

footer .info-bottom p,
footer .info-bottom a {
color: #F9F2E5;
text-align: center;
font-family: "SundryNarrow Regular";
font-size: 14px;
font-style: normal;
font-weight: 300;
line-height: 160%; /* 22.4px */
opacity: 0.4;
}

/* --- */


/* FORMULÁRIOS */

input:focus,
input:focus-visible {
    outline: none !important;
}

.formpadrao input, .formpadrao textarea{
	padding: 22px 10px;
    border-radius: 10px;
    border: 1px solid #DBDBD7;
    background: #FFF;
    margin-bottom: 6px;
	color: rgba(91, 117, 94, 0.908);
	font-family: "SundryNarrow Regular";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
    width: 100%;
}

.formpadrao .botao {
	border-radius: 8px;
	background: #CDFF6C;
    color: #00211B;
	leading-trim: both;
	text-edge: cap;
	font-family: "SundryNarrow Medium";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
    width: fit-content;
    margin: 0;
	padding: 15px 30px;
	border: 1px solid #CDFF6C;
}

.formpadrao .botao:hover {
	background: #00211B;
	color: #FFF;
}

.formpadrao textarea{
	height: 134px;
}

.formpadrao input::placeholder, .formpadrao textarea::placeholder{
	color: rgba(91, 117, 94, 0.70);
	font-family: "SundryNarrow Regular";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.formpadrao select {
    padding: 12px;
    border: none;
    border-bottom: 1px solid var(--brand-secundary, #57413B);
    background: rgba(255, 255, 255, 0.90);
    margin-bottom: 24px;
    color: var(--brand-secundary-darker, #321D17);
    font-family: Work Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    width: 100%;
}

.formpadrao .form-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	flex-wrap: wrap;
}

.formpadrao .politica input[type="checkbox"], .wpcf7-acceptance input[type="checkbox"]{
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 15px;
	margin-bottom: 0;
	border-radius: 6px;
}
.formpadrao .politica span, .wpcf7-acceptance .wpcf7-list-item-label{
	color: #FFF;
	leading-trim: both;
	text-edge: cap;
	font-family: "SundryNarrow Regular";
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 120%; /* 19.2px */
    max-width: 180px;
    margin-top: -1px;
    display: block;
	
}

.formpadrao .politica span a{
	color: #FFF;
	display: block;
}

.politica label{
	display: flex;
}


/* --- */


/* NAV-FIXO E MODAIS */

.barrafixa {
	padding: 15px 50px;
	right: 110px;
    bottom: 15px;
    display: flex;
    flex-direction: row;
    position: fixed;
    align-items: center;
    top: auto;
    margin: 0;
    z-index: 30;
	transition: all .5s;
	background: url(../images/barra-bg.png);
	background-size: cover;
	background-position: center;
	border-radius: 18px;
	overflow: hidden;
	gap: 35px;
	width: fit-content;
	background-color: transparent;
}

.item-brand{
	margin-right: 15px;
}

.barrafixa .item {
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	transition: all .6s;
}

.barrafixa .item:hover {
	transform: scale(1.08);
}

.barrafixa .item .icon {
	display: flex;
	width: 48px;
	height: 48px;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
}

.barrafixa .item.tel .icon,
.barrafixa .item.mail .icon {
background: #FFF;
}

.barrafixa .item.wpp .icon {
	background: #CDFF6C;
}

.barrafixa .item.wpp span{
	color: #CDFF6C;
}

.barrafixa .item p {
	color: #F9F2E5;
	leading-trim: both;
	text-edge: cap;
	font-family: "SundryNarrow Regular";
	font-size: 8px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 8px */
	letter-spacing: 1.44px;
	text-transform: uppercase;
}

.barrafixa .item span {
	margin-top: 4px;
	display: block;
	color: #F9F2E5;
	leading-trim: both;
	text-edge: cap;
	font-family: "SundryNarrow Medium";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 14px */
	letter-spacing: 1.68px;
	text-transform: uppercase;
}


.form-modal .fancybox-close-small {
	right: 10px !important;
}

.form-modal {
	border-radius: 8px !important;
	background: #00211B !important;
	position: relative !important;
	overflow: hidden !important;
	padding: 0 !important;
}

.form-modal::before {
	position: absolute;
    right: 0;
    bottom: 0;
    width: 70%;
    height: 130%;
    content: '';
    display: block;
    background: url(../images/brand-modal-email.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right 145px;
}

.form-modal-email::before{
	background-position: right 85px;
}

.form-modal.form-modal-whatsapp::before{
	background-position: right 105px;
}

.form-modal .conteudo {
	display: flex;
    justify-content: space-between;
	position: relative;
	align-items: center;
	z-index: 2;
	padding: 54px;
}

.form-modal .left {
	max-width: 267px;
	width: 100%;
	padding-right: 17px;
	margin-right: 60px;
}

.form-modal .left .header {
    display: flex;
    align-items: center;
    gap: 22px;
}

.form-modal .left .header .icon {
	display: flex;
	width: 48px;
	height: 48px;
	justify-content: center;
	align-items: center;
}

.form-modal .left .header h5 {
	color: #CDFF6C;
	font-family: "SundryNarrow Regular";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 8px */
	letter-spacing: 1.44px;
	text-transform: uppercase;
}




.form-modal .left .header h5 span {
	font-family: "SundryNarrow Medium";
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 24px */
	margin-top: 7px;
	display: block;
	text-transform: none;
}

.form-modal .left .texto {
	color: #FFF;
	leading-trim: both;
	text-edge: cap;
	font-family: "SundryNarrow Regular";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 28.8px */
	margin: 20px 0;
	max-width: 206px;
}

.form-modal .left .bottom h6 {
	color: #FFF;
	leading-trim: both;
	text-edge: cap;
	font-family: "SundryNarrow Regular";
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 160%; /* 19.2px */
	margin-bottom: 16px;
}

.form-modal .left .bottom p {
	color: #FFF;
	leading-trim: both;
	text-edge: cap;
	font-family: "SundryNarrow Regular";
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 160%;
}

.form-modal .right {
	width: 550px;
	align-self: center;
}

.form-modal .formpadrao input, .form-modal .formpadrao textarea {
	background: var(--100, #FFF);
    margin-bottom: 10px;
    padding: 20px 24px;
	border: 1px solid rgba(219, 219, 215, 0.30);
	border-radius: 8px;
}

.form-modal .formpadrao .politica span {
	color: rgba(0, 33, 27, 0.7);
}

.formpadrao .politica span a{
	color: rgba(0, 33, 27, 0.7);
	display: block;
}

.form-modal-email .formpadrao .politica span{
	color: #FFFF;
}

.form-modal-email .politica span a{
	color: #FFFF;
}

.form-modal .formpadrao .botao {
	background: #00211B;
	border: 1px solid #00211B;
	color: #FFF;
	padding: 14px 32px;
}

.form-modal .formpadrao .botao:hover {
	transform: scale(1.05);
	background: none;
	color: #00211B;
}

.form-modal.form-modal-whatsapp .texto{
	max-width: 100%;
}

.form-modal.form-modal-whatsapp .texto p{
	font-size: 16px;
	letter-spacing: 0.06em;
	line-height: 140%;
	margin-bottom: 20px;
}


.ou{
	opacity: 0.4;
	position: relative;
	text-align: center;
}

.ou::before{
	content: '';
	height: 1px;
	width: 40%;
	position: absolute;
	left: 0;
	top: 50%;
	background: #FFF;
	opacity: 0.4;
}

.ou::after{
	content: '';
	height: 1px;
	width: 40%;
	position: absolute;
	right: 0;
	top: 50%;
	background: #FFF;
	opacity: 0.4;
}

.ou span{
	display: inline-block;
	background: #00211B;
	padding: 0 10x;
	position: relative;
    z-index: 1;
}

.form-modal.form-modal-telefone .left .contatos {
	display: flex;
	flex-direction: column;
	gap: 35px;
	padding: 40px 0;
	border-left: none;
	border-right: none;
	margin-bottom: 40px;
}

.form-modal.form-modal-telefone .left .contatos p {
	color: #FFF;
	leading-trim: both;
	text-edge: cap;
	font-family: "SundryNarrow Regular";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 12px */
}

.form-modal.form-modal-telefone .left .contatos p a {
	color: #CDFF6C;
	leading-trim: both;
	text-edge: cap;
	font-family: "SundryNarrow Regular";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 24px */
	text-transform: uppercase;
	display: block;
	margin-top: 10px;
	transition: all .5s;
	text-decoration: none;
	letter-spacing: 1px;
}

.form-modal.form-modal-telefone .left .contatos p a:hover {
	transform: translateX(-10px);
}


.erro404,
.obrigado {
	text-align: center;
	min-height: 100vh;
	padding: 100px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.erro404 h1 {
	font-size: 250px;
	line-height: 80%;
    color: #274D3A;
    font-family: "SundryNarrow Regular";
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.obrigado h1 {
	font-size: 150px;
	line-height: 80%;
    color: #274D3A;
font-family: "SundryNarrow Regular";
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.erro404 p,
.obrigado p {
	font-size: 19px;
}

.erro404 .botao,
.obrigado .botao {
	display: block;
    margin: 30px auto 0 auto;
}

.erro404 .botao:hover,
	.obrigado .botao:hover {
		background-color: #274D3A;
	}

section.default {
    padding: 100px 0;
}

section.default h1 {
	color: #00211B;
    text-align: start;
    leading-trim: both;
    text-edge: cap;
    font-family: "SundryNarrow Medium";
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
	margin-bottom: 30px;
}

section.default .content-default h2,
section.default .content-default h3,
section.default .content-default h4,
section.default .content-default h5,
section.default .content-default h6 {
	color: #00211B;
	font-family: "SundryNarrow Medium";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	margin-bottom: 15px;
	margin-top: 10px;
}

section.default .content-default p {
	color: #00211B;
	text-align: start;
	font-family: "SundryNarrow Regular";
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 19.2px */
		margin-bottom: 15px;
}


.ficha-tecnica{
	color: #F9F2E5;
	position: relative;
	margin-top: -250px;
	z-index: 2;
	text-align: center;
}

.content-ficha-tecnica{
	background: #00211B url('../images/footer.png') repeat;
	background-size: cover;
	content: '';
	height: 100%;
	width: 150%;
	border-radius: 50% 50% 0 0;
	position: relative;
	top: 0;
	left: -25%;
	right: 0;
	margin: 0 auto;
	z-index: 0;
	overflow: hidden;
	padding-top: 500px;
	padding-bottom: 150px;
}

.ficha-topo .logo-ficha{
	margin-bottom: 60px;
}

.ficha-topo h2{
	font-size: 42px;
	font-family: "SundryNarrow Medium";
}

.ficha-topo h2 span{
	display: block;
	margin-bottom: 60px;
}

.ficha-topo p{
	font-size: 18px;
	line-height: 160%;
	max-width: 800px;
	margin: 0 auto 60px auto;
}

.ficha-list ul{
	display: flex;
	justify-content: center;
	gap: 60px;
	margin-bottom: 60px;
	flex-wrap: wrap;
}

.ficha-list ul .numero{
	font-size: 42px;
	font-family: "SundryNarrow Medium";
	margin: 20px 0;
}

.ficha-list ul .texto{
	font-size: 18px;
}

.btn-ficha .botao{
	display: inline-block;
}

/* --- */
@media (width < 991px ) {
	.yes-mobile {
		display: block;
	}

	.yes-desk {
		display: none;
	} 

	h3::after {
		display: none !important;
	}

	.container {
		padding: 0 17px;
	}

	.brand-main .brands-fundo {
		display: none;
	}

	.erro404 h1 {
		font-size: 130px;
	}

	.obrigado h1 {
		font-size: 60px;
	}

	.topo {
		padding-top: 0;
		height: auto;
		background: none !important;
		position: relative;
		height: 100vh;
	}

	.topo:before{
		display: none;
	}

	.img-topo{
		height: 100vh;
		width: 100%;
		z-index: 2;
		position: relative;
		background: #00211B;
	}

	.logo-mobile{
		position: absolute;
		top: 40px;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 176px;
		z-index: 3;
	}

	.content-topo{
		position: absolute;
		z-index: 3;
		bottom: 20px;
		width: 100%;
	}

	.topo .infos .estagio{
		font-size: 16px;
		margin-bottom: 20px;
	}

	.topo .infos .box-infos-topo{
		gap: 0;
		padding: 5px 0 5px 0;
		margin: 30px 0;
		border: none;
	}

	.topo .infos h1{
		font-size: 36px;
		max-width: 265px;
	}

	.topo .infos .box-infos-topo .item p{
		font-size: 12px
	}

	.topo .botao{
		width: 100%;
		text-align: center;
	}


	.diferenciais{
		margin-top: 0;
		height: inherit;
		position: relative;
		padding-top: 100px;

	}

	.diferenciais:before{
		content: '';
		height: 73px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0; 
		right: 0;
		background: url('../images/curva-diferenciais.png') no-repeat center top;
		background-size: cover;
		z-index: 2;
		margin: 0 auto;
	}

	.diferenciais:after{
		display: none;
	}

	.diferenciais .infos{
		max-width: 100%;
	}


	.diferenciais h3{
		text-align: center;
		font-size: 16px;
	}

	.diferenciais h2{
		text-align: center;
		font-size: 36px;
	}

	.diferenciais .subtitle{
		text-align: center;
		justify-content: center;
		
	}

	.diferenciais .subtitle p{
		max-width: 100%;
		font-size: 14px;
	}

	.diferenciais .item-diferencial .box-item{
		padding: 18px 32px 18px 42px;
	}

	.diferenciais .item-diferencial .box-item p{
		font-size: 16px;
	}

	.diferenciais .item-diferencial .box-item p span{
		font-size: 28px;
	}

	.diferenciais .box-img{
		display: flex;
		align-items: flex-end;
	}

	.diferenciais .box-img img{
		width: 100%;
	}

	.condicoes-section{
		background: #00211B;
	}


	.condicoes-section:before{
		display: none;
	}

	.condicoes-box{
		padding: 30px;
		padding-bottom: 300px;
	}

	.condicoes-box h2{
		font-size: 28px;
		text-align: center;
		margin-bottom: 25px;
	}

	.item-condicoes .box-item{
		padding: 30px 20px;
		margin: 0 0 10px 0;
	}

	.item-condicoes .box-item p{
		font-size: 16px;
	}

	.item-condicoes .box-item strong{
		font-size: 28px;
		padding-bottom: 5px;
	}

	.item-condicoes:nth-child(2)::before{
		right: 0;
		top: inherit;
		left: 0;
		margin: 0 auto;
		bottom: -24px;
		z-index: 2;
	}

	.item-condicoes.first-card{
		order: 3;
	}

	.box-item .col-md-6{
		width: 50%;
	}

	.item-condicoes.first-card .box-item p{
		display: block;
		font-size: 20px;
		text-align: center;
	}

	.item-condicoes.first-card .box-item strong:before{
		display: none;
	}

	.item-condicoes.first-card .box-item strong{
		font-size: 28px;
		padding: 0;
	}

	.item-condicoes.first-card .box-item span{
		font-size: 20px;
		display: block;
	}


		
	.localizacao {
		background: #00211B;
		color: #F9F2E5;
		        margin-top: 0;
	}

	.mapa-da-area .title h3{
		text-align: center;	
		color: #CDFF6C;
		font-size: 16px;
		margin-bottom: 25px;
	}

	form row > div {

	}

	.localizacao h2{
		color: #F9F2E5;
		margin-bottom: 25px;
		font-size: 36px;
		text-align: center;	
	}

	.localizacao .texto{
		color: #F9F2E5;
		text-align: center;
		font-size: 14px;
		margin-bottom: 20px;
	}

	.localizacao::before, .localizacao::after{
		display: none;
	}

	.mapa-da-area .btn-map{
		width: 80%;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center;
	}


	.localizacao-box{
		margin-top: 40px;
	}

	.localizacao iframe{
		height: 485px;
	}

	.plantas-box{
		padding: 8px
	}

	.plantas-content .owl-nav{
		bottom: 20px;
		right: 20px;
	}

	.btn-zoom{
		right: 20px;
		top: 20px;
	}

	.plantas-nav{
		width: 100%;	
	}
	
	.plantas-nav a{
		width: 50%;
		text-align: center;
		padding: 18px;
		font-size: 16px;
	}

	.plantas-footer{
		padding-top: 6px;
	}

	.plantas-box h3 {
		font-size: 16px;
		margin: 0;
		text-transform: uppercase;
		font-family: "SundryNarrow Medium";
		color: #00211B;
		text-align: center;
		padding: 20px 0;
	}

	.form-contact{
		background: #00211B;
		border-radius:8px;
		padding-top: 60px;
		align-items: center;
	}
	.contato .conteudo{
		flex-direction: column-reverse;
	}

	.contato-topo .botao{
		width: 100%;
	}

	.contato-topo h2{
		margin-bottom: 30px;
	}

	.contato-info{
		text-align: center;
		padding: 0 20px;
		margin: 0 auto;
	}

	.contato-info h3{
		margin-bottom: 20px;
	}

	.contato-topo{
		display: block;
	}

	.form-contact::before{
		display: none;
	}

	.formpadrao .form-bottom {
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
	}

	.formpadrao .politica span a{
		display: inline;
		
	}

	.formpadrao .politica span, .wpcf7-acceptance .wpcf7-list-item-label{
		max-width: 100%;
		line-height: 32px;
		margin-bottom: 20px;
	}

	.formpadrao .botao{
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}

	.figure-contato{
		margin-top: 15px;
	}

	.content-ficha-tecnica{
		padding-top: 350px;
	}

	.logo-ficha{
		max-width: 150px;
		margin: 0 auto 0 auto;
	}


	.ficha-topo{
		max-width: 90wh;
	}

	.content-ficha-tecnica{
		border-radius: 5% 5% 0 0;
		width: 100%;
		left: 0;
		padding-bottom: 60px;
	}

	.ficha-topo h2{
		font-size: 36px;
		margin-bottom: 30px;
	}

	.ficha-topo h2 span{
		display: inline;
		margin-bottom: 30px;
	}

	.ficha-topo p{
		font-size: 14px;
		margin: 0 auto 20px auto;
	}

	footer {
		border-color: #E2D7BD;
	}

	footer .flex-logos {
		flex-direction: column;
	}

	footer .flex-logos .linha{
		display: none;
	}

	footer .texto{
		border-top: 1px solid #CDFF6C;
		padding-top: 60px;
		font-size: 14px;
	}

	footer .info-bottom {
		flex-direction: column;
		        width: 90%;
	}


	.ficha-list ul li{
		width: 50%;
		padding: 15px 10px;
	}
	.ficha-list ul {
		gap: 0;
	}

	.btn-ficha .botao{
		font-size: 16px;
		width: 100%;
		text-align: center;
	}
	

	.barrafixa {
		right: auto;
		left: 20px;
		gap: 15px;
		background: #fff;
		padding: 13px 20px;
		border-radius: 20px;
		transform: none;
		padding: 10px 15px;
	}

	.barrafixa .item p {
		display: none;
	}

	.barrafixa .item-brand {
		display: none;
	}

	header .menu-toggle {
		bottom: 22px;
        right: 20px;
	}

	.barrafixa .item {
		position: static;
        transform: none;
        width: 48px;
        height: 48px;
        justify-content: center;
	}

	.barrafixa:hover {
		width: auto;
	}

	.form-modal {
		width: 95% !important;
		padding: 40px 25px !important;
	}

	.form-modal .left .header h5 {
    	font-size: 12px;
	}


	.form-modal .fancybox-close-small {
		color: #212529 !important;
	}

	.form-modal .conteudo {
		flex-direction: column;
		gap: 30px;
		padding: 20px;
	}

	.form-modal .left {
		padding: 0;
		border: 0;
		margin: 0;
		width: 100%;
		max-width: 100%;
	}

	.form-modal .left .texto {
		max-width: 345px;
		color: #fff;
		margin: 25px 0;
	}

	.form-modal .formpadrao textarea {
		height: 90px;
	}

	.form-modal .right {
		width: 100%;
	}

	.form-modal.form-modal-whatsapp::before,
	.form-modal.form-modal-telefone::before {
		position: absolute;
		left: 0;
		bottom: -140px;
        width: 200%;
        height: 91%;
        content: '';
        display: block;
        background: url(../images/brand-modal-email.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom;
	}

	.form-modal-email::before {
		background-position: bottom;
	}

	.form-modal.form-modal-whatsapp .left .header {
		margin-bottom: 30px;
	}

	.form-modal.form-modal-telefone .left .header {
		margin-bottom: 20px;
	}

	.form-modal.form-modal-telefone .left .contatos {
		padding: 20px 0;
		margin-bottom: 10px;
	}

	.form-modal .formpadrao .botao {
		font-size: 13px;
		padding: 14px 20px;
	}

	.fancybox-button svg path {
		fill: #fff !important;
	}

	.form-modal.form-modal-telefone .left .contatos p a {
		font-size: 18px;
	}
}