@font-face {
    font-family:'Playfair Display';
    src: url(/Tipografias/static/PlayfairDisplay-Italic.ttf) format("truetype");
    font-weight: 800;
}

body{
    margin: 0;
    font-family:'Playfair Display';
    background-color: #EFEFEF;
    
}

.header{
    background-color: #F3F3F3;
    width: 100%;
    height: 69px;
    display: flex;
    justify-content: left;
    position: sticky;
    z-index: 100;
    top: 0px;
}
.header__contenedor-logo{
    margin-left: 27px;
    width: 100px;
    height: 100px;
}

.header__logo{
    width: 100%;
    position: relative;
    z-index: 100;
}

.header__nav{
    width: 100%;
    display: flex;
    justify-content: right;
}

.header__nav-contenedor-enlaces{
    display: flex;
    margin-right: 18px;
    align-items: center;
}
.header__nav-idiomas{
    list-style-type: none;
}
.header__nav-lista{
    list-style: none;
    margin-right: 35px;
}

.enlace-menu{
    color: #282828;
    text-decoration: none;
}
.lista--icon-MX{
    border: none;
    cursor: pointer;
}
.lista--icon-EU{
    margin-right:21px;
    border: none;
    cursor: pointer;
}

.header__nav-boton-vacante{
    min-width: 81px;
    list-style: none;
    padding: 8px 10px;
    background-color: #2E76EF;
    border-radius: 6px;
}
.header__nav-boton-enlace{
    text-decoration: none;
    color: #FBFBFB;
}
.menu-hamburguesa{
    display: none;
}
.checkbox-menu{
    display:none;
}


@media screen and (max-width:1023px) {
.header__contenedor-logo{
    margin-left: 25px;
    width: 100px;
    height: 100px;
}
.header__nav-contenedor-enlaces{
    display: flex;
    margin-right: 25px;
    align-items: center;
}
.header__nav-lista{
    list-style: none;
    margin-right: 20px;
}
.enlace-menu{
    color: #282828;
    text-decoration: none;
    font-size: 15px
}
.lista--icon-EU{
    margin-right:18px ;
}
.lista--icon-MX{
    margin-right: 20px;
}


/*-----Version Responsive Celular-----*/
@media screen and (max-width:768px) {
.header{
    position: relative;
    position: fixed;
    top: 0px;
}

.header__nav{
    justify-content: flex-end;
    align-items: center;
    padding-right: 20px;
    box-sizing: border-box;
}

#burguer{
    min-width: 35px;
    min-height: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
}

#burguer span{
    border-radius: 5px;
    background-color: #0f0c24;
    width: 100%;
    height: 3px;
}

#burguer.active .line1{
    opacity: 0;
    width: 0;
}
#burguer.active .line2{
    transform: translateY(2.5px) rotate(45deg);
}

#burguer.active .line3{
    transform: translateY(-6.9px) rotate(-45deg);
}

/*------------------------*/
#menu-desktop ul:nth-child(1){
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    background-color: #F3F3F3;
    width: 100vw;
    height: 0px;
    position: fixed;
    top: 50px;
    left: 0px;

}

#menu-desktop ul.open:nth-child(1){
    height: 50vh;
}
#menu-desktop{
    display: flex;
}
}
/*-----Capa de opacidad en cada encabezado de pagina*/
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); 
    z-index: 1;
}

.overlay-text {
    position: absolute;
    top: 50%;                
    left:clamp(1%,5%,7%);                
    transform: translateY(-58%); 
    max-width: 1200px;
    z-index: 2; 
}
.overlay-text h1 {
    margin: 0;
    font-size: 60px;
    color: var(--color-blanco);
}
.barra__encabezado{
    width: 66%;
    height: 8px;
    background-color: var(--color-blanco);
    margin-top: 15px;
    margin-bottom: 25px;
}
.overlay-subtitulo {
    margin: 0;
    font-size: 27px;
    color: var(--color-blanco) !important;
    line-height: 1.4
}
/*-----Capa de opacidad y titulos adaptados a tablet-----*/

.overlay-text h1 {
    font-size:47px;
}
.overlay-subtitulo {
    font-size: 24px;
}
}
@media screen and (max-width:768px) {
    /*-----Capa de opacidad y titulos adaptados a celular-----*/
.overlay-text{
    margin-right: 18px;
}
.overlay-text h1 {
    font-size:39px;
}
.overlay-subtitulo {
    font-size: 18px;
}
}




/*-----Footer-----*/
footer{
    width: 100%;
    height: 249px;
    background-color:#282828;
    padding: 30px 35px 90px 35px;
    box-sizing: border-box;
    margin-top: 64px;
}

.contenedor-total-footer{
    width: 100%;
    display: flex;
}
.contenedor-logo-footer{
    width: 100%;
}
.contenedor-redes{
    width: 400px;
    display: flex;
    flex-direction: column;
    margin-top: 10px;

}
.lista-footer-redes-sociales{
    list-style: none;
    margin-bottom: 15px;
    color: #EFEFEF;
}
.contenedor-redes-sociales{
    display: flex;
}

.lista-footer-redes{
    list-style: none;
    margin-right: 11px;
}
.icono-redes{
    width: 20px;
}
.contenedor-lista-informacion{
    margin-top: 16px;
}
ul{
    padding: 0px;
}
.lista-footer-informacion{
    color: #EFEFEF;
    list-style: none;
    max-width: 400px;
}
@media screen and (max-width:768px) {
    footer{
        height: auto;
    }
    .contenedor-total-footer{
        flex-direction: column;
    }
    .contenedor-redes{
        max-width: 300px;
        min-width:100px;
    }
    .contenedor-lista-siguenos{
    max-width:300px;
    min-width: 100px;
}
.contenedor-redes-sociales{
    max-width: 300px;
    min-width: 100px;
}
}