@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@100;300;700&family=Open+Sans:wght@400;800&display=swap");

/*----------------------------------------*/
/*----------------FUENTES-----------------*/
@font-face {
  font-family: "Open Sans Regular";
  src: url(fonts/OpenSans-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Open Sans ExtraBold";
  src: url(fonts/OpenSans-ExtraBold.ttf) format("truetype");
}

@font-face {
  font-family: "Open Sans CondensedRegular";
  src: url(fonts/OpenSans_Condensed-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Open Sans CondensedBold";
  src: url(fonts/OpenSans_Condensed-Bold.ttf) format("truetype");
}

@font-face {
  font-family: "Geomanist-WZ-OT-Bold";
  font-style: normal;
  src: url("./fonts/Geomanist-Bold-WZ.otf") format("opentype");
}

@font-face {
  font-family: "Geomanist-WZ-OT-Book";
  font-style: normal;
  src: url("./fonts/Geomanist-Book-WZ.otf") format("opentype");
}

@font-face {
  font-family: "Geomanist-WZ-OT-Light";
  font-style: normal;
  src: url("./fonts/Geomanist-Light-WZ.otf") format("opentype");
}

@font-face {
  font-family: "Geomanist-WZ-OT-Medium";
  font-style: normal;
  src: url("./fonts/Geomanist-Medium-WZ.otf") format("opentype");
}

@font-face {
  font-family: "Geomanist-WZ-OT-Regular";
  font-style: normal;
  src: url("./fonts/Geomanist-Regular.otf") format("opentype");
}

/*----------------------------------------*/
/*---------------GENÉRICOS----------------*/
/* Ali express Product page */
html {
  scroll-behavior: smooth;
}

.modificador-landing {
  background-color: #e8927c;
  margin: auto;
}

.main_content-click a {
  text-decoration: underline !important;
  color: inherit !important;
}

.main_content-click {
  /* padding-top: 56px; */
  position: relative;
  /* max-width: 1600px; */
  /* margin: auto; */
}

.migas {
  display: none;
}

.free-label {
  position: absolute;
  background-color: #152a69;
  color: white;
  border-radius: 99px;
  width: 97px;
  height: 21px;
  text-align: center;
  left: 0;
  right: 0;
  top: 92px;
  margin: auto;
  font-size: 14px;
  font-weight: 700;
  font-family: "Geomanist-WZ-OT-Bold";
  line-height: 14px;
  padding: 4px;
}

.break-tablet-3 {
  display: none;
}

.break {
  /* display: inline-block; */
  width: 100%;
}

.break-mobile {
  display: inline-block;
  width: 100%;
}

.break-tablet-2 {
  display: inline;
}

.break-br-tablet {
  display: none;
}

.break-br-desktop {
  display: none;
}

.break-br-mobile {
  display: table-column;
}

.break-br-mobile-2 {
  display: initial;
}

/*----------------------------------------*/
/*---------STICKY FIJO LA QUIERO----------*/

@media (max-width: 755px) {
  .container-soliticar-button-float {
    /* padding: 20px 7px 20px 21px; */
    padding: 19px 7px 19px 23px;
    width: 132px;
    background-color: #152a69;
    opacity: 0.9;
    display: flex;
    align-items: center;
    position: fixed;
    right: 0;
    gap: 21px;
    border-radius: 30px 0 0 30px;
    z-index: 5;
    top: 538px;
    text-decoration: none !important;
  }

  .container-soliticar-button-float a {
    display: flex;
  }

  .container-soliticar-button-float p {
    font-size: 14px;
    font-weight: 700;
    font-family: "Geomanist-WZ-OT-Book";
    line-height: 20px;
    color: white;
    margin: 0 20px 0px 0px;
  }

  .container-soliticar-button-float .container_airplane-img {
    display: none;
  }

  .container-soliticar-button-float .container_airplane-img {
    display: none;
  }

  .container-soliticar-button-float .container_solicitar-text {
    display: none;
  }

  .container-soliticar-button-float .container__ir-arriba {
    display: none;
  }
}

.container-soliticar-button-float .container_solicitar-text a {
  font-weight: bold;
  color: inherit;
}

/*----------------------------------------*/
/*--------------BANNER HERO---------------*/
.click__banner-hero-flex {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
  /* Todo en columna */
  grid-template-areas:
    "title"
    "image"
    "boxes";
}

.click__banner-hero-flex h1 {
  font-family: "Geomanist-WZ-OT-Light";
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  color: #152a69;
  padding: 0 0 0 24px;
  grid-area: title;
  position: relative;
}

.click__banner-hero-flex h1 .bold {
  font-family: "Geomanist-WZ-OT-Bold";
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #152a69;
}

.click__banner-hero-flex h1 .underline {
  position: relative;
  display: inline-block;
}

.click__banner-hero-flex h1 .underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  /* Ajusta la posición vertical del subrayado */
  height: 5px;
  /* Grosor del subrayado */
  background-color: #b5eddb;
  /* Tu color específico */
  border-radius: 5px;
}

.click__product__banner-hero {
  background-color: #e8927c;
  padding: 89px 0px 44px;
}

.click___wrapper {
  max-width: 1200px;
  margin: auto;
  padding-bottom: 0px;
}

.click__product__banner-hero h1 {
  font-family: "Geomanist-WZ-OT-Light";
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  color: #152a69;
  padding: 0 0 0 24px;
}

.click__product__banner-hero h2 {
  font-family: "Geomanist-WZ-OT-Light";
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  color: #152a69;
  padding: 0 0 0 24px;
}

.container_solicitala {
  background-color: #b3dff1;
  border-radius: 50%;
  padding: 27px 0 30px;
  text-align: center;
  z-index: 2;
  position: absolute;
  width: 190px;
  height: 190px;
  top: 120px;
  left: 120px;
}

.container_solicitala_gift {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
  top: -170px;
}

.icon-gift {
  width: 35px;
  height: 35px;
}

.container_solicitala p {
  color: #152a69;
}

.text-solicitala_header {
  font-family: "Geomanist-WZ-OT-Book";
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 5px;
  padding: 0 35px;
}

.text-solicitala_header-2 {
  font-family: "Geomanist-WZ-OT-Book";
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  margin: 0 0 9px;
}

.text-solicitala_title {
  font-family: "Geomanist-WZ-OT-Bold";
  font-weight: 700;
  font-size: 60px;
  line-height: 50px;
  margin: 1px 0 3px;
  color: #152a69;
}

.text-solicitala_description {
  font-family: "Geomanist-WZ-OT-Light";
  font-size: 16px;
  line-height: 15px;
  font-weight: 400;
  padding: 5px 35px 0px;
}

.text-solicitala_euro {
  font-family: "Geomanist-WZ-OT-Light";
  font-size: 60px;
  line-height: 50px;
  font-weight: 400;
  color: #152a69;
}

.text-solicitala_description a {
  text-decoration: auto !important;
}

.click__product__banner-hero-feature-wrapper {
  grid-area: boxes;
  position: relative;
  margin-top: 380px;
}

.click__product__banner-hero-feature-wrapper h2 {
  display: none;
}

@media (max-width: 756px) {
  .click__product__banner-hero__container-images-item {
    grid-area: image;
    position: relative;
  }

  .container_solicitar-img-text {
    display: none;
  }
}

.click__product__banner-hero h1 .bold {
  font-family: "Geomanist-WZ-OT-Bold";
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #152a69;
}

.click__product__banner-hero h2 .bold {
  font-family: "Geomanist-WZ-OT-Bold";
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #152a69;
}

.click__product__banner-hero h1 .underline {
  position: relative;
  display: inline-block;
}

.click__product__banner-hero h2 .underline {
  position: relative;
  display: inline-block;
}

.click__product__banner-hero h1 .underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  /* Ajusta la posición vertical del subrayado */
  height: 5px;
  /* Grosor del subrayado */
  background-color: #b5eddb;
  /* Tu color específico */
  border-radius: 5px;
}

.click__product__banner-hero h2 .underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  /* Ajusta la posición vertical del subrayado */
  height: 5px;
  /* Grosor del subrayado */
  background-color: #b5eddb;
  /* Tu color específico */
  border-radius: 5px;
}

.card-img-tablet {
  display: none;
}

.click__product__banner-hero__container-images {
  position: relative;
  margin-top: -31px;
}

.background-image-banner-hero {
  display: none;
}

.background-image-banner-hero-tablet {
  display: none;
}

.background-image-banner-hero-mobile {
  position: absolute;
  top: 234px;
  bottom: 0;
  left: 31px;
  /* right: 0; */
  margin: auto;
  padding-right: 50px;
  display: block;
}

.click__product__banner-hero__container-features-columns a {
  margin: 0;
  color: #152a69 !important;
  text-decoration: underline;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  height: 85px;
  padding: 0 100px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  font-family: "Geomanist-WZ-OT-Book";
  margin-bottom: 7px;
  text-align: center;
}

.container_emision {
  width: 229px;
  height: 64px;
  position: absolute;
  z-index: 2;
  top: 344px;
  left: 98px;
  background-color: #152a69;
  color: white;
  border-radius: 35px;
  padding: 10px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.container_emision p {
  font-size: 17px;
  font-weight: 400;
  color: white;
  font-family: "Geomanist-WZ-OT-Book";
  line-height: 16px;
  margin: 0;
  /* margin-left: -1px; */
}

.click__product__banner-hero .container_emision {
  width: 144px;
  height: 40px;
  position: absolute;
  z-index: 2;
  top: 344px;
  left: 98px;
  background-color: #152a69;
  color: white;
  border-radius: 35px;
  padding: 10px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.click__product__banner-hero .container_emision p {
  font-size: 11.58px;
  font-weight: 700;
  color: white;
  font-family: "Geomanist-WZ-OT-Light";
  line-height: 10.9px;
  margin: 0;
  /* margin-left: -1px; */
}

.click__product__banner-hero .container_emision .cero-euros-movil {
  display: inline;
  padding: 1.5px;
  width: 18px;
  height: 25px;
}

.container_emision .cero-euros {
  display: none;
}

.container_emision .cero-euros-movil {
  display: inline;
  padding: 1.5px;
  width: 27px;
  height: 33px;
}

.container-euros {
  display: flex;
}

.card-img {
  position: relative;
  z-index: 1;
  margin-top: 41px;
  width: auto;
  position: absolute;
  top: -7px;
  left: -21px;
  height: 281px;
}

.card-img-desktop {
  display: none;
}

.click__product__banner-hero__container-features {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 32px 24px 0px;
  margin-bottom: 25px;
}

.container-single-feature {
  border-radius: 99px;
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px;
  color: #152a69;
  height: 60px;
  z-index: 4;
}

.container-single-feature p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Geomanist-WZ-OT-Book";
  color: #152a69;
}

@media (max-width: 375px) {
  .container-single-feature p {
    padding-right: 25px;
  }
}

@media (min-width: 376px) {
  .container-single-feature p {
    padding-right: 55px;
  }
}

.container-single-feature p .bold {
  font-weight: 700;
  font-family: "Geomanist-WZ-OT-Bold";
}

.container-single-feature .container-diagonal {
  border-radius: 99px;
  background-color: #e8927c;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
}

.click__product__banner-hero__container-features-columns {
  display: flex;
  justify-content: center;
  padding: 0px 35px 0 35px;
  gap: 15px;
}

.click__product__banner-hero__container-features-columns
  .container-single-feature-columns {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  height: 85px;
  /* justify-content: space-between; */
  padding: 0 100px;
}

.click__product__banner-hero__container-features-columns
  .container-single-feature-columns
  p {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  font-family: "Geomanist-WZ-OT-Book";
  text-decoration: underline;
  color: #152a69;
  margin-bottom: 7px;
  text-align: center;
}

.click__product__banner-hero__container-features-columns-desktop {
  display: none;
}

.container-single-feature .container-diagonal-arrow {
  background-color: #e8927c;
  border-radius: 99px;
  width: 36px;
  min-width: 36px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.container-single-feature .container-diagonal-arrow .diagonal-arrow-white {
  display: none;
}

.click__product__banner-hero__container-features-columns
  .container-diagonal-arrow {
  border-radius: 99px;
  padding: 10px 15px;
  border: 1px solid;
  color: #152a69;
  width: 36px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.container-diagonal-arrow span {
  display: none;
}

.underline_ast {
  text-decoration: underline;
  text-underline-offset: -2px;
}

@media (max-width: 755px) {
  .click__product__banner-hero h1 {
    margin-bottom: 46px;
  }
}

@media (max-width: 755px) {
  .click__product__banner-hero__container-images {
    margin-bottom: 443px;
  }
}

@media (max-width: 755px) {
  .click__product__banner-hero__container-images {
    margin-bottom: 443px;
  }
}

@media (max-width: 355px) {
  .click__product__banner-hero h1 {
    padding: 0 25px 0 24px;
  }
}

@media (min-width: 356px) and (max-width: 399px) {
  .click__product__banner-hero h1 {
    padding: 0 68px 0 24px;
  }
}

@media (min-width: 400px) and (max-width: 438px) {
  .click__product__banner-hero h1 {
    padding: 0 107px 0 24px;
  }
}

@media (min-width: 439px) and (max-width: 476px) {
  .click__product__banner-hero h1 {
    padding: 0 145px 0 24px;
  }
}

@media (min-width: 477px) and (max-width: 515px) {
  .click__product__banner-hero h1 {
    padding: 0 184px 0 24px;
  }
}

@media (min-width: 516px) and (max-width: 554px) {
  .click__product__banner-hero h1 {
    padding: 0 223px 0 24px;
  }
}

@media (min-width: 555px) and (max-width: 593px) {
  .click__product__banner-hero h1 {
    padding: 0 262px 0 24px;
  }
}

@media (min-width: 594px) and (max-width: 632px) {
  .click__product__banner-hero h1 {
    padding: 0 301px 0 24px;
  }
}

@media (min-width: 633px) and (max-width: 671px) {
  .click__product__banner-hero h1 {
    padding: 0 340px 0 24px;
  }
}

@media (min-width: 672px) and (max-width: 710px) {
  .click__product__banner-hero h1 {
    padding: 0 379px 0 24px;
  }
}

@media (min-width: 711px) and (max-width: 756px) {
  .click__product__banner-hero h1 {
    padding: 0 418px 0 24px;
  }
}

/*----------------------------------------*/
/*-----------------ZERO-------------------*/
.container__moverte-trae-a-cuenta {
  padding: 60px 0px 0px;
}

.container__moverte-trae-a-cuenta h2 {
  font-size: 26px;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
  font-family: "Geomanist-WZ-OT-Light";
  margin-bottom: 31px;
  color: #152a69;
}

.container__moverte-trae-a-cuenta h2 .underline {
  font-size: 26px;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
  font-family: "Geomanist-WZ-OT-Light";
  color: #152a69;
  position: relative;
  display: inline-block;
}

.container__moverte-trae-a-cuenta h2 .underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  /* Ajusta la posición vertical del subrayado */
  height: 5px;
  /* Grosor del subrayado */
  background-color: #e8927c;
  /* Tu color específico */
  border-radius: 5px;
}

.container__moverte-trae-a-cuenta h2 .bold {
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  font-family: "Geomanist-WZ-OT-Bold";
}

.container__moverte-trae-a-cuenta h2 .extra-bold {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  font-family: "Geomanist-WZ-OT-Bold";
  background-color: #e8927c;
  padding: 0 3px;
  display: inline-block;
}

.container__moverte-trae-a-cuenta .subtitle {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  font-weight: 400;
  font-family: "Geomanist-WZ-OT-Book";
  color: #152a69;
  margin-bottom: 34px;
  margin-top: 14px;
}

.container__moverte-trae-a-cuenta__items {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.container__moverte-trae-a-cuenta__items-item {
  padding: 24px 0 34px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 16px;
  background-color: #f0f0f0;
}

.container__moverte-trae-a-cuenta__items-item h3 {
  font-weight: 400;
  font-size: 23px;
  line-height: 27px;
  text-align: center;
  font-family: "Geomanist-WZ-OT-Book";
  color: #152a69;
  margin-bottom: 14px;
}

.container__moverte-trae-a-cuenta__items-item h3 .bold {
  font-weight: 700;
  font-family: "Geomanist-WZ-OT-Bold";
}

.container__moverte-trae-a-cuenta__items-item .description {
  font-family: "Geomanist-WZ-OT-Book";
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  font-size: 16px;
  color: #152a69;
  margin: 0;
}

.container__moverte-trae-a-cuenta__items-item .bold {
  font-weight: 700;
  font-family: "Geomanist-WZ-OT-Bold";
}

.click___wrapper__moverte {
  /* max-width: 1200px; */
  margin: auto;
  position: relative;
  padding-bottom: 0px;
}

.click___wrapper__moverte .container_emision {
  top: 303px;
  left: 61px;
}

.text-curved-container {
  display: none;
}

.click___wrapper__moverte .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-family: "Geomanist-WZ-OT-Book";
  margin-bottom: 83px;
  color: #152a69;
  text-align: center;
}

.click__product__moverte__card-container {
  display: flex;
  flex-direction: column;
  gap: 37px;
  /* margin-bottom: -275px; */
  padding: 0 24px;
}

.click__product__moverte__card-item {
  position: relative;
}

.click__product__moverte_container-gratis {
  position: absolute;
  top: -57px;
  left: 60px;
  z-index: 4;
}

.click__product__moverte__card-item-rectangle {
  border-radius: 16px;
  background-color: #b3dff1;
  padding: 40px 50px;
  display: flex;
  flex-direction: column;
  padding: 80px 51px 8px;
  position: relative;
  z-index: 3;
}

.click__product__moverte__card-item-rectangle h3 {
  font-family: "Geomanist-WZ-OT-Book";
  font-size: 42px;
  font-weight: 400;
  line-height: 46px;
  text-align: center;
  margin-bottom: 11px;
  color: #152a69;
}

.click__product__moverte__card-item-rectangle h3 .bold {
  font-family: "Geomanist-WZ-OT-Bold";
  font-weight: 700;
  line-height: 46px;
  text-align: center;
  font-size: 42px;
  color: #152a69;
  /* margin: -15px; */
}

.click__product__moverte__card-item-rectangle p {
  font-family: "Geomanist-WZ-OT-Book";
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  font-size: 16px;
  color: #152a69;
  /* margin: -15px; */
}

.click__product__moverte__card-item-rectangle .underline {
  text-decoration: underline;
}

.header-moverte-desktop {
  display: none;
}

.header-moverte-mobile {
  display: block;
}

.click__product__moverte__card-item-imgs {
  position: relative;
  height: 428px;
  display: flex;
  justify-content: center;
  z-index: 2;
}

.click__product__moverte__card-item-imgs .girl_img_mobile {
  position: absolute;
  z-index: 2;
  /* top: -18px; */
  /* left: -22px; */
}

.click__product__moverte__card-container
  .click__product__moverte__card-item-imgs
  .zero_img {
  display: none;
}

.click__product__moverte__card-container
  .click__product__moverte__card-item-imgs
  .zero_img_tablet {
  display: none;
}

.zero_img_mobile {
  position: absolute;
}

.click__product__moverte__card-container
  .click__product__moverte__card-item-imgs
  .girl_img_tablet {
  display: none;
}

.click__product__moverte__card-container
  .click__product__moverte__card-item-imgs
  .girl_img {
  display: none;
}

/*----------------------------------------*/
/*------------CONTROL CARDS---------------*/
.informado-desktop {
  display: none;
}

.informado-tablet {
  display: none;
}

.informado-mobile {
  display: inline;
}

.click__product__informado-y-conectado {
  padding: 46px 0px 46.42px;
  background-color: #f0f0f0;
}

.click__product__informado-y-conectado h2 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Geomanist-WZ-OT-Light";
  color: #152a69;
  text-align: center;
  margin-bottom: 27px;
  padding: 0 75px;
}

.click__product__informado-y-conectado h2 .underline {
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Geomanist-WZ-OT-Light";
  position: relative;
  display: inline-block;
}

.click__product__informado-y-conectado h2 .underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 4px;
  background-color: #e8927c;
  border-radius: 5px;
}

.click__product__informado-y-conectado h2 .underline-mobile {
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Geomanist-WZ-OT-Light";
  position: relative;
  display: contents;
}

.click__product__informado-y-conectado h2 .underline-mobile::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 4px;
  background-color: #e8927c;
  border-radius: 5px;
}

.click__product__informado-y-conectado h2 .bold {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  font-family: "Geomanist-WZ-OT-Bold";
}

.click__product__informado-y-conectado .subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  font-family: "Geomanist-WZ-OT-Book";
  color: #152a69;
  margin-bottom: 29px;
  padding: 0 50px;
}

.click__product__informado-y-conectado .subtitle-2 {
  font-size: 23px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  color: #152a69;
  font-family: "Geomanist-WZ-OT-Book";
  margin-bottom: 71px;
  padding: 0 35px;
}

.click__product__informado-y-conectado .subtitle-2 .bold {
  font-size: 23px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  font-family: "Geomanist-WZ-OT-Bold";
}

.click__product__informado-y-conectado .subtitle-3 {
  font-size: 23px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  color: #152a69;
  font-family: "Geomanist-WZ-OT-Book";
  margin-bottom: 71px;
  margin-top: 48px;
}

.click__product__informado-y-conectado .subtitle-3 .bold {
  font-size: 23px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  font-family: "Geomanist-WZ-OT-Bold";
}

.click__product__informado-y-conectado__container-wrapper {
  width: 100%;
  padding: 0 24px;
}

.click__product__informado-y-conectado__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 19px;
}

.click__product__informado-y-conectado__container-cards {
  width: 100%;
  gap: 48px;
  display: flex;
  flex-direction: column;
  /* margin-bottom: 48px; */
}

.click__product__informado-y-conectado__container-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: #ffffff;
  border-radius: 16px;
  padding-bottom: 28px;
}

.click__product__informado-y-conectado__container-card h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  color: #152a69;
  font-family: "Geomanist-WZ-OT-Bold";
  margin: 50px 0 27px;
  padding: 0 45px;
}

.click__product__informado-y-conectado__container-card .container-round-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #e8927c;
}

.click__product__informado-y-conectado__container-card .container-round-img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  margin: auto;
}

.click__product__informado-y-conectado__container-card h3 .bold {
  font-weight: 700;
  font-size: 26px;
  line-height: 28px;
  font-family: "Geomanist-WZ-OT-Bold";
  margin-bottom: 20px;
  color: #152a69;
  margin-top: 84px;
  text-align: center;
}

.click__product__informado-y-conectado__container-card .subtitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  font-family: "Geomanist-WZ-OT-Bold";
  margin-bottom: 15px;
  color: #152a69;
  text-align: center;
}

.click__product__informado-y-conectado__container-card .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-family: "Geomanist-WZ-OT-Book";
  margin-bottom: 15px;
  color: #152a69;
  text-align: center;
  padding: 0 35px;
}

.click__product__informado-y-conectado__container-card .description .bold {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  font-family: "Geomanist-WZ-OT-Bold";
  color: #152a69;
}

.click__product__informado-y-conectado__container-image {
  position: relative;
}

.click__product__informado-y-conectado__container-image .container-image-pay {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.click__product__informado-y-conectado .container_emision {
  width: 166px;
  height: 46px;
  position: absolute;
  z-index: 2;
  top: 311px;
  right: 23px;
  background-color: #152a69;
  color: white;
  border-radius: 35px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  left: 90px;
}

.click__product__informado-y-conectado__container-image .mobile-click {
  margin-top: 46px;
}

.hide-text {
  visibility: hidden;
}

@media (max-width: 755px) {
  .hide-text {
    display: none;
  }

  .click__product__informado-y-conectado__container-cards {
    /* padding: 0 24px; */
  }

  .click__product__informado-y-conectado__container-image {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
}

/*----------------------------------------*/
/*---------------ELIGES TU----------------*/
.click__product__payment-method {
  padding: 45px 0px 56px;
  background: #e8927c;
}

.click__product__payment-method h2 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Geomanist-WZ-OT-Light";
  color: #152a69;
  text-align: center;
  margin-bottom: 27px;
  padding: 0 24px;
}

.click__product__payment-method h2 .underline {
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Geomanist-WZ-OT-Light";
  position: relative;
  display: inline-block;
}

.click__product__payment-method h2 .underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  /* Ajusta la posición vertical del subrayado */
  height: 4px;
  /* Grosor del subrayado */
  background-color: #b5eddb;
  /* Tu color específico */
  border-radius: 5px;
}

.click__product__payment-method h2 .bold {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  font-family: "Geomanist-WZ-OT-Bold";
}

.click__product__payment-method .description {
  font-size: 16px;
  font-weight: 400;
  font-family: "Geomanist-WZ-OT-Book";
  line-height: 22px;
  text-align: center;
  color: #152a69;
  margin-bottom: 38px;
  padding: 0 40px;
}

.click__product__payment-method__container-features-columns-desktop {
  display: flex;
  height: 312px;
  width: 288px;
  /* gap: 6px; */
  padding: 0px 45px 0px;
  /* padding-right: 78px; */
  margin: auto;
  margin-bottom: 12px;
  justify-content: space-between;
  border-radius: 16px;
  border: 2px solid #84a9c8;
  flex-direction: column;
}

.click__product__payment-method__container-features-columns-desktop
  .container-single-feature-first-column {
  margin: auto;
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* width: 100%; */
  height: 125px;
}

.click__product__payment-method__container-features-columns-desktop
  .container-single-feature-second-column {
  padding: 23px 0px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* width: 100%; */
  height: 125px;
}

.click__product__payment-method__container-features-columns-desktop
  .container-single-feature-second-column
  p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Geomanist-WZ-OT-Book";
  text-align: center;
  line-height: 22px;
  color: #152a69;
  width: 198px;
}

.click__product__payment-method__container-features-columns-desktop
  .container-single-feature-third-column {
  padding: 0px 0px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* width: 100%; */
  height: 125px;
}

.click__product__payment-method__container-features-columns-desktop
  .container-single-feature-third-column
  p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Geomanist-WZ-OT-Book";
  text-align: center;
  line-height: 22px;
  color: #152a69;
  width: 194px;
}

.click__product__payment-method__container-features-columns-desktop
  .container-single-feature-third-column
  .underline {
  text-decoration: underline;
}

.click__product__payment-method__container-features-columns-desktop
  .container-single-feature-first-column
  img {
  width: 56.13px;
  height: 49px;
}

.click__product__payment-method__container-features-columns-desktop p .bold {
  font-size: 16px;
  font-weight: 700;
  font-family: "Geomanist-WZ-OT-Bold";
  text-align: center;
  line-height: 22px;
  color: #152a69;
}

.click__product__payment-method__card-container {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 11px;
  padding: 0 24px;
}

.click__product__payment-method__card-item {
  border-radius: 16px;
  background-color: #ffffff;
  padding: 40px 50px;
  display: flex;
  flex-direction: column;
}

.pago-aplazado p {
  margin-top: 0px;
}

.pago-total {
  padding: 40px 51px 5px;
}

.pago-aplazado {
  padding: 40px 33px 22px;
}

.click__product__payment-method__card-item img {
  width: 50px;
  height: 45px;
  margin: auto;
  margin-top: 1px;
  margin-bottom: 16px;
}

.click__product__payment-method__card-item-desktop {
  display: none;
}

.click__product__payment-method__card-item h3 {
  font-family: "Geomanist-WZ-OT-Bold";
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  margin-bottom: 18px;
  color: #152a69;
}

.click__product__payment-method__card-item p {
  font-family: "Geomanist-WZ-OT-Book";
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  font-size: 16px;
  color: #152a69;
  /* margin: -15px; */
}

.click__product__payment-method__card-item .pago-aplazado p {
  padding: 20px 10px 0px;
}

.click__product__payment-method__card-item .underline {
  text-decoration: underline;
}

.click__product__payment-method__card-item .pago-aplazado-tin {
  margin-top: -15px;
}

.click__product__payment-method__card-item p .bold {
  font-family: "Geomanist-WZ-OT-Bold";
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  font-size: 16px;
  color: #152a69;
}

.click__product__payment-method__explore {
  padding: 0 12px;
}

.click__product__payment-method__explore h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  font-family: "Geomanist-WZ-OT-Book";
  /* margin-bottom: 18px;
  margin-top: 32px; */
  margin: 35px 25px 15px;
  color: #152a69;
}

.click__product__payment-method__explore h3 span {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  font-family: "Geomanist-WZ-OT-Bold";
}

.click__product__payment-method__explore-yellow-container {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.click__product__payment-method__explore-yellow {
  border-radius: 6px;
  display: flex;
  align-items: center;
  height: 76px;
  width: 288px;
  padding: 22px 20px;
  background-color: #152a69;
  /* gap: 10px; */
  margin: auto;
}

.click__product__payment-method__explore-yellow:focus {
  outline: 3px solid #787878;
}

.click__product__payment-method__explore-yellow p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: "Geomanist-WZ-OT-Book";
  color: #ffffff;
  margin-top: 18px;
}

.clipboard_mobile {
  margin-left: 5px;
}

.calculadora_mobile {
  margin-left: 12px;
}

.click__product__payment-method__explore-yellow p .bold {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  font-family: "Geomanist-WZ-OT-Bold";
}

.open-link-desktop {
  display: block;
}

/*----------------------------------------*/
/*--------------CUIDA DE TI---------------*/
.click__product__tarjeta-cuida-de-ti {
  /*background-color: #b3dff1;*/
  background-color: #b3dff1;
  padding: 40px 24px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.link-cuida-de-ti-desktop {
  display: none;
}

.link-cuida-de-ti-tablet {
  display: none;
}

.click__product__tarjeta-cuida-de-ti h2 {
  font-weight: 300;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  color: #152a69;
  font-family: "Geomanist-WZ-OT-Light";
  margin-bottom: 30px;
}

.click__product__tarjeta-cuida-de-ti h2 .underline {
  font-weight: 300;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  color: #152a69;
  font-family: "Geomanist-WZ-OT-Light";
  /* margin-bottom: 10px; */
  position: relative;
  display: inline-block;
}

.click__product__tarjeta-cuida-de-ti h2 .underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  /* Ajusta la posición vertical del subrayado */
  height: 4px;
  /* Grosor del subrayado */
  background-color: #e8927c;
  /* Tu color específico */
  border-radius: 5px;
}

.click__product__tarjeta-cuida-de-ti h2 .bold {
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  color: #152a69;
  font-family: "Geomanist-WZ-OT-Bold";
}

.click__product__tarjeta-cuida-de-ti .description {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-family: "Geomanist-WZ-OT-Book";
  color: #152a69;
  margin: 0px 25px 40px;
}

.click__product__tarjeta-cuida-de-ti .description .bold {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  font-family: "Geomanist-WZ-OT-Bold";
  color: #152a69;
}

.click__product__tarjeta-cuida-de-ti__container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.click__product__tarjeta-cuida-de-ti__card {
  border-radius: 16px;
  text-align: center;
  overflow: hidden;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.click__product__tarjeta-cuida-de-ti__card[role="button"]:focus {
  outline: auto;
}

.click__product__tarjeta-cuida-de-ti__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 0 20px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 16px;
  /* height: 132px; */
}

.click__product__tarjeta-cuida-de-ti__header .light {
  font-size: 20px;
  line-height: 23px;
  font-weight: 400;
  font-family: "Geomanist-WZ-OT-Book";
  text-align: center;
  color: #152a69;
  margin: 0px 0px 18px;
  padding: 0 65px;
}

.man-photo-tablet {
  display: none;
}

.click__product__tarjeta-cuida-de-ti__header .bold {
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
  font-family: "Geomanist-WZ-OT-Bold";
  text-align: center;
  color: #152a69;
  margin-bottom: 20px;
}

.free-label-button {
  font-size: 16px;
  font-weight: 700;
  font-family: "Geomanist-WZ-OT-Bold";
  color: white;
  padding: 2px 12px;
  text-align: center;
  width: 78px;
  height: 24px;
  border-radius: 99px;
  margin-top: -8px;
}

.free-label-button.green {
  background-color: #00c6c5;
  margin-top: 1px;
  margin-bottom: 25px;
}

.free-label-button.purple {
  background-color: #d7a9e3;
  margin-top: 1px;
  margin-bottom: 25px;
}

.free-label-button.orange {
  background-color: #e8927c;
  margin-top: 2px;
  margin-bottom: 25px;
}

.text-tablet {
  display: none;
}

.free-label-button.lightblue {
  background-color: #00e3ff;
}

.free-label-button.gowblue {
  background-color: #00a59f;
}

.free-label-button.darkblue {
  background-color: #0053ff;
}

.free-label-button.bluewz {
  background-color: #152a69;
  margin-top: 2px;
  margin-bottom: 25px;
}

.free-label-button-purple {
  font-size: 16px;
  font-weight: 700;
  font-family: "Geomanist-WZ-OT-Bold";
  color: white;
  padding: 2px 12px;
  text-align: center;
  width: 78px;
}

.free-label-button-orange {
  font-size: 16px;
  font-weight: 700;
  font-family: "Geomanist-WZ-OT-Bold";
  color: white;
  padding: 2px 12px;
  text-align: center;
  width: 78px;
}

.click__product__tarjeta-cuida-de-ti__body {
  display: none;
}

.click__product__tarjeta-cuida-de-ti__body-item {
  padding: 20px 0;
}

.click__product__tarjeta-cuida-de-ti__body-item img {
  /* margin-bottom: 15px; */
}

.click__product__tarjeta-cuida-de-ti__body-item p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Geomanist-WZ-OT-Book";
  color: #152a69;
  padding: 0 50px;
}

.click__product__tarjeta-cuida-de-ti__body-item p .bold {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  font-family: "Geomanist-WZ-OT-Bold";
}

.click__product__tarjeta-cuida-de-ti__body-item.white {
  background-color: #ffffff;
}

.click__product__tarjeta-cuida-de-ti__body-item.transparent {
  background-color: #f0f0f0;
}

.click__product__tarjeta-cuida-de-ti__body.active {
  display: block;
  width: 100%;
}

.free-label-button.active {
  display: inline;
}

@media (max-width: 755px) {
  /* .free-label-button.active {
    margin: auto;
  } */
}

.arrow-down {
  display: none;
}

.arrow-down.active {
  display: block;
}

.click__product__tarjeta-cuida-de-ti__link-desktop {
  /* display: none; */
}

.click__product__tarjeta-cuida-de-ti__link-desktop {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

.click__product__tarjeta-cuida-de-ti__link-desktop p {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  font-family: "Geomanist-WZ-OT-Light";
  color: #152a69;
}

.click__product__tarjeta-cuida-de-ti__link-desktop p a {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  font-family: "Geomanist-WZ-OT-Bold";
  color: #152a69;
}

.link-mobile {
  display: none;
}

/*----------------------------------------*/
/*-------------WIZINK CENTER--------------*/
.click__product__wizink-center {
  padding: 40px 24px 0;
  background-color: #ffffff;
}

.click__product__wizink-center h2 {
  font-weight: 300;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  font-family: "Geomanist-WZ-OT-Light";
  color: #152a69;
  margin-bottom: 18px;
}

.click__product__wizink-center h2 .bold {
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  font-family: "Geomanist-WZ-OT-Bold";
}

.click__product__wizink-center h2 .underline {
  font-weight: 300;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  /* font-family: "Geomanist-WZ-OT-Light"; */
  position: relative;
  display: inline-block;
}

.click__product__wizink-center h2 .underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  /* Ajusta la posición vertical del subrayado */
  height: 4px;
  /* Grosor del subrayado */
  background-color: #e8927c;
  /* Tu color específico */
  border-radius: 5px;
}

.click__product__wizink-center .description {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 22px;
  font-family: "Geomanist-WZ-OT-Book";
  color: #152a69;
  margin: 0px 8px 32px;
}

.click__product__wizink-center__cards-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 35px;
}

.click__product__wizink-center__item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.click__product__wizink-center__item {
  border-radius: 16px;
  background-color: #e8927c;
  /* padding: 29px 24px; */
  padding: 24px 24px 18px;
}

.click__product__wizink-center__item-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.click__product__wizink-center__item-header h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  font-family: "Geomanist-WZ-OT-Book";
  color: #152a69;
}

.click__product__wizink-center__item-header h3 .bold {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  font-family: "Geomanist-WZ-OT-Bold";
  color: #152a69;
}

.vip {
  display: none;
}

.vip-tablet {
  display: inline;
}

.vip-mobile {
  display: inline;
}

.arrow-down-blue {
  display: none;
}

.arrow-down-blue.active {
  display: block;
}

.click__product__wizink-center__item-body {
  display: none;
}

.click__product__wizink-center__item-body.active {
  display: block;
}

.click__product__wizink-center__item-body p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  font-family: "Geomanist-WZ-OT-Book";
  color: #152a69;
  margin-top: 6px;
}

.click__product__wizink-center__container-images {
  position: relative;
  display: flex;
  justify-content: center;
}

.man-photo {
  margin-top: 25px;
  margin-left: 0px;
}

@keyframes flotar {
  0%,
  100% {
    transform: translate(12px, -10px) translateY(0) rotate(0deg);
  }

  50% {
    transform: translate(12%, -10px) translateY(10px) rotate(45deg);
  }
}

.radio {
  position: absolute;
  top: 65px;
  left: -10px;
  transform: translate(20px, 20px);
  animation: flotar 4s ease-in-out infinite;
}

.cup {
  position: absolute;
  top: 125px;
  left: 30px;
  transform: translate(100px, 20px);
  animation: flotar 4s ease-in-out infinite;
}

.trompeta {
  position: absolute;
  top: 195px;
  left: -22px;
  transform: translate(160px, 0px);
  animation: flotar 4s ease-in-out infinite;
}

.car {
  position: absolute;
  top: 55px;
  right: 67px;
  transform: translate(10px, 50px);
  animation: flotar 4s ease-in-out infinite;
}

.credit-card {
  position: absolute;
  top: 140px;
  right: 25px;
  transform: translate(150px, 0px);
  animation: flotar 4s ease-in-out infinite;
}

.click__product__wizink-center__container-images.desktop {
  display: none;
}

/*----------------------------------------*/
/*------------NO TENGAS DUDAS-------------*/
.click__product__no-tengas-dudas {
  background-color: #f0f0f0;
  padding: 40px 24px 48px;
}

.click__product__no-tengas-dudas h2 {
  font-size: 26px;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
  font-family: "Geomanist-WZ-OT-Light";
  color: #152a69;
  margin-bottom: 20px;
}

.click__product__no-tengas-dudas h2 span {
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  font-family: "Geomanist-WZ-OT-Bold";
  display: block;
  width: 100%;
}

.click__product__no-tengas-dudas h3 {
  font-size: 26px;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
  font-family: "Geomanist-WZ-OT-Light";
  color: #152a69;
  margin-bottom: 30px;
}

.click__product__no-tengas-dudas h3 span {
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  font-family: "Geomanist-WZ-OT-Bold";
  /* display: block;
  width: 100%; */
}

.click__product__no-tengas-dudas__container-cards {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.click__product__no-tengas-dudas__item {
  padding: 24px;
  padding-top: 32px;
  padding-bottom: 28px;
  background-color: white;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  border: none !important;
}

.click__product__no-tengas-dudas__item:focus {
  outline: auto;
}

.click__product__no-tengas-dudas__item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.arrow-up {
  width: 12px;
}

.click__product__no-tengas-dudas__item-header p {
  font-weight: 700;
  line-height: 20px;
  font-family: "Geomanist-WZ-OT-Bold";
  font-size: 16px;
  color: #152a69;
  margin: 0;
  text-align: left;
}

.click__product__no-tengas-dudas__item-button {
  border-radius: 50%;
  background-color: #b3dff1;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  width: 31px;
  height: 31px;
  min-width: 31px;
}

.click__product__no-tengas-dudas__item-body {
  display: none;
  padding-right: 20px;
}

.click__product__no-tengas-dudas__item-body p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  font-family: "Geomanist-WZ-OT-Book";
  color: #949494;
  margin-top: 15px;
  margin-right: 3px;
  margin-bottom: 0;
}

.click__product__no-tengas-dudas__item-body p .enlace-desplegable {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  font-family: "Geomanist-WZ-OT-Bold";
  color: #949494;
  /* margin-top: 20px; */
  text-decoration: underline !important;
}

.arrow-up {
  transform: rotate(180deg);
  transition: all 1s;
}

.click__product__no-tengas-dudas__item-body.active {
  display: block;
}

.arrow-up.active {
  transform: rotate(360deg);
}

/*----------------------------------------*/
/*-----------PUNTOS RELEVANTES------------*/
.click__product__puntos-relevantes {
  padding: 45px 24px 35px;
}

.productos-similares {
  order: 4;
}

.click__product__puntos-relevantes h2 {
  font-family: "Geomanist-WZ-OT-Light";
  font-weight: 300;
  line-height: 30px;
  text-align: center;
  font-size: 26px;
  margin-bottom: 18px;
  color: #152a69;
}

.click__product__puntos-relevantes h2 span {
  font-family: "Geomanist-WZ-OT-Bold";
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  font-size: 26px;
  display: inline-block;
  width: 100%;
}

.click__product__puntos-relevantes h3 {
  font-family: "Geomanist-WZ-OT-Light";
  font-weight: 300;
  line-height: 30px;
  text-align: center;
  font-size: 26px;
  margin-bottom: 29px;
  color: #152a69;
}

.click__product__puntos-relevantes h3 span {
  font-family: "Geomanist-WZ-OT-Bold";
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  font-size: 26px;
  /* display: inline-block;
  width: 100%; */
}

.click__product__puntos-relevantes__container-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.click__product__puntos-relevantes__container-item {
  border-radius: 10px;
  /* padding: 43px 24px 20px 26px; */
  padding: 41px 29px 1px 26px;
  background-color: #f0f0f0;
}

.click__product__puntos-relevantes__container-item.desktop {
  display: none;
}

.click__product__puntos-relevantes__container-item.mobile {
  display: block;
}

.click__product__puntos-relevantes__container-item-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.click__product__puntos-relevantes__container-item-header div {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.click__product__puntos-relevantes__container-item-header .pink {
  background-color: #f1a1ec;
}

.click__product__puntos-relevantes__container-item-header .purple {
  background-color: #b580d1;
}

.click__product__puntos-relevantes__container-item-header .orange {
  background-color: #e8927c;
}

.click__product__puntos-relevantes__container-item-header .red {
  background-color: #f9384f;
}

.click__product__puntos-relevantes__container-item-header .darkblue {
  background-color: #152a69;
}

.click__product__puntos-relevantes__container-item-header .white {
  background-color: #ffffff;
}

.click__product__puntos-relevantes__container-item-header .lightblue {
  background-color: #0053ff;
}

.click__product__puntos-relevantes__container-item-header .gowblue {
  background-color: #00a59f;
}

.click__product__puntos-relevantes__container-item-header .clickblue {
  background-color: #b3dff1;
}

.click__product__puntos-relevantes__container-item-header .darkblue {
  background-color: #152a69;
}

.click__product__puntos-relevantes__container-item-header .darkblue img {
  width: 14px;
  height: 17.5px;
}

.click__product__puntos-relevantes__container-item-header .gowblue {
  background-color: #00a59f;
}

.click__product__puntos-relevantes__container-item-header .gowblue img {
  width: 16.3px;
  height: 14.8px;
}

.click__product__puntos-relevantes__container-item-header .white img {
  width: 15.5px;
  height: 13.7px;
}

.click__product__puntos-relevantes__container-item-header .lightblue img {
  width: 16.3px;
  height: 14.8px;
}

.click__product__puntos-relevantes__container-item-header .orange img {
  width: 16px;
  height: 16px;
}

.umbrella_desktop {
  display: none;
}

.umbrella_mobile {
  display: block;
}

.calendar_desktop {
  display: none;
}

.calendar_mobile {
  display: block;
}

.click__product__puntos-relevantes__container-item-header p {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  font-family: "Geomanist-WZ-OT-Bold";
  margin: 0;
  color: #152a69;
}

.click__product__puntos-relevantes__container-item-header h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  font-family: "Geomanist-WZ-OT-Bold";
  margin: 0;
  color: #152a69;
}

.click__product__puntos-relevantes__container-item-header img {
  width: 16px;
  height: 16px;
}

.click__product__puntos-relevantes__container-item-body p {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  font-family: "Geomanist-WZ-OT-Book";
  color: #152a69;
  margin-top: 13px;
  margin-bottom: 21px;
}

/*----------------------------------------*/
/*--------------TEXTO LEGAL---------------*/
.click__product__banner-text {
  padding: 0px 24px 20px;
  max-width: 1216px;
  margin: auto;
}

.click__product__banner-text p {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  font-family: "Geomanist-WZ-OT-Book";
  margin: 0 0 13px;
  color: #152a69;
  text-align: justify;
}

.click__product__banner-text p .bold {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  font-family: "Geomanist-WZ-OT-Bold";
  margin: 0 0 0;
  color: #152a69;
}

.click__product__banner-text .underline {
  text-decoration: underline;
}

@media (max-width: 1200px) {
  .header_margin_bottom {
    padding-bottom: 0px;
  }
}
