#diasP, #diasE {
    font-size: 44px;
    color: #755374;
    text-align: center;
}
#horasP, #horasE {
    font-size: 44px;
    color: #5b99ae;
    text-align: center;
}
#minutosP, #minutosE {
    font-size: 44px;
    color: #755374b8;
    text-align: center;
}
#segundosP, #segundosE {
    font-size: 44px;
    color: #5791a49e;
    text-align: center;
}

.spanTimer {
    display: block;
    font-size: 20px;
    color: black;
    text-align: center;
}

.contador {
    height: 100%;
}

.divTimerE {
    display: inline-block;
    line-height: 1;
    font-size: 77px;
    padding: 6px 11px;
}

.divTimerP {
    display: inline-block;
    line-height: 1;
    font-size: 80px;
    padding: 0px 16px;
}

.imgRumbo_2024{
    width: 300px;
    height: auto;
}

.divTimer h3{
    padding-top: 60px;
}

.divImg{
    text-align: center;
    width: 48%;
}

.TimerP {
    position: absolute;
    top: 2%;
    text-align: initial;
    width: 100%;
    padding-left: 50%;
}

.TimerE {
    position: absolute;
    top: 2%;
    text-align: initial;
    width: 100%;
}

.faltan{
    font-weight: bold; 
    text-align: center; 
    color: gray; 
    display: inline-block;
}

.faltan_T{
    font-weight: bold;
    text-align: center;
    color: gray;
    font-size: 22px;
    margin: 6px 0px 0px 0px;
    width: 100%;
}

.card {
    height: 165px;
    width: 100%;
    align-content: center;
    justify-content: center;
}

.imagen_card {
    height: auto;
    width: 24%;
}

.imagen {
    height: 188px;
    width: 100%;
}

.carousel-wrap {
    padding: 8px 0%;
    width: 100%;
    position: relative;
}

.owl-nav{
    height: 0px;
}

.owl-dots{
    height: 0px;
}

.owl-prev{
    height: 0px;
    display: none;
}

.owl-next{
    height: 0px;
    display: none;
}

.img-thumbnail {
    background-color: #fff0 !important;
    border: 1px solid #dee2e600 !important;
}

.owl-carousel .owl-item img {
    display: block;
    width: 90% !important;
    height: 130px I !important;
    border-radius: 8% 16%;
    box-shadow: 2px 2px 7px #000;
}

.owl-carousel.owl-drag .owl-item {
    margin: 0px 0px !important;
}

@media only screen and (min-width: 0px) and (max-width: 409px) {
    .ajuste {
        display: block;
    }
    .ajuste_card{
        width: 55%;
    }

    .ajuste_col {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #diasP, #diasE {
        font-size: 28px;
    }

    #horasP, #horasE {
        font-size: 28px;
    }

    #minutosP, #minutosE {
        font-size: 28px;
    }

    #segundosP, #segundosE {
        font-size: 28px;
    }

    .spanTimer {
        font-size: 14px;
    }

    .imagen {
        height: 180px;
        width: 100%;
    }

    .imagen_card {
        height: 240px;
        width: 300px;
        margin: 0px 100px;
    }
    
    .card {
        height: 188px;
        width: 100%;
    }
    
    .TimerP {
        top: 38%;
        margin-left: 16px;
    }
    
    .TimerE {
        top: 11%;
        margin-left: 0px;
    }

    .divTimerE {
        font-size: 80px;
        padding: 0px 8px;
    }
    
    .divTimerP {
        font-size: 80px;
        padding: 0px 8px;
    }

    .faltan_T{
        text-align: center;
        font-size: 18px;
        margin: 8px 0px 0px 0px;
        width: 100%;
    }

    .v-carousel {
        height: 182px !important;
    }
}

@media only screen and (min-width: 410px) and (max-width: 510px) {
    .ajuste {
        display: block;
    }

    .ajuste_card{
        width: 55%;
    }

    .ajuste_col {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #diasP, #diasE {
        font-size: 30px;
    }

    #horasP, #horasE {
        font-size: 30px;
    }

    #minutosP, #minutosE {
        font-size: 30px;
    }

    #segundosP, #segundosE {
        font-size: 28px;
    }

    .spanTimer {
        font-size: 14px;
    }

    .imagen {
        height: 180px;
        width: 100%;
    }

    .imagen_card {
        height: 240px;
        width: 300px;
        margin: 0px 100px;
    }
    
    .card {
        height: 180px;
        width: 100%;
    }
    
    .TimerP {
        top: 38%;
        margin-left: 16px;
    }
    
    .TimerE {
        top: 6%;
        margin-left: 0px;
    }

    .divTimerE {
        font-size: 80px;
        padding: 0px 11px;
    }
    
    .divTimerP {
        font-size: 80px;
        padding: 0px 12px;
    }

    .faltan_T{
        text-align: center;
        font-size: 20px;
        margin: 8px 0px 0px 0px;
        width: 100%;
    }

    .v-carousel {
        height: 198px !important;
    }
}

@media only screen and (min-width: 511px) and (max-width: 992px){
    .ajuste {
        display: block;
    }

    .ajuste_card{
        width: 55%;
    }

    .ajuste_col {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #diasP, #diasE {
        font-size: 33px;
    }

    #horasP, #horasE {
        font-size: 33px;
    }

    #minutosP, #minutosE {
        font-size: 33px;
    }

    #segundosP, #segundosE {
        font-size: 28px;
    }

    .spanTimer {
        font-size: 18px;
    }

    .imagen {
        height: 180px;
        width: 100%;
        object-fit: contain;
    }

    .imagen_card {
        height: 240px;
        width: 300px;
        margin: 0px 100px;
    }
    
    .card {
        height: 140px;
        width: 100%;
    }
    
    .TimerP {
        top: 38%;
        margin-left: 44px;
    }
    
    .TimerE {
        top: 0%;
        margin-left: 0px;
    }

    .divTimerE {
        font-size: 80px;
        padding: 0px 11px;
    }
    
    .divTimerP {
        font-size: 80px;
        padding: 0px 12px;
    }

    .faltan_T{
        text-align: center;
        font-size: 20px;
        margin: 8px 0px 0px 0px;
        width: 100%;
    }

    .v-carousel {
        height: 240px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
    #diasP, #diasE {
        font-size: 33px;
    }

    #horasP, #horasE {
        font-size: 33px;
    }

    #minutosP, #minutosE {
        font-size: 33px;
    }

    #segundosP, #segundosE {
        font-size: 23px;
    }

    .spanTimer {
        font-size: 18px;
    }

    .imagen {
        height: 128px;
        width: 100%;
    }
    
    .TimerP {
        top: -10%;
        margin-left: 270px;
    }
    
    .TimerE {
        top: 0%;
        margin-left: 0px;
    }

    .divTimerE {
        font-size: 80px;
        padding: 0px 11px;
    }
    
    .divTimerP {
        font-size: 80px;
        padding: 0px 12px;
    }

    .faltan_T{
        font-size: 15px;
        margin: 16px 0px 0px 0px;
        width: 100%;
    }

    .v-carousel {
        height: 400px !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    #diasP, #diasE {
        font-size: 33px;
    }

    #horasP, #horasE {
        font-size: 40px;
    }

    #minutosP, #minutosE {
        font-size: 40px;
    }

    #segundosP, #segundosE {
        font-size: 26px;
    }

    .imagen {
        height: 155px;
        width: 100%;
    }
    
    .TimerP {
        top: 1%;
        margin-left: 46%;
    }
    
    .TimerE {
        top: 0%;
        margin-left: 0px;
    }

    .divTimerE {
        font-size: 80px;
        padding: 0px 10px;
    }
    
    .divTimerP {
        font-size: 46px;
        padding: 0px 16px;
    }   
}