@media screen and (max-width: 600px){
    #contenedor-idioma{
        top: 100px !important;
    }
    
    .idioma{
        height: 30px;
    }
    
    .bandera{
        height: 20px;
        width: 20px;
        font-size: 10px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}