.sp-language-switch{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 2px;
    justify-content: center;

    font-size: 1em;
    color: #757575;
    font-weight: 400;
}

.sp-flags{
    width: 25px;
    height: 22px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

.sp-flags img {
    max-width: 25px;
    min-width: 25px;
    width: 25px;
}

.sp-polylang-bandera-menu-iconos{
    display: flex;
    flex-direction: column;
    align-items: center;
}

header.header_degradado .sp-language-switch .sp-lang-link{
    font-weight: 400!important;
}

@media screen and (max-width: 767px) {
    .sp-polylang-hide-mobile{
        display: none;
    }
    .sp-language-switch .sp-lang-link{
        font-size: 12px!important;
    }
    .sp-polylang-bandera-menu-iconos {
        gap: 2px;
    }
}


