/*----------------------------------------*/
/*---------------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 SOLICITAR----------*/
@media (min-width: 1025px) {
  .container-soliticar-button-float {
    display: none;
  }

  .container-soliticar-button-float-desktop {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    background-color: #152a69;
    height: 70px;
    position: fixed;
    bottom: 0;
    z-index: 5;
  }

  .left_side_sticky {
    z-index: 6;
    flex-direction: row;
    display: flex;
    position: relative;
    left: -423px;
    gap: 24px;
    left: -290px;
  }

  .left_side_sticky-piggy-bank {
    border-radius: 50%;
    background-color: var(--primary);
    display: flex;
    justify-content: center;
    width: 52px;
    height: 52px;
    position: relative;
    /* top: 300px;
    right: 150px; */
    z-index: 1;
  }

  .left_side_sticky .nuevo {
    color: var(--primary);
  }

  .left_side_sticky h3 {
    font-size: 14px;
    font-weight: 400;
    font-family: "Geomanist-WZ-OT-Book";
    line-height: 16px;
    color: white;
    margin-top: 10px;
    width: 200px;
  }

  .left_side_sticky h3 .bold {
    font-size: 14px;
    font-weight: 700;
    font-family: "Geomanist-WZ-OT-Bold";
    line-height: 16px;
  }

  .left_side_sticky h3 .underline {
    text-decoration: underline;
  }

  .piggy-bank-sticky {
    width: 65%;
    height: auto;
  }

  .container-soliticar-button-float-desktop .center-buttons > .solicitar {
    font-size: 16px;
    font-weight: 700;
    font-family: "Geomanist-WZ-OT-Bold";
    line-height: 22px;
    color: var(--blue) !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-desktop .center-buttons > .soy_cliente {
    font-size: 14px;
    font-weight: 400;
    font-family: "Geomanist-WZ-OT-Book";
    line-height: 14px;
    color: white !important;
    background-color: var(--blue);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    height: 44px;
    width: 150px;
    border: 2px solid #ffffff;
  }

  .container-soliticar-button-float-desktop .center-buttons > .soy_cliente p {
    margin-bottom: 0px;
  }

  .soy_cliente_text {
    font-size: 14px;
    font-weight: 700;
    font-family: "Geomanist-WZ-OT-Bold";
    line-height: 14px;
    display: block;
  }

  .center-buttons {
    display: flex;
    gap: 10px;
    position: relative;
    right: 120px;
  }

  .container-soliticar-button-float-desktop .container__ir-arriba {
    display: flex;
    align-items: center;
    color: white !important;
    font-weight: 700;
    font-size: 14px;
    font-family: "Geomanist-WZ-OT-Bold";
    gap: 17px;
    position: absolute;
    right: 57px;
  }

  .container-soliticar-button-float-desktop .container__ir-arriba p {
    margin: 0;
  }

  .main_content-depositos .container-soliticar-button-float {
    display: none;
  }
}

/*----------------------------------------*/
/*--------------BANNER HERO---------------*/
@media (min-width: 1025px) {
  .depositos__banner-hero-flex {
    display: flex;
    gap: 62px;
    width: 1200px;
  }

  .depositos__product__banner-hero {
    display: grid;
    background-color: var(--secondary);
    padding: 0px 0px 0px;
    position: relative;
  }

  .depositos_hero_wrapper {
    grid-template-columns: 1fr 1.25fr;
    grid-template-rows: auto;
    align-items: center;
    grid-template-areas:
      "image title"
      "image boxes";
    margin-bottom: -58px;
  }

  .depositos__product__title {
  }

  .depositos__product__title h1 {
    display: block;
    font-family: "Geomanist-WZ-OT-Light";
    font-size: 54px;
    line-height: 56px;
    font-weight: 300;
    color: var(--blue);
    padding: 0 0 0 14px;
  }

  .depositos__product__title h1 .bold {
    font-family: "Geomanist-WZ-OT-Bold";
    font-size: 54px;
    line-height: 56px;
    font-weight: 700;
    color: var(--blue);
  }

  .depositos__product__banner-hero__container-images {
    flex: 1;
    margin: 0;
  }

  .depositos__product__banner-hero-feature-wrapper {
    flex: 1;
    margin-right: 33px;
    margin-top: 60px;
  }

  .depositos__product__banner-hero__container-images-item-text {
    display: none;
  }

  .depositos__product__banner-hero-feature-wrapper h1 {
    display: block;
    font-family: "Geomanist-WZ-OT-Light";
    font-size: 54px;
    line-height: 56px;
    font-weight: 300;
    color: var(--blue);
    margin-bottom: 65px;
    padding: 0 0 0 14px;
    margin-right: -175px;
    margin-top: -135px;
  }

  .depositos__product__banner-hero-feature-wrapper h1 .bold {
    font-family: "Geomanist-WZ-OT-Bold";
    font-size: 54px;
    line-height: 56px;
    font-weight: 700;
    color: var(--blue);
  }

  .depositos__product__banner-hero-feature-wrapper h1 .underline {
    position: relative;
    display: inline-block;
  }

  .depositos__product__banner-hero-feature-wrapper 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: var(--primary);
    /* Tu color específico */
    border-radius: 5px;
  }

  .liquidez_desktop {
    display: inline-block;
  }

  .depositos__product__tablet-title {
    display: block;
  }

  .depositos__product__tabla-riesgo {
    margin: 35px 200px 60px;
  }

  .depositos__product__tabla-riesgo-borde {
    display: flex;
    flex-direction: column;
    border-color: black;
    border-width: 1px;
    border-style: solid;
    background-color: #ffffff;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }

  .depositos__product__tabla-riesgo-first-row {
    font-size: 14px;
    font-weight: 400;
    color: #656565;
    font-family: "Geomanist-WZ-OT-Book";
    line-height: 16px;
    text-align: center;
    padding: 20px;
    border-color: #656565;
    border-width: 1px;
    border-style: solid;
  }

  .depositos__product__tabla-riesgo-second-row {
    display: flex;
    flex-direction: row;
    font-size: 14px;
    font-weight: 400;
    color: #656565;
    font-family: "Geomanist-WZ-OT-Book";
    line-height: 16px;
    text-align: center;
  }

  .depositos__product__tabla-riesgo-first-column {
    border-color: #656565;
    border-width: 1px;
    border-style: solid;
    padding: 20px;
    width: 33%;
  }

  .depositos__product__tabla-riesgo-first-column .title {
    font-size: 39px;
    font-weight: 400;
    color: #656565;
    font-family: "Geomanist-WZ-OT-Book";
    line-height: 22px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
  }

  .depositos__product__tabla-riesgo-second-column {
    border-color: #656565;
    border-width: 1px;
    border-style: solid;
    text-align: left;
    padding: 20px 15px 0px 15px;
  }

  .depositos__product__tabla-riesgo-second-column .bold {
    font-size: 14px;
    font-weight: 700;
    color: #656565;
    font-family: "Geomanist-WZ-OT-Bold";
    line-height: 16px;
    text-align: left;
    display: block;
  }

  .number_black {
    color: black;
  }

  .depositos__product__banner-hero-botones {
    display: flex;
    flex-direction: row;
    gap: 10px;
    position: relative;
    top: -30px;
    right: 5px;
  }

  .main_content-depositos .depositos__product__banner-hero-left-button {
    font-size: 15px;
    font-weight: 700;
    font-family: "Geomanist-WZ-OT-Bold";
    line-height: 15px;
    color: white !important;
    background-color: var(--blue);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    height: 42px;
    width: 136.48px;
  }

  .depositos__product__banner-hero-right-button {
    font-size: 15px;
    font-weight: 700;
    font-family: "Geomanist-WZ-OT-Bold";
    line-height: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    height: 42px;
    width: 150px;
    border: 1px solid #152a69;
  }

  .depositos__product__banner-hero-piggy-bank {
    border-radius: 50%;
    background-color: var(--primary);
    display: flex;
    justify-content: center;
    width: 100px;
    height: 100px;
    position: relative;
    top: -375px;
    right: -420px;
    z-index: 1;
  }

  .piggy-bank {
    width: 55px;
    height: 51px;
    top: 20px;
    position: relative;
    object-fit: cover;
  }

  .depositos__product__estructura-columnas {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    margin-bottom: 135px;
  }

  .container-single-feature {
    flex-direction: column;
    margin-bottom: 62px;
    z-index: 0;
    text-align: left;
  }

  .container-single-feature {
    border-radius: 99px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 12px 24px;
    color: var(--blue);
    height: 60px;
    z-index: 0;
  }

  .depositos__product__banner-hero__container-images {
    display: flex;
    justify-content: center;
  }

  .card-img {
    display: none;
  }

  .card-img-desktop {
    display: block;
    position: absolute;
    top: -350px;
    left: -100px;
  }

  .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;
  }

  .candados {
    margin-right: 5px;
  }

  .depositos__product__banner-hero h1 .underline {
    text-underline-offset: 10px;
  }

  .depositos__product__banner-hero__container-features {
    gap: 6px;
  }

  .depositos__product__banner-hero__container-features {
    flex-direction: row;
    padding: 0 14px;
    margin-bottom: 0px;
  }

  .container-single-feature {
    border-radius: 16px;
    gap: 19px;
    flex: 1;
    padding: 45px 20px 25px 48px;
    width: 450px;
    height: 374px;
    top: -10px;
    left: 5px;
    max-width: 450px;
    max-height: 374px;
    margin-bottom: 90px;
  }

  .container-single-feature p {
    margin: 0;
    margin-bottom: -12px;
    font-size: 23px;
    font-weight: 400;
    line-height: 27px;
    font-family: "Geomanist-WZ-OT-Book";
    color: var(--blue);
  }

  .container-single-feature p .bold {
    font-weight: 700;
    font-family: "Geomanist-WZ-OT-Bold";
  }

  .container-single-feature .superbold {
    font-size: 71.07px;
    font-weight: 700;
    line-height: 71.07px;
    font-family: "Geomanist-WZ-OT-Bold";
    color: var(--blue);
    margin-top: 0px;
  }

  .container-single-feature .bigbold {
    font-size: 35.53px;
    font-weight: 700;
    line-height: 36.32px;
    font-family: "Geomanist-WZ-OT-Bold";
    color: var(--blue);
  }

  .container-single-feature p.description_ingresos {
    width: 300px;
    margin-bottom: 15px;
    margin-top: 20px;
  }

  .depositos__product__banner-hero__container-images-item {
    display: flex;
  }

  .depositos__product__banner-hero__container-features-columns
    .container-single-feature-columns {
    display: none;
  }

  .depositos__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;
  }

  .depositos__product__banner-hero__container-features-columns-desktop
    .container-single-feature-columns {
    border-radius: 16px;
    border: 1px solid var(--blue);
    padding: 21px 25px 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 200px;
    height: 125px;
  }

  .depositos__product__banner-hero__container-features-columns-desktop
    .container-diagonal-arrow {
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 4;
  }

  .depositos__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: var(--blue);
    text-decoration: underline;
  }

  .container-single-feature .container-diagonal-arrow .diagonal-arrow-white {
    display: block;
    position: absolute;
    right: 10px;
  }

  .diagonal-arrow {
    display: none;
  }

  .depositos__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: var(--blue);
    margin-bottom: 0;
  }

  .depositos__product__banner-hero-nuevo-label {
    width: 282px;
    height: 36px;
    gap: 0px;
    border-radius: 16px 16px 0px 0px;
    opacity: 0px;
    background-color: var(--blue);
    font-family: "Geomanist-WZ-OT-Bold";
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    color: white;
    padding: 5px;
    margin-left: 15px;
    position: relative;
    left: 5px;
    top: 0px;
  }

  .depositos__product__banner-hero-right-button span {
    width: 100px;
  }

  .depositos__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-Book";
    font-weight: 400;
    color: var(--blue);
  }

  .container-single-feature .container-diagonal-arrow {
    background-color: var(--blue);
    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; */
  }

  .depositos___wrapper {
    max-width: 1200px;
    margin: auto;
    position: relative;
    padding-bottom: 0px;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .depositos__product__banner-hero {
    padding: 100px 0px 0px;
  }

  .depositos__product__tabla-riesgo-first-column {
    padding: 20px 10px;
  }
}

@media (min-width: 1025px) and (max-width: 1250px) {
  .card-img-desktop {
    display: block;
    position: absolute;
    top: -400px;
    left: -150px;
  }

  .depositos_hero_wrapper {
    margin-bottom: -108px;
  }

  .depositos__product__title h1 {
    font-size: 47px;
  }
}

@media (min-width: 1470px) {
  .depositos__product__banner-hero__container-features {
    gap: 50px;
  }
}

@media (min-width: 1470px) {
  .depositos__product__banner-hero__container-features-columns-desktop {
    gap: 50px;
  }
}

@media (min-width: 1025px) and (max-width: 1286px) {
  .depositos__product__banner-hero__container-features-columns-desktop
    .container-single-feature-columns {
    padding: 12px 13px 22px 12px;
  }

  .depositos__product__banner-hero-feature-wrapper h1 {
    font-size: 47px;
  }

  .depositos__product__banner-hero-feature-wrapper h1 .bold {
    font-size: 47px;
  }
}
@media (min-width: 1110px) and (max-width: 1468px) {
  .depositos__product__banner-hero__container-features {
    gap: 50px;
  }

  .depositos__product__banner-hero__container-features-columns-desktop {
    gap: 50px;
  }
}

@media (min-width: 1025px) and (max-width: 1110px) {
  .depositos__product__banner-hero__container-features {
    gap: 50px;
  }

  .depositos__product__banner-hero__container-features-columns-desktop {
    gap: 50px;
  }
}

/*----------------------------------------*/
/*--------BOXES LINKS & SIMULADOR---------*/
@media (min-width: 1025px) {
  .container__moverte-trae-a-cuenta {
    padding: 49px 0px 100px;
  }

  .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: 11px;
    width: 500px;
  }

  .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: var(--blue);
    position: relative;
    display: inline-block;
  }

  .content_columns_desc {
    font-family: "Geomanist-WZ-OT-Book";
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--blue);
    margin-bottom: 71px;
  }

  .content_columns_line-separator {
    display: flex;
  }

  .content_columns-input-amount-tablet {
    display: flex;
    order: 2;
    background-color: white;
    border-radius: 6px;
    font-size: 23px;
    line-height: 22px;
    font-family: "Geomanist-WZ-OT-Regular";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
  }

  .container__moverte-trae-a-cuenta h2 .underline::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -11px;
    /* 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: var(--blue);
    margin-bottom: 65px;
    margin-top: 14px;
  }

  .content_columns_simulator-amount-container
    .content_columns_simulator-intereses {
    font-size: 30px;
    line-height: 22px;
    text-align: start;
    font-weight: 700;
    font-family: "Geomanist-WZ-OT-Book";
    color: var(--blue);
    margin-left: 64px;
  }

  .content_columns_simulator-amount-container
    .content_columns_simulator-porcentaje {
    font-size: 14px;
    line-height: 24.6px;
    text-align: start;
    font-weight: 400;
    font-family: "Geomanist-WZ-OT-Light";
    color: var(--blue);
    margin-left: 64px;
  }

  .content_columns_simulator-amount-container
    .content_columns_simulator-porcentaje
    .bold {
    font-size: 14px;
    line-height: 24.6px;
    text-align: center;
    font-weight: 700;
    font-family: "Geomanist-WZ-OT-Book";
    color: var(--blue);
  }

  .content_columns_mi-simulacion-container {
    display: block;
    background-color: var(--blue);
    border-radius: 16px;
    width: 300px;
  }

  .content_columns_mi-simulacion-container > p {
    font-family: "Geomanist-WZ-OT-Book";
    font-size: 16px;
    line-height: 27px;
    color: var(--white);
    text-align: center;
    margin: 0;
  }

  .content_columns_mi-simulacion-container-wrapper {
    background-color: var(--secondary);
    border-radius: 16px;
    height: 93%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .content_columns_mi-simulacion-container-wrapper .title {
    font-family: "Geomanist-WZ-OT-Light";
    font-size: 23px;
    font-weight: 400;
    line-height: 27px;
    color: var(--blue);
    text-align: center;
    margin: 0;
    margin-top: 43px;
    width: 200px;
  }

  .content_columns_mi-simulacion-container-wrapper .title .bold {
    font-family: "Geomanist-WZ-OT-Book";
    font-size: 23px;
    font-weight: 700;
    line-height: 27px;
    color: var(--blue);
    text-align: center;
    margin: 0;
  }

  .content_columns_mi-simulacion-container-wrapper .subtitle {
    font-family: "Geomanist-WZ-OT-Light";
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: var(--blue);
    text-align: center;
    margin: 18px 0 30px;
  }

  .content_columns_mi-simulacion-container-wrapper .subtitle .bold {
    font-family: "Geomanist-WZ-OT-Book";
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: var(--blue);
    text-align: center;
    margin: 0;
  }

  .gray-line {
    width: 82%;
    background-color: var(--blue);
    border-radius: 1px;
    height: 1px;
    opacity: 30%;
  }

  .content_columns_mi-simulacion-container-wrapper .title-header {
    font-family: "Geomanist-WZ-OT-Light";
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: var(--blue);
    text-align: center;
    margin: 0;
    margin-top: 25px;
  }

  .content_columns_mi-simulacion-container-wrapper .container-intereses {
    width: 150px;
    height: 27px;
    margin-bottom: 11px;
  }

  .content_columns_mi-simulacion-container-wrapper .container-intereses p {
    font-family: "Geomanist-WZ-OT-Book";
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    color: var(--blue);
    text-align: center;
    margin: 0;
    background-color: #f4ebd9;
  }

  .content_columns_mi-simulacion-container-wrapper .tae {
    font-family: "Geomanist-WZ-OT-Book";
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    color: var(--blue);
    text-align: center;
    margin: 0;
  }

  .content_columns_mi-simulacion-container-wrapper .tin {
    font-family: "Geomanist-WZ-OT-Light";
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: var(--blue);
    text-align: center;
    margin: 0;
  }

  .content_columns_scroll_buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 27px;
    margin-bottom: 124px;
  }

  .content_columns_scroll_single_button {
    border: 2px solid #b9c0d2;
    border-radius: 16px;
    width: 281.5px;
    height: 125px;
    padding: 20px 25px;
  }

  .content_columns_scroll_single_button:hover {
    background-color: #152a69;
  }

  .content_columns_scroll_single_button:hover h3,
  .content_columns_scroll_single_button:hover p {
    color: #ffffff;
  }

  .content_columns_scroll_single_button:hover img {
    filter: brightness(0) invert(1);
  }

  .content_columns_scroll_single_button:hover .container-diagonal-arrow p {
    color: #ffffff;
  }

  .content_columns_scroll_single_button h2 {
    font-family: "Geomanist-WZ-OT-Book";
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: var(--blue);
    margin-right: 68px;
    margin-left: 0px;
    width: 110px;
  }

  .content_columns_scroll_single_button_header {
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-bottom: 0px;
  }

  .scroll-img {
    position: relative;
    top: -7px;
  }

  .link-arrow {
    display: flex;
    flex-direction: row;
    gap: 25px;
  }

  .content_columns_scroll_single_button .container-diagonal-arrow {
    display: flex;
    align-items: center;
    z-index: 4;
    border-radius: 16px;
    width: 100%;
    /* justify-content: center; */
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
    min-height: 81px;
    justify-content: flex-end;
  }

  .content_columns_title-wrap {
    display: grid;
    justify-items: center;
  }

  .content_columns_scroll_single_button .container-diagonal-arrow p {
    margin: 0;
    font-weight: 700;
    line-height: 16px;
    font-size: 14px;
    font-family: "Geomanist-WZ-OT-Bold";
    color: var(--blue);
    text-decoration: underline;
    text-align: left;
    padding: 0px;
  }

  .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;
  }

  .content_columns_simulator-button {
    display: none;
  }

  .content_columns_simulator-button-third-row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 54px;
  }

  .content_columns_simulator-button-third-row a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    text-align: center;
    font-family: "Geomanist-WZ-OT-Book";
    color: var(--white);
    background-color: var(--blue);
    border-radius: 66px;
    height: 42px;
    width: 138.48px;
    border: none;
    margin-top: -20px;
  }

  /* Simulador checkbox */
  .content_columns_main-silutator-container {
    display: flex;
    gap: 26px;
    width: 100%;
    flex-direction: row;
  }

  .content_columns_simulator-container {
    background-color: var(--primary);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 16px;
    flex: 1;
  }

  .content_columns_simulator-container > p,
  .content_columns_simulator-subtitle {
    display: none;
  }

  .content_columns_simulator-wrapper {
    background-color: #f0f0f0;
    width: 100%;
    border-radius: 16px;
    padding: 25px 52px 20px;
  }

  .content_columns_simulator-row-wrapper {
    display: flex;
    padding: 21px 0px 21px;
    justify-content: space-between;
  }

  .content_columns_simulator-amount-container {
    flex: 3;
  }

  .content_columns_simulator-row-wrapper-second-row {
    display: flex;
    padding: 17px 0px 18px;
    justify-content: space-between;
  }

  .content_columns_line-separator {
    width: 100%;
    height: 1px;
    background-color: var(--blue);
    opacity: 30%;
  }

  .content_columns-first-column p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--blue);
    font-family: "Geomanist-WZ-OT-Regular";
    margin: 0;
  }

  .importe-mes-text {
    font-weight: 400;
    font-size: 23px;
    line-height: 22px;
    color: var(--blue);
    font-family: "Geomanist-WZ-OT-Regular";
  }

  .content_columns-input-amount {
    display: none;
  }

  .content_columns_column-second-column {
    min-width: 175px;
    margin-right: 23px;
  }

  .content_columns_main-silutator-container
    .content_columns_column
    .range-amount-simulator {
    text-align: start;
    font-size: 16px;
    width: 115px;
  }

  .content_columns_main-silutator-container
    .content_columns_column
    .range-amount-simulator
    .bold {
    text-align: start;
    font-size: 16px;
  }

  .content_columns-input-amount-element {
    border: none;
    text-align: center;
    color: var(--blue);
    font-size: 23px;
    line-height: 22px;
    font-family: "Geomanist-WZ-OT-Regular";
    width: 50%;
    height: 47px;
    outline: none;
  }

  .content_columns_main-silutator-container .content_columns_column {
    flex: 1;
    overflow: hidden;
    /* display: flex;
  align-items: center; */
  }

  .content_columns_column-last-row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .content_columns_main-silutator-container .content_columns_column-range {
    display: flex;
    align-items: center;
    min-width: 175px;
    margin-right: 23px;
    margin-left: 38px;
    margin-top: 2px;
    gap: 26px;
    flex: 2;
  }

  .content_columns_simulator-container .calculator_input {
    margin-bottom: 0px;
    margin-right: 0px;
    display: flex;
    align-items: center;
    width: 175px;
    min-width: 175px;
  }

  .content_columns_simulator-container .calculator_slider {
    height: 1px;
    background: black;
    border-radius: 20px;
    z-index: 2;
  }

  .content_columns_main-silutator-container .content_columns_inputs-corner {
    background-color: black;
    height: 10px;
    width: 1px;
  }

  .content_columns_simulator-container .calculator_input:before {
    height: 1px;
    background: transparent;
    content: "";
    margin-left: calc((var(--min) - var(--min)) / var(--dif) * 24px);
    width: calc(((var(--b) - var(--min)) / var(--dif) * 100%) + var(--h));
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
    z-index: 1;
  }

  .content_columns_simulator-container .calculator_input:after {
    height: 1px;
    background: black;
    content: "";
    margin-left: calc((var(--b) - var(--min)) / var(--dif) * 100%);
    width: calc((var(--min) - var(--b)) / var(--dif) * 100%);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
    z-index: 1;
  }

  .content_columns_simulator-container
    .calculator_slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 56px;
    height: 29px;
    background-color: var(--primary);
    box-shadow: none;
    cursor: pointer;
    border-radius: 60px;
    z-index: 10;
    position: relative;
    background-image: url("./assets/depositos_product/left-arrow.png"),
      url("./assets/depositos_product/right-arrow.png");
    background-repeat: no-repeat;
    background-position: 7px center, 38px center;
    background-size: 10px 13px, 10px 13px;
  }

  .content_columns_container-last-row-last-two-columns {
    display: none;
  }

  input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 56px;
    height: 29px;
    background-color: var(--primary);
    cursor: pointer;
    border-radius: 60px;
    z-index: 10;
    position: relative;
    background-image: url("./assets/depositos_product/left-arrow.png"),
      url("./assets/depositos_product/right-arrow.png");
    background-repeat: no-repeat;
    background-position: 7px center, 38px center;
    background-size: 10px 13px, 10px 13px;
  }

  input[type="range"]::-ms-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 56px;
    height: 29px;
    background-color: var(--primary);
    cursor: pointer;
    border-radius: 60px;
    z-index: 10;
    position: relative;
    background-image: url("./assets/depositos_product/left-arrow.png"),
      url("./assets/depositos_product/right-arrow.png");
    background-repeat: no-repeat;
    background-position: 7px center, 38px center;
    background-size: 10px 13px, 10px 13px;
  }

  .content_columns_period-times {
    display: flex;
    justify-content: left;
    gap: 48px;
    margin-left: -54px;
    flex: 2;
  }

  .content_columns_period-times .content_columns_item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .content_columns_period-times .content_columns_item p {
    margin: 0;
    margin-bottom: 5px;
    margin-top: 5px;
    color: var(--blue);
    font-size: 23px;
    font-weight: 400;
    line-height: 22px;
    font-family: "Geomanist-WZ-OT-Regular";
  }

  .content_columns_main-silutator-container
    .content_columns_period-times
    .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    /* width: 60px; */
    height: 25px;
    /* height: 34px; */
    margin: 0;
  }

  .content_columns_main-silutator-container
    .content_columns_period-times
    .switch
    input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .content_columns_main-silutator-container
    .content_columns_period-times
    input:checked
    + .slider {
    background-color: #ffffff;
  }

  .content_columns_main-silutator-container
    .content_columns_period-times
    input:checked
    + .slider:before {
    background-color: var(--primary);
  }

  .content_columns_main-silutator-container .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .content_columns_main-silutator-container .slider:before {
    position: absolute;
    content: "";
    height: 25px;
    width: 25px;
    left: 0px;
    bottom: 0px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 1px solid var(--primary);
  }

  .content_columns_main-silutator-container
    .content_columns_period-times
    input:checked
    + .slider:before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px);
  }

  .content_columns_main-silutator-container
    .content_columns_period-times
    .slider.round {
    border-radius: 6px;
  }

  .content_columns_main-silutator-container
    .content_columns_period-times
    .slider.round:before {
    border-radius: 6px;
  }

  .content_columns_main-silutator-container .content_columns_column p {
    margin: 0;
  }

  .capital_inicial {
    width: 75px;
  }

  .down_rows {
    width: 100px;
  }

  .content_columns_column-text,
  .content_columns_column-desc,
  .content_columns_column-desc-2 {
    color: var(--blue);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Geomanist-WZ-OT-Regular";
  }

  .content_columns_main-silutator-container
    .content_columns_column
    .content_columns_column-text {
    margin-bottom: 10px;
    white-space: depositosrap;
  }

  .content_columns_main-silutator-container
    .content_columns_column
    .content_columns_column-desc-2 {
    margin-top: 22px;
    white-space: depositosrap;
  }

  .content_columns_column-number {
    color: var(--blue);
    font-size: 23px;
    font-weight: 700;
    line-height: 22px;
    font-family: "Geomanist-WZ-OT-Book";
  }

  .content_columns_simulator-container {
    border-radius: 16px;
  }

  .content_columns_simulator-wrapper {
    border-radius: 16px;
  }

  .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: var(--blue);
    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: var(--blue);
    margin-bottom: 0;
    margin-top: 7px;
  }

  .content_columns_desc {
    color: var(--blue);
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    font-family: "Geomanist-WZ-OT-Light";
    text-align: center;
  }

  .content_columns_title {
    color: var(--blue);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    font-family: "Geomanist-WZ-OT-Light";
    margin-bottom: 32px;
    text-align: center;
  }

  .content_columns_title .bold {
    color: var(--blue);
    font-size: 23px;
    font-weight: 700;
    line-height: 25px;
    font-family: "Geomanist-WZ-OT-Bold";
    margin-bottom: 32px;
    text-align: center;
  }
}

@media (min-width: 1025px) and (max-width: 1149px) {
  .content_columns_scroll_single_button {
    width: 253.5px;
  }

  .content_columns_scroll_buttons {
    gap: 12px;
  }

  .content_columns_scroll_single_button {
    padding: 20px 20px;
  }
}

@media (min-width: 1150px) and (max-width: 1253px) {
  .content_columns_scroll_single_button {
    width: 261.5px;
  }
}

@media (min-width: 1025px) and (max-width: 1253px) {
  .container__moverte-trae-a-cuenta {
    padding: 49px 24px 100px;
  }
}

@media (min-width: 1250px) {
  .content_columns_simulator-container {
    min-width: 600px;
    width: 876px;
    max-width: 876px;
    background: transparent;
  }
}

/*----------------------------------------*/
/*--------------DEPÓSITOS-----------------*/
@media (min-width: 1025px) {
  .depositos__product__necesidades {
    padding: 124px 0px 0px;
    overflow: hidden;
    background-color: var(--secondary);
  }

  .depositos__product__necesidades h2 {
    font-size: 42px;
    line-height: 46px;
    font-weight: 300;
    font-family: "Geomanist-WZ-OT-Light";
    color: var(--blue);
    text-align: center;
    margin-bottom: 20px;
  }

  .superindice {
    font-size: 32px;
    font-weight: 600;
  }

  .depositos__product__necesidades h2 .underline {
    font-size: 42px;
    line-height: 46px;
    font-weight: 300;
    font-family: "Geomanist-WZ-OT-Light";
    position: relative;
    display: inline-block;
  }

  .depositos__product__necesidades h2 .underline::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 4px;
    background-color: var(--primary);
    border-radius: 5px;
  }

  .depositos__product__necesidades h2 .underline-mobile {
    font-size: 26px;
    line-height: 30px;
    font-weight: 300;
    font-family: "Geomanist-WZ-OT-Light";
    position: relative;
    display: inline-block;
  }

  .depositos__product__necesidades h2 .underline-mobile::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    height: 4px;
    background-color: #e8927c;
    border-radius: 5px;
  }

  .depositos__product__necesidades h2 .bold {
    font-size: 42px;
    line-height: 46px;
    font-weight: 700;
    font-family: "Geomanist-WZ-OT-Bold";
  }

  .depositos__product__necesidades h3 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    font-family: "Geomanist-WZ-OT-Book";
    color: var(--blue);
    text-align: center;
    margin-bottom: 40px;
    margin-top: 43px;
  }

  .depositos__product__necesidades h3 .bold {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    font-family: "Geomanist-WZ-OT-Bold";
  }

  .subrayado_necesidades_desktop {
    display: block;
  }

  .subrayado_necesidades_tablet {
    display: none;
  }

  .depositos__product__necesidades__consulta {
    font-family: "Geomanist-WZ-OT-Book";
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    color: #152a69;
  }

  .depositos__product__necesidades__consulta .bold {
    font-family: "Geomanist-WZ-OT-Bold";
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
  }

  .depositos__product__necesidades__senzillo {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    width: 150px;
    height: 150px;
    position: relative;
    left: 1050px;
    top: -665px;
    z-index: 1;
  }

  .depositos__product__necesidades__senzillo .senzillo {
    width: 150px;
    height: 150px;
    top: 0px;
    left: 0px;
    position: relative;
  }

  .depositos__product__necesidades__senzillo .percent {
    width: 50px;
    position: relative;
    top: 5px;
    left: -10px;
  }

  .depositos__product__necesidades__senzillo .online {
    width: 95px;
    /* height: 35px; */
    top: 32px;
    left: -92px;
    position: relative;
  }

  .main_content-depositos .depositos__product__necesidades-card-button {
    font-size: 15px;
    font-weight: 700;
    font-family: "Geomanist-WZ-OT-Bold";
    line-height: 42px;
    color: white !important;
    background-color: var(--blue);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    height: 42px;
    width: 136.48px;
    letter-spacing: 0.03em;
    margin-bottom: 20px;
  }

  .depositos__product__necesidades__container-card h2 .semibig {
    position: relative;
    bottom: 0px;
  }

  .depositos__product__necesidades__container {
    display: flex;
    flex-direction: row;
    align-items: center;
    /* gap: 27px; */
    gap: 84px;
    margin-left: 0px;
    padding-bottom: 0px;
  }

  .depositos__product__necesidades__container-cards {
    width: 100%;
    gap: 25px;
    display: flex;
    flex-direction: row;
    margin-bottom: 60px;
    flex: 1;
    /* max-width: 550px; */
    margin-top: 30px;
    justify-content: center;
  }

  .depositos__product__necesidades__container-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background-color: #f0f0f0;
    border-radius: 16px;
    padding-bottom: 33px;
    flex: 1;
    height: 350px;
    min-width: 281px;
  }

  .mobile-depositos-tablet {
    display: block;
    margin-left: 58px;
    margin-top: 45px;
    width: 377px;
  }

  .mobile-depositos {
    display: none;
  }

  .depositos__product__necesidades__container-card .container-round-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: var(--primary);
  }

  .depositos__product__necesidades__container-card .container-round-img {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 300px;
  }

  /* .depositos__product__necesidades__container-card
    .container-round-img
    img {
  } */
  .depositos__product__necesidades__container-card h2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    font-family: "Geomanist-WZ-OT-Book";
    color: var(--blue);
    margin-bottom: 20px;
    margin-top: 65px;
    text-align: center;
  }

  .depositos__product__necesidades__container-card h2 .big {
    font-weight: 400;
    font-size: 37px;
    line-height: 20px;
    font-family: "Geomanist-WZ-OT-Book";
    color: var(--blue);
    margin-bottom: 10px;
    margin-top: 65px;
    position: relative;
    text-align: center;
    top: 10px;
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .depositos__product__necesidades__container-card h2 .bold {
    font-weight: 700;
    font-size: 37px;
    line-height: 20px;
    font-family: "Geomanist-WZ-OT-Bold";
    color: var(--blue);
    margin-bottom: 10px;
    margin-top: 65px;
    text-align: center;
  }

  .depositos__product__necesidades__container-card .subtitle {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    font-family: "Geomanist-WZ-OT-Bold";
    margin-bottom: 15px;
    color: var(--blue);
    text-align: center;
  }

  .depositos__product__necesidades__container-card .description {
    font-weight: 700;
    font-size: 20px;
    line-height: 17px;
    font-family: "Geomanist-WZ-OT-Bold";
    margin-bottom: 15px;
    color: var(--blue);
    text-align: center;
    margin-top: 10px;
  }

  .depositos__product__necesidades__container-card .description .bold {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    font-family: "Geomanist-WZ-OT-Bold";
    color: var(--blue);
  }

  .depositos__product__necesidades__container-card .cliente_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    font-family: "Geomanist-WZ-OT-Book";
    color: var(--blue);
  }

  .depositos__product__necesidades__container-card .cliente_text .bold {
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    font-family: "Geomanist-WZ-OT-Bold";
    color: var(--blue);
  }

  .depositos__product__necesidades__container-image {
    position: relative;
    flex: 1;
    margin-top: -131px;
    margin-left: -58px;
  }

  .depositos__product__necesidades__container-image img {
    top: 102px;
    left: 70px;
    position: relative;
  }

  .depositos__product__necesidades__container-image .container-image-pay {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
  }

  .depositos__product__necesidades__container-image .mobile-depositos {
    margin-top: 46px;
  }

  .depositos___wrapper__ventajas {
    max-width: 1200px;
    margin: auto;
    padding-bottom: 0px;
    position: relative;
  }
}

@media (min-width: 1025px) and (max-width: 1150px) {
  .depositos__product__necesidades__container-card {
    min-width: 245px;
  }

  .depositos__product__necesidades__container-cards {
    gap: 20px;
  }

  .depositos__product__necesidades__senzillo {
    left: 950px;
    top: -705px;
  }
}

@media (min-width: 1151px) and (max-width: 1253px) {
  .depositos__product__necesidades__container-card {
    min-width: 261px;
  }

  .depositos__product__necesidades__senzillo {
    left: 975px;
    top: -695px;
  }
}

@media (min-width: 1025px) and (max-width: 1244px) {
  .depositos__product__necesidades {
    padding: 100px 24px 122px;
  }
}

/*----------------------------------------*/
/*---------------EN 4 PASOS---------------*/
@media (min-width: 1025px) {
  .depositos__product__payment-method h2 {
    font-size: 42px;
    line-height: 46px;
  }

  .depositos__product__payment-method h2 .underline {
    font-size: 42px;
    line-height: 46px;
  }

  .depositos__product__payment-method h2 .underline::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    /* Ajusta la posición vertical del subrayado */
    height: 4px;
    /* Grosor del subrayado */
    background-color: var(--primary);
    /* Tu color específico */
    border-radius: 5px;
  }

  .depositos__product__payment-method h2 .bold {
    font-size: 42px;
    line-height: 46px;
  }

  .depositos__product__payment-method .description {
    margin: 42px 218px 10px;
  }

  .depositos__product__payment-method__card-item h3 {
    margin-bottom: 17px;
    font-size: 23px;
    line-height: 27px;
  }

  .clipboard_mobile {
    width: 150px;
    margin-right: 70px;
  }

  .calculadora_mobile {
    width: 250px;
    margin-right: 55px;
  }

  .moneda_numeracion {
    border-radius: 50%;
    background-color: var(--primary);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    width: 70px;
    min-height: 70px;
    position: relative;
    z-index: 1;
    font-family: "Geomanist-WZ-OT-Bold";
    font-size: 23px;
    font-weight: 700;
    line-height: 27px;
    text-align: center;
    top: 50px;
  }

  .depositos__product__payment-method__card-item img {
    width: 50px;
    height: 45px;
    margin: auto;
    margin-top: 1px;
    margin-bottom: 13px;
  }

  .depositos__product__payment-method__card-item .underline {
    text-decoration: underline;
  }

  .depositos__product__payment-method h2 .break {
    display: inline-block;
    width: 100%;
  }

  .depositos__product__payment-method .description .break {
    display: inline-block;
    width: 100%;
  }

  .depositos__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;
  }

  .depositos__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;
  }

  .depositos__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;
  }

  .depositos__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: var(--blue);
    width: 267px;
  }

  .depositos__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;
  }

  .depositos__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: var(--blue);
    width: 194px;
  }

  .depositos__product__payment-method__container-features-columns-desktop
    .container-single-feature-third-column
    .underline {
    text-decoration: underline;
  }

  .depositos__product__payment-method__container-features-columns-desktop
    .container-single-feature-first-column
    img {
    width: 56.13px;
    height: 49px;
  }

  .depositos__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: var(--blue);
  }

  .depositos__product__payment-method__card-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 45px;
  }

  .depositos__product__payment-method__card-item-desktop {
    display: block;
  }

  .depositos__product__payment-method__card-item {
    width: 282px;
    min-height: 325px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 80px 35px;
    margin-right: -18px;
    border-radius: 16px;
    margin-left: -18px;
    margin-bottom: 25px;
    background-color: #e8f5fb;
    align-items: center;
  }

  .estructura-columna {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    border-radius: 16px;
    padding-bottom: 33px;
    flex: 1;
    height: 350px;
    min-width: 281px;
  }

  .depositos__product__payment-method__explore h3 {
    font-size: 23px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    font-family: "Geomanist-WZ-OT-Book";
    margin: 45px 335px 50px 285px;
    color: var(--blue);
  }

  .depositos__product__payment-method__explore h3 span {
    font-size: 23px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    font-family: "Geomanist-WZ-OT-Bold";
  }

  .depositos__product__payment-method__explore-yellow-container {
    flex-direction: row;
    justify-content: center;
    gap: 24px;
    margin-bottom: 142px;
    margin-top: 50px;
  }

  .depositos__product__payment-method__explore-yellow {
    width: 350px;
    height: 76px;
    padding: 17px 27px 18px 24px;
    align-items: center;
    margin: 0px;
  }

  .depositos__product__payment-method__explore-yellow p {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    font-family: "Geomanist-WZ-OT-Book";
    color: #ffffff;
    margin-top: 18px;
    margin-left: 16px;
  }

  .depositos__product__payment-method__explore-yellow p .bold {
    font-size: 14px;
    font-weight: 700;
    font-family: "Geomanist-WZ-OT-Bold";
  }

  .depositos__product__payment-method__two-columns {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    gap: 65px;
    margin-top: 90px;
  }

  .depositos__product__payment-method__two-columns h3 {
    font-family: "Geomanist-WZ-OT-Bold";
    font-size: 23px;
    font-weight: 700;
    line-height: 27px;
    text-align: center;
    color: #152a69;
  }

  .depositos__product__payment-method__two-columns p {
    font-family: "Geomanist-WZ-OT-Book";
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    margin-top: 20px;
    width: 280px;
  }

  .depositos__product__payment-method__left-column {
    border-radius: 16px;
    width: 384px;
    height: 510px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 50px 29px;
    margin-right: -18px;
    margin-left: -18px;
    margin-bottom: 25px;
    background-color: #f3e0c1;
    align-items: center;
  }

  .depositos__product__payment-method__left-column
    .depositos__product__payment-method__two-columns__button {
    position: relative;
    top: -50px;
  }

  .depositos__product__payment-method__right-column
    .depositos__product__payment-method__two-columns__button {
    position: relative;
    top: -75px;
  }

  .depositos__product__payment-method__right-column {
    border-radius: 16px;
    width: 384px;
    height: 510px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 50px 29px;
    margin-right: -18px;
    margin-left: -18px;
    margin-bottom: 25px;
    background-color: #e8927c;
    align-items: center;
  }

  .main_content-depositos
    .depositos__product__payment-method__two-columns__button {
    font-size: 15px;
    font-weight: 700;
    font-family: "Geomanist-WZ-OT-Bold";
    line-height: 42px;
    color: white !important;
    background-color: var(--blue);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    height: 42px;
    width: 136.48px;
    letter-spacing: 0.03em;
    margin-bottom: 20px;
    z-index: 2;
  }

  .girl_depositos {
    z-index: 1;
    top: 9px;
    position: relative;
  }

  .girl_depositos_tablet {
    display: none;
  }

  .card_depositos {
    z-index: 1;
    position: relative;
    top: -19px;
    left: 25px;
  }

  .card_depositos_tablet {
    display: none;
  }

  .depositos__product__payment-method__card-container {
    margin-bottom: -17px;
    margin-top: 17px;
    gap: 65px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 0px;
    padding-bottom: 0px;
  }

  .depositos__product__payment-method__cards-container {
    width: 100%;
    gap: 25px;
    display: flex;
    flex-direction: row;
    margin-bottom: 60px;
    flex: 1;
    /* max-width: 550px; */
    margin-top: 30px;
    justify-content: center;
  }

  .open-link-desktop {
    display: flex;
    width: 22px;
    height: 23px;
  }

  .depositos__product__payment-method {
    padding: 140px 0px 125px;
  }

  .depositos__product__payment-method__left-column h3 {
    width: 175px;
  }

  .depositos__product__payment-method__right-column h3 {
    width: 70px;
  }
}

@media (min-width: 1130px) and (max-width: 1230px) {
  .depositos__product__payment-method__card-item {
    width: 262px;
  }
}

@media (min-width: 1244px) {
  .depositos__product__payment-method__card-item {
    margin-bottom: 25px;
  }
}

@media (min-width: 1025px) and (max-width: 1130px) {
  .depositos__product__payment-method__card-container {
    gap: 5px;
  }

  .depositos__product__payment-method__card-item {
    padding: 20px 10px;
  }

  .depositos__product__payment-method__card-item {
    width: 250px;
  }

  .depositos__product__payment-method__card-item {
    padding: 70px 20px;
  }

  .depositos__product__payment-method__cards-container {
    gap: 0px;
  }

  .estructura-columna {
    min-width: 261px;
    max-width: 261px;
  }
}

/*----------------------------------------*/
/*------------NO TENGAS DUDAS-------------*/
@media (min-width: 1025px) {
  .depositos__product__no-tengas-dudas h2 {
    font-size: 42px;
    font-weight: 300;
    line-height: 46px;
    margin-bottom: 60px;
    font-family: "Geomanist-WZ-OT-Light";
  }

  .depositos__product__no-tengas-dudas h2 span {
    font-size: 42px;
    line-height: 46px;
    display: inline-block;
    width: auto;
  }

  .depositos__product__no-tengas-dudas h3 {
    font-size: 42px;
    font-weight: 300;
    line-height: 46px;
    margin-bottom: 73px;
    font-family: "Geomanist-WZ-OT-Light";
  }

  .depositos__product__no-tengas-dudas h3 span {
    font-size: 42px;
    line-height: 46px;
    display: inline-block;
    width: auto;
  }

  .depositos__product__no-tengas-dudas {
    background-color: #f0f0f0;
    padding: 83px 0px 125px;
  }

  .depositos__product__no-tengas-dudas__item {
    /* height: 150px; */
  }

  .depositos__product__no-tengas-dudas__item-header p {
    width: 800px;
  }

  .depositos__product__no-tengas-dudas__item-body p {
    margin: 9px 0 0;
    line-height: 22px;
    width: 970px;
  }

  .depositos__product__no-tengas-dudas__container-cards {
    max-width: 1200px;
    margin: auto;
  }

  .depositos__product__no-tengas-dudas__item-header {
    margin-top: -11px;
    /* margin-top: 23px; */
  }

  .depositos__product__no-tengas-dudas__container-cards {
    gap: 25px;
  }

  .depositos__product__no-tengas-dudas__item {
    padding: 49px 25px 37px;
  }

  .depositos__product__no-tengas-dudas__item-button {
    width: 42px;
    height: 42px;
    min-width: 42px;
  }

  /* TODO Mismo estilo que anterior necesario para mobile y tablet*/
  .depositos__product__no-tengas-dudas__wrapper {
    max-width: 1200px;
    margin: auto;
    position: relative;
    padding-bottom: 0px;
  }

  .depositos__product__no-tengas-dudas__show-more {
    margin-top: 50px;
  }

  .arrow-up {
    width: 14px;
  }
}

@media (min-width: 1025px) and (max-width: 1238px) {
  .depositos__product__no-tengas-dudas {
    background-color: #f0f0f0;
    padding: 83px 24px 125px;
  }
}

/*----------------------------------------*/
/*--------------TEXTO LEGAL---------------*/
@media (min-width: 1025px) {
  .depositos__product__banner-text {
    padding: 0px 0px 60px;
    margin-top: 100px;
  }

  .depositos__product__banner-text p {
    margin-bottom: 13px;
  }

  .depositos__product__banner-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    font-family: "Geomanist-WZ-OT-Book";
    margin: 0 0 13px;
    color: var(--blue);
    text-align: justify;
  }

  .depositos__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: var(--blue);
  }
}

@media (min-width: 1025px) and (max-width: 1245px) {
  .depositos__product__banner-text {
    padding: 0px 24px 20px;
  }
}
