/** testimonios **/
.fondo-boda::before {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
}

.cont-testimonio {
    width: 60%;
    margin: auto;
    text-align: center;
}

.nombre-testimonios {
    color: white;
}

.cont-testimonio p {
    color: white;
}

.container-testimonios .slick-prev-testimonios,
.container-testimonios .slick-next-testimonios {
    display: contents !important;
}

.container-testimonios .one-time {
    position: relative;
}

.container-testimonios .icono-prev-testimonios,
.container-testimonios .icono-next-testimonios {
    font-size: 20px;
    color: var(--texto-titulos);
    padding: 6px 10px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
    z-index: 5;
}

.container-testimonios .icono-prev-testimonios {
    left: 0;
}

.container-testimonios .icono-next-testimonios {
    right: 0;
}

.container-testimonios .cont-img-test {
    width: 100px;
    height: 100px;
    margin: auto;
    display: flex;
}

.container-testimonios .cont-img-test img{
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.saturacion-testimonio {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}

.container-testimonios .slick-dots li button:before {
    color: white !important;
}