@media screen and (min-width: 992px) and (max-width: 1930px) {
    body.es-ES {
        & .btnSeleccion_servicio:first-child {
            position: relative;
            & .pAbsolute_servicio {
                font-size: .65rem;
            }
        }
    }
}

@media screen and (min-width: 420px) and (max-width: 990px) {
    body.es-ES {
        & .btnSeleccion_servicio:first-child {
            position: relative;
            & .pAbsolute_servicio {
                font-size: .65rem;
            }
        }
    }
}