
/* =====================================
TABLET
===================================== */
@media (max-width:1024px){

/* BANNER */
.banner{
height:500px;
}

/* SOBRE HOME */
.sobre{
flex-direction:column;
padding:60px 40px;
}

.sobre .left,
.sobre .right{
width:100%;
}

/* EMPRE HOME */
.empre-wrap{
flex-direction:column;
text-align:center;
}



.empre-card h1{
font-size:60px;
}
/*
.empre-img img{
width:100%;
max-width:400px;
}*/

/* DIFERENCIAIS */
.diferenciais{
flex-wrap:wrap;
gap:40px;
}

.diferenciais .item{
width:45%;
}

/* HISTORIA */
.historia{
flex-direction:column;
gap:50px;
padding:80px 40px;
}

.historia-left,
.historia-right{
width:100%;
}

/* CTA SOBRE */
.cta-sobre{
flex-direction:column;
gap:30px;
}

.cta-left,
.cta-right{
width:100%;
}

/* EMPREENDIMENTOS */
.container{
width:90%;
}

.galeria{
grid-template-columns:100%;
}

.foto-grande{
height:400px;
}

.fotos-pequenas{
flex-direction:row;
gap:10px;
}

.fotos-pequenas img{
height:120px;
}

.info-empreendimento{
flex-direction:column;
gap:20px;
text-align:center;
}

/* FLOATING BAR */
.floating-bar{
top:50%;
}

}


/* =====================================
MOBILE
===================================== */
@media (max-width:767px){

.logo{
height:30px;
}

/* BANNER */
.banner{
height:350px;
}

/* SOBRE */
.sobre{
padding:40px 20px;
}

/* EMPRE */
.empre{
padding:80px 20px;
}

.empre-card h1{
font-size:42px;
}

.faixa-topo{
position:relative;
top:0;
margin-bottom:20px;
}

/* DIFERENCIAIS */
.diferenciais{
flex-direction:column;
padding:40px 20px;
}

.diferenciais .item{
width:100%;
}

/* HISTORIA */
.historia{
padding:60px 20px;
}

/* CTA */
.cta-sobre{
padding:60px 20px;
}

/* EMPREENDIMENTOS */
.banner-empreendimento img{
height:250px;
}

.foto-grande{
height:280px;
}

.info-icons{
flex-direction:column;
gap:30px;
}

.titulo{
font-size:20px;
padding:10px 20px;
}

.filtros{
flex-wrap:wrap;
}

.info-empreendimento h2{
font-size:22px;
}

/* MAPA */
.mapa iframe{
height:300px;
}
}
