/*----------------------------------------*/
/*---------------GENÉRICOS----------------*/
@media (min-width: 756px) and (max-width: 1024px) {
  .break-br-mobile {
    display: none;
  }
  .break-br-desktop {
    display: none;
  }
  .break-br-tablet {
    display: initial;
  }
  .break-br-mobile-2 {
    display: none;
  }

  .migas {
    display: none;
  }

  .break {
    display: inline;
  }
  .break-mobile {
    display: inline;
  }
  .break-tablet {
    white-space: nowrap;
  }
  .break-tablet-2 {
    display: inline-block;
    width: 100%;
  }
  .break-tablet-4 {
    display: inline-block;
    width: 100%;
    text-align: left;
  }

  .break-desktop {
    display: inline-block;
    width: 100%;
  }

  .break-desktop-2 {
    display: inline;
    width: 100%;
  }

  .break-tablet-3 {
    display: inline;
  }
}

/*----------------------------------------*/
/*---------STICKY FIJO LA QUIERO----------*/
@media (min-width: 756px) and (max-width: 1024px) {
  .container_solicitar-text {
    display: flex;
    align-items: center;
  }
  .container_solicitar-text p {
    width: 220px;
  }
  .container_solicitar-text p .bold {
    font-weight: 400;
    font-family: "Geomanist-WZ-OT-Book";
  }
  .container-soliticar-button-float p {
    margin: 0;
  }
  .container_solicitar-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: white;
    font-family: "Geomanist-WZ-OT-Light";
    margin: 0;
  }
  .container_solicitar-img-text {
    display: flex;
    align-items: center;
    gap: 19px;
    position: absolute;
    left: 18px;
  }
  .container-soliticar-button-float {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    background-color: #152a69;
    /* background-color: #00a59f; */
    height: 70px;
    position: fixed;
    bottom: 0;
    z-index: 5;
  }
  .container-soliticar-button-float > .solicitar {
    font-size: 16px;
    font-weight: 700;
    font-family: "Geomanist-WZ-OT-Bold";
    line-height: 22px;
    color: #152a69 !important;
    background-color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    height: 44px;
    width: 178px;
  }
  .container-soliticar-button-float .container__ir-arriba {
    display: flex;
    align-items: center;
    color: white !important;
    font-weight: 700;
    font-size: 14px;
    font-family: "Geomanist-WZ-OT-Bold";
    gap: 17px;
    position: absolute;
    right: 57px;
  }
  .container-soliticar-button-float .container__ir-arriba p {
    margin: 0;
  }
  .arrow-mobile {
    display: none;
  }

  .container_solicitala_gift {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: flex-end;
    top: -170px;
    left: 5px;
  }
}

/*----------------------------------------*/
/*--------------BANNER HERO---------------*/
@media (min-width: 756px) and (max-width: 1024px) {
  .text-solicitala_description {
    padding: 5px 30px;
  }
  .now___wrapper {
    /* max-width: 1200px; */
    margin: auto;
    padding-bottom: 0px;
  }

  .now__banner-hero-flex {
    margin: 84px 55px 0 0;
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas:
      "image title"
      "boxes boxes";
  }

  .now__product__banner-hero__container-images {
    display: flex;
    margin-top: 57px;
    grid-area: image;
  }

  .now__product__banner-hero__container-images-item,
  .now__product__banner-hero__container-images-item-text {
    flex: 1;
  }

  .now__product__banner-hero__container-images-item-text {
    display: block;
  }

  .background-image-banner-hero-tablet {
    position: absolute;
    top: 146px;
    bottom: 0;
    left: 62px;
    /* right: 0; */
    margin: auto;
    padding-right: 50px;
    display: block;
  }

  .background-image-banner-hero-mobile {
    display: none;
  }

  .now__banner-hero-flex > h1 {
    grid-area: title;
    margin-top: 15px;
    margin-left: 10px;
    font-family: "Geomanist-WZ-OT-Light";
    font-size: 40px;
    line-height: 46px;
    font-weight: 300;
    color: #152a69;
    padding: 0 17px 0 0;
  }

  .now__banner-hero-flex h1 .bold {
    font-family: "Geomanist-WZ-OT-Bold";
    font-size: 40px;
    line-height: 46px;
    font-weight: 700;
    color: #152a69;
  }

  .card-img-tablet {
    display: block;
    z-index: 1;
    position: absolute;
    top: -125px;
    left: 5px;
  }

  .card-img {
    display: none;
  }

  .container_emision {
    top: 179px;
    right: auto;
    left: 56px;
  }

  .pug {
    position: absolute;
    top: 111px;
    left: 21px;
    width: 44px;
    display: block;
  }
  .smile {
    position: absolute;
    top: 34px;
    left: 7px;
    width: 28px;
    display: block;
  }
  .cup-coffee {
    position: absolute;
    top: -35px;
    left: 59px;
    width: 36px;
    display: block;
  }
  .gift {
    position: absolute;
    top: -42px;
    left: 242px;
    width: 28px;
    display: block;
  }
  .cart-icon {
    position: absolute;
    top: 37px;
    left: 287px;
    width: 31px;
    display: block;
  }
  .station {
    position: absolute;
    top: 84px;
    left: 314px;
    width: 51px;
    display: block;
  }

  .container-single-feature {
    border-radius: 16px;
    gap: 4px;
    flex: 1;
    padding: 21px 24px 18px 22px;
    height: 180px;
    min-width: 204px;
    max-width: 204px;
    align-items: start;
  }

  .container-single-feature {
    flex-direction: column;
  }

  .now__product__banner-hero__container-features {
    display: flex;
    flex-direction: row;
    gap: 17px;
    padding: 0;
    margin-bottom: 18px;
    padding-top: 48px;
  }

  .container-single-feature .container-diagonal-arrow {
    background-color: #152a69;
    border-radius: 99px;
    width: 100%;
    /* min-width: 150px; */
    /* height: 25px; */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    min-height: 25px;
    color: white !important;
    text-decoration: none !important;
    /* padding: 15px 8px 15px 33px; */
  }
  .container-single-feature p {
    margin: 0;
    font-size: 23px;
    font-weight: 400;
    line-height: 27px;
    font-family: "Geomanist-WZ-OT-Book";
    color: #152a69;
  }
  .container-diagonal-arrow span {
    display: flex;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    font-family: "Geomanist-WZ-OT-Book";
    font-weight: 400;
  }
  .container-diagonal-arrow span {
    display: flex;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    font-family: "Geomanist-WZ-OT-Book";
    font-weight: 400;
  }

  .now__product__banner-hero-feature-wrapper {
    grid-area: boxes;
    margin-left: 56px;
    margin-top: 180px;
  }

  .now__product__banner-hero__container-features-columns-desktop {
    display: flex;
    gap: 18px;
    padding: 0;
    justify-content: flex-start;
    width: 100%;
    margin: 18px 0 17px;
  }

  .now__product__banner-hero__container-features-columns-desktop
    .container-single-feature-columns {
    border-radius: 16px;
    border: 1px solid #152a69;
    padding: 25px 26px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    min-width: 204px;
    max-width: 204px;
    height: 125px;
  }
  .now__product__banner-hero__container-features-columns-desktop
    .container-single-feature-columns
    .title {
    font-family: "Geomanist-WZ-OT-Book";
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #152a69;
    margin-bottom: 0;
    padding-right: 20px;
  }
  .now__product__banner-hero__container-features-columns-desktop
    .container-diagonal-arrow {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .now__product__banner-hero__container-features-columns-desktop
    .container-diagonal-arrow {
    margin: 0;
    font-weight: 700;
    line-height: 16px;
    font-size: 14px;
    font-family: "Geomanist-WZ-OT-Bold";
    color: #152a69 !important;
    text-decoration: underline;
  }
  .container-single-feature .container-diagonal-arrow .diagonal-arrow-white {
    display: block;
    position: absolute;
    right: 10px;
  }
  .diagonal-arrow {
    display: none;
  }

  .now__product__banner-hero__container-features-columns {
    display: none;
  }

  .now__product__banner-hero .container_emision {
    width: 193px;
    height: 54px;
    position: absolute;
    z-index: 2;
    top: 128px;
    /* right: 166px; */
    left: 55px;
    background-color: #152a69;
    color: white;
    border-radius: 35px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }

  .now__product__banner-hero .cero-euros-movil {
    display: inline-block;
    height: 28.2px;
  }

  .now__product__banner-hero .container_emision .cero-euros {
    display: none;
  }

  .container_emision p {
    font-size: 14.33px;
    font-weight: 400;
    color: white;
    font-family: "Geomanist-WZ-OT-Book";
    line-height: 13.48px;
  }

  .now__product__banner-hero {
    background-color: #d7a9e3;
    padding: 165px 0px 45px;
  }

  .cero-euros-movil {
    display: inline-block;
    height: 30px;
    width: 22px;
  }

  .now__product__banner-hero .container_emision p {
    font-size: 14.33px;
    font-weight: 400;
    color: white;
    font-family: "Geomanist-WZ-OT-Book";
    line-height: 13.48px;
    margin-right: 10px;
  }
  .container_solicitala {
    background-color: #f5eddd;
    border-radius: 50%;
    padding: 25px 0 32px;
    text-align: center;
    z-index: 2;
    position: absolute;
    width: 180px;
    height: 180px;
    top: 124px;
    left: 273px;
  }

  .text-solicitala_header {
    padding: 0 30px;
  }
}

@media (min-width: 932px) {
  .now__product__banner-hero__container-features {
    gap: 20px;
  }
}

@media (min-width: 768px) and (max-width: 912px) {
  .now__product__banner-hero__container-features-columns-desktop {
    padding: 0;
  }
}

@media (min-width: 932px) {
  .now__product__banner-hero__container-features-columns-desktop {
    gap: 20px;
  }
}

@media (min-width: 768px) and (max-width: 781px) {
  .now__product__banner-hero__container-features-columns-desktop
    .container-single-feature-columns {
    height: 144px;
  }
}

@media (min-width: 856px) {
  .container-diagonal-arrow span {
    white-space: nowrap;
  }
}

@media (min-width: 844px) and (max-width: 925px) {
  .now__banner-hero-flex > h1 {
    padding: 0 60px 0 0;
  }
}

@media (min-width: 926px) and (max-width: 1016px) {
  .now__banner-hero-flex > h1 {
    padding: 0 103px 0 0;
  }
}

@media (min-width: 1016px) {
  .now__banner-hero-flex > h1 {
    padding: 0 115px 0 0;
  }
}

@media (min-width: 954px) {
  .container-diagonal-arrow span {
    white-space: nowrap;
  }
}

@media (min-width: 965px) {
  .now__product__banner-hero-feature-wrapper {
    /* padding-left: 50px; */
    padding-left: 0px;
  }
}

/*----------------------------------------*/
/*---------------SIMULADOR----------------*/
@media (min-width: 756px) and (max-width: 1024px) {
  .container__moverte-trae-a-cuenta {
    padding: 16px 54px 72px;
  }

  .container__moverte-trae-a-cuenta h2 {
    font-size: 36px;
    font-weight: 300;
    line-height: 42px;
    text-align: center;
    font-family: "Geomanist-WZ-OT-Light";
    margin-bottom: 29px;
    padding: 0 100px;
  }
  .container__moverte-trae-a-cuenta h2 .underline {
    font-size: 36px;
    font-weight: 300;
    line-height: 42px;
    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: 36px;
    font-weight: 700;
    line-height: 42px;
    text-align: center;
    font-family: "Geomanist-WZ-OT-Bold";
  }

  .container__moverte-trae-a-cuenta h2 .extra-bold {
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    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: 22px;
    text-align: center;
    font-weight: 400;
    font-family: "Geomanist-WZ-OT-Book";
    color: #152a69;
    margin-bottom: 51px;
    margin-top: 14px;
  }
  .container__moverte-trae-a-cuenta__items {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 11px;
  }
  .container__moverte-trae-a-cuenta__items-item {
    padding: 33px 0 31px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 16px;
    background-color: #f0f0f0;
    height: 306px;
  }

  .container__moverte-trae-a-cuenta__items-item h3 {
    font-weight: 400;
    font-size: 23px;
    line-height: 22px;
    text-align: center;
    font-family: "Geomanist-WZ-OT-Book";
    color: #152a69;
    margin-bottom: 34px;
  }
  .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;
  }

  .content_columns_container-last-row-last-two-columns {
    display: none;
  }

  .content_columns_boxes-container {
    flex-direction: row;
    gap: 18px;
    margin: 0 54px;
    justify-content: center;
  }
  .content_columns_desc {
    margin-bottom: 51px;
    padding: 0 240px;
  }
  .content_columns_title {
    margin-bottom: 30px;
    padding: 0 10px;
  }
  .content_columns_box {
    height: 378px;
    max-width: 162px;
  }
  .content_columns_main-silutator-container {
    flex-direction: column;
  }
  .content_columns_main-silutator-container {
    gap: 60px;
  }
  .content_columns_simulator-container {
    border-radius: 16px;
  }
  .content_columns_simulator-wrapper {
    border-radius: 16px;
  }
  .content_columns_simulator-container > p {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #152a69;
    font-family: "Geomanist-WZ-OT-Book";
    margin: 8px 0px;
  }

  .content_columns_main-silutator-container .content_columns_column-range {
    min-width: 216px;
    margin-right: 34px;
  }

  .content_columns_simulator-container .calculator_input {
    width: 100%;
    margin: 0;
  }
  .content_columns_simulator-row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .content_columns_simulator-row-wrapper {
    width: 100%;
    padding: 21px 27px 23px;
  }
  .content_columns_line-separator {
    width: 91%;
  }
  .content_columns_column-last-column {
    margin-left: 32px;
  }
  .content_columns_main-silutator-container .content_columns_column-amount {
    min-width: 150px;
    height: 55px;
  }
  .content_columns-input-amount {
    width: 100%;
    height: 100%;
  }
  .content_columns_period-times {
    gap: 44px;
  }
  .content_columns_column-second-column {
    margin-left: -30px;
  }

  .hide-text {
    visibility: hidden;
  }

  .content_columns-first-column.content_columns_column p {
    padding-right: 105px;
  }

  .content_columns_simulator-row-wrapper.content_columns_simulator-row-wrapper-second-row
    .content_columns-first-column.content_columns_column
    p {
    padding-right: 235px;
  }

  .content_columns_description {
    padding: 0 25px;
  }

  .content_columns_main-silutator-container
    .content_columns_column
    .content_columns_column-desc-2 {
    padding: 0;
  }
}

@media (min-width: 893px) and (max-width: 1024px) {
  .container__moverte-trae-a-cuenta h2 {
    padding: 0 120px;
  }

  .content_columns_desc {
    padding: 0 270px;
  }
}

/*----------------------------------------*/
/*-------------A TU RITMO-----------------*/
@media (min-width: 756px) and (max-width: 1024px) {
  .now__product__ritmo {
    padding: 60px 0px 0;
    position: relative;
    overflow: hidden;
  }
  .now__product__ritmo h2 .underline-mobile {
    font-size: 26px;
    line-height: 30px;
    font-weight: 300;
    font-family: "Geomanist-WZ-OT-Light";
    position: relative;
    /* display: contents; */
    display: inline-block;
  }
  .now__product__ritmo h2 .underline-mobile::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    height: 4px;
    background-color: #e8927c;
    border-radius: 5px;
  }
  .now__product__ritmo h2 {
    font-weight: 300;
    font-size: 36px;
    line-height: 42px;
    font-family: "Geomanist-WZ-OT-Light";
    margin-bottom: 47px;
    text-align: center;
    color: #152a69;
    margin: 0px 108px 73px;
  }

  .now__product__ritmo h2 .break {
    display: inline-block;
    width: 100%;
  }

  .now__product__ritmo h2 .underline {
    font-weight: 300;
    font-size: 36px;
    line-height: 42px;
    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: 8px;
  }

  .now__product__ritmo h2 .bold {
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    font-family: "Geomanist-WZ-OT-Bold";
  }

  .now__product__ritmo__cards-container {
    display: flex;
    flex-direction: row;
    gap: 18px;
    flex: 2;
    margin: 0px 54px 36px;
  }

  .now__product__ritmo-icons-container {
    display: block;
    position: relative;
    top: 0;
  }

  .now__product__ritmo-icons-container .calendar-blue {
    width: 38px;
    height: 34px;
  }

  .now__product__ritmo-icons-container .cart-blue {
    width: 45px;
    height: 38px;
  }

  .now__product__ritmo-icons-container .coin-blue {
    width: 47px;
    height: 47px;
  }

  .now__product__ritmo-icons-container .gift-blue {
    width: 45px;
    height: 40px;
  }

  .gift-blue,
  .cart-blue,
  .coin-blue,
  .calendar-blue {
    position: absolute;
    transform: translate(20px, 20px);
    animation: flotar 4s ease-in-out infinite;
  }
  .gift-blue {
    left: 382px;
    top: -897px;
  }
  .cart-blue {
    top: -810px;
    left: 595px;
  }
  .coin-blue {
    top: -910px;
    left: 552px;
  }
  .calendar-blue {
    top: -855px;
    left: 480px;
  }

  .now__product__ritmo__cards {
    position: relative;
    height: 400px;
    flex: 1;
  }

  .now__product__ritmo__image-container {
    flex: 1;
    display: flex;
    justify-content: center;
    position: relative;
  }
  .ritmo-img {
    display: none;
  }
  .ritmo-img-desktop {
    display: block;
    width: 355px;
  }
  .now__product__ritmo__cards-header h3 {
    font-size: 23px;
    line-height: 22px;
    font-family: "Geomanist-WZ-OT-Bold";
    font-weight: 700;
    line-height: 27px;
    text-align: center;
    padding: 0px 0px 5px;
    /* white-space: nowrap; */
  }

  .now__product__ritmo .description {
    line-height: 22px;
    margin-bottom: 34px;
  }

  .now__product__ritmo__cards-header h3 span {
    font-size: 20px;
    line-height: 22px;
  }

  .now__product__ritmo__cards-header p {
    font-size: 12px;
    line-height: 22px;
  }

  .now__product__ritmo__cards-body .underline {
    text-decoration: underline;
  }

  .now__product__ritmo__cards-body .title {
    margin-bottom: 0px;
    line-height: 18px;
  }
  .now__product__ritmo__cards-body .subtitle {
    font-size: 12px;
    font-weight: 400;
    font-family: "Geomanist-WZ-OT-Book";
    text-align: center;
    line-height: 18px;
    color: #152a69;
    /* margin-bottom: 36px; */
  }

  .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;
  }
  /* .now__product__ritmo__cards-body .description span {
    display: inline-block;
    width: 100%;
  } */

  .now__product__ritmo__cards-body {
    font-size: 16px;
    font-weight: 400;
    font-family: "Geomanist-WZ-OT-Book";
    text-align: center;
    line-height: 22px;
    color: #152a69;
    padding: 10px 0px;
    background-color: white;
  }
  .now__product__ritmo__cards-body-item {
    padding: 25px 50px 18px;
    margin: 0px;
  }

  .now__product__ritmo__cards-header-red {
    padding: 31px 10px 25px;
    /* max-width: 250px; */
    /* width: 250px; */
    height: 100px;
  }
  .now__product__ritmo__cards-header {
    padding: 31px 10px 25px;
    /* max-width: 250px; */
    /* width: 250px; */
    height: 125px;
    padding: 0 70px;
  }
  .now__product__ritmo__cards-header-red h3 {
    font-size: 20px;
    line-height: 22px;
  }

  .now__product__ritmo__cards-header-red h3 span {
    font-size: 23px;
    line-height: 27px;
  }

  .now__product__ritmo__cards-header-red p {
    font-size: 12px;
    line-height: 22px;
  }

  .container_emision {
    width: 193px;
    height: 54px;
    position: absolute;
    z-index: 2;
    top: 294px;
    /* 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;
  }

  .now__product__ritmo-container {
    display: flex;
    flex-direction: column;
  }

  .now___wrapper__ritmo .container_emision {
    left: 432px;
    top: 1015px;
    gap: 10px;
  }

  .now___wrapper__ritmo .container_emision img {
    left: 415px;
    top: 975px;
    padding: 0px;
  }

  .now___wrapper__ritmo .container_emision p {
    margin-right: 10px;
  }

  .ritmo-img {
    display: none;
  }

  .ritmo-img-desktop {
    display: none;
  }

  .ritmo-img-tablet {
    display: block;
    /* width: 355px; */
  }

  .ritmo-img-tablet {
    display: flex;
    /* width: 100%; */
    margin-top: 130px;
    margin-right: 40px;
  }

  .container-euros {
    margin-left: 25px;
  }
}

@media (min-width: 800px) and (max-width: 890px) {
  .now__product__ritmo__cards-body {
    height: 400px;
  }

  .now__product__ritmo__cards-body-item {
    padding: 25px 60px 18px;
  }
}
@media (min-width: 756px) and (max-width: 799px) {
  .now__product__ritmo__cards-body-item {
    padding: 25px 20px 18px;
  }
}

/*----------------------------------------*/
/*---------------VENTAJAS-----------------*/
@media (min-width: 756px) and (max-width: 1024px) {
  .now___wrapper__ventajas {
    max-width: 1200px;
    margin: auto;
    padding-bottom: 0px;
  }

  .informado-desktop {
    display: none;
  }

  .informado-tablet {
    display: inline;
  }

  .informado-mobile {
    display: none;
  }

  .now__product__informado-y-conectado {
    padding: 72px 54px 58px;
  }
  .now__product__informado-y-conectado h1 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 300;
    font-family: "Geomanist-WZ-OT-Light";
    color: #152a69;
    text-align: center;
    margin-bottom: 100px;
    padding: 0 150px;
  }

  .now__product__informado-y-conectado {
    padding: 65px 45px 0px 54px;
  }

  .now__product__informado-y-conectado h1 .underline {
    font-size: 36px;
    line-height: 46px;
    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: -6px;
    height: 4px;
    background-color: #b5eddb;
    border-radius: 5px;
  }
  .now__product__informado-y-conectado h1 .bold {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    font-family: "Geomanist-WZ-OT-Bold";
  }

  .now__apps-container {
    margin-top: 56px;
    display: flex;
    justify-content: center;
    gap: 18.44px;
  }
  .app-store {
    width: 161.56px;
  }

  .google-store {
    width: 175px;
  }

  .now__product__informado-y-conectado__container {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .now__product__informado-y-conectado__container-cards {
    width: 647px;
    gap: 55px;
    display: flex;
    flex-direction: column;
    margin-bottom: 66px;
    margin-right: 65px;
  }
  .now__product__informado-y-conectado__container-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background-color: #ecf7fb;
    border-radius: 16px;
    padding-bottom: 65px;
    /* flex: 1; */
    width: 204px;
    height: 269px;
  }
  .mobile-now-tablet {
    display: block;
    margin-left: -65px;
  }
  .mobile-now {
    display: none;
  }
  .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: -38px;
    left: 0;
    right: 0;
    margin: auto;
  }
  /* .now__product__informado-y-conectado__container-card
    .container-round-img
    img {
  } */
  .now__product__informado-y-conectado__container-card h3 {
    font-weight: 700;
    font-size: 23px;
    line-height: 27px;
    font-family: "Geomanist-WZ-OT-Bold";
    margin-bottom: 14px;
    color: #152a69;
    margin-top: 70px;
    text-align: center;
  }

  .ventajas {
    display: block;
    font-weight: 700;
    font-size: 23px;
    line-height: 27px;
    font-family: "Geomanist-WZ-OT-Bold";
    margin-bottom: 14px;
    color: #152a69;
    margin-top: 70px;
    text-align: center;
    padding: 0 20px;
  }

  .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: 700;
    font-size: 16px;
    line-height: 22px;
    font-family: "Geomanist-WZ-OT-Light";
    margin-bottom: 0px;
    color: #152a69;
    text-align: center;
    padding: 0 15px;
  }

  .pago-total p {
    padding: 0 37px;
  }
  .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;
    width: 385.87px;
  }

  .now__product__informado-y-conectado__container-image .container-image-pay {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
  }
  .container-image-pay.light-blue {
    background-color: #0053ff;
    top: 41px;
    left: -69px;
  }
  .container-image-pay.blue {
    background-color: #152a69;
    right: -130px;
    top: 106px;
  }
  .container-image-pay.orange {
    background-color: #e8927c;
    top: 250px;
    right: -85px;
  }

  .now__product__informado-y-conectado .container_emision {
    width: 271px;
    height: 76px;
    position: absolute;
    z-index: 2;
    top: 517px;
    right: 43px;
    background-color: #152a69;
    color: white;
    border-radius: 35px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    left: 220px;
  }
  .container-image-pay .mobile {
    display: none;
  }
  .container-image-pay .tablet {
    display: block;
  }

  .now__product__informado-y-conectado .container_emision p {
    font-size: 20px;
    font-weight: 300;
    color: white;
    font-family: "Geomanist-WZ-OT-Light";
    line-height: 19px;
  }
  .now__product__informado-y-conectado .container_emision .cero-euros-movil {
    display: none;
  }
  .now__product__informado-y-conectado .container_emision .cero-euros {
    display: inline-block;
    margin-right: 12px;
    margin-left: -12px;
    height: 35px;
  }

  .now__product__informado-y-conectado__container-image .mobile-now {
    margin-top: 46px;
  }

  .ventajas-img-desktop {
    display: none;
  }

  .ventajas-img-mobile {
    display: none;
  }

  .ventajas-img-tablet {
    display: block;
    position: relative;
    right: 60px;
    bottom: 20px;
  }

  .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: inline-block;
  }
  .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;
  }
}

/*---------------------------------------*/
/*---------------ELIGES TU---------------*/
@media (min-width: 756px) and (max-width: 1024px) {
  .now__product__payment-method {
    padding: 60px 54px 85px;
  }
  .now__product__payment-method h2 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 300;
    font-family: "Geomanist-WZ-OT-Light";
    color: #152a69;
    text-align: center;
    margin-top: 7px;
    margin-bottom: 48px;
    padding: 0 200px;
  }
  .now__product__payment-method h2 .underline {
    font-size: 36px;
    line-height: 42px;
    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: -8px;
    height: 4px;
    background-color: #b5eddb;
    border-radius: 5px;
  }

  .now__product__payment-method h2 .bold {
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    font-family: "Geomanist-WZ-OT-Bold";
  }

  .now__product__payment-method .description {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 50px;
    margin: 50px 85px 45px;
    padding: 0px;
    font-family: "Geomanist-WZ-OT-Book";
    display: none;
  }

  .now__product__payment-method__card-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 22px;
    margin-bottom: 50px;
    padding: 0px;
  }

  .now__product__payment-method__card-item h3 {
    font-size: 23px;
    line-height: 27px;
    margin-bottom: 30px;
  }

  .now__product__payment-method__card-item .pago-total p {
    line-height: 22px;
    font-size: 16px;
  }

  .now__product__payment-method__card-item .pago-aplazado p {
    line-height: 22px;
    font-size: 16px;
  }

  .now__product__payment-method__card-item .underline {
    text-decoration: underline;
  }

  .pago-total {
    padding: 30px 40px 40px;
  }

  .pago-aplazado {
    padding: 30px 0px 0px;
  }

  .now__product__payment-method__card-item .pago-aplazado-tin {
    margin-bottom: 40px;
  }

  .now__product__payment-method__card-item {
    padding: 50px 36px 0px;
    /* height: 339px; */
    width: 312px;
  }

  .now__product__payment-method__card-item img {
    width: 50px;
    height: 45px;
    margin: auto;
    margin-top: 1px;
    margin-bottom: 13px;
  }

  .now__product__payment-method__container-features-columns-desktop {
    display: flex;
    height: 144px;
    width: 648px;
    gap: 6px;
    padding-left: 54px;
    padding-right: 54px;
    margin: auto;
    margin-bottom: 36px;
    justify-content: space-between;
    border-radius: 16px;
    border: 2px solid #84a9c8;
    flex-direction: row;
  }
  .now__product__payment-method__container-features-columns-desktop
    .container-single-feature-first-column {
    padding: 35px 0px 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* width: 100%; */
    height: 125px;
    margin: 0px;
  }

  .now__product__payment-method__container-features-columns-desktop
    .container-single-feature-second-column {
    padding: 29px 38px 27px 0px;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    /* width: 100%; */
    /* height: 125px; */
    width: 198px;
  }

  .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: left;
    line-height: 22px;
    color: #152a69;
    width: 267px;
    margin-left: 10px;
  }

  .now__product__payment-method__container-features-columns-desktop
    .container-single-feature-third-column {
    padding: 29px 0px 27px;
    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: left;
    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__explore h3 {
    font-size: 16px;
    line-height: 22px;
    margin: 41px 0px 32px;
    font-family: "Geomanist-WZ-OT-Book";
    padding: 0 170px;
  }

  .now__product__payment-method__explore-yellow-container {
    gap: 16px;
    align-items: center;
    flex-direction: row;
    justify-content: center;
  }
  .open-link-desktop {
    display: block;
  }

  .now__product__payment-method__explore-yellow {
    width: 288px;
    height: 76px;
    padding: 17px 17px 18px 20px;
    margin: 0px;
  }

  .paper-img {
    width: 40px;
    height: 41px;
  }

  .calc-img {
    width: 33px;
    height: 41px;
  }

  .now__product__payment-method__explore-yellow {
    gap: 5px;
  }

  .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;
  }

  .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";
  }

  .now__product__payment-method__explore h3 span {
    font-size: 16px;
    line-height: 22px;
  }
}

/*----------------------------------------*/
/*--------------CUIDA DE TI---------------*/
@media (min-width: 756px) and (max-width: 1024px) {
  .now__product__tarjeta-cuida-de-ti h2 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 23px;
  }

  .now__product__tarjeta-cuida-de-ti__header .light {
    font-size: 23px;
    line-height: 27px;
    margin: 0px 0px 10px;
    padding: 0 30px;
  }
  .now__product__tarjeta-cuida-de-ti__header .bold {
    font-size: 23px;
    line-height: 27px;
    margin-bottom: 12px;
  }

  .now__product__tarjeta-cuida-de-ti h2 .underline,
  .now__product__tarjeta-cuida-de-ti h2 .bold {
    margin-bottom: 0px;
    font-size: 36px;
    line-height: 42px;
  }
  .now__product__tarjeta-cuida-de-ti__container {
    display: flex;
    flex-direction: row;
    gap: 18px;
    width: 100%;
  }
  .now__product__tarjeta-cuida-de-ti {
    padding: 73px 54px 50px;
  }
  .now__product__tarjeta-cuida-de-ti__card {
    width: 100%;
  }
  .now__product__tarjeta-cuida-de-ti .description {
    margin-bottom: 52px;
    padding: 0 230px;
  }
  .now__product__tarjeta-cuida-de-ti__card
    .now__product__tarjeta-cuida-de-ti__body {
    display: block;
    width: 100%;
  }
  .now__product__tarjeta-cuida-de-ti__header {
    border-radius: 0px !important;
    min-height: 180px;
    justify-content: space-between;
    padding: 32px 0 27px;
  }
  .now__product__tarjeta-cuida-de-ti__link-desktop {
    margin-top: 61px;
  }

  .link-mobile {
    display: block;
  }

  .free-label-button {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    font-family: "Geomanist-WZ-OT-Bold";
    color: white;
    text-align: center;
    width: 78px;
    height: 22px;
    border-radius: 99px;
    margin: auto;
    /* margin-top: 5px; */
    margin-bottom: 10px;
    text-align: center;
  }

  .now__product__tarjeta-cuida-de-ti__header .arrow-down {
    display: none;
  }

  .now__product__tarjeta-cuida-de-ti__body-item {
    padding: 13px 0 20px;
  }

  .link-cuida-de-ti-desktop {
    display: none;
  }

  .link-cuida-de-ti-tablet {
    display: inline;
  }

  .now__product__tarjeta-cuida-de-ti__body-item p {
    margin-top: 2px;
    padding: 0 20px;
  }

  .now__product__tarjeta-cuida-de-ti__link-desktop p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    font-family: "Geomanist-WZ-OT-Book";
    color: #152a69;
    position: relative;
    top: -10px;
  }
}

@media (min-width: 756px) and (max-width: 1024px) {
  .now__product__tarjeta-cuida-de-ti__body {
    height: 100%;
  }
  .now__product__tarjeta-cuida-de-ti__body-item {
    height: 144px;
    /* height: 33.33%; */
  }
  .now__product__tarjeta-cuida-de-ti__body-item:last-child {
    height: 162px;
    border-radius: 0px 0px 16px 16px;
    /* height: 33.33%; */
  }
}

@media (min-width: 756px) and (max-width: 799px) {
  .now__product__tarjeta-cuida-de-ti .description {
    margin-bottom: 52px;
    padding: 0 200px;
  }
}

/*----------------------------------------*/
/*-------------WIZINK CENTER--------------*/
@media (min-width: 756px) and (max-width: 1024px) {
  .now__product__wizink-center__item-header h3 {
    font-weight: 400;
    font-size: 23px;
    line-height: 27px;
    text-align: start;
    font-family: "Geomanist-WZ-OT-Book";
    color: #152a69;
  }
  .now__product__wizink-center__item-header h3 .bold {
    font-weight: 700;
    font-size: 23px;
    line-height: 27px;
    text-align: start;
    font-family: "Geomanist-WZ-OT-Bold";
    color: #152a69;
  }

  .gratuito {
    display: none;
  }

  .vip {
    display: none;
  }

  .vip-tablet {
    display: inline;
  }

  .vip-mobile {
    display: none;
  }

  .now__product__wizink-center__cards-container {
    flex-direction: row;
    justify-content: center;
    gap: 36px;
  }

  .now__product__wizink-center__item-wrapper {
    gap: 36px;
  }

  .arrow-down-blue.active {
    display: none;
  }

  .now__product__wizink-center__item-body {
    display: block;
  }

  .now__product__wizink-center h2 {
    font-weight: 300;
    font-family: "Geomanist-WZ-OT-Light";
    font-size: 36px;
    margin-bottom: 26px;
    line-height: 42px;
    text-align: center;
  }

  .now__product__wizink-center h2 .underline {
    font-weight: 300;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    font-family: "Geomanist-WZ-OT-Light";
    position: relative;
    display: inline-block;
  }
  .now__product__wizink-center h2 .bold {
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    font-family: "Geomanist-WZ-OT-Bold";
  }
  .now__product__wizink-center {
    padding: 60px 54px 0;
    background-color: #d7a9e3;
  }
  .now__product__wizink-center__item-header {
    align-items: start;
  }
  .now__product__wizink-center__item-body p {
    text-align: start;
  }
  .now__product__wizink-center__item-body p {
    line-height: 22px;
  }
  .now__product__wizink-center__item {
    border-radius: 16px;
    background-color: #ffffff;
    padding: 34px 36px;
    height: 215px;
    width: 306px;
  }
  .man-photo {
    width: auto;
    display: none;
  }
  .now__product__wizink-center__container-images {
    display: flex;
    justify-content: center;
  }
  .radio {
    left: 112px;
    top: 27px;
    width: 57.24px;
  }
  .cup {
    left: 150px;
    top: 118px;
    width: 42px;
  }
  .trompeta {
    left: 68px;
    top: 220px;
    width: 63px;
  }
  .car {
    right: 185px;
    top: 10px;
    width: 57.58px;
  }
  .credit-card {
    top: 142px;
    right: 125px;
    width: 56.58px;
  }
  .now__product__wizink-center .description {
    margin-bottom: 50px;
  }
  .now__product__wizink-center__item-header h3 {
    margin-bottom: -4px;
  }
  .man-photo-tablet {
    display: block;
    width: auto;
    margin-left: 30px;
  }
  .now__product__wizink-center__cards-container {
    margin-bottom: 43px;
  }
  .now__product__wizink-center__item-body p {
    margin-top: 15px;
  }
}

@media (min-width: 812px) {
  /* .now__product__wizink-center__container-images.desktop {
    display: block;
  } */
  /* .now__product__wizink-center__container-images.mobile {
    display: none;
  } */
  .now__product__wizink-center__cards-container {
    flex-direction: row;
    justify-content: center;
    gap: 35px;
  }

  .now__product__wizink-center__item-header .arrow-down-blue {
    display: none;
  }
  .now__product__wizink-center__item-body {
    display: block;
  }
  /* .now__product__wizink-center__item {
    width: 400px;
    height: 175px;
  } */
  .now__product__wizink-center__item-header {
    align-items: flex-start;
  }
  .now__product__wizink-center__item-body p {
    text-align: start;
  }
  .now__product__wizink-center__cards-container {
    margin-bottom: 0;
  }
}

@media (min-width: 914px) and (max-width: 1110px) {
  .now__product__wizink-center__item {
    width: 300px;
  }
}

@media (min-width: 812px) and (max-width: 932px) {
  /* .now__product__wizink-center__item {
    width: 250px;
  } */
}

/*----------------------------------------*/
/*------------NO TENGAS DUDAS-------------*/
@media (min-width: 756px) and (max-width: 1024px) {
  .now__product__no-tengas-dudas {
    background-color: #f0f0f0;
    padding: 60px 54px 72px;
  }

  .now__product__no-tengas-dudas h3 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 35px;
  }

  .now__product__no-tengas-dudas h3 span {
    font-size: 36px;
    line-height: 42px;
  }

  .now__product__no-tengas-dudas__item-button {
    width: 42px;
    height: 42px;
    min-width: 42px;
    margin-top: -22px;
  }

  .now__product__no-tengas-dudas__item {
    padding: 24px 18px 31px 36px;
  }

  .now__product__no-tengas-dudas__item-body p {
    line-height: 22px;
    margin-top: 18px;
    /* margin-right: 200px; */
    padding-right: 200px;
  }

  .arrow-up {
    width: 15px;
  }

  .now__product__no-tengas-dudas__item-body.active
    + .now__product__no-tengas-dudas__item-header
    p {
    margin-top: 24px;
  }

  .now__product__no-tengas-dudas__container-cards {
    gap: 18px;
  }

  .now__product__no-tengas-dudas__item-header p {
    margin-top: 23px;
  }
}

/*----------------------------------------*/
/*-----------PUNTOS RELEVANTES------------*/
@media (min-width: 756px) and (max-width: 1024px) {
  .now__product__puntos-relevantes__container-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .now__product__puntos-relevantes h3 {
    line-height: 42px;
    font-size: 36px;
    margin-bottom: 38px;
  }
  .now__product__puntos-relevantes h3 span {
    line-height: 42px;
    font-size: 36px;
  }
  .now__product__puntos-relevantes {
    padding: 67px 54px 67px;
  }
  .now__product__puntos-relevantes__container-cards {
    gap: 18px 17px;
  }
  .now__product__puntos-relevantes__container-item-header div {
    width: 50px;
    height: 50px;
  }
  .now__product__puntos-relevantes__container-item-header .pink img {
    width: 22px;
    height: 28px;
  }
  .now__product__puntos-relevantes__container-item-header .purple img {
    width: 26px;
    height: 23px;
  }
  .now__product__puntos-relevantes__container-item-header .red img {
    width: 26px;
    height: 22px;
  }
  .now__product__puntos-relevantes__container-item-header .orange img {
    width: 26px;
    height: 26px;
  }

  .now__product__puntos-relevantes__container-item-header .darkblue {
    background-color: #152a69;
  }

  .now__product__puntos-relevantes__container-item-header .darkblue img {
    width: 23px;
    height: 28px;
  }

  .now__product__puntos-relevantes__container-item-header .gowblue {
    background-color: #00a59f;
  }

  .now__product__puntos-relevantes__container-item-header .gowblue img {
    width: 26.3px;
    height: 23.4px;
  }

  .now__product__puntos-relevantes__container-item-header .white {
    background-color: #ffffff;
  }

  .now__product__puntos-relevantes__container-item-header .white img {
    width: 26px;
    height: 22.5px;
  }

  .now__product__puntos-relevantes__container-item-header .lightblue {
    background-color: #0053ff;
  }

  .now__product__puntos-relevantes__container-item-header .lightblue img {
    width: 26.3px;
    height: 23.4px;
  }

  .now__product__puntos-relevantes__container-item-header .orange {
    background-color: #e8927c;
  }

  .now__product__puntos-relevantes__container-item-header .orange img {
    width: 26.4px;
    height: 25.8px;
  }

  .umbrella_desktop {
    display: block;
  }

  .umbrella_mobile {
    display: none;
  }

  .calendar_desktop {
    display: block;
  }

  .calendar_mobile {
    display: none;
  }

  .now__product__puntos-relevantes__container-item-header {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }
  .now__product__puntos-relevantes__container-item-header p {
    font-size: 23px;
    line-height: 27px;
  }

  .now__product__puntos-relevantes__container-item-header h4 {
    font-size: 23px;
    line-height: 27px;
  }

  .now__product__puntos-relevantes__container-item {
    border-radius: 10px;
    padding: 36px 46px 14px 36px;
    background-color: #f0f0f0;
  }

  .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: 10px;
    margin-bottom: 21px;
  }

  .productos-similares {
    order: 4;
  }
}

@media (min-width: 768px) and (max-width: 817px) {
  .now__product__puntos-relevantes__container-cards {
    gap: 20px;
  }
}

/*----------------------------------------*/
/*--------------TEXTO LEGAL---------------*/
@media (min-width: 756px) and (max-width: 1024px) {
  .now__product__banner-text {
    padding: 0px 54px 20px;
    position: relative;
    display: inline-block;
  }

  .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;
  }
}
