#encabezado {
    position: sticky;
    top: 0px;
    height: 30px;
    width: 100%;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    background-color: rgb(26, 87, 30);
}

#titulo-encabezado {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 50%;
    left: 25%;
    text-align: center;
    
}

#titulo-encabezado h1{
    margin-top: 5px;
    color: white;
    font-size: 15px;
    left: 25%;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

#correo {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 25%;

}

#correo a {
    position: absolute;
    top: 4px;
    left: 4px;
    color: white;
    text-decoration: none;
    font-size: 15px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.caja-redes {
    position: absolute;
    top: 0px;
    height: 100%;
    right: 0px;
    width: 25%;
    z-index: 4;
    
}

#caja-redes a{
    position: absolute;
    top: 0px;
    height: 100%;
    background-color: transparent;
    text-decoration: none;
    color: white;
}

.logofac, .logotwit, 
.logoins, .logoyou {
    position: absolute;
    top: 2px;
    height: 27px;
    left: 0px;
}

.logotwit {
    left: 32px;
}

.logoins {
    left: 64px;
}

.logoyou {
    left: 97px;
}


/* Estilos para las banderas de idioma */
#caja-idioma {
    position: absolute;
    top: 0px;
    height: 100%;
    right: 25%; /* Posicionado a la izquierda de las redes sociales */
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    z-index: 11;
}

.bandera {
    height: 20px;
    width: 30px;
    border-radius: 3px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    transition: transform 0.2s ease;
}

.bandera:hover {
    transform: scale(1.2);
    cursor: pointer;
}


@media screen and (max-width: 1380px) {
    #titulo-encabezado {
        position: absolute;
        right: 390px;
    }
}


@media screen and (max-width: 1226px) {
    #correo{
        top: 0px;
    }
}

@media screen and (max-width: 1086px) {
    #correo {
        width: 30%;
    }
}

@media screen and (max-width: 1040px) {
    #correo a{
        font-size: 13px;
    }
}

@media screen and (max-width: 948px) {
    #correo a{
        margin-top: 2px;
        font-size: 12px;
    }
}

@media screen and (max-width: 945px) {
    #encabezado {
        height: 80px;
        left: 0px;
        width: 100%;
    }

    #titulo-encabezado{
      left: 0px;
      height: 35px;
      width: 100%;
    }

    #encabezado h1{
        text-align: center;
        font-size: 20px;
    }


    #caja-idioma{
        top: 36px;
        height: 40px;
        background-color: transparent;
    }

    #correo {
        top: 40px;
        height: 25px;
        max-width: 500px;
    }

    #caja-redes {
        top: 40px;
        height: 37px;
    }
    
    #header{
        top: 73px;
    }

}

@media screen and (max-width:879px) {
 

    #correo {
        top: 40px;
        height: 25px;
        width: 40%;
    }



}

@media screen and (max-width: 557px) {
    #correo {
        top: 45px;
        height: 25px;
        width: 72%;
        left: 2px;
        
    }

    #caja-redes {
        width: 25.9%;
        right: 5px;
    }
}


@media screen and (max-width: 550px) {
    #correo {
        top: 45px;
        height: 25px;
        width: 72%;
        left: 2px;
        
    }

    #caja-redes {
        width: 25.9%;
        right: 5px;
    }
}

@media screen and (max-width: 530px) {
    #correo {
        height: 25px;
        width: 71%;
        left: 2px;
    }

    #caja-redes {
        width: 25.9%;
        right: 2px;
    }
}


@media screen and (max-width: 520px) {
    #encabezado {
        position: relative;
        height: 140px;
        left: 0px;
        width: 100%;
    }

    #titulo-encabezado {
        top: 0px;
        padding-top: 0px;
        height: 22%;
        width: 100%;
    }
    
    #correo {
        top: 28%;
        left: 0px;
        width: 100%;
    }
    
    #correo a{
        margin-top: 0px;
        left: 145px;
    }
    
      #caja-idioma{
        top: 76px;
        height: 40px;
        left: 27%;
        background-color: transparent;
    }

    #caja-redes {
        top: 78px;
        left: 45%;
        width: 27%;
    }

    #header{
        top: 0px;
    }
}


@media screen and (max-width: 492px) {
    #encabezado {
        top: 0px;
        height: 150px;
        
    }

    #titulo-encabezado {
        top: 0px;
        height: 63px;
        width: 100%;
    }
    
    #correo {
        left: 0px;
        width: 100%;
    }

    #correo a{
        top: 3px;
        left: 70px;
        font-size: 16px;
    }

    #caja-redes {
        top: 88px;
        left: 37%;
        width: 28%;
    }
}

@media screen and (max-width: 430px) {
    #encabezado {
        top: 0px;
        height: 140px;
       
    }

    #encabezado h1{
        margin-top: 10px;
        font-size: 21px;
       
    }
    
    #correo {
        top: 63px;
        width: 100%;
    }

       #caja-idioma{
        top: 86px;
        height: 40px;
        left: 27%;
        
    }

    #caja-redes {
        top: 90px;
        left: 48%;
        width: 32%;
    }
}

@media screen and (max-width: 412px) {
    #encabezado {
        top: 0px;
        height: 140px;
       
    }

    #encabezado h1{
        margin-top: 10px;
        font-size: 21px;
       
    }
    
    #correo {
        top: 63px;
        width: 100%;
    }

    #correo a{
        left: 90px;
    }
       #caja-idioma{
        top: 86px;
        height: 40px;
        left: 27%;
        
    }

    #caja-redes {
        top: 90px;
        left: 48%;
        width: 32%;
    }
}

@media screen and (max-width: 360px) {
    #encabezado {
        top: 0px;
        height: 140px;
       
    }

    #encabezado h1{
        margin-top: 10px;
        font-size: 21px;
       
    }
    
    #correo {
        top: 63px;
        width: 100%;
    }

    #correo a{
        left: 35px;
    }

     #caja-idioma{
        top: 86px;
        height: 40px;
        left: 22%;
        
    }

    #caja-redes {
        top: 90px;
        left: 47%;
        width: 32%;
    }
}

@media screen and (max-width: 320px) {
    #encabezado {
        top: 0px;
        height: 140px;
        
       
    }

    #encabezado h1{
        margin-top: 10px;
        font-size: 20px;
     
       
    }
    
    #correo {
        top: 63px;
        width: 100%;
    }

    #correo a{
        left: 25px;
    }

     #caja-idioma{
        top: 86px;
        height: 40px;
        left: 16%;
        
    }

    #caja-redes {
        top: 90px;
        left: 45%;
        width: 32%;
    }
}
