@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: #d7a9e3;
  margin: auto;
}

.migas {
  display: none;
}

.break-tablet-3 {
  display: none;
}

.break-tablet-2 {
  display: inline;
}

.break {
  /* display: inline-block; */
  width: 100%;
}

.break-mobile {
  display: inline-block;
  width: 100%;
}

.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 .container_solicitar-text {
    display: none;
  }
  .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 -22px;
  }
  .container-soliticar-button-float {
    /* padding: 20px 7px 20px 21px; */
    padding: 25px 7px 25px 27px;
    background-color: #ff4f4e;
    opacity: 0.9;
    display: flex;
    align-items: center;
    position: fixed;
    right: 0;
    gap: 10px;
    border-radius: 30px 0 0 30px;
    z-index: 5;
    top: 538px;
    text-decoration: none !important;
  }

  .container-soliticar-button-float .solicitar {
    font-size: 16px;
    font-weight: 700;
    font-family: "Geomanist-WZ-OT-Bold";
    line-height: 20px;
    color: white;
    margin: 0;
  }
  .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;
  }

  .arrow-desktop {
    display: none;
  }

  .container__ir-arriba p {
    display: none;
  }

  .container__ir-arriba {
    margin-right: 15px;
  }
}
.container-soliticar-button-float .container_solicitar-text a {
  font-weight: bold;
  color: inherit;
}
.main_content-now a {
  text-decoration: underline !important;
  color: inherit !important;
}

.main_content-now {
  /* padding-top: 56px; */
  position: relative;
  /* max-width: 1600px; */
  /* margin: auto; */
  overflow-x: hidden;
}

/*----------------------------------------*/
/*--------------BANNER HERO---------------*/
.now__product__banner-hero {
  background-color: #d7a9e3;
  padding: 89px 0px 44px;
}

.now___wrapper {
  max-width: 1200px;
  margin: auto;
  padding-bottom: 0px;
}

.now__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;
}

.now__product__banner-hero-feature-wrapper h1 {
  display: none;
}

.now__product__banner-hero__container-images-item-text {
  display: none;
}

.now__product__banner-hero h1 .bold {
  font-family: "Geomanist-WZ-OT-Bold";
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #152a69;
}

.now__product__banner-hero h1 .underline {
  position: relative;
  display: inline-block;
}

.now__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;
}

.card-img-tablet {
  display: none;
}

.now__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;
}

.pug {
  display: none;
  transform: translate(10px, 50px);
  animation: flotar 4s ease-in-out infinite;
}

.smile {
  display: none;
  transform: translate(10px, 50px);
  animation: flotar 4s ease-in-out infinite;
}

.cup-coffee {
  display: none;
  transform: translate(10px, 50px);
  animation: flotar 4s ease-in-out infinite;
}

.gift {
  position: absolute;
  top: 0px;
  left: 225px;
  width: 28px;
  display: block;
  transform: translate(10px, 50px);
  animation: flotar 4s ease-in-out infinite;
}

.cart-icon {
  position: absolute;
  top: 63px;
  left: 268px;
  width: 31px;
  display: block;
  transform: translate(10px, 50px);
  animation: flotar 4s ease-in-out infinite;
}

.station {
  position: absolute;
  top: 120px;
  left: 279px;
  width: 51px;
  display: block;
  transform: translate(10px, 50px);
  animation: flotar 4s ease-in-out infinite;
}

.container_emision {
  width: 144px;
  height: 40px;
  position: absolute;
  z-index: 2;
  top: 247px;
  /* right: 166px; */
  left: 26px;
  background-color: #152a69;
  color: white;
  border-radius: 35px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.container_emision p {
  font-size: 12px;
  font-weight: 300;
  color: white;
  font-family: "Geomanist-WZ-OT-Light";
  line-height: 11px;
  margin: 0;
}

.container_emision .cero-euros {
  display: none;
}

.container_emision .cero-euros-movil {
  display: inline;
  padding: 1.5px;
}

.container-euros {
  display: flex;
}

.card-img {
  position: relative;
  z-index: 1;
  margin-top: 41px;
  width: auto;
  position: absolute;
  top: -35px;
  left: 0px;
}

.card-img-desktop {
  display: none;
}

.now__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;
}

.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;
}

.now__product__banner-hero__container-features-columns {
  display: flex;
  justify-content: space-between;
}

.now__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; */
}

@media (max-width: 755px) {
  .now__product__banner-hero__container-features-columns
    .container-single-feature-columns {
    padding: 0 50px;
  }
}

.now__product__banner-hero__container-features-columns
  .container-single-feature-columns {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  font-family: "Geomanist-WZ-OT-Book";
  text-decoration: underline;
  color: #152a69 !important;
  margin-bottom: 15px;
  text-align: center;
}

.now__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;
}

.now__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: 15px;
}

.container-diagonal-arrow span {
  display: none;
}

@media (max-width: 755px) {
  .now__product__banner-hero h1 {
    margin-bottom: 46px;
  }
}

@media (max-width: 755px) {
  .now__product__banner-hero__container-images {
    margin-bottom: 443px;
  }
}

@keyframes flotar {
  0%,
  100% {
    transform: translate(12px, -10px) translateY(0) rotate(0deg);
  }

  50% {
    transform: translate(12%, -10px) translateY(10px) rotate(45deg);
  }
}

/*----------------------------------------*/
/*---------------SIMULADOR----------------*/
.container__moverte-trae-a-cuenta {
  padding: 49px 0px 48px;
}

.content_columns_boxes-container {
  padding: 0px 24px 0;
}

.content_columns_simulator-container {
  padding: 0;
}

.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;
  padding: 0 65px;
}

.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: -3px;
  /* Ajusta la posición vertical del subrayado */
  height: 5px;
  /* Grosor del subrayado */
  background-color: #b5eddb;
  /* 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";
}

/* Simulador checkbox */
.content_columns_main-silutator-container {
  display: flex;
  gap: 26px;
  width: 100%;
  flex-direction: column;
}

.content_columns_simulator-container {
  background-color: #d7a9e3;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0px;
  flex: 1;
}

.content_columns_boxes-container {
  flex: 1;
}

.content_columns_simulator-container > p {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #152a69;
  font-family: "Geomanist-WZ-OT-Book";
  margin: 0;
}

.content_columns_simulator-wrapper {
  background-color: #f0f0f0;
  width: 100%;
  border-radius: 0px;
  padding: 25px 25px 20px;
}

.content_columns_simulator-row-wrapper {
  display: flex;
  padding: 25px 27px;
  justify-content: space-between;
}

.content_columns_line-separator {
  width: 100%;
  height: 1px;
  background-color: #d7a9e3;
}

.content_columns-first-column p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #152a69;
  font-family: "Geomanist-WZ-OT-Regular";
  margin: 0;
}

.content_columns-input-amount {
  background-color: white;
  border-radius: 6px;
  font-size: 23px;
  line-height: 22px;
  font-family: "Geomanist-WZ-OT-Regular";
  display: flex;
  align-items: center;
  justify-content: center;
}

.content_columns-input-amount-element:focus {
  outline: 2px solid #152a69;
  border: 2px solid #152a69;
  border-radius: 4px;
}

.content_columns-input-amount-element {
  border: none;
  text-align: center;
  color: #152a69;
  font-size: 23px;
  line-height: 22px;
  font-family: "Geomanist-WZ-OT-Regular";
  width: 50%;
  height: 47px;
  outline: none;
}

.content_columns_main-silutator-container .content_columns_column {
  flex: 1;
  overflow: hidden;
  /* display: flex;
  align-items: center; */
}

.content_columns_column-last-row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.content_columns_main-silutator-container .content_columns_column-range {
  display: flex;
  align-items: center;
}

.content_columns_simulator-container .calculator_input {
  margin-bottom: 0px;
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.content_columns_simulator-container .calculator_slider {
  height: 1px;
  background: black;
  border-radius: 20px;
}

.content_columns_main-silutator-container .content_columns_inputs-corner {
  background-color: black;
  height: 10px;
  width: 1px;
}

.content_columns_simulator-container .calculator_input:before {
  height: 1px;
  background: transparent;
  content: "";
  margin-left: calc((var(--min) - var(--min)) / var(--dif) * 24px);
  width: calc(((var(--b) - var(--min)) / var(--dif) * 100%) + var(--h));
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  z-index: 1;
}

.content_columns_simulator-container .calculator_input:after {
  height: 1px;
  background: black;
  content: "";
  margin-left: calc((var(--b) - var(--min)) / var(--dif) * 100%);
  width: calc((var(--min) - var(--b)) / var(--dif) * 100%);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  z-index: 1;
}

.content_columns_simulator-container .calculator_slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 56px;
  height: 29px;
  min-height: 29px;
  box-shadow: none;
  cursor: pointer;
  border-radius: 60px;
  z-index: 10;
  position: relative;
  background-color: #d7a9e3;
  background-image: url("./assets/now_product/left-arrow.png"),
    url("./assets/now_product/right-arrow.png");
  background-repeat: no-repeat;
  background-position: 7px center, 38px center;
  background-size: 10px 13px, 10px 13px;
}

input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 56px;
  height: 29px;
  min-height: 29px;
  background-color: #d7a9e3;
  cursor: pointer;
  border-radius: 60px;
  z-index: 10;
  position: relative;
  background-image: url("./assets/now_product/left-arrow.png"),
    url("./assets/now_product/right-arrow.png");
  background-repeat: no-repeat;
  background-position: 7px center, 38px center;
  background-size: 10px 13px, 10px 13px;
}

input[type="range"]::-ms-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 56px;
  height: 29px;
  min-height: 29px;
  background-color: #d7a9e3;
  cursor: pointer;
  border-radius: 60px;
  z-index: 10;
  position: relative;
  background-image: url("./assets/now_product/left-arrow.png"),
    url("./assets/now_product/right-arrow.png");
  background-repeat: no-repeat;
  background-position: 7px center, 38px center;
  background-size: 10px 13px, 10px 13px;
}

.content_columns_period-times {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.content_columns_period-times .content_columns_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content_columns_period-times .content_columns_item label {
  margin: 0;
  margin-bottom: 5px;
  color: #152a69;
  font-size: 23px;
  font-weight: 400;
  line-height: 22px;
  font-family: "Geomanist-WZ-OT-Regular";
}

.content_columns_main-silutator-container
  .content_columns_period-times
  .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  text-align: center;
  /* width: 60px; */
  height: 50px;
  /* height: 34px; */
  margin: 0;
}

.content_columns_main-silutator-container
  .content_columns_period-times
  .switch
  input {
  opacity: 0;
  width: 0;
  height: 0;
}

.content_columns_main-silutator-container
  .content_columns_period-times
  input:checked
  + .slider {
  background-color: #ffffff;
}

.content_columns_main-silutator-container
  .content_columns_period-times
  input:checked
  + .slider:before {
  background-color: #d7a9e3;
}

.content_columns_main-silutator-container .slider {
  position: absolute;
  cursor: pointer;
  top: 25px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.content_columns_main-silutator-container .slider:before {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  left: 0px;
  bottom: 0px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #d7a9e3;
}

.content_columns_main-silutator-container
  .content_columns_period-times
  input:checked
  + .slider:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}

.content_columns_main-silutator-container
  .content_columns_period-times
  .slider.round {
  border-radius: 6px;
}

.content_columns_main-silutator-container
  .content_columns_period-times
  .slider.round:before {
  border-radius: 6px;
}

.content_columns_main-silutator-container .content_columns_column p {
  margin: 0;
}

@media (max-width: 755px) {
  .content_columns_main-silutator-container .content_columns_column p {
    padding: 0 10px;
  }
}

.content_columns_column-text,
.content_columns_column-desc,
.content_columns_column-desc-2 {
  color: #152a69;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Geomanist-WZ-OT-Regular";
}

.content_columns_column-desc .bold {
  font-family: "Geomanist-WZ-OT-Bold";
  font-weight: 700;
}

.content_columns_column-desc .underline {
  text-decoration: underline;
}

.content_columns_main-silutator-container
  .content_columns_column
  .content_columns_column-text {
  margin-bottom: 10px;
}

.content_columns_main-silutator-container
  .content_columns_column
  .content_columns_column-desc-2 {
  margin-top: 22px;
  padding: 0 20px;
}

.content_columns_column-number {
  color: #152a69;
  font-size: 23px;
  font-weight: 700;
  line-height: 22px;
  font-family: "Geomanist-WZ-OT-Book";
  margin: 0;
}

.content_columns_column-number-2 {
  color: #152a69;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  font-family: "Geomanist-WZ-OT-Book";
}

.content_columns_boxes-container {
  display: flex;
  gap: 25px;
  margin-top: 25px;
  flex-direction: column;
}

.content_columns_box {
  border-radius: 16px;
  background-color: #f0f0f0;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 52px 0 66px;
  height: 375px;
}

.content_columns-icon {
  border-radius: 50%;
  background-color: #ffffff;
  width: 65px;
  height: 65px;
  min-height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 27px;
}

.content_columns-icon img {
}

.content_columns_title {
  color: #152a69;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  font-family: "Geomanist-WZ-OT-Light";
  margin-bottom: 50px;
  text-align: center;
}

.content_columns_title .bold {
  color: #152a69;
  font-size: 23px;
  font-weight: 700;
  line-height: 25px;
  font-family: "Geomanist-WZ-OT-Bold";
  margin-bottom: 50px;
  text-align: center;
}

.content_columns_desc {
  color: #152a69;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Geomanist-WZ-OT-Light";
  text-align: center;
  padding: 0 100px;
}

.content_columns_description {
  color: #152a69;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Geomanist-WZ-OT-Light";
  text-align: center;
  margin: 0;
  padding: 0 60px;
}

.content_columns_description.bold {
  color: #152a69;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Geomanist-WZ-OT-Bold";
  text-align: center;
  margin: 0;
}

.content_columns_description .underline {
  text-decoration: underline;
}

.hide-text {
  visibility: hidden;
}

@media (max-width: 755px) {
  .hide-text {
    display: none;
  }

  .content_columns_simulator-container > p {
    margin: 3px;
  }

  .content_columns_column-range {
    order: 2;
    width: 100%;
    margin-top: 25px;
    min-height: 29px;
  }

  .content_columns_column-amount {
    order: 1;
    width: 100%;
    margin-top: 13px;
  }

  .content_columns_simulator-container .calculator_input {
    margin: 0;
    width: 100%;
  }

  .content_columns_simulator-row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .content_columns_simulator-row-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 15px 23px;
    width: 100%;
  }

  .content_columns_period-times {
    margin-top: 15px;
  }

  .content_columns_simulator-row-wrapper-first-row {
    padding: 15px 23px 30px;
  }

  .content_columns_simulator-row-wrapper-second-row {
    padding: 31px 23px 38px;
  }

  .content_columns_line-separator {
    width: 85%;
  }

  .content_columns_simulator-row-wrapper-last-row {
    padding: 33px 0;
  }

  .content_columns_boxes-container {
    margin-top: 18px;
  }

  .content_columns_box {
    padding: 24px 0 32px;
  }

  .content_columns-icon {
    margin-bottom: 13px;
  }

  .content_columns_title {
    margin-bottom: 14px;
  }

  .content_columns_boxes-container {
    gap: 17px;
  }

  .content_columns_main-silutator-container {
    gap: 39px;
  }

  .content_columns_column-text,
  .content_columns_column-desc,
  .content_columns_column-desc-2,
  .content_columns_column-number-2,
  .content_columns_column-number {
    text-align: center;
  }

  .content_columns_container-last-row-last-two-columns {
    display: flex;
    margin-top: 21px;
    gap: 40px;
  }

  .content_columns_column-no-mobile {
    display: none;
  }

  .content_columns_main-silutator-container
    .content_columns_column
    .content_columns_column-text {
    margin-bottom: -3px;
    padding: 0 27px;
  }

  .content_columns_column-number {
    color: #152a69;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    font-family: "Geomanist-WZ-OT-Book";
  }

  .content_columns-cuotas {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .content_columns-cuotas .content_columns_line-separator {
    margin-top: 16px;
  }
}

/*----------------------------------------*/
/*-------------A TU RITMO-----------------*/
.ritmo-img-desktop {
  display: none;
}

.ritmo-img-tablet {
  display: none;
}

.now__product__ritmo-container {
  position: relative;
}

@media (max-width: 755px) {
  .now___wrapper__ritmo .container_emision {
    left: 167px;
    top: -30px;
    position: relative;
  }
}

.now__product__ritmo {
  /* padding: 42px 0 0; */
  padding: 40px 0px 0px;
  background-color: #d7a9e3;
}

.now__product__ritmo-icons-container {
  display: block;
  position: relative;
  top: 0;
}

.now__product__ritmo-icons-container .calendar-blue {
  width: 40.2px;
  height: 35.73px;
}

.now__product__ritmo-icons-container .cart-blue {
  width: 45px;
  height: 40px;
}

.now__product__ritmo-icons-container .coin-blue {
  width: 48px;
  height: 48px;
}

.now__product__ritmo-icons-container .gift-blue {
  width: 47px;
  height: 41px;
}

.gift-blue,
.cart-blue,
.coin-blue,
.calendar-blue {
  position: absolute;
  transform: translate(20px, 20px);
  animation: flotar 4s ease-in-out infinite;
}

.gift-blue {
  left: 42px;
  top: -620px;
}

.cart-blue {
  top: -527px;
  left: 262px;
}

.coin-blue {
  top: -630px;
  left: 217px;
}

.calendar-blue {
  top: -578px;
  left: 142px;
}

.now__product__ritmo h2 {
  font-weight: 300;
  font-size: 26px;
  line-height: 30px;
  font-family: "Geomanist-WZ-OT-Light";
  /* margin-bottom: 38px; */
  margin-bottom: 35px;
  text-align: center;
  color: #152a69;
  padding: 0 70px;
}

.now__product__ritmo h2 .underline {
  font-weight: 300;
  font-size: 26px;
  line-height: 30px;
  font-family: "Geomanist-WZ-OT-Light";
  /* margin-bottom: 28px; */
  text-align: center;
  color: #152a69;
  position: relative;
  text-decoration: underline;
  text-decoration-color: #b5eddb;
  text-decoration-thickness: 4px;
  text-underline-offset: 6px;
}

.now__product__ritmo h2 .bold {
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  font-family: "Geomanist-WZ-OT-Bold";
}

/* .now__product__ritmo h2 .underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px; 
  height: 4px; 
  background-color: #b5eddb;
  border-radius: 5px;
} */

.now__product__ritmo .description {
  font-size: 16px;
  font-weight: 400;
  font-family: "Geomanist-WZ-OT-Book";
  line-height: 20px;
  text-align: center;
  color: #152a69;
  margin-bottom: 34px;
  padding: 0 24px;
}

.now__product__ritmo .description .bold {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  font-family: "Geomanist-WZ-OT-Bold";
}

.now__product__ritmo__cards-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  /* margin-bottom: 46px; */
}

.now__product__ritmo__cards {
  position: relative;
}

.ritmo-img-desktop {
  display: none;
}

.now__product__ritmo__cards-header {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 21px 0 25px;
  border-radius: 16px 16px 0 0;
}

.left {
  background-color: #152a69;
}

.right {
  background-color: #152a69;
}

.now__product__ritmo__cards-header h3 {
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  line-height: 27px;
  font-family: "Geomanist-WZ-OT-Book";
  margin: 2px;
}

.now__product__ritmo__cards-header h3 .bold {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  font-family: "Geomanist-WZ-OT-Bold";
}

.now__product__ritmo__cards-header p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  font-family: "Geomanist-WZ-OT-Book";
  margin: 0;
}

.now__product__ritmo__image-container {
  margin-bottom: -40px;
}

.now__product__ritmo__cards-body {
  background-color: #ffffff;
  border-radius: 0 0 16px 16px;
  color: #152a69;
  padding: 10px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: space-between;
  height: 378px; */
}

.now__product__ritmo__cards-body-item {
  padding: 22px 90px;
  margin: 0px;
  font-family: "Geomanist-WZ-OT-Book";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
}

@media (max-width: 350px) {
  .now__product__ritmo__cards-body-item {
    padding: 22px 60px;
  }
}

.now__product__ritmo__cards-body .title {
  font-size: 16px;
  font-weight: 400;
  font-family: "Geomanist-WZ-OT-Book";
  text-align: center;
  color: #152a69;
  line-height: 20px;
  margin-bottom: 0px;
}

.now__product__ritmo__cards-body .subtitle {
  font-size: 12px;
  font-weight: 400;
  font-family: "Geomanist-WZ-OT-Book";
  text-align: center;
  line-height: 14px;
  /* line-height: 14px; */
  color: #152a69;
  margin-bottom: 11px;
}

.now__product__ritmo__cards-body .subtitle span {
  font-size: 20px;
  font-weight: 700;
  font-family: "Geomanist-WZ-OT-Bold";
  text-align: center;
  line-height: 18px;
  color: #152a69;
}

.ritmo-img-tablet {
  display: none;
}

.now__product__ritmo__cards-body .description {
  font-size: 16px;
  font-weight: 400;
  font-family: "Geomanist-WZ-OT-Book";
  text-align: center;
  line-height: 20px;
  color: #152a69;
  margin: 0;
  margin-top: 16px;
}

.now__product__ritmo__cards-body .bold {
  font-weight: 700;
  font-family: "Geomanist-WZ-OT-Bold";
}

.now__product__ritmo__cards-body .line-ritmo {
  background-color: #d0d4e1;
  height: 0.5px;
  width: 100%;
  margin: 0px 0;
}

.now__product__ritmo__cards-body .description span {
  font-size: 16px;
  font-weight: 700;
  font-family: "Geomanist-WZ-OT-Bold";
  text-align: center;
  line-height: 20px;
  color: #152a69;
}

.now__product__ritmo__cards-body .underline {
  text-decoration: underline;
}

.now__product__ritmo__cards-header-red {
  background-color: #152a69;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 21px 0 25px;
  border-radius: 16px 16px 0 0;
}

.now__product__ritmo__cards-header-red h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  font-family: "Geomanist-WZ-OT-Book";
  margin: 2px;
  /* white-space: nowrap; */
}

.now__product__ritmo__cards-header-red h3 span {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  font-family: "Geomanist-WZ-OT-Bold";
}

.now__product__ritmo__cards-header-red p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  font-family: "Geomanist-WZ-OT-Book";
  margin: 0;
}

.now__product__ritmo .ritmo-img {
  width: 259px;
  margin: 25px 35px 0px 36px;
}

.now___wrapper__ritmo {
  max-width: 1200px;
  margin: auto;
  position: relative;
}

@media (max-width: 755px) {
  .now__product__ritmo__cards-container {
    padding: 0 24px;
  }
}

@media (max-width: 755px) {
  .now__product__ritmo__cards-header,
  .now__product__ritmo__cards-header-red {
    /* max-height: 99px; */
    height: 126px;
    padding: 0 80px;
  }
}

/*----------------------------------------*/
/*---------------VENTAJAS-----------------*/
.informado-desktop {
  display: none;
}

.informado-tablet {
  display: none;
}

.informado-mobile {
  display: inline;
}

.now__product__informado-y-conectado {
  padding: 46px 0px 46.42px;
}

.now__product__informado-y-conectado h1 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Geomanist-WZ-OT-Light";
  color: #152a69;
  text-align: center;
  margin-bottom: 100px;
  padding: 0 50px;
}

@media (max-width: 350px) {
  .now__product__informado-y-conectado h1 {
    padding: 0 30px;
  }
}

.now__product__informado-y-conectado h1 .underline {
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Geomanist-WZ-OT-Light";
  position: relative;
  display: inline-block;
}

.now__product__informado-y-conectado h1 .underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 4px;
  background-color: #b5eddb;
  border-radius: 5px;
}

.now__product__informado-y-conectado h1 .underline-mobile {
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Geomanist-WZ-OT-Light";
  position: relative;
  display: contents;
}

.now__product__informado-y-conectado h1 .underline-mobile::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 4px;
  background-color: #e8927c;
  border-radius: 5px;
}

.now__product__informado-y-conectado h1 .bold {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  font-family: "Geomanist-WZ-OT-Bold";
}

.now__apps-container {
  margin-top: 35px;
  display: flex;
  justify-content: center;
  gap: 11.53px;
}

.app-store {
  width: 112px;
  cursor: pointer;
}

.google-store {
  width: 122px;
  cursor: pointer;
}

.now__product__informado-y-conectado__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.now__product__informado-y-conectado__container-cards {
  width: 100%;
  gap: 72px;
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}

.now__product__informado-y-conectado__container-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: #f0f0f0;
  border-radius: 16px;
  padding-bottom: 28px;
}

.now__product__informado-y-conectado__container-card .container-round-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #d7a9e3;
}

.now__product__informado-y-conectado__container-card .container-round-img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  margin: auto;
}

/* .now__product__informado-y-conectado__container-card
  .container-round-img
  img {
} */

@media (max-width: 755px) {
  .now__product__informado-y-conectado__container-card .ventajas .bold-mobile {
    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;
  }
}

.ventajas {
  font-weight: 300;
  font-size: 26px;
  line-height: 28px;
  font-family: "Geomanist-WZ-OT-Light";
  margin-bottom: 15px;
  margin-top: 43px;
  color: #152a69;
  text-align: center;
  padding: 0 80px;
}

.now__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;
}

.now__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 70px;
}

.now__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;
}

.now__product__informado-y-conectado__container-image {
  position: relative;
}

.now__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;
}

.container-image-pay.light-blue {
  background-color: #0053ff;
  top: 72px;
  left: -23px;
}

.container-image-pay.blue {
  background-color: #152a69;
  right: -10px;
}

.container-image-pay.orange {
  background-color: #e8927c;
  top: 233px;
  right: -31px;
}

.now__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;
}

.now__product__informado-y-conectado__container-image .mobile-now {
  margin-top: 46px;
}

.ventajas-img-desktop {
  display: none;
}

.ventajas-img-mobile {
  display: block;
  position: relative;
  top: 105px;
}

.ventajas-img-tablet {
  display: none;
}

.now___wrapper__ventajas {
  max-width: 1200px;
  margin: auto;
  padding-bottom: 47px;
}

.now__product__informado-y-conectado__container-cards {
  padding: 0 24px;
}

.now__product__informado-y-conectado__container-image {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.container-image-pay .tablet {
  display: none;
}

.mobile-now-tablet {
  display: none;
}

/*---------------------------------------*/
/*---------------ELIGES TU---------------*/
.now__product__payment-method {
  padding: 45px 0px 56px;
  background: #d7a9e3;
}

.now__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 90px;
}

.now__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;
}

.now__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;
}

.now__product__payment-method h2 .bold {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  font-family: "Geomanist-WZ-OT-Bold";
}

.now__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 55px;
}

.pago-total p {
  padding: 0 30px;
}

.now__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;
}

.now__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;
}

.now__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;
}

.now__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;
}

.now__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;
}

.now__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;
}

.now__product__payment-method__container-features-columns-desktop
  .container-single-feature-third-column
  .underline {
  text-decoration: underline;
}

.now__product__payment-method__container-features-columns-desktop
  .container-single-feature-first-column
  img {
  width: 56.13px;
  height: 49px;
}

.now__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;
}

.now__product__payment-method__card-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 11px;
  padding: 0 24px;
}

.now__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 10px;
}

.pago-aplazado {
  padding: 40px 33px 22px;
}

.now__product__payment-method__card-item img {
  width: 50px;
  height: 45px;
  margin: auto;
  margin-top: 1px;
  margin-bottom: 18px;
}

.now__product__payment-method__card-item-desktop {
  display: none;
}

.now__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;
}

.now__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; */
}

@media (max-width: 350px) {
  .pago-total p {
    padding: 0;
  }
}

.now__product__payment-method__card-item .pago-aplazado p {
  padding: 20px 10px 0px;
}

.now__product__payment-method__card-item .underline {
  text-decoration: underline;
}

/* @media (max-width: 755px) {
  .pago-aplazado {
    padding: 43px 10px 38px;
  }
} */

.now__product__payment-method__card-item .pago-aplazado-tin {
  margin-top: -15px;
}

.now__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;
}

.now__product__payment-method__explore {
  padding: 0 12px;
}

.now__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 18px;
  color: #152a69;
}

.now__product__payment-method__explore h3 span {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  font-family: "Geomanist-WZ-OT-Bold";
}

.now__product__payment-method__explore-yellow-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.now__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;
}

.now__product__payment-method__explore-yellow:focus {
  outline: 3px solid #787878;
}

.now__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;
}

.now__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---------------*/
.now__product__tarjeta-cuida-de-ti {
  /*background-color: #b3dff1;*/
  /* background-color: #f3e0c1; */
  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;
}

.now__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;
}

.now__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;
}

.now__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: #b5eddb;
  /* Tu color específico */
  border-radius: 5px;
}

.now__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";
}

.now__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;
  padding: 0 55px;
}

.now__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;
}

.now__product__tarjeta-cuida-de-ti__container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.now__product__tarjeta-cuida-de-ti__card {
  border-radius: 16px;
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.now__product__tarjeta-cuida-de-ti__card[role="button"]:focus {
  outline: auto;
}

.now__product__tarjeta-cuida-de-ti__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 0 20px;
  width: 100%;
  background-color: #f0f0f0;
  border-radius: 16px;
  /* height: 132px; */
}

.now__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;
}

.now__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;
}

.gratuito {
  display: block-inline;
}

.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;
}

.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;
}

.now__product__tarjeta-cuida-de-ti__body {
  display: none;
}

.now__product__tarjeta-cuida-de-ti__body-item {
  padding: 20px 0;
}

.now__product__tarjeta-cuida-de-ti__body-item img {
  /* margin-bottom: 15px; */
}

.now__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 40px;
}

.now__product__tarjeta-cuida-de-ti__body-item p .bold {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  font-family: "Geomanist-WZ-OT-Bold";
}

.now__product__tarjeta-cuida-de-ti__body-item.white {
  background-color: #f0f0f0;
}

.now__product__tarjeta-cuida-de-ti__body-item.transparent {
  background-color: #dadce2;
}

.now__product__tarjeta-cuida-de-ti__body.active {
  display: block;
  width: 100%;
}

.free-label-button.active {
  display: inline;
}

.arrow-down {
  display: none;
}

.arrow-down.active {
  display: block;
}

.now__product__tarjeta-cuida-de-ti__link-desktop {
  /* display: none; */
}

.now__product__tarjeta-cuida-de-ti__link-desktop {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

.now__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;
}

.now__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;
}

@media (max-width: 755px) {
  /* .free-label-button.active {
    margin: auto;
  } */
}

/*----------------------------------------*/
/*-------------WIZINK CENTER--------------*/
.now__product__wizink-center {
  padding: 40px 24px 0;
  background-color: #d7a9e3;
}

.man-photo-tablet {
  display: none;
}

.now__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;
}

.now__product__wizink-center h2 .bold {
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  font-family: "Geomanist-WZ-OT-Bold";
}

.now__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;
}

.now__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: #b5eddb;
  /* Tu color específico */
  border-radius: 5px;
}

.now__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;
}

.now__product__wizink-center__cards-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 35px;
}

.now__product__wizink-center__item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.now__product__wizink-center__item {
  border-radius: 16px;
  background-color: #ffffff;
  /* padding: 29px 24px; */
  padding: 24px 24px 18px;
}

.now__product__wizink-center__item-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.now__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;
}

.now__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;
}

.now__product__wizink-center__item-body {
  display: none;
}

.now__product__wizink-center__item-body.active {
  display: block;
}

.now__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;
}

.now__product__wizink-center__container-images {
  position: relative;
  display: flex;
  justify-content: center;
}

.man-photo {
  margin-top: 25px;
  margin-left: 0px;
}

.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;
}

.now__product__wizink-center__container-images.desktop {
  display: none;
}

@media (max-width: 755px) {
  .item-hide-mobile {
    display: none;
  }
}

/*----------------------------------------*/
/*------------NO TENGAS DUDAS-------------*/
.now__product__no-tengas-dudas {
  background-color: #f0f0f0;
  padding: 40px 24px 48px;
}

.now__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;
}

.now__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%;
}

.now__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;
}

.now__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%; */
}

.now__product__no-tengas-dudas__container-cards {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.now__product__no-tengas-dudas__item {
  padding: 24px;
  padding-top: 32px;
  padding-bottom: 28px;
  background-color: white;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  outline: none;
  border: none;
}

.now__product__no-tengas-dudas__item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.arrow-up {
  width: 12px;
}

.now__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;
}

.now__product__no-tengas-dudas__item-button {
  border-radius: 50%;
  background-color: #d7a9e3;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  width: 31px;
  height: 31px;
  min-width: 31px;
}

.now__product__no-tengas-dudas__item-body {
  display: none;
}

.now__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;
  text-align: start;
}

.now__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;
}

.now__product__no-tengas-dudas__item-body.active {
  display: block;
}

.arrow-up.active {
  transform: rotate(360deg);
}

/*----------------------------------------*/
/*-----------PUNTOS RELEVANTES------------*/
.now__product__puntos-relevantes {
  padding: 45px 24px 35px;
}

.now__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;
}

.now__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%;
}

.now__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;
  padding: 0 80px;
}

.now__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%; */
}

.now__product__puntos-relevantes__container-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.now__product__puntos-relevantes__container-item {
  border-radius: 10px;
  /* padding: 43px 24px 20px 26px; */
  padding: 41px 29px 1px 26px;
  background-color: #f0f0f0;
}

.now__product__puntos-relevantes__container-item.desktop {
  display: none;
}

.now__product__puntos-relevantes__container-item.mobile {
  display: block;
}

.now__product__puntos-relevantes__container-item-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.now__product__puntos-relevantes__container-item-header div {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.now__product__puntos-relevantes__container-item-header .pink {
  background-color: #f1a1ec;
}

.now__product__puntos-relevantes__container-item-header .purple {
  background-color: #b580d1;
}

.now__product__puntos-relevantes__container-item-header .orange {
  background-color: #e8927c;
}

.now__product__puntos-relevantes__container-item-header .red {
  background-color: #f9384f;
}

.now__product__puntos-relevantes__container-item-header .darkblue {
  background-color: #152a69;
}

.now__product__puntos-relevantes__container-item-header .white {
  background-color: #ffffff;
}

.now__product__puntos-relevantes__container-item-header .lightblue {
  background-color: #0053ff;
}

.now__product__puntos-relevantes__container-item-header .gowblue {
  background-color: #00a59f;
}

.now__product__puntos-relevantes__container-item-header .darkblue {
  background-color: #152a69;
}

.now__product__puntos-relevantes__container-item-header .darkblue img {
  width: 14px;
  height: 17.5px;
}

.now__product__puntos-relevantes__container-item-header .gowblue {
  background-color: #00a59f;
}

.now__product__puntos-relevantes__container-item-header .gowblue img {
  width: 16.3px;
  height: 14.8px;
}

.now__product__puntos-relevantes__container-item-header .white img {
  width: 15.5px;
  height: 13.7px;
}

.now__product__puntos-relevantes__container-item-header .lightblue img {
  width: 16.3px;
  height: 14.8px;
}

.now__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;
}

.now__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;
}

.now__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;
}

.now__product__puntos-relevantes__container-item-header img {
  width: 16px;
  height: 16px;
}

.now__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---------------*/
.now__product__banner-text {
  padding: 0px 24px 20px;
  max-width: 1216px;
  margin: auto;
}

.now__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;
}

.now__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;
}

.now__product__banner-text .underline {
  text-decoration: underline;
}

@media (max-width: 1200px) {
  .header_margin_bottom {
    padding-bottom: 0px;
  }
}
.container_solicitala {
  background-color: #f5eddd;
  border-radius: 50%;
  padding: 28px 0 30px;
  text-align: center;
  z-index: 2;
  position: absolute;
  width: 190px;
  height: 190px;
  top: 216px;
  left: 164px;
}

.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;
}
.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_title {
  font-family: "Geomanist-WZ-OT-Bold";
  font-weight: 700;
  font-size: 60px;
  line-height: 50px;
  margin: 1px 0 3px;
  color: #152a69;
}
.container_solicitala p {
  color: #152a69;
}
.text-solicitala_description {
  font-family: "Geomanist-WZ-OT-Light";
  font-size: 16px;
  line-height: 15px;
  font-weight: 400;
  padding: 5px 35px;
}

.text-solicitala_euro {
  font-family: "Geomanist-WZ-OT-Light";
  font-size: 60px;
  line-height: 50px;
  font-weight: 400;
  color: #152a69;
}

@media (max-width: 755px) {
  .container_solicitar-img-text {
    display: none;
  }
}
