/*ESTA REGRA È PARA COLOCAR NAS REGRAS DA PÁGINA E SLIDE DA EQUIA PILOTO*/
.splide__slide {
  padding: 10px;
}
/**/

#countdown{
    padding-top: 10vh;
}

.rally-countdown {
    max-width: 750px;
    margin: auto;
    background: rgba(255, 255, 255, 0.6);
    border-radius: .5rem;
    padding: 20px 0;
}
.rally-countdown .timebox{
    display: flex;
    gap: 0px;
    justify-content: center;
}
.rally-countdown .timebox .time{
    text-align: center;
}

.rally-countdown h1 {
    font-size: calc(1.875rem + 1.5vw);
    font-weight: 500;
    text-align: center;
}
.rally-countdown .timebox .time h2{
    font-size: 3.5rem;
}
.rally-countdown .timebox .time p{
    font-size: 1rem;
    margin-top: -30px;
}
.rally-countdown .timebox .dots{
    font-size: 3rem;
    font-weight: bold;
    line-height: 6rem;
    padding: 0 7px;
}

@media (min-width: 992px) {
    .rally-countdown h1 {
        font-size: 4rem;
        margin-bottom: 20px;
    }
    .rally-countdown .timebox .time h2{
        font-size: 5rem;
        margin: 0 !important;
    }
    .rally-countdown .timebox .time p{
        font-size: 1.2rem;
        margin-top: -20px;
    }
    .rally-countdown .timebox .dots{
        font-size: 3rem;
        line-height: 8rem;
        padding: 0 20px;
    }
}