#opiniones-de-clientes {}


#opiniones-de-clientes > .bloque-confianza {
    margin-top: 30px;
    margin-bottom: 40px;
}
#opiniones-de-clientes > .bloque-confianza > #clientes_reales,
#opiniones-de-clientes > .bloque-confianza > #sabemos_de_depilacion {
    margin: 0;
}
#opiniones-de-clientes > .bloque-confianza > #clientes_reales {
    margin-bottom: 70px;
}
#opiniones-de-clientes > .bloque-confianza > #sabemos_de_depilacion {
    border-radius: 8px;
}
#opiniones-de-clientes > .bloque-confianza > #clientes_reales #carrusel {
    max-width: 360px;
    margin: 0 auto;
}
#opiniones-de-clientes > .bloque-confianza > #clientes_reales #carrusel img {
    width: 82%;
    margin: 0 auto;
}

#opiniones-de-clientes > .resumen {
    display: flex;
    align-items: center;
    gap: 20px;
}
#opiniones-de-clientes > .resumen > .total {}
#opiniones-de-clientes > .resumen > .total > p {
    font-weight: var(--bold);
    font-size: 5em;
}
#opiniones-de-clientes > .resumen > .datos {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#opiniones-de-clientes > .resumen > .datos > .estrellas {
    display: flex;
}
#opiniones-de-clientes > .resumen > .datos > .estrellas > svg {
    width: 30px;
}
#opiniones-de-clientes > .resumen > .datos > p {}








#opiniones-de-clientes > .testimonios {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#opiniones-de-clientes > .testimonios > .testimonio {
    border: 1px solid var(--gris);
    gap: 10px;
    display: flex;
    flex-direction: column;
    padding: 10px;
}
#opiniones-de-clientes > .testimonios > .testimonio > header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
#opiniones-de-clientes > .testimonios > .testimonio > header > .izq {
    display: flex;
    gap: 10px;
    align-items: center;
}
#opiniones-de-clientes > .testimonios > .testimonio > header > .izq > .avatar {}
#opiniones-de-clientes > .testimonios > .testimonio > header > .izq > .avatar > svg {
    width: 35px;
}
#opiniones-de-clientes > .testimonios > .testimonio > header > .izq > .datos {}
#opiniones-de-clientes > .testimonios > .testimonio > header > .izq > .datos > p {
    font-weight: var(--bold);
    font-size: 1.1em;
    text-transform: capitalize;
}
#opiniones-de-clientes > .testimonios > .testimonio > header > .izq > .datos > div {
    display: flex;
    gap: 5px;
}
#opiniones-de-clientes > .testimonios > .testimonio > header > .izq > .datos > div > svg {
    width: 15px;
}
#opiniones-de-clientes > .testimonios > .testimonio > header > .izq > .datos > div > p {}
#opiniones-de-clientes > .testimonios > .testimonio > header > .der {}
#opiniones-de-clientes > .testimonios > .testimonio > header > .der > .estrella_valoracion {
    display: flex;
    align-items: center;
    gap: 5px;
}
#opiniones-de-clientes > .testimonios > .testimonio > header > .der > .estrella_valoracion > p {
    font-weight: var(--bold);
    font-size: 1em;
}
#opiniones-de-clientes > .testimonios > .testimonio > header > .der > .estrella_valoracion > svg {
    width: 20px;
}



@media ( width >= 800px ) {
    #opiniones-de-clientes > .bloque-confianza {
        display: grid;
        grid-template-columns: minmax( 0, 1fr ) minmax( 0, 1fr );
        gap: 40px;
        align-items: start;
    }
    #opiniones-de-clientes > .bloque-confianza > #clientes_reales {
        margin-bottom: 0;
    }
    #opiniones-de-clientes > .bloque-confianza > #clientes_reales #carrusel {
        max-width: 320px;
    }
    #opiniones-de-clientes > .bloque-confianza > #clientes_reales #carrusel img {
        width: 78%;
    }
    #opiniones-de-clientes > .testimonios {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #opiniones-de-clientes > .testimonios > .testimonio {
        width: calc( 100% / 2 - 10px );
    }
}
