#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-topo p,
.promo-callout p {
    margin: 0;
}

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

.calcmp__card--step2, .calcmp__picked {
    display: none;
}
.calcmp__title {
    margin-bottom: 1.5rem;
}

.cal-legendas {
    display: none !important;
}

.promo-callout-topo {
    background: #3fc314;
    color: white;
    width: 345px;
    border-radius: 16px;
    padding: .6rem;
    right: 24%;
    bottom: -118px;
    height: max-content;
    text-align: center;
    font-size: 16px;
}

.avisos-promo-wrapper {
    margin: 30px 0 10px;
}

.aviso-previo, .evento-exclusivo {
    font-style: italic;
}

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

@media screen and (max-width: 767px) {
    .avisos-promo-wrapper {
        margin: 150px 0 10px;
    }
}

@media (max-width: 576px) {
    .banner-mobile {
        position: relative;
    }

    .banner-bullets {
        position: absolute;
        bottom: 12px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 10px;
        z-index: 2;
        padding: 10px 10px 2px;
    }

    .bullet {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #fff;
    }

    .bullet.active {
        background: #0d6efd;
    }

    .banner-mobile-wrapper {
        width: 100%;
    }

    .banner-mobile::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 10%;
        background: linear-gradient(
                to bottom,
                rgba(0, 0, 0, 0) 0%,
                rgba(0, 0, 0, 0.42) 45%,
                rgba(0, 0, 0, 0.75) 100%
        );
        pointer-events: none;
        z-index: 1;
    }

    .bullet.active {
        background-color: #23408e;
    }
    
    .slick-arrow {
        display: none !important;
    }
}