.contenedor-idioma{
    position: absolute; 
    top: 1.5vw; 
    right: 1vw;
    z-index: 99999
}
.boton-idioma{
    background: none; 
    border: none; 
    padding: 0vw;
}
.imagen-idioma{
    height: auto;
    width: 2vw; 
}

@media only screen and (max-width: 768px) {
    .contenedor-idioma{
        position: absolute; 
        top: 5.5vw; 
        right: 16vw;
        z-index: 99999
    }
    .boton-idioma{
        background: none; 
        border: none; 
        padding: 0vw;
    }
    .imagen-idioma{
        height: auto;
        width: 8vw; 
        margin-right: 4vw;
    }
}