.block-testimonios {
    height: 100vh;
}
.block-testimonios .swiper-button-prev::after {
    content: url('/wp-content/uploads/2020/12/cursor-prev.svg');
    position: absolute;
    left: 0;
}
.block-testimonios .swiper-button-next::after {
    content: url('/wp-content/uploads/2020/12/cursor-next.svg');
    position: absolute;
    right: 0;
}
.block-testimonios .modal-dialog {
    max-width: 900px;
}
.block-testimonios .modal-content {
    background-color: transparent;
}
.block-testimonios .swiper-slide {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.block-testimonios .link.btn {
	padding: 0;
	width: max-content;
}
.block-testimonios .link.btn a {
	font-size: var(--size-btn);
	letter-spacing: 0.8px;
	text-decoration: underline !important;
	font-weight: 600;
	display: flex;
	width: max-content;
	font-family: 'Neue Haas Grotesk Display Pro';
}
.block-testimonios .link.btn a svg {
    margin-right: 0.5rem;
    width: 20px;
}
.block-testimonios .text,.block-testimonios .imagen {
    width: 45%;
}
.block-testimonios .imagen {
    height: 60%;
}
.block-testimonios .posicion {
    padding-bottom: 25px;
}
.block-testimonios .text {
    position: relative;
    display: flex;
	justify-content: center;
	align-items: center;
}
.block-testimonios .text-content {
	width: 80%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
}
.block-testimonios .titular {
    font-family: 'IvyMode';
	font-size: var(--size-title);
    line-height: 1.25;
    font-weight: 300;
    padding-bottom: 32px;
}
.block-testimonios .titular a {
    color: unset;
    text-decoration: underline;
}
.block-testimonios .titular > * {
    margin-bottom: 1.5rem;
}
.block-testimonios .descr {
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: var(--size-text);
	font-weight: 300;
	width: 90%;
}
.block-testimonios .imagen div {
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top;
	opacity: 0;
	transform: translateY(100vh);
	transition: all 1s 0.5s;
}
.block-testimonios .swiper-slide-active .imagen div {
	opacity: 1;
	transform: translateY(0px);
}
.block-testimonios .imagen_desc {
    text-align: left;
    padding: 1rem 0 4.469rem;
}
.block-testimonios .swiper-container {
    height: 100vh;
}
.block-testimonios .swiper-pagination-bullet {
    width: 46px;
    opacity: 0.5;
    border-radius: 0;
	height: 10px;
	background-color: transparent;
	border-bottom: 2px solid #fff;
}
.block-testimonios .swiper-pagination-bullets {
	left: 62%;
	top: 90%;
	width: 25%;
	right: auto;
	text-align: left;
}

.block-testimonios .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px; 
    display: inline-block;
}
.block-testimonios .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}
.text-content > * {
    opacity: 0;
    transform: translateY(25px);
    transition: all 1s;
}
.swiper-slide-active .text-content > * {
    opacity: 1;
    transform: none;
}
.swiper-slide-active .text-content > :nth-child(1) {
    transition-delay: 1.3s;
}
.swiper-slide-active .text-content > :nth-child(2) {
    transition-delay: 1.5s;
}
.swiper-slide-active .text-content > :nth-child(3) {
    transition-delay: 1.7s;
}
.swiper-slide-active .text-content > :nth-child(4) {
    transition-delay: 1.9s;
}
.swiper-pagination-bullets .swiper-pagination-bullet:focus {
outline: none;
}
.popup_testimonio .close {
    position: absolute;
    right: -30px;
}
.popup_testimonio .close span {
    color: #ffffff;
}
@media (max-width: 1280px) {
	.block-testimonios .imagen div {
	    height: 100%;
	}
	.block-testimonios .descr {
	    width: 60%;
	}
	.block-testimonios .descr {
	    width: 90%;
	}
}
@media (max-width: 992px) {

	.block-testimonios, .block-testimonios .swiper-container {
		height: auto;
	}

	.block-testimonios .swiper-slide {
	    flex-direction: column;
	}
	.block-testimonios .text-content {
	    width: 90%;
	    position: relative;
	    padding: 2rem 22px;
	    text-align: center;
	    height: 100%;
	    margin-bottom: 15px;
	}	
	.block-testimonios .imagen, .block-testimonios .text {
	    width: 100%;
	}
	.block-testimonios .titular {
	    padding-bottom: 1.5rem;
	}
	.block-testimonios .titular > * {
	    margin-bottom: 0;
	}
	.block-testimonios .imagen div {
	    background-position: top;
	    background-size: contain;
	}
	.block-testimonios .descr {
	    margin: 0 auto;
	}
	.block-testimonios .link.btn {
	    margin: 0 auto;
	}
	.block-testimonios .imagen div {
		transform: translateY(-100vh);
	}
	.block-testimonios .imagen_desc {
		text-align: center;
	    padding: 0rem 0 1.5rem;
	}
	.block-testimonios .imagen {
	    height: 50vh;
	}

	.block-testimonios .swiper-pagination-bullets {
	    justify-content: center;
	    right: 0;
	    left: 0;
	    top: 94%;
		width: 100%;
		text-align: center;
	}
	.block-testimonios .swiper-button-next::after {
	    background-image: url('/wp-content/uploads/2020/12/cursor-next.svg');
	    content: '';
	    width: 50px;
	    height: 50px;
	    background-repeat: no-repeat;
	    background-size: cover;
	}
	.block-testimonios .swiper-button-prev::after {
	    background-image: url('/wp-content/uploads/2020/12/cursor-prev.svg');
	   	content: '';
	    width: 50px;
	    height: 50px;
	    background-repeat: no-repeat;
	    background-size: cover;
	}
	.block-testimonios .posicion {
	    padding-bottom: 15px;
	    padding-top: 15px;
	}
	.block-testimonios .swiper-button-prev::after {
	    top: -30vh;
	}
	.block-testimonios .swiper-button-next::after {
	    top: -30vh;
	}
}
@media (max-width: 576px) {
	.block-testimonios .imagen div {
	    background-position: center;
	    background-size: cover;
	}
	.popup_testimonio iframe {
	    max-height: 250px;
	}
}