

  @media screen and (max-height: 900px) {
	  

              
          #Escena10 .Escena {
              padding: 320px  15px 0px 15px;
            margin-top: -58%;
          }
              
              

          .p-5 {
              padding: 1rem!important;
          }
  }


h1.titleIntro {
    color: #FFF;
    font-family: "Outfit Medium";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}


p.subtextIntro{
    color: #FFF;
    font-family: "Outfit Regular";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}







/*---Beneficios-*/

.InfoBene .legal {
    border-radius: 13px;
    text-align: center;
    color: white;
    font-size: 16px;
    margin-bottom: 0%;
    border: none;
    width: 100%;
    height: 10%;
    font-weight: 400;
	border: none;
    outline: none;	
}	 


#popmake-3416 a {
    color: rgb(0 255 126);
    text-decoration: none;
}

#popmake-3418 a {
    color: rgb(0 255 126);
    text-decoration: none;
}

#popmake-3421 a {
    color: rgb(0 255 126);
    text-decoration: none;
}

	.beneficios{
	text-align: center;
    padding-top: 50px;
    padding-bottom: 150px;
    margin-bottom: -70px;
    background-color: #f4f5f9;
    border-radius: 50px 50px 0px 0px;	
	}	  
  
	
.WrappImagePromo img {
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    width: 100%;
    height: 300px;
}	
	
.InfoBene .textpromo {
    font-family: 'Outfit Regular';
    color: #777777;
    font-size: 16px;
    height: 100px;
    font-weight: 100;	
    text-align: left;	
}	
	
.InfoBene .comercio {
    background-color: rgb(255 255 255 / 20%);
    border-radius: 13px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 5%;
    font-weight: 400;	
}
	
.titulopromo {
    color: #203391;
    font-size: 25px;
    letter-spacing: 0.55px;
    font-family: 'Outfit Bold';
    margin-top: 10%;
    margin-bottom: 10%;
    text-align: left;
	
}	
	
.vigencia {
    font-family: 'Outfit Regular';
    color: #777777;
    font-size: 16px;
    margin-top: 0%;
    height: 16%;
	text-align: left;
    font-weight: 300;	
}	
	
	
.legal {
    display: inline-block;
    padding: 14px 20px;
    width: 100%;
    background-color: rgba(0, 45, 249, 0.05);
    border-radius: 13px;
    text-align: center;
    color: #002DF9;
    font-size: 16px;
    border: none;
}	

.pb-5, .py-5 {
    padding-bottom: 6rem!important;
}	
	
	
	





@media screen and (min-height: 1440px){
#Escena10 .Escena {
    padding: 420px 15px 0px 15px;
    margin-top: -58%;
}
	
	
	

}

@media screen and (min-height: 1900px){
#Escena10 .Escena {
    padding: 220px 15px 0px 15px;
    margin-top: -58%;
}

}


/*
  html,
  body {
    overflow: inherit !important;
    color: #444;
    font-size: 18px;
    font-weight: 400;
    overflow-x: hidden;
    font-variant: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    font-family: "Outfit", Helvetica, Arial, sans-serif;
  }


*/


  #Escena8{
    z-index: 99999;
  }
  
  .MenuMobile {
    z-index: 9999;
  }
  .btn {
    outline: 0px !important;
    box-shadow: none !important;
  }
  .styled-list {
    color: #444;
    font-size: 18px;
    font-weight: 500;
    padding-left: 0px;
  }
  .styled-list li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .styled-list-number {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    z-index: 1;
    font-size: 15px;
    line-height: 28px;
    text-align: center;
    position: relative;
    font-weight: 500;
    margin-right: 10px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/billetera/icons/square.png);
  }
  .styled-list-number::before {
    content: "";
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    z-index: -1;
    width: 13px;
    height: 13px;
    display: block;
    position: absolute;
    border-radius: 4px;
    background-color: #00ff88;
  }
  
  .app-image-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .app-image-box-bg {
    left: 0px;
    right: 0px;
    z-index: 1;
    width: 100%;
    height: 350px;
    position: absolute;
    border-radius: 50px;
    background-color: #f3f5fa;
  }
  .app-image-box img {
    z-index: 2;
    width: 420px;
    max-width: 100%;
    position: relative;
  }
  
  /*
   * ANIMATIONS
   */
  @keyframes marquee {
    0% {
      right: 0;
    }
    100% {
      right: -100%;
    }
  }
  
  /*
   * BUTTONS
   */
  .btn-download {
    width: 150px;
    height: 49px;
    color: #203391;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
  
    display: flex;
    align-items: center;
  
    background-color: #00ff7e;
  }
  .btn-download-marquee {
    width: 200%;
    overflow: hidden;
    position: absolute;
    animation: marquee 3s linear infinite;
  }
  .btn-download-text {
    width: 50%;
    float: left;
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
  }
  
  .btn-sm {
    font-size: 15px;
    font-weight: 500;
    padding: 8px 22px;
  }
  .btn-md {
    font-size: 17px;
    font-weight: 500;
    padding: 12px 25px;
  }
  .btn-lg {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 45px;
  }
  
  .btn-blue {
    border: none;
    color: #ffffff;
    border-radius: 13px;
    background-color: #183ad3;
  }
  .btn-blue:hover {
    color: #ffffff;
    background-color: #183ad3;
  }
  
  .btn-light {
    border: none;
    color: #002df9;
    border-radius: 13px;
    background-color: #f7f8fe;
  }
  .btn-light:hover {
    color: #444;
    background-color: #f7f8fe;
  }
  
  .btn-semitransparent {
    color: #fff;
    border-radius: 13px;
    background-color: rgba(255, 255, 255, 0.15);
  }
  .btn-semitransparent:hover {
    color: #002df9;
    background-color: #fff;
  }
  
  .btn-green,
  .btn-green:hover {
    color: #002df9;
    border-radius: 13px;
    background-color: #00ff88;
  }
  
  /*
   * TITLES
   */
  .pretitle {
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: uppercase;
  }
  h1 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
  }
  h2 {
    color: #203391;
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 30px;
  }
  h3 {
    color: #203391;
    font-size: 32px;
    font-weight: 700;
  }
  h4 {
    color: #203391;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  h5 {
    color: #203391;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  
  /*
   * BADGES
   */
  .custom-box {
    width: 100%;
    padding: 25px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    border-radius: 15px;
  }
  .custom-box p:last-child {
    margin-bottom: 0px;
  }
  .custom-box-white {
    color: #444;
    white-space: normal;
    background-color: #fff;
  }
  
  /*
   * MAIN MENU
   */
  .main-menu {
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9999;
    position: fixed;
    padding: 25px 48px;
    background-color: #fff;
    transition: background-color 0.2s linear;
  }
  .main-menu .row {
    align-items: center;
    justify-content: space-between;
  }
  .main-menu .main-menu-logo-light {
    display: block;
  }
  .main-menu .main-menu-logo-dark {
    display: none;
  }
  .main-menu-logo-image {
    width: 120px;
	  height:auto;
  }
  .main-menu-toggle {
    width: 36px;
    height: 36px;
    border: none;
    display: none;
    position: relative;
    border-radius: 6px;
    transition: all 0.2s ease-in-out;
    background-color: rgba(255, 255, 255, 0.15);
  
    outline: 0px !important;
  }
  .main-menu-toggle span {
    left: 0px;
    right: 0px;
    width: 17px;
    height: 2px;
    margin: auto;
    display: block;
    position: absolute;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
  }
  .main-menu-toggle span:first-child {
    top: 11px;
  }
  .main-menu-toggle span:nth-child(2) {
    top: 17px;
  }
  .main-menu-toggle span:last-child {
    bottom: 11px;
  }
  .main-menu.active .main-menu-toggle span:first-child {
    top: 17px;
    transform: rotate(45deg);
  }
  .main-menu.active .main-menu-toggle span:nth-child(2) {
    opacity: 0;
  }
  .main-menu.active .main-menu-toggle span:last-child {
    bottom: 17px;
    transform: rotate(-45deg);
  }
  .main-menu-links {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .main-menu-links-item:not(:first-child) {
    margin-left: 3px;
  }
  .main-menu-link {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 18px;
    border-radius: 10px;
    display: inline-block;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  .main-menu-link:hover,
  .main-menu-links-dropdown:hover .main-menu-link {
    color: #203391;
    text-decoration: none;
    background-color: #ecf1fb;
  }
  .main-menu-links-dropdown .main-menu-link {
    padding-bottom: 30px;
    border-radius: 10px 10px 0px 0px;
  }
  .main-menu-links .btn {
    margin-left: 10px;
  }
  .main-menu-dropdown {
    left: 0px;
    right: 0px;
    padding: 20px;
    display: none;
    position: absolute;
    text-align: center;
    background-color: #ecf1fb;
  }
  .main-menu-dropdown-link {
    width: 200px;
    color: #203391;
    font-size: 12px;
    font-weight: 600;
    padding: 10px;
    text-align: left;
    border-radius: 10px;
    display: inline-block;
    background-color: rgba(0, 45, 249, 0.08);
  }
  .main-menu-dropdown-link:hover {
    text-decoration: none;
  }
  .main-menu-dropdown-link:not(:first-child) {
    margin-left: 20px;
  }
  .main-menu-dropdown-link img {
    width: 15px;
    margin-right: 5px;
  }
  .main-menu-dropdown-link i {
    float: right;
    margin-top: 3px;
    font-size: 15px;
    margin-left: auto;
    vertical-align: middle;
  }
  /* Main menu dark */
  .main-menu-dark .main-menu-logo-light {
    display: none;
  }
  .main-menu-dark .main-menu-logo-dark {
    display: block;
  }
  /* Main menu transparent */
  .main-menu-transparent {
    background-color: transparent;
  }
  /* Main menu fixed */
  .main-menu-fixed,
  .main-menu.active {
    background-color: #fff;
    box-shadow: 0px 5px 34px 0px rgb(0 0 0 / 15%);
  }
  .main-menu-fixed .main-menu-toggle,
  .main-menu.active .main-menu-toggle {
    background-color: #35479b;
  }
  .main-menu-fixed .main-menu-logo-light,
  .main-menu.active .main-menu-logo-light {
    display: none;
  }
  .main-menu-fixed .main-menu-logo-dark,
  .main-menu.active .main-menu-logo-dark {
    display: block;
  }
  .main-menu-fixed .main-menu-link,
  .main-menu.active .main-menu-link {
    color: #203391;
  }
  
  /*
   * MAIN MENU MOBILE
   */
  .main-menu-mobile {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 999;
    display: none;
    overflow: auto;
    position: fixed;
  }
  .main-menu-mobile-wrapper {
    max-width: 380px;
    margin: 0px auto;
  }
  .main-menu-mobile-links {
    height: 100%;
    margin-bottom: -70px;
    padding: 30px 30px 100px;
    background-color: #203390;
  }
  .main-menu-mobile-link {
    color: #fff !important;
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 12px;
  
    text-decoration: none !important;
  
    padding: 13px 15px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .main-menu-mobile-link img {
    margin-right: 5px;
  }
  .main-menu-mobile-link i {
    float: right;
    color: #00ff7e;
    font-size: 24px;
  }
  .main-menu-mobile-footer {
    padding: 30px;
    background-color: #002df9;
    border-radius: 50px 50px 0px 0px;
  }
  .main-menu-mobile-footer-download {
    display: flex;
    align-items: center;
    margin: 60px -5px 0px -5px;
    justify-content: space-between;
  }
  .main-menu-mobile-footer-download p {
    color: #fff;
    margin: 0px;
    font-size: 12px;
    font-weight: 500;
  }
  .main-menu-mobile-footer-download img {
    width: 100px;
  }
  
  /* 
   * HOME HERO
   */
  .home-hero {
    color: #fff;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    position: fixed;
  
    padding: 100px 0px;
  
    background-size: cover;
    background-color: #002df9;
    background-position: center;
    background-repeat: no-repeat;
    /* background-image: url("../images/hero/background.png"); */
  }
  .home-hero .container,
  .home-hero .container > .row {
    height: 100%;
  }
  .home-hero .container > .row > div {
    max-height: 100%;
  }
  /* .home-hero-app,
  .home-hero-content {
    max-height: 80vh;
  } */
  .home-hero-app {
    margin: auto;
    display: block;
    max-height: 80vh;
  }
  .home-hero .row {
    align-items: center;
  }
  .home-hero p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
  }
  
  /* 
   * HOME CONTENT
   */
  .home-content {
    z-index: 101;
    margin-top: 100vh;
    position: relative;
  }
  
  /*
   * ACCESS  STEPS
   */
  .access-steps {
    text-align: center;
    padding-top: 150px;
    padding-bottom: 220px;
    margin-bottom: -70px;
    background-color: #f4f5f9;
    border-radius: 50px 50px 0px 0px;
  }
  .access-steps-heading {
    margin-bottom: 100px;
  }
  .access-steps-heading h2 {
    margin-bottom: 15px;
  }
  .access-steps-carousel {
    padding-left: 0px;
    padding-right: 0px;
  }
  .access-steps-carousel .swiper-pagination {
    bottom: 0px !important;
  }
  .access-steps-carousel .swiper-pagination-bullet {
    height: 4px;
    width: 8px;
    opacity: 0.4;
    border-radius: 4px;
    background-color: #203391;
    transition: all 0.2s ease-in-out;
  }
  .access-steps-carousel .swiper-pagination-bullet-active {
    opacity: 1;
    width: 12px;
  }
  .access-steps-carousel .swiper-pagination-bullet:last-child {
    display: none;
  }
  .access-step {
    height: 400px;
    display: flex;
    align-items: center;
    position: relative;
  }
  .access-step-image {
    width: 53%;
    left: -15px;
    height: 100%;	  
    position: absolute;
  }
  .access-step-content {
    height: 250px;
    margin-left: 40%;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    padding: 20px 30px;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    border-radius: 0px 20px 20px 0px;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.06);
  }
  .access-step-content h4 {
    color: #203391;
    font-size: 20px;
    font-weight: 600;
  }
  .access-step-content p {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 0px;
  }
  
  /*
   * APP INFO
   */
  .access-steps + .app-info {
    padding-top: 90px;
    border-radius: 50px 50px 0px 0px;
  }
  .app-info {
    padding: 120px 0px;
    background-color: #fff;
    border-radius: 0px;
    border-color: transparent;	  
  }
  .app-info .row {
    align-items: center;
  }
  .app-info .pretitle {
    color: #444;
  }
  
  /*
   * FAQS
   */
  .faqs {
    padding-top: 150px;
    padding-bottom: 180px;
    margin-top: -70px;
    margin-bottom: -70px;
    background-color: #f4f5f9;
    border-radius: 50px 50px 0px 0px;
  }
  .faqs-heading h2 {
    font-size: 38px;
  }
  .faqs-tabs {
    margin-bottom: 10px;
    border-radius: 15px;
    background-color: #fff;
    border: solid 1px #c8cce2;
  }
  .faqs-tab:not(:last-child) {
    border-bottom: solid 1px #c8cce2;
  }
  .faqs-link {
    text-align: right;
    padding-right: 10px;
  }
  .faqs-link a {
    color: #002df9;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none !important;
  }
  .faqs-link a i {
    font-size: 18px;
    margin-left: 3px;
    vertical-align: middle;
  }
  .faqs-tab-header {
    cursor: pointer;
    position: relative;
    padding: 35px 50px 35px 30px;
  }
  /*.faqs-tab-header::after {
    top: 0px;
    right: 30px;
    bottom: 0px;
    width: 24px;
    height: 24px;
    margin: auto;
    display: block;
    content: "\f107";
    color: #203391;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    position: absolute;
    text-align: center;
    border-radius: 7px;
    border: solid 1px #00ff7e;
    font-family: "Font Awesome 5 Pro";
  }*/
  .faqs-tab.active .faqs-tab-header::after {
    content: "\f106";
  }
  .faqs-tab-header h6 {
    color: #203391;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
  }
  .faqs-tab-body {
    display: none;
    padding: 0px 30px 30px;
  }
  .faqs-tab-body p:last-child {
    margin-bottom: 0px;
  }
  .faqs-contact {
    margin-top: 100px;
  }
  .faqs-contact-item {
    width: 100%;
    height: 100%;
    padding: 15px;
    display: flex;
    position: relative;
    align-items: center;
    border-radius: 15px;
    background-color: #fff;
    text-decoration: none !important;
  }
  .faqs-contact-item::after {
    right: 18px;
    content: "\f105";
    display: block;
    color: #203391;
    font-weight: 400;
    position: absolute;
    transition: all 0.2s ease-in-out;
    font-family: "Font Awesome 5 Pro";
  }
  .faqs-contact-item:hover::after {
    right: 15px;
  }
  .faqs-contact-item-icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    object-fit: contain;
  }
  .faqs-contact-item-title {
    color: #444;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0px;
    transition: all 0.2s ease-in-out;
  }
  .faqs-contact-item:hover .faqs-contact-item-title {
    color: #203391;
  }
  .faqs-contact-item-desc {
    margin: 0px;
    color: #444;
    font-size: 13px;
  }
  .faqs-section-breadcrumbs {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 12px;
  }
  .faqs-section-breadcrumbs li {
    color: rgba(0, 0, 0, 0.4);
    display: inline-block;
  }
  .faqs-section-breadcrumbs a,
  .faqs-section-breadcrumbs li {
    font-size: 16px;
    font-weight: 500;
  }
  .faqs-section-breadcrumbs a {
    color: #002df9;
  }
  .faqs-section-breadcrumbs li:not(:last-child) {
    margin-right: 6px;
  }
  .faqs-section-breadcrumbs li:not(:last-child)::after {
    content: "/";
    margin-left: 4px;
  }
  .faqs-section-breadcrumbs a:hover,
  .faqs-section-breadcrumbs a:focus {
    text-decoration: none;
  }
  
  /*
   * FAQS SECTION
   */
  .faqs-section {
    padding-top: 150px;
    padding-bottom: 190px;
    margin-bottom: -70px;
    background-color: #f4f5f9;
  }
  .faqs-section-heading {
    z-index: 100;
    margin-bottom: 20px;
  }
  .faqs-section-heading .pretitle {
    color: #444;
    margin-bottom: 5px;
  }
  .faqs-section-heading h2 {
    font-size: 48px;
    margin-bottom: 20px;
  }
  .faqs-section-heading p {
    font-size: 17px;
    max-width: 460px;
    font-weight: 500;
  }
  .faqs-section-search {
    width: 100%;
    position: relative;
  }
  .faqs-section-search-field {
    color: #444;
    border: none;
    width: 100%;
    height: 48px;
    line-height: 1;
    font-size: 16px;
    font-weight: 400;
    padding: 0px 15px;
    padding-left: 45px;
    border-radius: 18px;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
  }
  .faqs-section-search-field::placeholder {
    color: rgba(0, 0, 0, 0.4);
  }
  .faqs-section-search-field:focus {
    outline: 0px;
    box-shadow: 0px 0px 2px 3px #87adf4;
  }
  .faqs-section-search-icon {
    top: 0px;
    left: 15px;
    bottom: 0px;
    position: absolute;
  }
  .faqs-section-search-icon::before {
    color: #0017f3;
    line-height: 48px;
  }
  i.faqs-section-search-cancel {
    top: 0px;
    right: 15px;
    bottom: 0px;
    display: none;
    cursor: pointer;
    position: absolute;
  }
  .faqs-section-search-cancel::before {
    color: #0017f3;
    line-height: 48px;
  }
  .faqs-section-search-results {
    top: 100%;
    left: 0px;
    right: 0px;
    z-index: 999;
    position: absolute;
  }
  .faqs-section-results {
    display: none;
    margin-top: 30px;
  }
  .faqs-section-search-results-list {
    overflow: auto;
    margin-top: 10px;
    max-height: 380px;
    background-color: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 7, 68, 0.15);
  }
  .faqs-section-search-results-list a {
    opacity: 0.6;
    display: block;
    color: #000000;
    font-size: 14px;
    line-height: 1;
    padding: 15px 25px;
    margin-bottom: 5px;
  }
  .faqs-section-search-results-list a:hover,
  .faqs-section-search-results-list a:focus {
    text-decoration: none;
  }
  .faqs-section-divider {
    opacity: 0.05;
    margin-top: 35px;
    margin-bottom: 35px;
    border-bottom: solid 1px #203391;
  }
  .faqs-card {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-top: 30px;
    padding-left: 25px;
    padding-right: 18px;
    padding-bottom: 30px;
    border-radius: 20px;
    margin-bottom: 30px;
    background-color: #fff;
  }
  .faqs-card:hover,
  .faqs-card:focus {
    text-decoration: none;
  }
  .faqs-card-title {
    color: #24328c;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    padding-right: 40px;
    align-items: center;
    /* margin-bottom: 15px; */
    margin-bottom: 0px;
  }
  .faqs-card-title::before {
    content: "";
    width: 24px;
    height: 24px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/billetera/icons/warning.png");
    padding-right: 26px;
  }
  .faqs-card p {
    margin: 0px;
    color: #444;
    display: none;
    font-size: 14px;
  }
  
  /* 
   * HOW IT WORKS
   */
  .how-it-works {
    text-align: center;
    padding-top: 150px;
    padding-bottom: 170px;
    margin-bottom: -70px;
    background-color: #f4f5f9;
    border-radius: 50px 50px 0px 0px;
  }
  .how-it-works-heading {
    margin-bottom: 30px;
  }
  .how-it-works-heading p {
    font-size: 18px;
    margin: 0px auto;
    max-width: 650px;
  }
  .how-it-works-images {
    margin-left: auto;
    margin-right: auto;
  }
  .how-it-works-images img {
    width: 100%;
    margin-bottom: 20px;
  }
  
  /* 
   * ACTIVATE APP
   */
  .activate-app {
    padding-top: 100px;
    padding-bottom: 220px;
    margin-bottom: -70px;
    background-color: #fff;
    border-radius: 50px 50px 0px 0px;
  }
  
  /*
   * INITIATIVES
   */
  .initiatives-list {
    padding-top: 100px;
    padding-bottom: 220px;
    margin-bottom: -70px;
    background-color: #f4f5f9;
    border-radius: 50px 50px 0px 0px;
  }
  .initiatives-list-heading {
    text-align: center;
    margin: 0px auto 30px;
  }
  .initiatives-list-row > * {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
  }
  .initiative-card {
    height: 100%;
    padding: 30px 20px;
    border-radius: 14px;
    margin-bottom: 15px;
    background-color: #fff;
    border: solid 1px #d2d6e8;
  }
  .initiative-card .row {
    height: 100%;
    align-items: center;
  }
  .initiative-card .col-7 {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding-right: 10px;
  }
  .initiative-card .col-5 {
    padding-left: 0px;
  }
  .initiative-card-title {
    color: #203391;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.45;
  }
  .initiative-card img {
    width: 100%;
    height: 140px;
    max-width: 140px;
    object-fit: contain;
    object-position: center;
  }
  
  /*
   * PROJECTS
   */
  .projects {
    padding-top: 100px;
    padding-bottom: 220px;
    margin-bottom: -70px;
    background-color: #ffffff;
    border-radius: 50px 50px 0px 0px;
  }
  .projects-heading {
    margin-bottom: 45px;
  }
  .project-card {
    width: 100%;
  }
  .project-card-image {
    margin-bottom: -40px;
  }
  .project-card-image img {
    width: 100%;
    height: 260px;
    overflow: hidden;
    object-fit: cover;
    border-radius: 30px 30px 0px 0px;
  }
  .project-card-content {
    z-index: 10;
    padding: 30px;
    position: relative;
    border-radius: 30px;
    background-color: #f3f5fa;
  }
  .project-card-country {
    display: block;
    font-size: 10px;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  .project-card-title {
    color: #203391;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .project-card-content p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 1em;
  }
  
  /*
   * SUSTAINABILITY
   */
  .sustainability {
    padding: 150px 0px 200px;
    text-align: center;
    margin-bottom: -50px;
    background-color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50px 50px 0px 0px;
    background-image: url("../img/billetera/bg-sustainability.png");
  }
  .sustainability .row {
    justify-content: center;
  }
  
  /*
   * PRE FOOTER
   */
  .page-footer {
    z-index: 102;
    position: relative;
  }
  .pre-footer {
    text-align: center;
    padding-top: 150px;
    padding-bottom: 220px;
    border-radius: 50px 50px 0px 0px;
  
    overflow: hidden;
    position: relative;
  
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    /* background-image: url("../images/faqs/bg.png"); */
  }
  .pre-footer::before {
    content: "";
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -101;
    display: block;
    position: absolute;
    background-color: #0017f3;
  }
  .pre-footer .parallax-mirror {
    overflow: hidden;
    border-radius: 50px 50px 0px 0px;
  }
  .pre-footer .parallax-mirror img {
    left: 0px;
  }
  .pre-footer-qr {
    width: 140px;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .pre-footer h3 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .pre-footer p {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
  }
  .pre-footer .pretitle {
    font-size: 14px;
  }
  .pre-footer-stores a:first-child {
    margin-right: 45px;
  }
  .pre-footer-stores img {
    width: 200px;
	  height:auto;
  }
  
  /*
   * FOOTER
   */
 /* footer {
    color: #fff;
    margin-top: -70px;
    padding-top: 100px;
    padding-bottom: 60px;
    background-color: #1129b6;
    border-radius: 50px 50px 0px 0px;
  }*/
  footer .row {
    justify-content: space-between;
  }
  footer .col {
    flex-grow: 0;
    min-width: 240px;
  }
  footer .col:last-child {
    min-width: 300px;
  }
  footer h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  footer h6.footer-title-small {
    font-size: 16px;
    font-weight: 300;
  }
  footer h6.footer-title-small:first-child {
    margin-bottom: 5px;
  }
  footer p {
    opacity: 0.5;
    font-size: 15px;
    font-weight: 400;
  }
  footer a {
    color: #fff;
    display: block;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 10px;
  }
  footer a:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
  }
  footer .footer-link {
    color: #00ff7e;
    display: block;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 10px;
  }
  footer .btn {
    width: 100%;
  }
  .footer-logo {
    margin-bottom: 20px;
    display: inline-block;
  }
  .footer-logo img {
    width: 160px;
	  height:auto;
  }
  .footer-logo-col {
    flex: 0 0 360px;
  }
  .footer-logo-col h6 {
    margin-bottom: 10px;
  }
  .footer-logo-col p a {
    display: inline-block;
  }
  
  .footer-rrss {
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
    list-style: none;
  }
  .footer-rrss li {
    display: inline-block;
  }
  .footer-rrss li:not(:last-child) {
    margin-right: 15px;
  }
  .footer-rrss a {
    width: 36px;
    height: 36px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background-color: #fff;
  }
  .footer-rrss i {
    color: #1129b6;
    font-size: 18px;
    line-height: 36px;
  }
  
  .footer-copy {
    font-size: 16px;
    margin-top: -50px;
    padding: 30px 0px;
    text-align: center;
    background-color: #1f2f8d;
    border-radius: 50px 50px 0px 0px;
  }
  .footer-copy-col {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer-copy span {
    margin-right: 45px;
    color: rgba(255, 255, 255, 0.6);
  }
  .footer-copy a {
    color: #fff;
    font-weight: 500;
  }
  
  footer .social-icons {
  	display: flex;
    align-items: center;
  }
  
  footer .social-icons a {
  	margin: 0;
  }
  
  
  /*
   * INITIATIVE MODAL
   */
  .initiative-modal .modal-dialog {
    display: flex;
    height: 100%;
    margin: 0px auto;
    align-items: center;
  }
  .initiative-modal .modal-content {
    padding: 15px 60px 45px;
    border-radius: 15px;
  }
  .initiative-modal .modal-header {
    border: none;
    padding-bottom: 0px;
  }
  .initiative-modal .btn-close {
    border: none;
    color: #eb5f5f;
    line-height: 23px;
    margin-left: auto;
    border-radius: 7px;
  }
  .initiative-modal h4 {
    color: #203391;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .initiative-modal p {
    font-size: 14px;
    max-width: 350px;
  }
  .initiative-modal-image {
    margin: auto auto 0px;
  }
  .initiative-modal-icon {
    position: relative;
  }
  .initiative-modal-icon-box {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    height: 200px;
    display: block;
    position: absolute;
    border-radius: 30px;
    background-color: #f4f5f9;
  }
  .initiative-modal-icon img {
    width: 70%;
    z-index: 10;
    display: block;
    margin: 0px auto;
    position: relative;
  }
  
  /* Ethical channel */
  .check-card {
    height: 100%;
    display: flex;
    align-items: center;
  
    font-size: 14px;
    line-height: 19px;
  
    padding: 25px 35px 24px;
    border-radius: 20px;
    background-color: #fff;
  }
  .check-card-content {
    display: flex;
    align-items: flex-start;
  }
  .check-card i {
    color: #002df9;
    margin-top: 5px;
    margin-right: 10px;
  }
  .check-card p {
    color: #444;
    margin-bottom: 10px;
  }
  .check-card p:last-child {
    margin-bottom: 0px;
  }
  .check-card:hover {
    text-decoration: none;
  }
  
  
  .ethical-form-card {
    border: none;
    border-radius: 12px 12px 0px 0px;
  }
  .ethical-form-card:last-child {
    border-radius: 12px;
  }
  .ethical-form-card + .ethical-form-card {
    margin-top: -10px;
  }
  .ethical-form-card-dark {
    background-color: rgba(36, 50, 140, 0.02);
  }
  .ethical-form-card.active {
    border-radius: 12px;
  }
  .ethical-form-card.active .card-header {
    border: none;
  }
  .ethical-form-card.active + .ethical-form-card {
    margin-top: 0px;
  }
  .ethical-form-card .card-header {
    opacity: 0.4;
    padding: 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    border-bottom: solid 1px rgb(36 50 140 / 5%);
  }
  .ethical-form-card .card-header-title {
    color: #24328c;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 26px;
  }
  .ethical-form-card .card-body {
    padding-top: 25px;
    padding-bottom: 20px;
  }
  .ethical-form-card + .ethical-form-card .card-body {
    padding-top: 35px;
  }
  .ethical-form .form-group {
    margin-bottom: 19px;
  }
  .ethical-form .form-label {
    color: #000000;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
    margin-bottom: 10px;
  }
  .ethical-form .form-control {
    height: 48px;
    color: #000000;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 19px;
  
    border-radius: 18px;
    border: 1px solid #002df9;
    background-color: transparent;
  }
  .form-custom-radio {
    width: 100%;
    height: 56px;
    display: flex;
    cursor: pointer;
    padding: 0px 16px;
    align-items: center;
    justify-content: space-between;
    border-radius: 18px;
    background-color: rgba(36, 50, 140, 0.05);
  }
  .form-custom-radio-label {
    opacity: 0.87;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 21px;
  }
  .form-custom-radio input {
    width: 20px;
    height: 20px;
    cursor: pointer;
    appearance: none;
    border-radius: 50%;
    -webkit-appearance: none;
    border: 1px solid #002df9;
  }
  .form-custom-radio input:checked {
    background-color: #00ff7e;
  }
  .form-custom-radio-icon {
    right: 36px;
    display: none;
    font-size: 12px;
    color: #002df9;
    position: absolute;
  }
  .form-custom-radio.active .form-custom-radio-icon {
    display: block;
  }
  .custom-form-group {
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 18px;
    background-color: rgba(36, 50, 140, 0.05);
  }
  .custom-form-group .row {
    height: 56px;
    flex-wrap: unset;
    align-items: center;
  }
  .custom-form-group label {
    margin: 0px;
    opacity: 0.87;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 21px;
  }
  .custom-form-group input,
  .custom-form-group select {
    width: 100%;
    height: 56px;
    border: none;
  
    color: #1a42f9;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-align: right;
  
    outline: 0px !important;
    background-color: transparent;
  }
  .custom-form-group .select2 {
    max-width: 100%;
  }
  .custom-form-group .select2-selection {
    border: none !important;
    text-align: right !important;
    background-color: transparent !important;
  }
  .custom-form-group .select2-selection__rendered {
    color: #1a42f9 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
  }
  .select2-search,
  .select2-results__option--disabled {
    display: none !important;
  }
  .select2-results__option {
    opacity: 0.6;
    color: #000000;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 19px;
  }
  .select2-results__option--highlighted {
    color: #000000 !important;
    background-color: rgba(36, 50, 140, 0.05) !important;
  }
  .select2-dropdown {
    margin-top: 22px;
    border-radius: 3px;
    border-color: rgba(36, 50, 140, 0.1) !important;
    box-shadow: 0 2px 8px 0 rgba(39, 39, 30, 0.2);
  }
  
  .form-textarea {
    width: 100%;
    resize: none;
    font-size: 14px;
    min-height: 6.5rem;
    padding: 17px 16px;
    border-radius: 18px;
    border: 1px solid #002df9;
  }
  .form-textarea::placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
  .custom-switch {
    padding-left: 0px;
    padding-right: 55px;
  }
  .custom-switch .custom-control-label::before {
    top: 2px;
    left: auto;
    right: -55px;
    border: none;
    height: 23px;
    background-color: #fff;
    left: auto;
    right: -52px;
    width: 44px;
    height: 25px;
    border: none;
    border-radius: 12.5px;
    background-color: rgb(0 45 249 / 15%);
  }
  .custom-switch .custom-control-label::after {
    top: 5px;
    left: auto;
    right: -49px;
    border: none;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background-color: #fff;
  }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(-19px);
  }
  .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #002df9;
  }
  
  /* Dropzone */
  .dropzone {
    min-height: unset !important;
    padding-top: 20px !important;
    padding-bottom: 38px !important;
    border-radius: 18px;
    border: none !important;
    background-color: rgba(36, 50, 140, 0.05) !important;
  }
  .dropzone .dz-message {
    margin: 0px !important;
  }
  .dropzone .dz-message > p {
    color: #000000;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
    margin-bottom: 4px;
  }
  .dropzone .dz-message > p span {
    color: #1a42f9;
    font-weight: 500;
  }
  .dropzone .dz-message > span {
    opacity: 0.87;
    display: block;
    color: #000000;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.3px;
  }
  .dropzone .dz-message > img {
    width: 34px;
    margin-bottom: 20px;
  }

  /* DATE PICKER */
  .date-input{
    cursor: pointer;
  }

  /* FILE UPLOAD */
  .codedropz-upload-handler {
    margin-bottom: 10px;
    position: relative;
    background-color: rgba(36, 50, 140, 0.05) !important;
    border-radius: 18px;
    border: none !important;
    padding-top: 20px !important;
    padding-bottom: 38px !important;
  }

  .dnd-upload-status .dnd-upload-details .dnd-progress-bar span{
    background: #03fe7d;
  }

  .dnd-upload-status .dnd-upload-details .name span{
    color: #000000;
  }

  .dnd-upload-status .dnd-upload-details .name em{
    color: #1a42f9;
  }

  .codedropz-upload-inner h3{
    color: #1a42f9;
  }

  .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn{
    color: #000000;
  }

  .codedropz-upload-inner::before{
    content: "";
    background-image: url('/wp-content/themes/chris/img/billetera/icons/upload.png');
    width: 100%;
    height: 32px;
    display: block;
    background-position: center;
    background-size: contain;
    text-align: center;
    background-repeat: no-repeat;
  }

  /* CONTACT FORM */
  span.wpcf7-not-valid-tip{
    color: red !important;
    font-size: 0.8em !important;
    font-weight: normal !important;
    display: block !important;
  }

  .fecha span.wpcf7-not-valid-tip{
    position: absolute;
	bottom: -40px;
  }

  div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
    color: red !important;
  }
  
  /* COOKIES BANNER */
  
  .glow-banner{
      width: 100%;
      max-width: unset !important;
      margin: 0 !important;
      border-radius: 0 !important;
  }
  
  .glow-banner-content{
      text-align: center;
  }
  
  .glow-banner-description{
      display: inline-block;
  }
  
  .glow-buttons{
      display: inline-block;
  }
  
  #rejectCookies{
      display: none;
  }
  
  .cookie-consent-btn{
      width: unset !important;
      padding: 13px 40px !important;
      border-radius: 20px !important;
      margin-left: 1rem;
      font-weight: bold !important;
  }
  
  .cookie-consent-btn svg{
      display: none;
  }
  
  .link-btn{
      display: none;
  }
  
  .status-header .check{
    margin:0px auto;
    width:50px;
    height:50px;
    border-radius:100%;
    background:#fff;
    text-align:center;
  }
     
  .status-header .check i{
      vertical-align:middle;
      line-height:50px;
      font-size:30px;
  }
  
  .success > .check i{
    color: #47c9a2;
  }
  
  .error > .check i{
    color: #F6A7A3;
  }
  
  .status-header{
    padding: 2rem;
    border-radius: 12px 12px 0px 0px;
    margin-bottom: -15px;
    z-index: 2;
    position: relative;
  }
  
  .status-header.success{
    background-color: #47c9a2;
  }
  
  .status-header.error{
    background-color: #F6A7A3;
  }

  @media screen and (max-height: 500px) {
    .home-hero h1 {
      font-size: 48px !important;
    }
  }
  
  @media screen and (min-width: 1399px) {
    .container-large {
      max-width: 1340px;
    }
  }
  
  @media screen and (min-width: 1199px) {
    .swiper.access-steps-swiper {
      overflow: visible;
    }
  }
  
  @media screen and (max-width: 1199px) {
    .main-menu-link {
      padding: 15px 10px;
    }
  
    /* Access steps */
    .access-steps {
      padding-top: 80px;
      padding-bottom: 150px;
    }
    .access-steps-heading {
      margin-bottom: 30px;
    }
    .access-step {
      width: 600px;
      height: 500px;
      margin: 0px auto;
    }
    .access-step-image {
      width: 300px;
    }
  
    /* Footer */
    footer .col:not(:last-child) {
      margin-bottom: 30px;
    }
    footer .col:last-child {
      width: 40%;
      flex: 0 0 40%;
    }
    footer .btn {
      width: auto;
    }
    .footer-copy .col-12 {
      display: flex;
      text-align: left;
    }
  }
  @media screen and (max-width: 992px) {
    /* Main menu */
    .main-menu {
      padding: 25px 35px;
    }
    .main-menu-logo {
      align-self: center;
    }
    .main-menu-links {
      display: none;
    }
    .main-menu-toggle {
      display: block;
    }
  
    /* Titles */
    h2 {
      font-size: 36px;
      margin-bottom: 20px;
    }
  
    /* Hero */
    .home-hero {
      height: auto;
      position: relative;
    }
  
    /* Home content */
    .home-content {
      margin-top: -70px;
    }
  
    /* App info */
    .app-info {
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .app-info.app-info-last {
      padding-bottom: 120px;
    }
    .app-info-image {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
    }
    .app-info-content {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 30px;
    }
    .app-info-image {
      margin-left: auto;
      margin-right: auto;
    }
  
    /* Faqs */
    .faqs {
      padding-top: 80px;
      padding-bottom: 120px;
    }
    .faqs-contact-item {
      height: auto;
      margin-bottom: 15px;
    }
  
    /* Footer */
    footer {
      padding-top: 50px;
      padding-bottom: 20px;
    }
    footer .col {
      flex: 0 0 100%;
      min-width: unset;
    }
    footer .footer-logo-col,
    footer .col:last-child {
      flex: 0 0 100%;
    }
    .footer-copy {
      font-size: 14px;
    }
    .footer-copy .col-12 {
      display: block;
    }
    .footer-copy span {
      display: block;
      margin-right: 0px;
      margin-bottom: 15px;
    }
  }
  @media screen and (max-width: 768px) {
    /* Setup */
    html,
    body {
      font-size: 16px;
    }
    .container {
      padding-left: 25px;
      padding-right: 25px;
    }
  
    /* Titles */
    h2 {
      font-size: 28px;
      margin-bottom: 20px;
    }
    h3 {
      font-size: 20px;
    }
  
    /* Main menu */
    .main-menu {
      padding: 20px;
    }
  
    /* Home hero */
    .home-hero {
      background-image: url("../img/billetera/background-.mobile.png");
    }
    .home-hero h1 {
      margin-bottom: 10px;
    }
    .home-hero p {
      font-size: 16px;
      max-width: 100%;
    }
  
    /* Access steps */
    .access-steps {
      padding-bottom: 100px;
    }
    .access-step {
      width: 340px;
      height: 300px;
      margin: 0px auto;
    }
    .access-step-image {
      width: 185px;
    }
    .access-step-content h4 {
      font-size: 18px;
    }
    .access-step-content {
      padding-right: 15px;
    }
    .access-steps-swiper {
      padding-bottom: 20px !important;
    }
  
    /* App info */
    .app-info {
      padding-top: 30px;
      padding-bottom: 30px;
    }
    .app-info-content {
      margin-bottom: 20px;
    }
    .app-info-content p {
      font-size: 15px;
    }
  
    /* Faqs */
    .faqs-tab-header {
      padding: 25px 40px 25px 20px;
    }
    .faqs-tab-header::after {
      right: 20px;
    }
    .faqs-heading h2 {
      font-size: 28px;
    }
    .faqs-heading,
    .faqs-contact-heading {
      text-align: center;
    }
    .faqs-tab-header h6 {
      font-size: 16px;
    }
    .faqs-tab-body {
      padding: 0px 20px 20px;
    }
  
    /* Faqs section */
    .faqs-section {
      padding-top: 100px;
    }
    .faqs-section-heading h2 {
      font-size: 26px;
      margin-bottom: 10px;
    }
    .faqs-section-heading p {
      font-size: 16px;
    }
    .faqs-section-breadcrumbs a,
    .faqs-section-breadcrumbs li {
      font-size: 14px;
    }
    .faqs-section-breadcrumbs li:not(:last-child) {
      margin-right: 4px;
    }
    .faqs-section-breadcrumbs li:not(:last-child)::after {
      margin-left: 2px;
    }
    .faqs-card {
      height: 80px;
    }
  
    /* Pre footer */
    .pre-footer h3 {
      margin-bottom: 20px;
    }
    .pre-footer p,
    .pre-footer-qr {
      display: none;
    }
  
    /* Ethicar form */
    .ethical-form-card{
      border-radius: 12px;
    }
    .ethical-form-card + .ethical-form-card{
      margin-top: 0px;
    }
    .custom-form-group input, .custom-form-group select{
      text-align: left;
    }
    .dropzone .dz-message > p{
      font-size: 12px;
    }
  }
  @media screen and (max-width: 576px) {
    .pre-footer-stores a {
      display: block;
      margin-bottom: 25px;
      margin-right: 0px !important;
    }
  
    /* Accesss steps */
    .access-step {
      width: 310px;
      height: 300px;
      margin: 0px auto;
    }
    .access-step-image {
      width: 185px;
      left: -30px;
    }
    .access-step-content h4 {
      font-size: 18px;
    }
    .access-step-content {
      padding-right: 15px;
    }
  }
  @media screen and (max-width: 480px) {
  }
  @media screen and (max-width: 400px) {
  }
  





.videos iframe{
    width: 45vh;
    height: 25vh;
    border-radius: 33px;
}

popmake-2423 {
    margin-left: -20%;
    width: 40%;
    border-radius: 10px;
}

popmake-2423 {
    padding: 18px;
    border-radius: 0px;
    border: 4px none #000000;
    box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 );
    background-color: rgba( 0, 45, 249, 1.00 );
    border-radius: 10px;
}

/* BTN */

.btn {
	display: inline-flex;
    padding: 12px 40px;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
}

.btn-primary {
  	background-color: #0062F7;
	color: #FFF;
}

.btn-white {
	background: #FFF;
    color: #0432FD;
}

/* HERO BANNER */

#hero-banner {
	margin-bottom: 90px;
}

#hero-banner .bgIntro {
	height: 580px;
    width: 100%;
    background-image: url("../img/tarjeta/bg-tarjeta.png");
    background-size: cover;
    background-position: center;
    color: #FFFFFF;
    margin-top: 70px;
    display: flex;
    align-items: center;
	padding:0 120px;
}

#hero-banner .illustration-tarjetas {
	right: 8%;
    top: 42px;
}





/* alliances-support */

#alliances-support {
	margin: 100px 0;
}

#alliances-support .alliances__brands .alliances__cards__container {
	gap: 31px;
}


/* seccion-pasos */

.seccion-pasos .card-pasos {
	width: 228px;
	white-space: break-spaces;
}

.seccion-pasos .second-card {
	margin-top: 125px;
	white-space: break-spaces;
}

.seccion-pasos .third-card {
	margin-top: 180px;
	white-space: break-spaces;
}


.seccion-pasos .card-pasos h3 {
	color: #0C122D;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
	text-align:center;
}

.seccion-pasos .card-pasos img {
	margin-bottom: 24px !important;
}

.seccion-pasos .card-pasos .first-card-arrow {
	left: 91%;
    top: -6%;
}

.seccion-pasos .card-pasos .second-card-arrow {
	left: 105%;
    top: -11%;
}

.seccion-pasos .list-container .list-item {
	display: flex;
    align-items: start;
    gap: 12px;
}

.seccion-pasos h4 {
	font-size: 32px;
    font-style: normal;
    font-weight: 700;
    color: #0C122D;
    text-align: start;
}

.seccion-pasos .card-todo-tarjeta {
	display: flex;
    align-items: center;
    border-radius: 16px;
    border: 0.705px solid var(--Basic-500-default, #F3F5FA);
    background: #FFF;
    box-shadow: 0px 25.106px 66.949px 0px rgba(45, 48, 58, 0.06);
    margin-bottom: 16px;
    cursor: pointer;
}

.seccion-pasos .card-todo-tarjeta .card-todo-tarjeta__image {
	display: flex;
    width: 132px;
    height: 132px;
    padding: 16px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 16px 0px 0px 16px;
	background: #F3F5FA;
}

.seccion-pasos .card-todo-tarjeta .card-todo-tarjeta__description {
	font-size: 20px;
    font-weight: 500;
    color: #0C122D;
    background-color: #ffffff;
    padding-left: 16px;
}

.seccion-alianzas .seccion-alianzas__cards-container {
	display: flex;
}

#alliances-support .alliances__brands .alliances__cards__container {
	display: flex;
    flex-wrap: wrap;
}

/* RESPONSIVE */

 @media (min-width: 400px) and (max-width: 1192px) {
 	#hero-banner .illustration-tarjetas {
		left: 35%;
	}
 }

 @media (min-width: 400px) and (max-width: 575px) {
 	
    #hero-banner {
    	margin-bottom: 250px;
    }
 
 	#hero-banner .illustration-tarjetas {
		left: -3%;
   		top: 73%;
	}
 }


 @media screen and (max-width: 600px) {
 
	#hero-banner {
    	margin-bottom: 170px;
    }
 	
    #hero-banner .bgIntro {
    	height: 800px;
        align-items: start;
    }
	 
	 #hero-banner .bgIntro {
    padding: 0 1rem;
}
	 
	 p.text-legal {
    font-size: 10px;
}
 	
	#hero-banner .contentTitle {
		margin-left: 0;
        margin-top: 64px;
	}
    
    #hero-banner .illustration-tarjetas {
		left: 0%;
   		top: 75%;
	}
	 
	 img.img-fluid.illustration-tarjetas {
    width: 390px;
}
    
    .seccion-pasos .second-card, .third-card {
        margin-top: 0px;
    }
    
    .seccion-pasos .third-card {
        margin-top: 0px;
    }
    
    .seccion-pasos .card-pasos {
        margin-bottom: 50px;
		text-align:center;
    }
	 
	 .card-pasos h3 {
 	text-align:center !important;

}
    
    .seccion-pasos .seccion-pasos__desktop-content {
    	display: none;
    }
    
    .seccion-pasos .card-todo-mobile-tarjeta {
    	margin-bottom: 24px;
    	border-radius: 24px;
        border: 1px solid var(--Basic-600, #E7EDF8);
        background: var(--White, #FFF);
        padding-bottom: 32px;
        text-align: start;
    }
    
     .seccion-pasos .card-todo-mobile-tarjeta h5 {
    	color: #0C122D;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        margin-bottom: 24px;
    }
    
    .seccion-pasos .card-todo-mobile-tarjeta .card-todo-tarjeta-mobile__image {
        display: flex;
        width: 100%;
        height: 166px;
        align-items: end;
        justify-content: center;
        flex-shrink: 0;
        border-radius: 24px 24px 0px 0px;
		background: #F3F5FA;
    }
    
    .seccion-pasos .card-todo-mobile-tarjeta .card-todo-tarjeta-mobile__image.first {
       align-items: center;
    }
    
    .seccion-pasos .card-todo-mobile-tarjeta .card-todo-tarjeta-mobile__description {
    	padding: 24px 24px 0px 24px;
    }
    
    .seccion-alianzas .seccion-alianzas__cards-container {
    	overflow-x: scroll;
    }
    
    .alliances__cards__container {
    	overflow-x: scroll;
        justify-content: start !important;
        flex-wrap: nowrap !important;
    }
    
    
 }