/* ===========================
   SECCIÓN TESTIMONIOS
   =========================== */
   .cid-uWpIcP69QH {
    padding: 10rem 0;
    background-color: #ffffff;
    background-image: linear-gradient(var(--background) 50%, #ffffff);
    position: relative;
}

/* Imagen de fallback */
.cid-uWpIcP69QH .mbr-fallback-image.disabled {
    display: none;
}

.cid-uWpIcP69QH .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

/* ===========================
   SLIDES
   =========================== */
.cid-uWpIcP69QH .embla__slide {
    display: flex;
    justify-content: center;
    position: relative;
    min-width: 100%;
    max-width: 100%;
}

.cid-uWpIcP69QH .embla__slide .slide-content {
    width: 100%;
}

/* Texto del testimonio */
.cid-uWpIcP69QH .embla__slide .slide-content .item-wrapper .item-content .item-text {
    margin-bottom: 80px;
}

@media (max-width: 992px) {
    .cid-uWpIcP69QH .embla__slide .slide-content .item-wrapper .item-content .item-text {
        margin-bottom: 20px;
    }
}

/* Nombre con borde */
.cid-uWpIcP69QH .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .item-name {
    display: inline-flex;
    margin-bottom: 10px;
    padding-bottom: 2px;
    border-bottom: 1px solid var(--primary-color);
}

/* Rol debajo del nombre */
.cid-uWpIcP69QH .embla__slide .slide-content .item-wrapper .item-content .item-role {
    margin-bottom: 0;
}

/* ===========================
   BOTONES DE NAVEGACIÓN
   =========================== */
.cid-uWpIcP69QH .embla__button--next,
.cid-uWpIcP69QH .embla__button--prev {
    display: flex;
}

.cid-uWpIcP69QH .embla__button {
    top: 50px;
    width: 60px;
    height: 60px;
    font-size: 18px;
    background-color: #ffffff !important;
    color: #000000 !important;
    border: none !important;
    border-radius: 50%;
    transition: all 0.3s;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1 !important;
}

@media (max-width: 992px) {
    .cid-uWpIcP69QH .embla__button {
        top: 0;
    }
}

.cid-uWpIcP69QH .embla__button:hover {
    background-color: var(--primary-color) !important;
    color: var(--primary-text) !important;
}

.cid-uWpIcP69QH .embla__button.embla__button--prev {
    left: 0;
}

.cid-uWpIcP69QH .embla__button.embla__button--next {
    right: 0;
}

/* ===========================
   CONTENEDOR EMBLA
   =========================== */
.cid-uWpIcP69QH .embla {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}

@media (max-width: 992px) {
    .cid-uWpIcP69QH .embla {
        padding-top: 6rem;
    }
}

.cid-uWpIcP69QH .embla__viewport {
    overflow: hidden;
    width: 70%;
    margin-right: 1rem;
}

@media (max-width: 992px) {
    .cid-uWpIcP69QH .embla__viewport {
        width: 100%;
    }
}

.cid-uWpIcP69QH .embla__viewport.is-draggable {
    cursor: grab;
}

.cid-uWpIcP69QH .embla__viewport.is-dragging {
    cursor: grabbing;
}

.cid-uWpIcP69QH .embla__container {
    display: flex;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: transparent;
}

/* ===========================
   TEXTO GENERAL
   =========================== */
.cid-uWpIcP69QH .item-text,
.cid-uWpIcP69QH .item-name,
.cid-uWpIcP69QH .name-wrapper,
.cid-uWpIcP69QH .item-role {
    color: var(--background-text);
    text-align: center;
}
