/* ----- MENU ----- */
.header{
    width: 100%;
    padding: 0 5%;
    height: 62px;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 50;
    background-color: rgba(255, 255, 255, 0);
    transition: ease .3s;
}
.header-container{
    max-width: 620px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-logo{
    width: 82px;
}
.header-logo img{
  	width: 100%;
    transition: ease .3s;
}
.header-menu,
.header-menu ul {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 50px;
    position: relative;
}
.header-menu ul li{
    height: 100%;
    align-content: center;
}
.header-menu .header-link {
    display: flex;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 200;
    align-items: self-end;
    border-bottom: 1px solid #fff0;
    transition: ease .3s;
}
.header-menu .header-link i{
	color: #fff;
    font-size: 10px;
    margin-left: 5px;
}
.header-menu ul li .hover1,
.header-mobile ul li .hover1{
    display: none;
}
.header-menu .header-link:hover,
.header-menu .header-link:hover i,
.header-menu .header-link.active,
.header-menu .header-link.active i {
    border-bottom: 1px solid #fff;
    transition: ease .3s;
}
.header-menu  .hover-btn:hover .hover1{
    min-width: 100px;
    max-width: 300px;
    display: flex;
    position: absolute;
    background-color: #fff;
    flex-direction: column;
    z-index: 10;
    border-radius: 5px;
    top: 55px;
}
.header-menu  .hover-btn .hover1 a{
    color: var(--cor-1);
    padding: 10px;
    border: none;
    font-weight: 500;
    transition: ease .3s;
}
.header-menu  .hover-btn:hover .hover1 a:hover{
    color: #fff;
    background-color: var(--cor-1);
    transition: ease .3s;
}

.header.fixed{
    background-color: var(--bg3);
    transition: ease .3s;
}
.header.fixed .header-logo img{
    filter: brightness(0) saturate(100%) invert(5%) sepia(1%) saturate(4666%) hue-rotate(202deg) brightness(103%) contrast(85%);
    transition: ease .3s;
}
.header.fixed .header-menu .header-link{
    font-weight: 400;
}
.header.fixed .header-menu .header-link,
.header.fixed .header-menu .header-link i,
.header.fixed .open-mobile i{
    color: #1D1D1F;
    transition: ease .3s;
}
.header.fixed .header-menu .header-link:hover,
.header.fixed .header-menu .header-link:hover i,
.header.fixed .header-menu .header-link.active,
.header.fixed .header-menu .header-link.active i {
    border-bottom: 1px solid #1D1D1F;
    transition: ease .3s;
}
/* 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: #fff;
    font-size: 25px;
    transition: ease .3s;
}
a.close-mobile:hover i{
    color: #fff;
    transition: ease .3s;
}



/* FOOTER */
.main-footer{
    width: 100%;
    gap: 50px;
    padding-top: 50px;
    position: relative;
    background-color: var(--bg1);
}
.main-footer .container{
    max-width: 1690px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 50px;
    position: relative;
    padding-bottom: 100px;
}
/* COLUNA LOGO */
.main-footer .footer-logo{
    max-width: 381px;
    width: 100%;
    flex-direction: column;
    gap: 20px;
}
.main-footer .footer-logo .logo{
	width: 205px;
}
.main-footer .footer-logo .logo img{
    width: 100%;
}
.main-footer .footer-logo .redes{
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid #ffffff52;
    gap: 20px;
}
.main-footer .footer-logo .redes a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 61px;
    height: 61px;
    border-radius: 10px;
    border: 1px solid #ffffff52;
}
.main-footer .footer-logo .redes a i{
    color: #fff;
    font-size: 30px;
}
/* MENU OPÇÕES */
.main-footer .footer-itens{
    display: flex;
    gap: 50px;
    max-width: 1157px;
    width: 100%;
    justify-content: space-between;
    padding-right: calc((100% - 1100px) / 2);
}
.main-footer .footer-itens .titulo{
    width: 100%;
    gap: 10px;
    margin-bottom: 10px;
}
.main-footer .footer-itens .titulo h5{
    color: #fff;
    font-size: 19px;
    font-weight: 400;
}
.main-footer .footer-itens .menu-footer{
    gap: 15px;
}
.main-footer .footer-itens .menu-footer a{
    width: fit-content;
    color: #ffffffcc;
    display: flex;
    font-size: 19px;
    transition: ease .3s;
}
.main-footer .footer-itens .menu-footer a:hover{
    border-bottom: 1px solid #ffffffcc;
    transition: ease .3s;
}
.main-footer .footer-itens .selos{
    display: flex;
    gap: 50px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.main-footer .footer-itens .selos img{
    width: fit-content;
}
/* COPYRIGHT */
.main-footer .footer-bottom{
    display: flex;
    align-items: center;
    width: 100%;
}
.main-footer .copyright{
    max-width: 1690px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border-top: 1px solid #ffffff2b;
    padding: 50px 0;
}
.main-footer .copyright h5{
    font-size: 16px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}


.flutuante{
    position: fixed;
    bottom: 15%;
    right: 50px;
    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){
    .main-footer .footer-logo{
        max-width: 300px;
    }
    .main-footer .footer-itens{
        padding-right: 0;
    }
}

@media screen and (max-width: 1366px){
    .main-footer .footer-logo{
        max-width: 250px;
    }
}

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

@media screen and (max-width: 1200px){
    .main-footer .container{
        flex-wrap: wrap;
        justify-content: center;
    }
    .main-footer .footer-itens{
        max-width: 100%;
    }
}

/* MOBILE */
@media screen and (max-width: 1115px){
    
}

@media screen and (max-width: 1000px){
    .main-footer .container{
        padding-bottom: 0px;
    }
    .main-footer .footer-logo{
        align-items: center;
    }
    .main-footer .footer-logo .redes{
        justify-content: center;
    }
    .main-footer .footer-itens{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .main-footer .footer-itens .menu-footer{
        align-items: center;
        text-align: center;
    }
    .main-footer .footer-itens .selos{
        position: relative;
        width: 215px;
    }
    .main-footer .copyright{
        flex-direction: column;
        text-align: center;
    }
}

@media screen and (max-width: 800px){
    /* MENU MOBILE */
    .mobile-menu{
        display: flex;
    }
    .header-menu{
        display: none;
        font-size: 25px;
    }
    .header-mobile{
        display: flex;
        flex-direction: column;
        padding: 30px 30px 50px 30px;
        position: fixed;
        max-width: 600px;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: var(--bg1);
        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: fit-content;
        margin-bottom: 50px;
    }
    .header-mobile .header-logo img{
        filter: unset!important;
    }
    .header-mobile ul{
        gap: 20px;
    }
    .header-mobile .header-link{
        font-size: 30px;
        transition: ease .3s;
        display: flex;
        align-items: center;
        color: #fff;
        transition: ease .3s;
    }
    .header-mobile .header-link i{
        color: #fff;
        font-size: 12px;
        margin-left: 7px;
    }
    .header-mobile .header-link:hover{
        transition: ease .3s;
    }
    .header-mobile .hover-btn .hover1.open{
        display: flex;
    }
    .header-mobile .hover-btn .hover1{
        display: none;
        flex-direction: column;
        padding: 10px 20px;
        gap: 15px;
    }
    .header-mobile .hover-btn .hover1 a{
        font-size: 22px;
        color: #fff;
    }
}

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

}

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

}