*{
	font-family: 'Poppins', sans-serif;
}

/*spacers style*/
.spacer{
	height: 90px;
}

/*display styles*/

.d-block{
	display: block;
}

.d-none{
	display: none;
}

iframe{
    border: medium none;
    height: 450px;
    margin-bottom: -10px;
    width: 100%;
}

/*padding styles*/
.p-50{
	padding: 50px 0;
}
.p-75{
	padding: 75px 0;
}
.p-100{
	padding: 100px 0;
}

/*link styles*/

/*margin styles*/
.m-center{
	margin: 0 auto;
}
.mr-50{
	margin-right: 50px;
}
.mr-30{
	margin-right: 30px;
}
.mr-20{
	margin-right: 20px;
}
.mr-10{
	margin-right: 10px;
}
.mr-5{
	margin-right: 5px;
}
.ml-20{
	margin-left: 20px;
}
.ml-10{
	margin-left: 10px;
}
.mb-10{
	margin-bottom: 6rem !important;
}

/*position styles*/
.top-0{
	top: 0;
}
.left-0{
	left: 0;
}

.right-0{
	right: 0;
}

/*Font Families*/
.GroteskRegular{
	font-family: "Stabil Grotesk Regular";
}
.GroteskMedium{
	font-family: "Stabil Grotesk Medium";
}
.GroteskBold{
	font-family: "Stabil Grotesk Bold";
}

/*background-color styles*/
.b-gris{
	background-color: #F8FAFB;
}
.b-gris-f{
	background-color: #EFF0F7;
}
.b-verde{
	background-color: #4FC54B;
}
.b-azul-f{
	background-color: #103C54;
}
.b-azul-c{
	background-color: #1D5B77;
}
.b-celeste{
	background-color: #6DD9F2;
}

/*text color styles*/
.c-blanco{
	color: white;
}
.c-azul-f{
	color: #103C54;
}
.c-celeste{
	color: #6DD9F2;
}


/*border styles*/
.border-azul{
	border: 2.5px solid #14CDE9;
}

.border-negro{
	border: 2.5px solid black !important;
}

/*text size styles*/

.title{
	font-size: 3.5rem;
	letter-spacing: 2px;
}
.title2{
	font-size: 2.5rem;
}
.subtitle{
	font-size: 1.25rem;
}
.subtitle2{
	font-size: 1.8rem;
}
.subtitle3{
	font-size: 1.1rem;
}
.fs-15px{
    font-size: 15px;
}
.fs-13px{
    font-size: 13px;
}
.fs-18px{
    font-size: 18px;
}
.fs-24px{
    font-size: 24px;
}
.fs-33px{
    font-size: 33px;
}

/*with styles*/
.w-100{
	width: 100%;
}
.w-95{
	width: 95%;
}
.w-90{
	width: 90%;
	max-width: 1440px;
}
.w-80{
	width: 80%;
}
.w-85{
	width: 85%;
}
.w-70{
	width: 70%;
}
.w-60{
	width: 60%;
}
.w-50{
	width: 50%;
}
.w-40{
	width: 40%;
}

/*height styles*/
.h-100{
	height: 100%;
}

/*a tags styles*/
a{
	text-decoration: none;
}

/*opacity styles*/
.opacity-0{
	opacity: 0 !important;
}
.opacity-5{
	opacity: .5 !important;
}
.opacity-1{
	opacity: 1 !important;
}

/*cursor styles*/
.pointer{
	cursor: pointer;
}

/*button styles*/

button{
	border: none;
}


/*solucion de pago*/

.sp-logo-header{
	height: 90px;
}
.sp-hero{
	justify-content: center;
	align-items: center;
	padding-bottom: 50px;
}
.sp-hero-txt{
	width: 35%;
	margin-right: 65px;
}
.sp-hero-img img{
	height: 750px;
}
.sp-button{
	padding: 20px 25px;
}
.cuadro{
	width: 60px;
	height: 60px;
	position: absolute;
	bottom: -30px;
	right: calc(50% - 30px);
}
.beneficios{
	justify-content: space-around;
}
.beneficio{
	width: 350px;
	height: 350px;
	margin-bottom: 80px;
}
.beneficio img{
	height: 170px;
	margin-top: -40px;
	margin-bottom: 65px;
}
.divisor{
	height: 2.5px;
	width: 70px;
}
.pasos{
	width: 1301px;
}
.paso{
	width: 350px;
	height: 350px;
	margin-bottom: 30px;
}
.paso-item{
	margin-right: 35px;
}
.paso3,.paso5{
	margin-right: 0;
}
.paso .title{
	font-size: 5rem;
}
.paso-content .fs-18px{
	margin-bottom: 0;
}
.flecha{
	height: 55px;
}
.flecha3{
	display: none;
}
.aunpaso-item{
	width: 50%;
}
.aunpaso-item img{
	height: 550px;
}
.aunpaso-text{
	width: 65%;
}
.form label{
	font-weight: 500;
	display: block;
}
.form input,
.form select{
	width: 100%;
	border: none;
	height: 40px;
	border-radius: 5px;
	padding: 0 10px;
}
.logos-footer{
    display: flex;
    justify-content: space-between;
}

.logos-footer .sp-logo-header{
    height: 70px;
}

@media (max-width: 1360px) {
	.pasos{
		width: 825px;
	}
	.paso3{
		margin-right: 35px;
	}
	.paso2,.paso4{
		margin-right: 0;
	}
	.flecha3{
		display: inherit;
	}
	.flecha2,.flecha4{
		display: none;
	}
	.sp-hero-txt{
		margin-right: 0;
	}
	.sp-hero-img img{
		height: 650px;
	}
	.sp-hero{
		justify-content: space-evenly;
	}
	.aunpaso-item img{
		height: 400px;
	}
}

@media (max-width: 1200px) {
	.sp-hero-img img{
		height: 500px;
	}
}

@media (max-width: 1060px) {
	.sp-hero{
		flex-direction: column-reverse;
	}
	.sp-hero-txt{
		width: 90%;
		text-align: center;
	}
	.title{
		font-size: 2.9rem;
	}
	.title2{
		font-size: 2.1rem;
	}
	.subtitle2{
		font-size: 1.4rem;
	}
	.aunpaso{
		flex-direction: column;
	}
	.aunpaso-item{
		width: 100%;
	}
	.aunpaso-text{
		width: 90%;
	}
}

@media (max-width: 975px){
    .logos-footer{
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .logos-footer .sp-logo-header:first-child{
        margin-bottom: 30px;
    }
}

@media (max-width: 850px) {
	.pasos{
		width: 100%;
		flex-direction: column;
	}
	.paso{
		padding: 15px 0;
		margin-top: 30px;
		width: 90%;
		height: auto;
	}
	.paso-content{
		flex-direction: row !important;
		align-items: center;
		justify-content: space-around;
	}
	.paso-content .fs-18px{
		width: 80%;
		font-size: 15.5px;
	}
	.divisor{
		display: none;
	}
	.paso-item{
		margin-right: 0px;
	}
	.flecha{
		display: inherit !important;
		transform: rotateZ(90deg);
		height: 40px;
	}
}

@media (max-width: 600px) {
	.title{
		font-size: 2.5rem;
	}
	.title2{
		font-size: 1.7rem;
	}
	.subtitle2{
		font-size: 1.1rem;
	}
	.sp-logo-header{
		display: block;
		margin: 0 auto;
		height: 70px;
	}
}

@media (max-width: 500px) {
	.sp-hero-img img{
		height: 400px;
	}
	.aunpaso-item img{
		height: 300px;
	}
}
@media (max-width: 470px) {
	.paso .title{
		font-size: 3.1rem;
	}
	.paso-content .fs-18px{
		font-size: 14px;
	}
	.logos-footer .sp-logo-header:first-child{
        height: 60px;
    }
	.logos-footer .sp-logo-header:last-child{
        height: 50px;
    }
}
@media (max-width: 400px) {
	.sp-hero-img img{
		height: 300px;
	}
	.aunpaso-item img{
		height: 250px;
	}
	.paso .title{
		font-size: 2.9rem;
	}
	.paso-content .fs-18px{
		font-size: 12.5px;
	}
}
@media (max-width: 470px) {
	.logos-footer .sp-logo-header:first-child{
        height: 45px;
    }
	.logos-footer .sp-logo-header:last-child{
        height: 35px;
    }
}