/* ----- MENU ----- */
.header{
    width: 100%;
    height: 108px;
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 50;
    background-color: #ffffff0d;
    transition: ease .3s;
}
.header.fixed{
    background-color: #0000008a;
    transition: ease .3s;
}
.header-container{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-logo{
    width: 141px;
}
.header-logo img{
  	width: 100%;
}
.header-menu,
.header-menu ul {
    max-width: 882px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 45px;
    position: relative;
}
.header-menu ul li{
    height: 100%;
    align-content: center;
}
.header-menu .header-link {
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    border-bottom: 1px solid transparent;
    transition: ease .3s;
}
.header-menu .header-link:hover{
    border-bottom: 1px solid #fff;
    transition: ease .3s;
}
.header .btn-contato{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 229px;
    width: 100%;
    height: 39px;
    background-color: var(--verde-claro);
    text-transform: uppercase;
}
.header .btn-contato a{
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
}
/* MOBILE */
.menu-hamburguer{
    display: none;
}
.close-mobile{
    display: none;
}
.header-mobile,
.mobile-menu{
    display: none;
}
.open-mobile i{
    color: #fff;
    font-size: 25px;
}
a.close-mobile{
    display: flex;
    position: absolute;
    right: 25px;
    top: 25px;
    border-bottom: none!important;
    padding: 0!important;
}
.close-mobile i{
    color: #000;
    font-size: 25px;
    transition: ease .3s;
}
a.close-mobile:hover i{
    color: red;
    transition: ease .3s;
}



/* FOOTER */
.main-footer{
    width: 100%;
    gap: 50px;
    padding: 50px 0;
    position: relative;
    background-color: var(--verde);
}
.main-footer .footer-topo{
    width: 100%;
}
.main-footer .footer-topo .container{
    display: flex;
    justify-content: space-between;
    gap: 50px 20px;
}
.main-footer .footer-topo .footer-logo{
    width: 216px;
}
.main-footer .footer-topo .footer-logo a,
.main-footer .footer-topo .footer-logo img{
    width: 100%;
    object-fit: contain;
}
.main-footer .footer-topo .footer-logo p{
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin-top: 10px;
}
.main-footer .footer-topo .infos{
    max-width: 60%;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 257px 168px;
    justify-items: stretch;
    align-items: stretch;
    column-gap: 30px;
    row-gap: 30px;
}
.main-footer .footer-topo .infos a{
    display: flex;
    align-items: center;
    gap: 10px;
}
.main-footer .footer-topo .infos a span{
    font-size: 18px;
    color: #fff;
    font-weight: 200;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 1px solid transparent;
    transition: ease .3s;
}
.main-footer .footer-topo .infos a img{
    width: fit-content;
}
.main-footer .footer-topo .infos a:nth-child(1){
    width: 100%;
}
.main-footer .footer-topo .infos a:nth-child(2){
    width: 257px;
}
.main-footer .footer-topo .infos a:nth-child(3){
    width: 168px;
}
.main-footer .footer-topo .infos a:hover span{
    border-bottom: 1px solid #fff;
    transition: ease .3s;
}
.main-footer .footer-topo .redes{
    width: 184px;
    display: flex;
    gap: 8px;
}
.main-footer .footer-topo .redes a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    color: #fff;
    background-color: #255544;
    transition: ease .3s;
}
.main-footer .footer-topo .redes a:hover{
    background-color: #fff;
    color: var(--verde);
    transition: ease .3s;
}
.main-footer .footer-topo .redes a i{
    font-size: 28px;
}
.main-footer .footer-div{
    max-width: 1690px;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    background-color: #ffffff38;
}
.main-footer .footer-bottom{
    width: 100%;
}
.main-footer .footer-bottom .container{
    gap: 30px;
    align-items: center;
}
.main-footer .footer-bottom .container .copyright{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.main-footer .footer-bottom .container .copyright p{
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}
.main-footer .footer-bottom .container .copyright a img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7489%) hue-rotate(325deg) brightness(117%) contrast(100%);
}
.main-footer .footer-bottom .container .copyright a:hover img{
    filter: unset;
}
.main-footer .footer-bottom .container .selos{
    display: flex;
    align-items: center;
    gap: 20px;
}
.main-footer .footer-bottom .container .selos img{
    width: fit-content;
    height: fit-content;
}


.flutuante{
    position: fixed;
    bottom: 75px;
    right: 20px;
    z-index: 11;
    transition: ease .3s;
}
.flutuante:hover{
    scale: 1.2;
    transition: ease .3s;
}
.flutuante img{
    width: 100%;
}


/* MEDIA DESKTOP */
@media screen and (max-width: 1600px){

}

@media screen and (max-width: 1440px){

}

@media screen and (max-width: 1366px){
    .main-footer .footer-topo .container{
        flex-wrap: wrap;
    }
    .main-footer .footer-topo .footer-logo{
        width: 100%;
        justify-content: center;
    }
    .main-footer .footer-topo .footer-logo img{
        width: 216px;
    }
    .main-footer .footer-topo .infos{
        max-width: calc(100% - 184px - 50px);
        width: 100%;
    }
}

@media screen and (max-width: 1280px){

}

@media screen and (max-width: 1200px){
    /* MENU MOBILE */
    .mobile-menu{
        display: flex;
    }
    .header-menu{
        display: none;
        font-size: 25px;
    }
    .header-mobile{
        display: flex;
        flex-direction: column;
        padding: 10px 30px 50px 30px;
        position: fixed;
        max-width: 400px;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: #fff;
        top: 0;
        right: -100%;
        z-index: 50;
        transition: right 0.5s;
        margin-top: 0;
        gap: 20px;
    }
    .header-mobile.opened {
        right: 0;
    }
    .header-mobile ul{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .header-mobile .header-logo{
        height: 84px;
        display: flex;
        align-items: center;
    }
    .header-mobile ul{
        gap: 20px;
    }
    .header-mobile .header-link{
        font-size: 30px;
        transition: ease .3s;
        display: flex;
        align-items: center;
        color: #000;
        transition: ease .3s;
    }

	

}

/* MOBILE */
@media screen and (max-width: 1100px){
    .main-footer .footer-topo .container{
        justify-content: center;
    }
    .main-footer .footer-topo .infos{
        max-width: 100%;
    }
}

@media screen and (max-width: 900px){
    .main-footer .footer-topo .infos{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .main-footer .footer-topo .infos a{
        text-align: center;
        justify-content: center;
    }
    .main-footer .footer-bottom .container .copyright{
        flex-direction: column;
    }
}

@media screen and (max-width: 600px){
    .header-mobile{
        right: -100%;
    }

    
}

@media screen and (max-width: 400px){

}

@media screen and (max-width: 375px){

}