/* select2 single correción altura */
.select2-selection__rendered {
    line-height: 29px !important;
}
.select2-container .select2-selection--single {
    height: 38px !important;
}
.select2-selection__arrow {
    height: 34px !important;
}

/* */