@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
html {
  overflow-x: hidden;
}
body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}
.img-fluid {
  max-width: 100%;
  height: auto;
  width: 100%;
}
/* HEADER FIXED */
.header-fixed {
  display: none;
}
/* HEADER FIXED */
.preguntasHeader {
  top: 0;
  width: 100%;
  height: 64px;
  background: #ffffff;
  margin: 0;
  padding: 0;
  left: 0;
  z-index: 10;
  transition: top ease-in-out .5s;
  box-shadow: 0 0 10px #0000003b;
  position: relative;
}
.accordion-button {
  padding: 1rem 0;
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("../img/arrow-left.svg");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("../img/arrow-left.svg");
  transform: rotate(-180deg);
}
.accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none;
}
.header .nav-bar-header-btn {
  position: relative;
  width: 90%;
  max-width: 1440px;
  height: 64px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .nav-bar-header-btn .left-hnav {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
}
.header .nav-bar-header-btn .left-hnav .logo {
  align-items: center;
  max-width: 608px;
  height: auto;
}
.header .nav-bar-header-btn .left-hnav .logo img {
  max-width: 124px;
  height: auto;
  width: 100%;
}
.header .nav-bar-header-btn a.btn-nav {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  letter-spacing: 0em;
  text-align: center;
  width: auto;
  height: auto;
  background: #31B5F7;
  border-radius: 5px;
  border: 2px solid #31B5F7;
  padding: 8px 22px 7px;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
  transition: background ease-in-out .2s, color ease-in-out .4s;
}
.header .nav-bar-header-btn a.btn-primary {
  font-size: 0.9rem;
  padding: 8px 20px 7px;
}
.header .nav-bar-header-btn a.btn-nav:hover, .header a.btn-nav:focus {
  background: #ffffff;
  border: 2px solid #31B5F7;
  color: #31B5F7;
  text-decoration: none;
  transition: background ease-in-out .4s, color ease-in-out .8s;
}
.header {
  position: fixed;
  width: 100%;
  height: 64px;
  background: #FFFFFF;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 99;
  transition: top ease-in-out .5s;
  box-shadow: 0px 2px 15px rgba(0, 110, 210, 0.15);
}
.header .nav-bar-header {
  position: relative;
  width: 90%;
  max-width: 1440px;
  height: 64px;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header .nav-bar-header .logo {
  align-items: center;
  max-width: 608px;
  height: auto;
}
.header .nav-bar-header .logo svg {
  max-width: 64px;
  height: auto;
  width: 100%;
}
.hMenu-m {
  display: none;
}
.cover {
  display: none;
}
.close-menu-m {
  display: none;
}
.header .nav-bar-header a.pf {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0em;
  text-align: center;
  width: auto;
  height: auto;
  padding: 10px 60px;
  align-items: center;
  color: #f8f9fadb;
  text-decoration: none;
  transition: color ease-in-out .3s;
}
.header .nav-bar-header a.pf:hover, .header .nav-bar-header a.pf:focus {
  color: #ffffff;
  text-decoration: none;
  transition: color ease-in-out .3s;
}
.menu {
    margin: 0 0 0 1.6rem;
}
.menu .menu-inner {
  display: flex;
  margin: 0;
  padding: 0;
}
.menu .menu-inner li {
  display: inline-flex;
  margin: 0;
  padding: 0;
  border: 0;
}
.menu .menu-inner li a {
  text-decoration: none;
  color: #334c68;
  line-height: 1;
  font-weight: 500;
  transition: all ease-in-out .3s;
  opacity: 1;
  font-size: 0.9rem;
}
.menu .menu-inner li a:hover {
  color: #334c68;
  opacity: .6;
  transition: opacity ease-in-out .2s;
}
.menu .menu-inner li a:focus, .menu .menu-inner li a:active, .menu .menu-inner li a.active {
  color: #109BE6;
  opacity: 1;
  transition: all ease-in-out .3s;
}
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url(../img/hero.webp) no-repeat #FFFFFF;
  background-position: top center;
  background-size: cover;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
.hero.bps {
  background: url("../img/hero-bps.webp") no-repeat #FFFFFF;
  background-position: top center;
  background-size: cover;
}
.hero.sueldo {
  background: url("../img/hero-sueldo.jpg") no-repeat #FFFFFF;
  background-position: top center;
  background-size: cover;
}
.hero .solicitar-content {
  position: relative;
  width: 90%;
  max-width: 290px;
  height: auto;
  left: 0;
}
.hero.sueldo .solicitar-content {
  width: 90%;
  max-width: 480px;
}
.hero.bps .solicitar-content {
  width: 90%;
  max-width: 440px;
}
.hero.bps .solicitar-content p {
  max-width: 330px;
}
.hero.sueldo .solicitar-content p {
  max-width: 400px;
}
.hero .solicitar-content .logo.big svg {
  max-width: 165px;
  height: auto;
  width: 100%;
}
.hero .solicitar-content a.btn-p {
  margin: 30px auto 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ver-condiciones {
  font-size: 12px;
  margin-top: 10px;
  color: #334c68;
  text-decoration: underline;
}
.green-bar {
  position: absolute;
  background: #8FCA52;
  width: 90%;
  max-width: 740px;
  height: auto;
  padding: 16px 16px 16px 24px;
  border-radius: 5px 0 0 5px;
  box-shadow: 0px 10px 40px rgb(0 110 210 / 40%);
  right: 0;
  bottom: 70px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.green-bar .linea-separadora {
  height: 26px;
  width: 1px;
  background: #FFFFFF;
  margin: 0 18px;
}
.green-bar .carrito {
  width: 100%;
  max-width: 22px;
  height: auto;
}
.green-bar .txt-promo {
  font-size: 20px;
  text-align: left;
  line-height: 1;
}
.green-bar .txt-promo span {
  font-weight: 500;
}
a.btn-p {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 21px;
  letter-spacing: 0em;
  text-align: center;
  width: 100%;
  height: auto;
  background: #31B5F7;
  border-radius: 5px;
  border: 2px solid #31B5F7;
  padding: 12px 26px;
  align-items: center;
  color: #FFFFFF;
  text-decoration: none;
  transition: background ease-in-out .2s, color ease-in-out .4s;
}
a.btn-p:hover, a.btn-p:focus {
  background: transparent;
  color: #31B5F7;
  border: 2px solid #31B5F7;
  text-decoration: none;
  transition: background ease-in-out .2s, color ease-in-out .4s;
}
.section-prestamos, .metros, .app, .tarjetas {
  overflow: hidden;
}
dl, ol, ul {
  margin-left: -1rem;
}
a.btn-s {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0em;
  text-align: center;
  width: auto;
  display: block;
  height: auto;
  background: #ffffff;
  border-radius: 5px;
  border: 2px solid #31B5F7;
  padding: 12px 26px;
  align-items: center;
  color: #31B5F7;
  text-decoration: none;
  transition: background ease-in-out .2s, color ease-in-out .4s;
}
a.btn-s:hover, a.btn-s:focus {
  background: #31B5F7;
  color: #ffffff;
  border: 2px solid #31B5F7;
  text-decoration: none;
  transition: background ease-in-out .2s, color ease-in-out .4s;
}
h1 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 54px;
  letter-spacing: 0em;
  text-align: left;
  color: #31B5F7;
  margin: 20px 0;
}
.hero.bps h1, .hero.sueldo h1 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 900;
  line-height: 1;
  font-size: 44px;
  letter-spacing: 0em;
  text-align: left;
  color: #31B5F7;
  margin: 20px 0;
}
p {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  line-height: 1.2em;
  font-size: 19px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0;
  color: #334c68;
}
.w-160 br {
  display: none;
}
.blanco {
  color: #ffffff
}
.beneficios {
  padding: 0 0 100px;
  margin: -50px 0 0;
}
.beneficios-listado {
  margin: 50px 5px 0;
}
.seccion-cuenta {
  background: #ffffff;
  position: relative;
  z-index: 1;
  padding: 0 0 40px;
}
.btn-hero-group {
  max-width: 290px;
}
.beneficios-listado a.solicitarBeneficio {
  color: #FFFFFF;
  padding: 5px 10px;
  background-color: #31B5F7;
  border: 2px solid #31B5F7;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 3rem;
}
.beneficios-listado a.solicitarBeneficio:hover {
  color: #31B5F7;
  background-color: transparent;
}
.seccion-cuenta .celular-cuenta {
  text-align: right;
}
.seccion-cuenta .celular-cuenta img {
  max-width: 85%;
}
.seccion-cuenta .texto-cuenta ul.lista {
  max-width: 75%;
}
.beneficios-item {
  padding: 0 12px 16px;
  min-height: 245px;
}
.beneficios-page a, .beneficios-page a:hover, .beneficios-page a:focus {
  text-decoration: none;
}
.beneficios-listado a, .beneficios-listado a:hover, .beneficios-listado a:focus {
  text-decoration: none;
}
.beneficios-item img {
  max-width: 120%;
  height: auto;
  width: 120%;
  margin-left: -10%;
}
.beneficios-item .beneficio-txt p {
  font-size: 16px;
}
.beneficios-item .beneficio-txt p strong {
  font-size: 21px;
}
.seccion-protegido {
  position: relative;
  z-index: 9;
}
.seccion-protegido .doble2 {
  position: relative;
  z-index: 10;
}
.section-te-sirve {
  margin-bottom: 40px;
}
.bg-cuenta {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}
.seccion-protegido .bg-cuenta {
  bottom: 20%;
}
.container {
  width: 90%;
  max-width: 992px;
}
.mobile-btn {
  display: none;
}
.bottom-image {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 3;
  background: url("../img/01-blue.svg") no-repeat;
  background-size: cover;
  background-position: bottom center;
  height: 60px;
}
.seccion-metros {
  padding: 0 0 100px;
}
.seccion-metros .app-home .yellow {
  color: #FFBD45;
}
.ico-tenes img {
  max-width: 100%;
  height: auto;
  width: 100%;
  margin: 0 0 0 0;
  text-align: center;
}
.txt-tenes {
  padding: 0 1.6rem 0 2rem;
}
.txt-tenes p strong {
  font-weight: 500;
}
a.btn.btn-yellow {
  background: #FFBD45;
  color: #FFFFFF;
  font-size: 16px;
  text-decoration: none;
  border-radius: 4px;
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 25px 10px 13px;
  width: auto;
  max-width: 415px;
  transition: background ease-in-out .3s;
}
a.btn.btn-yellow:hover, a.btn.btn-yellow:focus {
  background: #ffaf21;
  transition: background ease-in-out .2s;
}
a.btn.btn-yellow i {
  padding: 0 14px 3px 0;
}
a.btn.btn-yellow i img {
  width: 24px;
  height: auto;
}
.item-oca-blue {
  padding: 5px;
}
.section-te-sirve {
  background: url("../img/bg-te-sirve.png") no-repeat #FFFFFF;
  background-position: top left;
  background-size: cover;
  padding: 150px 0 150px;
}
.section-prestamos {
  background: url("../img/bg-te-sirve.png") no-repeat #FFFFFF;
  background-position: top left;
  background-size: cover;
  padding: 190px 0 320px;
}
.section-abrila {
  background: url("../img/bg-abrila.png") no-repeat #FFFFFF;
  background-position: top left;
  background-size: cover;
  padding: 230px 0 210px;
}
.item-oca-blue .innerIcon {
  background: #FFFFFF;
  box-shadow: 0px 2px 15px rgb(0 110 210 / 15%);
  padding: 0;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 10px;
  margin-right: 5px;
  margin-left: 5px;
}
.mb-grande {
  margin-bottom: 60px;
}
.mb-mas-grande {
  margin-bottom: 120px;
}
.qr-box-container {
  max-width: 440px;
  width: 100%;
  margin: 30px -0.3rem 30px;
}
.qr-box {
  background: #FFFFFF;
  box-shadow: 0px 2px 15px rgb(0 110 210 / 15%);
  padding: 15px;
  overflow: hidden;
  border-radius: 10px;
}
.qr-box a {
  display: flex;
  align-items: center;
  padding: 4px 0 0 8px;
}
.qr-box.col-6 {
  flex: 0 5px auto;
  width: calc(50% - .8rem);
  margin: .4rem;
  text-align: center;
}
.app-home p {
  font-size: 18px;
}
.seccion-cuenta .only-text {
  padding: 90px 0 20px;
  max-width: 590px;
  margin: auto;
}
.app-home {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
.app-home ul.lista {
  margin-bottom: 60px;
}
.app-home li {
  color: #31B5F7;
  font-size: 18px;
}
.app-home span {
  margin: 0 0 30px;
  display: block;
  color: #334c68;
  line-height: 1.2;
}
.app-home span strong {
  color: #31B5F7;
}
h1.title-interna {
  font-size: 46px;
  line-height: 1.1em;
  font-weight: 700;
  margin: 0 0 30px;
  color: #334c68;
}
h2 {
  font-size: 40px;
  line-height: 1.1em;
  font-weight: 500;
  margin: 0 0 30px;
  color: #334c68;
}
h2 span {
  color: #31B5F7;
}
h1.title-interna span {
  color: #31B5F7;
}
p.chico {
  font-size: 18px;
}
p.mas-chico {
  font-size: 16px;
}
p.small {
  margin-top: 10px;
  font-size: 12px;
  max-width: 300px;
}
.seccion-protegido ul.lista-check li {
  list-style-image: url("../img/tick.svg");
}
.abrila .innerIcon {
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.abrila p.w-160 {
  /* max-width: 190px; */
  color: #31b5f7;
  font-weight: bold;
  font-size: 1.4rem
}
.abrila a.btn {
  background: #31B5F7;
  color: #FFF;
  border-radius: 4px;
  text-decoration: none;
  margin-right: 0;
  font-size: 18px;
  transition: background ease-in-out .3s;
  float: right;
}
.row.app-home, .section-abrila .row {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: 0;
  margin-left: 0;
}
.abrila a.btn:hover, .abrila a.btn:focus {
  background: #109BE6;
  transition: background ease-in-out .2s;
}
.abrila-page .abrila a.btn {
  float: none;
  margin: 0 auto;
  width: 200px;
}
a.empezar-mobile {
  display: none;
}
a.ver-todos {
  text-align: right;
  display: block;
  margin-top: 10px;
  width: 100%;
  color: #334c68;
  padding-right: 5px;
}
a.ver-todos:hover, a.ver-todos:focus {
  color: #334c68;
  text-decoration: underline;
}
.qr img {
  max-width: 60px;
  width: 100%;
  height: auto;
  float: right;
  margin-right: 30px;
}
.tarjetaVisa {
  max-width: 280px;
  margin: auto;
  text-align: center;
}
.seccion-cuenta .only-image {
  position: absolute;
  right: 20%;
  bottom: -10px;
}
.seccion-cuenta .only-image img {
  max-width: 340px;
  height: auto;
}
.section-prestamos .row {
  margin-top: 50px;
}
.section-prestamos .box {
  background: #FFFFFF;
  border-radius: 11px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  box-shadow: 0px 2px 15px rgb(0 110 210 / 15%);
}
.section-prestamos .box p {
  padding: 30px 18px;
  margin: 0;
  min-height: 120px;
}
.descuentos-promociones {
  background: #ffffff;
  padding: 90px 0 90px;
  margin: 0 0 0;
  position: relative;
  z-index: 2;
}
.flex-grid {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.borde {
  background: url("../img/02-blue.svg") no-repeat;
  background-size: cover;
  background-position: top center;
  height: 30px;
}
.borde-yt {
  background: url("../img/yellow-01.svg") no-repeat;
  background-size: cover;
  background-position: top center;
  height: 70px;
}
.borde-yb {
  background: url("../img/yellow-02.svg") no-repeat;
  background-size: cover;
  background-position: top center;
  height: 70px;
}
.borde-gris {
  background: url("../img/gris.svg") no-repeat;
  background-size: cover;
  background-position: bottom center;
  height: 70px;
}
.borde-wb {
  background: url("../img/white-02.svg") no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 70px;
  position: absolute;
  padding: 0;
  margin: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.borde-wt {
  background: url("../img/white-01.svg") no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 70px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.descuentos-promociones h2 {
  margin-top: 22px;
}
.metros {
  background: #F1B942;
  padding: 50px 0 100px;
  margin: 0 0 0;
  position: relative;
  z-index: 2;
}
.metros .metros-img img {
  max-width: 128%;
  width: 128%;
  text-align: center;
  margin: 0 0 0 -12%;
}
.metros .compensar {
  padding-left: 80px;
}
.app {
  background: #ffffff;
  padding: 30px 0 70px;
  margin: 0 0 0;
  position: relative;
  z-index: 2;
}
.botones-apps-mobile {
  display: none;
}
.tarjetas {
  background: #ffffff;
  padding: 60px 0 60px;
  margin: 0 0 0;
  position: relative;
  z-index: 2;
}
.tarjetas .col-tarjetas {
  padding: 0 30px;
}
.tarjetas ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
.tarjetas ul.lista li {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  line-height: 24px;
  font-size: 13px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0;
  color: #334c68;
  list-style: disc;
  margin-left: 5%;
  margin-bottom: 10px;
}
.beneficio-titulo {
  font-size: 25px;
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  color: #334c68;
}
.beneficio-titulo-terminos {
  font-size: 15px;
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}
.beneficio-p {
  font-size: 14px;
}
p.beneficio-solicitar {
  font-size: 14px;
  margin: 15px 0;
}
a.volver a.volver:hover, a.volver:visited a.volver:focus {
  text-decoration: none;
}
.prev-arrow {
  max-width: 28px;
  margin-right: 20px;
  margin-bottom: 3px;
}
.tarjetas ul.lista li span {
  font-size: 24px;
}
span.btnTarjeta {
  display: block;
}
span.btnTarjeta-m {
  display: none;
}
.flex-center {
  display: flex;
  align-items: center;
}
.ios {
  max-width: 183px;
  display: block;
  margin: 30px 0 0;
}
.android {
  max-width: 183px;
  display: block;
  margin: 20px 0 0;
}
.preguntas {
  overflow: hidden;
  padding: 80px 0 40px;
  margin: 0;
  background: #FFFFFF;
  position: relative;
}
.preguntas-page {
  background: #ffffff;
  padding: 160px 0 60px;
  margin: 0;
  position: relative;
}
.preguntas-page h6 button {
  color: #001F42;
  font-size: 19px;
  margin: 0 0 0;
}
.preguntas-page p {
  font-size: 14px;
  max-width: 90%;
}
.accordion h3 {
  margin: 35px 0 30px;
  color: #31B5F7;
}
.accordion-body {
  padding: 0px 0 40px;
}
.accordion-body p {
  margin-top: 10px;
}
.accordion-button:not(.collapsed) {
  color: #31B5F7;
  background-color: transparent;
  box-shadow: none;
}
.preguntas .row {
  display: flex;
  width: 100%;
  overflow: visible;
  grid: inherit;
  flex-direction: row;
  flex-wrap: nowrap;
}
.preguntas h6 {
  color: #31B5F7;
  font-size: 18px;
  margin: 40px 0 40px;
}
.preguntas p {
  font-size: 18px;
}
.preguntas .small, .preguntas small {
  font-size: 12px;
  color: #99a5b3;
}
.swiper-slide {
  height: 100%;
}
.preguntas .swiper-slide .box {
  background: #F8F9FA;
  padding: 10px 20px 50px;
  border-radius: 10px;
  height: 100%;
}
.preguntas .swiper-slide .box .box-content.last-box {
  opacity: .15;
}
.link-carrousel {
  color: #31B5F7;
  border-radius: 10px;
  text-decoration: none;
  position: absolute;
  right: 3%;
  top: 98px;
  z-index: 3;
  width: auto;
}
.link-carrousel:hover, .link-carrousel:focus {
  opacity: .7;
}
.contenedor-carrousel {
  width: 100%;
  overflow: visible;
  position: relative;
}
.next-arrow {
  width: 25px;
  max-width: 25px;
  height: 46px;
  position: absolute;
  right: -240px;
  top: 50%;
  margin: -23px 0 0 0;
  z-index: 5;
}
.next-arrow a:hover img, .next-arrow a:focus img {
  opacity: .7;
}
/* SLIDER */
/* .container-slider{
	width: 100%;
	position: relative;
}
.swiper-container{
	width: 80%;
	margin-left: 20%;	
} */
.container-slider {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.box-desktop {
  display: felx;
}
.box-mobile {
  display: none;
}
.swiper-container {
  width: 82.5%;
  padding: 0 10px;
  margin: 0;
}
.swiper-button-next, .swiper-button-prev {
  z-index: 11;
}
.swiper-button-prev {
  left: 12%;
}
.alpha-more-swiper {
  width: 30%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  background: rgb(245, 245, 245);
  background: linear-gradient(90deg, rgba(245, 245, 245, 0) 0%, rgba(255, 255, 255, 0.4640056706276261) 35%, rgba(255, 255, 255, 1) 100%);
}
.noSeeSwiper {
  display: none;
}
.swiper-button-next, .swiper-button-prev {
  color: #31B5F7;
}
.swiper-button-next, .swiper-button-next {
  color: #31B5F7;
}
a {
  color: #31B5F7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #31B5F7;
  text-decoration: underline;
}
/* SLIDER */
.pre-footer {
  background: #31B5F7;
  padding: 100px 0;
}
.pre-footer .logo {
  max-width: 122px;
}
.pre-footer a {
  display: table;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  padding: 5px 0;
  opacity: 1;
  transition: opacity ease-in-out .2s;
  font-weight: 500;
}
.pre-footer a:hover, .pre-footer a:focus {
  opacity: .8;
  transition: opacity ease-in-out .4s;
}
.pre-footer a.link-grande {
  display: table;
  font-size: 24px;
  padding: 4px 0;
  opacity: 1;
  transition: opacity ease-in-out .2s;
}
.pre-footer a.link-grande:hover, .pre-footer a.link-grande:focus {
  opacity: .8;
  transition: opacity ease-in-out .4s;
}
span.link-pre-footer {
  display: table;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  padding: 5px 0;
  opacity: 1;
  transition: opacity ease-in-out .2s;
}
.seccion-protegido .row.doble3 .box-desktop img {
  max-width: 100%;
}
.footer .container-lg {
  position: relative;
  width: 90%;
  max-width: 1440px;
  margin: auto;
  padding: 0
}
.pre-footer .container-lg {
  position: relative;
  width: 90%;
  max-width: 1440px;
  margin: auto;
  padding: 0
}
.footer {
  background: #109BE6;
  padding: 100px 0;
  font-weight: 300;
}
.footer a {
  display: table;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
  padding: 5px 0;
  opacity: 1;
  transition: opacity ease-in-out .2s;
}
.footer a:hover, .footer a:focus {
  opacity: .8;
  transition: opacity ease-in-out .4s;
}
.footer .smaller {
  font-size: 14px;
  color: #ffffff;
  position: absolute;
  bottom: -60px;
  left: 0;
  opacity: 1;
  transition: opacity ease-in-out .2s;
}
.footer .redes {
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
}
.footer .redes a {
  display: inline-block;
  margin: 0 5px;
  opacity: 1;
  transition: opacity ease-in-out .2s;
}
.footer .redes a:hover, .footer .redes a:hover {
  opacity: .78;
  transition: opacity ease-in-out .4s;
}
.footer .container-lg {
  position: relative;
  width: 90%;
  max-width: 1440px;
  margin: auto;
}
.h2metros {
  color: #303e42;
}
.pmetros {
  color: #303e42;
}
.metros {
  margin: -1px 0 0;
}
.seccion-protegido .row.doble2 img {
  max-width: 92%;
}
.seccion-protegido .row.doble3 img {
  max-width: 80%;
}
.pre-footer .flex-center, .footer .flex-center {
  display: flex;
  align-items: flex-start;
}
.mobile-none {
  display: block;
}
.mobile-si {
  display: none;
}
/*Abrí tu Cewunta*/
.abrila-box {
  padding: 6px;
}
.abrila-page h2 {
  margin: 0 0 40px;
}
.abrila-box-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0px 2px 15px rgb(0 110 210 / 15%);
  padding: 0;
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
  min-height: 300px;
  justify-content: center;
}
.abrila-page {
  background: #ffffff;
  padding: 170px 0 100px;
  margin: 0 auto;
  position: relative;
}
.abrila-page .only-text {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 100%;
}
.abrila-box p {
  text-align: center;
}
h2 span.logo-inner {
  display: inline-flex;
}
.logo-inner {
  max-width: 150px;
  width: 150px;
  margin-left: 16px;
  height: auto;
  text-align: center;
  display: inline-flex;
}
.abrila-item {
  margin: 30px auto;
}
.abrila-item.oca-logo {
  max-width: 105px;
  width: 100%;
}
.abrila-item.qr-abrila {
  max-width: 74px;
}
/*--Beneficios--*/
.beneficios-page {
  background: #ffffff;
  padding: 140px 0 100px;
  margin: 0 auto;
  position: relative;
}
a.quieroCuentaMob {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0em;
  text-align: center;
  width: auto;
  height: auto;
  background: #31B5F7;
  border-radius: 5px;
  border: 2px solid #31B5F7;
  padding: 8px 22px;
  align-items: center;
  color: #ffffff !important;
  text-decoration: none;
  margin-bottom: 20px;
  max-width: 160px;
  margin-left: 15px;
}
a.quieroCuentaMob.blue {
  background: transparent;
  border: 2px solid #31b5f7;
  color: #31b5f7 !important;
}
li.onlyMobile {
  display: none !important;
}
.listado-beneficos {
  display: none;
}
.listado-beneficos.open {
  display: block;
}
.hero .solicitar-content a.btn-p.btnWhatsapp {
  margin: 2vh 0 0;
  display: inline-flex;
}
a.btn-p.btnWhatsapp {
  font-weight: 500;
  letter-spacing: 0em;
  text-align: left;
  width: 100%;
  height: auto;
  background: #25D366;
  border-radius: 5px;
  border: 2px solid #25D366;
  padding: 12px 26px;
  align-items: center;
  color: #FFFFFF;
  fill: #FFFFFF;
  text-decoration: none;
  transition: background ease-in-out .2s, color ease-in-out .4s, fill ease-in-out .4s;
}
a.btn-p.btnWhatsapp:hover, a.btn-p.btnWhatsapp:focus {
  background: transparent;
  border: 2px solid #25D366;
  color: #25D366;
  text-decoration: none;
  transition: background ease-in-out .2s, color ease-in-out .4s, fill ease-in-out .4s;
  fill: #25D366;
}
a.btn-p.btnWhatsapp svg {
  enable-background: new 0 0 25 24;
  position: relative;
  top: -2px;
  margin-left: 8px;
  margin-right: 4px;
  display: inline-flex;
  width: 22px;
}
/* BTN prguntas frecuentes */
.buttom-pf-int {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.buttom-pf-int a {
  margin: 10px;
  max-width: 200px;
}
.abrila .innerIcon {
  padding: 30px 42px 30px 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 84.72%;
  margin-top: -20px;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: none !important;
}
@media (max-width: 1920px) {
  .section-te-sirve {
    background: url("../img/bg-te-sirve-big.png") no-repeat #FFFFFF;
    background-position: top left;
    background-size: cover;
    padding: 150px 0 150px;
  }
  .section-prestamos {
    background: url("../img/bg-te-sirve-big.png") no-repeat #FFFFFF;
    background-position: top left;
    background-size: cover;
    padding: 190px 0 320px;
  }
  .section-abrila {
    background: url(../img/bg-abrila-big.png) no-repeat #FFFFFF;
    background-position: top left;
    background-size: cover;
    padding: 230px 0 250px;
  }
}
@media (max-width: 1560px) {
  .section-te-sirve {
    background: url("../img/bg-te-sirve.png") no-repeat #FFFFFF;
    background-position: top left;
    background-size: cover;
  }
  .section-prestamos {
    background: url("../img/bg-te-sirve.png") no-repeat #FFFFFF;
    background-position: top left;
    background-size: cover;
  }
  .section-abrila {
    background: url(../img/bg-abrila.png) no-repeat #FFFFFF;
    background-position: top left;
    background-size: cover;
  }
  h1 {
    font-size: 54px;
  }
  .menu {
        margin: 0 0 0 1.2rem;
  }
  .abrila-page {
    padding: 140px 0 100px;
  }
}
@media (max-width: 1380px) {
  .header .nav-bar-header-btn a.btn-nav {
    font-size: .85rem;
  }
  .header .nav-bar-header-btn a.btn-primary {
    font-size: .85rem;
  }
  .menu .menu-inner li a {
    font-size: .85rem;
  }



}
@media (max-width: 1285px) {
  .menu {
    margin: 0 0 0 20px;
  }
  .hero.sueldo {
    background: url("../img/hero-sueldo-medium.jpg") no-repeat #FFFFFF;
    background-position: top right;
    background-size: cover;
  }
  .hero.bps {
    background: url("../img/hero-bps-medium.jpg") no-repeat #FFFFFF;
    background-position: top right;
    background-size: cover;
  }
  .hero {
    background: url(../img/hero.webp) no-repeat #FFFFFF;
    background-position: top right;
    background-size: cover;
  }
  h1 {
    font-size: 52px;
  }
  .hero.sueldo h1, .hero.bps h1 {
    font-size: 44px;
  }
  .hero.sueldo .solicitar-content {
    width: 90%;
    max-width: 440px;
  }
  .hero.bps .solicitar-content {
    width: 90%;
    max-width: 440px;
  }
}
@media (max-width: 1220px) {
  .header .nav-bar-header-btn a.btn-nav {
    font-size: .7rem;
  }
  .menu .menu-inner li a {
    font-size: .75rem;
  }
  .menu .menu-inner li {
    display: inline-flex;
  }
  .nav-link {
    padding: 1rem .4rem;
  }
  .header .nav-bar-header-btn .left-hnav .logo img {
    max-width: 100px;
  }
  .header .nav-bar-header-btn a.btn-nav {
    font-size: .85rem;
  }
  .header .nav-bar-header-btn a.btn-nav {
    font-size: .85rem;
    padding: 7px 14px 6px;
  }
  .header .nav-bar-header-btn a.btn-primary {
    font-size: .85rem;
    padding: 7px 14px 6px;
  }
}
@media (max-width: 1080px) {
  .header .nav-bar-header-btn a.btn-nav {
    font-size: .7rem;
  }
  .menu .menu-inner li a {
    font-size: .7rem;
  }
  .menu .menu-inner li {
    display: inline-flex;
  }
  .header .nav-bar-header-btn .left-hnav .logo img {
    max-width: 100px;
  }
}
@media (max-width: 1080px) {
  /* HEADER FIXED */
  .header-fixed {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 64px;
    background: #ffffff;
    margin: auto;
    padding: 0;
    left: 0;
    z-index: 12;
    bottom: -64px;
    /* top: auto; */
    transition: bottom ease-in-out .5s;
    box-shadow: 0 0 10px #0000003b;
  }
  .header-fixed.show {
    bottom: 0;
    transition: bottom ease-in-out .5s;
    top: auto;
  }
  .header-fixed a.btn-nav {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: center;
    max-width: 200px;
    width: 100%;
    height: auto;
    background: #31B5F7;
    border-radius: 5px;
    border: 2px solid #31B5F7;
    padding: 8px 22px;
    align-items: center;
    color: #ffffff;
    text-decoration: none;
    transition: background ease-in-out .2s, color ease-in-out .4s;
  }
  .header-fixed a.btn-nav:hover, .header-fixed a.btn-nav:focus {
    background: #ffffff;
    border: 2px solid #31B5F7;
    color: #31B5F7;
    text-decoration: none;
    transition: background ease-in-out .4s, color ease-in-out .8s;
  }
  li.onlyMobile {
    display: block !important;
  }
  p.mas-chico {
    font-size: 15px;
  }
  .hMenu-m {
    display: block;
  }
  .close-menu-m {
    display: block;
    position: absolute;
    top: 18px;
    right: 12%;
  }
  .close-menu-m a {
    display: block;
    text-decoration: none;
  }
  .close-menu-m a img {
    max-height: 20px;
    height: auto;
    width: 30px;
  }
  .hMenu-m img {
    max-width: 30px;
    width: 30px;
    height: auto;
  }
  .cover.open {
    display: block;
    width: 129%;
    height: 170vh;
    position: fixed;
    background: #607c8b63;
    margin-left: -20%;
    top: 0;
    left: 0;
    opacity: 1;
    transition: all ease-in-out .4s;
  }
  .menu {
    position: absolute;
    top: 0;
    width: 55%;
    background: #FFF;
    height: 100vh;
    padding: 3%;
    right: -65%;
    transform: translateX(-6%);
    transition: transform ease-in-out .6s;
    margin: 0;
    z-index: 100;
    display: block;
  }
  .menu.open {
    transform: translateX(-106%);
    transition: transform ease-in-out .6s;
  }
  .menu .menu-inner {
    display: block;
    margin: 60px 0 0;
    padding: 0;
  }
  .menu .menu-inner li {
    display: block;
    padding: 0;
    border: 0;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .menu .menu-inner li.onlyMobile {
    padding: 30px 0 15px;
    display: flex !important;
    flex-direction: column;
  }
  .header .nav-bar-header-btn a.btn-nav {
    display: none;
  }
  .menu .menu-inner li a {
    font-size: 16px;
  }
  .preguntas {
    padding: 0 0 80px;
  }
  .footer .smaller {
    font-size: 12px;
  }
  .beneficios-item {
    padding: 0 10px 16px;
    min-height: 230px;
  }
  .beneficios-item .beneficio-txt p {
    font-size: 14px;
  }
  .app-home p {
    font-size: 14px;
  }
  .abrila p.w-160 {
    font-size: 1.3rem;
  }
  .footer {
    padding: 60px 0 140px;
  }
  .header-fixed.show {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
  }
  .header-fixed a.btn-primary {
    display: flex;
    width: auto;
    max-width: inherit;
    font-size: .85rem;
  }
  .header-fixed a.btn-nav {
    max-width: inherit;
    width: auto;
    display: flex;
    font-size: .85rem;
    padding: .375rem .75rem;
  }
  .header-fixed a.btn-primary.blue {
    margin-left: 8px;
    color: #31b5f7;
    background-color: transparent;
    border-color: #31b5f7;
    padding: .375rem .75rem .368rem;
  }
  .footer .redes a {
    margin: 0 3px;
  }
}
@media (max-width: 1090px) {
  a.btn-s {
    font-size: 17px;
    padding: 12px 16px;
  }
}
@media (max-width: 1024px) {
  .hero.sueldo h1 {
    font-size: 37px;
  }
  .hero.sueldo .solicitar-content {
    width: 90%;
    max-width: 375px;
  }
  .hero.bps h1 {
    font-size: 37px;
  }
  .hero.bps .solicitar-content {
    width: 90%;
    max-width: 375px;
  }
  .section-abrila {
    padding: 230px 0 70px;
  }
  .hero.sueldo .solicitar-content p, .hero.bps .solicitar-content p {
    max-width: 350px;
  }
  html {
    overflow-x: hidden;
  }
  .hero p {
    max-width: 300px;
  }
  p {
    font-size: 22px;
  }
  /* SLIDER */
  .container-slider {
    width: 100%;
    position: relative;
  }
  .swiper-container {
    width: auto;
    margin: auto;
    padding: 0 calc(1.5em + .75em);
  }
  .swiper-button-next {
    right: 15px;
  }
  .swiper-button-prev {
    left: 10px;
  }
  .alpha-more-swiper {
    width: 20%;
  }
  .preguntas .swiper-slide .box {
    min-height: 560px;
  }
  .link-carrousel {
    right: 5%;
    top: 90px;
  }
  h1 {
    font-size: 48px;
  }
  p {
    font-size: 20px;
  }
  a.btn-p, a.btn-p.btnWhatsapp {
    font-size: 18px;
  }
  .btn-hero-group {
    max-width: 260px;
  }
}
@media all and (device-width: 1280px) and (device-height: 800px) and (orientation:landscape) {

  .menu .menu-inner li a, .header .nav-bar-header-btn a.btn-nav,  .header .nav-bar-header-btn a.btn-primary{
    font-size: 0.8rem;
  }
    
  .abrila-item.qr-abrila {
    display: none;
  }
  .abrila-box-inner .mobile-no {
    display: none;
  }
  .abrila-box-inner .abrila a.btn {
    float: none;
    margin: 0 auto;
    width: 200px;
  }
  .abrila a.btn.empezar-mobile {
    display: flex;
    margin: 30px auto 0;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }
  ss .mobile-none {
    display: none;
  }
  .mobile-si {
    display: block;
  }
  .section-abrila .qr {
    display: none;
  }
  .section-abrila .mobile-btn {
    display: block;
  }
  .section-abrila .app-home {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .box-mobile.ipadPro {
    display: flex;
  }
  .box-mobile.no-ipadPro {
    display: none;
  }
  .section-abrila .mobile-no {
    display: none;
  }
  .abrila .innerIcon {
    padding: 30px;
    min-height: 130px;
  }
  .box-desktop {
    display: none;
  }
  .qr-box.col-6 {
    padding: 0;
  }
  .seccion-protegido .row.doble3 .qr-box.col-6 img {
    width: 100%;
    max-width: 100%;
  }
  .section-abrila {
    padding: 230px 0 120px;
  }
  .preguntas {
    padding: 0 0 80px;
  }
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
  .abrila-item.qr-abrila {
    display: none;
  }
  .abrila-box-inner .mobile-no {
    display: none;
  }
  .section-abrila .mobile-no {
    display: none;
  }
  .abrila .innerIcon {
    padding: 30px;
    min-height: 130px;
  }
  .abrila-box-inner .abrila a.btn {
    float: none;
    margin: 0 auto;
    width: 200px;
  }
  .abrila a.btn.empezar-mobile {
    display: flex;
    margin: 30px auto 0;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }
  .section-abrila .qr {
    display: none;
  }
  .section-abrila .mobile-btn {
    display: block;
  }
  .section-abrila .app-home {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .abrila-item.qr-abrila {
    display: none;
  }
  .abrila-box-inner .mobile-no {
    display: none;
  }
  .abrila-box-inner .abrila a.btn {
    float: none;
    margin: 0 auto;
    width: 200px;
  }
  .abrila a.btn.empezar-mobile {
    display: flex;
    margin: 30px auto 0;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }
  .abrila-box-inner {
    min-height: 380px;
  }
  .mobile-none {
    display: none;
  }
  .mobile-si {
    display: block;
  }
  .box-mobile.ipadPro {
    display: flex;
  }
  .box-mobile.no-ipadPro {
    display: none;
  }
  .section-abrila .mobile-no {
    display: none;
  }
  .abrila .innerIcon {
    padding: 30px;
    min-height: 130px;
  }
  .box-desktop {
    display: none;
  }
  .qr-box.col-6 {
    padding: 0;
  }
  .seccion-protegido .row.doble3 .qr-box.col-6 img {
    width: 100%;
    max-width: 100%;
  }
  .section-abrila {
    padding: 230px 0 70px;
  }
  .preguntas .swiper-slide .box {
    min-height: 400px;
  }
}
/* your css rules for ipad landscape */
@media all and (device-width: 1366px) and (device-height: 1024px) and (orientation:landscape) {
  .section-abrila .mobile-no {
    display: none;
  }
  .abrila .innerIcon {
    padding: 30px;
    min-height: 130px;
  }
  .abrila-item.qr-abrila {
    display: none;
  }
  .abrila-box-inner .mobile-no {
    display: none;
  }
  .abrila-box-inner .abrila a.btn {
    float: none;
    margin: 0 auto;
    width: 200px;
  }
  .abrila a.btn.empezar-mobile {
    display: flex;
    margin: 30px auto 0;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }
  .mobile-none {
    display: none;
  }
  .mobile-si {
    display: block;
  }
  .section-abrila {
    padding: 230px 0 180px;
  }
  .preguntas {
    padding: 0 0 80px;
    margin-top: -40px;
  }
  .container {
    width: 100%;
    max-width: 1100px;
  }
  .swiper-container {
    width: 90%;
  }
  .botones-apps-mobile {
    display: block;
  }
  .botones-apps {
    display: none;
  }
  .botones-apps-mobile {
    display: flex;
    width: 100%;
    text-align: center;
    margin: auto;
    max-width: 540px;
  }
  .btn-mobile {
    max-width: calc(50% - 5px);
    display: inline-block;
  }
  .btn-mobile.ios {
    margin: 30px 8px 0 0;
    max-width: 45%;
    width: 45%;
  }
  .btn-mobile.android {
    margin: 30px 0 0 8px;
    max-width: 45%;
    width: 45%;
  }
  .box-desktop {
    display: none;
  }
  .box-mobile {
    display: flex;
  }
  .qr-box {
    padding: 0;
  }
  .qr-box.col-6 {
    flex: 0 5px auto;
    width: calc(50% - .8rem);
    margin: .4rem;
  }
  .seccion-protegido .row.doble3 img {
    max-width: 100%;
  }
  .box-mobile.ipadPro {
    display: none;
  }
  .box-mobile.no-ipadPro {
    display: flex;
  }
  .section-abrila .qr {
    display: none;
  }
  .section-abrila .mobile-btn {
    display: block;
  }
  .section-abrila .app-home {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .abrila-item.qr-abrila {
    display: none;
  }
  .abrila-box-inner .mobile-no {
    display: none;
  }
  .abrila-box-inner .abrila a.btn {
    float: none;
    margin: 0 auto;
    width: 200px;
  }
  .abrila a.btn.empezar-mobile {
    display: flex;
    margin: 30px auto 0;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }
  .box-mobile.ipadPro {
    display: flex;
  }
  .box-mobile.no-ipadPro {
    display: none;
  }
  .section-abrila .mobile-no {
    display: none;
  }
  .abrila .innerIcon {
    padding: 30px;
    min-height: 130px;
  }
}
/* your css rules for ipad portrait */
@media all and (device-width: 1024px) and (device-height: 1366px) and (orientation:portrait) {
  .section-abrila .qr {
    display: none;
  }
  .section-abrila .mobile-btn {
    display: block;
  }
  .section-abrila .app-home {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .abrila-item.qr-abrila {
    display: none;
  }
  .abrila-box-inner .mobile-no {
    display: none;
  }
  .abrila-box-inner .abrila a.btn {
    float: none;
    margin: 0 auto;
    width: 200px;
  }
  .abrila a.btn.empezar-mobile {
    display: flex;
    margin: 30px auto 0;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }
  .abrila-box-inner {
    min-height: 380px;
  }
  .mobile-none {
    display: none;
  }
  .mobile-si {
    display: block;
  }
  .hero {
    height: 50vh;
    background: url(../img/hero.webp) no-repeat #FFFFFF;
    background-position: top right;
    background-size: cover;
    z-index: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
  }
  .hero.bps {
    height: 50vh;
    background: url(../img/hero-bps.webp) no-repeat #FFFFFF;
    background-position: top right;
    background-size: cover;
    z-index: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
  }
  .hero.sueldo {
    height: 50vh;
    background: url(../img/hero-sueldo.jpg) no-repeat #FFFFFF;
    background-position: top right;
    background-size: cover;
    z-index: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
  }
  .hero .solicitar-content {
    max-width: 280px;
  }
  .green-bar {
    width: 60%;
  }
  .hero .solicitar-content {
    left: 5%;
  }
  .header .nav-bar-header {
    justify-content: space-between;
  }
  .header .nav-bar-header a.pf {
    padding: 10px 0;
  }
  .seccion-cuenta .only-image {
    right: 10%;
  }
  .hero p {
    max-width: 300px;
  }
  p {
    font-size: 22px;
  }
  .preguntas .swiper-slide .box {
    min-height: 410px;
  }
  .preguntas {
    padding: 0 0 80px;
  }
  .swiper-container {
    width: auto;
    margin: auto;
    padding: 0 calc(1.5em + .75em);
  }
  p.mas-chico {
    font-size: 15px;
  }
  .botones-apps-mobile {
    display: block;
  }
  .botones-apps {
    display: none;
  }
  .botones-apps-mobile {
    display: flex;
    width: 100%;
    text-align: center;
    margin: auto;
    max-width: 540px;
  }
  .btn-mobile {
    max-width: calc(50% - 5px);
    display: inline-block;
  }
  .btn-mobile.ios {
    margin: 30px 8px 0 0;
    max-width: 45%;
    width: 45%;
  }
  .btn-mobile.android {
    margin: 30px 0 0 8px;
    max-width: 45%;
    width: 45%;
  }
  .box-desktop {
    display: none;
  }
  .box-mobile {
    display: flex;
  }
  .qr-box {
    padding: 0;
  }
  .qr-box.col-6 {
    flex: 0 5px auto;
    width: calc(50% - .8rem);
    margin: .4rem;
  }
  .seccion-protegido .row.doble3 img {
    max-width: 78%;
  }
  .box-mobile.ipadPro {
    display: flex;
  }
  .box-mobile.no-ipadPro {
    display: none;
  }
  .section-abrila .mobile-no {
    display: none;
  }
  .abrila .innerIcon {
    padding: 30px;
    min-height: 130px;
  }
}
@media (max-width: 1000px) {
  .hero.sueldo {
    background: url("../img/hero-sueldo-medium.jpg") no-repeat #FFFFFF;
    background-position: top right;
    background-size: cover;
  }
  .hero.bps {
    background: url("../img/hero-bps-medium.jpg") no-repeat #FFFFFF;
    background-position: top right;
    background-size: cover;
  }
  .hero {
    background: url(../img/hero-medium.jpg) no-repeat #FFFFFF;
    background-position: top right;
    background-size: cover;
  }
}
@media (max-width: 992px) {
  .hero {
    background: url(../img/hero-m.webp) no-repeat #FFFFFF;
    background-position: center right;
    background-size: cover;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
  }
  .hero.bps {
    background: url(../img/hero-bps-m.webp) no-repeat #FFFFFF;
    background-position: center right;
    background-size: cover;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
  }
  .hero.sueldo {
    background: url(../img/hero-sueldo-small.jpg) no-repeat #FFFFFF;
    background-position: center right;
    background-size: cover;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
  }
  .hero.sueldo .solicitar-content {
    width: 90%;
    max-width: 320px;
  }
  .hero.bps .solicitar-content {
    width: 90%;
    max-width: 340px;
  }
  .green-bar {
    padding: 14px 14px 14px 22px;
    border-radius: 5px 0 0 5px;
    box-shadow: none;
    right: 0;
    bottom: 0;
  }
  .abrila-item.qr-abrila {
    display: none;
  }
  .abrila-box-inner .mobile-no {
    display: none;
  }
  .abrila-box-inner .abrila a.btn {
    float: none;
    margin: 0 auto;
    width: 200px;
  }
  .abrila a.btn.empezar-mobile {
    display: flex;
    margin: 30px auto 0;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }
  .section-abrila .qr {
    display: none;
  }
  .section-abrila .mobile-btn {
    display: block;
  }
  .section-abrila .app-home {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .seccion-cuenta .celular-cuenta {
    text-align: center;
  }
  .seccion-cuenta .celular-cuenta img {
    max-width: 60%;
  }
  .seccion-cuenta .tm-w {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .section-te-sirve .col-md-12 {
    flex: 0 0 auto;
    width: 50%;
    max-width: 50%;
  }
  .section-abrila .mobile-no {
    display: none;
  }
  .abrila .innerIcon {
    padding: 30px;
    min-height: 130px;
  }
  .section-abrila .mobile-no {
    display: none;
  }
  .box-desktop {
    display: none;
  }
  .box-mobile.ipadPro {
    display: none;
  }
  .box-mobile.no-ipadPro {
    display: flex;
  }
  .doble2 {
    display: flex;
    flex-direction: column-reverse;
  }
  .seccion-protegido .row.doble2 .cont-center, .seccion-protegido .row.doble3 .cont-center {
    text-align: center;
  }
  .seccion-protegido .row.doble2 .cont-center img {
    margin: 60px auto 0;
    max-width: 65%;
  }
  .seccion-protegido .row.doble3 .cont-center img {
    margin: 40px auto 0;
    max-width: 55%;
  }
  .box-mobile.no-ipadPro {
    display: flex;
  }
  .box-mobile {
    margin: -30px auto 70px;
  }
  .seccion-protegido .row.doble3 .qr-box img {
    max-width: 100%;
  }
  .qr-box.col-6 {
    padding: 0;
  }
  .tarjetaVisa {
    max-width: 400px;
    margin: auto;
    text-align: center;
  }
  .seccion-metros .col-sm-12 {
    text-align: center;
  }
  .seccion-metros img {
    max-width: 86%;
  }
  .atencion .col-sm-12 {
    text-align: center;
  }
  .atencion img {
    max-width: 80%;
  }
  .only-text-metros {
    text-align: center;
    margin: auto;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .only-text-metros p {
    text-align: center;
  }
  .beneficios {
    padding: 0 0 40px;
  }
  .preguntas .swiper-slide .box {
    min-height: 470px;
  }
  .section-abrila {
    padding: 230px 0 70px;
  }
  .preguntas {
    padding: 0 0 80px;
  }
  .hero.sueldo h1, .hero.bps h1 {
    font-size: 33px;
    line-height: 1.3em;
  }
  .abrila .innerIcon {
    width: 100%;
  }
  .beneficios-item {
    padding: 0 10px 16px;
    min-height: 270px;
  }
}
@media (max-width: 980px) {
  .h2metros br {
    display: none;
  }
  .hero .solicitar-content {
    left: 5%;
  }
  .header .nav-bar-header {
    justify-content: space-between;
  }
  .header .nav-bar-header a.pf {
    padding: 10px 0;
  }
  .seccion-cuenta .only-image {
    position: relative;
    right: 20%;
    bottom: -10px;
  }
  .seccion-cuenta .only-image {
    position: relative;
    right: inherit;
    bottom: -10px;
    text-align: center;
    margin: -20px auto 0;
  }
  span.btnTarjeta {
    display: none;
  }
  span.btnTarjeta-m {
    display: block;
  }
  .pre-footer a.link-grande {
    font-size: 21px;
  }
  span.link-pre-footer {
    font-size: 16px;
  }
  .pre-footer a {
    font-size: 16px;
  }
  .footer a {
    font-size: 16px;
  }
  .w-160 br {
    display: block;
  }
  .abrila .innerIcon {
    padding: 30px 42px 30px 30px;
    min-height: 130px;
  }
}
@media (max-width: 776px) {
  .beneficios-item {
    min-height: 250px;
  }
}
@media (max-width: 768px) {
  .mb-mas-grande {
    margin-bottom: 50px;
  }
  .abrila p.w-160 {
    font-weight: 500;
    font-size: 18px;
  }
  .beneficios-page {
    padding: 120px 0 60px;
  }
  .abrila-page {
    padding: 120px 0 60px;
  }
  .preguntas-page {
    padding: 100px 0 40px;
  }
  .txt-tenes {
    padding: 0 1.6rem 0 1.6rem;
  }
  .tarjetaVisa {
    max-width: 320px;
  }
  .section-prestamos .box p {
    min-height: auto;
  }
  .section-prestamos .box {
    margin: 0 0 30px;
  }
  .hero.bps {
    background: url(../img/hero-bps-m.webp) no-repeat #FFFFFF;
    background-position: center right;
    background-size: cover;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
  }
  .hero.sueldo {
    background: url(../img/hero-sueldo-small.jpg) no-repeat #FFFFFF;
    background-position: center right;
    background-size: cover;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
  }
  .green-bar {
    padding: 14px 14px 14px 22px;
    border-radius: 5px 0 0 5px;
    box-shadow: none;
    right: 0;
    bottom: 0;
  }
  .green-bar .txt-promo {
    font-size: 18px;
  }
  .preguntas .swiper-slide .box {
    min-height: 400px;
  }
  .section-prestamos .box p {
    padding: 20px 12px 30px;
    margin: 0;
    font-size: 18px;
  }
  .metros .metros-img img {
    width: 108%;
    max-width: 500px;
    margin: 30px auto 0;
    text-align: center;
  }
  .app img.img-fluid {
    max-width: 380px;
  }
  body {
    max-width: 100%;
    width: 100%;
    overflow-x: hidden;
  }
  .metros-img {
    overflow: hidden;
  }
  .borde-yb, .borde-yt {
    background-position: right;
  }
  .borde-wt {
    background-position: left;
  }
  .borde-wt {
    background-position: left;
  }
  .borde-wb {
    bottom: -1px;
  }
  .borde-gris {
    background-position: left;
  }
  .preguntas {
    padding: 30px 0 60px;
  }
  .link-carrousel {
    position: relative;
    right: auto;
    top: 10px;
    width: auto;
    left: 5%;
  }
  .metros {
    padding: 10px 0 50px;
    top: -1px;
    margin-bottom: -3px;
  }
  .descuentos-promociones {
    padding: 30px 0 50px;
  }
  .metros-img {
    margin-top: 40px;
    max-width: 500px;
  }
  .section-prestamos {
    padding: 90px 0 100px;
  }
  .descuentos-promociones {
    padding: 50px 0 50px;
  }
  .metros {
    padding: 50px 0 90px;
  }
  .app-img {
    margin-top: 40px;
    max-width: 500px;
  }
  .botones-apps {
    display: none;
  }
  .botones-apps-mobile {
    display: block;
  }
  .botones-apps {
    display: none;
  }
  .botones-apps-mobile {
    display: flex;
    width: 100%;
    text-align: center;
    margin: auto;
    max-width: 540px;
  }
  .btn-mobile {
    max-width: calc(50% - 5px);
    display: inline-block;
  }
  .btn-mobile.ios {
    margin: 30px 8px 0 0;
    max-width: 45%;
    width: 45%;
  }
  .btn-mobile.android {
    margin: 30px 0 0 8px;
    max-width: 45%;
    width: 45%;
  }
  .atencion {
    margin: -2px 0 0;
  }
  .atencion-img {
    overflow: hidden;
    /* width: 100%; */
  }
  .atencion-img img {
    width: 160%;
    max-width: 160%;
    margin: 0 0 0 -30%;
    overflow: hidden;
  }
  .tarjetas {
    padding: 40px 0 60px;
  }
  .link-carrousel {
    left: 7%;
  }
  .pre-footer {
    padding: 60px 0;
  }
  .footer {
    padding: 60px 0 80px;
  }
  .footer .smaller {
    position: relative;
    right: 0;
    left: 0;
  }
  .footer .container-lg {
    margin: 0 auto 60px;
  }
  .latencion {
    display: inline-block;
  }
  .seccion-cuenta .only-text {
    padding: 100px 0 20px;
    max-width: 540px;
  }
  .section-te-sirve {
    background: url(../img/bg-te-sirve-m.png) no-repeat #FFFFFF;
    background-position: top left;
    background-size: contain;
    padding: 150px 0 100px;
  }
  .section-abrila {
    background: url(../img/bg-te-sirve-m.png) no-repeat #FFFFFF;
    background-position: top left;
    background-size: contain;
    padding: 140px 0 50px;
  }
  .beneficios-listado .col-sm-6 {
    width: 50%;
    max-width: 50%;
  }
  .abrila .innerIcon {
    min-height: auto;
  }
  .atencion {
    margin: 50px 0 80px;
  }
  .beneficios-item {
    padding: 0 30px 20px;
    min-height: 280px;
  }
  .beneficios-item .beneficio-txt p {
    font-size: 18px;
  }
  a.btn.btn-yellow {
    text-align: left;
  }
  .section-prestamos h2 {
    max-width: 380px;
  }
  .section-prestamos {
    padding: 120px 0 100px;
  }
  .section-prestamos .box p {
    font-size: 14px;
    min-height: 120px;
  }
  p.chico {
    font-size: 16px;
  }
  /* SLIDER */
  .container-slider {
    width: 100%;
    position: relative;
  }
  .swiper-container {
    width: auto;
    margin: auto;
    padding: 0 50px 0 50px;
  }
  .swiper-button-next {
    right: 15px;
  }
  .swiper-button-prev {
    left: 10px;
  }
  .mobile-no {
    display: none;
  }
  .mobile-btn {
    display: block;
  }
  .qr {
    display: none;
  }
  .abrila a.btn {
    margin: 0 auto;
    max-width: inherit;
    width: auto;
    float: right;
  }
  .box-desktop {
    display: none;
  }
  .box-mobile {
    display: flex;
  }
  .qr-box {
    padding: 0;
  }
  .seccion-protegido .row.doble2 .cont-center {
    text-align: center;
  }
  .pre-footer a {
    font-size: 16px;
  }
  span.link-pre-footer {
    font-size: 16px;
  }
  .seccion-protegido .row.doble2 img {
    max-width: 100%;
  }
  .seccion-protegido .row.doble3 img {
    max-width: 100%;
  }
  .pre-footer .flex-center, .footer .flex-center {
    display: flex;
    align-items: flex-start;
  }
  .footer a {
    font-size: 16px;
  }
  .pre-footer a.link-grande {
    font-size: 18px;
  }
  .innerIcon .col-3 {
    width: 20%;
    background: #EEF8FF;
    height: 100%;
  }
  .innerIcon .col-9 {
    width: 80%;
  }
  .txt-tenes .app-home p {
    font-size: 18px;
  }
  .metros-cont {
    max-width: 500px;
    text-align: center;
    margin: auto;
  }
  .app-home .metros-cont p {
    text-align: center;
    margin: auto;
  }
  a.btn.btn-yellow {
    text-align: left;
    margin: 30px auto 0;
  }
  .beneficios {
    padding: 30px 0 60px;
  }
  .doble2 {
    display: flex;
    flex-direction: column-reverse;
  }
  .doble2 .cont-center {
    text-align: center;
  }
  .doble3 .cont-center {
    text-align: center;
  }
  .seccion-protegido .row.doble2 .cont-center img {
    margin: 60px auto 0;
    max-width: 65%;
  }
  .seccion-protegido .row.doble3 .cont-center img {
    margin: 10px auto 0;
    max-width: 55%;
  }
  .atencion .flex-center {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
  }
  .atencion .flex-center h2 {
    text-align: left;
  }
  .atencion {
    margin: 0 0 40px;
  }
  .mobile-none {
    display: none;
  }
  .mobile-si {
    display: block;
  }
  .seccion-cuenta .texto-cuenta ul.lista {
    max-width: 95%;
  }
  .section-te-sirve .col-md-12 {
    flex: 0 0 auto;
    width: 50%;
    max-width: 50%;
  }
  .box-mobile {
    margin: -10px auto 70px;
  }
  .mb-grande {
    margin-bottom: 30px;
  }
  .beneficios-item {
    min-height: 320px;
  }
}
@media (max-width: 767px) {
  .beneficios-item {
    padding: 0 12px 16px;
    min-height: 270px;
  }
  .primero-col {
    margin-bottom: 50px;
  }
  .footer a.latencion {
    display: inline-block;
  }
  .ver-condiciones {
    margin-bottom: 20px;
  }
}
@media (max-width: 730px) {
  .section-prestamos:last-child {
    margin-bottom: 0;
  }
  .section-prestamos {
    padding: 230px 0 100px;
  }
  .beneficios-item {
    min-height: 270px;
  }
}
@media only screen and (max-width: 720px) and (orientation : landscape) {
  .hero {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url(../img/hero.webp) no-repeat #FFFFFF;
    background-position: top center;
    background-size: cover;
    z-index: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
  }
  .hero.bps {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url(../img/hero-bps.webp) no-repeat #FFFFFF;
    background-position: top center;
    background-size: cover;
    z-index: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
  }
  .hero.sueldo {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url(../img/hero-sueldo.jpg) no-repeat #FFFFFF;
    background-position: top center;
    background-size: cover;
    z-index: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
  }
  .preguntas .swiper-slide .box {
    min-height: 410px;
  }
  .preguntas {
    padding: 10px 0 60px;
  }
}
@media (max-width: 680px) {
  .seccion-cuenta .celular-cuenta img {
    max-width: 100%;
  }
  .section-prestamos .box {
    border-radius: 10px;
  }
  .section-te-sirve .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 580px) {
  .beneficios {
    margin: 0;
    padding: 0 0 50px;
  }
  .section-te-sirve {
    margin-bottom: 0;
  }
  .beneficios-item {
    min-height: 220px;
  }
}
@media (max-width: 540px) {
  .hero.sueldo .solicitar-content {
    padding-top: 5%;
  }
  .seccion-metros img {
    max-width: 100%;
  }
  .atencion img {
    max-width: 100%;
  }
  .abrila p.w-160 {
    font-weight: 500;
    font-size: 19px;
  }
  .abrila-box-inner {
    min-height: 280px;
  }
  .abrila-page {
    padding: 100px 0 40px;
  }
  .preguntas-page {
    padding: 100px 0 20px;
  }
  .beneficios-page {
    padding: 100px 0 40px;
  }
  .logo-inner {
    max-width: 86px;
    width: 86px;
    margin-left: 8px;
  }
  .prev-arrow {
    max-width: 28px;
    margin-right: 10px;
    margin-bottom: 3px;
  }
  .seccion-protegido .row.doble2 .cont-center img {
    margin: 60px auto 0;
    max-width: 68%;
  }
  .tm-w {
    max-width: 100%;
  }
  .metros .tm-w {
    max-width: 240px;
  }
  .descuentos-promociones .tm-w {
    max-width: 240px;
  }
  .swiper-container {
    padding: 0 5%;
  }
  .preguntasHeader {
    top: 0;
  }
  .acordionTitulo {
    max-width: 90%;
    font-size: 22px;
  }
  .atencion {
    margin: 0;
  }
  .header-fixed {
    bottom: -64px;
    top: auto;
    transition: bottom ease-in-out .5s;
  }
  .header-fixed.show {
    bottom: 0;
    transition: bottom ease-in-out .5s;
    top: auto;
  }
  .preguntasHeader {
    bottom: 0;
  }
  .container {
    width: 90%;
    padding: 0;
  }
  .hero .solicitar-content {
    max-width: 270px;
    padding-top: 20%;
  }
  .hero .solicitar-content .logo.big svg {
    max-width: 120px;
  }
  h1 {
    font-size: 40px;
    margin: 20px 0 10px;
    line-height: 1.2;
  }
  h2 {
    font-size: 36px;
    line-height: 1.2em;
  }
  .section-prestamos .box b br {
    display: none;
  }
  p {
    font-size: 22px;
  }
  .tarjetas ul.lista li {
    line-height: 22px;
  }
  .tarjetas ul.lista li span {
    font-size: 22px;
  }
  a.btn-p {
    font-size: 17px;
  }
  .descuentos-promociones .col-xs-3 {
    max-width: 25%;
    width: 25%;
  }
  .hero p {
    max-width: 220px;
  }
  .hero .solicitar-content a.btn-p {
    margin: 25px 0 0;
  }
  .seccion-cuenta .only-text {
    padding: 60px 0 0;
  }
  .section-prestamos {
    padding: 60px 0 60px;
  }
  .descuentos-promociones {
    padding: 60px 0 60px;
  }
  .descuentos-promociones .logos {
    padding: 50px 6% 0;
  }
  .descuentos-promociones .col-xs-3 {
    max-width: 25%;
    width: 25%;
    padding: 0;
  }
  a.btn-p, a.btn-p.btnWhatsapp {
    padding: 10px 12px;
  }
  a.btn-p, a.btn-p.btnWhatsapp {
    font-size: 15px;
  }
  .metros .compensar {
    padding-left: 10%;
  }
  .app .app-img img.img-fluid {
    width: 90%;
    max-width: 90%;
  }
  .metros .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .atencion .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .atencion-img {
    padding: 0;
  }
  .atencion .compensar {
    min-height: auto;
    padding: 60px 5% 60px;
  }
  .tarjetas {
    padding: 0 0 60px;
  }
  .tarjetas ul {
    margin: 0;
    padding: 0;
  }
  .tarjetas .col-tarjetas {
    padding: 0 20px;
  }
  .tarjetas .btn-s {
    padding: 12px 12px;
  }
  .primero-col {
    margin-bottom: 50px;
  }
  .pre-footer {
    padding: 60px 0;
  }
  .footer {
    padding: 60px 0;
  }
  .footer .smaller {
    position: relative;
    right: 0;
    left: 0;
  }
  .footer .container-lg {
    margin: 0 auto 60px;
  }
  .latencion {
    display: inline-block;
  }
  span.btnTarjeta {
    display: NONE;
  }
  span.btnTarjeta-m {
    display: block;
  }
  .h2metros {
    padding-left: calc(var(--bs-gutter-x) * .5);
  }
  .metros .compensar {
    padding-left: 0;
  }
  .latencion {
    display: inline-block;
  }
  .footer .redes {
    margin-top: 60px;
  }
  .footer {
    padding: 60px 0 80px;
  }
  .preguntas .swiper-slide .box {
    min-height: 450px;
  }
  .mb-mas-grande {
    margin-bottom: 70px;
  }
  .row.abrila {
    margin-top: -30px;
  }
  .section-abrila {
    background: url(../img/bg-abrila-m.png) no-repeat #FFFFFF;
    background-position: top left;
    background-size: contain;
    padding: 150px 0 40px;
  }
  .section-abrila ul {
    margin: 0 0 -10px -0.75rem;
  }
  .abrila .app-home {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .abrila p.w-160 {
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .abrila a.btn {
    float: none;
    margin: 0 auto;
  }
  .abrila p.small {
    margin-top: 10px;
    font-size: 12px;
    max-width: 100%;
    text-align: center;
  }
  .abrila .col-8, .abrila .col-4 {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin: auto;
  }
  .section-prestamos h2 {
    margin: 0 0 30px;
    max-width: 200px;
  }
  .green-bar {
    width: 95%;
  }
  .preguntas .swiper-slide .box {
    min-height: 530px;
  }
  .acordionTitulo {
    max-width: 90%;
    font-size: 18px;
  }
  .hero .solicitar-content .logo.big svg {
    max-width: 100px;
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 30px;
    font-weight: 500;
  }
  .section-te-sirve {
    background: url(../img/bg-te-sirve-m.png) no-repeat #FFFFFF;
    background-position: top left;
    background-size: contain;
    padding: 80px 0 60px;
  }
  .beneficios-item {
    padding: 2px 10px 10px;
    min-height: 210px;
  }
  .beneficios-item .beneficio-txt p {
    font-size: 14px;
  }
  .metros-cont {
    max-width: 90%;
    margin: auto;
  }
  .section-prestamos {
    background: url(../img/bg-prestamo-m.png) no-repeat #FFFFFF;
    background-position: top left;
    background-size: contain;
    padding: 90px 0 70px;
  }
  .beneficios-listado .col-xs-6 {
    width: 50%;
    max-width: 50%;
  }
  .seccion-metros {
    padding: 0 0 40px;
  }
  .beneficios-listado {
    margin: 30px 0 0;
  }
  .beneficios {
    padding: 0 0 60px;
  }
  .seccion-cuenta {
    padding: 0 0 20px;
  }
  .only-text-metros {
    text-align: center;
  }
  .only-text-metros p {
    text-align: center;
  }
  a.btn.btn-yellow {
    text-align: left;
    line-height: 1;
  }
  .app-home ul.lista {
    margin-bottom: 0;
  }
  .bg-cuenta {
    display: none;
  }
  .seccion-cuenta img {
    margin-top: 0;
  }
  .hero p {
    max-width: 175px;
  }
  p {
    font-size: 18px;
  }
  .tarjetas ul.lista li {
    font-size: 12px;
    line-height: 18px;
    margin-left: 5%;
  }
  .tarjetas ul.lista li span {
    font-size: 18px;
  }
  .section-prestamos .box p br {
    display: none;
  }
  .section-prestamos .box p b.jumpline {
    display: block;
  }
  .metros-img {
    overflow: hidden;
  }
  .section-prestamos .row {
    margin-top: 30px;
  }
  .metros .metros-img img {
    margin: 30px 0 0 -8px;
  }
  .btn-mobile.ios {
    margin: 30px 5px 0 0;
    max-width: 48%;
    width: 48%;
  }
  .seccion-protegido .row.doble2 {
    display: flex;
    flex-flow: column-reverse;
  }
  .seccion-protegido .row.doble2 img {
    margin-top: 60px;
    max-width: 90%;
  }
  .seccion-protegido.atencion {
    display: flex;
    flex-flow: column-reverse;
  }
  .seccion-protegido .row.doble3 img {
    margin-top: 60px;
    max-width: 110%;
    width: 110%;
    margin-left: -5%;
  }
  .seccion-protegido .row.doble3 .qr-box img {
    margin-top: 0px;
  }
  .btn-mobile.android {
    margin: 30px 0 0 5px;
    max-width: 48%;
    width: 48%;
  }
  .descuentos-promociones {
    padding: 40px 0 60px;
  }
  .section-prestamos .box p {
    font-size: 14px;
    min-height: auto;
  }
  .section-prestamos .box {
    max-width: 420px;
    margin: 0 auto 18px;
  }
  .section-prestamos {
    padding: 190px 0 60px;
  }
  .item-oca-blue .innerIcon {
    border-radius: 20px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .menu {
    width: 75%;
    right: -85%;
  }
  .close-menu-m {
    right: 7%;
  }
  .hero.bps h1, .hero.sueldo h1 {
    font-size: 24px;
  }
  .hero.bps .solicitar-content {
    width: 90%;
    max-width: 250px;
  }
  .hero.sueldo .solicitar-content {
    width: 90%;
    max-width: 260px;
  }
  h1.title-interna {
    font-size: 42px;
  }
  .btn-hero-group {
    max-width: 210px;
  }
  .hero.bps h1, .hero.sueldo h1 {
    line-height: 1.3em;
  }
  .abrila .innerIcon {
    padding: 30px 5%;
    min-height: inherit;
    height: auto;
    margin: 0 auto;
  }
}
@media (max-width: 430px) {
  h2 {
    font-size: 25px;
  }
}
@media (max-width: 430px) {
  /* HEADER FIXED */
  /* HEADER FIXED */
  .hero.bps .solicitar-content {
    width: 90%;
    max-width: 180px;
    padding-top: 5%;
  }
  .hero.sueldo .solicitar-content {
    width: 90%;
    max-width: 250px;
    padding-top: 5%;
  }
  .hero.bps .solicitar-content {
    width: 90%;
    max-width: 250px;
    padding-top: 5%;
  }
  .hero.sueldo h1 {
    font-size: 23px;
  }
  .hero.bps h1 {
    font-size: 23px;
  }
  .hero.bps h1, .hero.sueldo h1 {
    max-width: 170px;
  }
  .hero.sueldo .solicitar-content p, .hero.bps .solicitar-content p {
    max-width: 177px;
    font-size: 16px;
  }
  p {
    font-size: 16px;
  }
  .ver-condiciones {
    font-size: 11px;
  }
  .mb-grande {
    margin-bottom: 0;
  }
  .qr-box-container {
    margin: -30px 0 60px;
  }
  .row.abrila {
    margin-top: -30px;
  }
  .section-abrila {
    background: url(../img/bg-abrila-m.png) no-repeat #FFFFFF;
    background-position: top left;
    background-size: contain;
    padding: 150px 0 40px;
  }
  .section-abrila ul {
    margin: 0 0 -10px -0.75rem;
  }
  .abrila .app-home {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .abrila p.w-160 {
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .abrila a.btn {
    float: none;
    margin: 0 auto;
  }
  .abrila p.small {
    margin-top: 10px;
    font-size: 12px;
    max-width: 100%;
    text-align: center;
  }
  .abrila .col-8, .abrila .col-4 {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin: auto;
  }
  .section-prestamos h2 {
    margin: 0 0 30px;
    max-width: 200px;
  }
  .green-bar {
    width: 95%;
  }
  .preguntas .swiper-slide .box {
    min-height: 530px;
  }
  .acordionTitulo {
    max-width: 90%;
    font-size: 18px;
  }
  .hero .solicitar-content .logo.big svg {
    max-width: 100px;
  }
  h1 {
    font-size: 32px;
  }
  .section-te-sirve {
    background: url(../img/bg-te-sirve-m.png) no-repeat #FFFFFF;
    background-position: top left;
    background-size: contain;
    padding: 80px 0 60px;
  }
  .beneficios-item {
    padding: 2px 10px 10px;
    min-height: 180px;
  }
  .beneficios-item .beneficio-txt p {
    font-size: 14px;
  }
  .section-prestamos {
    background: url(../img/bg-te-sirve-m.png) no-repeat #FFFFFF;
    background-position: top left;
    background-size: contain;
    padding: 90px 0 70px;
  }
  .beneficios-listado .col-xs-6 {
    width: 50%;
    max-width: 50%;
  }
  .seccion-metros {
    padding: 0 0 60px;
  }
  .beneficios-listado {
    margin: 30px 0 0;
  }
  .beneficios {
    margin: 0;
    padding: 0 0 50px;
  }
  .seccion-cuenta {
    padding: 0 0 20px;
  }
  .only-text-metros {
    text-align: center;
  }
  .only-text-metros p {
    text-align: center;
  }
  a.btn.btn-yellow {
    text-align: left;
    line-height: 1;
  }
  .app-home ul.lista {
    margin-bottom: 0;
  }
  .bg-cuenta {
    display: none;
  }
  .beneficios-item {
    padding: 2px 10px 10px;
    min-height: 190px;
  }
  .hero p {
    max-width: 170px;
  }
  p {
    font-size: 18px;
  }
  .tarjetas ul.lista li {
    font-size: 12px;
    line-height: 18px;
    margin-left: 5%;
  }
  .tarjetas ul.lista li span {
    font-size: 18px;
  }
  .section-prestamos .box p br {
    display: none;
  }
  .section-prestamos .box p b.jumpline {
    display: block;
  }
  .metros-img {
    overflow: hidden;
  }
  .section-prestamos .row {
    margin-top: 30px;
  }
  .metros .metros-img img {
    margin: 30px 0 0 -8px;
  }
  .btn-mobile.ios {
    margin: 30px 5px 0 0;
    max-width: 48%;
    width: 48%;
  }
  .seccion-protegido .row.doble2 {
    display: flex;
    flex-flow: column-reverse;
  }
  .seccion-protegido .row.doble2 img {
    margin-top: 60px;
    max-width: 90%;
  }
  .seccion-protegido.atencion {
    display: flex;
    flex-flow: column-reverse;
  }
  .seccion-protegido .row.doble3 img {
    margin-top: 60px;
    max-width: 100%;
    width: 100%;
  }
  .seccion-protegido .row.doble3 .qr-box img {
    margin-top: 0px;
  }
  .btn-mobile.android {
    margin: 30px 0 0 5px;
    max-width: 48%;
    width: 48%;
  }
  .descuentos-promociones {
    padding: 40px 0 60px;
  }
  /* SLIDER */
  .container-slider {
    width: 100%;
    position: relative;
  }
  .swiper-container {
    width: auto;
    margin: auto;
    padding: 0 5%;
  }
  .swiper-slide {
    width: 90%;
  }
  .swiper-button-next, .swiper-button-prev {
    display: none;
  }
  .alpha-more-swiper {
    display: none;
  }
  .hero .solicitar-content {
    left: 0;
  }
  .seccion-protegido .row.doble3 .cont-center img {
    margin: 40px 0 0 -5%;
    max-width: 110%;
    width: 110%;
  }
  .seccion-protegido .row.doble2 .cont-center img {
    margin: 70px auto 0;
    max-width: 100%;
  }
  .preguntas .swiper-slide .box {
    min-height: 430px;
  }
  .hero, .hero.bps, .hero.sueldo {
    height: 100vh;
    width: 100%;
    padding: 0 0 10vh;
  }
  .hero, .hero.bps, .hero.sueldo {
    background-position: center right;
    background-size: cover;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    height: 100vh;
  }
}
@media (max-width: 430px) {
  .hero {
    background: url(../img/hero-small.webp) no-repeat #FFFFFF;
    background-position: center right;
    background-size: cover;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    height: 100vh;
  }
  .hero.bps {
    background: url(../img/hero-bps-small.webp) no-repeat #FFFFFF;
    background-position: center right;
    background-size: cover;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    height: 100vh;
  }
  .hero.sueldo {
    background: url(../img/hero-sueldo-small.jpg) no-repeat #FFFFFF;
    background-position: center right;
    background-size: cover;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    height: 100vh;
  }
  a.btn-p.btnWhatsapp svg {
    width: 18px;
  }
}
@media (max-width: 414px) {
  .seccion-cuenta .tm-w {
    max-width: 90%;
  }
  .descuentos-promociones {
    padding: 15px 0 50px;
  }
  .metros {
    padding: 20px 0 50px;
    overflow: hidden;
  }
  .link-carrousel {
    left: 5%;
  }
  .link-carrousel {
    left: 5%;
  }
  .section-prestamos .box p b br, .section-prestamos .box p br {
    display: none;
  }
  .section-prestamos .box p b.jumpline {
    display: none;
  }
  .hero.bps h1, .hero.sueldo h1 {
    max-width: 156px;
    font-size: 21px;
  }
  .beneficios-listado {
    margin: 30px 5px -5px;
  }
  .item-oca-blue .innerIcon {
    background: #FFFFFF;
    box-shadow: 0px 2px 15px rgb(0 110 210 / 15%);
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 5px;
    margin-right: 2.5px;
    margin-left: 2.5px;
  }
}
@media all and (device-width: 375px) and (device-height: 812px) and (orientation:portrait) {
  .hero, .hero.bps, .hero.sueldo {
    height: 100vh;
    width: 100%;
  }
  .hero.bps h1 {
    font-size: 23px;
  }
  .hero.sueldo h1 {
    font-size: 23px;
  }
}
@media (max-width: 390px) {
  /* HEADER FIXED */
  .header-fixed {
    padding: 0 10px;
  }
  /* HEADER FIXED */
  a.quieroCuentaMob {
    padding: 6px 10px;
  }
  .beneficios-item .beneficio-txt p {
    font-size: 13px;
  }
  .beneficios-item {
    min-height: 200px;
  }
}
@media (max-width: 360px) {
  .hero, .hero.bps, .hero.sueldo {
    height: 100vh;
    width: 100%;
  }
  .green-bar .carrito {
    width: 100%;
    max-width: 20px;
    height: auto;
  }
  .green-bar .txt-promo {
    font-size: 16px;
  }
  .beneficios-item .beneficio-txt p {
    font-size: 13px;
  }
  .beneficios-item {
    padding: 2px 10px 10px;
    min-height: 187px;
  }
  a.btn-p {
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  a.quieroCuentaMob {
    max-width: 160px;
  }
  .hero.sueldo .solicitar-content {
    width: 90%;
    max-width: 170px;
  }
  .hero.sueldo h1 {
    font-size: 22px;
  }
  .hero.bps .solicitar-content {
    width: 90%;
    max-width: 160px;
  }
  .hero.bps h1 {
    font-size: 20px;
  }
  .hero.bps p, .hero.sueldo p {
    font-size: 13px;
  }
  .hero.sueldo h1 {
    font-size: 22px;
  }
  .preguntas p {
    font-size: 16px;
  }
  .green-bar .carrito {
    width: 100%;
    max-width: 16px;
    height: auto;
  }
  .green-bar .txt-promo {
    font-size: 14px;
  }
  .beneficios-listado .col-xs-6 {
    width: 100%;
    max-width: 100%;
  }
  .beneficios-item {
    padding: 0 20px 40px;
    min-height: 180px;
  }
  .preguntas .swiper-slide .box {
    min-height: 400px;
  }
  .hero {
    background: url(../img/hero-small.webp) no-repeat #FFFFFF;
    background-position: right 7vh;
    background-size: contain;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    height: 100vh;
  }
  .hero.sueldo {
    background: url(../img/hero-sueldo-small.jpg) no-repeat #FFFFFF;
    background-position: right 7vh;
    background-size: contain;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    height: 100vh;
  }
  .hero.bps {
    background: url(../img/hero-bps-small.webp) no-repeat #FFFFFF;
    background-position: right 7vh;
    background-size: contain;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    height: 100vh;
  }
  .hero .solicitar-content .hero.sueldo .solicitar-content, .hero.bps .solicitar-content {
    width: 90%;
    max-width: 200px;
  }
  .header-fixed a.btn-primary {
    font-size: .75rem;
  }
  .header-fixed a.btn-nav {
    font-size: .75rem;
  }
  .beneficios-listado .col-sm-6 {
    width: 100%;
    max-width: 100%;
  }
  .abrila p.w-160 {
    font-weight: 500;
    font-size: 17px;
  }
  .w-160 br {
    display: none;
  }
}
@media (max-width: 280px) {
  h1 {
    font-size: 21px;
  }
  a.btn-p, a.btn-p.btnWhatsapp {
    font-size: 14px;
    padding: 10px 14px;
  }
  h2 {
    font-size: 20px;
    font-weight: 500;
  }
  .hero p {
    max-width: 120px;
  }
  p {
    font-size: 16px;
  }
  .preguntas .swiper-slide .box {
    min-height: 600px;
  }
  .tarjetas .col-tarjetas {
    padding: 0 10px;
  }
  .app-home p br {
    display: none;
  }
  .abrila p.w-160 br {
    display: block;
  }
  .app-home p {
    font-size: 13px;
  }
  .beneficios-listado .col-xs-6 {
    width: 100%;
    max-width: 100%;
  }
  .green-bar .linea-separadora {
    margin: 0 14px;
  }
  .green-bar .txt-promo {
    font-size: 12px;
  }
  a.btn.btn-yellow {
    font-size: 14px;
  }
  ul li {
    font-size: 15px;
  }
  p.chico {
    font-size: 12px;
  }
  p.mas-chico {
    font-size: 11px;
  }
  .hero .solicitar-content .hero.sueldo .solicitar-content, .hero.bps .solicitar-content {
    width: 90%;
    max-width: 200px;
  }
  .hero.bps h1 {
    font-size: 18px;
  }
  .hero .solicitar-content a.btn-p, .hero .solicitar-content a.btn-p {
    margin: 15px 0 20px;
  }
  .hero.sueldo h1 {
    font-size: 18px;
  }
  .hero.bps a.btn-p, .hero.sueldo a.btn-p {
    font-size: 13px;
    padding: 10px 14px;
  }
  .hero, .hero.bps, .hero.sueldo {
    height: 100vh;
    width: 100%;
  }
  .hero .solicitar-content {
    padding-top: 5%;
  }
  .hero .solicitar-content a.btn-p.btnWhatsapp {
    margin: 0;
    display: inline-flex;
  }
  .menu {
    width: 88%;
    right: -100%;
  }
  .close-menu-m {
    display: block;
    position: absolute;
    top: 18px;
    right: 7.5%;
  }
  .header-fixed a.btn-primary {
    font-size: .7rem;
  }
  .header-fixed a.btn-nav {
    font-size: .7rem;
  }
}
@media (min-width: 1500px) {
  .bottom-image {
    height: 20%;
  }
  .borde-yt {
    height: 100px;
  }
  .borde-yb {
    height: 110px;
  }
  .borde {
    height: 80px;
  }
  .section-prestamos {
    margin: -2px 0 -2px;
  }
  .borde-wt {
    margin: -1px 0 0;
    height: 10%;
  }
  .atencion-img {
    padding: 0;
  }
  .borde-wb {
    height: 10%;
  }
  .preguntas {
    padding: 0 0 60px;
  }
  .tarjetas {
    margin: -2px 0 0;
  }
}
@media (max-width: 980px) and (orientation:landscape) {
  .hero h1 br {
    display: none;
  }
  h1 {
    font-size: 40px;
  }
  .hero.bps h1 {
    font-size: 25px;
    padding-top: 5%;
    padding-right: 6%;
  }
  .hero.sueldo h1 {
    font-size: 25px;
    padding-top: 5%;
    padding-right: 6%;
  }
  .header {
    height: 54px
  }
  .header .nav-bar-header-btn {
    height: 54px;
  }
  .hero .solicitar-content {
    max-width: 470px;
  }
  .hero.bps .solicitar-content, .hero.sueldo .solicitar-content {
    max-width: 470px;
  }
  .btn-hero-group {
    max-width: 458px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .menu .menu-inner {
    display: block;
    margin: 10% 0 0;
    padding: 0;
  }
  .menu .menu-inner li {
    display: block;
    padding: 10px 0;
    border: 0;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .hero {
    background: url(../img/hero.webp) no-repeat #FFFFFF;
    background-position: bottom right;
    background-size: contain;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
  }
  .hero.bps {
    background: url(../img/hero-bps.webp) no-repeat #FFFFFF;
    background-position: bottom right;
    background-size: contain;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
  }
  .hero.sueldo {
    background: url(../img/hero-sueldo.jpg) no-repeat #FFFFFF;
    background-position: bottom right;
    background-size: contain;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
  }
  .hero p {
    max-width: 324px;
    font-size: 15px;
  }
  .hero .solicitar-content a.btn-p {
    margin: 20px 0 0;
    display: inline-flex;
  }
  a.btn-p, a.btn-p.btnWhatsapp {
    font-size: 15px;
    padding: 10px 20px;
  }
  .hero .solicitar-content a.btn-p.btnWhatsapp {
    margin: 20px 0 0;
    display: inline-flex;
  }
  .seccion-cuenta .celular-cuenta img {
    max-width: 70%;
  }
  .app-home .col-8 {
    flex: 0 0 auto;
    width: 60%;
  }
  a.btn-p.btnWhatsapp svg {
    width: 18px;
  }
}
@media (max-width: 980px) and (orientation:landscape) {
  .hero {
    background: url(../img/hero-m.webp) no-repeat #FFFFFF;
    background-position: right 7vh;
    background-size: contain;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
  }
  .hero.bps {
    background: url(../img/hero-bps-m.webp) no-repeat #FFFFFF;
    background-position: right 7vh;
    background-size: contain;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
  }
  .hero.sueldo {
    background: url("../img/hero-sueldo-medium.jpg") no-repeat #FFFFFF;
    background-position: right 7vh;
    background-size: contain;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
  }
  a.btn-p {
    max-width: 222px;
  }
}