@charset "UTF-8";
/* CSS Document */
body {
  font-size: 16px;
  color: #191E23;
}
a:hover {
  text-decoration: none;
}
.header .nav-bar-header-btn a.btn-primary.blue {
  display: flex;
}
.bg-dark {
  background-color: #FFFFFF !important;
}
.container {
  max-width: 1440px;
  width: 90%;
}
.header-section .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
a {
  text-decoration: none;
}
.btn.btn-nav {
  background: #006ED2;
  background-color: #006ED2;
  color: #fff;
  transition: all ease-in-out .4s;
  padding: .75rem 1.65rem;
}
.btn.btn-nav:hover, .btn.btn-nav:focus {
  background: #004bbd;
  background-color: #004bbd;
  color: #fff;
  transition: all ease-in-out .3s;
}
a.btn-app {
  display: block;
  width: 100%;
}
hr {
  margin: 68px 0 0;
  opacity: 1;
  background: #CFD1D3;
}
.header-section {
  color: #000000;
  padding-top: 76px;
  min-height: 700px;
}
.header-section h1 {
  margin: 0 0 42px;
  color: #263240;
}
.header-section p {
  font-size: 18px;
  color: #000000;
  margin: 0 0 32px;
  max-width: 500px;
}
.black {
  color: #263240;
}
p {
  font-size: 18px;
  line-height: 1.5em;
}
.boxCuenta-item p {
  color: #000000;
}
.btn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 1rem 1.65rem;
  font-size: 1rem;
  border-radius: .8rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-outlineSecondary {
  background-color: transparent;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 20px;
  padding: 10 24px;
  border-radius: 12px;
  border: 1px solid #FFFFFF;
  transition: all ease-in-out .4s;
}
.btn-outlineSecondary:hover {
  background-color: #FFFFFF;
  color: #31B5F7;
  border: 1px solid #FFFFFF;
  transition: all ease-in-out .3s;
}
.btn-solicitar {
  background-color: #FFFFFF;
  color: #006ED2;
  font-weight: 600;
  font-size: 20px;
  border: none;	
  padding: 12px 24px;	
  border-radius: 12px;	
}
.btn-link-group {
  display: flex;
  align-items: center;
}
a.btn-link {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #030097;
  text-decoration: none;
  display: inline-flex;
  margin: 15px 0;
}
a.btn-link:hover {
  color: #030097;
  text-decoration: underline;
}
.faq-link a.btn-link {
  color: #0077e6;
}
.faq-link a.btn-link:hover {
  color: #0077e6;
}
.btn-link-group.faq-link i {
  color: #0077e6;
}
.btn-link-group i {
  font-weight: normal;
  font-size: 16px;
  margin: 0 0 0 8px;
  line-height: 1;
  color: #030097;
  text-decoration: none;
}
.faq-link a.btn-link:hover i, a.btn-link:hover i {
  text-decoration: none;
}
.col-maxW {
  position: relative;
  z-index: 2;
}
.btn-solicitar:hover, .btn-solicitar:active {
  background-color: #FFFFFF;
  color: #004bbd;
}
.initooltip {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.dftooltip {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tooltipBtn {
  position: relative;
  border: 0;
  outline: none;
  background: transparent;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}
.tooltipCont {
  width: 330px;
  height: auto;
  background: #5F6A87;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  top: -120px;
  left: -12px;
  opacity: 0;
  transition: all ease-in-out .4s;
}
.tooltipCont p {
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  padding: 5px 5px;
}
.tooltipBtn:hover .tooltipCont, .tooltipBtn:focus .tooltipCont {
  opacity: 1;
  display: block;
  transition: all ease-in-out .3s;
}
.header-cards {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.header-cards img {
  width: 100%;
  height: auto;
  max-width: 520px;
}
.blue-section {
  padding: 0 0 48px 0;
}
.white-section {
  padding: 48px 0;
}
.blue-section .row {
  display: flex;
  justify-content: center;
  max-width: 980px;
  margin: auto;
}
.white-section .row {
  display: flex;
  justify-content: center;
  max-width: 980px;
  margin: auto;
}
.img-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-box img {
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 10px 0;
}
.blue-section .feature-box {
  color: #191E23;
  min-height: 70px;
  border-radius: 1rem;
  padding: 1rem 1.65rem;
  font-size: 16px;
  line-height: 1.2em;
  margin: 0;
  display: flex;
  align-items: center;
  width: calc(33.3333333333% - 24px);
  text-align: left;
}
.blue-section .feature-box i {
  font-size: 30px;
  color: #0077e6;
  margin-right: 14px;
  width: 30px;
  text-align: center;
}
.blue-section .feature-box span small {
  font-size: 0.7rem;
  display: inline-block;
}
.blue-section .feature-row {
  justify-content: center;
}
a.btn-la-quiero {
  font-weight: 600;
  color: #004780;
  border: 1px solid #1b467c;
  display: inline-flex;
  width: 100%;
  padding: .85rem 1.65rem;
  font-size: 21px;
  border-radius: .8rem;
  text-decoration: none;
  justify-content: space-between;
  transition: all ease-in-out .4s;
}
a.btn-la-quiero:hover, a.btn-la-quiero:focus {
  text-decoration: none;
  color: #030097;
  border: 1px solid #030097;
  transition: all ease-in-out .3s;
}
.col-maxW {
  max-width: 480px;
  padding: 48px 0;
}
.colCards {
  flex: 0 0 auto;
  width: 50%;
  min-height: auto;
}
.item-oca-blue {
  padding: 0;
}
.promos-section {
  padding: 48px 15px 48px 15px;
}
.promos-section small {
  font-size: 16px;
  color: #666;
}
.promos-section h4 {
  font-weight: 700;
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 20px;
}
.promo-card {
  background: #f5faff;
  border-radius: 6px;
  padding: 15px 10px 15px 10px;
  font-size: 16px;
  color: #191E23;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.promo-card .logo {
  max-width: 100px;
  margin-bottom: 10px;
}
.promo-card .tags {
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 6px;
}
.promo-card .tags span {
  background: #eee;
  border-radius: 12px;
  padding: 2px 8px;
  margin-right: 6px;
  color: #191E23;
}
.promo-card .tags .green {
  background: #2a8f2a;
  color: white;
}
.promo-card .tags .orange {
  background: #f7941d;
  color: white;
}
.promo-card .tags .red {
  background: #d32f2f;
  color: white;
}
.promo-card .desc {
  font-weight: 600;
  margin-bottom: 6px;
}
.promo-card .footer {
  font-size: 10px;
  color: #666;
}
.promo-carousel {
  text-align: center;
  font-size: 12px;
  color: #0077e6;
  margin-top: 10px;
}
.metraje-section {
  height: auto;
  min-height: 480px;
  position: relative;
  padding: 48px 15px;
}
.btn-link-group {
  margin-top: 36px;
}
.logoMetraje {
  width: 140px;
  height: auto;
  margin-bottom: 24px;
}
.celular-section {
  padding: 0 15px 0 15px;
  align-items: center;
}
.celularAppCol {
  padding: 48px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.celular-section h5 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
}
.celular-section li {
  font-size: 13px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.celular-section li i {
  font-size: 24px;
  color: #4C4C4C;
  margin-right: 8px;
  width: 24px;
  text-align: center;
}
.celular-section li {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
  padding: 24px 0;
  border-bottom: 1px solid #e9ecef;
}
.app-buttons {
  gap: 14px;
  margin: 36px 0 0;
  max-width: 460px;
  width: 100%;
}
.app-buttons img {
  width: 100%;
  height: auto;
  box-shadow: 5px 10px 10px #006ED226;
  border-radius: 8px;
}
.celular-img {
  padding-top: 48px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.celular-img img {
  max-width: 340px;
  height: auto;
  margin-left: 10%;
}
i.blue.icon-more_benefits_base:before {
  font-size: 24px;
  color: #006ED2 !important;
}
.solicitud-section {
  /* background-color: #0a0a7d; */
  background-color: #31B5F7;
  color: white;
  padding: 36px 15px;
  text-align: center;
}
.solicitud-section i {
  font-size: 36px;
}
.solicitud-section p {
  font-size: 18px;
  margin: 24px 0 16px 0;
  display: block;
  text-align: center;
}
.solicitud-section button {
  background: none;
  border: 1px solid white;
  border-radius: 6px;
  color: white;
  font-weight: 600;
  font-size: 14px;
  padding: 6px 18px;
}
.solicitud-section button:hover, .solicitud-section button:focus {
  background-color: white;
  color: #0a0a7d;
}
.faq-section {
  padding: 48px 15px 33px 15px;
  font-size: 13px;
}
.faq-section h6 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
}
.accordion-button:not(.collapsed) {
  color: #191e24;
  background-color: transparent;
  box-shadow: none;
}
.accordion-body {
  font-weight: 400;
  font-size: 16px;
  color: #444;
}
.accordion-body p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  color: #191E23;
}
.accordion-button::after {
  filter: invert(0.3);
}
.accordion-button {
  font-size: 16px;
  font-weight: 400;
  color: #231D19;
  background-color: #f2f7fd;
}
.imgMetrajeTarjetas {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 56%;
  min-height: 480px;
  height: auto;
  object-fit: cover;
  border-radius: 8px 0 0 8px;
  overflow: hidden;
}
.accordion-item {
  background-color: #f2f7fd;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.titlePrimary {
  font-size: 36px;
  margin: 0 0 32px;
  line-height: 1.2em;
  font-weight: 700;
}
h1.titlePrimary {
  font-size: 46px;
}
.titleSecondary {
  font-size: 28px;
  margin: 0 0 24px;
  line-height: 1.6em;
  font-weight: 500;
  color: #4C4C4C;
}
.subtitle {
  font-size: 24px;
  margin: 0 0 16px;
  line-height: 1.2em;
  font-weight: 700;
}
.titlePrimary.black small {
  display: block;
  line-height: 1.3rem;
  /* margin-top: 16px; */
}
.titlePrimary.black small.ext {
  font-size: 1.2rem;
  display: block;
  line-height: 1.3rem;
  margin-top: 16px;
  margin-bottom: 5px;
}
.black {
  color: #000000;
}
.white {
  color: #FFFFFF;
}
.darkGrey {
  color: #263240;
}
.grey {
  color: #4C4C4C;
}
.blue {
  color: #006ED2;
}
.bgWhite {
  background: #FFFFFF;
}
.bgGrey {
  background: #F2F7FD;
  position: relative;
  z-index: 3;
}
.bgLightBlue {
  background: #00BFFF;
}
.bgBlue {
  background: #006ED2;
}
.bgDarkBlue {
  background: #030097;
}
.bgYellow {
  background: #FFC845;
}
.accordion-body a {
  color: #006ED2;
}
.accordion-body a:hover, .accordion-body a:focus {
  text-decoration: underline;
}
a i, a:hover i {
  text-decoration: none !important;
}
.rowFeature-boxComo {
  gap: 16px;
  margin: 0 -32px;
}
.feature-boxComo {
  background: #F8F9FA;
  padding: 16px;
  border-radius: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  max-width: calc(50% - 24px);
  text-align: left;
  min-height: 94px;
  height: auto;
}
.feature-boxComo .number {
  background: #000000;
  padding: 0;
  width: 36px;
  min-width: 36px;
  height: 32px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-family: 'DM Sans';
  font-weight: 700;
  text-decoration: none;
}
.feature-boxComo p {
  line-height: 1.2em;
  margin: 0 16px;
  font-size: 16px;
  color: #000000;
}
.icon-gift_base {
  font-size: 35px;
  padding: 3px;
  color: #00BEFF;
  width: 36px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-boxComo .number.color1 {
  background: #030097;
}
.feature-boxComo .number.color2 {
  background: #00539E;
}
.feature-boxComo .number.color3 {
  background: #006ED2;
}
.flexTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 24px;
}
.flexTitle h3 {
  margin: 0;
}
.flexTitle i {
  margin: 0 12px 0 0;
}
.tooltipBtnOModal {
  display: none;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
}
.homeIndicator {
  display: none;
}
.contenidoOffcanvas {
  margin: 48px 0;
  padding: 0 5%;
}
.offcanvas-end {
  right: 0;
  left: auto;
  width: 470px;
  height: 100%;
  max-height: 100%;
  transform: translateX(100%);
}
.offcanvas-end .btn.btn-nav {
  width: 90%;
  margin: 0 auto;
}
.offcanvas-end .btnContainer {
  width: 100%;
  border-top: 1px solid #CFD1D3;
  ;
  padding: 5% 0 0;
  text-align: center;
}
.offcanvas {
  background-color: #FFFFFF;
}
.offcanvas-header {
  padding: 5%;
  border-bottom: 1px solid #CFD1D3;
}
.offcanvas-header h5 {
  margin: 0;
}
.offcanvas-body {
  padding: 0 0 5%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.offcanvas-title {
  line-height: 1.1em;
}
.offcanvas-body p {
  color: #263240;
  font-size: 16px;
  margin-bottom: 24px;
}
.offcanvas .btn-close {
  width: auto;
  height: auto;
  background: none;
  margin: 0;
  padding: 0;
}
.btn-close:focus {
  outline: 0;
  box-shadow: none;
  opacity: 1;
}
.offcanvas .icon-close_base {
  font-size: 28px;
}
.celular-section p {
  font-size: 16px;
}
.header-section {
  overflow: hidden;
}
/* slider beneficios */
.const-swiper {
  padding: 0;
  overflow-x: visible;
  width: 100%;
  max-width: 1440px;	
  display: block;
  margin: 0 auto 48px;
}
.swiperBeneficios {
  padding-right: 0;
  margin-right: 15px;
  padding-left: 15px;	
}
.swiperCuenta {
  padding-right: 0;
  margin-right: 15px;
  padding-left: 15px;		
}
.cont-controls {
  display: flex;
  position: relative;
  align-content: center;
  justify-content: center;
  gap: 28px;
  z-index: 10;
  margin-top: 54px;
}
.swiperCuenta .cont-controls .swiper-pagination, .swiperBeneficios .cont-controls .swiper-pagination {
  position: relative;
  width: auto;
  max-width: auto;
  text-align: inherit;
  transition: .3s opacity;
  transform: none;
  z-index: 3;
  padding: inherit;
  bottom: inherit;
  left: inherit;
  margin-left: inherit;
}
.swiperCuenta .swiper-button-next, .swiperCuenta .swiper-button-prev, .swiperBeneficios .swiper-button-next, .swiperBeneficios .swiper-button-prev {
  color: #006ED2;
  position: relative;
  bottom: inherit;
  top: inherit;
  left: inherit;
  right: inherit;
  width: auto;
  height: auto;
  display: inline;
  margin: 0;
  font-size: 15px !important;
}
.swiperCuenta .swiper-button-next::after, .swiperCuenta .swiper-button-prev::after, .swiperBeneficios .swiper-button-next::after, .swiperBeneficios .swiper-button-prev::after {
  font-size: 15px !important;
  display: flex;
  align-items: end;
  padding-top: 6px;
}
.swiperCuenta .swiper-button-disabled, .swiperBeneficios .swiper-button-disabled {
  opacity: 1;
  color: #ADB5BD;
}
.swiperCuenta .swiper-pagination-bullet, .swiperBeneficios .swiper-pagination-bullet {
  border: 1px solid #006ED2;
  background-color: transparent;
  opacity: 1;
  margin: 0 2px;
}
.swiperCuenta .swiper-pagination-bullet-active, .swiperBeneficios .swiper-pagination-bullet-active {
  background-color: #006ED2;
}
/* slider beneficios */
.solo-d {
  display: flex;
}
.solo-m {
  display: none;
}
.boxCuenta-item {
  padding: 24px 15px;
  border: 1px solid #E9ECEF;
  border-radius: 12px;
  display: flex;
  height: 280px;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
}
.boxCuenta-item h3 {
  margin: 0 0 12px;
  line-height: 1.2em;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
  border-bottom: 1px solid #E9ECEF;
  padding: 0;
  height: 80px;
}
.boxCuenta-item i {
  color: #006ED2;
  font-size: 38px;
  margin-right: 12px;
}
.boxCuenta-item i:before {
  color: #006ED2;
}
.boxCuenta-item .btn-link-group i {
  font-weight: normal;
  font-size: 16px;
  margin: 0 0 0 8px;
  line-height: 1;
  color: #030097;
  text-decoration: none;
}
.boxCuenta-item .btn-link-group i:before {
  color: #030097;
}
.offcanvasbox {
  padding: 16px;
  border-bottom: 1px solid #CFD1D3;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  color: #4C4C4C;
}
.contenidoOffcanvas .offcanvasbox:last-child {
  border-bottom: none;
}
.offcanvasbox i {
  font-size: 28px;
  margin-right: 16px;
  color: #495057;
}
.item-oca-blue .innerIcon {
	border: 1px solid #E9ECEF;
    box-shadow: none;
    padding: 0;
    border-radius: 12px;
	margin: 0
}
.beneficios-item {
    display: flex;
    flex-wrap: nowrap;
    min-height: 340px;
    height: auto;
    margin: 0 auto;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}
.beneficios-item img {
	width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 5% 0 0;
}
.ver-condiciones {
    margin-left: auto;
	margin-right: auto;
}

@media (max-width: 1440px) {
  .const-swiper {
	overflow-x: hidden;
	width: 100%;
	max-width: 100%;	
	display: block;
    margin: 0 0 48px 0;
    padding: 0 0 0 15px;
  }
  .swiperCuenta {
        padding-right: 15px;
        margin-right: 5%;
        padding-left: 5%;
    }	
  .swiperBeneficios {
        padding-right: 15px;
        margin-right: 5%;
        padding-left: 5%;
    }		
  .blue-section .feature-box {
    min-height: 95px;
  }
}
@media (max-width: 1180px) {
  .header-section {
    min-height: 600px;
  }
  .blue-section .feature-box {
    width: calc(50% - 9px);
  }
  .titlePrimary {
    font-size: 32px;
    margin: 0 0 36px;
  }
  .subtitle {
    font-size: 24px;
    margin: 0 0 14px;
  }
  .blue-section .feature-box {
    width: calc(50% - 24px);
  }
  h1.titlePrimary {
    font-size: 40px;
  }
}
@media (max-width: 1080px) {
  .header .nav-bar-header-btn a.btn-primary.blue {
    display: none;
  }
  .header-section {
    min-height: 510px;
  }
  h1.titlePrimary {
    font-size: 36px;
  }
  .titlePrimary {
    font-size: 30px;
  }
  .titleSecondary {
    font-size: 24px;
  }
  .subtitle {
    font-size: 22px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  .header-section {
    padding-top: 7vh;
  }
  .pe-sm-5 {
    padding-right: 2rem !important;
  }
  p {
    font-size: 17px;
  }
}
@media (max-width: 992px) {
  .footer {
    padding: 60px 0 30px;
  }
}
@media (max-width: 991px) {
  .container {
    padding: 0;
  }
  .btn.btn-nav {
    margin: 0 auto 16px;
  }
  .header-section {
    padding-top: 88px;
    min-height: auto;
    padding-bottom: 36px;
  }
  .header-cards {
    margin: 68px auto 30px;
    padding: 0;
    max-width: 96%;
  }
  .header-section h1 {
    margin: 0 0 22px;
    line-height: 1.4em;
  }
  .blue-section {
    padding: 0 0 36px 0;
  }
  .titlePrimary {
    margin: 0 0 24px;
  }
  .header-section p {
    margin: 0 0 24px;
  }
  .blue-section.text-center {
    text-align: left !important;
  }
  .col-maxW {
    max-width: 100%;
    width: 100%;
  }
  .colCards {
    flex: 0 0 auto;
    width: 100%;
    min-height: auto;
    height: auto;
  }
  .metraje-section {
    height: auto;
    position: relative;
    display: flex !important;
    flex-direction: column-reverse !important;
  }
  .imgMetrajeTarjetas {
    position: relative;
    right: 0;
    top: 0;
    max-width: 100%;
    height: 80vw;
    object-fit: cover;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
  }
  .metrajeContainer {
    padding: 48px 0;
  }
  .solo-m i {
    font-size: 28px;
    margin-bottom: 14px;
    display: block;
  }
  .solicitud-section i {
    font-size: 28px;
  }
  .solicitud-section {
    padding: 5% 0;
  }
  .col-maxW .titleSecondary {
    margin: 0 0 10px;
  }
  .solicitud-section {
    text-align: left;
  }
  .solicitud-section p {
    text-align: left;
  }
  .faq-section {
    padding: 48px 0;
  }
  .tab-content {
    padding: 0 5%;
  }
  .promos-section {
    padding: 48px 0;
  }
  .celular-img img {
    max-width: 350px;
    margin-left: 0;
  }
  .blue-section .feature-box {
    width: calc(50% - 9px);
  }
  .tooltipBtn {
    display: none;
  }
  .tooltipBtnOModal {
    display: block;
  }
  .my-atropos {
    width: 520px;
    height: 570px;
  }
  .imgMetrajeTarjetas {
    position: relative;
    right: 0;
    top: 0;
    max-width: 100%;
    height: 80vw;
    object-fit: cover;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
  }
  .header-section {
    margin-top: 7vh;
    padding: 36px 0;
  }
  .white-section .titleSecondary {
    text-align: left;
  }
  .feature-boxComo {
    max-width: calc(50% - 8px);
  }
  .solicitud-section .flexTitle {
    justify-content: flex-start;
  }
  .metraje-section {
    padding: 0;
  }
  .const-swiper {
        padding: 0;
    }	
}
@media (max-width: 840px) {
  .blue-section .feature-box {
    /* min-height: auto; */
    min-height: 80px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 60px 0 30px;
  }
  .footer .container-lg {
    margin: 0 auto;
  }
  .solo-d {
    display: none;
  }
  .solo-m {
    display: flex;
  }
}
@media (max-width: 540px) {
  .promos-section {
    padding: 32px 0;
  }
  .white-section {
    padding: 32px 0;
  }
  .pe-sm-5 {
    padding-right: 0 !important;
  }
  .promos-section .titleSecondary {
    margin: 0 0 0 0;
  }
  .cont-controls {
    margin-top: 32px;
  }
  .titlePrimary {
    font-size: 25px;
    margin: 0 0 15px;
  }
  h1.titlePrimary {
    font-size: 28px;
  }
  h1.titlePrimary br {
    display: none;
  }
  .header-section h1 {
    margin: 0 0 15px;
  }
  .header-section p {
    font-size: 18px;
    margin: 0 0 20px;
  }
  .img-box img {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 5px 0;
  }
  p {
    font-size: 16px;
  }
  .boxCuenta-item p {
    font-size: 14px;
  }
  .titleSecondary {
    font-size: 20px;
    margin: 0 0 15px;
    line-height: 1.3em;
    text-align: left;
  }
  .app-buttons {
    margin: 24px 0 0;
  }
  .celularAppCol {
    padding: 32px 0;
  }
  .celular-section li i {
    margin-right: 4px;
  }
  .celular-section li {
    font-size: 15px;
  }
  .btn-solicitar {
    font-size: 16px;
  }
  .btn.btn-nav {
    padding: .75rem 1.25rem;
    font-size: 1.1rem;
    border-radius: .54rem;
  }
  .btn {
     padding: 12px 24px;
     font-size: 16px;
     border-radius: 12px;
  }
  a.btn-la-quiero {
    font-size: 16px;
    padding: .54rem 1.25rem;
    border-radius: .54rem;
  }
  .subtitle {
    font-size: 18px;
    margin: 0 0 6px;
    display: inline-table;
  }
  .blue-section .titlePrimary {
    font-size: 24px;
    margin: 0 0 20px;
  }
  .blue-section .row {
    --bs-gutter-x: 1rem;
  }
  .blue-section .row > * {
    margin-right: calc(var(--bs-gutter-x) * -.25);
    margin-left: calc(var(--bs-gutter-x) * -.25);
  }
  .blue-section .feature-box {
    font-size: 14px;
    border-radius: .8rem;
    padding: .85rem 1rem;
  }
  .blue-section .feature-box i {
    font-size: 22px;
    margin-right: 8px;
    width: 20px;
  }
  .promos-section .subtitle {
    font-weight: 400;
  }
  .solo-m i {
    font-size: 24px;
  }
  .solicitud-section i {
    font-size: 26px;
  }
  .metrajeContainer {
    padding: 36px 0 48px;
  }
  .celular-section li i {
    font-size: 22px;
  }
  .app-buttons {
    gap: 8px;
  }
  .celular-img {
    padding-top: 10px;
  }
  .celular-img img {
    max-width: 60vw;
  }
  .col-maxW .titleSecondary {
    font-size: 32px;
    margin: 0 0 20px;
    line-height: 1.4em;
  }
  .flexTitle {
    justify-content: flex-start;
  }
  .solicitud-section {
    padding: 32px 0;
  }
  .solicitud-section p {
    font-size: 15px;
    margin: 24px 0 6% 0;
  }
  .accordion-button {
    font-size: 15px;
  }
  .accordion-body {
    font-size: 15px;
  }
  .offcanvas-bottom .btn.btn-nav {
    margin: 0;
    display: block;
    width: 100%;
  }
  .footer {
    padding: 46px 0 150px;
  }
  .footer .row .separacion:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .feature-boxComo {
    max-width: 100%;
    min-height: auto;
  }
  .feature-boxComo .number {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }
  .feature-boxComo p {
    font-size: 14px;
  }
  .boxCuenta-item i {
    color: #006ED2;
    font-size: 27px;
    margin-right: 8px;
  }
  .boxCuenta-item h3 {
    font-size: 16px;
  }
  .const-swiper {
    padding: 0;
    margin: 0 0 48px 0;
  }
  .swiperCuenta {
        padding-right: 5%;
        margin-right: 0;
        padding-left: 5%;
    }	
  .swiperBeneficios {
    padding-right: 5%;
    margin-right: 0;
	padding-left: 5%;  
  }
  .metraje-section {
    height: auto;
    min-height: auto;
    padding: 0;
  }
  .metraje-section img {
    height: auto;
    min-height: auto;
    aspect-ratio: 4/3;
  }
  .boxCuenta-item {
    padding: 8px 15px 24px;
    height: auto;
    aspect-ratio: 10/14;
  }
  .beneficios-item {
	  min-height: auto;
      height: auto;
      aspect-ratio: 10 / 14;	
   }	  
  .boxCuenta-item h3 {
    margin: 0 0 14px;
    height: 70px;
  }
  a.btn-link {
    font-size: 15px;
  }
  .metrajeContainer {
    padding: 32px 0;
  }
  .btn-link-group {
    margin-top: 20px;
  }
  a.btn-link {
    margin: 0;
  }
  .celular-section p {
    font-size: 14px;
  }
  .faq-section {
    padding: 32px 0;
  }
  .offcanvas-end {
    right: 0;
    left: 0;
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(0, 0, 0, .2);
    transform: translateY(100%);
    min-height: auto;
    max-height: fit-content;
    border-radius: 12px 12px 0 0;
    bottom: 0;
    top: auto;
  }
  .homeIndicator {
    width: 36px;
    height: 4px;
    border-radius: 2px;
    background: #808080;
    margin: 10px auto 24px;
    text-align: center;
    display: block;
  }
  .offcanvas-header {
    padding: 0 5%;
    border-bottom: none;
  }
  .contenidoOffcanvas {
    margin: 24px 0;
    padding: 0 5%;
  }
  .offcanvasbox {
    padding: 14px 0;
  }
  .offcanvas-end .btnContainer {
    border-top: none;
    padding: 0;
  }
  hr {
    margin: 16px 0;
  }	
  .beneficios-item .beneficio-txt p strong {
    font-size: 15px;
  }	
}
@media (max-width: 519px) {
  .my-atropos {
    width: 520px;
    height: 104vw;
    margin: 0 0 10%;
  }
}

@media (max-width: 390px) {
    .beneficios-item {
        min-height: auto;
        height: auto;
        aspect-ratio: 10 / 16;
    }
}