/*----------------------------------------*/
/*---------------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: clickrap;
  }
  .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-img-text {
    display: flex;
    align-items: center;
    gap: 19px;
    position: absolute;
    left: 18px;
  }
  .container_airplane-img {
    border-radius: 50%;
    background-color: white;
    min-width: 50px;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .container_solicitar-text {
    display: flex;
    align-items: center;
  }
  .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";
  }

  .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-soliticar-button-float p {
    margin: 0;
  }

  .arrow-solicitar {
    display: none;
  }
}

@media (min-width: 756px) and (max-width: 825px) {
  .container_solicitar-text p {
    padding-right: 500px;
  }
}

@media (min-width: 826px) and (max-width: 1024px) {
  .container_solicitar-text p {
    width: 220px;
  }
}
/*----------------------------------------*/
/*--------------BANNER HERO---------------*/
@media (min-width: 756px) and (max-width: 1024px) {
  .click__banner-hero-flex {
    margin: 84px 55px 0 0;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto; /* Dos filas */
    grid-template-areas:
      "image title"
      "boxes boxes";
  }
  .click__banner-hero-flex > h1 {
    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 55px 0 0;
    grid-area: title;
  }

  .click__banner-hero-flex > h1 .bold {
    font-family: "Geomanist-WZ-OT-Bold";
    font-size: 40px;
    line-height: 46px;
    font-weight: 700;
    color: #152a69;
  }

  .click__product__banner-hero__container-images {
    display: flex;
    margin-top: 88px;
    margin-left: 0px;
  }
  .click__product__banner-hero__container-images-item,
  .click__product__banner-hero__container-images-item-text {
    grid-area: image;
    position: relative;
    display: flex;
    margin-top: 88px;
    margin-left: 0px;
  }
  .click__product__banner-hero__container-images-item-text {
    display: block;
    margin-top: -97px;
    margin-left: -14px;
  }
  .background-image-banner-hero-tablet {
    position: absolute;
    top: 146px;
    bottom: 0;
    left: 62px;
    /* right: 0; */
    margin: auto;
    padding-right: 50px;
    display: block;
  }

  .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;
  }

  .background-image-banner-hero-mobile {
    display: none;
  }

  .card-img-tablet {
    display: block;
    z-index: 1;
    position: absolute;
    top: -125px;
    left: 5px;
    height: 338px;
  }
  .card-img {
    display: none;
  }

  .container_emision {
    top: 179px;
    right: auto;
    left: 56px;
  }

  .text-solicitala_header {
    padding: 0 30px;
  }

  .text-solicitala_description {
    padding: 5px 30px;
  }

  .container-single-feature {
    border-radius: 16px;
    gap: 4px;
    flex: 1;
    padding: 21px 22px 18px 26px;
    height: 180px;
    min-width: 204px;
    max-width: 204px;
    align-items: start;
    flex-direction: column;
  }

  .click__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;
    padding-right: 0;
  }
  .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;
  }

  .click__product__banner-hero-feature-wrapper {
    margin-left: 56px;
    margin-top: 193px;
    grid-area: boxes;
  }

  .click__product__banner-hero__container-features-columns-desktop {
    display: flex;
    gap: 18px;
    padding: 0;
    justify-content: flex-start;
    width: 100%;
    margin: 18px 0 17px;
  }

  .click__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;
  }
  .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;
  }
  .click__product__banner-hero__container-features-columns-desktop
    .container-diagonal-arrow {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .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 {
    display: none;
  }

  .click__product__banner-hero .container_emision {
    width: 193px;
    height: 54px;
    position: absolute;
    z-index: 2;
    top: 198px;
    left: 58px;
    background-color: #152a69;
    color: white;
    border-radius: 35px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }

  .click__product__banner-hero .container_emision .cero-euros-movil {
    display: inline-block;
    height: 28.2px;
    width: 20px;
  }
  .click__product__banner-hero .container_emision .euro-sign {
    width: 22px;
  }

  .click__product__banner-hero .container_emision .cero-euros {
    display: none;
  }

  .container_emision p {
    font-size: 17px;
    font-weight: 400;
    color: white;
    font-family: "Geomanist-WZ-OT-Book";
    line-height: 16px;
    margin-left: 0px;
  }

  .click__product__banner-hero {
    background-color: #e8927c;
    padding: 165px 0px 45px;
  }

  .cero-euros-movil {
    display: inline-block;
    height: 30px;
    width: 22px;
  }

  .click__product__banner-hero .container_emision p {
    font-size: 14.33px;
    font-weight: 700;
    color: white;
    font-family: "Geomanist-WZ-OT-Light";
    line-height: 13.48px;
    margin-right: 10px;
  }

  .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;
  }
  .container_solicitala {
    background-color: #b3dff1;
    border-radius: 50%;
    padding: 22px 0 32px;
    text-align: center;
    z-index: 2;
    position: absolute;
    width: 180px;
    height: 180px;
    top: -5px;
    left: 169px;
  }

  .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;
    left: 5px;
  }

  .text-solicitala_header-2 {
    margin: 0 0 7px;
  }

  .click___wrapper {
    /* max-width: 1200px; */
    margin: auto;
    padding-bottom: 0px;
  }
}

@media (min-width: 932px) {
  .click__product__banner-hero__container-features {
    gap: 20px;
  }
}

@media (min-width: 768px) and (max-width: 912px) {
  .click__product__banner-hero__container-features-columns-desktop {
    padding: 0;
  }
}

@media (min-width: 932px) {
  .click__product__banner-hero__container-features-columns-desktop {
    gap: 20px;
  }
}

@media (min-width: 768px) and (max-width: 781px) {
  .click__product__banner-hero__container-features-columns-desktop
    .container-single-feature-columns {
    height: 144px;
  }
}

@media (min-width: 965px) {
  .click__product__banner-hero-feature-wrapper {
    /* padding-left: 50px; */
    padding-left: 0px;
  }
}

@media (min-width: 856px) {
  .container-diagonal-arrow span {
    white-space: clickrap;
  }
}

@media (min-width: 954px) {
  .container-diagonal-arrow span {
    white-space: clickrap;
  }
}

@media (min-width: 865px) and (max-width: 1024px) {
  .click__banner-hero-flex > h1 {
    padding: 0 115px 0 0;
  }
}
/*----------------------------------------*/
/*-----------------ZERO-------------------*/
@media (min-width: 756px) and (max-width: 1024px) {
  .container__moverte-trae-a-cuenta {
    padding: 16px 54px 0px;
  }

  .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;
  }
  .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: -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: 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;
  }

  .click___wrapper__moverte {
    /* max-width: 1200px; */
    margin: auto;
    position: relative;
    padding-bottom: 0px;
  }

  .click___wrapper__moverte .container_emision {
    top: 300px;
    left: 75px;
    position: relative;
    width: 229px;
    height: 64px;
    padding: 10px 20px;
    position: relative;
    width: 229px;
    height: 64px;
    padding: 10px 20px;
  }

  .click__product__moverte__card-item {
    flex: 1;
  }

  .click__product__moverte__card-item-imgs {
    flex: 2;
    height: 401px;
  }

  .click__product__moverte__card-container
    .click__product__moverte__card-item-imgs
    .girl_img_mobile {
    display: none;
  }

  .click__product__moverte__card-container
    .click__product__moverte__card-item-imgs
    .girl_img_tablet {
    display: block;
    position: absolute;
    z-index: 2;
    /* height: 100%; */
    top: 11px;
    /* left: 15px; */
  }

  .click__product__moverte__card-container
    .click__product__moverte__card-item-imgs
    .zero_img_mobile {
    display: none;
  }

  .click__product__moverte__card-container
    .click__product__moverte__card-item-imgs
    .zero_img_tablet {
    display: block;
    position: absolute;
    /* height: 100%; */
  }

  .click___wrapper__moverte .description {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    font-family: "Geomanist-WZ-OT-Book";
    margin-bottom: 62px;
    color: #152a69;
    text-align: center;
  }

  .click__product__moverte_container-gratis {
    top: 17px;
    left: 31px;
  }

  .click__product__moverte__card-container {
    display: flex;
    flex-direction: row;
    gap: 37px;
    margin-bottom: 0px;
    padding: 0px;
  }

  .click__product__moverte__card-item-rectangle {
    height: 275px;
    width: 234px;
    border-radius: 16px;
    background-color: #b3dff1;
    padding: 40px 50px;
    display: flex;
    flex-direction: column;
    padding: 75px 0px 28px 7px;
    margin-top: 71px;
  }

  .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;
  }
}

/*----------------------------------------*/
/*------------CONTROL CARDS---------------*/
@media (min-width: 756px) and (max-width: 1024px) {
  .hide-text {
    visibility: hidden;
  }

  .informado-desktop {
    display: none;
  }

  .informado-tablet {
    display: inline;
  }

  .informado-mobile {
    display: none;
  }

  .click__product__informado-y-conectado {
    padding: 72px 54px 58px;
  }
  .click__product__informado-y-conectado h2 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 300;
    font-family: "Geomanist-WZ-OT-Light";
    color: #152a69;
    text-align: center;
    margin-bottom: 30px;
  }

  .click__product__informado-y-conectado {
    padding: 72px 54px 0px 54px;
  }

  .click__product__informado-y-conectado h2 .underline {
    font-size: 36px;
    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: -2px;
    height: 4px;
    background-color: #e8927c;
    border-radius: 5px;
  }
  .click__product__informado-y-conectado__container-wrapper {
    width: 100%;
    padding: 0;
  }
  .click__product__informado-y-conectado h2 .bold {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    font-family: "Geomanist-WZ-OT-Bold";
  }

  .click__product__informado-y-conectado__container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 18px;
  }
  .click__product__informado-y-conectado__container-wrapper {
    width: 100%;
  }
  .click__product__informado-y-conectado__container-cards {
    gap: 55px;
    display: flex;
    flex-direction: column;
    margin-bottom: 106px;
  }
  .click__product__informado-y-conectado__container-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    border-radius: 16px;
    padding-bottom: 30px;
    /* flex: 1; */
    /* width: 204px; */
    height: 255px;
  }
  .mobile-click-tablet {
    display: block;
    margin-left: -65px;
  }
  .mobile-click {
    display: none;
  }
  .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: -35px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .click__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;
    padding: 0 70px;
  }

  .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: 0px;
    color: #152a69;
    text-align: center;
    padding: 0 50px;
  }
  .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;
    width: 385.87px;
  }

  .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: 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;
  }

  .click__product__informado-y-conectado .container_emision p {
    font-size: 20px;
    font-weight: 300;
    color: white;
    font-family: "Geomanist-WZ-OT-Light";
    line-height: 19px;
  }
  .click__product__informado-y-conectado .container_emision .cero-euros-movil {
    display: none;
  }
  .click__product__informado-y-conectado .container_emision .cero-euros {
    display: inline-block;
    margin-right: 12px;
    margin-left: -12px;
    height: 35px;
  }

  .click__product__informado-y-conectado__container-image .mobile-click {
    margin-top: 46px;
  }

  .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 .subtitle {
    margin-bottom: 35px;
    padding: 0 120px;
  }
  .click__product__informado-y-conectado .subtitle-2 {
    font-size: 23px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: #152a69;
    font-family: "Geomanist-WZ-OT-Book";
    margin-bottom: 71px;
    padding: 0 50px;
  }

  .click__product__informado-y-conectado .subtitle-2 .bold {
    font-size: 23px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    color: #152a69;
    font-family: "Geomanist-WZ-OT-Bold";
  }
  .click__product__informado-y-conectado .subtitle-3 {
    font-size: 23px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: #152a69;
    font-family: "Geomanist-WZ-OT-Book";
    margin-left: -7px;
    margin-top: 0px;
  }

  .click__product__informado-y-conectado .subtitle-3 .bold {
    font-size: 23px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    color: #152a69;
    font-family: "Geomanist-WZ-OT-Bold";
  }

  .click__product__informado-y-conectado__container {
    margin-top: 44px;
  }
}

@media (min-width: 756px) and (max-width: 772px) {
  .click__product__informado-y-conectado__container
    > .click__product__informado-y-conectado__container-wrapper:nth-of-type(2)
    .click__product__informado-y-conectado__container-cards {
    margin-top: 100px;
  }
}

/*----------------------------------------*/
/*---------------ELIGES TU----------------*/
@media (min-width: 756px) and (max-width: 1024px) {
  .click__product__payment-method {
    padding: 25px 54px 69px;
  }
  .click__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 24px;
  }
  .click__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;
  }

  .click__product__payment-method h2 .underline::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    height: 4px;
    background-color: #b5eddb;
    border-radius: 5px;
  }

  .click__product__payment-method h2 .bold {
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    font-family: "Geomanist-WZ-OT-Bold";
  }
  .content_columns_container-last-row-last-two-columns {
    display: none;
  }
  .click__product__payment-method .description {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 50px;
    margin: 45px 40px 45px;
    padding: 0px;
    font-family: "Geomanist-WZ-OT-Book";
    /* display: none; */
  }

  .click__product__payment-method__card-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 22px;
    margin-bottom: 50px;
    padding: 0px;
  }

  .click__product__payment-method__card-item h3 {
    font-size: 23px;
    line-height: 27px;
    margin-bottom: 30px;
  }

  .click__product__payment-method__card-item .pago-total p {
    line-height: 22px;
    font-size: 16px;
  }

  .click__product__payment-method__card-item .pago-aplazado p {
    line-height: 22px;
    font-size: 16px;
  }

  .click__product__payment-method__card-item .underline {
    text-decoration: underline;
  }

  .pago-total {
    padding: 30px 40px 40px;
  }

  .pago-aplazado {
    padding: 30px 0px 0px;
  }

  .click__product__payment-method__card-item .pago-aplazado-tin {
    margin-bottom: 40px;
  }

  .click__product__payment-method__card-item {
    padding: 50px 36px 0px;
    /* height: 339px; */
    width: 312px;
  }

  .click__product__payment-method__card-item.pago-total p {
    padding: 0 38px;
  }

  .click__product__payment-method__card-item img {
    width: 50px;
    height: 45px;
    margin: auto;
    margin-top: 1px;
    margin-bottom: 13px;
  }

  .click__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;
  }
  .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;
    margin: 0px;
  }

  .click__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;
  }

  .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;
    margin-left: 10px;
  }

  .click__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;
  }

  .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__explore h3 {
    font-size: 16px;
    line-height: 22px;
    margin: 41px 0px 32px;
    font-family: "Geomanist-WZ-OT-Book";
    padding: 0 110px;
  }

  .click__product__payment-method__explore-yellow-container {
    gap: 16px;
    align-items: center;
    flex-direction: row;
    justify-content: center;
  }
  .open-link-desktop {
    display: block;
  }

  .click__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;
  }

  .click__product__payment-method__explore-yellow {
    gap: 5px;
  }

  .click__product__payment-method__explore-yellow p {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: "Geomanist-WZ-OT-Book";
    color: #ffffff;
    margin-top: 18px;
  }

  .calculadora_mobile {
    margin-left: 12px;
  }

  .click__product__payment-method__explore-yellow p .bold {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    font-family: "Geomanist-WZ-OT-Bold";
  }

  .click__product__payment-method__explore h3 span {
    font-size: 16px;
    line-height: 22px;
  }
}

/*----------------------------------------*/
/*--------------CUIDA DE TI---------------*/
@media (min-width: 756px) and (max-width: 1024px) {
  .click__product__tarjeta-cuida-de-ti h2 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 23px;
    padding: 0 165px;
  }

  .click__product__tarjeta-cuida-de-ti__header .light {
    font-size: 23px;
    line-height: 27px;
    margin: 0px 0px 10px;
    padding: 0 35px;
  }

  .click__product__tarjeta-cuida-de-ti__header .bold {
    font-size: 23px;
    line-height: 27px;
    margin-bottom: 12px;
  }

  .click__product__tarjeta-cuida-de-ti h2 .underline,
  .click__product__tarjeta-cuida-de-ti h2 .bold {
    margin-bottom: 0px;
    font-size: 36px;
    line-height: 42px;
  }
  .click__product__tarjeta-cuida-de-ti__container {
    display: flex;
    flex-direction: row;
    gap: 18px;
    width: 100%;
  }
  .click__product__tarjeta-cuida-de-ti {
    padding: 73px 54px 50px;
    background-color: #b3dff1;
  }
  .click__product__tarjeta-cuida-de-ti__card {
    width: 100%;
  }
  .click__product__tarjeta-cuida-de-ti .description {
    margin-bottom: 52px;
  }
  .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;
    min-height: 180px;
    justify-content: space-between;
    padding: 32px 0 27px;
  }
  .click__product__tarjeta-cuida-de-ti__link-desktop {
    margin-top: 36px;
  }

  .text-tablet {
    display: block;
  }
  .text-rest {
    display: none;
  }

  .click__product__tarjeta-cuida-de-ti__header.first-item-ciber {
    padding: 55px 0 27px;
  }

  .click__product__tarjeta-cuida-de-ti__header.third-item-seguro
    .free-label-button.orange {
    margin-top: 24px;
  }

  .click__product__tarjeta-cuida-de-ti__body .first-item-ciber-body {
    height: 181px;
  }
  .click__product__tarjeta-cuida-de-ti__body .second-item-ciber-body {
    height: 124px;
  }
  .click__product__tarjeta-cuida-de-ti
    .click__product__tarjeta-cuida-de-ti__body
    .third-item-ciber-body {
    height: 126px;
  }

  .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;
  }

  .click__product__tarjeta-cuida-de-ti__header .arrow-down {
    display: none;
  }

  .click__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;
  }

  .click__product__tarjeta-cuida-de-ti__body-item p {
    margin-top: 9px;
    padding: 0 40px;
  }

  .click__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) {
  .click__product__tarjeta-cuida-de-ti__body {
    height: 100%;
  }
  .click__product__tarjeta-cuida-de-ti__body-item {
    height: 123px;
    /* height: 33.33%; */
  }

  .click__product__tarjeta-cuida-de-ti__body-item.click__product__tarjeta-cuida-de-ti__body-item-second {
    height: 147px;
  }
  .click__product__tarjeta-cuida-de-ti__body-item:last-child {
    height: 162px;
    border-radius: 0px 0px 16px 16px;
    /* height: 33.33%; */
  }

  .free-label {
    top: 133px;
  }
}

/*----------------------------------------*/
/*-------------WIZINK CENTER--------------*/
@media (min-width: 756px) and (max-width: 1024px) {
  .click__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;
  }
  .click__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;
  }

  .vip {
    display: none;
  }

  .vip-tablet {
    display: inline;
  }

  .vip-mobile {
    display: none;
  }

  .click__product__wizink-center__cards-container {
    flex-direction: row;
    justify-content: center;
    gap: 36px;
  }
  .click__product__wizink-center__item-wrapper {
    gap: 36px;
  }
  .arrow-down-blue.active {
    display: none;
  }
  .click__product__wizink-center__item-body {
    display: block;
  }
  .item-hide-desktop {
    display: none;
  }
  .click__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;
  }

  .click__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;
  }
  .click__product__wizink-center h2 .bold {
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    font-family: "Geomanist-WZ-OT-Bold";
  }
  .click__product__wizink-center {
    padding: 60px 54px 0;
    background-color: #ffffff;
  }
  .click__product__wizink-center__item-header {
    align-items: start;
  }
  .click__product__wizink-center__item-body p {
    text-align: start;
  }
  .click__product__wizink-center__item-body p {
    line-height: 22px;
  }
  .click__product__wizink-center__item {
    border-radius: 16px;
    background-color: #e8927c;
    padding: 34px 36px;
    height: 215px;
    width: 306px;
  }
  .man-photo {
    width: auto;
    display: none;
  }
  .click__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;
  }
  .click__product__wizink-center .description {
    margin-bottom: 60px;
  }
  .click__product__wizink-center__item-header h3 {
    margin-bottom: -4px;
  }
  .man-photo-tablet {
    display: block;
    width: auto;
    margin-left: 30px;
  }
  .click__product__wizink-center__cards-container {
    margin-bottom: 43px;
  }
  .click__product__wizink-center__item-body p {
    margin-top: 15px;
  }
}

@media (min-width: 812px) {
  .click__product__wizink-center__cards-container {
    flex-direction: row;
    justify-content: center;
    gap: 35px;
  }

  .click__product__wizink-center__item-header .arrow-down-blue {
    display: none;
  }
  .click__product__wizink-center__item-body {
    display: block;
  }
  .click__product__wizink-center__item-header {
    align-items: flex-start;
  }
  .click__product__wizink-center__item-body p {
    text-align: start;
  }
  .click__product__wizink-center__cards-container {
    margin-bottom: 0;
  }
}

@media (min-width: 914px) and (max-width: 1110px) {
  .click__product__wizink-center__item {
    width: 300px;
  }
}

/*----------------------------------------*/
/*------------NO TENGAS DUDAS-------------*/
@media (min-width: 756px) and (max-width: 1024px) {
  .click__product__no-tengas-dudas {
    background-color: #f0f0f0;
    padding: 60px 54px 72px;
  }
  .click__product__no-tengas-dudas h3 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 35px;
  }
  .click__product__no-tengas-dudas h3 span {
    font-size: 36px;
    line-height: 42px;
  }
  .click__product__no-tengas-dudas__item-button {
    width: 42px;
    height: 42px;
    min-width: 42px;
    margin-top: -22px;
  }
  .click__product__no-tengas-dudas__item {
    padding: 24px 18px 31px 36px;
  }
  .click__product__no-tengas-dudas__item-body p {
    line-height: 22px;
    margin-top: 18px;
    /* margin-right: 200px; */
  }
  .arrow-up {
    width: 15px;
  }
  .click__product__no-tengas-dudas__item-body.active
    + .click__product__no-tengas-dudas__item-header
    p {
    margin-top: 24px;
  }
  .click__product__no-tengas-dudas__container-cards {
    gap: 18px;
  }

  .click__product__no-tengas-dudas__item-header p {
    margin-top: 23px;
  }

  .click__product__no-tengas-dudas__item-body {
    padding-right: 200px;
  }
}

/*----------------------------------------*/
/*-----------PUNTOS RELEVANTES------------*/
@media (min-width: 756px) and (max-width: 1024px) {
  .click__product__puntos-relevantes__container-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .click__product__puntos-relevantes h3 {
    line-height: 42px;
    font-size: 36px;
    margin-bottom: 38px;
  }
  .click__product__puntos-relevantes h3 span {
    line-height: 42px;
    font-size: 36px;
  }
  .click__product__puntos-relevantes {
    padding: 67px 54px 54px;
  }
  .click__product__puntos-relevantes__container-cards {
    gap: 18px 17px;
  }
  .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: 26px;
    height: 23px;
  }
  .click__product__puntos-relevantes__container-item-header .red img {
    width: 26px;
    height: 22px;
  }
  .click__product__puntos-relevantes__container-item-header .orange img {
    width: 26px;
    height: 26px;
  }

  .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 .clickblue img {
    width: 26px;
    height: 22px;
  }

  .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 .white {
    background-color: #ffffff;
  }

  .click__product__puntos-relevantes__container-item-header .white img {
    width: 26px;
    height: 22.5px;
  }

  .click__product__puntos-relevantes__container-item-header .lightblue {
    background-color: #0053ff;
  }

  .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;
  }

  .calendar_desktop {
    display: block;
  }

  .calendar_mobile {
    display: none;
  }

  .click__product__puntos-relevantes__container-item-header {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 25px;
  }
  .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 {
    border-radius: 10px;
    padding: 36px 40px 14px 36px;
    background-color: #f0f0f0;
  }

  .click__product__puntos-relevantes__container-item-body p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    font-family: "Geomanist-WZ-OT-Book";
    color: #152a69;
    margin-top: 10px;
    margin-bottom: 21px;
  }

  .productos-similares {
    order: 4;
  }
}

@media (min-width: 818px) and (max-width: 1248px) {
  .click__product__puntos-relevantes__container-item {
    /* width: 375px; */
  }
  /* .click__product__puntos-relevantes__container-cards {
    gap: 20px;
  } */
}

@media (min-width: 768px) and (max-width: 817px) {
  .click__product__puntos-relevantes__container-item {
    /* width: 300px; */
  }
  .click__product__puntos-relevantes__container-cards {
    gap: 20px;
  }
}

/*----------------------------------------*/
/*--------------TEXTO LEGAL---------------*/
@media (min-width: 756px) and (max-width: 1024px) {
  .click__product__banner-text {
    padding: 0px 54px 20px;
    position: relative;
    display: inline-block;
  }

  .click__product__banner-text p {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    font-family: "Geomanist-WZ-OT-Book";
    margin: 0 0 13px;
    color: #152a69;
    text-align: justify;
  }

  .click__product__banner-text p .bold {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    font-family: "Geomanist-WZ-OT-Bold";
    margin: 0 0 0;
    color: #152a69;
  }
}
