.wom a {
	-webkit-tap-highlight-color: transparent !important;
}

.wom .btn:focus,
.wom .btn.focus {
	box-shadow: none !important;
}

ol.num {
	list-style-type: decimal;
	list-style-position: inside;
}

.divisor-v {
	width: 1px;
	background-color: #aea0bb;
	height: 400px;
	position: absolute;
	left: 50%;
}

.divisor-h {
	border-top: 1px solid #BAB5C1;
	border-bottom: 1px solid #FFFFFF;
	height: 0;
}

.wom .smb-tm {
	font-size: 0.7em;
	vertical-align: top
}

.line-height-1 {
	line-height: 1em !important;
}

ol.num li {
	margin: 2px 0;
}

.ico-jump {
	content: '';
	background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/spotify/ico-jump.svg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 14px;
	height: 13px;
	position: absolute;
	top: 24px;
	margin-left: 3px;
	z-index: 1;
}

.banner {
	height: 417px;
	background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/amazon-prime/banner/2022/agosto/bg-desktop.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.wom .nav-tabs {
	border-bottom: none;
}

.wom .nav-tabs .nav-item {
	margin-bottom: 0;
}

.wom .nav-tabs .nav-link {
	border: none;
	border-radius: 0;
	font-weight: 500;
	color: #604379;
	border-bottom: 4px solid transparent;
	text-align: center;
}

.wom .nav-tabs .nav-link.active,
.wom .nav-tabs .nav-item.show .nav-link {
	background-color: #F1F3F5;
	color: #E92171;
	border-color: #5F4278;
}

.wom .nav-tabs .nav-link:not(.active):hover,
.wom .nav-tabs .nav-link:not(.active):focus {
	border-color: transparent;
}



.bg-cut {
	clip-path: polygon(50% 14px, 50% 28px, 100% 0, 100% 101%, 0 101%, 0 42px);
	-webkit-clip-path: polygon(50% 14px, 50% 28px, 100% 0, 100% 101%, 0 101%, 0 42px);
	padding-top: 40px;
}

.wom-theme .owl-stage {
	padding-bottom: 2.4rem;
}

.pasos-slider .item {
	box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, .1);
	/*margin: 2.4rem .6rem 0;*/
	border-radius: 10px;
	/*padding: 1.4rem 1rem 0;*/
	position: relative;
	background-color: #fff;
	min-height: 570px;
}

.wom-theme .item::before {
	content: '';
	position: absolute;
	top: -30px;
	background-color: #fff;
	width: 163px;
	height: 60px;
	box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, .1);
	border-radius: 10px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.item span.numb {
	position: absolute;
	top: -30px;
	background-color: #fff;
	width: 163px;
	height: 40px;
	border-radius: 10px;
	left: 50%;
	transform: translateX(-50%);
	font-weight: 700;
	padding-top: 6px;
	text-align: center;
}

.wom-theme .item h3 {
	height: 40px;
	box-sizing: content-box;
}

.icon-alert {
	position: relative;
}

.wom-theme .item img {
	width: initial
}

.icon-alert::before {
	content: url(https://1701336841.rsc.cdn77.org/_assets/img/google-play/icon-alert.svg);
	position: absolute;
	left: 0;
	top: 0;
}

.linkAcc:before {
	content: '';
	background-color: #E92070;
	position: absolute;
	left: .4rem;
	top: 50%;
	height: 7px;
	width: 7px;
	transform: translateY(-50%);
	border-radius: 50%;
}

#faqAccord .linkAcc:before,
#faqYTAccord .linkAcc:before {
	display: none !important;
}

.linkAcc:after {
	content: '';
	background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/google-play/con-plus.svg);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	right: .8rem;
	top: 50%;
	bottom: 0;
	width: 15px;
	transition: all .4s ease;
	height: 15px;
	margin-top: -7px;
	transform: rotate(45deg);
	transform-origin: center center;
}

.collapsed.linkAcc:after {
	transform: rotate(90deg);
}

.buttons-toggle {
	height: 3.125rem;
	width: 24rem;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	border: 0.125rem solid #E6E2E8;
	overflow: hidden;
	transition: all 0.3s ease;
	font-size: 0.75rem;
	color: #381451;
	background-color: #ffffff;
}

.buttons-toggle::after {
	content: '';
	background-color: #E6E2E8;
	width: 0.125rem;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: matrix(1, 0, -0.312, 1, -1, 0);
}

.buttons-toggle.active {
	background-color: #381451;
	border: 0.125rem solid #381451;
}

.buttons-toggle.active::after {
	display: none;
}

.buttons-toggle .btn-toggle {
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease;
	transform: skew(-0.312rad);
	height: 100%;
	width: 100%;
	cursor: pointer;
	background-color: #ffffff;
	-webkit-tap-highlight-color: transparent;
}

.buttons-toggle .btn-toggle:not(.active):hover {
	background-color: #ccc4d2;
}

.buttons-toggle .btn-toggle span {
	transform: skew(0.312rad);
	user-select: none;
}

.buttons-toggle .btn-toggle:nth-child(1) {
	border-left: 10px solid transparent;
	margin-left: -10px;
}

.buttons-toggle .btn-toggle:nth-child(2) {
	border-right: 10px solid transparent;
	margin-right: -10px;
}

.buttons-toggle .btn-toggle.active {
	background-color: #381451;
	color: #ffffff;
	cursor: default;
}

.content-toggle {
	transition: all 1.3s ease;
}

.content-toggle:not(.active) {
	display: none !important;
}

.link-video::before {
	content: url(https://1701336841.rsc.cdn77.org/_assets/img/google-play/icon-video.svg);
	height: 17px;
}


.wom .tns-controls {
	z-index: 2;
}

ul.unsuscrb {
	list-style-type: none;
	padding: 0
}

ul.unsuscrb li:before {
	content: '•';
	font-size: 20px;
	padding-right: 8px;
	color: #5F4278;
}

.container-slider {
	max-width: 1280px;
}



.box-slide-pasos::before {
	content: '';
	display: block;
	background: linear-gradient(270deg, rgba(244, 244, 247, 0) 37.79%, #e9ecef 86.64%);
	height: 100%;
	width: 120px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.box-slide-pasos::after {
	content: '';
	display: block;
	background: linear-gradient(270deg, #e9ecef 37.79%, rgba(244, 244, 247, 0) 86.64%);
	height: 100%;
	width: 120px;
	position: absolute;
	top: 0;
	right: 0;
}

.wom .tns-slider>.tns-item {
	height: auto;
	overflow: visible;
}

.wom .tns-tabs,
.wom #servicios.tns-nav {
	visibility: hidden;
}

.wom .tns-outer {
	position: relative;
}

.wom .w-220-px{width:220px !important; padding-left:0px; padding-right:0px}

@media (max-width: 992px) {
	.banner {
		height: 564px;
		background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/amazon-prime/banner/2022/agosto/bg-mobile.jpg);
		background-position: center;
	}
}

@media (max-width: 768px) {

	.box-slide-pasos::before,
	.box-slide-pasos::after {
		display: none
	}

	.wraper {
		margin-top: 40px;
	}

	.cabecera .imagen {
		max-width: 240px;
		margin: 0 auto 40px !important;
	}

	.cabecera .parrafo {
		margin: 20px 0 !important;
	}

	.tns-controls {
		display: none !important;
	}

	.wom .tns-tabs,
	.wom .tns-nav {
		bottom: 0px
	}

	.icon-alert::before {
		display: none;
	}

	.wom .alert h4,
	.wom .alert p {
		padding: 0 !important;
		margin-left: 0 !important;
	}

	.wom .tabs {
		padding-bottom: 20px !important;
	}

	.wom .faq {
		padding-top: 20px !important;
	}

}

@media (max-width: 576px) {

	.wom #pasos .tns-nav {
		position: absolute;
		bottom: 0px;
	}

	.wom #pasos .tns-controls {
		display: none;
	}

	/*
	.wom-theme .item {
		min-height: 560px;
	}
*/
/*
.container-slider {width:100%}

.container-slider #pasos .tns-ovh {
	overflow: visible !important;
}*/

	.wom #beneficios .tns-outer {
		position: relative;
		min-height: 140px !important;
	}

	/*
.wom #pasos .tns-outer {
	position: relative;
	min-height: 470px !important;
}	
*/
	.wom #servicios .tns-outer {
		position: relative;
		min-height: 470px !important;
	}

	.wom-theme .owl-item article img {
		max-height: 340px;
	}

	/*
	.wom .tns-outer {
		position: relative;
		height: 510px !important;
	}
	*/

	.wom #servicios.tns-tabs,
	.wom #servicios.tns-nav {
		visibility: visible;
	}
}

