/* ===== ESTADO DE CARGA ===== */
.cargando-wrapper_id-w-3767-19690101000000-a-231-20260721040150 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    gap: 20px;
}

.cargando-spinner_id-w-3767-19690101000000-a-231-20260721040150 {
    width: 50px;
    height: 50px;
    border: 4px solid #e0e0e0;
    border-top: 4px solid #00b16b;
    border-radius: 50%;
    animation: girar_id-w-3767-19690101000000-a-231-20260721040150 1s linear infinite;
}

.cargando-wrapper_id-w-3767-19690101000000-a-231-20260721040150 p {
    color: #666;
}

@keyframes girar_id-w-3767-19690101000000-a-231-20260721040150 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* ===== ESTADO DE ERROR ===== */
.testimonio-error_id-w-3767-19690101000000-a-231-20260721040150 {
    text-align: center;
    padding: 40px 20px;
    background: #fff5f5;
    border-radius: 12px;
    border: 2px solid #e74c3c;
}

.testimonio-error_id-w-3767-19690101000000-a-231-20260721040150 h3 {
    color: #e74c3c;
    margin-bottom: 10px;
}

.testimonio-error_id-w-3767-19690101000000-a-231-20260721040150 p {
    color: #666;
}

/* ===== CARRUSEL ===== */
.testimonio-carrusel_id-w-3767-19690101000000-a-231-20260721040150 {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
	
	touch-action: pan-y;
}

.testimonio-carrusel-inner_id-w-3767-19690101000000-a-231-20260721040150 {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	
	cursor: grab;
    will-change: transform;
    user-select: none;
    -webkit-user-select: none;
}

.testimonio-carrusel-inner_id-w-3767-19690101000000-a-231-20260721040150:active {
    cursor: grabbing;
}

/* ===== TARJETA DEL TESTIMONIO ===== */
.testimonio-card_id-w-3767-19690101000000-a-231-20260721040150 {
    max-width: 1100px;
    width: 100%;
    min-width: 100%;
    background: #ffffff;
    overflow: hidden;
    flex-shrink: 0;
    border-radius: 16px;
    transition: box-shadow 0.3s ease;
    animation: aparecer_id-w-3767-19690101000000-a-231-20260721040150 0.5s ease forwards;
    text-decoration: none;
    display: block;
}


/* ===== FILA PRINCIPAL ===== */
.testimonio-fila_id-w-3767-19690101000000-a-231-20260721040150 {
    display: flex;
    flex-wrap: wrap;
    min-height: 500px;
}

/* ===== COLUMNA IMAGEN ===== */
.testimonio-imagen-col_id-w-3767-19690101000000-a-231-20260721040150 {
    width: 60%;
    position: relative;
    overflow: hidden;
    min-height: 420px;
    cursor: pointer;
}

.testimonio-imagen-col_id-w-3767-19690101000000-a-231-20260721040150 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease, filter 0.4s ease;
    animation: revelarImagen_id-w-3767-19690101000000-a-231-20260721040150 0.8s ease forwards;
	
	user-select: none;
    -webkit-user-drag: none;
    pointer-events: none;
}

/* Overlay */
.testimonio-overlay_id-w-3767-19690101000000-a-231-20260721040150 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.testimonio-imagen-col_id-w-3767-19690101000000-a-231-20260721040150:hover .testimonio-overlay_id-w-3767-19690101000000-a-231-20260721040150 {
    opacity: 0.7;
}

/* ===== COLUMNA TEXTO ===== */
.testimonio-texto-col_id-w-3767-19690101000000-a-231-20260721040150 {
    width: 40%;
    /*background: linear-gradient(145deg, #00b16b 0%, #0d3d25 100%);*/
	background: #3f9b67;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 30px;
    min-height: 420px;
    position: relative;
}

/* ===== CONTENIDO DEL TESTIMONIO ===== */
.testimonio-contenido_id-w-3767-19690101000000-a-231-20260721040150 {
    color: #ffffff;
    text-align: right;
    width: 100%;
    position: relative;
    z-index: 2;
    animation: deslizarDerecha_id-w-3767-19690101000000-a-231-20260721040150 0.7s ease forwards;
    cursor: pointer;
}

/* Comillas */
.testimonio-comillas_id-w-3767-19690101000000-a-231-20260721040150 {
    font-size: 4rem;
    color: #c9e2d2;
    position: absolute;
    top: -45px;
    right: 0;
    font-family: 'Georgia', serif;
    line-height: 1;
    font-weight: 700;
}

/* Nombre */
.testimonio-nombre_id-w-3767-19690101000000-a-231-20260721040150 {
    font-weight: 700;
    margin-bottom: 18px;
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: -0.5px;
    position: relative;
}

/* Línea decorativa */
/*.testimonio-nombre_id-w-3767-19690101000000-a-231-20260721040150::after {*/

/*
.testimonio-estudio_id-w-3767-19690101000000-a-231-20260721040150::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #c9e2d2;
    margin-top: 14px;
    margin-left: auto;
    border-radius: 2px;
    transition: width 0.3s ease;
}


.testimonio-contenido_id-w-3767-19690101000000-a-231-20260721040150:hover .testimonio-estudio_id-w-3767-19690101000000-a-231-20260721040150::after {
    width: 400px;
}
*/

/* Texto */
.testimonio-texto_id-w-3767-19690101000000-a-231-20260721040150 {
    /*line-height: 1.7;*/
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0;
	
	border-top: 2px solid #c9e2d2;
    padding-top: 20px;
}

.testimonio-destacado_id-w-3767-19690101000000-a-231-20260721040150 {
    color: #00b16b;
    font-weight: 700;
}

.testimonio-negrita_id-w-3767-19690101000000-a-231-20260721040150 {
    color: #ffffff;
    font-weight: 700;
}

/* Badge */
.testimonio-badge_id-w-3767-19690101000000-a-231-20260721040150 {
    display: inline-block;
    background: #00b16b;
    color: #fff;
    padding: 6px 20px;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-top: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.testimonio-badge_id-w-3767-19690101000000-a-231-20260721040150:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(0, 177, 107, 0.4);
}


.testimonio-acciones_id-w-3767-19690101000000-a-231-20260721040150 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    flex-wrap: wrap;
	justify-content: space-around;
}

/* Estilos para el botón "Leer nota aquí" */
.testimonio-boton-nota_id-w-3767-19690101000000-a-231-20260721040150 {
    display: inline-block;
    padding: 6px 20px;
    background: #6dbe9d;
    border-radius: 50px;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 25px;
}

.testimonio-boton-nota_id-w-3767-19690101000000-a-231-20260721040150:active {
    transform: translateY(0px);
}


/* ===== CONTROLES DEL CARRUSEL ===== */
.testimonio-controles_id-w-3767-19690101000000-a-231-20260721040150 {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 10;
}

.testimonio-dot_id-w-3767-19690101000000-a-231-20260721040150 {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.testimonio-dot_id-w-3767-19690101000000-a-231-20260721040150:hover {
    background: rgba(255, 255, 255, 0.8);
    transform: scale(1.1);
}

.testimonio-dot_id-w-3767-19690101000000-a-231-20260721040150.active {
    background: #00b16b;
    border-color: #00b16b;
    transform: scale(1.2);
}

.testimonio-flechas_id-w-3767-19690101000000-a-231-20260721040150 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(4px);
}

.testimonio-flechas_id-w-3767-19690101000000-a-231-20260721040150:hover {
    background: rgba(0, 177, 107, 0.8);
    transform: translateY(-50%) scale(1.05);
}

.testimonio-flechas_id-w-3767-19690101000000-a-231-20260721040150.prev {
    left: 20px;
}

.testimonio-flechas_id-w-3767-19690101000000-a-231-20260721040150.next {
    right: 20px;
}

.testimonio-flechas_id-w-3767-19690101000000-a-231-20260721040150:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.testimonio-flechas_id-w-3767-19690101000000-a-231-20260721040150:disabled:hover {
    background: rgba(0, 0, 0, 0.5);
    transform: translateY(-50%) scale(1);
}

/* ===== ANIMACIONES ===== */
@keyframes deslizarDerecha_id-w-3767-19690101000000-a-231-20260721040150 {
    from {
        opacity: 0;
        transform: translateX(40px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes aparecer_id-w-3767-19690101000000-a-231-20260721040150 {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes revelarImagen_id-w-3767-19690101000000-a-231-20260721040150 {
    from {
        filter: brightness(0.7) blur(3px);
    }
    to {
        filter: brightness(1) blur(0);
    }
}

/* ===== RESPONSIVE ===== */

@media (max-width: 1199px) {
	.testimonio-comillas_id-w-3767-19690101000000-a-231-20260721040150 {
		display: none;
    }
}	
/* Tablets */
@media (max-width: 992px) {
    .testimonio-imagen-col_id-w-3767-19690101000000-a-231-20260721040150 {
        width: 100%;
        min-height: 380px;
    }
    .testimonio-texto-col_id-w-3767-19690101000000-a-231-20260721040150 {
        width: 100%;
        padding: 30px 25px;
        min-height: 380px;
    }
    .testimonio-flechas_id-w-3767-19690101000000-a-231-20260721040150 {
        width: 40px;
        height: 40px;
        font-size: 1.4rem;
    }
    .testimonio-flechas_id-w-3767-19690101000000-a-231-20260721040150.prev {
        left: 10px;
    }
    .testimonio-flechas_id-w-3767-19690101000000-a-231-20260721040150.next {
        right: 10px;
    }
	
	.testimonio-comillas_id-w-3767-19690101000000-a-231-20260721040150 {
		display: block;
    }
	
}

/* Móviles grandes */
@media (max-width: 768px) {
    .testimonio-fila_id-w-3767-19690101000000-a-231-20260721040150 {
        flex-direction: column;
    }

    .testimonio-imagen-col_id-w-3767-19690101000000-a-231-20260721040150 {
        width: 100%;
        min-height: 280px;
        max-height: 350px;
    }

    .testimonio-texto-col_id-w-3767-19690101000000-a-231-20260721040150 {
        width: 100%;
        min-height: auto;
        padding: 35px 30px;
        /*background: linear-gradient(145deg, #00b16b 0%, #0d3d25 100%);*/
		background: #3f9b67;
    }

    .testimonio-contenido_id-w-3767-19690101000000-a-231-20260721040150 {
        text-align: center;
    }

    .testimonio-nombre_id-w-3767-19690101000000-a-231-20260721040150::after {
        margin: 14px auto 0;
    }

    .testimonio-overlay_id-w-3767-19690101000000-a-231-20260721040150 {
        background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,177,107,0.15) 100%);
    }

    .testimonio-flechas_id-w-3767-19690101000000-a-231-20260721040150 {
        width: 35px;
        height: 35px;
        font-size: 1.2rem;
        top: 40%;
		
		display: none !important;
    }
    .testimonio-flechas_id-w-3767-19690101000000-a-231-20260721040150.prev {
        left: 8px;
    }
    .testimonio-flechas_id-w-3767-19690101000000-a-231-20260721040150.next {
        right: 8px;
    }
    .testimonio-controles_id-w-3767-19690101000000-a-231-20260721040150 {
        bottom: 15px;
    }
    .testimonio-dot_id-w-3767-19690101000000-a-231-20260721040150 {
        width: 10px;
        height: 10px;
    }
	
	.testimonio-carrusel-inner_id-w-3767-19690101000000-a-231-20260721040150 {
        cursor: default;
    }
	
	.testimonio-comillas_id-w-3767-19690101000000-a-231-20260721040150 {
		display: none;
    }
	
}

/* Móviles pequeños */
@media (max-width: 480px) {
    .testimonio-imagen-col_id-w-3767-19690101000000-a-231-20260721040150 {
        min-height: 220px;
        max-height: 260px;
    }
    .testimonio-texto-col_id-w-3767-19690101000000-a-231-20260721040150 {
        padding: 25px 18px;
    }
    .testimonio-badge_id-w-3767-19690101000000-a-231-20260721040150 {
		margin-top: 10px;
    }
    .testimonio-flechas_id-w-3767-19690101000000-a-231-20260721040150 {
        width: 30px;
        height: 30px;
        font-size: 1rem;
    }
    .testimonio-dot_id-w-3767-19690101000000-a-231-20260721040150 {
        width: 8px;
        height: 8px;
    }
	
	.testimonio-boton-nota_id-w-3767-19690101000000-a-231-20260721040150 {
		margin-top: 10px;
	}
}