.cnt-wit-tp-img-wrp .tp-img img {
	border-radius: 16px;
	height: auto;
}

.cnt-wit-tp-img-wrp .tp-img {
	margin-bottom: 20px;
}

.cnt-wit-tp-img-wrp h5.col-title {
	margin-bottom: 24px;
}

.cnt-wit-tp-img-wrp .col-btn-grp {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	column-gap: 10px;
	row-gap: 10px;
	margin-top: 15px;
}

.cnt-wit-tp-img-wrp .flex-row {
	row-gap: 30px;
}

.cnt-wit-tp-img-wrp .sec-btm-btn {
	display: flex;
	flex-wrap: wrap;
	column-gap: 15px;
	row-gap: 25px;
	justify-content: center;
	padding: 0 10px;
}

.cnt-wit-tp-img-wrp .tp-img-cnt-inner p:last-child {
	margin-bottom: 0;
}

.cnt-wit-tp-img-wrp .title {
	margin-bottom: 24px;
}

.cnt-wit-tp-img-wrp .col-title {
	margin-bottom: 24px;
}

.cnt-wit-tp-img-wrp .bototm_btn .btn_row {
	margin-top: 50px;
}

.cnt-wit-tp-img-wrp .cnt-col.left_aln .col-btn-grp {
	justify-content: flex-start;
}

.cnt-wit-tp-img-wrp .cnt-col.right_aln .col-btn-grp {
	justify-content: flex-end;
}
.cnt-wit-tp-img-wrp .inner_spacing {
	position: relative;
}
.cnt-wit-tp-img-wrp .applycard-link {
	width: 100%;
	height: 100%;
	left: 0;
	position: absolute;
}
.content-with-video-popup .ctwv_section__play_button {
	margin-top: 1.875em;!;
	text-align: center;!;
}

.content-with-video-popup a.Button-play {
	transition: .3s;
	display: inline-block;
	letter-spacing: normal;
	text-decoration: none;
	white-space: nowrap;
	padding: 0 20px;
	height: 50px;
	line-height: 56px;
	font-size: 20px;
	border-radius: 12px;
	background: #fff;
	color: #3f3f3f;
	background-color: rgba(255, 255, 255, .75);
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 60px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.content-with-video-popup .cnt-wit-tp-img-wrp .tp-img {
	position: relative;
}
.content-with-video-popup .ctwv_section__play_button span:before {
	content: "";
	background-image: url();
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-filter: invert(1) brightness(200%);
	filter: invert(1) brightness(200%);
	line-height: 12px;
	font-size: 22px;
	padding-right: 22px;
	vertical-align: text-top;
}
.content-with-video-popup.cnt-wit-tp-img-wrp .tp-img {
	position: relative;
}
.content-with-video-popup .popup-video {
	display: none;
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #000;
	background-color: rgba(0, 0, 0, .5);
	opacity: 0;
	transition: opacity .3s;
}
.content-with-video-popup .popup-open .popup-video{
	opacity: 1;
	display: block !important;
}
.content-with-video-popup .popup-video-content{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #fefefe;
	margin: 0 auto;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	background: 0 0;
	border: 0;
	padding: 2.5em 1.25em 2.5em 1.25em;
	max-width: 1200px;
}
.content-with-video-popup .close-button{
	font-family: Icon ;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
	float: right;
	margin-top: -30px;
	margin-right: 0;
	font-size: 20px;
	cursor: pointer;
}
.content-with-video-popup .popup-video-col{
	width: 100%;
	max-width: 1000px;
	height: 100%;
	margin: 0 auto;
}
.content-with-video-popup .Video-iframe {
	position: relative;
	padding-top: 56%;
}
.content-with-video-popup .Video-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.content-with-video-popup .splide .splide__track .splide__list {
	align-items: stretch;
}
html.popopen {
	overflow: hidden;
}
html.popopen .content-with-video-popup{
	z-index: 99999;
}
.content-with-video-popup .close-button:before {
	content: "\e904";
}

@media only screen and (min-width: 20em), print {
	.content-with-video-popup .u-sm-inlineBlock{
		display: none;
	}
}
@media only screen and (min-width: 34em), print {
	.content-with-video-popup .u-sm-inlineBlock{
		display: inline-block;
		max-width: 100%;
	}
}
@media only screen and (min-width: 48em), print {
	.content-with-video-popup .popup-video-content {
		overflow: hidden;
	}
	.content-with-video-popup .close-button{
		margin-top: initial;
		margin-right: 0;
		font-size: 28px;
	}
	.content-with-video-popup .popup-video-col{
		width: 90%;
	}
}

/* lionys */
/* --- Styles moved from require_css (prerender refactor) --- */

.content-with-video-popup.cnt-wit-tp-img-wrp .cnt-col {
  text-align: var(--cvp-align, inherit);
}

.content-with-video-popup.cnt-wit-tp-img-wrp .inner_spacing {
  background-color: var(--cvp-card-bg, transparent);
}

.content-with-video-popup.cnt-wit-tp-img-wrp .cnt-col .inner_spacing *:not(a[class]):not(input) {
  color: var(--cvp-color, inherit);
}

@media(max-width:767px) {
  .content-with-video-popup.cnt-wit-tp-img-wrp .no-mobile {
    display: none;
  }
}

.content-with-video-popup.cnt-wit-tp-img-wrp .swiper-slide {
  height: auto;
}

.popup-video-global {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  overflow-y: auto;
}

.popup-video-global.active {
  opacity: 1;
  visibility: visible;
}

.popup-video-global .popup-video-content {
  position: relative;
  width: 90%;
  max-width: 960px;
  background: #000;
  padding: 0;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px;
  box-sizing: border-box;
}

.popup-video-global .popup-video-col {
  width: 100%;
}

.popup-video-global .close-button {
  position: absolute;
  top: -20px;
  right: -120px;
  color: #fff;
  font-size: 120px;
  cursor: pointer;
  line-height: 1;
  z-index: 100001;
  text-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.popup-video-global .close-button:before {
  content: '\00D7';
}

.popup-video-global .Video-iframe {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 400px;
  height: auto;
  overflow: hidden;
  background-color: #000;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
}

@media (max-width: 767px) {
  .popup-video-global .Video-iframe {
    min-height: auto;
  }
  .popup-video-global .close-button {
    top: -40px;
    right: 0;
    font-size: 60px;
    font-weight: 500;
  }
}

.popup-video-global .Video-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent !important;
  display: block !important;
}

html.popopen, body.popopen {
  overflow: hidden !important;
}

@media (max-width: 767px) {
  .cnt-wit-tp-img-wrp .flex-row {
    flex-wrap: nowrap !important;
    flex-direction: row !important;
    overflow-x: scroll !important;
    padding: 0 !important;
	transform: translateX(0) !important;
    align-items: flex-start !important;
    gap: 20px;
    
    /* Estilos para la barra de desplazamiento (Webkit - Chrome, Safari, Edge) */
    &::-webkit-scrollbar {
      height: 10px; 
      background-color: #f1f1f1 !important;
      border-radius: 16px;
    }
    &::-webkit-scrollbar-thumb {
      background-color: #888;
      border-radius: 6px;
      border: 10px solid #333;
    }
  }
  
  .cnt-wit-tp-img-wrp .flex-row .splide__slide {
    max-width: 80%;
    padding: 0 !important;
  }
  
  .cnt-wit-tp-img-wrp .flex-row .splide__slide .tp-img-cnt-inner {
    line-height: 1.2 !important;
  }
  
  .content-with-video-popup.cnt-wit-tp-img-wrp .tp-img img {
    border-radius: 16px !important;
  }
  
  .content-with-video-popup .u-sm-inlineBlock {
    display: block !important;
  }
  
}