#textocalendario {
    color: #00060A;
    text-align: center;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 32px;
    margin: 0;
}

.data-visita-title-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 56px;
    gap: 8px;
}

.promo-callout {
    background: #3fc314;
    color: white;
    width: 220px;
    border-radius: 16px;
    padding: .6rem;
    height: max-content;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}

.promo-callout p {
    margin: 0;
}

.promo-callout-link:hover {
    color: white;
}

@media screen and (max-width: 700px) {
    .data-visita-title-container {
        flex-direction: column;
    }
}
