#clientes_reales {
    margin-top: 90px;
    margin-bottom: 110px;
    padding: 34px 0;
    background-color: #F8F7F5;
    border: 1px solid rgba(34, 34, 34, 0.06);
    border-radius: 8px;
}
#clientes_reales > .contenedor {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
}
#clientes_reales > .contenedor > header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 9px;
}
#clientes_reales > .contenedor > header > .estrellas {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
#clientes_reales > .contenedor > header > .estrellas > svg {
    width: 18px;
}
#clientes_reales > .contenedor > header > p {
    color: var( --primario );
    font-size: 0.72em;
    font-weight: var( --bold );
    letter-spacing: 0;
}
#clientes_reales > .contenedor > header > h2 {
    max-width: 480px;
    margin: 0;
    font-size: 1.55em;
    line-height: 1.05;
    text-align: center;
}
#clientes_reales > .contenedor > .testimonios {
    width: 100%;
    max-width: 430px;
}
#clientes_reales > .contenedor > .testimonios > #carrusel {
    max-width: 320px;
    margin: 0 auto;
}
#clientes_reales > .contenedor > .testimonios > #carrusel .slick-list {
    border: 1px solid rgba(34, 34, 34, 0.08);
    border-radius: 8px;
    background-color: white;
    box-shadow: 0 14px 30px rgba(34, 34, 34, 0.08);
    overflow: hidden;
}
#clientes_reales > .contenedor > .testimonios > #carrusel .slick-slide img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
#clientes_reales > .contenedor > .testimonios > #carrusel .slick-prev {
    left: -19px;
}
#clientes_reales > .contenedor > .testimonios > #carrusel .slick-next {
    right: -19px;
}
#clientes_reales > .contenedor > .testimonios > #carrusel .slick-prev.slick-arrow,
#clientes_reales > .contenedor > .testimonios > #carrusel .slick-next.slick-arrow {
    border-radius: 999px;
    background-color: white;
    box-shadow: 0 8px 18px rgba(34, 34, 34, 0.12);
}
#clientes_reales > .contenedor > .testimonios > .testimonio {
    display: none;
    margin-top: 24px;
    text-align: center;
}
#clientes_reales > .contenedor > .testimonios > .testimonio[data-testimonioid="1"] {
    display: block;
}
#clientes_reales > .contenedor > .testimonios > .testimonio > p.opinion {
    position: relative;
    font-size: 0.95em;
    line-height: 1.55;
}
#clientes_reales > .contenedor > .testimonios > .testimonio > p.opinion::before {
    content: "\"";
    color: var( --primario );
    font-family: var( --font-playfair ) !important;
    font-size: 2.7em;
    line-height: 0;
    vertical-align: -0.34em;
}
#clientes_reales > .contenedor > .testimonios > .testimonio > p.opinion::after {
    content: "\"";
    color: var( --primario );
    font-family: var( --font-playfair ) !important;
    font-size: 2.7em;
    line-height: 0;
    vertical-align: -0.42em;
}
#clientes_reales > .contenedor > .testimonios > .testimonio > p.opinion::first-letter {
    text-transform: uppercase;
}
#clientes_reales > .contenedor > .testimonios > .testimonio > p.nombre {
    margin-top: 12px;
    color: var( --negro );
    font-size: 0.88em;
    font-weight: var( --bold );
}
#clientes_reales > .contenedor > .testimonios > .testimonio > p.nombre::first-letter {
    text-transform: uppercase;
}
#clientes_reales > .contenedor > .ver-opiniones {
    margin-top: 2px;
    padding: 7px 18px;
    font-size: 1.15em;
}

@media ( width >= 800px ) {
    #clientes_reales {
        padding: 38px 0;
    }
    #clientes_reales > .contenedor > header > h2 {
        font-size: 1.75em;
    }
    #clientes_reales > .contenedor > .testimonios > #carrusel {
        max-width: 340px;
    }
}
