#tempoAnuncioSection {
    height: auto;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 100px;
}

#tempoAnuncioContainer {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    width: 80vw;
    margin-top: 60px;
}

.divTempoAnuncio {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;

}

.tempoAnuncioTitle {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.divTempoAnuncio svg {
    margin: 20px 0;
    height: 40vh;
}

.anuncioEmVideoP {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

#anuncioEmVideoPExtra {
    font-size: 16px;
    font-weight: 400;
    width: 50%;
    text-align: center;
    margin-top: 10px;
}

#tempoAnuncioSection .sectTitle {
    width: 80%;
    text-align: center;
}






@media all and (max-width: 900px) and (orientation: portrait) {
    #tempoAnuncioContainer {
        flex-direction: column;
        align-items: center;
        gap: 100px;
        width: 90vw;
    }

    .divTempoAnuncio {
        width: 100%;
    }
}

@media all and (max-width: 500px) and (orientation: portrait) {
    #tempoAnuncioContainer {
        gap: 80px;
    }

    #anuncioEmVideoPExtra {
        width: 70%;
    }
}


@media all and (max-width: 340px) and (orientation: portrait) {
    #tempoAnuncioSection .sectTitle {
        width: 90%;
    }
}