
@media (min-width: 1200px) {
  .containerx {
    width: 1140px;
    max-width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
}
.cont_beneficios {
  display: flex;
  flex-flow: row wrap;
  flex-direction: row;
  justify-content: center;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

.fondo_tarjeta {
  top: 140px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 1000px;
  background-image: url("https://staticresourcesfiles.blob.core.windows.net/content/wpub/static/8175080246454491-mano_tarjeta.webp");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  max-height: 550px;
  background-position-x: right;
}

.wrap-content {
  margin: 0px auto;
  max-width: 1110px;
  width: 95%;
}


.contenidos .cont_legal p {
  font-weight: 300;
  font-size: 12px;
}

.contenidos h1.titulo {
  font-size: 70px;
  text-transform: uppercase;
  display: inline-block;
  color: #6e137e;
  background: -webkit-linear-gradient(left, #ff8400, #b4008c, #005ae5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 73px;
  margin-top: 90px;
  margin-bottom: 0;
  font-family: nunito, sans-serif;
  width: 550px;
  margin-left: 40px;
}

.contenidos h3.sub-titulo {
  color: #ff7c00;
  font-size: 28px;
  font-weight: bold;
  line-height: 30px;
  text-align: left;
  margin-top: 0px;
  margin-left: 40px;
  font-family: "Nunito";
}

img.ameba_01 {
  position: absolute;
  height: 130px;
  top: 10px;
  left: -40px;
}

.card_b img.ameba_02 {
  position: absolute;
  height: 100px;
  top: -70px;
  left: -85px;
}

.card_b img.ameba_03 {
  position: absolute;
  height: 70px;
  right: -450px;
  bottom: -40px;
}

.contenidos p.bajada {
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  margin-top: 60px;
  /* width: 700px; */
  max-width: 100%;
  margin-left: 10px;
  margin-right: 10px;
}

.contenidos p.bajada span {
  font-size: 21px;
  line-height: 23px;
  text-align: center;
  font-family: nunito, sans-serif;
}

.capsula_01,
.capsula_02,
.capsula_03 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.capsula_03 {
  margin-bottom: 80px !important;
}

.capsula_03 a {
    text-decoration: none;
}

.capsula_01 h3.titulo,
.capsula_02 h3.titulo,
.capsula_03 h3.titulo {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
  font-family: nunito, sans-serif;
}

.capsula_01 .cont_beneficios {
  display: flex;
  justify-content: center;
}

.cont_beneficios .card_b {
  width: 340px;
  margin: 20px;
  max-width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 50px;
  display: flex;
  flex-flow: column;
  align-items: center;
  border-radius: 20px;
  position: relative;
  border: solid 3px transparent;
  background-image: linear-gradient(
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0)
    ),
    linear-gradient(101deg, #0069b9, #b52c7d, #ff7d00);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px #fff inset;
  text-align: center;
}

.card_b img.icono_b {
  width: 120px;
  max-width: 100%;
  margin-bottom: 30px;
}

p.info_bajada {
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  margin-top: 40px;
  max-width: 700px;
  margin-left: 40px;
  margin-right: 0;
}

p.info_bajada span {
  font-size: 21px;
  line-height: 23px;
  text-align: center;
  font-family: nunito, sans-serif;
}

.card_c {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  border: solid 1px transparent;
  display: flex;
  flex-flow: column;
  align-items: center;
  border-radius: 20px;
  position: relative;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 15px 5px rgb(0 0 0 / 10%);
  width: 600px;
  padding-bottom: 30px;
}

.card_c p.titulo {
  font-size: 24px;
  color: #6e137e;
  background: -webkit-linear-gradient(left, #ff8400, #b4008c, #005ae5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: nunito, sans-serif;
  margin: 0px;
}

.card_c ul li img {
  width: 100%;
  max-width: 13px;
  position: absolute;
  margin-left: -20px;
}

.card_c ul li {
  margin-bottom: 15px;
  font-family: nunito, sans-serif;
}

ul.listado_c {
  margin-top: 24px;
  list-style: none;
}

.btn_cd {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 50px;
}

.btn_cd a.boton,
.btn_cd_2 a.boton {
  font-family: nunito, sans-serif;
}

.btn_cd a.boton {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  background: var(--clr_naranjo);
  text-align: center;
  padding: 18px 60px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin-bottom: 1rem;
}
.btn_cd a.boton:hover {
  background: #f58a16;
  text-decoration: none;
}

.btn_cd_2 {
  margin-left: 40px;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 50px;
}

.btn_cd_2 a.boton {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  background: var(--clr_naranjo);
  text-align: center;
  padding: 18px 60px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin-bottom: 1rem;
}
.btn_cd_2 a.boton:hover {
  background: #f58a16;
  text-decoration: none;
}

.capsula_01 {
  background: rgb(226, 225, 225);
  background: -moz-linear-gradient(
    145deg,
    rgba(226, 225, 225, 1) 0%,
    rgba(251, 251, 251, 1) 100%
  );
  background: -webkit-linear-gradient(
    145deg,
    rgba(226, 225, 225, 1) 0%,
    rgba(251, 251, 251, 1) 100%
  );
  background: linear-gradient(
    145deg,
    rgba(226, 225, 225, 1) 0%,
    rgba(251, 251, 251, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e2e1e1",endColorstr="#fbfbfb",GradientType=1);
  padding-top: 10px;
  padding-bottom: 40px;
}

.ret_logos {
  display: flex;
  justify-content: center;
}

.ret_logos {
  display: flex;
  justify-content: center;
  bottom: -40px;
}

.ret_logos img {
  margin-left: 10px;
  margin-right: 10px;
  width: 80px;
}

.capsula_03 p.bajada {
  text-align: center;
  font-size: 18px;
}

.capsula_03 p.telefono {
  text-align: center;
  font-size: 42px;
  font-family: nunito, sans-serif;
  color: #ff7c00;
  margin-bottom: 18px;
}

.capsula_03 p.txt-ef {
  text-align: center;
  font-size: 18px;
  font-family: nunito, sans-serif;
  margin-bottom: 15px;
}

.bajada small {
  color: #666666;
  font-family: nunito, sans-serif;
  line-height: 16px !important;
  font-size: 14px;
}

/* MEDIA QUERY*/
@media (max-width: 820px) {
}

@media (max-width: 650px) {
  .ret_logos {
    position: initial;
  }

  .ret_logos img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 70px;
    margin-bottom: 5px;
    margin-top: 0;
  }
}

@media only screen and (min-width: 1400px) {
}

@media screen and (max-width: 920px) {
  img.ameba_01,
  img.ameba_02,
  img.ameba_03 {
    display: none;
  }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .fondo_tarjeta {
    top: 150px;
    width: 100%;
    height: 100%;
    max-height: 400px;
    background-position-x: right;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .fondo_tarjeta {
    top: 70px;
    width: 100%;
    height: 100%;
    max-height: 450px;
    background-position-x: right;
    left: 190px;
  }
}

@media screen and (max-width: 767px) and (min-width: 0px) {
  .fondo_tarjeta {
    background-image: none;
  }
}

@media screen and (max-width: 520px) {
  .contenidos h1.titulo {
    font-size: 30px;
    line-height: 30px;
    margin-top: 35px;
    margin-bottom: 16px;
    font-family: nunito, sans-serif;
    width: 100%;
    margin-left: 0px;
    max-width: 100%;
  }
  .contenidos h3.sub-titulo {
    font-size: 21px;
    line-height: 21px;
    text-align: left;
    margin-top: 0px;
    margin-left: 0px;
  }
  .contenidos p.bajada {
    font-size: 16px;
    line-height: 21px;
    text-align: left;
    margin-top: 30px;
    width: 700px;
    max-width: 100%;
    margin-left: 0px;
  }
  p.info_bajada {
    margin-left: 0px;
    margin-top: 20px;
  }

  .btn_cd_2 {
    display: block;
    text-align: center;
  }
  .card_c {
    width: 90%;
  }
  .card_c p.titulo {
    text-align: center;
  }

  .cont_beneficios .card_b {
    padding-left: 10px;
    padding-right: 10px;
  }

  ul.listado_c {
    margin-left: 20px;
  }

  .capsula_03 p.telefono {
    font-size: 30px;
  }
  .containerx {
    padding: 0px 24px;
  }
}

@media screen and (max-width: 320px) and (min-width: 0px) {
  .contenidos h1.titulo {
    font-size: 37px;
    line-height: 37px;
    margin-top: 20px;
    margin-bottom: 0;
    width: 100%;
    margin-left: 0px;
    max-width: 100%;
  }
  .contenidos h3.sub-titulo {
    font-size: 21px;
    line-height: 22px;
    margin-top: 0px;
    margin-left: 0px;
  }
  .contenidos p.bajada {
    font-size: 16px;
    line-height: 21px;
    text-align: left;
    margin-top: 30px;
    width: 700px;
    max-width: 100%;
    margin-left: 0px;
  }

  .contenidos p.bajada {
    font-size: 14px;
    line-height: 18px;
    margin-top: 20px;
    width: 100%;
    margin-left: 0px;
  }

  .contenidos p.bajada span {
    font-size: 14px;
    line-height: 16px;
  }

  p.info_bajada {
    margin-left: 0px;
  }

  .cont_beneficios .card_b {
    padding-left: 10px;
    padding-right: 10px;
  }

  .btn_cd_2 {
    display: block;
    text-align: center;
  }
  .card_c {
    width: 90%;
  }
  .card_c p.titulo {
    text-align: center;
  }

  ul.listado_c {
    margin-left: 20px;
  }

  .capsula_03 p.telefono {
    font-size: 30px;
  }
}

/*----CONTENIDOS----*/

.capsula_01 .cont_beneficios {
  max-width: 800px;
  margin: auto;
}

.capsula_01 p {
  margin-bottom: 2rem !important;
  font-size: 1.3rem !important;
  color: #ff7c00;
  font-family: nunito, sans-serif;
}

.card_b img.ameba_03 {
  right: -60px !important;
}

.o-text,
p {
  font-size: 1rem;
  line-height: 1.6rem;
  color: #666666;
  font-family: nunito, sans-serif;
  font-weight: bold;
}
.info_bajada {
  font-family: nunito, sans-serif;
  font-style: normal;
  font-weight: 100;
  color: #416179;
}
.capsula_03 p.telefono {
  text-align: center;
  margin-bottom: 0px;
  margin-top: 0px;
}
h3.titulo {
  font-size: 1.75rem;
  color: #666666;
}