.testimonio-slider.no-slider{
	padding-top: 40px;
    display: flex;
    justify-content: center;
}
.testimonio-slider.no-slider .testimonio-item{
	width: calc(100% / 3);
}
.testimonio-slider .custom-slider-list.draggable {
	padding-top: 40px;
	padding-bottom: 70px;
}
.testimonio-slider .custom-slider-arrow{
	top: inherit;
	bottom: -60px;
}
.testimonio-slider .custom-slider-arrow.custom-slider-prev-arrow{
	left: calc(50% - 100px);
}
.testimonio-slider .custom-slider-arrow.custom-slider-next-arrow{
	right: calc(50% - 100px);
}
.testimonio-slider .custom-slider-pagination {
	right: 50%;
	transform: translateX(50%);
	bottom: -14px;
	font-size: 16px;
}

body:not(.home) .testimonio-item {
	box-shadow: 0 30px 40px 0 #02324C1A;
}
body:not(.page-id-1453) .testimonio-item {
	box-shadow: none;
}
.testimonio-item {
	display: flex;
/* 	max-width: 460px; */
	width: 100%;
	position: relative;
	flex-wrap: wrap;
	padding: 20px;
	border-radius: 16px;
	background-color: #fff;
/* 	box-shadow: 0 30px 40px 0 #02324C1A; */
}
.imagen-video {
	width: 100%;
	height: 230px;
	position: relative;
	background-size: cover;
	border-radius: 16px;
	display: flex;
	justify-content: center;
}
.container-box{
	margin: 0 auto;
	max-width: var(--content-width);
	width: 100%;
	z-index: 1;
}

.testimonio-content {
	background-color: #fff;
	padding: 25px 10px 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 530px;
	width: 100%;
	border-radius: 4px;
	position: relative;
	font-family: 'Poppins';
}
.testimonio-texto {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 30px;
	color: #1C0B19;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-weight: 400;
}

.testimonio-meta {
	display:flex;
	column-gap: 18px;
	align-items: center;
}
.testimonio-meta .meta-author{
	line-height: 0;
}
.testimonio-meta .testimonio-author{
	width: 112px;
	height:90px;
	object-fit:cover;
}
.testimonio-nombre {
	display: block;
	margin-bottom: 4px;
	font-size: 20px;
	font-weight: 600;
	color: #1C0B19CC;
	line-height: 100%;
}
.testimonio-ciudadania {
	display: block;
	font-size: 17px;
	line-height: 26px;
	margin-bottom: 8px;
	color: var(--e-global-color-text);
	font-weight: 400;
}

.testimonio-stars {
	height: 20px;
}

.testimonio-video-btn {
	font-weight: 700;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
}

.testimonio-video-btn .play-icon {
	display: flex;
	font-size: 20px;
	background-color: #FFFFFf;
	box-shadow: insset 0 2.5px 2.5px 0 #FFFFFF;
	width: 80px;
	height: 80px;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
}
.testimonio-video-btn .play-icon img{
	position: relative;
	left: 3px;
}

.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: -16px;
    right: -25px;
	width: 50px;
	height: 50px;
	line-height: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	z-index: 3;
}

.video-container iframe,
.video-container video {
	width: 100%;
	height: 450px;
	border: none;
}
.popup-video { display: none; position: fixed; inset: 0; z-index: 1000; padding-inline: 5%; }
.popup-overlay { background: rgba(0,0,0,0.7); position: absolute; inset: 0; }
.popup-content { 
	background: #fff; 
	margin: 15% auto; 
	max-width: 800px; 
	width: 100%;
	position: relative; 
}
#popup-video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	width: 100%;
}
#popup-video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* TESTIMONIO GRID */
.testimonio-grid {
/* 	display: grid;
	grid-template-columns: repeat(2, 1fr); */
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
	max-width: 1140px;
    margin-inline: auto;
	margin-top: 40px;
}
.testimonio-grid  .testimonio-item {
	max-width: 460px;
}
.filter-container {
	padding: 30px 0;
	background: #F1F1F1;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
.filter-container .filter-btn {
	padding: 5px 20px;
	border-radius: 72px;
	background: #FFFFFF;
	border: none;
	font-family: Poppins;
	font-weight: 500;
	font-size: 15px;
	color: #055D99;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
}
.filter-container .filter-btn img {
	width: 40px;
	height: 40px;
	aspect-ratio: 1;
	object-fit: contain;
}
.filter-container .filter-btn.active {
	background: #055D99;
	color: #FFF;
}
.testimonio-grid .testimonio-item {
	display: none;
}
.testimonio-grid .testimonio-item.show {
	display: flex;
}
.testomonial-grid .pagination {
	justify-content: center;
    margin: 30px 0 0 0;
    align-items: center;
	gap: 20px;
}
.testomonial-grid .pagination button {
	border: none;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    background: #F1F1F1;
    padding: 0;
    position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
}
.testomonial-grid .pagination button:after {
	content: "";
	background: url(/wp-content/uploads/2025/11/Right_Arrow.svg)no-repeat center/contain;
	width: 30px;
	height: 30px;
	display: flex;
}
.testomonial-grid .pagination button:disabled {
	cursor: not-allowed;
}
.testomonial-grid .pagination button.btn-prev:after {
	transform: scaleX(-1);
}
.testomonial-grid .pagination .page-info {
	font-family: Poppins;
	font-weight: 300;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	color: #1C0B19;
}
.testomonial-grid .pagination .page-info b {
	font-weight: 600;
}
/*  */
.testimonial__footer {
	display: flex;
	align-items: center;
	padding: 10px 30px;
	background: #04BFF233;
	border-radius: 12px;
	width: 100%;
	font-family: Poppins;
	font-weight: 600;
	font-size: 15px;
	line-height: 28px;
	color: #055D99;
	justify-content:center;
}
.testimonial__footer .divider {
	font-weight: 300;
	margin-inline: 0.5rem;
}
.popup-close:hover{
	background-color: transparent;
}
@media (max-width: 743px){
	.popup-galeria .popup-close {
		right: 0;
	}
	.testimonio-slider .custom-slider-list.draggable {
		padding-right: 5%;
		width: 100%;
		margin-right: 0px;
		padding-bottom: 30px;
	}	
	.testimonio-slider.no-slider{
		padding-bottom: 55px;
	}
	.testimonio-slider.no-slider .testimonio-item{
		width: 100%;
	}
	.testimonio-item{
		padding: 10px;
		width: 100%;
		max-width: 100%;
	}
	.testimonio-content {
		padding: 30px 10px 20px;
	}
	.testimonio-nombre {
		font-size: 19px;
		line-height: 23px;
		margin-bottom: 3px;
	}
	.testimonio-ciudadania {
		font-size: 14px;
		margin: 6px 0;
		line-height: 100%;
	}
	.testimonio-author{
		width: 112px;
		height: 90px;
		object-fit: contain;
	}
	.testimonio-stars {
		height: 12px !important;
	}
	.testimonio-texto {
		font-size: 16px;
/* 		min-height: 140px; */
	}
/* 	.testimonio-meta {
		min-height: 122px;
	} */
/* TESTOMONIO GRID	 */
	.testimonio-grid {
		grid-template-columns: repeat(1, 1fr);
		padding: 30px 25px 20px;
		margin-top: 15px;
	}
	.filter-container {
		padding: 25px 10px 25px 50px;
		overflow-x: auto;
		gap: 10px;
	}
	.filter-container .filter-btn {
		padding: 5px 30px;
	}
	.testomonial-grid .pagination {
		margin: 20px 0 0 0;
	}
	.testimonio-grid .imagen-video {
		height: 240px;
	}
	.testimonial__footer {
		padding: 10px;
		flex-direction: column;
		line-height: 22px;
	}
	.testimonial__footer .divider {
		visibility: hidden;
        height: 0;
	}
	.popup-content {
		margin: 45% auto;
	}
	.testimonio-slider .custom-slider-list.draggable {
		padding-top: 5px;
	}
	.testimonio-texto {
		margin-bottom: 20px;
	}
}
@media(max-width: 360px) {
	.filter-container {
		padding: 25px 10px 25px 70px;
	}
	
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
	.testimonio-slider .custom-slider-list.draggable {
		padding-bottom: 45px;
	}
	.page-id-2 .testimonio-slider .custom-slider-list.draggable {
		padding-bottom: 10px;
	}
	.filter-container {
		padding: 25px 20px;
	}
	.filter-container .filter-btn img {
		width: 30px;
		height: 30px;
	}
	.testomonial-grid .pagination {
		margin: 25px 0 0 0;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1194px) and (orientation: landscape) {
	.filter-container {
		padding: 20px 15px;
	}
	.testomonial-grid .pagination {
		margin: 25px 0 0 0;
	}
	.testimonio-slider .custom-slider-list.draggable {
		padding-bottom: 55px;
	}
}

@media (max-height: 600px) {
	.popup-content {
		margin: 5% auto;
	}
}