
.rainbow-bck {
  background: rgb(255, 132, 0);
  background: linear-gradient(50deg, rgb(255, 132, 0) 0%, rgb(180, 0, 140) 50%, rgb(0, 90, 229) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8400",endColorstr="#1EE4FF",GradientType=1);
  padding: 5px;
  width: 100%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.rainbow-bck-2 {
  background: rgb(255, 132, 0);
  background: linear-gradient(132deg, rgb(0, 90, 229) 0%, rgb(180, 0, 140) 50%, rgb(255, 132, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1EE4FF",endColorstr="#ff8400",GradientType=1);
  padding: 5px;
  width: 100%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.rainbow-bck-v {
  background: rgb(255, 132, 0);
  background: linear-gradient(180deg, rgb(255, 132, 0) 0%, rgb(180, 0, 140) 50%, rgb(0, 90, 229) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8400",endColorstr="#1EE4FF",GradientType=1);
  padding: 20px;
  width: 100%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.text-rainbow {
  color: #6e137e;
  background: -webkit-linear-gradient(50deg, rgb(255, 132, 0) 0%, rgb(180, 0, 140) 50%, rgb(0, 90, 229) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.none-md {
  display: block;
}
@media (min-width: 768px) {
  .none-md {
    display: none;
  }
}

.block-md {
  display: none;
}
@media (min-width: 768px) {
  .block-md {
    display: block;
  }
}

.column-md-50 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .column-md-50 {
    width: 49%;
  }
}

.flex-column {
  flex-direction: column;
}

.landing-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.containerx {
  width: 100%;
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.stretch {
  align-items: stretch;
}

.wi-100 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}



.title {
  color: #6e137e;
  background: -webkit-linear-gradient(50deg, rgb(255, 132, 0) 0%, rgb(180, 0, 140) 50%, rgb(0, 90, 229) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.subtitle {
  font-weight: 900;
  font-size: 14px;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.subtitle + img {
  width: 160px;
}

.subtitle-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.question {
  font-size: 14px;
  font-weight: 900;
  margin: 0;
}
.question:not(:first-child) {
  margin-top: 0;
}

.answer {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  text-align: justify;
}
.answer + ul li {
  font-size: 14px;
}
.answer a {
  text-decoration: none;
  color: black;
}

.title-rainbow {
  font-size: 40px;
  margin: 0 auto;
  color: #6e137e;
  background: -webkit-linear-gradient(50deg, rgb(255, 132, 0) 0%, rgb(180, 0, 140) 50%, rgb(0, 90, 229) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  line-height: 44px;
}

.faq-main-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 100px;
  margin-top: 80px;
}
.faq-main-container .faq-container {
  width: 100%;
  max-width: 1000px;
  padding: 0 20px;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .faq-main-container .faq-container {
    margin-top: 32px;
  }
}

.jiro {
  width: 100%;
  min-height: 20px;
  margin: 20px 0 80px 0;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .jiro {
    margin: 40px 0 80px 0;
  }
}
.jiro .header-card {
  min-height: 170px;
  width: 100%;
  max-width: 1000px;
  border-radius: 20px;
  position: relative;
  padding: 0;
}
@media (min-width: 768px) {
  .jiro .header-card {
    min-height: 350px;
  }
}
.jiro .header-card .triangulo {
  width: 17px;
  position: absolute;
  margin: 0;
  right: 0;
  top: 50%;
  transform: translate(1px, -50%);
}
@media (min-width: 768px) {
  .jiro .header-card .triangulo {
    width: auto;
  }
}
.jiro .header-card .header-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.jiro .header-card .header-content .screens {
  width: 116px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -62%);
}
@media (min-width: 768px) {
  .jiro .header-card .header-content .screens {
    width: 300px;
    transform: translate(-50%, -50%);
  }
}
.jiro .header-card .header-content .left-bars, .jiro .header-card .header-content .right-bars {
  width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
}
@media (min-width: 768px) {
  .jiro .header-card .header-content .left-bars, .jiro .header-card .header-content .right-bars {
    width: 120px;
  }
}
.jiro .header-card .header-content .left-bars {
  transform: translate(-130px, -99%);
}
@media (min-width: 768px) {
  .jiro .header-card .header-content .left-bars {
    transform: translate(-270px, -90%);
  }
}
.jiro .header-card .header-content .right-bars {
  transform: translate(30px, -99%);
}
@media (min-width: 768px) {
  .jiro .header-card .header-content .right-bars {
    transform: translate(50px, -90%);
  }
}
.jiro .header-card .header-content h1 {
  text-align: right;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-190%, -50%);
  font-weight: 400;
  font-size: 14px;
}
@media (min-width: 768px) {
  .jiro .header-card .header-content h1 {
    font-size: 24px;
            transform: translate(-230%, -50%);
  }
}
.jiro .header-card .header-content h2 {
  text-align: left;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(120%, -50%);
  font-size: 12px;
}
@media (min-width: 768px) {
  .jiro .header-card .header-content h2 {
    font-size: 20px;
            transform: translate(160%, -50%);
  }
}

.extra-points-banner {
  width: 100%;
  min-height: 100px;
  max-width: 90%;
  overflow: hidden;
  border: 1px solid black;
  border-radius: 20px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .extra-points-banner {
    max-width: 95%;
  }
}
@media (min-width: 992px) {
  .extra-points-banner {
    max-width: 1000px;
  }
}
.extra-points-banner .extra-points-text {
  font-size: 16px;
  padding: 12px 4px;
}
@media (min-width: 768px) {
  .extra-points-banner .extra-points-text {
    font-size: 22px;
  }
}
.extra-points-banner .extra-points-text span {
  margin: 0 4px;
  font-weight: 700;
}
.extra-points-banner .points {
  padding: 10px;
  font-size: 40px;
  font-weight: 900;
  color: #722f83;
  margin: 0;
  line-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .extra-points-banner .points {
    font-size: 80px;
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .extra-points-banner .points {
    font-size: 130px;
  }
}
.extra-points-banner .points img {
  margin: 0 20px;
  width: 50px;
}
@media (min-width: 768px) {
  .extra-points-banner .points img {
    width: auto;
  }
}

.where-use {
  width: 100%;
  text-align: center;
  background-color: #f2f2f2;
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.where-use h3 {
  font-size: 40px;
  margin: 0 auto;
  line-height: 45px;
  padding: 0px 20px;
}
.where-use .line-container {
  width: 100%;
  margin-top: -10px;
}
.where-use .line-container .line {
  width: 160px;
  margin: 0 auto;
}
.where-use p {
  color: #777777;
  font-size: 22px;
  width: 100%;
  padding: 20px;
  padding-top: 0;
}
.where-use img {
  width: 80%;
  max-width: 400px;
}

.tutorial-container .subtitle-container {
  margin-bottom: 60px;
}
.tutorial-container p {
  text-align: center;
  width: 100%;
}
.tutorial-container .video-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.tutorial-container .video-container iframe {
  width: 100%;
  margin: 20px;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .tutorial-container .video-container iframe {
    width: 45%;
    height: 250px;
  }
}

.your-cards {
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.your-cards .title-rainbow {
  margin-top: 40px;
}
.your-cards p {
  text-align: center;
  width: 100%;
}
.your-cards ul {
  list-style-type: none;
}
.your-cards ul li {
  text-align: left;
  background-image: url("https://staticresourcesfiles.blob.core.windows.net/content/wpub/static/3291701370131579-applepaylanding-circulo.png");
  background-repeat: no-repeat;
  background-position: 0 4px;
  padding-left: 1.5em;
  margin-top: 10px;
}
.your-cards .video-container {
  margin-top: 40px;
  width: 100%;
}
.your-cards .video-container iframe {
  border-radius: 20px;
  width: 95%;
  height: 250px;
}
@media (min-width: 768px) {
  .your-cards .video-container iframe {
    width: 45%;
  }
}

.legal-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.legal-container .di--bajada.text-rainbow {
  font-size: 24px;
}

.drbe-legal {
  margin-bottom: 10px;
}

p.di--legal {
  font-size: 14px;
  text-align: justify;
  margin-left: 20px;
  margin-right: 20px;
  line-height: 21px;
  padding-bottom: 20px;
  color: #222D4B;
}

.drbe-legal .drbe-info {
  display: flex;
  align-items: center;
  padding-top: 26px;
  border-bottom: 1px solid #cbd4dc;
  padding-bottom: 8px;
}

.drbe-legal .drbe-info img {
  margin-right: 10px;
  width: 100%;
  max-width: 40px;
  margin-left: 10px;
}

.card-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.card-container h4 {
  width: 100%;
  text-align: center;
  font-size: 18px;
}
.card-container button {
  background: rgb(255, 132, 0);
  background: linear-gradient(50deg, rgb(255, 132, 0) 0%, rgb(180, 0, 140) 50%, rgb(0, 90, 229) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8400",endColorstr="#1EE4FF",GradientType=1);
  padding: 5px;
  color: white;
  border: none;
  padding: 4px 80px;
  border-radius: 60px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.card-container a {
  text-decoration: none;
}

.qualities {
  width: 100%;
  max-width: 1000px;
  min-height: 20px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
}
.qualities .quality {
  width: 90%;
  min-height: 20px;
  max-width: 200px;
  text-align: center;
}
@media (min-width: 576px) {
  .qualities .quality {
    width: 30%;
    max-width: auto;
  }
}
.qualities .quality .icon-container {
  margin-bottom: 32px;
}
.qualities .quality .icon-container img {
  width: 100%;
  max-width: 80px;
}
.qualities .quality h6 {
  font-size: 20px;
  margin: 0;
}
.qualities .quality h6 p {
  margin: 0;
  font-size: 14px;
}/*# sourceMappingURL=main.css.map */

.drbe-legal .drbe-info h3 {
  margin: 0px 0px 0px 0px;
}

/* Actualizacion 2023-08-23 */
.add-card {
  padding: 40px 0;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.add-card h3 {
  font-size: 40px;
  margin: 0 auto;
  padding-bottom: 12px;
}
.add-card .line-container {
  width: 100%;
  margin-top: -10px;
}
.add-card .line-container .line {
  width: 160px;
  margin: 0 auto;
}
.add-card .gif-container .bg-rainbow {
  background-color: red;
  color: white;
  font-size: 20px;
  background: rgb(255, 132, 0);
  background: linear-gradient(50deg, rgb(255, 132, 0) 0%, rgb(180, 0, 140) 50%, rgb(0, 90, 229) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8400",endColorstr="#1EE4FF",GradientType=1);
  color: white;
  padding: 12px 32px;
  border-radius: 40px;
  position: absolute;
  top: -10px;
  right: 0;
  width: 100%;
}
.add-card .gif-container {
  background-color: white;
  border-radius: 20px;
  width: 90%;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 20px;
  position: relative;
  padding-top: 20px;
}
.add-card .gif-container img {
  width: 100%;
  max-width: 300px;
}

.add-card .steps {
  width: 100%;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
  padding: 0px 20px;
}
.add-card .steps .step .step-icon {
  width: 50%;
}

@media (min-width: 768px){
  .add-card .gif-container {
      width: 90%;
      max-width: 600px;
      padding: 40px;
  }
  .add-card .steps .step {
    width: 20%;
    max-width: 250px;
  }
}
@media (min-width: 576px){
  .add-card {
      padding: 40px;
  }
  .add-card .gif-container .bg-rainbow {
    font-size: 26px;
    width: auto;
    top: -20px;
    left: 33%;
    right: 33%;
  }
}


@media (max-width: 768px) {
  .add-card .gif-container .bg-rainbow {
    width: 100%;
    transform: translateX(0%);
    margin-bottom: 32px;
  }
  .showondesk {
    display: none;
  }
}




@media (min-width: 768px){
.add-card .gif-container {
  width: 100%;
  max-width: initial;
    padding: 40px;
}
}


/* New youtube */
.videomobile {display: none;}
.gif-container {display: block !important;}
.new-video {
  position: relative;
}
.externa_youtube {
  position: relative;
  z-index: 2;
  padding: 70px 0px;
}
.contenedor_youtube {
  margin: 0px auto 0px auto;
  width: 100%;
  max-width: 1158px;
}
.hs-responsive-embed-youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-right: 100%;
}
.hs-responsive-embed-youtube iframe {
  position: absolute;
  width: 100%!important;
  height: 100%!important;
}
.videomobile .hs-responsive-embed-youtube iframe {
  position: absolute;
  width: 100%!important;
  height: 560px!important;
}
@media (max-width: 768px) {
  .add-card .gif-container .bg-rainbow {
      transform: translateX(-33%);
  }
  .videodesktop {display: none;}
  .videomobile {
    display: block;
  }
  .add-card .gif-container {
    height: 820px;
  }
  .coso1 {
    position: absolute;
    bottom: 30px;
    left: 0px;
    right: 0px;
  }
  .coso2 {
    width: 100%;
  }
  .add-card .gif-container {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 576px) {
  .add-card .gif-container .bg-rainbow {
      transform: translateX(0%);
  }
}
/* /New Youtube */

