/* Mantiene el campo Servicio como un selector HTML normal. */
.reservation-form select.native-select {
    display: block !important;
    height: 52px;
    line-height: normal;
    appearance: auto;
    -webkit-appearance: menulist;
    color: #fff;
}

.reservation-form select.native-select option {
    background: #fff;
    color: #102f49;
}

.reservation-form select.native-select + .nice-select {
    display: none !important;
}
