.testimonial-carousel .owl-dots {
    height: 45px;
    margin-top: 5px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 5px;
    height: 25px;
    background: #DDDDDD;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    height: 45px;
    background: var(--primary);
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.p-3 {
    margin-bottom: -50px;
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

.carousel-transparent {
    background: rgba(18, 15, 45, .5);
}

.carousel-indicators [data-bs-target] {
    background-color: #ffc107;
}

@media (min-width: 992px) {
    .carousel-inner, .carousel-item {
        max-height: 100vh;
    }
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 10px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 20px;
        font-weight: 600 !important;
    }

    .carousel-item {
        height: 10%;
    }
}

/* Garante que os vídeos e imagens tenham a mesma altura */
.carousel-content {
    position: relative;
    width: 100%;
    height: 100vh; /* Ocupa a altura total da viewport */
    overflow: hidden;
}

.carousel-item video,
.carousel-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Garante que o conteúdo cubra toda a área sem distorção */
}

/* Ajuste para telas menores */
@media (max-width: 576px) {
    .carousel-content {
        height: 32vh; /* Altura menor para mobile */
    }
    
    .carousel-item video,
    .carousel-item img {
        height: 100%;
    }
}

div#rd-counter-ltojf0pc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    max-width: 620px;
    margin-bottom: 32px;
    align-self: center;
    gap: 15px;
}

div#rd-counter-ltojf0pc .counter-column {
    display: flex;
    flex-direction: column;
    flex: 1 1 0px;
    align-items: center;
}

div#rd-counter-ltojf0pc .counter-column span.value {
    font-family: Open Sans, sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
}

div#rd-counter-ltojf0pc .counter-column span.label {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    color: #ffc107;
}

@media (max-width: 700px) {

    .title-counter h6 {
        font-size: 12px;
    }

    div#rd-counter-ltojf0pc {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        width: 100%;
        max-width: 400px;
        margin-bottom: 3px;
        align-self: center;
        gap: 5px;
    }

    div#rd-counter-ltojf0pc .counter-column span.value {
        font-size: 26px;
    }

    div#rd-counter-ltojf0pc .counter-column span.label {
        font-size: 12px;
        font-weight: 500;
        color: #ffc107;
    }
}
