body {
    font-family: Segoe UI,SegoeUI,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 32px;
}

#infoGeneral {
    font-size: 52px;
    font-weight: bold;
    margin-left: 15px;
}

.abreviatura {
    cursor: pointer;
    font-size: 16px;
    width: 50px;
    height: 30px;
}

#infoRezos {
    margin-top: 30px;
    margin-left: 15px;
    margin-bottom: 30px;
}

#infoNavegacion {
    font-weight: bold;
    margin-left: 15px;
}

#botonesNavegacion {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-left: 15px;
    max-width: calc(3 * 290px + 2 * 0.5rem);
}

.botonNavegacion {
    flex: 1 1 0;
    min-width: 0;
    font-size: 26px;
    margin: 0;
    width: auto;
    min-height: 64px;
    height: auto;
    padding: 0.3rem 0.5rem;
    line-height: 1.2;
    box-sizing: border-box;
    cursor: pointer;
}

/* Móvil: 112px (js/dazm.js). Portátil/escritorio: un poco más pequeñas. */
@media (min-width: 64rem) {
    .imagenEstrella {
        width: 100px;
        height: auto;
    }
}
