@charset "utf-8";
/* CSS Document */
.slider{
	background: #FFFFFF;
	margin-top: 10vh;
	overflow: hidden;
	position: relative;
}
.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-wrapper .col-7 {
    flex: 0 0 auto;
    width: 60%;
}
.slider-wrapper .col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.slider-text-50 {
    padding: 0 5% 0 15%;
    position: relative;
    left: 0;
    z-index: 1;
}
.slider-text-60 {
    padding: 0 3% 0 12%;
    position: relative;
    left: 0;
    width: 40%;
    z-index: 1;
}
.slider-text-100 {
	padding: 0 0 0 12%;
    position: absolute;
    left: 0;
    width: 40%;
    z-index: 1;
}
.slider .btn-primary {
    padding: 12px 28px;
}
.img-flotante-50 {
    width: 380px;
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
    margin: 0 0 0 -80px;
}
.img-flotante-50 img {
    width: auto;
	max-height: 45vh;
	height:auto;
}
.slider-content {
    display: flex;
    align-items: center;
    flex-direction: row;
}
.slider-content h2 {
    font-size: 36px;
    margin: 0 0 5px;
    font-weight: 500;
    line-height: 1.1;
    color: #31B5F7;
}
.slider-content h2.white, .slider-content h2.white span{
	color: #FFFFFF;
}

.slider-content h2 span {
    font-size: 19px;
    margin: 10px 0 10px;
    font-weight: 400;
    display: block;
    line-height: 1.2;
	color: #334c68;
}
.btn-primary {
    color: #fff;
    background-color: #31b5f7;
	border: 2px solid;
    border-color: #31b5f7;
    text-decoration: none;
	transition: background ease-in-out .4s, color ease-in-out .4s;
}
.btn-primary:hover, .btn-primary:focus {
    color: #31b5f7;
    background-color: #FFFFFF;
    border-color: #31b5f7;
    text-decoration: none;
	transition: background ease-in-out .4s, color ease-in-out .4s;
	box-shadow: none;
}

.btn-primary.white {
    color:#31b5f7;
    background-color: #FFFFFF;
    border-color:  #FFFFFF;

}
.btn-primary.white:hover, .btn-primary.white:focus {
    color: #FFFFFF;
    background-color: transparent;
    border-color: #FFFFFF;
}



.header .nav-bar-header-btn a.btn-primary.blue {
    color: #006ED2;
    background-color: transparent;
	border: 2px solid;
    border-color: #006ED2;
    text-decoration: none;
	transition: background ease-in-out .4s, color ease-in-out .4s;
	margin-left: 10px;
}
.header .nav-bar-header-btn a.btn-primary.blue:hover, .header .nav-bar-header-btn a.btn-primary.blue:focus {
    color: #FFFFFF;
    background-color: #006ED2;
    border-color: #006ED2;
    text-decoration: none;
	transition: background ease-in-out .4s, color ease-in-out .4s;
	box-shadow: none;
}
/* PAGINATION */
.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: #31b5f7;
}
/* PAGINATION */
.slider-content .flex-row {
    flex-direction: row-reverse !important;
}
.header-fixed a.btn-nav {
    font-size: 1rem;
    padding: 0.375rem 1rem;
}
.header-fixed a.btn-primary {
    font-size: 1rem;
    padding: 0.375rem 1rem;
}
a:hover, a.focus{
	box-shadow: none;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none !important;
}
.constent-app-link{
	max-width: 500px;
	width: 100%; 
	display: flex; 
	justify-content: start;
}
.onlyMobileBox{
	display: none;
}
.onlyDeskBox{
	display: flex;
}

@media (max-width: 1580px) {
	.img-flotante-50 {
		width: 330px;
		margin: 0 0 0 -60px;
	}
}
@media (max-width: 1370px) {
	.img-flotante-50 {
		width: 290px;
		margin: 0 0 0 -50px;
	}
	.slider-text-60 {
		padding: 0 0 0 10%;
	}
	.slider-text-100 {
		padding: 0 0 0 10%;
	}
	.slider-text-50 {
		padding: 0 5% 0 10%;
	}
}

@media (max-width: 1120px) {
	.img-flotante-50 {
		width: 200px;
		margin: 0 0 0 -40px;
	}
	.slider-content h2 {
		font-size: 2rem;
	}
	.slider-text-60 {
		padding: 0 0 0 5%;
	}
	.slider-text-100 {
		padding: 0 0 0 5%;
	}
	.slider-text-50 {
		padding: 0 5% 0 5%;
	}
	.slider-content h2 span {
		font-size: 17px;
	}
	p {
		font-size: 17px;
	}
	.slider h2{
		font-size: 2.6rem;
	}
}
@media all and (device-width: 1366px) and (device-height: 1024px) and (orientation:landscape) {
	.onlyMobileBox{
		display: flex;
	}
	.onlyDeskBox{
		display: none;
	}
	.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 (max-width: 1080px) {
	.slider {
		margin-top: 7vh;
	}
}
@media all and (device-width: 1024px) and (device-height: 1366px) and (orientation:portrait) {
	.onlyMobileBox{
		display: flex;
	}
	.onlyDeskBox{
		display: none;
	}
	.slider{
		margin-top: 7vh;
	}
	.slider-image{
		max-height: 100%;
		height: auto;
	}
	.slider-content {
		height: auto;
		display: flex;
		align-items: center;
		position: relative;
		flex-direction: column-reverse !important;
		justify-content: flex-end;
	}
	.slider-image img{
		max-width: calc(100% + 24px);
		width: calc(100% + 24px);
	}
	
	.slider-text-50 {
		padding: 12% 5% 10% 5%;
		width: 100%;
		text-align: center;
		position: relative;
		left: 0;
	}
	.slider-text-60 {
		padding: 12% 5% 10% 5%;
		width: 100%;
		text-align: center;
		position: relative;
		left: 0;
	}
	.slider-text-100 {
		padding: 12% 5% 10% 5%;
		width: 100%;
		text-align: center;
		position: relative;
		left: 0;
	}
	.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%;
	}	
	.slider-content h2.white{
		color: #31B5F7;
	}
	.slider-content h2.white span{
		color:#334c68
	}
	.btn-primary.white {
		color:#FFFFFF;
		background-color: #31b5f7;
		border-color:  #31b5f7;

	}
	.btn-primary.white:hover, .btn-primary.white:focus {
		color: #31b5f7;
		background-color: #FFFFFF;
		border-color: #31b5f7;
	}

}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
	.slider {
		margin-top: 10vh;
	}
	.slider-content {
		height: auto;
	}
	.slider-text-60 {
		padding: 0 5% 0 6.5%;
	}

	.slider-text-100 {
		padding: 0 5% 0 6.5%;
		position: relative;
		right: auto;
		left: auto;
	}
	.slider-content h2.white{
		color: #31B5F7;
	}
	.slider-content h2.white span{
		color:#334c68
	}
	.btn-primary.white {
		color:#FFFFFF;
		background-color: #31b5f7;
		border-color:  #31b5f7;

	}
	.btn-primary.white:hover, .btn-primary.white:focus {
		color: #31b5f7;
		background-color: #FFFFFF;
		border-color: #31b5f7;
	}

}
@media (max-width: 992px) {
	.onlyMobileBox{
		display: flex;
	}
	.onlyDeskBox{
		display: none;
	}
	.slider {
		margin-top: 5vh;
	}
	.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-text-100 {
		padding: 12% 5% 10% 5%;
		width: 100%;
		text-align: center;
	}
	.slider-wrapper .col-6 {
		flex: 0 0 auto;
		width: 100%;
	}
	.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;
	}
	.slider-text-100 {
		padding: 15% 5% 20% 5%;
		position: relative;
		left: inherit;
	}
	.swiper-slide {
		height: auto;
		max-height: 100%;
	}
	.slider-content {
		height: auto;
	}
	.slider {
		margin-top: 5vh;
	}
	.slider-content h2 br{
		display: none;;
	}
	.slider-content h2.white{
		color: #31B5F7;
	}
	.slider-content h2.white span{
		color:#334c68
	}

	.btn-primary.white {
		color:#FFFFFF;
		background-color: #31b5f7;
		border-color:  #31b5f7;

	}
	.btn-primary.white:hover, .btn-primary.white:focus {
		color: #31b5f7;
		background-color: #FFFFFF;
		border-color: #31b5f7;
	}

	.pre-footer {
		background: #31B5F7;
		padding: 70px 0;
	}
	.footer {
		padding: 70px 0 160px;
	}
	.constent-app-link{
		justify-content: center;
		margin: 0 auto;
	}
	.slider-content {
		display: flex;
		align-items: center;
		position: relative;
		flex-direction: column-reverse !important;
		justify-content: flex-end;
	}
	.slider-content .col-7{
		width: 100%;
		max-width: 100%;
	}
	
	.slider-wrapper .col-6 {
		flex: 0 0 auto;
		width: 100%;
	}
	.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%;
		padding: 12% 5% 10% 5%;
		position: relative;
		left: inherit;
		text-align: center;
	}
	.slider-text-60 {
		padding: 15% 5% 20% 5%;
		position: relative;
		left: inherit;
		width: 100%;
		text-align: center;
	}
	.slider-text-100 {
		padding: 15% 5% 20% 5%;
		position: relative;
		left: inherit;
		width: 100%;
		text-align: center;
	}
	.header, .header .nav-bar-header-btn {
		height: 7vh;
	}
	.header .nav-bar-header-btn .left-hnav .logo img {
		max-width: 120px;
	}
}
@media (max-width: 870px) {
	.swiper-slide {
		height: auto;
		max-height: 100%;
	}
	.slider-text-50 {
		padding: 15% 5% 15% 5%;
	}
	.slider-text-60 {
		padding: 15% 5% 15% 5%;
	}
	.slider-text-100 {
		padding: 15% 5% 15% 5%;
	}
	.img-flotante-50 img {
		width: 240px;
		max-height: 240px;
	}
}
@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%;
	}
	.slider-text-100 {
		padding: 12% 5% 12% 5%;
	}
}
@media (max-width: 768px) {
	.onlyMobileBox{
		display: flex;
	}
	.onlyDeskBox{
		display: none;
	}
	.slider h2 {
		font-size: 34px;
    	line-height: 1.1em;
	}
	.slider h2 span {
		font-size: 18px;
	}
	.slider-text-50 {
		padding: 9% 5% 10% 5%;
	}
	.slider-text-60 {
		padding: 9% 5% 10% 5%;
	}
	.slider-text-100 {
		padding: 9% 5% 10% 5%;
	}
}
@media (max-width: 580px) {
	.slider-image-50 {
		height: 90vh;
	}
	.slider-image-60 {
		height: 90vh;
	}
	.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;
	}
	.header .nav-bar-header-btn .left-hnav .logo img {
		max-width: 90px;
	}
	.header, .header .nav-bar-header-btn {
		height: 7vh;
	}
	.hMenu-m img {
		max-width: 22px;
		width: 22px;
		height: auto;
	}
	.beneficios-item .beneficio-txt p strong {
		font-size: 1rem;
	}
}
@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-text-100 {
		padding: 10% 5% 8% 5%;
	}
	.slider h2 span {
		font-size: 13px;
	}
	.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;
	}
	.slider h2 br{
		display: none;
	}
}
@media (max-width: 480px) {
	.slider-image-50 {
		height: 50vh;
	}
	.slider-image-60 {
		height: 50vh;
	}
	.slider h2 {
		font-size: 24px;
		line-height: 1.1em;
	}
	.slider-text-50 {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
		min-height: 315px;
	}
	.slider-text-60 {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
		min-height: 315px;
	}
	.slider-text-100 {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
		min-height: 315px;
	}
	.header .nav-bar-header-btn {
		width: 90%;
	}
}
@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;
	}
	.slider-text-50 {
		min-height: 290px;
	}
	.slider-text-60 {
		min-height: 290px;
	}
	.slider-text-100 {
		min-height: 290px;
	}
	.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;
	}
}
@media (max-width: 376px) {
	.slider {
		margin-top: 8vh;
	}
	.slider-content {
		height: auto;
	}
	.slider h2 span {
		font-size: 14px;
	}
	.slider h2 {
		font-size: 21px;
		line-height: 1.1em;
	}
	.navbar-brand img {
		max-width: 60px;
	}
	.img-flotante-50 {
		width: 160px;
		margin: -50px 0 0 -80px;
	}
	.header, .header .nav-bar-header-btn {
		height: 8vh;
	}
	.slider-text-50 {
		min-height: 270px;
	}
	.slider-text-60 {
		min-height: 270px;
	}
	.slider-text-100 {
		min-height: 270px;
	}
	.header-fixed a.btn-nav {
		font-size: .85rem;
		padding: 0.375rem 1rem;
	}
	.header-fixed a.btn-primary.blue {
        font-size: .85rem;
        padding: 0.375rem 1rem;
    }
}
@media (max-width: 360px) {
	.header-fixed a.btn-nav {
		font-size: .75rem;
		padding: 0.375rem .8rem;
	}
	.header-fixed a.btn-primary.blue {
        font-size: .75rem;
        padding: 0.375rem .8rem;
    }
}
@media (max-width: 320px) {
	.header-fixed a.btn-nav {
		font-size: .70rem;
		padding: 0.375rem .7rem;
	}
	.header-fixed a.btn-primary.blue {
        font-size: .70rem;
        padding: 0.375rem .7rem;
    }
}
@media screen and (orientation:landscape) and
(min-width: 320px) and (max-width: 1024px) {
	.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%;
	}
	.header, .header .nav-bar-header-btn {
		height: 18vh;
    	max-height: 64px;
	}
	.img-flotante-50 img {
		width: 200px;
		max-height: 200px;
	}
	.slider-content h2 br{
		display: none;
	}
	.menu.open {
		overflow-y: scroll;
	}
	.dropdown-menu {
		inset: 17px auto 0px 0px !important;
	}
	.menu .menu-inner li a.dropdown-item {
		padding: 0 5% 5.5%;
	}
}
/* LONG SCREEN */
@media (min-width: 1600px) {
	.slider-image img {
		width: 100%;
		max-width: 100%;
		height: auto;
	}
}