.bebas {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.fjalla {
    font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.overlay {
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.reproPrincipal {
    top: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: -3;
}

.cabecera {
    height: 60px;
    background: red;
    position: absolute;
    top: 0;
    left: 0;
}

.iconos_grandes {
    font-size: 20pt;
}

.margin_menos {
    margin-top: -5px;
}

.caratula {
    margin-top: -40px;
}

.caratula img {
    width: 200px;
    height: 200px;
    border: 1px solid #f5f5f5;
    border-radius: 15px;
}

#autor {
    font-size: 14pt;
}

#tema {
    font-size: 18pt;
}

#controles {
    left: 0;
    right: 0;
    bottom: -40px;
    margin: auto;
    z-index: 3;
    font-size: 38pt;
    text-shadow: 0px 0px 10px black;
    background-color: black;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.subcabecera {
    position: absolute;
    top: 75px;
    left: 0;
}

.footer {
    height: 60px;
    width: 100%;
    bottom: 20px;
    left: 0;
}

.links {
    color: #fff;
    font-size: 14pt;
}

.spectro {
    bottom: 50px;
}

#cont_1 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


#bibliaModal.modal {
    --bs-modal-width: 95vw !important;
    --bs-modal-max-width: none !important;
}

#bibliaModal .modal-dialog {
    max-width: 95vw !important;
    width: 95vw !important;
    height: 95vh !important;
    margin: 2.5vh auto !important;
    display: flex !important;
    align-items: stretch !important;
}

#bibliaModal .modal-content {
    height: 100% !important;
    max-height: none !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
}

#bibliaModal .modal-header {
    flex-shrink: 0 !important;
    padding: 0.75rem 1rem !important;
    border-bottom: 1px solid var(--bs-border-color) !important;
}

#bibliaModal .modal-body {
    flex: 1 !important;
    padding: 0 !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
}

#bibliaModal .modal-footer {
    flex-shrink: 0 !important;
    padding: 0.75rem 1rem !important;
    border-top: 1px solid var(--bs-border-color) !important;
}

#bibliaModal .biblia {
    width: 100% !important;
    height: 100% !important;
    border: none !important;
    flex: 1 !important;
    overflow: hidden !important;
}

/* Para pantallas más pequeñas */
@media (max-width: 768px) {
    #bibliaModal .modal-dialog {
        width: 98vw !important;
        max-width: 98vw !important;
        height: 98vh !important;
        margin: 1vh auto !important;
    }
}