@charset "UTF-8";

/* CSS Document */
.solo-d {
  display: block;
}

.solo-m {
  display: none;
}

body {
  font-size: 16px;
  color: #191E23;
}

a:hover {
  text-decoration: none;
}

.bg-dark {
  background-color: #FFFFFF !important;
}

.navbar-dark .navbar-nav a.nav-link {
  color: #4C5156;
  opacity: .8;
  transition: all ease-in-out .4s;
}

.navbar-dark .navbar-nav a.nav-link:hover,
.navbar-dark .navbar-nav a.nav-link:focus {
  color: #4C5156;
  opacity: 1;
  transition: all ease-in-out .3s;
}

.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;
}

.header-fixed .nav-bar-header-btn a.btn-nav {
  background: #006ED2;
  background-color: #006ED2;
  color: #fff;
  transition: all ease-in-out .4s;
  padding: .75rem 1.65rem;
  border-radius: .8rem;
  font-weight: 600;
  font-size: 1rem;
}

.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%;
}


.header-fixed {
  top: -68px;
  height: 68px;
}

.header-section {
  background: #161670;
  background: -webkit-linear-gradient(275deg, rgba(22, 22, 112, 1) 20%, rgba(6, 6, 35, 1) 90%);
  background: -moz-linear-gradient(275deg, rgba(22, 22, 112, 1) 20%, rgba(6, 6, 35, 1) 90%);
  background: linear-gradient(275deg, rgba(22, 22, 112, 1) 20%, rgba(6, 6, 35, 1) 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#161670", endColorstr="#060623", GradientType=0);
  color: #FFFFFF;
  padding-top: 68px;
  min-height: 700px;
}

.header-section h1 {
  margin: 0 0 42px;
}

.header-section p {
  font-size: 18px;
  color: #FFFFFF;
  margin: 0 0 32px;
}

p {
  font-size: 18px;
  line-height: 1.5em;
}

.btn {
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  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: 18px;
  border: none;
  padding: .75rem 1rem;
  border-radius: .45rem;
  border: 1px solid #FFFFFF;
  transition: all ease-in-out .4s;
}

.btn-outlineSecondary:hover {
  background-color: #001c528a;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  transition: all ease-in-out .3s;
}

.btn-solicitar {
  background-color: #FFFFFF;
  color: #006ED2;
  font-weight: 600;
  font-size: 21px;
  border: none;
}

.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;
}

.tarjeta-list li i.icon-information_base {
  color: #006ED2;
  position: relative;
}

.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: 320px;
  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 img {
  max-width: 100%;
  height: auto;
}

.blue-section {
  padding: 20px 0 48px 0;
}

.blue-section .row {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.blue-section .feature-box {
  background: #F8F9FA;
  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-row {
  justify-content: center;
}

.section-tarjeta {
  padding: 48px 15px 48px 15px;
}

.section-tarjeta small {
  color: #0077e6;
  font-weight: 600;
  font-size: 16px;
}

.tarjeta-list {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
  font-size: 16px;
  color: #191E23;
}

.tarjeta-list li {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: bold;
  padding: 24px 0;
  border-bottom: 1px solid #e9ecef;
}

.tarjeta-list li:last-child {
  border-bottom: none;
}

.tarjeta-list li i {
  font-size: 24px;
  color: #4C4C4C;
  margin-right: 8px;
  width: 24px;
  text-align: center;
}

.tarjeta-list li .info-icon {
  font-size: 14px;
  color: #0077e6;
  cursor: pointer;
}

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;
}

#mastercard-tab {
  width: 102px;
}

#visa-tab {
  width: 48px;
}

.colCards {
  flex: 0 0 auto;
  width: 50%;
  min-height: auto;
}

.item-oca-blue {
  padding: 0;
}

.tarjeta-cards {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}

.tarjeta-cards img {
  position: relative;
  box-shadow: none;
  transition: all 0.3s ease;
  cursor: default;
}

.tarjeta-cards img.tarjetaVisa {
  width: 100%;
  padding: 0;
  height: auto;
  transform: translateX(160%);
  position: absolute;
  transition: all ease-in-out .3s;
  z-index: 2;
  max-width: 170px;
}

.tarjeta-cards img.tarjetaMastercard {
  width: 100%;
  padding: 0;
  height: auto;
  transform: translateX(0%);
  position: absolute;
  transition: all ease-in-out .3s;
  z-index: 2;
  max-width: 170px;
}

.tarjeta-cards img.tarjetaVisa.tarjetaActive {
  width: 100%;
  padding: 0;
  height: auto;
  transition-duration: .5s;
  transform: translateX(0);
  position: absolute;
  transition: all ease-in-out .5s;
  max-width: 250px;
}

.tarjeta-cards img.tarjetaVisa.tarjetaInactive {
  width: 100%;
  padding: 0;
  height: auto;
  transform: translateX(160%);
  position: absolute;
  transition: all ease-in-out .3s;
  max-width: 170px;
}

.tarjeta-cards img.tarjetaMastercard.tarjetaActive {
  width: 100%;
  padding: 0;
  height: auto;
  transition-duration: .5s;
  transform: translateX(0);
  position: absolute;
  transition: all ease-in-out .5s;
  z-index: 2;
  max-width: 250px;
}

.tarjeta-cards img.tarjetaMastercard.tarjetaInactive {
  width: 100%;
  padding: 0;
  height: auto;
  transform: translateX(160%);
  position: absolute;
  transition: all ease-in-out .3s;
  z-index: 2;
  max-width: 170px;
}

.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: 540px;
  position: relative;
}

.btn-link-group {
  margin-top: 36px;
}

.logoMetraje {
  width: 140px;
  height: auto;
  margin-bottom: 24px;
}

.imgMetrajeTarjetas {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 56%;
  height: 540px;
  object-fit: cover;
  border-radius: 8px 0 0 8px;
  overflow: hidden;
}

.celular-section {
  padding: 0 15px 0 15px;
}

.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;
}

.app-buttons img {
  max-width: 180px;
  height: auto;
  width: 100%;
}

.celular-img {
  padding-top: 48px;
  display: flex;
  justify-content: center;
}

.celular-img img {
  max-width: 300px;
  height: auto;
  margin-left: 5%;
}

i.blue.icon-more_benefits_base:before {
  font-size: 24px;
  color: #006ED2 !important;
}

.solicitud-section {
  background-color: #0a0a7d;
  color: white;
  padding: 30px 15px 24px;
  text-align: center;
}

.solicitud-section i {
  font-size: 28px;
}

.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;
}

.accordion-item {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.titlePrimary {
  font-size: 40px;
  margin: 0 0 32px;
  line-height: 1.2em;
  font-weight: 700;
}

.titleSecondary {
  font-size: 32px;
  margin: 0 0 24px;
  line-height: 1.2em;
  font-weight: 700;
}

.subtitle {
  font-size: 24px;
  margin: 0 0 16px;
  line-height: 1.2em;
  font-weight: 500;
}

.black {
  color: #263240;
}

.white {
  color: #FFFFFF;
}

.grey {
  color: #263240;
}

.lightGrey {
  color: #4C5156;
}

.blue {
  color: #006ED2;
}

.bgWhite {
  background: #FFFFFF;
}

.bgBlue {
  background: #006ED2;
}

.bgDarkBlue {
  background: #030097;
}

.bgYellow {
  background: #f6ca5e;
}

.nav {
  border: none !important;
  border-bottom: 1px solid #ADB5BD !important;
}

.nav-tabs {
  gap: 12px;
}

.nav-tabs .nav-item .nav-link {
  color: #4C5156;
  background-color: #fff;
  border: none;
  font-size: 16px;
  font-weight: 400;
}

.nav-link {
  padding: .5rem .5rem;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #263240;
  background-color: #fff;
  border-color: none;
  border-bottom: 2px solid #006ED2;
  font-size: 16px;
  font-weight: 700;
}

a i,
a:hover i {
  text-decoration: none !important;
}

.navbar-dark .navbar-toggler .navbar-toggler-icon {
  background: url(../img/menu_close-grey.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.navbar-toggler {
  font-size: 1.1rem;
}

.navbar-dark .navbar-toggler.collapsed .navbar-toggler-icon {
  background: url(../img/menu_base-grey.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
  margin: auto;
  text-align: center;
}

.tooltipBtnOModal {
  display: none;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
}

.homeIndicator {
  width: 36px;
  height: 4px;
  border-radius: 2px;
  background: #808080;
  margin: 10px auto 36px;
  text-align: center;
}

.offcanvas {
  background-color: #FFFFFF;
}

.offcanvas-header {
  padding: 0 5% 24px;
}

.offcanvas-body {
  padding: 0 5% 5%;
}

.offcanvas-title {
  color: #263240;
}

.offcanvas-body p {
  color: #263240;
  font-size: 16px;
  margin-bottom: 24px;
}

.offcanvas .btn-close {
  width: auto;
  height: auto;
  background: none;
  margin: 0;
}

.offcanvas .icon-close_base {
  font-size: 28px;
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: auto;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, .2);
  transform: translateY(100%);
}

.offcanvas-bottom .btn.btn-nav {
  margin: 0;
}

/*ATROPOS 3D PARALLAX INICIO*/

.my-atropos {
	  width: 520px;
	  height: 520px;
	}
	.container-tarjetas .img-fluid {
	  width: 100%;
	  height: auto;
	}
	.atropos-inner {
		overflow: visible;
	}
	.container-tarjetas {
		position: relative;
		overflow: visible;
		width: 100%;
		height: auto;
	}
	.container-tarjetas .img-fluid.mastercardHero {
		position: absolute;
		z-index: 2;
		overflow: visible;
	}
	.container-tarjetas .img-fluid.visaHero {
		position: absolute;
		top: 90px;
		left: 30px;
		z-index: 0;
		overflow: visible;
	}
	.container-tarjetas .img-fluid.sombra1 {
		position: absolute;
		top: -40px;
		left: -18%;
		width: 142%;
		max-width: 142%;
		z-index: 1;
		opacity: 0.7;
	}
	.container-tarjetas .img-fluid.sombra2 {
		position: absolute;
		width: 142%;
		max-width: 142%;
		height: auto;
		top: 20px;
    	left: -14%;
		z-index: -1;
		opacity: 0.2;
	}
	.atropos-active, .my-atropos, .atropos-inner, .atropos-scale, .atropos-rotate, .container-tarjetas, .container-tarjetas img{
		overflow: visible !important;
	}
    .header-section{
		overflow: hidden;
	}

/*ATROPOS 3D PARALLAX FIN*/

  /* slider beneficios */
  .const-swiper{
    padding: 0 0 0 13%;
    overflow-x: hidden;    
    width: 100%;
    display: block;
    /* position: relative;     */
    margin-bottom: 48px;
  }
  .mySwiper {
    margin: 10px  0% 40px;
  }

  .cont-controls{
    display: flex;
    position: relative;
    align-content: center;
    justify-content: center;
    gap: 28px;
    z-index: 10;
    margin-top: 54px;
  }
  .cont-controls .swiper-pagination{
    position: relative;
    width: auto;
    max-width: auto;
  }

  #lista-beneficios .swiper-button-next,
  #lista-beneficios .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;
    
  }
#lista-beneficios .swiper-button-next::after,
#lista-beneficios .swiper-button-prev::after {
    font-size: 15px!important;
    display: flex;
    align-items: end;
    padding-top: 6px;
 }


 #lista-beneficios .swiper-button-disabled {
    opacity: 1;
    color: #ADB5BD;
  }

  #lista-beneficios .swiper-pagination-bullet {
    border: 1px solid #006ED2;
    background-color: transparent;
    opacity: 1;
    margin: 0 2px;
  }
  #lista-beneficios .swiper-pagination-bullet-active {    
    background-color: #006ED2;
    
  }
  /* slider beneficios */


@media (max-width: 1440px) {
  .const-swiper{
    padding: 0 0 0 6%;
  }
}
@media (max-width: 1180px) {
  .blue-section .feature-box {
    width: calc(50% - 9px);
  }

  .titlePrimary {
    font-size: 32px;
    margin: 0 0 36px;
  }

  .header-section h1 {
    margin: 0 0 36px;
  }

  .header-section p {
    font-size: 17px;
    margin: 0 0 24px;
  }

  .solicitud-section p {
    font-size: 17px;
  }

  p {
    font-size: 17px;
  }

  .subtitle {
    font-size: 22px;
    margin: 0 0 14px;
  }

  .blue-section .feature-box {
    width: calc(50% - 24px);
  }
}

@media (max-width: 992px) {
    .footer {
        padding: 60px 0 30px;
    }
}

@media (max-width: 991px) {
  .container {
    padding: 0;
  }

  .solo-d {
    display: none;
  }

  .solo-m {
    display: block;
  }

  .header-fixed .nav-bar-header-btn a.btn-nav {
    margin: 0 !important;
  }

  .nav-item .nav-link {
    border-bottom: 1px solid #e9ecef;
  }

  .btn.btn-nav {
    margin: 0 auto 16px;
  }

  .header-section {
    background: #161670;
    background: -webkit-linear-gradient(180deg, rgba(22, 22, 112, 1) 20%, rgba(6, 6, 35, 1) 90%);
    background: -moz-linear-gradient(180deg, rgba(22, 22, 112, 1) 20%, rgba(6, 6, 35, 1) 90%);
    background: linear-gradient(180deg, rgba(22, 22, 112, 1) 20%, rgba(6, 6, 35, 1) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#161670", endColorstr="#060623", GradientType=0);
    color: #FFFFFF;
    padding-top: 68px;
    min-height: auto;
    padding-bottom: 68px;
  }

  .header-section .row {
    flex-direction: column-reverse;
  }

  .header-section h1 {
    margin: 0 0 22px;
    line-height: 1.4em;
  }

  .header-cards {
    padding: 10% 0px 0;
	display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-cards.col-lg-6 {
	display: flex;
    justify-content: center !important;
    align-items: center;
  }

  .titlePrimary {
    margin: 0 0 24px;
  }

  .header-section p {
    margin: 0 0 24px;
  }

  .blue-section.text-center {
    text-align: left !important;
  }

  .blue-section .row {
    gap: 18px;
    margin: 0;
  }

  .col-maxW {
    max-width: 100%;
    width: 100%;
  }

  .section-tarjeta {
    display: flex !important;
    flex-direction: column-reverse !important;
    padding: 0 0 48px 0;
    overflow: hidden;
    width: 100%;
  }

  .colCards {
    flex: 0 0 auto;
    width: 100%;
    min-height: auto;
    height: auto;
  }

  .tarjeta-cards {
    position: relative;
    width: auto;
    min-height: 100vw;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .section-tarjeta.solo-m {
    padding: 38px 5% 0;
  }

  .section-tarjeta .titlePrimary {
    margin: 0;
  }

  .tarjeta-cards img.tarjetaMastercard {
    position: relative;
    width: 40%;
    max-width: 40%;
    margin: 0;
    left: -100%;
    transform: translateX(0);
  }

  .tarjeta-cards img.tarjetaVisa {
    position: relative;
    width: 40%;
    max-width: 40%;
    margin: 0 0;
    left: -50%;
    transform: translateX(185%);
  }

  .tarjeta-cards img.tarjetaMastercard.tarjetaActive {
    position: relative;
    width: 60%;
    max-width: 60%;
    margin: 0;
    left: 20%;
    transform: translateX(0%);
  }

  .tarjeta-cards img.tarjetaVisa.tarjetaActive {
    position: relative;
    width: 60%;
    max-width: 60%;
    margin: 0;
    left: -20%;
    transform: translateX(0%);
  }

  .tarjeta-cards img.tarjetaMastercard.tarjetaInactive {
    position: relative;
    width: 40%;
    max-width: 40%;
    margin: 0;
    left: -100%;
    transform: translateX(190%);
  }

  .tarjeta-cards img.tarjetaVisa.tarjetaInactive {
    position: relative;
    width: 40%;
    max-width: 40%;
    margin: 0 0;
    left: -50%;
    transform: translateX(185%);
  }

  .nav-tabs {
    font-size: 14px;
    font-weight: 600;
    border-bottom: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0;
  }

  .nav-tabs li.nav-item {
    width: 50%;
  }

  #mastercard-tab {
    width: 100%;
  }

  #visa-tab {
    width: 100%;
  }

  .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;
  }

  .celular-section {
    padding: 5% 0 0 0;
  }

  .solo-m i {
    font-size: 28px;
    margin-bottom: 14px;
    display: block;
  }

  .tarjeta-list {
    margin-top: 0;
  }

  .solicitud-section i {
    font-size: 28px;
    margin-bottom: 14px;
    display: block;
  }

  .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;
  }

  .tarjeta-cards {
    min-height: 580px;
    max-width: 500px;
  }

  .promos-section {
    padding: 0 0 48px;
  }

  .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;
 }
}
@media (min-width: 992px) {
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
        display: flex;
        justify-content: flex-end;
		padding-right: 5%;
    }
}
@media (max-width: 840px) {
  .blue-section .feature-box {
    min-height: auto;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 60px 0 30px;
  }

  .footer .container-lg {
    margin: 0 auto;
  }
}

@media (max-width: 540px) {
  .const-swiper{
    padding: 0 6%;
    margin-bottom: 0;
  }
  #lista-beneficios{
    margin-left: -6%;
  }
  .promos-section{
    padding-bottom: 32px;
  }
  .promos-section .titleSecondary{
    margin: 0 0 0 0;
  }
  .cont-controls{
    margin-top: 32px;
  }

  .titlePrimary {
    font-size: 32px;
    margin: 0 0 36px;
  }

  .header-section h1 {
    margin: 0 0 18px;
  }

  .header-section p {
    font-size: 15px;
    margin: 0 0 20px;
  }

  p {
    font-size: 15px;
  }

  .titleSecondary {
    font-size: 24px;
    margin: 0 0 18px;
    line-height: 1.4em;
  }

  .celular-section li i {
    margin-right: 4px;
  }

  .tarjeta-list li i {
    margin-right: 4px;
  }

  .celular-section li {
    font-size: 15px;
  }

  .tarjeta-list li {
    font-size: 15px;
  }

  .btn-solicitar {
    font-size: 16px;
  }

  .btn.btn-nav {
    font-size: 16px;
    padding: .75rem 1.25rem;
    font-size: 1.1rem;
    border-radius: .54rem;
  }

  .btn {
    padding: .8rem 1.25rem;
    font-size: 1.1rem;
    border-radius: .54rem;
  }

  a.btn-la-quiero {
    font-size: 16px;
    padding: .54rem 1.25rem;
    border-radius: .54rem;
  }

  .subtitle {
    font-size: 16px;
  }

  .blue-section .titlePrimary {
    font-size: 24px;
    margin: 0 0 20px;
  }

  .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;
  }

  .blue-section {
    padding: 20px 0 36px 0;
  }

  .section-tarjeta.solo-m {
    padding: 28px 5% 0;
  }

  .tarjeta-cards {
    min-height: 90vw;
    max-width: 290px;
  }

  .promos-section .subtitle {
    font-weight: 400;
  }

  .solo-m i {
    font-size: 24px;
  }

  .solicitud-section i {
    font-size: 26px;
  }

  .metrajeContainer {
    padding: 36px 0 48px;
  }

  .tarjeta-list li i {
    font-size: 22px;
  }

  .celular-section li i {
    font-size: 22px;
  }

  .app-buttons {
    gap: 8px;
  }

  .celular-img {
    padding-top: 36px;
  }

  .celular-img img {
    max-width: 60vw;
  }

  .solicitud-section .titleSecondary {
    font-size: 32px;
    margin: 0 0 20px;
    line-height: 1.4em;
  }

  .col-maxW .titleSecondary {
    font-size: 32px;
    margin: 0 0 20px;
    line-height: 1.4em;
  }

  .faq-section .titleSecondary {
    font-size: 32px;
    margin: 0 0 20px;
    line-height: 1.4em;
  }

  .solicitud-section {
    padding: 5% 0 7%;
  }

  .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 120px;
  }
  .footer .row .separacion:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 519px) {
.my-atropos {
    width: 520px;
    height: 104vw;
	margin: 0 0 10%;
}
}