/* ----- MENU ----- */
.header{
    width: 100%;
    height: 132px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    z-index: 50;
    background-color: #e7150b47;
}
.header-container{
    max-width: 1364px;
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-logo{
    width: 321px;
}
.header-logo a img,
.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%;
    position: relative;
    align-content: center;
}
.header-menu .header-link img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(346deg) brightness(104%) contrast(101%);
}
.header-menu .header-link{
    text-decoration: none;
    color: #ffffffe8;
    font-size: 18px;
    font-weight: 600;
    transition: ease .3s;
}
.header-menu .header-link i{
	color: var(--amarelo);
    font-size: 20px;
    transition: ease .3s;
}
.header-menu .header-link:hover{
    color: var(--amarelo);
    transition: ease .3s;
}
.header-menu .header-link i:hover{
    scale: 1.3;
    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: #000;
    font-size: 25px;
    transition: ease .3s;
}
a.close-mobile:hover i{
    color: red;
    transition: ease .3s;
}



/* FOOTER */
.main-footer{
    width: 100%;
    gap: 70px;
    padding-top: 450px;
    position: relative;
    background-image: url('../imagens/novas/header/footer.png');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.main-footer .container{
    width: 90%;
    display: flex;
    justify-content: space-between;
}
.main-footer .container.topo{
    gap: 75px;
}
/* COLUNA LOGO */
.main-footer .footer-logo{
    max-width: 355px;
    width: 100%;
    flex-direction: column;
    gap: 40px;
}
.main-footer .footer-logo a{
	width: 100%;
}
.main-footer .footer-logo a img{
    max-width: 355px;
    width: 100%;
    max-height: 168px;
    height: 100%;
    object-fit: contain;
}
/* MENU OPÇÕES */
.main-footer .footer-itens{
    max-width: 1000px;
    width: 100%;
    justify-content: space-between;
}
.main-footer .footer-itens .titulo{
    width: 100%;
    gap: 10px;
    margin-bottom: 10px;
}
.main-footer .footer-itens .titulo h5{
    color: #fff;
}
.main-footer .footer-itens .menu-footer{
    gap: 25px;
}
.main-footer .footer-itens .menu-footer a{
    width: 100%;
    color: var(--branco1);
    display: flex;
    transition: ease .3s;
}
.main-footer .footer-itens .menu-footer a:hover,
.main-footer .footer-itens .redes-footer .f-info a:hover{
	color: var(--amarelo);
	transition: ease .3s;
}
.main-footer .footer-itens .redes-footer{
    max-width: 318px;
    width: 100%;
    align-content: baseline;
    gap: 25px;
}
.main-footer .footer-itens .redes-footer .f-info{
    width: 100%;
    gap: 20px;
    align-items: center;
}
.main-footer .footer-itens .redes-footer .f-info span{
    width: 21px;
    display: flex;
    justify-content: center;
}
.main-footer .footer-itens .redes-footer .f-info a{
    max-width: calc(100% - 41px);
    width: 100%;
    color: var(--branco1);
    transition: ease .3s;
}
.main-footer .footer-itens .redes-footer .redes{
    width: 100%;
    gap: 20px;
}
.main-footer .footer-itens .redes-footer .redes a i{
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--verde);
    background-color: #fff;
    border-radius: 50%;
    transition: ease .3s;
}
.main-footer .footer-itens .redes-footer .redes a i:hover{
    scale: 1.3;
    transition: ease .3s;
}
/* COPYRIGHT */
.main-footer .footer-bottom{
    display: flex;
    align-items: center;
    width: 100%;
    padding: 30px 0;
}
.main-footer .footer-bottom .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5%;
}
.main-footer .container .copyright{
    text-align: center;
    display: flex;
    gap: 20px;
}
.main-footer .container .copyright span{
    font-size: 15px;
    color: var(--branco1);
    display: flex;
}
.main-footer .container .bg{
    max-width: calc(100% - 600px);
    width: 100%;
    height: 1px;
    background-color: var(--branco1);
    display: flex;
}
.main-footer .container .link{
    gap: 20px;
    align-items: center;
}
.main-footer .container .link a{
    font-size: 15px;
    color: var(--branco1);
    display: flex;
}
.main-footer .container .link a img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7476%) hue-rotate(235deg) brightness(103%) contrast(101%);
}



.flutuante{
    position: fixed;
    bottom: 15%;
    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){
    .header-container{
        max-width: 90%;
    }
}

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

}

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

}

@media screen and (max-width: 1220px){
    /* MENU MOBILE */
    .mobile-menu{
        display: flex;
    }
    .header-menu{
        display: none;
        font-size: 25px;
    }
    .header-mobile{
        display: flex;
        flex-direction: column;
        padding: 50px 30px 50px 30px;
        position: fixed;
        max-width: 450px;
        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: fit-content;
        margin-bottom: 50px;
    }
    .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;
    }
    .header-mobile .header-link i{
        color: #000;
        font-size: 20px;
        margin-left: 7px;
    }
    .header-mobile .header-link:hover{
        color: red;
        transition: ease .3s;
    }
    .header-mobile .redes{
        display: flex;
        gap: 15px;
    }
    .header-mobile .redes a i{
        font-size: 30px;
        transition: transform .3s;
    }
    .header-mobile .redes a i:hover{
        transform: scale(1.1);
        transition: transform .3s;
    }
	

}

/* MOBILE */
@media screen and (max-width: 1115px){
    .main-footer .formulario .container{
        justify-content: center;
    }
    .main-footer .container.topo {
        gap: 50px;
    }
    .main-footer .footer-logo,
    .main-footer .footer-logo a img{
        max-width: 300px;
    }
}


@media screen and (max-width: 1000px){
    .main-footer .container{
        flex-direction: column;
        gap: 50px;
        align-items: center;
    }
    .main-footer .footer-bottom .container{
        gap: 10px;
    }
    .main-footer .footer-bottom .container .bg{
        display: none;
    }
    .main-footer .container .link{
        flex-direction: column;
    }
}

@media screen and (max-width: 800px){
    .main-footer{
        background-image: unset;
        background-color: #ef372e;
        padding-top: 100px;
    }
    .main-footer .footer-itens{
        flex-direction: column;
        gap: 50px;
        align-items: center;
    }
    .main-footer .footer-itens .menu-footer,
    .main-footer .footer-itens .menu-footer a{
        text-align: center;
        justify-content: center;
    }
    .main-footer .footer-itens .titulo{
        text-align: center;
    }
    .main-footer .footer-itens .redes-footer .redes{
        justify-content: center;
    }
}

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

    .main-footer .container .copyright{
        flex-direction: column;
    }
    .main-footer .container .copyright h5, 
    .main-footer .container .copyright h5 span{
        justify-content: center;
    }

    .flutuante{
        right: 10px;
    }
}

@media screen and (max-width: 480px){
    .header-logo{
        width: 65%;
    }
}

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

}