@charset "utf-8";
/* CSS Document */
html{
	overflow-x: hidden;
	width: 100%;
}
body{
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	color: #334c68;
	font-family: 'DM Sans', sans-serif;
	line-height: 1;
	overflow-x: hidden;
}

.bg-white{
	background: #FFFFFF;
}
.bg-blue{
	background: #006ED2;
}
.bg-darkBlue{
	background: #0061B9;
}
.bg-lightGrey{
	background: #F5FAFF;
}
.white{
	color: #FFFFFF;
}
.blue{
	color: #006ED2;
}
.darkBlue{
	color: #0061B9;
}
.grey{
	color: #334c68;
}
h1{
	font-size: 64px;
	margin: 0 0 15px;
	font-weight: 700;
	line-height: 1;
}
h1 span{
	font-size: 22px;
	margin: 0;
	font-weight: 400;
	display: block;
	line-height: 1.2;
}
h2{
	font-size: 34px;
	margin: 0 0 5px;
	font-weight: 500;
	line-height: 1.2;
}
.promociones h2{
	font-size: 32px;
}
h2 span{
	font-size: 18px;
	margin: 0;
	font-weight: 400;
	display: block;
	line-height: 1.2;
}
h3{
	font-size: 24px;
	margin: 0;
	font-weight: 500;
	line-height: 1;
}
h4{
	font-size: 20px;
	margin: 0 0 15px;
	line-height: 1;
	font-weight: 700;
}
p{
	font-size: 14px;
	margin: 0 0 10px;
	font-weight: 400;
	line-height: 1.3;
}
.hero {
    position: relative;
    width: 100%;
    height: 75vh;
    background: url(../img/hero.jpg) no-repeat #FFFFFF;
    background-position: center top;
    background-size: cover;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    align-items: center;
    margin-top: 0;
}
.descargarApp {
    height: 27vh;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
	align-items: center;
}
.descargarApp-wrapper {
	width: 90%;
	max-width: 1180px;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
	align-items: center;
}
.hero-wrapper {
	width: 90%;
	max-width: 1180px;
	margin: auto;
	z-index: 2;
}
.container-fluid {
    margin: 0 auto;
    padding: 0;
    max-width: 90%;
}
.container {
    width: 90%;
    max-width: 1180px;
    position: relative;
	margin: 0 auto;
	padding: 0;
}
.btn-primary{
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 8px 24px;
	width: auto;
	background: #006ED2;
	border-radius: 6px;
	border: 2px solid #006ED2;
	font-size: 16px;
	line-height: 1;
	color: #FFFFFF;
	font-weight: 500;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    background: transparent;
	border: 2px solid #006ED2;
	color: #006ED2;
    box-shadow: none;
	outline: none;
}
.btn-primary:hover, .btn-primary:focus{
	background: transparent;
	border: 2px solid #006ED2;
	color: #006ED2;
	box-shadow: none;
}
.overlay-image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(45, 45, 45, 0.54) 0%, rgba(158, 158, 158, 0) 99.99%, rgba(196, 196, 196, 0) 100%);
}
.overlay-image2{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(270deg, rgba(45, 45, 45, 0.54) 0%, rgba(158, 158, 158, 0) 99.99%, rgba(196, 196, 196, 0) 100%);
	z-index: 2;
}
.btn-outline {
	background: transparent;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
	font-weight: 400;
}
.descargarApp h1{
	font-size: 40px;
	line-height: 1.2;
	margin: 0;
}
.descargarApp h2{
	padding-top: 0.3rem;
	font-size: 36px;
	line-height: 1.2;
}
.descargarApp h2 span{
	padding-top: 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
}
.descargarApp h2 span.qr-txt{
	padding-top: 0.8rem;
}
.descargarApp .btn-outline{
	padding: 12px 15px 10px 20px;
	font-size: 18px;
}
.btn-outline:hover, .btn-outline:focus{
	background: #FFFFFF;
	border: 2px solid #FFFFFF;
	color: #006ED2;
}
.descargarApp .btn{
	display: none;
}
.descargarApp .qr-txt{
	display: block;
	font-size: 13px;
    font-weight: 400;
}
.descargarApp .qr{
	display: block;
}
.qr{
	max-width: 100px;
	height: auto;
	width: 100%;
}
.descargarApp .btn-outline svg {
    width: auto;
    height: 28px;
    margin: 0 0 0 11px;
}
.form-control:focus {
    color: inherit;
    background-color: inherit;
    border-color: none;
    outline: 0;
    box-shadow: none;
}
.slider{
	background: #F5FAFF;
	margin-top: 10vh;
	overflow: hidden;
	position: relative;
}
.slider-content {
    display: flex;
    flex-direction: row;
    align-items: center;
	height: auto;
	position: relative;
}
.slider-content h2 span {
    margin: 10px 0 10px;
}
.slider-image {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 0;
}
.swiper-slide {
    height: 100%;
    max-height: 90vh;
}
.slider-image {
    max-height: 90vh;
}
.slider-image img{
	width: 100%;
	max-width: 100%;
	height: auto;
}
.slider-text-50 {
    padding: 0 10% 0 15%;
	position: absolute;
	left: 50%;
	z-index: 1;
}
.slider-text-60 {
    padding: 0 10% 0 6.5%;
	position: absolute;
	left: 60%;
	z-index: 1;
}
.slider-text-100 {
    position: absolute;
	right: 0;
}
.slider .btn-primary {
    padding: 12px 24px 14px;
}
.img-flotante-50 {
    width: 500px;
    position: absolute;
    left: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
    margin: 0 0 0 -250px;
}
.img-flotante-50 img {
    width: auto;
	max-height: 45vh;
	height:auto;
}
.productos{
	padding: 5% 0;
}
.productos .img-fluid{
	max-width: 90%;
	height: auto;
}
.productos .row{
    margin-top: 1%;
}
.productos a.link{
	display: block;
	font-size: 16px;
	font-weight: 500;
} 
.productos p{
	min-height: 60px;
} 
a.link, a.link:visited, a.link:active{
	color: #006ED2;
	text-decoration: none;
}
a.link:hover, a.link:hover{
	color: #006ED2;
	text-decoration: underline;
}
.img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%;
}
.prev-arrow img{
	min-height: 15px;
}
.promoBanner{
	position: relative;
}
.banner-wrapper{
	background: url("../img/comercios.jpg") no-repeat;
	background-size: cover;
	background-position: top center;
	width: auto;
	height: 60vh;
	position: relative;
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-end;
}
.banner-content{
	margin: 0 5% 0 25%;
	position: relative;
	z-index: 4;
	width: 30%;
	text-align: left
}
.overlay-banner{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
}
.promoBanner .btn-outline {
    padding: 12px 24px 14px;
}
.beneficios{
	padding: 5% 0 0;
}
.beneficios h4 {
    margin: 3% 0 15px;
}
.beneficios a.link{
	display: block;
	font-size: 16px;
	font-weight: 500;
} 
.beneficios p{
	min-height: 60px;
} 
.beneficios-content {
    padding: 5% 10% 10%;
}
.beneficios .row{
	margin-top: 5%;
}
.beneficios .row .col-lg-6{ 
	margin-bottom: 5%;
}
.beneficios .row .col-lg-4{ 
	margin-bottom: 5%;
}
.col-lg-4 .bg-lightGrey {
    border-radius: 16px;
    overflow: hidden;
}
.col-lg-6 .bg-lightGrey {
    border-radius: 16px;
    overflow: hidden;
}
.banner-wrapper {
    min-height: 300px;
}
.promociones {
   padding: 1% 0 0;
}

.promociones .row{
	margin-top: 5%;
}
.promociones h4 {
    margin: 8% 0 15px;
}
.promociones a.link{
	display: block;
	font-size: 16px;
	font-weight: 500;
} 
.promociones p{
	/* min-height: 60px; */
} 
.promociones-content {
    padding: 5% 5% 15%;
	/* display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-content: end;
	height: 60%; */
}
.promociones .row{
	margin-top: 5%;
	justify-content: space-around;
}
.promociones .row .col-lg-3{ 
	margin-bottom: 5%;
}
.contCta{
	display: inline;
}
.contCta a{
	margin-right: 10px;
}
.contCta a:last-child{
	margin-right: 0px;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 3;
    padding: 0;
    bottom: 15px;
    width: 280px;
    left: 50%;
    margin-left: -140px;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    background: #badcf7;
    opacity: 1;
    margin: 0 5px;
}
.swiper-pagination-bullet-active{
	background: #006ED2;
}
.botones-footer-wrap{
	position: fixed;
    height: auto;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #FFFFFF;
    z-index: 99;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 auto;
	padding: 14px 0;
	box-shadow: 0px 2px 15px rgb(0 110 210 / 15%);
}
.botones-footer-wrap{
	display: none;
}
.botones-footer-content{
	max-width: 400px;
	margin: auto;
	display: flex;
}
.boton-footer {
    display: flex;
    padding: 0 5px;
}
.ocaBtn a{
    background: #006ed2;
	color: #ffffff;
    padding: 8px 14px 7px;
    width: auto;
    border-radius: 6px;
    border: 2px solid #006ed2;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
	transition: color ease-in-out .3s, background ease-in-out .4s ;
}
.ocaBtn a:hover, .ocaBtn a:focus {
    background: #FFFFFF;
    color: #006ed2;
    border: 2px solid #006ed2;
	outline: 0;
    box-shadow: none;
	transition: color ease-in-out .3s, background ease-in-out .2s ;
}
.blueBtn a{
    background: #02bfff;
	color: #ffffff;
    padding: 8px 14px 7px;
    width: auto;
    border-radius: 6px;
    border: 2px solid #02bfff;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
	transition: color ease-in-out .3s, background ease-in-out .4s ;
}
.blueBtn a:hover, .blueBtn a:focus {
    background: #FFFFFF;
    color: #02bfff;
    border: 2px solid #02bfff;
	outline: 0;
    box-shadow: none;
	transition: color ease-in-out .3s, background ease-in-out .2s ;
}

.bluePrimary{
    background: #02bfff;
	color: #ffffff;
    padding: 8px 24px;
    width: auto;
    border-radius: 6px;
    border: 2px solid #02bfff;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
	transition: color ease-in-out .3s, background ease-in-out .4s;
	margin-top: 10px;
}
.bluePrimary:hover, .bluePrimary:focus {
    background: #FFFFFF;
    color: #02bfff;
    border: 2px solid #02bfff;
	outline: 0;
    box-shadow: none;
	transition: color ease-in-out .3s, background ease-in-out .2s ;
}

.boton-nav {
    padding: 15px 20px;
    border: 2px solid #ffffff;
    width: calc(100% - 10%);
    color: #ffffff;
    text-decoration: none;
    margin: 1rem 5%;
    border-radius: 6px;
    font-size: 18px;
	background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
	max-width: 360px;
}
.boton-nav svg{
    fill: #ffffff;
}
.boton-nav:hover, .boton-nav:focus {
    background: #ffffff;
    color: #006ed2;
    border: 2px solid #ffffff;
	outline: 0;
    box-shadow: none;
	transition: color ease-in-out .3s, background ease-in-out .2s ;
}
.boton-nav:hover svg, .boton-nav:focus svg{
	fill: #006ed2;
}
.blueNbtn {
    border: 2px solid #ffffff;
    color: #ffffff;
	background: transparent;
}
.blueNbtn svg{
    fill: #ffffff;
}
.blueNbtn:hover, .blueNbtn:focus {
    background: #ffffff;
    color: #02bfff;
    border: 2px solid #ffffff;
}
.blueNbtn:hover svg, .blueNbtn:focus svg {
    fill: #02bfff;
}

/* APP */

.constent-app-link{
	max-width: 500px;
	width: 100%; 
	display: flex; 
	justify-content: start;
}
.onlyMobileBox{
	display: none;
}
.onlyDeskBox{
	display: flex;
}

@media (max-width: 1280px) {
	.img-flotante-50 {
		width: 240px;
		position: absolute;
		left: 100%;
		display: flex;
		align-items: center;
		justify-content: space-evenly;
		flex-direction: row;
		margin: 0 0 0 -120px;
	}
	.img-flotante-50 img {
		width: auto;		
		max-height: 35vh;
	}
}
@media (max-width: 1180px) {
	h1 span {
		font-size: 18px;
	}
	.descargarApp h1 {
		font-size: 34px;
		line-height: 1.2;
		margin: 0;
	}
	.descargarApp h2 span {
		font-size: 15px;
	}
	.descargarApp .qr-txt {
		font-size: 12px;
	}
	.descargarApp .qr-txt {
		display: block;
		font-size: 12px;
		font-weight: 400;
	}
	.descargarApp {
		height: 18vh;
	}
}
@media (max-width: 1024px) {
	/* arreglo */
	.collapse:not(.show) {
		display: none !important; 	
	}
	h1 {
		font-size: 54px;
		margin: 0;
	}
	h1 span {
		font-size: 20px;
	}
	.descargarApp h1, .descargarApp h2 {
		font-size: 38px;
	}
	.descargarApp h2 span {
		font-size: 16px;
	}
	h2 {
		font-size: 30px;
	}
	.slider-text-50 {
		padding: 0 5% 0 15%;
	}
	h2 span {
		font-size: 18px;
	}
	.productos p {
		min-height: 70px;
	}
	.beneficios p {
		min-height: 90px;
	}
	.productos .img-fluid {
		max-width: 400px;
		height: auto;
	}
	.slider {
		margin-top: 5vh;
		position: relative;
	}
	.slider-content {
		height: 95vh;
	}
	.slider {
		margin-top: 10vh;
	}
	.slider-content {
		height: 90vh;
	}
	.descargarApp {
		height: 30vh;
	}
}
@media all and (device-width: 1366px) and (device-height: 1024px) and (orientation:landscape) {
	.onlyMobileBox{
		display: flex;
	}
	.onlyDeskBox{
		display: none;
	}
	.hero{
		height: 75vh;
	}
	.descargarApp {
		height: 25vh;
	}
	.banner-wrapper{
		height: 50vh;
	}
	.slider-image-50 {
		background: url(../img/slider/slider-01-prestamos-m.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
	}
	.slider-image-60.prestamo {
		background: url(../img/slider/slider-01-prestamos-m.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
	}
	.slider-image-60.prestamo-light {
		background: url(../img/slider/slider-02-prestamo-light-m.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
	}
	.slider-image-60.promo-disney {
		background: url(../img/slider/slider-disney-m.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
	}
	.slider-image-60.vuelta-clases {
		background: url(../img/slider/slider-vuelta-clases-m.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
	}

	.slider-image-60.semana-descuento {
		background: url(../img/slider/slider-semana-descuento-m.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
	}

	.slider-image-60.heladeria {
		background: url(../img/slider/slider-heladeria-m.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
	}
	.slider-image-50.carnaval {
		background: url(../img/slider/slider-carnaval-m.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
	}
	.slider-image-60.cuotas {
		background: url(../img/slider/slider-12-cuotas-m.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
	}
	.slider-image-50.ocablue {
		background: url(../img/slider/slider-01-ocablue-m.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
	}
	.slider-image-60 {
		background: url(../img/slider/slider-02-metros-m.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
	}
}
@media all and (device-width: 1024px) and (device-height: 1366px) and (orientation:portrait) {
	.onlyMobileBox{
		display: flex;
	}
	.onlyDeskBox{
		display: none;
	}
	.navbar{
		height: 7vh;
	}
	.hero{
		height: 75vh;
	}
	.descargarApp {
		height: 25vh;
	}
	.slider{
		margin-top: 7vh;
	}
	.slider-image{
		max-height: 100%;
		height: auto;
	}
	.slider-content {
		display: flex;
		align-items: center;
		position: relative;
		flex-direction: column !important;
		height: auto;
	}

	.slider-image img{
		max-width: calc(100% + 24px);
		width: calc(100% + 24px);
	}

	/* .slider-image-50 {
		height: 60vh;
	}
	.slider-image-60 {
		height: 60vh;
	} */
	.slider-text-100 {
		position: relative;
		right: auto;
		left: auto;
	}
	
	.slider-text-50 {
		padding: 12% 5% 10% 5%;
		width: 100%;
		text-align: center;
		position: relative;
		left: 0;
	}

	.slider-text-60 {
		padding: 12% 5% 30% 5%;
		width: 100%;
		text-align: center;
		position: relative;
		left: 0;
	}

	.white.banner-home{
		color: #334c68;
	}
	.swiper-slide{
		height: auto;
		max-height: 110vh;
	}
	.img-flotante-50 {
		width: 400px;
		position: absolute;
		left: 50%;
		display: flex;
		align-items: center;
		justify-content: space-evenly;
		flex-direction: row;
		margin: -200px 0 0 -200px;
		top: 100%;
		bottom: 0;
	}

	.img-flotante-50 img {
		width: 400px;
		max-height: 400px;
	}

	.slider-wrapper .col-6 {
		flex: 0 0 auto;
		width: 100%;
	}	
	.slider-content .col-7{
		width: 100%;
		max-width: 100%;
	}
	.productos {
		padding: 7% 0 7%;
	}
	.beneficios {
		padding: 7% 0 2%;
	}
	.banner-wrapper {
		height: 25vh;
	}
	.banner-content {
		margin: 0 5% 0 0;
		width: 35%;
	}
	
	.descargarApp .btn{
		display: block;
	}
	.descargarApp .qr-txt{
		display: none;
		font-size: 13px;
		font-weight: 400;
	}
	.descargarApp .qr{
		display: none;
	}
	.hero {
		height: 76vh;
	}
	.descargarApp {
		height: 24vh;
	}
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
	.hero{
		height: 75vh;
	}
	.descargarApp {
		height: 27vh;
	}
	.slider {
		margin-top: 10vh;
	}
	.slider-content {
		height: auto;
	}
	.slider-text-60 {
		padding: 0 5% 0 6.5%;
	}
	.slider-text-100 {
		position: relative;
		right: auto;
		left: auto;
	}
	
	.descargarApp .btn{
		display: block;
	}
	.descargarApp .qr-txt{
		display: none;
		font-size: 13px;
		font-weight: 400;
	}
	.descargarApp .qr{
		display: none;
	}
}
/* @media all and (device-width: 1024px) and (device-height: 600px) and (orientation:landscape) {
	
} */
@media (max-width: 992px) {
	

	.hero {
		height: 70vh;
		background: url("../img/hero-m.jpg") no-repeat #FFFFFF;
		background-position: center top;
		background-size: cover;
	}
	.hero h1 {
		position: absolute;
		bottom: 0;
		padding-bottom: 4vh;
		margin: 0;
	}
	h1 span br{
		display: none;
	}
	.descargarApp {
		height: auto;
		padding: 5% 0;
	}
	.descargarApp-wrapper {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: nowrap;
	}
	.descargarApp h2 br{
		display: none;
	}
	.descargarApp h2 span {
		margin-bottom: 20px;
		margin-top: 10px;
		padding: 0;
	}
	.descargarApp-wrapper {
		padding: 30px 0;
	}
	.overlay-image {
		background: linear-gradient(90deg, rgba(45, 45, 45, 0.54) 0%, rgba(158, 158, 158, 0) 99.99%, rgba(196, 196, 196, 0) 100%);
	}
	
	.descargarApp .btn{
		display: block;
	}
	.descargarApp .qr-txt{
		display: none;
		font-size: 13px;
		font-weight: 400;
	}
	.descargarApp .qr{
		display: none;
	}
	.hero-wrapper {
	   height: 70vh;
	}
	.beneficios .row .col-lg-6 {
		margin-bottom: 5%;
		max-width: 580px;
		margin: auto;
		text-align: center;
	}
	.beneficios h4 {
		margin: 8% 0 15px;
	}
	.col-lg-6 .bg-lightGrey {
		margin-bottom: 5%;
	}
	.promociones {
		padding: 2% 0 0;
	}
	.slider {
		margin-top: 5vh;
	}
	.img-flotante-50 {
		width: 240px;
		position: absolute;
		left: 50%;
		display: flex;
		align-items: center;
		justify-content: space-evenly;
		flex-direction: row;
		margin: 0 0 0 -120px;
		top: calc(50% - 240px);
	}	
	
	h1 span{
		padding-top: 5px;
	}
	h1 span br{
		display: none;
	}
	.slider-content {
		display: flex;
		align-items: center;
		position: relative;
		flex-direction: column !important;
	}
	.slider-content .col-7{
		width: 100%;
		max-width: 100%;
	}
	.slider-text-50 {
		padding: 12% 5% 10% 5%;
		width: 100%;
		text-align: center;
	}
	.slider-text-60 {
		padding: 12% 5% 10% 5%;
		width: 100%;
		text-align: center;
	}
	.slider-wrapper .col-6 {
		flex: 0 0 auto;
		width: 100%;
	}
	.productos {
		padding: 10% 0 5%;
	}
	.beneficios {
		padding: 10% 0 5%;
	}
	.promociones img {
		max-width: 420px;
	}
	.productos .img-fluid {
		max-width: 460px;
		margin-top: -3%;
		margin-bottom: -3%;
	}
	.beneficios .col-lg-4 {
		max-width: 460px;
		margin-left: auto;
		margin-right: auto;
	}
	.beneficios .col-lg-6 {
		max-width: 460px;
		margin-left: auto;
		margin-right: auto;
	}
	.promociones {
		max-width: 100%;
		margin: 0 auto 10%;
	}
	.promociones h2 {
		font-size: 24px;
	}
	.promociones h2 span{
		font-size: 15px;
	}
	.banner-wrapper {
		height: 40vh;
	}
	.beneficios .col-lg-4 {
		margin-bottom: 5%;
	}
	.productos .col-lg-4 {
		margin-bottom: 5%;
	}
	.productos .col-lg-6 {
		margin-bottom: 5%;
	}
	.banner-content {
		margin: 0 5% 0 0;
		width: 40%;
	}
	.beneficios p {
		min-height: auto;
	}
	.promociones p {
		min-height: auto;
	}
	.beneficios-content {
		padding: 0% 10% 10%;
	}
	.promociones-content {
		padding: 0% 5% 10%;
	}
	.slider-image {
		position: relative;
	}
	.img-flotante-50 {
		width: 300px;
		position: absolute;
		left: 50%;
		display: flex;
		align-items: center;
		justify-content: space-evenly;
		flex-direction: row;
		margin: -150px 0 0 -150px;
		top: 100%;
		bottom: 0;
	}
	.img-flotante-50 img {
		width: 300px;
		max-height: 300px;
	}
	.slider-text-50 {
		padding: 15% 5% 20% 5%;
		position: relative;
		left: inherit;
	}
	.slider-text-60 {
		padding: 15% 5% 20% 5%;
		position: relative;
		left: inherit;
	}
	.swiper-slide {
		height: auto;
		max-height: 100%;
	}
	.slider-content {
		height: auto;
	}
	.slider {
		margin-top: 5vh;
	}
	.botones-footer-wrap{
		display: flex;
	}
	.constent-app-link{
		justify-content: center;
		margin: 0 auto;
	}
	.onlyMobileBox{
		display: flex;
	}
	.onlyDeskBox{
		display: none;
	}
}
@media (max-width: 920px) {
	.hero {
		height: 70vh;
		background: url("../img/hero-m.jpg") no-repeat #FFFFFF;
		background-position: center top;
		background-size: cover;
	}
	.hero{
		height: 70vh;
	}
	.descargarApp {
		height: auto;
		padding: 5% 0;
	}
	h1 span{
		padding-top: 5px;
	}
	h1 span br{
		display: none;
	}
	.slider-content {
		display: flex;
		align-items: center;
		position: relative;
		flex-direction: column !important;
	}
	.slider-content .col-7{
		width: 100%;
		max-width: 100%;
	}
	.slider-text-50 {
		padding: 12% 5% 10% 5%;
		width: 100%;
		text-align: center;
	}
	.slider-text-60 {
		padding: 12% 5% 10% 5%;
		width: 100%;
		text-align: center;
	}
	.slider-wrapper .col-6 {
		flex: 0 0 auto;
		width: 100%;
	}
	.productos {
		padding: 10% 0 5%;
	}
	.beneficios {
		padding: 10% 0 5%;
	}
	.promociones img {
		max-width: 420px;
	}
	.productos .img-fluid {
		max-width: 460px;
		margin-top: -3%;
		margin-bottom: -3%;
	}
	.beneficios .col-lg-4 {
		max-width: 460px;
		margin-left: auto;
		margin-right: auto;
	}
	.beneficios .col-lg-6 {
		max-width: 460px;
		margin-left: auto;
		margin-right: auto;
	}
	.promociones {
		max-width: 100%;
		margin: 0 auto 10%;
	}
	.promociones h2 {
		font-size: 24px;
	}
	.promociones h2 span{
		font-size: 15px;
	}
	.banner-wrapper {
		height: 40vh;
	}
	.beneficios .col-lg-4 {
		margin-bottom: 5%;
	}
	.productos .col-lg-4 {
		margin-bottom: 5%;
	}
	.productos .col-lg-6 {
		margin-bottom: 5%;
	}
	.banner-content {
		margin: 0 5% 0 0;
		width: 40%;
	}
	.beneficios p {
		min-height: auto;
	}
	.promociones p {
		min-height: auto;
	}
	.beneficios-content {
		padding: 0% 10% 10%;
	}
	.promociones-content {
		padding: 0% 5% 10%;
	}
	.slider-image {
		position: relative;
	}
	.img-flotante-50 {
		width: 300px;
		position: absolute;
		left: 50%;
		display: flex;
		align-items: center;
		justify-content: space-evenly;
		flex-direction: row;
		margin: -150px 0 0 -150px;
		top: 100%;
		bottom: 0;
	}
	.img-flotante-50 img {
		width: 300px;
		max-height: 300px;
	}
	.slider-text-50 {
		padding: 15% 5% 20% 5%;
		position: relative;
		left: inherit;
	}
	.slider-text-60 {
		padding: 15% 5% 20% 5%;
		position: relative;
		left: inherit;
	}
}
@media (max-width: 870px) {
	h2 {
		font-size: 44px;
	}
	h2 span {
		font-size: 24px;
	}
	.productos .col-lg-3{
		margin-bottom: 5%;
	}
	.swiper-slide {
		height: auto;
		max-height: 100%;
	}
	.slider-text-50 {
		padding: 15% 5% 15% 5%;
	}
	.slider-text-60 {
		padding: 15% 5% 15% 5%;
	}
	.white.banner-home{
		color: #334c68;
	}
}
@media only screen 
and (min-device-width : 820px) 
and (max-device-height : 1180px) 
and (orientation : portrait) {
	.slider-text-50 {
		padding: 12% 5% 12% 5%;
	}
	.slider-text-60 {
		padding: 12% 5% 12% 5%;
	}
}
@media (max-width: 768px) {
	.onlyMobileBox{
		display: flex;
	}
	.onlyDeskBox{
		display: none;
	}
	.promociones .row {
		flex-direction: column;
		align-items: center;
	}
	.hero {
		height: 70vh;
		background: url("../img/hero.jpg") no-repeat #FFFFFF;
		background-position: center top;
		background-size: cover;
	}
	.slider h2 {
		font-size: 34px;
    	line-height: 1.1em;
	}
	.slider h2 span {
		font-size: 18px;
	}
	.promoBanner h2 {
		font-size: 27px;
	}
	.promoBanner h2 span{
		font-size: 19px;
		display: block;
		margin-top: 4px;
	}
	h3 {
		font-size: 27px;
		line-height: 1.2em;
	}
	.promoBanner h2 span br {
		display: none;
	}
	.slider-text-50 {
		padding: 9% 5% 10% 5%;
	}
	.slider-text-60 {
		padding: 9% 5% 10% 5%;
	}
}
@media (max-width: 580px) {
	.mobile-none{
		display: none;
	}
	.hero {
		height: 70vh;
		background: url("../img/hero-m.jpg") no-repeat #FFFFFF;
		background-position: center top;
		background-size: cover;
	}
	.hero h1 {
		position: absolute;
		bottom: 0;
		padding-bottom: 5%;
		margin: 0;
	}
	.descargarApp .btn-outline {
		display: flex;
		width: 100%;
		flex-direction: row;
		justify-content: space-between;
	}
	.hero{
		height: 70vh;
	}
	.descargarApp {
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		/* padding-top: 5%; */
	}
	.banner-wrapper{
		background: url("../img/comercios-m.jpg") no-repeat;
		background-size: cover;
		background-position: top center;
		width: auto;
		position: relative;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: flex-end;
	}
	.promociones .row {
		flex-direction: column-reverse;
	}
	.banner-wrapper {
		height: 55vh;
	}
	.banner-content {
		margin: 14vh auto 0;
		width: 100%;
		text-align: center;
	}
	h1 {
		font-size: 42px;
		margin: 0;
	}
	.descargarApp h1 {
		font-size: 26px;
	}
	.descargarApp h2 {
		font-size: 22px;
	}
	.descargarApp h2 span {
		font-size: 15px;
	}
	.descargarApp h2 br {
		display: none;
	}
	h2 {
		font-size: 24px;
	}
	h2 span {
		font-size: 16px;
	}
	h3 {
		font-size: 21px;
		line-height: 1.3;
		max-width: 260px;
		margin: 0 auto;
	}
	h4 {
		font-size: 19px;
	}
	.productos {
		padding: 10% 0 7%;
	}
	.beneficios {
		padding: 10% 0 0;
	}
	.promociones {
		padding: 5% 0 0;
	}
	.promociones h2 {
		font-size: 22px;
	}
	.productos p {
		min-height: auto;
	}
	.banner-content {
		margin: 10vh auto 0;
	}
	.banner-wrapper {
		height: 40vh;
	}
	.beneficios p {
		min-height: auto;
	}
	.beneficios-content {
		padding: 0% 7% 10%;
	}
	.productos-content {
		padding: 0% 7% 5%;
	}
	.promociones .row .col-lg-3 {
		margin-bottom: 5%;
		max-width: 90%;
		margin: auto;
	}
	.slider-image-50 {
		height: 90vh;
	}
	.slider-image-60 {
		height: 90vh;
	}
	.mt-3 {
		margin-top: 0.6rem !important;
	}
	.promoBanner .btn-primary {
		padding: 10px 19px 12px;
		font-size: 0.8rem;
	}
	.promoBanner .btn-outline {
		padding: 10px 19px 12px;
		font-size: 0.8rem;
	}
	.overlay-image2 {
		background: linear-gradient(0deg, rgba(45, 45, 45, 0.54) 0%, rgba(158, 158, 158, 0) 99.99%, rgba(196, 196, 196, 0) 100%);
	}
	.descargarApp-wrapper {
		padding: 0;
	}
	.slider {
		margin-top: 7vh;
	}
	.slider-content {
		height: auto;
		min-height: auto;
		margin-bottom: 15px;
	}
	.slider-image {
		position: relative;
		width: auto;
		height: 100%;
		max-height: auto;
	}
	.img-flotante-50 {
		width: 120px;
		position: absolute;
		left: 50%;
		display: flex;
		align-items: center;
		justify-content: space-evenly;
		flex-direction: row;
		margin: -50px 0 0 -60px;
		top: 100%;
		bottom: 0;
	}
	.img-flotante-50 img {
		width: 120px;
		max-height: 120px;
	}
	.boton-nav {
		width: calc(100% - 2.8rem);
		margin: 1rem 1.4rem;
	}
}
@media (max-width: 540px) {
	.slider h2 {
		font-size: 22px;
		line-height: 1.1em;
	}
	.slider-text-50 {
		padding: 14% 5% 7% 5%;
	}
	.slider-text-60 {
		padding: 14% 5% 7% 5%;
	}
	.slider h2 span {
		font-size: 13px;
	}
	.img-flotante-50 {
		width: 230px;
		position: absolute;
		left: 50%;
		display: flex;
		align-items: center;
		justify-content: space-evenly;
		flex-direction: row;
		margin: -100px 0 0 -115px;
		top: 100%;
		bottom: 0;
	}
	.img-flotante-50 img {
		width: 230px;
		max-height: 230px;
	}
	.navbar-collapse.show {
		padding-top: 80px;
	}
}
@media (max-width: 480px) {
	.hero-wrapper{
		height: 65vh;
	}
	.hero{
		height: 65vh;
	}
	.descargarApp {
		height: auto;
		padding: 10% 0;
	}
	.slider-image-50 {
		height: 50vh;
	}
	.slider-image-60 {
		height: 50vh;
	}
	.slider h2 {
		font-size: 24px;
		line-height: 1.1em;
	}
	.descargarApp .btn-outline {
		padding: 10px 15px 11px 20px;
		font-size: 18px;
	}
	.slider-text-50 {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		min-height: 315px;
	}
	.slider-text-60 {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		min-height: 315px;
	}
}
@media (max-width: 415px) {
	.slider-text-50 {
		padding: 0 5% 0 5%;
		min-height: 300px;
	}
	.slider-text-60 {
		padding: 0 5% 0 5%;
		min-height: 300px;
	}
}
@media (max-width: 390px) {
	.slider {
			margin-top: 7vh;
		}
	.slider-content {
			height: auto;
		}
	.slider h2 span {
		font-size: 14px;
	}
	.slider h2 {
		font-size: 21px;
		line-height: 1.1em;
	}
	h1 span {
		font-size: 18px;
	}
	.descargarApp h2 span {
		font-size: 14px;
	}
	.slider-text-50 {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		min-height: 275px;
	}
	.slider-text-60 {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		min-height: 275px;
	}
	.img-flotante-50 {
		width: 200px;
		position: absolute;
		left: 50%;
		display: flex;
		align-items: center;
		justify-content: space-evenly;
		flex-direction: row;
		margin: -100px 0 0 -100px;
		top: 100%;
		bottom: 0;
	}
	.img-flotante-50 img {
		width: 200px;
		max-height: 200px;
	}
	.ocaBtn a{
		font-size: 13px;
	}
	.blueBtn a{
		font-size: 13px;
	}
}
@media (max-width: 375px) {
	.slider {
		margin-top: 8vh;
	}
	.slider-content {
		height: auto;
	}
	.slider h2 span {
		font-size: 14px;
	}
	.slider h2 {
		font-size: 21px;
		line-height: 1.1em;
	}
	h1 span {
		font-size: 18px;
	}
	.descargarApp h2 span {
		font-size: 14px;
	}
	.slider-text-50 {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		min-height: 300px;
	}
	.slider-text-60 {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		min-height: 300px;
	}
	.img-flotante-50 {
		width: 200px;
		position: absolute;
		left: 50%;
		display: flex;
		align-items: center;
		justify-content: space-evenly;
		flex-direction: row;
		margin: -90px 0 0 -100px;
		top: 100%;
		bottom: 0;
	}
	.img-flotante-50 img {
		width: 200px;
		max-height: 200px;		
	}
	.slider-text-50 {
		padding: 0 5% 0 5%;
	}
	.slider-text-60 {
		padding: 0 5% 0 5%;
	}
	.navbar-brand img {
		max-width: 60px;
	}
}
@media (max-width: 370px) {
	.ocaBtn a{
		font-size: 12px;
	}
	.blueBtn a{
		font-size: 12px;
	}
}
@media (max-width: 340px) {
	h2 span {
		font-size: 14px;
	}
}
@media only screen AND (min-width: 320px) AND (max-width: 1024px) AND (orientation : landscape){
	.slider {
		margin-top: 50px;
	}
	.swiper-slide {
		height: auto;
		max-height: 100%;
	}
	.slider-image {
        height: auto;
		max-height: 100%;
	}
	.slider-content {
		height: auto;
		min-height: 100%;
	}
}
/* LONG SCREEN */
@media (min-width: 1600px) {
	.slider-image img {
		width: 95%;
		max-width: 100%;
		height: auto;
	  }
}