/*----------------------------------------*/
/*---------------GENÉRICOS----------------*/
@media (min-width: 1025px) {
  .break-br-mobile {
    display: none;
  }
  .break-br-tablet {
    display: none;
  }
  .break-br-desktop {
    display: initial;
  }

  .break-br-mobile-2 {
    display: none;
  }

  .migas {
    display: none;
  }

  .break-mobile {
    display: inline;
  }

  .break {
    display: inline-block;
    width: 100%;
  }

  .break-desktop {
    display: inline-block;
    width: 100%;
  }

  .break-desktop-2 {
    display: inline-block;
    width: 100%;
  }
}

/*----------------------------------------*/
/*---------STICKY FIJO LA QUIERO----------*/
@media (min-width: 1025px) {
  .container-soliticar-button-float {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    background-color: #152a69;
    height: 70px;
    position: fixed;
    bottom: 0;
    z-index: 5;
  }
  .container-soliticar-button-float > .solicitar {
    font-size: 16px;
    font-weight: 400;
    font-family: "Geomanist-WZ-OT-Book";
    line-height: 22px;
    color: #152a69 !important;
    background-color: #ffffff;
    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-Book";
    gap: 17px;
    position: absolute;
    right: 57px;
  }
  .container-soliticar-button-float .container__ir-arriba p {
    margin: 0;
  }

  .container_solicitala {
    background-color: #b3dff1;
    border-radius: 50%;
    padding: 28px 0 34px;
    text-align: center;
    z-index: 2;
    position: absolute;
    width: 190px;
    height: 190px;
    top: 132px;
    left: 256px;
  }
  .container_solicitar-img-text {
    display: flex;
    align-items: center;
    gap: 19px;
    position: absolute;
  }
  .container_airplane-img {
    border-radius: 50%;
    background-color: white;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .container_solicitar-text {
    display: flex;
    align-items: center;
  }

  .container_solicitala_gift {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: flex-end;
    top: -170px;
  }

  .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-text p .underline {
    text-decoration: underline;
  }
  .container_solicitar-text p .bold {
    font-weight: 400;
    font-family: "Geomanist-WZ-OT-Book";
  }

  .arrow-solicitar {
    display: none;
  }

  .container-soliticar-button-float p {
    margin: 0;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .container_solicitar-img-text {
    left: 30px;
  }
}

@media (min-width: 1200px) {
  .container_solicitar-img-text {
    left: 100px;
  }
}

/*----------------------------------------*/
/*--------------BANNER HERO---------------*/
@media (min-width: 1025px) {
  .click__banner-hero-flex {
    row-gap: 40px;
    width: 1200px;
    grid-template-columns: 1fr 1fr; /* Dos columnas */
    grid-template-rows: auto;
    align-items: center;
    grid-template-areas:
      "image title"
      "image boxes";
  }

  .click__banner-hero-flex h1 {
    display: block;
    font-family: "Geomanist-WZ-OT-Light";
    font-size: 54px;
    line-height: 56px;
    font-weight: 300;
    color: #152a69;
    padding: 0 0 0 14px;
    margin-top: -7px;
    grid-area: title;
  }

  .click__banner-hero-flex h1 .bold {
    font-family: "Geomanist-WZ-OT-Bold";
    font-size: 54px;
    line-height: 56px;
    font-weight: 700;
    color: #152a69;
  }

  .click__banner-hero-flex h1 .underline {
    position: relative;
    display: inline-block;
  }

  .click__banner-hero-flex h1 .underline::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px; /* Ajusta la posición vertical del subrayado */
    height: 5px; /* Grosor del subrayado */
    background-color: #b5eddb; /* Tu color específico */
    border-radius: 5px;
  }

  .click__product__banner-hero {
    display: flex;
  }
  .click__product__banner-hero__container-images {
    flex: 1;
    margin: 0;
  }
  .click__product__banner-hero-feature-wrapper {
    grid-area: boxes;
    margin-top: 0px;
  }
  .click__product__banner-hero {
    padding: 105px 0px 0px;
    position: relative;
  }

  .container_emision {
    width: 229px;
    height: 64px;
    position: absolute;
    z-index: 2;
    top: 294px;
    left: -2px;
    background-color: #152a69;
    color: white;
    border-radius: 35px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
  }

  .text-solicitala_header {
    padding: 0 35px;
  }

  .text-solicitala_description {
    padding: 5px 35px;
  }

  .click__product__banner-hero .container_emision {
    width: 229px;
    height: 64px;
    position: absolute;
    z-index: 2;
    top: 294px;
    left: -2px;
    background-color: #152a69;
    color: white;
    border-radius: 35px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
  }

  .container_emision .cero-euros-movil {
    display: none;
  }

  .container_emision p {
    font-size: 17px;
    font-weight: 400;
    color: white;
    font-family: "Geomanist-WZ-OT-Book";
    line-height: 16px;
  }

  .click__product__banner-hero__container-images {
    display: flex;
    justify-content: center;
  }

  .card-img {
    display: none;
  }

  .card-img-desktop {
    display: block;
    /* width: 570px; */
    margin-left: -68px;
    margin-top: 99px;
    padding-right: 50px;
    z-index: 1;
    position: absolute;
    top: -100px;
    left: -131px;
  }

  .background-image-banner-hero {
    position: absolute;
    top: 142px;
    bottom: 0;
    left: -4px;
    /* right: 0; */
    margin: auto;
    padding-right: 50px;
    display: block;
  }
  .background-image-banner-hero-mobile {
    display: none;
  }

  .click__product__banner-hero__container-features {
    gap: 50px;
    flex-direction: row;
    padding: 0 14px;
  }

  .container-single-feature {
    border-radius: 16px;
    gap: 19px;
    flex: 1;
    padding: 22px 18px 25px 25px;
    height: 175px;
    flex-direction: column;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    color: #152a69;
    z-index: 4;
  }

  .container-single-feature p {
    margin: 0;
    margin-bottom: -12px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Geomanist-WZ-OT-Book";
    color: #152a69;
    padding-right: 15px;
  }
  .click__product__banner-hero__container-images-item {
    grid-area: image;
  }

  .click__product__banner-hero__container-features-columns
    .container-single-feature-columns {
    display: none;
  }
  .click__product__banner-hero__container-features-columns-desktop {
    display: flex;
    gap: 6px;
    padding: 0 14px;
    margin-bottom: 31px;
    justify-content: flex-start;
    width: 100%;
    margin-top: 30px;
  }
  .click__product__banner-hero__container-features-columns-desktop
    .container-single-feature-columns {
    border-radius: 16px;
    border: 1px solid #152a69;
    padding: 21px 25px 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 125px;
  }

  .click__product__banner-hero__container-features-columns {
    display: none;
  }

  .click__product__banner-hero__container-features-columns-desktop
    .container-diagonal-arrow {
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 4;
  }

  .click__product__banner-hero__container-features-columns-desktop a {
    margin: 0;
    font-weight: 700;
    line-height: 16px;
    font-size: 14px;
    font-family: "Geomanist-WZ-OT-Bold";
    color: #152a69 !important;
    text-decoration: underline;
  }

  .click__product__banner-hero__container-features-columns-desktop
    .container-diagonal-arrow
    p {
    margin: 0;
    font-weight: 700;
    line-height: 16px;
    font-size: 14px;
    font-family: "Geomanist-WZ-OT-Bold";
    color: #152a69;
    text-decoration: underline;
  }
  .container-single-feature .container-diagonal-arrow .diagonal-arrow-white {
    display: block;
    position: absolute;
    right: 10px;
  }
  .diagonal-arrow {
    display: none;
  }
  .click__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;
  }
  .click__product__banner-hero__container-features-columns-desktop
    .container-single-feature-columns
    .title
    .bold {
    font-family: "Geomanist-WZ-OT-Bold";
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #152a69;
    margin-bottom: 0;
  }

  .click__product__banner-hero__container-features-columns-desktop {
    gap: 6px;
  }

  .container-diagonal-arrow span {
    display: flex;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    font-family: "Geomanist-WZ-OT-Light";
    font-weight: 700;
    color: white;
  }
  .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;
    /* padding: 15px 8px 15px 33px; */
  }

  .click__product__banner-hero .container_emision .cero-euros {
    display: inline-block;
    /* margin-right: 12px;
    margin-left: -12px; */
  }

  .container_emision .cero-euros {
    display: inline;
    padding: 1.5px;
  }

  .click___wrapper {
    max-width: 1200px;
    margin: auto;
    position: relative;
    padding-bottom: 20px;
  }

  .container_emision p {
    font-size: 17px;
    font-weight: 400;
    color: white;
    font-family: "Geomanist-WZ-OT-Book";
    line-height: 16px;
    margin-left: 5px;
  }
  .click__product__banner-hero .container_emision p {
    font-size: 17px;
    font-weight: 700;
    color: white;
    font-family: "Geomanist-WZ-OT-Light";
    line-height: 16px;
    margin-left: 5px;
  }
  .click__product__banner-hero .container-euros {
    margin-left: 22px;
  }
  .click__product__banner-hero .container_emision .cero-euros-movil {
    display: none;
  }
}

@media (min-width: 1025px) and (max-width: 1115px) {
  .container-single-feature {
    width: 175px;
  }

  .click__product__banner-hero__container-features-columns-desktop
    .container-single-feature-columns {
    width: 175px;
  }
}

@media (min-width: 1116px) {
  .container-single-feature {
    width: 200px;
  }

  .click__product__banner-hero__container-features-columns-desktop
    .container-single-feature-columns {
    width: 200px;
  }
}

@media (min-width: 1025px) and (max-width: 1175px) {
  .click__product__banner-hero__container-features {
    gap: 25px;
  }
}

@media (min-width: 1470px) {
  .click__product__banner-hero__container-features {
    gap: 50px;
  }
}

@media (min-width: 1470px) {
  .click__product__banner-hero__container-features-columns-desktop {
    gap: 50px;
  }
}

@media (min-width: 1025px) and (max-width: 1117px) {
  .click__product__banner-hero__container-features-columns-desktop
    .container-single-feature-columns {
    padding: 25px 7px;
  }
}

@media (min-width: 1025px) and (max-width: 1286px) {
  .click__product__banner-hero-feature-wrapper h2 {
    font-size: 47px;
  }
  .click__product__banner-hero-feature-wrapper h2 .bold {
    font-size: 47px;
  }
}

@media (min-width: 1110px) and (max-width: 1468px) {
  .click__product__banner-hero__container-features-columns-desktop {
    gap: 50px;
  }
}
@media (min-width: 1025px) and (max-width: 1110px) {
  .click__product__banner-hero__container-features-columns-desktop {
    gap: 50px;
  }
}

@media (min-width: 1025px) and (max-width: 1170px) {
  .container_emision {
    right: 80px;
  }
}

@media (min-width: 1342px) and (max-width: 1400px) {
  .container_emision {
    right: 200px;
  }
}

@media (min-width: 1795px) {
  .container_emision {
    right: 230px;
  }
}

@media (min-width: 1100px) and (max-width: 1240px) {
  .container_emision {
    right: 90px;
  }
}

/*----------------------------------------*/
/*-----------------ZERO-------------------*/
@media (min-width: 1025px) {
  .container__moverte-trae-a-cuenta {
    padding: 99px 0px 0px;
    margin-bottom: 0px;
  }

  .container__moverte-trae-a-cuenta h2 {
    font-size: 42px;
    font-weight: 300;
    line-height: 46px;
    text-align: center;
    font-family: "Geomanist-WZ-OT-Light";
    margin-bottom: 35px;
  }
  .container__moverte-trae-a-cuenta h2 .underline {
    font-size: 42px;
    font-weight: 300;
    line-height: 46px;
    text-align: center;
    font-family: "Geomanist-WZ-OT-Light";
    color: #152a69;
    position: relative;
    display: inline-block;
  }

  .click___wrapper__moverte {
    /* max-width: 1200px; */
    margin: auto;
    position: relative;
    padding-bottom: 0px;
  }

  .click___wrapper__moverte .container_emision {
    top: 323px;
    left: 103px;
  }

  .click___wrapper__moverte .description {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    font-family: "Geomanist-WZ-OT-Book";
    margin-bottom: 83px;
    color: #152a69;
    text-align: center;
  }

  .click__product__moverte__card-container {
    display: flex;
    flex-direction: row;
    gap: 12px;
    margin-bottom: 0px;
    padding: 0 24px;
  }

  .click__product__moverte__card-item {
  }

  .click__product__moverte_container-gratis {
    position: absolute;
    top: 43px;
    left: 224px;
  }

  .click__product__moverte__card-item-imgs,
  .click__product__moverte__card-item {
    flex: 1;
  }
  .click__product__moverte__card-item-rectangle {
    border-radius: 16px;
    background-color: #b3dff1;
    padding: 40px 50px;
    display: flex;
    flex-direction: column;
    margin: 97px 0px 0px 130px;
    padding: 80px 40px 25px 55px;
    width: 350px;
    height: 275px;
  }

  .click__product__moverte__card-item-rectangle h3 {
    font-family: "Geomanist-WZ-OT-Book";
    font-size: 42px;
    font-weight: 400;
    line-height: 46px;
    text-align: center;
    margin-bottom: 10px;
    color: #152a69;
  }

  .click__product__moverte__card-item-rectangle h3 .bold {
    font-family: "Geomanist-WZ-OT-Bold";
    font-weight: 700;
    line-height: 46px;
    text-align: center;
    font-size: 42px;
    color: #152a69;
    /* margin: -15px; */
  }

  .click__product__moverte__card-item-rectangle p {
    font-family: "Geomanist-WZ-OT-Book";
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    font-size: 16px;
    color: #152a69;
    /* margin: -15px; */
  }

  .click__product__moverte__card-item-rectangle .underline {
    text-decoration: underline;
  }

  .header-moverte-desktop {
    display: block;
  }

  .header-moverte-mobile {
    display: none;
  }

  .container__moverte-trae-a-cuenta h2 .underline::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px; /* Ajusta la posición vertical del subrayado */
    height: 5px; /* Grosor del subrayado */
    background-color: #e8927c; /* Tu color específico */
    border-radius: 5px;
  }

  .container__moverte-trae-a-cuenta h2 .bold {
    font-size: 42px;
    font-weight: 700;
    line-height: 46px;
    text-align: center;
    font-family: "Geomanist-WZ-OT-Bold";
  }

  .container__moverte-trae-a-cuenta h2 .extra-bold {
    font-size: 42px;
    font-weight: 700;
    line-height: 46px;
    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: 65px;
    margin-top: 14px;
  }
  .container__moverte-trae-a-cuenta__items {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
  }
  .container__moverte-trae-a-cuenta__items-item {
    padding: 33px 0 37px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 16px;
    background-color: #f0f0f0;
    height: 300px;
  }

  .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: 18px;
  }
  .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-bottom: 0;
    margin-top: 7px;
  }

  .click___wrapper__moverte {
    max-width: 1200px;
    margin: auto;
    position: relative;
    padding-bottom: 0px;
    /* margin-bottom: -108px; */
  }

  .click___wrapper__moverte .container_emision {
    /* top: -90px;
    left: 773px; */
    padding: 10px 25px;
    position: relative;
  }

  .click__product__moverte__card-item-imgs .girl_img_mobile {
    display: none;
  }

  .click__product__moverte__card-item-imgs {
    height: 457px;
    margin-left: -419px;
  }

  .click__product__moverte__card-container
    .click__product__moverte__card-item-imgs
    .girl_img {
    display: block;
    position: absolute;
    z-index: 2;
    margin-left: -15px;
    margin-top: -1px;
  }

  .click__product__moverte__card-container
    .click__product__moverte__card-item-imgs
    .zero_img {
    display: block;
    position: absolute;
    top: -15px;
  }

  .click___wrapper__moverte .description {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    font-family: "Geomanist-WZ-OT-Book";
    margin-bottom: 83px;
    color: #152a69;
    text-align: center;
  }

  .header-moverte-desktop {
    display: block;
  }

  .header-moverte-tablet {
    display: none;
  }

  .header-moverte-mobile {
    display: none;
  }

  .zero_img_mobile {
    display: none;
  }
}

@media (min-width: 1025px) and (max-width: 1252px) {
  .container__moverte-trae-a-cuenta {
    padding: 99px 24px 0px;
  }
}

@media (min-width: 1025px) and (max-width: 1192px) {
  .click__product__moverte__card-container {
    display: flex;
    flex-direction: row;
    gap: 380px;
    margin-bottom: 0px;
    padding: 0 24px;
  }
}

/*----------------------------------------*/
/*------------CONTROL CARDS---------------*/
@media (min-width: 1025px) {
  .informado-desktop {
    display: inline;
  }

  .informado-tablet {
    display: inline;
  }

  .informado-mobile {
    display: none;
  }

  .hide-text {
    visibility: hidden;
    margin: 0;
  }

  .hide-desktop.hide-text {
    display: none;
  }

  .click__product__informado-y-conectado {
    padding: 95px 0px 72px;
    overflow: hidden;
  }

  .click__product__informado-y-conectado__container-wrapper {
    width: 100%;
    padding: 0 55px;
  }

  .click__product__informado-y-conectado h2 {
    font-size: 42px;
    line-height: 46px;
    font-weight: 300;
    font-family: "Geomanist-WZ-OT-Light";
    color: #152a69;
    text-align: center;
    margin-bottom: 44px;
  }
  .click__product__informado-y-conectado h2 .underline {
    font-size: 42px;
    line-height: 46px;
    font-weight: 300;
    font-family: "Geomanist-WZ-OT-Light";
    position: relative;
    display: inline-block;
  }
  .click__product__informado-y-conectado h2 .underline::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 4px;
    border-radius: 5px;
  }
  .click__product__informado-y-conectado h2 .underline-mobile {
    font-size: 26px;
    line-height: 30px;
    font-weight: 300;
    font-family: "Geomanist-WZ-OT-Light";
    position: relative;
    display: inline-block;
  }
  .click__product__informado-y-conectado h2 .underline-mobile::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    height: 4px;
    background-color: #e8927c;
    border-radius: 5px;
  }
  .click__product__informado-y-conectado h2 .bold {
    font-size: 42px;
    line-height: 46px;
    font-weight: 700;
    font-family: "Geomanist-WZ-OT-Bold";
  }

  .click__product__informado-y-conectado .subtitle {
    margin-bottom: 68px;
    padding: 0 350px;
  }

  .click__product__informado-y-conectado .subtitle-2,
  .click__product__informado-y-conectado .subtitle-2 .bold,
  .click__product__informado-y-conectado .subtitle-3,
  .click__product__informado-y-conectado .subtitle-3 .bold {
    font-size: 23px;
    line-height: 28px;
  }
  .click__product__informado-y-conectado .subtitle-2,
  .click__product__informado-y-conectado .subtitle-3 {
    margin-bottom: 95px;
    margin-top: 0px;
  }

  .click__product__informado-y-conectado__container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }
  .click__product__informado-y-conectado__container-cards {
    width: 100%;
    gap: 51px;
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .click__product__informado-y-conectado__container-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    border-radius: 16px;
    padding-bottom: 33px;
    flex: 1;
    height: 200px;
    min-height: 200px;
    max-height: 200px;
  }

  .click__product__informado-y-conectado__container-card .container-round-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
  }
  .click__product__informado-y-conectado__container-card .container-round-img {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 300px;
  }

  .click__product__informado-y-conectado__container-card h3 {
    font-weight: 700;
    font-size: 23px;
    line-height: 27px;
    font-family: "Geomanist-WZ-OT-Bold";
    color: #152a69;
    margin-bottom: 17px;
    margin-top: 77px;
    text-align: center;
  }

  .click__product__informado-y-conectado__container-card .subtitle {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    font-family: "Geomanist-WZ-OT-Bold";
    margin-bottom: 15px;
    color: #152a69;
    text-align: center;
  }
  .click__product__informado-y-conectado__container-card .description {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    font-family: "Geomanist-WZ-OT-Book";
    margin-bottom: 15px;
    color: #152a69;
    text-align: center;
    padding: 0 80px;
  }
  .click__product__informado-y-conectado__container-card .description .bold {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    font-family: "Geomanist-WZ-OT-Bold";
    color: #152a69;
  }

  .click__product__informado-y-conectado__container-image {
    position: relative;
    flex: 1;
    margin-top: -131px;
    margin-left: -58px;
  }

  .click__product__informado-y-conectado__container-image img {
    top: 102px;
    left: 70px;
    position: relative;
  }

  .click__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;
  }

  .click__product__informado-y-conectado .container_emision {
    width: 271px;
    height: 76px;
    position: absolute;
    z-index: 2;
    top: 494px;
    right: 54px;
    background-color: #152a69;
    color: white;
    border-radius: 35px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    left: auto;
  }

  .click__product__informado-y-conectado .container_emision .cero-euros {
    display: inline-block;
    margin-right: 12px;
    margin-left: -10px;
    height: 35px;
  }

  .click__product__informado-y-conectado__container-image .mobile-click {
    margin-top: 46px;
  }
}

@media (min-width: 1270px) {
  .click__product__informado-y-conectado__container-cards {
    max-width: 550px;
  }
}

@media (min-width: 1025px) and (max-width: 1244px) {
  .click__product__informado-y-conectado {
    padding: 100px 24px 122px;
  }
}

@media (min-width: 1230px) {
  .click__product__informado-y-conectado .subtitle-2,
  .click__product__informado-y-conectado .subtitle-3 {
    padding: 0 70px;
  }
}

/*----------------------------------------*/
/*---------------ELIGES TU----------------*/
@media (min-width: 1025px) {
  .click__product__payment-method h2 {
    font-size: 42px;
    line-height: 46px;
  }

  .click__product__payment-method h2 .underline {
    font-size: 42px;
    line-height: 46px;
  }

  .click__product__payment-method h2 .underline::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px; /* Ajusta la posición vertical del subrayado */
    height: 5px; /* Grosor del subrayado */
    background-color: #b5eddb; /* Tu color específico */
    border-radius: 5px;
  }

  .click__product__payment-method h2 .bold {
    font-size: 42px;
    line-height: 46px;
  }
  .click__product__payment-method .description {
    margin: 42px 218px 10px;
  }
  .click__product__payment-method__card-item h3 {
    margin-bottom: 30px;
    font-size: 23px;
    line-height: 27px;
    font-weight: 700;
    font-family: "Geomanist-WZ-OT-Bold";
    margin-top: 5px;
  }

  .click__product__payment-method__card-item h3 .bold {
    font-size: 42px;
    line-height: 46px;
    font-weight: 700;
    font-family: "Geomanist-WZ-OT-Bold";
  }

  .click__product__payment-method__card-item img {
    width: 50px;
    height: 45px;
    margin: auto;
    margin-top: 1px;
    margin-bottom: 13px;
  }

  /* .click__product__payment-method__card-item .pago-aplazado-tin {
    margin-top: 5px;
  } */

  .click__product__payment-method__card-item .underline {
    text-decoration: underline;
  }

  .click__product__payment-method h2 .break {
    display: inline-block;
    width: 100%;
  }

  .click__product__payment-method .description .break {
    display: inline-block;
    width: 100%;
  }

  .click__product__payment-method__container-features-columns-desktop {
    display: flex;
    height: 124px;
    width: 740px;
    gap: 6px;
    padding-left: 35px;
    padding-right: 75px;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 4px;
    justify-content: space-between;
    border-radius: 16px;
    border: 2px solid #84a9c8;
    flex-direction: row;
  }
  .click__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;
  }

  .click__product__payment-method__container-features-columns-desktop
    .container-single-feature-second-column {
    padding: 21px 26px 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* width: 100%; */
    height: 125px;
  }

  .click__product__payment-method__container-features-columns-desktop
    .container-single-feature-second-column
    p {
    font-size: 16px;
    font-weight: 400;
    font-family: "Geomanist-WZ-OT-Book";
    text-align: left;
    line-height: 22px;
    color: #152a69;
    width: 267px;
  }

  .click__product__payment-method__container-features-columns-desktop
    .container-single-feature-third-column {
    padding: 21px 0px 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* width: 100%; */
    height: 125px;
  }

  .click__product__payment-method__container-features-columns-desktop
    .container-single-feature-third-column
    p {
    font-size: 16px;
    font-weight: 400;
    font-family: "Geomanist-WZ-OT-Book";
    text-align: left;
    line-height: 22px;
    color: #152a69;
    width: 194px;
  }

  .click__product__payment-method__container-features-columns-desktop
    .container-single-feature-third-column
    .underline {
    text-decoration: underline;
  }

  .click__product__payment-method__container-features-columns-desktop
    .container-single-feature-first-column
    img {
    width: 56.13px;
    height: 49px;
  }

  .click__product__payment-method__container-features-columns-desktop p .bold {
    font-size: 16px;
    font-weight: 700;
    font-family: "Geomanist-WZ-OT-Bold";
    text-align: center;
    line-height: 22px;
    color: #152a69;
  }

  .click__product__payment-method__card-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  .click__product__payment-method__card-item.pago-aplazado
    .click__product__payment-method__card-container {
    padding: 0 25px;
  }

  .text-curved-container {
    display: block;
    width: 87px;
    height: 87px;
    background-color: #152a69;
    border-radius: 50%;
    position: absolute;
    z-index: 3;
    padding: 5px;
    text-align: center;
    top: 307px;
    left: 270px;
  }

  .text-upper {
    margin-right: 14px;
    /* margin-top: -4px; */
  }

  .text-down {
    margin-left: 10px;
    /* margin-bottom: 51px; */
    z-index: 2;
    position: relative;
    top: -9px;
    right: 2px;
  }

  .click__product__payment-method__card-item-desktop {
    display: block;
    position: relative;
    top: 7px;
    left: 33px;
  }
  .click__product__payment-method__card-item {
    width: 350px;
    height: 276px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 50px 29px;
    margin-right: -25px;
    margin-left: -28px;
    margin-bottom: 25px;
  }

  .click__product__payment-method__explore h3 {
    font-size: 23px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    font-family: "Geomanist-WZ-OT-Book";
    margin: 0px 335px 50px 285px;
    color: #152a69;
    margin-top: -25px;
  }
  .click__product__payment-method__explore h3 span {
    font-size: 23px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    font-family: "Geomanist-WZ-OT-Bold";
  }
  .click__product__payment-method__explore-yellow-container {
    flex-direction: row;
    justify-content: center;
    gap: 49px;
  }
  .click__product__payment-method__explore-yellow {
    width: 350px;
    height: 76px;
    padding: 17px 27px 18px 24px;
    align-items: center;
    margin: 0px;
  }

  .click__product__payment-method__explore-yellow p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Geomanist-WZ-OT-Book";
    color: #ffffff;
    margin-top: 18px;
    margin-left: 16px;
  }

  .click__product__payment-method__explore-yellow p .bold {
    font-size: 16px;
    font-weight: 700;
    font-family: "Geomanist-WZ-OT-Bold";
  }

  .click__product__payment-method {
    padding: 56px 0px 99px;
  }

  .open-link-desktop {
    display: flex;
    width: 22px;
    height: 23px;
  }
}

@media (min-width: 1244px) {
  .click__product__payment-method__card-item {
    min-width: 359px;
    margin-bottom: 25px;
  }
}

@media (min-width: 1025px) and (max-width: 1130px) {
  .click__product__payment-method__card-container {
    gap: 5px;
  }
  .click__product__payment-method__card-item {
    padding: 20px 10px;
  }
}

@media (min-width: 1130px) and (max-width: 1135px) {
  .click__product__payment-method__card-item {
    padding: 45px 46px;
  }
}

/*----------------------------------------*/
/*--------------CUIDA DE TI---------------*/
@media (min-width: 1025px) {
  .click__product__tarjeta-cuida-de-ti__card {
    width: 100%;
  }

  .link-cuida-de-ti-desktop {
    display: inline;
  }

  .link-cuida-de-ti-tablet {
    display: none;
  }

  .click__product__tarjeta-cuida-de-ti h2 {
    font-size: 42px;
    line-height: 46px;
    margin-bottom: 35px;
    padding: 0 320px;
  }

  .click__product__tarjeta-cuida-de-ti h2 .underline {
    font-size: 42px;
    line-height: 46px;
    position: relative;
    display: inline-block;
  }

  .click__product__tarjeta-cuida-de-ti h2 .bold {
    font-size: 42px;
    line-height: 46px;
  }

  .click__product__tarjeta-cuida-de-ti .description {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 62px;
  }

  .click__product__tarjeta-cuida-de-ti .description .bold {
    font-size: 16px;
    line-height: 22px;
  }
  .click__product__tarjeta-cuida-de-ti .description .break {
    display: inline-block;
    width: 100%;
  }
  .click__product__tarjeta-cuida-de-ti__container {
    display: flex;
    flex-direction: row;
    gap: 50px;
    width: 100%;
    justify-content: center;
  }
  .click__product__tarjeta-cuida-de-ti__header .light {
    font-size: 23px;
    line-height: 27px;
    margin: 8px 0px 1px;
    padding: 0 70px;
  }
  .click__product__tarjeta-cuida-de-ti__header .bold {
    font-size: 23px;
    line-height: 27px;
    margin-bottom: 10px;
  }
  .click__product__tarjeta-cuida-de-ti__header {
    /*padding: 40px 0px 0px;
    height: 124px;*/
    height: 150px;
  }

  .click__product__tarjeta-cuida-de-ti__body-item {
    padding: 9px 0 18px;
  }
  .click__product__tarjeta-cuida-de-ti__body-item p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Geomanist-WZ-OT-Book";
    color: #152a69;
    margin: 4px 0px 0px 0px;
    padding: 0 32px;
  }

  .click__product__tarjeta-cuida-de-ti__body-item p .bold {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    font-family: "Geomanist-WZ-OT-Bold";
  }

  .click__product__tarjeta-cuida-de-ti__body-item p .break {
    display: inline-block;
    width: 100%;
  }

  .click__product__tarjeta-cuida-de-ti__header .arrow-down {
    display: none;
  }
  .free-label-button {
    display: inline;
    border-radius: 25px;
  }
  .click__product__tarjeta-cuida-de-ti__card
    .click__product__tarjeta-cuida-de-ti__body {
    display: block;
    width: 100%;
  }
  .click__product__tarjeta-cuida-de-ti__header {
    border-radius: 0px !important;
  }

  .click__product__tarjeta-cuida-de-ti__link-desktop {
    display: flex;
    justify-content: center;
    margin-top: 65px;
  }
  .free-label-button.purple {
    margin-bottom: 10px;
  }
  .click__product__tarjeta-cuida-de-ti__header.first-item-ciber {
    justify-content: flex-end;
  }

  .click__product__tarjeta-cuida-de-ti__link-desktop p {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    font-family: "Geomanist-WZ-OT-Light";
    color: #152a69;
    margin-top: 52px;
  }
  .click__product__tarjeta-cuida-de-ti__link-desktop p a {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    font-family: "Geomanist-WZ-OT-Bold";
    color: #152a69;
  }

  .free-label-button {
    /* display: none; */
    font-size: 16px;
    font-weight: 700;
    font-family: "Geomanist-WZ-OT-Bold";
    color: white;
    padding: 0px 12px;
    text-align: center;
    width: 78px;
    height: 24px;
    border-radius: 99px;
    margin-top: -8px;
  }

  .link-mobile {
    display: block;
  }

  .click__product__tarjeta-cuida-de-ti__body
    .click__product__tarjeta-cuida-de-ti__body-item {
    height: 100px;
  }

  .click__product__tarjeta-cuida-de-ti__body
    .click__product__tarjeta-cuida-de-ti__body-item:last-child {
    height: 125px;
  }

  .click__product__tarjeta-cuida-de-ti {
    padding: 102px 0 85px;
    background-color: #b3dff1;
  }
}

@media (min-width: 1224px) {
  .click__product__tarjeta-cuida-de-ti__card {
    width: 350px;
  }
}

@media (min-width: 1025px) and (max-width: 1180px) {
  .click__product__tarjeta-cuida-de-ti {
    padding: 64px 24px 119px;
  }
}

/*----------------------------------------*/
/*-------------WIZINK CENTER--------------*/
@media (min-width: 1025px) {
  .click__product__wizink-center h2 {
    font-size: 42px;
    line-height: 46px;
    margin-bottom: 29px;
  }

  .click__product__wizink-center h2 .bold {
    font-size: 42px;
    line-height: 46px;
  }

  .click__product__wizink-center h2 .break {
    display: inline-block;
    width: 100%;
  }

  .click__product__wizink-center h2 .underline {
    font-size: 42px;
    line-height: 46px;
    position: relative;
    display: inline-block;
  }

  .click__product__wizink-center h2 .underline::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px; /* Ajusta la posición vertical del subrayado */
    height: 4px; /* Grosor del subrayado */
    background-color: #e8927c; /* Tu color específico */
    border-radius: 5px;
  }

  .click__product__wizink-center .description {
    font-size: 16px;
    line-height: 22px;
    margin: 0px 320px 75px;
  }

  .click__product__wizink-center .description .break {
    display: inline-block;
    width: 100%;
  }

  .click__product__wizink-center {
    padding: 100px 0 11px;
    background-color: #ffffff;
  }

  .click__product__wizink-center__item-header h3 {
    font-weight: 400;
    font-size: 23px;
    line-height: 27px;
    text-align: center;
    font-family: "Geomanist-WZ-OT-Book";
    color: #152a69;
    /* margin-bottom: 2px; */
  }

  .click__product__wizink-center__item-header h3 .bold {
    font-weight: 700;
    font-size: 23px;
    line-height: 27px;
    text-align: center;
    font-family: "Geomanist-WZ-OT-Bold";
    color: #152a69;
  }

  .click__product__wizink-center__item {
    border-radius: 16px;
    background-color: #e8927c;
    padding: 25px 25px 40px 30px;
    /* width: 400px;
    height: 175px; */
  }

  .click__product__wizink-center__item-wrapper {
    gap: 50px;
    margin-top: 80px;
  }

  .click__product__wizink-center__item-body p {
    line-height: 22px;
  }

  .click__product__wizink-center__container-images.mobile {
    display: none;
  }

  .click__product__wizink-center__container-images.desktop {
    display: flex;
    flex: none;
  }

  .click__product__wizink-center__cards-container {
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    margin-bottom: -20px;
  }

  .vip {
    display: inline-block;
  }

  .vip-tablet {
    display: none;
  }

  .vip-mobile {
    display: none;
  }

  .trompeta {
    top: 4px;
    left: 256px;
    width: 63px;
  }
  .car {
    top: -19px;
    right: -150px;
    width: 57.58px;
  }
  .radio {
    top: -5px;
    left: -123px;
    width: 57.24px;
  }
  .credit-card {
    top: 22px;
    right: 299px;
    width: 56.58px;
  }
  .cup {
    top: 115px;
    left: 250px;
    width: 42px;
  }

  .man-photo {
    bottom: 10px;
    position: relative;
    width: 340px;
    margin-left: 0px;
    margin-top: -10px;
  }
}

@media (min-width: 1110px) and (max-width: 1210px) {
  .click__product__wizink-center {
    padding: 100px 24px 0;
  }
}

@media (min-width: 1291px) {
  .click__product__wizink-center__item {
    width: 400px;
    height: 175px;
  }
}

/*----------------------------------------*/
/*------------NO TENGAS DUDAS-------------*/
@media (min-width: 1025px) {
  .click__product__no-tengas-dudas h2 {
    font-size: 42px;
    font-weight: 300;
    line-height: 46px;
    margin-bottom: 60px;
    font-family: "Geomanist-WZ-OT-Light";
  }

  .click__product__no-tengas-dudas h2 span {
    font-size: 42px;
    line-height: 46px;
    display: inline-block;
    width: auto;
  }
  .click__product__no-tengas-dudas h3 {
    font-size: 42px;
    font-weight: 300;
    line-height: 46px;
    margin-bottom: 73px;
    font-family: "Geomanist-WZ-OT-Light";
  }

  .click__product__no-tengas-dudas h3 span {
    font-size: 42px;
    line-height: 46px;
    display: inline-block;
    width: auto;
  }
  .click__product__no-tengas-dudas {
    background-color: #f0f0f0;
    padding: 83px 0px 125px;
  }

  .click__product__no-tengas-dudas__item-body p {
    text-align: left;
    margin: 9px 0 0;
    line-height: 22px;
  }

  .click__product__no-tengas-dudas__container-cards {
    max-width: 1200px;
    margin: auto;
  }

  .click__product__no-tengas-dudas__item-header {
    margin-top: -11px;
    /* margin-top: 23px; */
  }
  .click__product__no-tengas-dudas__container-cards {
    gap: 25px;
  }

  .click__product__no-tengas-dudas__item {
    padding: 49px 25px 37px;
  }

  .click__product__no-tengas-dudas__item:focus {
    outline-offset: 2px;
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.7);
  }

  .click__product__no-tengas-dudas__item-button {
    width: 42px;
    height: 42px;
    min-width: 42px;
  }

  .arrow-up {
    width: 14px;
  }

  .click__product__no-tengas-dudas__item-body {
    padding-right: 375px;
  }
}

@media (min-width: 1025px) and (max-width: 1238px) {
  .click__product__no-tengas-dudas {
    background-color: #f0f0f0;
    padding: 83px 24px 125px;
  }
}

/*----------------------------------------*/
/*-----------PUNTOS RELEVANTES------------*/
@media (min-width: 1025px) {
  .click__product__puntos-relevantes h2 {
    line-height: 46px;
    font-size: 42px;
    margin-bottom: 68px;
  }

  .click__product__puntos-relevantes h2 span {
    line-height: 46px;
    font-size: 42px;
    display: inline-block;
    width: auto;
  }
  .click__product__puntos-relevantes h3 {
    font-family: "Geomanist-WZ-OT-Light";
    font-weight: 400;
    line-height: 46px;
    text-align: center;
    font-size: 42px;
    margin-bottom: 83px;
    color: #152a69;
  }

  .click__product__puntos-relevantes h3 span {
    font-family: "Geomanist-WZ-OT-Bold";
    font-weight: 700;
    line-height: 46px;
    text-align: center;
    font-size: 42px;
    /* display: inline-block;
    width: 100%; */
  }
  .click__product__puntos-relevantes__container-item.desktop {
    display: block;
  }
  .click__product__puntos-relevantes__container-item.mobile {
    display: none;
  }
  .click__product__puntos-relevantes__container-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* flex-direction: row;
    flex-wrap: wrap; */
    justify-content: center;
    margin-bottom: 98px;
    gap: 24px;
  }

  .click__product__puntos-relevantes__container-item {
    /* width: 575px; */
  }

  .click__product__puntos-relevantes {
    padding: 101px 0px 0px;
  }
  .click__product__puntos-relevantes__container-item-header {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 21px;
  }
  .click__product__puntos-relevantes__container-item-header p {
    font-size: 23px;
    line-height: 27px;
  }

  .click__product__puntos-relevantes__container-item-header h4 {
    font-size: 23px;
    line-height: 27px;
  }

  .click__product__puntos-relevantes__container-item {
    padding: 20px 10px 40px 60px;
  }
  .click__product__puntos-relevantes__container-item-header div {
    width: 50px;
    height: 50px;
  }

  .click__product__puntos-relevantes__container-item-header .pink img {
    width: 22px;
    height: 28px;
  }
  .click__product__puntos-relevantes__container-item-header .purple img {
    width: 26.5px;
    height: 23.5px;
  }
  .click__product__puntos-relevantes__container-item-header .red img {
    width: 26px;
    height: 22px;
  }

  .click__product__puntos-relevantes__container-item-header .clickblue img {
    width: 26px;
    height: 22px;
  }

  .click__product__puntos-relevantes__container-item-header .darkblue {
    background-color: #152a69;
  }

  .click__product__puntos-relevantes__container-item-header .darkblue img {
    width: 23px;
    height: 28px;
  }

  .click__product__puntos-relevantes__container-item-header .white {
    background-color: #ffffff;
  }

  .click__product__puntos-relevantes__container-item-header .white img {
    width: 26px;
    height: 22.5px;
  }

  .calendar_desktop {
    display: block;
  }

  .calendar_mobile {
    display: none;
  }
  .click__product__puntos-relevantes__container-item-header .lightblue {
    background-color: #0053ff;
  }
  .click__product__puntos-relevantes__container-item-header .gowblue {
    background-color: #00a59f;
  }

  .click__product__puntos-relevantes__container-item-header .gowblue {
    background-color: #00a59f;
  }

  .click__product__puntos-relevantes__container-item-header .gowblue img {
    width: 26.3px;
    height: 23.4px;
  }

  .click__product__puntos-relevantes__container-item-header .lightblue img {
    width: 26.3px;
    height: 23.4px;
  }

  .click__product__puntos-relevantes__container-item-header .orange {
    background-color: #e8927c;
  }

  .click__product__puntos-relevantes__container-item-header .orange img {
    width: 26.4px;
    height: 25.8px;
  }

  .umbrella_desktop {
    display: block;
  }

  .umbrella_mobile {
    display: none;
  }

  .click__product__puntos-relevantes__container-item-body p {
    margin-top: 16px;
    margin-bottom: 0;
    padding: 0px 40px 0px 0px;
  }
  .productos-similares {
    order: 4;
  }
}

@media (min-width: 1025px) and (max-width: 1237px) {
  .click__product__puntos-relevantes {
    padding: 100px 24px 0px;
  }
}

/*----------------------------------------*/
/*--------------TEXTO LEGAL---------------*/
@media (min-width: 1025px) {
  .click__product__banner-text {
    padding: 0px 0px 60px;
  }

  .click__product__banner-text p {
    margin-bottom: 13px;
  }

  .click__product__banner-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    font-family: "Geomanist-WZ-OT-Book";
    margin: 0 0 13px;
    color: #152a69;
    text-align: justify;
  }

  .click__product__banner-text p .bold {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    font-family: "Geomanist-WZ-OT-Bold";
    margin: 0 0 0;
    color: #152a69;
  }
}

@media (min-width: 1025px) and (max-width: 1245px) {
  .click__product__banner-text {
    padding: 0px 24px 20px;
  }
}
