main{
    padding-top: 100px;
}
/* ----- MENU ----- */
.header{
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 50;
    background-color: var(--bg1);
    box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.1);
    top: 0;
}
.header-container{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-logo{
    width: 223px;
}
.header-logo img{
  	width: 100%;
}
.header-menu,
.header-menu ul {
    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: "Roboto", sans-serif;
    text-decoration: none;
    color: var(--primaria);
    font-size: 18px;
    font-weight: 400;
    position: relative;
    transition: ease .3s;
}
.header-menu .header-link.link:after{
    content: "";
    display: flex;
    width: 15px;
    height: 2px;
    background-color: var(--primaria);
    margin: 5px auto 0;
    transition: ease .3s;
}
.header-menu .header-link i{
	color: var(--primaria);
    font-size: 12px;
}
.header-menu ul li .hover1,
.header-mobile ul li .hover1{
    display: none;
}
.header-menu .hover-btn:hover .header-link.link:after,
.header-menu .header-link.link:hover:after,
.header-menu .header-link.active.link:after{
    width: 100%;
    transition: ease .3s;
}
.header-menu  .hover-btn:hover .hover1{
    min-width: 150px;
    max-width: 300px;
    display: flex;
    position: absolute;
    background-color: var(--bg1);
    box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    z-index: 10;
    border-radius: 5px;
    top: 80px;
}
.header-menu  .hover-btn .hover1 a{
    padding: 10px 15px;
}
.header-menu  .hover-btn .hover1 a:hover{
    background-color: var(--cor-2);
    color: #fff;
}
.header-menu .idioma select{
    background-color: #000;
    border-radius: 5px;
    color: #fff;
    padding: 2px;
    font-size: 14px;
}
.header-menu .idioma select option{
    font-size: 14px;
}
.header-menu .redes{
    gap: 10px;
}
.header-menu .redes i{
    color: var(--primaria);
    font-size: 20px;
}
/* MOBILE */
.header-container .mobile{
    display: none;
}
.menu-hamburguer{
    display: none;
}
.close-mobile{
    display: none;
}
.header-mobile,
.mobile-menu{
    display: none;
}
a.close-mobile{
    display: flex;
    position: absolute;
    right: 25px;
    top: 25px;
    border-bottom: none!important;
    padding: 0!important;
}
.open-mobile i,
.close-mobile i{
    color: var(--primaria);
    font-size: 25px;
    transition: ease .3s;
}
a.close-mobile:hover i{
    color: var(--cor-2);
    transition: ease .3s;
}



/* FOOTER */
.main-footer{
    width: 100%;
    gap: 70px;
    padding-top: 30px;
    padding-bottom: 100px;
    position: relative;
    background-color: #ececec;
    background-image: url('../imagens/header/bg.png');
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat; 
    border-top: 1px solid #1617172b;
}
.main-footer .container{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #1617172b;
    padding-top: 75px;
    gap: 20px;
    position: relative;
    z-index: 5;
}
/* COLUNA LOGO */
.main-footer .footer-logo{
    flex-direction: column;
    gap: 25px;
}
.main-footer .footer-logo .f-linha{
    width: 100%;
    height: 1px;
    background-color: var(--cor-2);
    display: flex;
}
.main-footer .footer-logo a{
    width: fit-content;
}
.main-footer .footer-logo img{
    max-width: 394px;
    width: 100%;
}
.main-footer .footer-logo p{
    max-width: 490px;
    color: var(--primaria);
    font-weight: 400;
    font-size: 19px;
}
.main-footer .footer-logo .redes{
    gap: 15px;
    margin-top: 5px;
}
.main-footer .footer-logo .redes a i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    font-size: 30px;
    color: var(--primaria);
    border: 1px solid var(--primaria);
    border-radius: 50%;
}
/* MENU OPÇÕES */
.main-footer .titulo{
    width: 100%;
    gap: 10px;
    margin-bottom: 20px;
}
.main-footer .titulo h5{
    color: var(--primaria);
    font-size: 29px;
    font-weight: 700;
}
.main-footer .titulo span{
    max-width: 124px;
    width: 100%;
    height: 6px;
    border-radius: 50px;
    display: flex;
    background-color: var(--cor-2);
}
.main-footer .menu-footer{
    gap: 5px;
}
.main-footer .menu-footer a{
    width: fit-content;
    color: var(--primaria);
    display: flex;
    align-items: center;
    font-size: 19px;
    gap: 20px;
    font-weight: 400;
    padding-bottom: 3px;
    border-bottom: 2px solid #ffffff00;
    transition: ease .3s;
}
.main-footer .menu-footer a:hover{
    border-bottom: 2px solid var(--primaria);
    transition: ease .3s;
}
.main-footer .menu-footer a i{
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.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){

}

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

}

@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: 25px 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;
        box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.1);
    }
    .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 ul{
        gap: 20px;
    }
    .header-mobile .header-link{
        display: flex;
        align-items: center;
        font-family: "Roboto", sans-serif;
        text-decoration: none;
        color: var(--primaria);
        font-size: 25px;
        font-weight: 400;
        position: relative;
        transition: ease .3s;
    }
    .header-mobile .header-link i{
        color: var(--primaria);
        font-size: 12px;
        margin-left: 7px;
    }
    .header-mobile .header-link:hover{
        color: var(--cor-2);
        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: 20px;
		color: var(--primaria);
	}
    .header-mobile .hover-btn .hover1 a:hover{
        color: var(--cor-2);
        transition: ease .3s;
    }
    .header-mobile .idioma select{
        background-color: #000;
        border-radius: 5px;
        color: #fff;
        padding: 2px;
        font-size: 20px;
    }
    .header-mobile .idioma select option{
        font-size: 20px;
    }
    .header-mobile .redes{
        gap: 15px;
    }
    .header-mobile .redes i{
        font-size: 25px;
    }
	

}

/* MOBILE */
@media screen and (max-width: 1115px){
    .main-footer .container{
        flex-wrap: wrap;
        justify-content: center;
        gap: 50px;
    }
    .main-footer .footer-logo{
        width: 100%;
        align-items: center;
    }
    .main-footer .footer-logo .f-linha{
        max-width: 510px;
    }
}

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

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

    .main-footer .footer-logo p{
        text-align: center;
    }
    .main-footer .menu-footer,
    .main-footer .menu-footer .titulo{
        text-align: center;
        align-items: center;
    }
}

@media screen and (max-width: 480px){
    .main-footer .menu-footer{
        gap: 15px;
    }
    .main-footer .menu-footer a{
        flex-direction: column;
        font-size: 16px;
        gap: 10px;
    }
}

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

}