#block-recurrente-testimonios {
    padding: 2rem 0;
    position: relative;
    background: #ffffff;
}
#block-recurrente-testimonios > .container > .row {
    justify-content: center;
}
#block-recurrente-testimonios h3 {
    color: var(--color-verde-oscuro);
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1rem;

}
#block-recurrente-testimonios h3 strong {
    color: var(--color-amarillo-4);
    font-weight: 600;
}

.testimonios-carrusel {
    display: flex;
    justify-content: center;
}
.testimonios-carrusel .slick-track {
    align-items: center;
}
.testimonios-item {
    background: var(--color-amarillo-1);
    display: flex;
    align-items: center;
    width: 400px;
    margin: 0 1rem;
    padding: 1rem;
    border-radius: 0.25rem;
    text-align: center;
}

.testi-star {
    color: var(--color-amarillo-4);
    display: inline-block;
    margin: 0 0 0.5rem;
    font-size: 1.5rem;
}

.testi-content {
    margin-bottom: 1rem;
}

.testi-autor {
    display: flex;
    justify-content: center;
    align-items: center;
}
.testi-autor img {
    margin: 0 0.75rem 0 0;
    height: 2.75rem !important;
}
.testi-autor p {
    margin: 0;
    font-weight: 500;
}

/* sm */
@media (min-width: 576px) {

}

/* md */
@media (min-width: 768px) {
    #block-recurrente-testimonios {
       
    }
    #block-recurrente-testimonios h3 {
    }
    .testi-content {
        font-weight: 300;
    }
}

/* lg */
@media (min-width: 992px) {
    .testi-content {
        max-height: 120px;
        overflow: scroll;
    }
    #block-recurrente-testimonios {
        padding: 2.5rem 0 2rem;
    }
}

/* xl */
@media (min-width: 1200px) {
    #block-recurrente-testimonios h3 {
        font-size: 1.75rem;
    }
    #block-recurrente-testimonios h3 strong {
        font-weight: 700;
    }
}

/* xxl */
@media (min-width: 1400px) {
}