ul.select2-selection__rendered {
    padding-top: 0.35rem !important;
}

li.select2-selection__choice {
    background-color: blue !important;
}

.wsnw {
    white-space: nowrap;
}

.h-centered {
    text-align: center !important;
}

.head-h-centered {
    text-align: center !important;
    width: 4.5rem !important;
}

.sub-titulo-tabla-medallas {
    font-weight: 400;
}

.enlace-pruebas {
    line-height: 0.9rem;
}

.sector-vista {
    padding-bottom: 2rem;
}



/* -- GENERAL LAYOUT -- */
.content {
    margin: 0 auto;
    padding: 1.75rem 1.75rem 1px;
    width: 80%;
    overflow-x: visible;
}

@media only screen and (max-width: 600px) {
    .content {
        width: 100%;
    }

    .row {
        flex-direction: column;
    }

    .col-6 {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .float-right {
        float: initial !important;
    }

    .mb-2 {
        margin-top: 20px;
    }
}

.select2-container {
    width: 100% !important;
}

.row {
    margin: 0 !important;
}

.float-right {
    float: right !important;
}

/* -- TYPOGRAPHY -- */
h2 {
    font-size: 1.5rem;
}

@media (min-width: 768px) {
    h2 {
        font-size: 2rem;
    }
}

h3 {
    font-size: 1.25rem;
}

@media (min-width: 768px) {
    h3 {
        font-size: 1.5rem;
    }
}

/* -- CARDS & FORM FIELDS -- */
.card {
    border-radius: 1rem;
    box-shadow: 0 2px 12px rgba(20,40,90,0.07);
    border: none;
    margin-bottom: 1.5rem;
}

.card-header {
    border-radius: 1rem 1rem 0 0;
    border-bottom: 1px solid #ececec;
}

.card-body {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.collapse-toggle {
    width: 100%;
    margin-bottom: 1rem;
}

.form-select, .form-control {
    min-height: 48px;
    font-size: 1rem;
    border-radius: 0.7rem;
}

@media (max-width: 768px) {
    .form-select, .form-control {
        font-size: 1.05rem;
    }
}

/* -- RESPONSIVE BUTTONS & IMAGES -- */
@media (max-width: 768px) {
    .btn-primary {
        width: 100%;
        font-size: 1.13rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .img-fluid {
        max-width: 100px;
        margin-bottom: 1rem;
    }

    .text-muted {
        font-size: 0.95rem;
    }
}
ul.select2-selection__rendered {
    padding-top: 0.35rem !important;
}

li.select2-selection__choice {
    background-color: blue !important;
}

.wsnw {
    white-space: nowrap;
}

.h-centered {
    text-align: center !important;
}

.head-h-centered {
    text-align: center !important;
    width: 4.5rem !important;
}

.sub-titulo-tabla-medallas {
    font-weight: 400;
}

.enlace-pruebas {
    line-height: 0.9rem;
}

.sector-vista {
    padding-bottom: 2rem;
}


/* -- GENERAL LAYOUT -- */
.content {
    margin: 0 auto;
    padding: 1.75rem 1.75rem 1px;
    width: 80%;
    overflow-x: visible;
}

@media only screen and (max-width: 600px) {
    .content {
        width: 100%;
    }

    .row {
        flex-direction: column;
    }

    .col-6 {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .float-right {
        float: initial !important;
    }

    .mb-2 {
        margin-top: 20px;
    }
}

.select2-container {
    width: 100% !important;
}

.row {
    margin: 0 !important;
}

.float-right {
    float: right !important;
}

/* -- TYPOGRAPHY -- */
h2 {
    font-size: 1.5rem;
}

@media (min-width: 768px) {
    h2 {
        font-size: 2rem;
    }
}

h3 {
    font-size: 1.25rem;
}

@media (min-width: 768px) {
    h3 {
        font-size: 1.5rem;
    }
}

/* -- CARDS & FORM FIELDS -- */
.card {
    border-radius: 1rem;
    box-shadow: 0 2px 12px rgba(20,40,90,0.07);
    border: none;
    margin-bottom: 1.5rem;
}

.card-header {
    border-radius: 1rem 1rem 0 0;
    border-bottom: 1px solid #ececec;
}

.card-body {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.collapse-toggle {
    width: 100%;
    margin-bottom: 1rem;
}

.form-select, .form-control {
    min-height: 48px;
    font-size: 1rem;
    border-radius: 0.7rem;
}

@media (max-width: 768px) {
    .form-select, .form-control {
        font-size: 1.05rem;
    }
}

/* -- RESPONSIVE BUTTONS & IMAGES -- */
@media (max-width: 768px) {
    .btn-primary {
        width: 100%;
        font-size: 1.13rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .img-fluid {
        max-width: 100px;
        margin-bottom: 1rem;
    }

    .text-muted {
        font-size: 0.95rem;
    }
}

.section-divider {
        border: none;
        height: 5px;
        /* Cambia el color aquí si lo deseas */
        background: linear-gradient(90deg, #008cff 0%, #00dfa2 100%);
        margin: 2.5rem 0 2rem 0;
        border-radius: 10px;
        box-shadow: 0 2px 12px rgba(20,40,90,0.13);
        opacity: 1;
        transition: background 0.4s;
    }

.navbar {
    border-radius: 1.2rem;
}

.navbar-brand img {
    vertical-align: middle;
}

.nav-link.active, .nav-link:focus, .nav-link:hover {
    color: #0d6efd !important; /* O tu color corporativo */
    font-weight: 600;
}
.main-content {
    transition: margin-left 0.2s;
}

@media (min-width: 992px) { /* Desktop: sidebar fijo */
    .main-content {
        margin-left: 260px; /* O el ancho de tu sidebar */
    }
}

@media (max-width: 991.98px) { /* Tablet y móvil: sidebar overlay o colapsado */
    .main-content {
        margin-left: 0;
    }
}
.passport-photo-preview {
    width: 120px;
    height: 150px;
    object-fit: cover;
    border: 2px solid #ddd;
    border-radius: 8px;
    display: block;
    margin-bottom: 5px;
}

.pdf-preview-iframe {
    width: 50%;
    min-width: 180px;
    height: 180px;
    border: 1px solid #ccc;
    border-radius: 6px;
    display: block;
    margin-bottom: 5px;
}