.select2-container .select2-selection--single {
    height: 40px !important;
    border-color: #8e9eac !important;
}

.js-example-basic-single + .select2-container .select2-selection {
    border-radius: 1.5rem;
}

.campo-obligatorio {
    font-weight: bold;
    color: red;
}
