/**************************** CSS DESKTOP ***************************/
@media screen and (min-width: 701px) {

    .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;
        }  
}

/**************************** CSS MOBILE ***************************/
@media screen and (max-width: 700px) {

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

}


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

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

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

@media screen and (max-width: 700px) {
    .data-visita-title-container {
        flex-direction: column;
        margin-bottom: 66px;
        margin-top: 0;
    }
    
    #duvidas {
        padding-top: 150px !important;
    }
}

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

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

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