/* ----- MENU ----- */
.header{
    width: 100%;
    z-index: 50;
    position: relative;
}
.menu-info{
    width: 100%;
    height: 50px;
    background-color: var(--vermelho);
}
.menu-info .container{
    gap: 30px;
    justify-content: space-between;
    height: 100%;
}
.menu-info .infos{
    display: flex;
    align-items: center;
    gap: 30px;
}
.menu-info .infos span{
    color: var(--branco1);
    font-size: 16px;
}
.menu-info .infos a{
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--branco1);
    font-size: 16px;
}
.menu-info .infos a i{
    font-size: 20px;
}
.menu-info .redes{
    display: flex;
    align-items: center;
    gap: 30px;
}
.menu-info .redes a,
.menu-info .redes a i{
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--branco1);
}
.menu-nav.fixed{
    position: fixed;
    top: 0;
    background-color: var(--bg1);
    box-shadow: 1px 1px 14px 0px rgba(0, 0, 0, 0.08);
    transition: ease .3s;
}
.menu-nav{
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 50;
    background-color: var(--bg1);
    transition: ease .3s;
}
.header-container{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-logo{
    width: 168px;
}
.header-logo .logo-2{
    display: none;
}
.header-logo img{
  	width: 100%;
    height: auto;
}
.header-menu{
    max-width: calc(100% - 250px);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    gap: 50px;
}
.header-menu ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 45px;
    position: relative;
    transition: ease .3s;
}
.header-menu ul li{
    height: 100%;
    align-content: center;
}
.header-menu .header-link {
    text-decoration: none;
    color: var(--preto);
    font-size: 24px;
    transition: ease .3s;
}
.header-menu .header-link i{
	color: var(--preto);
    font-size: 12px;
    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{
    color: var(--vermelho-escuro);
    transition: ease .3s;
}
.header-menu  .hover-btn:hover .hover1{
    min-width: 150px;
    max-width: 300px;
    display: flex;
    position: absolute;
    background-color: var(--bg1);
    flex-direction: column;
    z-index: 10;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    top: 100px;
}
.header-menu  .hover-btn:hover .hover1 .header-link{
    color: var(--vermelho-escuro);
    padding: 10px 15px;
    border-bottom: none!important;
    transition: ease .3s;
}
.header-menu  .hover-btn:hover .hover1 .header-link:hover{
    background-color: var(--vermelho-escuro);
    color: #fff;
    transition: ease .3s;
}
.menu-nav .pesquisar.desktop{
    display: none;
}
.menu-nav .menu-pesquisa{
    display: flex;
    width: 60px;
    height: 60px;
}
.menu-nav .menu-pesquisa .pesquisar.opened{
    width: 100%;
    opacity: 1;
    z-index: 2;
    transition: ease .3s;
}
.menu-nav .menu-pesquisa .pesquisar{
    align-items: center;
    max-width: 100%;
    width: 0;
    height: 60px;
    border-radius: 10px;
    background-color: transparent;
    border: 2px solid var(--cinza-claro);
    position: absolute;
    right: 1px;
    opacity: 0;
    z-index: 0;
    transition: ease .3s;
}
.menu-nav .menu-pesquisa .pesquisar input{
    padding: 0;
}
.menu-nav .menu-pesquisa .pesquisar.opened input{
    padding: 0 50px 0 20px;
}
.menu-nav .menu-pesquisa .abrir-pesquisa.opened{
    opacity: 0;
    transition: ease .3s;
}
.menu-nav .menu-pesquisa .abrir-pesquisa{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: relative;
    opacity: 1;
    z-index: 1;
    transition: ease .3s;
}
.menu-nav .menu-pesquisa .abrir-pesquisa i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    color: var(--cinza);
    font-size: 22px;
    border-radius: 10px;
    background-color: transparent;
    border: 2px solid var(--cinza-claro);
    cursor: pointer;
}
.menu-nav .pesquisar.desktop,
.menu-nav .pesquisar.mobile{
    align-items: center;
    max-width: 580px;
    width: 100%;
    height: 60px;
    border-radius: 10px;
    background-color: transparent;
    position: relative;
    border: 2px solid var(--cinza-claro);
}
.menu-nav .pesquisar input{
    width: 100%;
    height: 100%;
    background-color: transparent;
    padding: 0 50px 0 20px;
    color: var(--cinza);
}
.menu-nav .pesquisar input::placeholder{
    color: var(--cinza);
}
.menu-nav .pesquisar button{
    display: flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0px;
    top: 0;
}
.menu-nav .pesquisar button i{
    display: flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    color: var(--cinza);
    font-size: 25px;
}

/* MOBILE */
.menu-hamburguer{
    display: none;
}
.close-mobile{
    display: none;
}
.header-mobile,
.mobile-menu{
    display: none;
}
.open-mobile i{
    color: #000;
    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: var(--preto);
    font-size: 25px;
    transition: ease .3s;
}
a.close-mobile:hover i{
    color: var(--vermelho-escuro);
    transition: ease .3s;
}


/* FOOTER */
.footer{
    width: 100%;
    padding: 100px 0 50px;
    position: relative;
    background-color: var(--vermelho-escuro);
}
.footer .container{
    gap: 50px;
    display: flex;
    justify-content: space-between;
}
.main-footer{
    width: 100%;
    gap: 75px;
    display: flex;
}

/* COLUNA LOGO */
.main-footer .footer-logo{
    max-width: 330px;
    width: 100%;
    flex-direction: column;
    gap: 15px;
}
.main-footer .footer-logo img{
	max-width: 168px;
    width: 100%;
    height: auto;
    filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(1%) hue-rotate(273deg) brightness(105%) contrast(100%);
}
.main-footer .footer-logo p{
    color: var(--branco1);
    font-size: 20px;
}
/* MENU OPÇÕES */
.main-footer .footer-itens{
    max-width: 1180px;
    width: 100%;
    justify-content: space-between;
}
.main-footer .footer-itens .menu-footer{
    gap: 20px;
}
.main-footer .footer-itens .menu-footer h4{
    color: #fff;
    font-weight: 700;
}
.main-footer .footer-itens .menu-footer a{
    width: fit-content;
    color: var(--branco1);
    display: flex;
    font-size: 20px;
    border-bottom: 1px solid transparent;
    transition: ease .3s;
}
.main-footer .footer-itens .menu-footer a:hover{
    border-bottom: 1px solid var(--branco1);
	transition: ease .3s;
}
/* COPYRIGHT */
.footer-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid var(--branco1);
    padding-top: 50px;
    gap: 20px;
}
.footer-bottom .div-1{
    gap: 20px;
}
.footer-bottom .div-1 .links{

}
.footer-bottom .div-1 .links p{
    color: var(--branco1);
    font-size: 20px;
}
.footer-bottom .div-1 .links p a{
    color: var(--branco1);
    font-size: 20px;
    transition: ease .3s;
}
.footer-bottom .div-1 .links p a:hover{
    border-bottom: 1px solid var(--branco1);
    transition: ease .3s;
}
.footer-bottom .div-1 .copyright{
    text-align: center;
    display: flex;
    gap: 20px;
}
.footer-bottom .div-1 .copyright p{
    color: var(--branco1);
    font-size: 16px;
}
.footer-bottom .div-2{
    gap: 20px;
    align-items: flex-end;
}
.footer-bottom .div-2 .redes{
    display: flex;
    align-items: center;
    gap: 30px;
}
.footer-bottom .div-2 .redes a, 
.footer-bottom .div-2 .redes i{
    color: var(--branco1);
}
.footer-bottom .div-2 .ag-red p{
    color: var(--branco1);
    font-size: 16px;
    border-bottom: 1px solid #fff0;
}
.footer-bottom .div-2 .ag-red p a{
    color: #fff;
    font-size: 16px;
    border-bottom: 1px solid #fff0;
    transition: ease .3s;
}
.footer-bottom .div-2 .ag-red p a:hover{
    border-bottom: 1px solid #fff;
    transition: ease .3s;
}



.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: 1900px){
    .header-menu ul{
        gap: 35px;
    }
    .menu-nav .pesquisar{
        max-width: calc(100% - 830px);
    }

    .header-menu .header-link,
    .menu-nav .pesquisar input,
    .menu-nav .pesquisar input::placeholder{
        font-size: 20px;
    }
}

@media screen and (max-width: 1600px){
    .menu-nav .pesquisar {
        max-width: calc(100% - 799px);
    }

}

@media screen and (max-width: 1500px){
    .header-menu{
        max-width: calc(100% - 200px);
    }
}

@media screen and (max-width: 1440px){
    .header-menu{
        gap: 25px;
    }
    .header-menu ul{
        gap: 25px;
    }
    .menu-nav .pesquisar {
        max-width: calc(100% - 678px);
    }


}

@media screen and (max-width: 1200px){
    .header-container{
        justify-content: unset;
        gap: 50px;
    }
    .header-logo{
        margin-right: auto;
    }
    .menu-nav .menu-pesquisa{
        display: none;
    }
    /* 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: 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: 12px;
        margin-left: 7px;
    }
    .header-mobile .header-link:hover{
        color: red;
        transition: ease .3s;
        transform: translateX(20px);
    }
    .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: #000;
    }
    .header-container .header-mobile .contato{
        max-width: 200px;
        font-size: 25px;
    }
    .menu-nav .header-mobile .pesquisar input, 
    .menu-nav .header-mobile .pesquisar input::placeholder,
    .menu-nav .header-mobile .pesquisar button i{
        color: var(--cinza);
    }

	.menu-nav .pesquisar.desktop{
        max-width: 450px;
        display: flex;
    }
}


@media screen and (max-width: 1115px){
    .menu-info{
        display: none;
    }
    
    .main-footer{
        flex-wrap: wrap;
    }
    .main-footer .footer-logo{
        margin: 0 auto;
        align-items: center;
        text-align: center;
    }
    .main-footer .footer-itens{
        max-width: 100%;
    }
}

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

@media screen and (max-width: 900px){
    .menu-nav .pesquisar.desktop {
        max-width: calc(100% - 168px - 122px);
    }

    .main-footer .container{
        flex-direction: column;
        gap: 50px;
        align-items: center;
    }
    .footer-bottom{
        flex-direction: column;
    }
    .footer-bottom .div-1,
    .footer-bottom .div-2{
        align-items: center;
    }
}

@media screen and (max-width: 800px){
    .menu-nav .pesquisar.desktop{
        display: none;
    }

    .main-footer{
        gap: 50px;
    }
    .main-footer .footer-itens{
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }
    .main-footer .footer-itens .menu-footer{
        align-items: center;
    }
}

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

    .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;
    }
}

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

}

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

}
