html{
scroll-behavior:smooth;
}



body{
margin:0;
font-family:'Montserrat', sans-serif;
color:#222;
box-sizing: border-box;
background-color: #000;
}

h1,h2,h3{
font-family:'Montserrat', sans-serif;
font-weight:400;
font-size:22px;
line-height:1.3;
}

p{
font-family:'Montserrat', sans-serif;
font-weight:300;
font-size:15px;
line-height:1.8;    
}



.menu{
    padding: 20px 60px;
}

.menu nav a{
color:#fff;
margin-left:35px;
font-size:13px;
letter-spacing:1px;
text-decoration:none;
}



.logo{height:40px;}

.banner{
height:650px;
overflow:hidden;
}

.bannerSwiper{
height:100%;
}

.swiper-slide img{
width:100%;
height:100%;
object-fit:cover;
display:block;
}



.sobre{
display:flex;
align-items: center;
justify-content: center;
padding:80px;
background:white;
}

.sobre .left{width:40%;}
.sobre .right{width:60%;}


.mapa iframe{
width:100%;
height:400px;
border:0;
}

.social{
display:flex;
flex-direction:column;
gap:10px;
}

.social a{
background:#2c2623;
width:40px;
height:40px;
display:flex;
align-items:center;
justify-content:center;
border-radius:4px;
transition:0.3s;
}

.social a:hover{
background:#c79a5a;
}

.social svg{
width:18px;
height:18px;
color:#fff;
}

.footer-bottom{
text-align:center;
padding:20px;
border-top:1px solid rgba(255,255,255,0.1);
font-size:13px;
color:#aaa;
}




.floating-bar{
position:fixed;
right:0;
top:40%;
display:flex;
flex-direction:column;
z-index:999;
}

.float-btn{
background:#c79a5a;
width:60px;
height:60px;
display:flex;
align-items:center;
justify-content:center;
text-decoration:none;
border-bottom:1px solid rgba(0,0,0,0.2);
transition:0.3s;
}

.float-btn:hover{
background:#b3874e;
}

.float-btn svg{
width:26px;
height:26px;
color:#000;
}


.diferenciais{
display:flex;
justify-content:space-around;
background:#3E3E3E;
padding:60px;
color:#fff;
text-align:center;
}

.diferenciais .item{
width:300px;
}

.item p{
    font-size: 13px;
}

.diferenciais svg{
width:45px;
height:45px;
color:#B09560;
margin-bottom:20px;
}


.btn-lga{
border:1px solid #c79a5a;
background:transparent;
color:#fff;
padding:14px 30px;
font-size:14px;
letter-spacing:1px;
cursor:pointer;
transition:0.3s;
text-decoration: none;
}

.btn-lga:hover{
background:#c79a5a;
color:#000;
}




.sobre-page{
margin-top:90px;
}

/* HISTORIA */
.historia{
display:flex;
padding:120px 80px;
background:#f2f2f2;
gap:100px;
}

.historia-left{
width:40%;
display:flex;
align-items:center;
}

.historia-left h2{
font-size:28px;
letter-spacing:1px;
}

.historia-right{
width:60%;
font-size:15px;
line-height:1.8;
color:#666;
}

/* IMAGEM */
.imagem-parallax{
height:420px;
overflow:hidden;
position:relative;
}

.imagem-parallax img{
width:100%;
filter:grayscale(100%);
transform:translateY(0);
}

/* CTA ESCURO */
.cta-sobre{
background:#3b3b3b;
color:#fff;
display:flex;
justify-content:space-between;
padding:80px;
}

.cta-left{
font-size:22px;
width:40%;
}

.cta-right{
width:40%;
font-size:14px;
}

.logo-container{
    display: flex;
    justify-content: space-around;
}

.hamburger{
display:none;
z-index:10000;
}

.hamburger svg{
width:30px;
height:30px;
stroke:#fff;
}

.tituloefiltro{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    align-items: center;
}


@media(max-width:480px){

    /* IMAGEM */

.imagem-parallax{
    height: 150px;
}

}