/*
 * Visor de PDF (emisor/view-pdf.php). Se registra después de view_calificaciones.css.
 * NOTA: los breakpoints (1340/860/480) no son del set canónico; se conservan tal cual
 * porque las alturas del embed están calibradas a mano. Normalizar aparte y verificando.
 */
@media only screen and (max-width: 1340px) {
    .col-md-4 {
        width: 100% !important;
        height: 100rem !important;
    }

    #content-banner {
        height: 65rem;
    }

    #content-img {
        height: 65rem;
    }
}

@media only screen and (max-width: 860px) {
    #content-banner {
        height: 80rem;
    }

    #section-box,
    #viewPdf {
        height: calc(325rem - 60rem) !important;
    }

    #content-banner {
        height: 80rem !important;
    }
}

@media only screen and (max-width: 480px) {
    #infomePrensa {
        max-width: 36rem !important;
    }
}

.modal-backdrop.fade {
    position: relative !important;
}

#mi-modal {
    backdrop-filter: blur(20px) !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.modal-header {
    padding: 0 !important;
    border-bottom: 1px solid #e5e5e5;
}

label {
    margin-bottom: 0.8rem;
    color: black;
    font-size: 1.4rem;
    display: block;
}

.col-md-4 {
    width: 29.333333%;
    height: 100rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

#content-banner {
    height: 65rem;
}

#content-img {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: space-around !important;
    margin-bottom: 10px !important;
    align-items: flex-end;
}

/* Ícono del botón de descarga (lo inyecta pdf-download-btn.js) */
.btn-download-icon {
    width: 2.5rem;
    border-radius: initial;
}
