
/* ----- MENU ----- */
.header{
    width: 100%;
    height: 131px;
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 50;
    top: 0;
    transition: ease .3s;
}
.header.fixed{
    background-color: #000;
    transition: ease .3s;
}
.header.fixed .header-container{
    border-bottom: none;
}
.header-container{
    max-width: 1520px;
    height: 100%;
    display: flex;
    gap: 35px;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ffffff61;
    position: relative;
}
.bar-menu{
    width: 100px;
    height: 30px;
    margin-right: auto;
}
.bar-menu .toggle-mobile{
    position: fixed;
    z-index: 9999;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.bar-menu .toggle-mobile i{
    color: #fff;
    font-size: 25px;
}
.bar-menu .toggle-text {
    position: relative;
    display: inline-block;
    width: 75px; 
    height: 27px;
}
.bar-menu .toggle-text span {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity 1s ease;
    pointer-events: none;
    color: #fff;
    font-size: 18px;
}
.bar-menu .toggle-text .active {
    opacity: 1;
}
.bar-menu .toggle-mobile i {
    transition: opacity 1s ease;
}
.header-logo{
    width: 163px;
    margin: 0 auto;
    position: absolute;
}
.header-logo img{
  	width: 100%;
}
.header .idioma.desktop{
    display: flex;
    position: relative;
}
.header .idioma .hover1.opened{
    display: flex!important;
}
.header .idioma.desktop .hover1{
    min-width: 100px;
    width: fit-content;
    display: none;
    position: absolute;
    background-color: #00000080;
    flex-direction: column;
    padding: 10px;
    z-index: 10;
    top: 40px;
    gap: 10px;
}
.header .idioma a{
    display: flex;
    align-items: center;
    color: #fff;
    gap: 10px;
}
.header .idioma a i{
    font-size: 10px;
}
.header .redes{
    display: flex;
    gap: 10px;
    align-items: center;
}
.header .redes a,
.header-mobile .redes a{
    color: #fff;
    transition: ease .3s;
}
.header-mobile .redes{
    gap: 20px;
    display: flex;
    align-items: center;
}
.header-mobile .redes a i{
    font-size: 30px;
}
.header .redes a:hover,
.header-mobile .redes a:hover{
    scale: 1.4;
    transition: ease .3s;
}
.header .idioma.mobile,
.header .redes.mobile{
    display: none;
}

/* MENU HAMBURGUER */
.header-mobile.opened {
    left: 0px;
    transition: left 0.5s ease;
}
.header-mobile{
    display: flex;
    flex-direction: column;
    padding: 200px 50px 50px 5%;
    position: fixed;
    max-width: 400px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    top: 0;
    left: -700px;
    z-index: 50;
    transition: left 0.5s ease;
    margin-top: 0;
    gap: 20px;
}
.header-mobile::-webkit-scrollbar {
  width: 5px;
}
.header-mobile ul{
    display: flex;
    flex-direction: column;
    gap: 70px;
    align-items: self-end;
}
.header-mobile .header-link{
    font-size: 18px;
    display: flex;
    align-items: center;
	text-align: end;
    color: #fff;
    text-transform: uppercase;
    transition: ease .3s;
    justify-self: end;
    place-content: end;
    position: relative;
}
.header-mobile .header-link::after{
    content: "";
    width: 0;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    transition: ease .3s;
}
.header-mobile .header-link:hover::after{
    width: 100%;
    transition: ease .3s;
}
.header-mobile .header-link i{
    color: #fff;
    font-size: 12px;
    margin-left: 7px;
}
.header-mobile .hover-btn.atuacoes .hover1.opened {
    display: flex;
}
.header-mobile .hover-btn.idioma .hover1,
.header-mobile .hover-btn.atuacoes .hover1{
    display: none;
    flex-direction: column;
    position: relative;
    align-items: self-end;
    width: 100%;
    margin-top: 20px;
    gap: 20px;
}
.header-mobile .hover-btn.idioma .hover1 a{
    font-size: 18px;
}
.header-mobile .hover-btn.idioma .hover1.opened{
    display: flex;
}
.header-mobile .hover-btn.idioma .hover1{
    display: none;
    flex-direction: column;
    padding: 10px 20px;
    gap: 15px;
}



/* FOOTER */
.main-footer{
    width: 100%;
    gap: 50px;
    padding-top: 50px;
    position: relative;
    z-index: 10;
    background-color: #131313;
}
.main-footer .container{
    max-width: 1750px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.main-footer .footer-topo{
    display: flex;
    width: 100%;
    gap: 30px;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff4a;
    padding-bottom: 30px;
}
.main-footer .footer-topo .footer-logo{
    width: 181px;
    flex-direction: column;
    gap: 40px;
}
.main-footer .footer-topo .footer-logo img{
	width: 181px;
}
.main-footer .footer-topo .news{
	max-width: 612px;
	width: 100%;
    height: fit-content;
	gap: 20px;
}
.main-footer .footer-topo .news form{
    width: 100%;
    height: fit-content;
    gap: 20px;
}
.main-footer .footer-topo .input{
	width: 100%;
    display: flex;
    gap: 10px;
	justify-content: space-between;
}
.main-footer .footer-topo .news input{
	max-width: 429px;
	width: 100%;
	height: 74px;
	color: #bababa;
	padding: 0 30px;
	background-color: #2b2b2b;
	border-radius: 5px;
}
.main-footer .footer-topo .news input::placeholder{
	color: #bababa;
}
.main-footer .footer-topo .news button{
	max-width: 162px;
	width: 100%;
	height: 74px;
	background-color: #fff;
	color: #000;
    font-size: 18px;
    font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
}
.main-footer .footer-topo .news p{
	font-size: 14px;
	text-align: end;
}
.main-footer .footer-topo .news p a{
	text-decoration: underline;
	font-size: 14px;
}
.main-footer .footer-mid{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px;
}
.main-footer ul {
    display: flex;
    align-items: end;
    gap: 45px;
    position: relative;
}
.main-footer ul li{
    position: relative;
    align-content: end;
}
.main-footer .header-link {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    transition: ease .3s;
}
.main-footer .header-link i{
    color: #fff;
    font-size: 16px;
    margin-left: 5px;
    transition: ease .3s;
}
.main-footer ul li .hover1{
    display: none;
}
.main-footer .hover-btn .hover1{
	display: none;
    width: 250px;
    max-height: 250px;
    overflow: auto;
    position: absolute;
    background-color: #fff;
    flex-direction: column;
    z-index: 10;
    bottom: 50px;
    padding: 10px 0;
}
.main-footer .hover-btn .hover1 a{
    padding: 10px 20px;
    color: #000;
    font-size: 16px;
}
.main-footer .footer-mid .redes{
	display: flex;
	gap: 15px;
}
.main-footer .footer-mid .redes a i{
	font-size: 25px;
	color: #fff;
	transition: scale .3s;
}
.main-footer .footer-mid .redes a i:hover{
	scale: 1.35;
	transition: scale .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: center;
}
.main-footer .container .copyright{
    text-align: center;
    display: flex;
    gap: 20px;
}
.main-footer .container .copyright h5{
    font-size: 15px;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    font-family: 'Poppins', sans-serif;
}



/* MEDIA DESKTOP */
@media screen and (max-width: 1900px){
    .main-footer .container{
        max-width: 90%;
    }
}
@media screen and (max-width: 1700px){
    .header-container{
        max-width: 90%;
    }
}

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

@media screen and (max-width: 1440px){
    .main-footer .footer-mid{
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 1366px){
    .main-footer .footer-mid{
        justify-content: center;
    }
}

@media screen and (max-width: 1280px){
    .main-footer ul{
        gap: 20px;
    }
    .main-footer .header-link{
        font-size: 16px;
    }
}

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

}

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

@media screen and (max-width: 1000px){
	.main-footer .footer-topo{
        flex-direction: column;
        align-items: center;
    }
    .main-footer .footer-topo .news p{
        text-align: center;
    }
    .main-footer .footer-mid{
        flex-direction: column;
        align-items: center;
    }
    .main-footer ul{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    

    .main-footer .container .copyright h5{
        font-size: 16px;
    }
   
}

@media screen and (max-width: 850px){
    .header-mobile{
        padding: 100px 50px 50px 5%;
        background-image: unset;
        background-color: #000000da;
    }
    .header .idioma.desktop,
    .header .redes.desktop{
        display: none;
    }
    .header .idioma.mobile{
        display: flex;
        position: relative;
        flex-direction: column;
    }
    .header .redes.mobile{
        display: flex;
        position: relative;
    }
}

@media screen and (max-width: 600px){
    .header{
        height: 100px;
    }
    .header-logo{
        width: 115px;
    }

    .bar-menu .toggle-text{
        display: none;
    }

    .main-footer .footer-topo .input{
        flex-direction: column;
    }
    .main-footer .footer-topo .news input,
    .main-footer .footer-topo .news button{
        max-width: 100%;
        height: 50px;
        font-size: 14px;
    }
    .main-footer .footer-topo .news input::placeholder{
        font-size: 14px;
    }
}

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

}

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

}
