/* EN ESTE CSS SE DEFINIRAN LETRAS Y MAÑOS */

body {
    font-family: "Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.main-content-header h1 {
    font-size: 18px;
    padding-right: 15px;
    font-weight: bold;
}

.card .card-title {
    font-size: 16px;
    padding-bottom: 10px;
    padding: 0;
    font-weight: bold;
    text-transform: uppercase;

}

.form-footer {
    margin-top: 1rem;
    padding-top: 1rem;
    text-align: center;
    background-color: transparent;
    border-top: 1px solid var(--footer-border);

}
/* Select2 integrado con Bootstrap 5 */
.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    height: calc(2.25rem + 2px) !important;

    padding: .375rem .75rem;
    border-radius: .375rem;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection__rendered {
    padding-left: 0;
    line-height: normal;
}

.select2-container--default .select2-selection__arrow {
    height: 100%;
}