h2{
    font-size: 2.75rem;
}

.section-lectura {
    display: flex;
    padding: 48px 115px;
    justify-content: center;
    align-items: flex-start;
}

.section-lectura .row {
    gap: 58;
    padding: 0;
}

.section-lectura p {
    color: var(--Principal, #000);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.2px;
}

.section-lectura img {
    filter: saturate(0);
}

/* Reserva */
.section-reserva {
    display: flex;
    padding: 48px 128px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: var(--light1);
}

.section-reserva p {
    color: var(--negro);
    text-align: center;
    font-family: Playfair;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* MODAL */

#reservaModal{
    font-family: "Urbanist", sans-serif;
}
