html{
	overflow-x: hidden;
}
body{
overflow-x: hidden;	
}
@font-face {
  font-family: 'Lexend-Bold';
   src: url('../fonts/Lexend-Bold.ttf')  format('truetype');
}
@font-face {
  font-family: 'Lexend-Medium';
   src: url('../fonts/Lexend-Medium.ttf')  format('truetype');
}
@font-face {
  font-family: 'Montserrat-Regular';
   src: url('../fonts/Montserrat-Regular.ttf')  format('truetype');
}
.logo{
	max-width: 420px;
}
.slide_m{
		display: none;
	}
.headertp{
	font-family: 'Lexend-Bold';
}

.headertp .nav-link{
	color: #23004F;
	font-size: 17px;
	line-height: 1;
	text-align: center;
	padding: 2px;
}
.headertp .nav-item {
    width: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.headertp .nav-item:not(:first-child){
	border-left: 3px solid #FF214E;
}
.bgslides{
	background: url('../img/bg_slides.png');
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.bgrosa{
	background: url('../img/bgrosa.svg');
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 70px;
}

.bgslides .carousel-control-prev-icon{
	background-image: url('../img/prev.svg');
}
.bgslides .carousel-control-next-icon{
	background-image: url('../img/next.svg');
}
.swiper-button-next::after{
	background: url('../img/next.svg') !important;
  content: '' !important;
  background-size: contain !important;
  width: 30px !important;
  height: 30px !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
}
.swiper-button-prev::after{
	background: url('../img/prev.svg') !important;
  content: '' !important;
  background-size: contain !important;
  width: 30px !important;
  height: 30px !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
}
.bgver{
	background: #5CC4B4;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
	z-index: 2;
}
.bgver:after{
	content: '';
	background: #5CC4B4;
	height: 100%;
	width: 100%;
	display: block;
	transform: skew(0, 0.75deg);
	position: absolute;
	bottom: -10px;
	left: 0;
	z-index: -1;
}
.bgbm{
	background: #4130B4;
	color: #ffffff;
	font-family: 'Lexend-Bold';
	text-transform: uppercase;
	font-size: 25px;
	margin: 0;
	text-align: right;
	padding: 10px;
}

.veriz{
	padding-right: 70px;
	position: relative;
}
.veriz:after{
	content: '';
	display: flex;
	background: url(../img/div.svg);
	top: 0;
	right: 0;
	position: absolute;
	height: 100%;
	width: 40px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
}
.icon-dedo{
	text-align: right;
	position: relative;
padding-top: 100px;
}
.icon-dedo:before{
	content: '';
	width: 30%;
	height: 120px;
	display: flex;
	background: url(../img/mano.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
}

.txta{
	font-family: 'Lexend-Bold';
	font-size: 25px;
	color: #4130b4;
	text-align: right;
	line-height: 1;
	margin-top: 15px;
}

.txtbl{
	font-family: 'Lexend-Bold';
	font-size: 35px;
	color: #FFFFFF;
	text-align: right;
	margin-top: 0px;
}
.bgro{
	background: #FF99E4;
	color: #FF214E;
	font-family: 'Lexend-Bold';
	font-size: 25px;
	width: max-content;
	padding: 15px;
	line-height: 1;
	text-align: right;
	margin-left: auto;
}
.videoyt{
	padding-left: 50px;
	padding-right: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.custom {
	width: 100%;
position: relative;
padding-bottom: 56.25%; /* 16/9 ratio */
padding-top: 30px; /* IE6 workaround*/
height: 0;
overflow: hidden;
    
}

.custom iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.hrosa{
	color: #ffffff;
	font-family: 'Lexend-Bold';
	font-size: 40px;
	text-transform: uppercase;
}
.btn-bus{
	background: #4130B4;
	color: #fff;
	width: 80%;
	max-width: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: -10px 15px 0px 0px #FFC701;
	padding: 25px 20px;
}
.btn-bus a{
	font-family: 'Lexend-Bold';
	font-size: 30px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	line-height: 1;
}

.btn-izq{
	margin-right: 30px;
	position: relative;
	margin-left: auto;
}
.btn-der{
	margin-left: 30px;
	position: relative;
	margin-right: auto;
}
.btn-izq:before{
	content: '';
	height: 100%;
	width: 20px;
	background-image: url('../img/next.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: -60px;
}
.btn-der:before{
	content: '';
	height: 100%;
	width: 20px;
	background-image: url('../img/prev.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	right: -60px;
}

.bg-tes{
	padding-top:50px ;	
	padding-bottom: 70px;
	background: #FF99E4;
	background-image: url(../img/bg-tes.svg);
	background-size: cover;
  background-position: center center;
}
.box-tes{
	margin-left: 5%;
	margin-right: 5%;
	position: relative;
}
.card-tes{
	position: relative;
}
.card-tes img{
	box-shadow: 5px 5px 0 0 #fff;
	width: 100%;
}
.ttes{
	margin-top: 15px;
	color: #fff;
	font-family: 'Lexend-Bold';
	font-size: 20px;
}
.dtes{
	font-family: 'Montserrat-Regular';
	color: #fff;
	font-size: 15px;
	line-height: 1;
}

.box-tes:before{
	content: '';
	background: url(../img/comizq.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top;
	position: absolute;
	top: -15px;
	height: 80px;
	width: 50px;
	left: -25px;
	z-index: 5;
}
.box-tes:after{
	content: '';
	background: url(../img/comder.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top;
	position: absolute;
	top: -15px;
	height: 80px;
	width: 50px;
	right: -25px;
	z-index: 5;
}

.bgaz{
	background: #23004F;
	min-height: 420px;
	z-index: 3;
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}
.bgaz:after{
	content: '';
	background: #23004F;
	height: 100%;
	width: 100%;
	display: block;
	transform: skew(0, -0.75deg);
	position: absolute;
	top: -10px;
	left: 0;
	z-index: -1;
}
.box-ttpi{
	margin-right: 5%;
	margin-left: 5%;
	margin-top: 20px;
}
.btn-ttpi{
	margin-top: 30px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	color: #23004F;
	background: #FFC701;
	min-height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px;
	box-shadow: -10px 10px 0 0 #FF99E4;

}
.txtpn{
	font-size: 17px;
}
.btn-ttpi a{
	font-family: 'Lexend-Bold';
	font-size: 20px;
	line-height: 1;
	color: #23004F;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;

}
.bg-foo{
	min-height: 120px;
	background: #FF214E;
	display: flex;
	justify-content: center;
	align-items: center;
}

.lnk-rrss{
	color: #ffffff;
	font-size: 30px;
	margin-left:10px;
	margin-right: 10px;
}

@media (min-width: 1140px) {
.btn-ttpi a{
	font-size: 25px;
}
}
@media (min-width: 1024px) {
.ntest{
	display: none;
}

}

@media (max-width: 991.98px) {
.headertp .nav-item:not(:first-child){
	border: none;
}
.headertp .nav-item:not(:last-child){
	border-bottom: 2px solid #FF214E;
}
.headertp .nav-item{
	padding-top: 7px;
	padding-bottom: 7px;
}
.navbar-nav{
	align-items: flex-end;
}
.headertp .nav-item{
	align-items: flex-end;
	justify-content: flex-end;
}
.headertp .nav-link{
	text-align: right;
}
.btn-ttpi{
	width: 75%;
}
.bgbm{
	font-size: 17px;
	padding: 5px;	
}
.txta{
	font-size: 17px;
}
.txtbl{
	font-size: 25px;
}
.bgro{
	font-size: 17px;
}

}

@media (max-width: 767.98px) {
	.veriz::after {
		display: none;
	}
	.bgver:after{
		display: none;
	}
	.btn-bus{
		width: 70%;
		max-width: 250px;
	}
	.btn-izq, .btn-der{
		margin-right: auto;
		margin-left: auto;
	}
	.btn-bus a{
		font-size: 20px;
	}
	.btn-der::before {
		right: -30px;
	}
	.btn-izq::before {
		left: -30px;
	}
	.card-tes{
		padding-left: 10px;
		padding-right: 10px;
	}
	.icon-dedo{
		text-align: center;
		padding-top: 60px;
	}
	.txta{
		text-align: center;
	}
	.txtbl{
		text-align: center;
	}
	.bgro{
		margin-left: auto;
		margin-right: auto;
	}
	.veriz{
		padding-left: 20px;
		padding-right: 20px;
	}

}

@media (max-width: 575.98px) {
	.logo{
		max-width: 250px;
	}
#banner{
	display: none;
}
	.slide_m{
		display: block;
	}
	.hrosa{
		font-size: 30px;
	}
	.lnk-rrss{
		color: #ffffff;
		font-size: 25px;
		margin-left:10px;
		margin-right: 10px;
	}
	.btn-bus{
		margin-top: 40px;
	}
	.btn-izq:after{
		content: '';
		height: 100%;
		width: 20px;
		background-image: url('../img/prev.svg');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
		position: absolute;
		right: -30px;
	}
.btn-der:after{
	content: '';
	height: 100%;
	width: 20px;
	background-image: url('../img/next.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: -40px;
}
	.btn-der::before {
		right: -30px;
	}
	.btn-izq::before {
		left: -40px;
	}
	.btn-ttpi{
		min-height: 80px;
	}
	.box-tes::before {
		height: 50px;
		width: 30px;
		left: -5px;
	}
	.box-tes::after {
		height: 50px;
		width: 30px;
		right: -5px;
	}
	.box-tes{
		margin-right: auto;
		margin-left: auto;
	}


}
@media (max-width: 460px) {
	.logo{
		max-width: 200px;
	}
	.hrosa{
		font-size: 20px;
	}
}