.testimonio-slider {
    position: relative;
}

.testimonio-item {
    display: flex;
    width: 100%;
    background-size: cover;
    align-items: center;
    padding: 172px 0 108px;
	position: relative;
	min-height: 600px;
    padding-top: 172px;
}
.container-box{
	margin: 0 auto;
	max-width: var(--content-width);
	width: 100%;
	z-index: 1;
}

.testimonio-content {
    background-color: #fff;
    padding: 33px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 530px;
    width: 100%;
	border-radius: 4px;
	position: relative;
}

.testimonio-titulo {
    color: var(--e-global-color-primary);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
	font-family: var(--main-font)
}

.testimonio-texto {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
	color: #4E4A59;
}

.testimonio-meta {
    font-weight: 600;
    margin-bottom: 20px;
}

.testimonio-nombre {
    display: block;
    margin-bottom: 8px;
	font-weight: 700;
}

.testimonio-stars {
    height: 20px;
}

.testimonio-video-btn {
    padding: 0 30px;
    color: #fff;
    background-color: var(--e-global-color-primary);
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    position: absolute;
    bottom: 50px;
    right: 45px;
    font-family: 'Barlow';
    height: 50px;
    border-radius: 4px;
}

.testimonio-video-btn .play-icon {
	display: flex;
	margin-left: 15px;
	font-size: 20px;
	background-color: var(--e-global-color-primary);
	width: 80px;
	height: 80px;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
}

.testimonio-image {
    background-size: cover;
    background-position: center;
    min-height: 300px;
}

.video-popup {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.video-popup.active {
    display: flex;
}

.video-popup-inner {
    background: #000;
    padding: 15px;
    border-radius: 8px;
    position: relative;
    max-width: 800px;
    width: 90%;
}

.popup-close {
    position: absolute;
    top: 10px; right: 15px;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
}

.video-container iframe,
.video-container video {
    width: 100%;
    height: 450px;
    border: none;
}
/* TESTIMONIO CARD */
.testimonio-card {
	
}
.testimonio-card .testimonio-card__image {
	position: relative;
    max-height: 350px;
}
.testimonio-card .testimonio-card__image img {
	width: 100%;
	height: 350px;
	object-fit: cover;
}
.testimonio-card .testimonio-card__image .testimonio-video-btn {
	width: 100px;
	height: 100px;
	background: #FFF;
	border-radius: 50%;
	backdrop-filter: blur(18.75px);
	box-shadow: 0px 2.5px 2.5px 0px #FFFFFF40 inset;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	border: none;
	justify-content: center;
	align-items: center;
}
.testimonio-card .testimonio-card__image .testimonio-video-btn:after {
	content: "";
	border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 17px solid #95BC23;
}
.testimonio-card__content {
	display: flex;
	gap: 30px;
	padding: 40px 30px 45px;
	background: #4E4A590D;
}
.testimonio-card__content .testimonio-card__avatar {
	width: 100px;
	height: 100px !important;
	object-fit: cover;
	border-radius: 50% !important;
}
.testimonio-card .testimonio-texto {
	font-family: var(--main-font);
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: var(--e-global-color-text);
	margin: 0 0 12px;
}
.testimonio-card__aside .testimonio-meta {
	display: flex;
	gap: 70px;
	align-items: center;
	margin: 0;
}
.testimonio-card__aside .testimonio-nombre {
	font-family: var(--main-font);
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	color: var(--e-global-color-text);
}
.testimonio-card-wrapper .custom-slider-dots {
    bottom: -62px;
    left: 50%;
    transform: translateX(-50%);
	gap: 15px;
}
.testimonio-card-wrapper .custom-slider-dot {
	border: 1px solid var(--e-global-color-text);
	margin: 0;
}
.testimonio-card-wrapper .custom-slider-dot.active-bullet {
	border-color: var(--e-global-color-primary);
}
/*  */
/* TESTIMONIO GRID */
.testimonio-grid {
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 50px;
}
.testimonio-grid .testimonio-card__image img {
	border-radius: 4px 4px 0 0;
}
.testimonio-grid  .testimonio-card__content {
	padding: 40px 40px 30px;
	box-shadow: 0px 14px 100px 0px #4E4A5933;
	flex-wrap: wrap;
	gap: 50px 0;
	border-radius: 0 0 4px 4px;
}
.testimonio-grid .testimonio-card .testimonio-texto {
	margin: 0;
}
.testimonio-grid .testimonio-card__aside {
	width: 100%;
	display: flex;
    gap: 20px;
}
.testimonio-grid .testimonio-card__aside .testimonio-meta {
	gap: 10px;
    align-items: flex-start;
    margin: 0;
    justify-content: center;
    flex-direction: column;
}
.testimonio-grid .testimonio-card__aside .testimonio-meta .testimonio-nombre {
	margin: 0;
}
.testimonio-grid .testimonio-card {
	display: none;
}
.testimonio-grid .testimonio-card.active {
	display: initial;
}
.testimonio-pagination {
	display: flex;
	justify-content: center;
	align-content: center;
	margin-top: 90px;
	gap: 20px;
}
.testimonio-pagination button {
	border: none;
	box-shadow: 0px 14px 20px 0px #4E4A591A;
	border-radius: 50%;
	height: 42px;
	width: 42px;
	text-align: center;
	background: #FFF;
	font-family: var(--main-font);
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: var(--e-global-color-text);
	align-items: center;
    display: flex;
}
.testimonio-pagination button.active {
	background: var(--e-global-color-primary);
	color: #FFF;
}
/*  */
.popup-video { display: none; position: fixed; inset: 0; z-index: 1000; }
.popup-overlay { background: rgba(0,0,0,0.7); position: absolute; inset: 0; }
.popup-content { background: #fff; margin: 5% auto; padding: 10px; width: 800px; position: relative; }
.popup-close { 
	position: absolute; 
	top: -60px; 
	left: 50%; 
	cursor: pointer;
	border: none;
	border-radius: 50%;
	background: #FFF;
	transform: translatex(-50%);
	width: 50px;
	height: 50px;
	padding: 0;
	display: flex;
    justify-content: center;
    align-items: center;
}
#popup-video-container iframe { width: 100%; height: 450px; }
.popup-card-testimonial {
	padding: 30px 20px;
}
.popup-card-testimonial > p {
	font-family: var(--main-font);
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: var(--e-global-color-text);
	margin: 0 0 20px 0;
}
.popup-card-testimonial > h3 {
	font-family: var(--main-font);
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	margin: 0 0 6px 0;
}
@media (max-width:767px){
	.testimonio-item {
		height: 820px;
		padding: 20px 20px 30px;
		align-items: flex-end;
		background-size: auto 580px;
		background-position: 75% 0;
		background-repeat: no-repeat;
	}
	.container-box{
		box-shadow: 0 14px 100px 0 #4E4A5933;
	}
	.testimonio-slider .custom-slider-arrow {
		top: 70%;
		box-shadow: 0 14px 100px 0 #4E4A5933;
	}
	.testimonio-slider .custom-slider-arrow::after {
		background-image: url('/wp-content/uploads/2025/10/Icon-4.svg');
	}
	.testimonio-nombre, .testimonio-meta {
		margin-bottom: 0px;
	}
	.testimonio-titulo {
		margin-bottom: 6px;
	}
	.testimonio-content{
		padding: 80px 60px 30px;
	}
	.testimonio-slider .custom-slider-prev-arrow{
		left: 0;
	}
	.testimonio-slider .custom-slider-next-arrow{
		right: 0;
	}
	.testimonio-video-btn{
		display: none;
	}
	.testimonio-titulo{
		font-size: 20px;
		letter-spacing: 0.06rem;
	}
	.testimonio-stars {
		position: absolute;
		top: 50px;
		margin-bottom: 20px;
	}
		.testimonio-card__content {
		padding: 20px 30px 70px;
		flex-direction: column;
		gap: 20px;
	}
	.testimonio-card .testimonio-stars {
		position: relative;
		top: initial;
	}
	.testimonio-card .testimonio-card__aside {
		display: flex;
		align-items: center;
		justify-content: start;
		gap: 20px;
	}
	.testimonio-card__aside .testimonio-meta {
		flex-direction: column;
		gap: 10px;
		align-items: flex-start;
	}
	.testimonio-card-wrapper .custom-slider-dots {
		bottom: -30px !important;
	}
	/* TESTIMONIO GRID */
	.testimonio-grid {
		grid-template-columns: 1fr;
	}
	.testimonio-grid .testimonio-card__image img {
		height: 270px;
	}
	.testimonio-grid .testimonio-card__content {
		padding: 30px 20px 40px 30px;
		gap: 40px;
	}
	.testimonio-grid .testimonio-card__content .testimonio-card__avatar {
		width: 80px;
		height: 80px !important;
	}
	.testimonio-grid .testimonio-card .testimonio-texto,
	.testimonio-grid .testimonio-card__aside .testimonio-meta .testimonio-nombre {
		font-size: 16px;
		line-height: 24px;
	}
	.testimonio-grid .testimonio-card__aside {
		gap: 30px;
	}
	.testimonio-pagination {
		margin-top: 40px;
	}
	/* 	 */
	#popup-video-container iframe { 
		height: 270px; 
	}
	.popup-content {
		margin: 25% auto; 
		padding: 0; 
		width: 100%; 
	}
}