.contenedor-agenda {
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

.flex-agenda {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0;
    border-style: none;
}

.pagar-servicio {
    text-align: center;
}

.nota {
    color: #123354;
    text-align: center;
}

.contenedor-agenda h1 {
    font-size: 3.6rem;
    text-align: center;
    font-weight: 700;
    font-family: "Space Grotesk";
}

.contenedor-agenda h2 {
    font-size: 2.3rem;
    text-align: center;
    font-weight: 700;
    font-family: "Space Grotesk";
    color: #8294A6;
}

.contenedor-agenda h2 .destacado {
    color: #123354;
}

@media(width < 750px) {
    .contenedor-agenda h1 {
        font-size: 2.8rem;
    }

    .contenedor-agenda h2 {
        font-size: 2rem;
    }
}