/*----------------------------------------*/
/*---------------GENÉRICOS----------------*/
@media (min-width: 1025px) {
  .break-br-mobile {
    display: none;
  }

  .break-br-tablet {
    display: none;
  }

  .break-br-desktop {
    display: initial;
  }

  .migas {
    display: none;
  }

  .break-mobile {
    display: inline;
  }

  .break {
    display: inline-block;
    width: 100%;
  }

  .break-desktop {
    display: inline-block;
    width: 100%;
  }

  .break-desktop-2 {
    display: inline-block;
    width: 100%;
  }
}

/*----------------------------------------*/
/*---------STICKY FIJO LA QUIERO----------*/
@media (min-width: 1025px) {
  .container-soliticar-button-float {
    display: 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;
  }

  .container-soliticar-button-float-desktop > .solicitar {
    font-size: 16px;
    font-weight: 700;
    font-family: "Geomanist-WZ-OT-Bold";
    line-height: 22px;
    color: white !important;
    background-color: #ff4f4e;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    height: 44px;
    width: 178px;
  }

  .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;
  }
}

/*----------------------------------------*/
/*--------------BANNER HERO---------------*/
@media (min-width: 1025px) {
  .aplazame__banner-hero-flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    align-items: start;
    grid-template-areas:
      "image title"
      "image boxes";
  }

  .aplazame__product__banner-hero h1 {
    grid-area: title;
  }

  .aplazame__product__banner-hero {
    display: flex;
  }

  .aplazame__product__banner-hero__container-images {
    grid-area: image;
    display: flex;
    justify-content: center;
    flex: 1;
    margin: 0;
  }

  .aplazame__product__banner-hero-feature-wrapper {
    grid-area: boxes;
    flex: 1;
  }

  .aplazame__product__banner-hero {
    background-color: #b3dff1;
    padding: 89px 200px 0px 0px;
  }

  .aplazame__product__banner-hero__container-images-item-text {
    display: none;
  }

  .aplazame__banner-hero-flex h1 {
    display: block;
    font-family: "Geomanist-WZ-OT-Light";
    font-size: 54px;
    line-height: 56px;
    font-weight: 300;
    color: #152a69;
    padding: 0 0 0 14px;
    margin-top: -7px;
  }

  .aplazame__banner-hero-flex h1 .bold {
    font-family: "Geomanist-WZ-OT-Bold";
    font-size: 54px;
    line-height: 56px;
    font-weight: 700;
    color: #152a69;
  }

  .aplazame__banner-hero-flex h1 .underline {
    position: relative;
    display: inline-block;
  }

  /* .aplazame__banner-hero-flex h1 .underline::after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: -5px;
		height: 5px;
		background-color: #e8927c;
		border-radius: 5px;
	} */

  .container-single-feature {
    flex-direction: column;
  }

  .container_emision {
    width: 229px;
    height: 64px;
    position: absolute;
    z-index: 2;
    top: 373px;
    left: 70px;
    color: white;
    border-radius: 35px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 20px;
  }

  .container_emision .cero-euros-movil {
    display: none;
  }

  .container_emision p {
    font-size: 17px;
    font-weight: 400;
    color: white;
    font-family: "Geomanist-WZ-OT-Book";
    line-height: 16px;
  }

  .card-img {
    display: none;
  }

  .card-img-desktop {
    display: block;
    /* width: 570px; */
    margin-left: -40px;
    padding-right: 50px;
  }

  .aplazame__product__banner-hero__container-features {
    gap: 6px;
  }

  .aplazame__product__banner-hero__container-features {
    flex-direction: row;
    padding: 0 14px;
  }

  .container-single-feature {
    border-radius: 16px;
    gap: 19px;
    flex: 1;
    padding: 22px 18px 25px 25px;
    height: auto;
  }

  .container-single-feature p {
    margin: 0;
    margin-right: 12px;
    margin-bottom: -12px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Geomanist-WZ-OT-Book";
    color: #152a69;
  }

  .aplazame__product__banner-hero__container-images-item {
    display: flex;
  }

  .aplazame__product__banner-hero__container-features-columns
    .container-single-feature-columns {
    display: none;
  }

  .aplazame__product__banner-hero__container-features-columns-desktop {
    display: flex;
    gap: 6px;
    padding: 0 14px;
    margin-bottom: 17px;
    justify-content: flex-start;
    width: 100%;
    margin-top: 30px;
  }

  .aplazame__product__banner-hero__container-features-columns-desktop
    .container-single-feature-columns {
    border-radius: 16px;
    border: 1px solid #152a69;
    padding: 21px 25px 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 200px;
    height: 125px;
  }

  .aplazame__product__banner-hero__container-features-columns-desktop
    .container-diagonal-arrow {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .aplazame__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;
  }

  .aplazame__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;
  }

  .aplazame__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: white;
  }

  .container-single-feature .container-diagonal-arrow {
    background-color: #152a69;
    border-radius: 99px;
    width: 100%;
    /* min-width: 150px; */
    /* height: 25px; */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    min-height: 25px;
    /* padding: 15px 8px 15px 33px; */
  }

  .aplazame__product__banner-hero .container_emision .cero-euros {
    display: inline-block;
    /* margin-right: 12px;
    margin-left: -12px; */
  }

  .container_emision .cero-euros {
    display: none;
    padding: 1.5px;
  }
}

@media (min-width: 1403px) {
  .aplazame__product__banner-hero__container-features {
    gap: 50px;
  }
}

@media (min-width: 1403px) {
  .aplazame__product__banner-hero__container-features-columns-desktop {
    gap: 50px;
  }
}

@media (min-width: 1025px) and (max-width: 1048px) {
  .container-single-feature {
    padding: 25px 7px;
  }

  .aplazame__product__banner-hero__container-features-columns-desktop
    .container-single-feature-columns {
    padding: 25px 7px;
  }
}

@media (min-width: 1025px) and (max-width: 1100px) {
  .aplazame__product__banner-hero__container-features-columns-desktop
    .container-single-feature-columns {
    padding: 12px 13px 22px 12px;
  }

  .aplazame__product__banner-hero-feature-wrapper h1 {
    font-size: 47px;
  }

  .aplazame__product__banner-hero-feature-wrapper h1 .bold {
    font-size: 47px;
  }
}

/*----------------------------------------*/
/*----------CASHBACK (OCULTO)-------------*/
@media (min-width: 1025px) {
  .aplazame__product__banner-cashback-image-desktop .container_emision {
    top: 203px;
    right: -54px;
    background-color: #f1a1ec;
  }

  .aplazame__product__banner-cashback-image-desktop .container_emision {
    top: 323px;
    right: -26px;
    background-color: #f1a1ec;
  }

  .aplazame__product__banner-cashback {
    padding: 88px 0 99px;
  }

  .aplazame__product__banner-cashback h2 {
    font-size: 42px;
    font-weight: 300;
    line-height: 46px;
    text-align: center;
    font-family: "Geomanist-WZ-OT-Light";
    color: #152a69;
    margin-bottom: 26px;
    margin-left: 16px;
  }

  .aplazame__product__banner-cashback h2 .underline {
    font-size: 42px;
    font-weight: 300;
    line-height: 46px;
    text-align: center;
    font-family: "Geomanist-WZ-OT-Light";
    color: #152a69;
    position: relative;
    display: inline-block;
  }

  .aplazame__product__banner-cashback h2 .bold {
    font-size: 42px;
    font-weight: 700;
    line-height: 46px;
    text-align: center;
    font-family: "Geomanist-WZ-OT-Bold";
  }

  .aplazame__product__banner-cashback h2 .extra-bold {
    font-size: 47px;
    font-weight: 700;
    line-height: 46px;
    text-align: center;
    font-family: "Geomanist-WZ-OT-Bold";
  }

  .aplazame__product__banner-cashback h2 .break {
    display: inline-block;
    width: 100%;
  }

  .aplazame__product__banner-cashback-desc {
    margin-bottom: 70px;
    margin-left: 20px;
    margin-top: 35px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    font-weight: 400;
    font-family: "Geomanist-WZ-Medium";
    color: #152a69;
  }

  .aplazame__product__banner-cashback-item {
    border-radius: 16px;
    background-color: #d6d9ed;
    padding: 37.2px 0px;
    /* padding: 35px 24px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: 474px;
  }

  .aplazame__product__banner-cashback-item img {
    margin-bottom: 60px;
    width: 90px;
    height: 90px;
  }

  .plus-container {
    width: 76px;
    height: 76px;
    margin: auto;
  }

  .plus-container img {
    width: 28px;
  }

  .aplazame__product__banner-cashback-item h3 {
    font-size: 90px;
    line-height: 50px;
    font-weight: 700;
    text-align: center;
    font-family: "Geomanist-WZ-OT-Bold";
    margin-bottom: 63px;
    position: relative;
    display: inline-block;
    color: #152a69;
    margin-top: -8px;
  }

  .aplazame__product__banner-cashback-item .one-percent {
    font-size: 90px;
    line-height: 50px;
    font-weight: 700;
    text-align: center;
    font-family: "Geomanist-WZ-OT-Bold";
    margin-bottom: 63px;
    position: relative;
    display: inline-block;
    color: #152a69;
    margin-top: -8px;
    margin-left: -25px;
    margin-right: 25px;
  }

  .aplazame__product__banner-cashback-item .ten-percent {
    font-size: 90px;
    line-height: 50px;
    font-weight: 700;
    text-align: center;
    font-family: "Geomanist-WZ-OT-Bold";
    margin-bottom: 63px;
    position: relative;
    display: inline-block;
    color: #152a69;
    margin-top: -8px;
    margin-right: 55px;
    margin-left: -15px;
  }

  .aplazame__product__banner-cashback-item .one-percent::after {
    content: "";
    position: absolute;
    margin-top: 1px;
    margin-right: -30px;
    margin-left: 30px;
    margin-bottom: -8px;
    width: 53px;
    left: 0;
    right: 0;
    bottom: -26px;
    /* Ajusta la posición vertical del subrayado */
    height: 5px;
    /* Grosor del subrayado */
    background-color: #e8927c;
    /* Tu color específico */
    border-radius: 5px;
  }

  .aplazame__product__banner-cashback-item .ten-percent::after {
    content: "";
    position: absolute;
    margin-top: 1px;
    margin-right: -30px;
    margin-left: 30px;
    margin-bottom: -8px;
    left: 0;
    right: 0;
    bottom: -26px;
    /* Ajusta la posición vertical del subrayado */
    height: 5px;
    /* Grosor del subrayado */
    background-color: #e8927c;
    /* Tu color específico */
    border-radius: 5px;
  }

  .one-percent {
    width: 50px;
  }

  .ten-percent {
    width: 78px;
  }

  .aplazame__product__banner-cashback-item .subtitle {
    font-size: 23px;
    font-weight: 400;
    font-family: "Geomanist-WZ-OT-Book";
    color: #152a69;
    text-align: center;
    line-height: 27px;
    margin-top: 5px;
  }

  .aplazame__product__banner-cashback-item .subtitle .bold {
    font-size: 23px;
    font-weight: 700;
    font-family: "Geomanist-WZ-OT-Bold";
    color: #152a69;
    line-height: 27px;
  }

  .aplazame__product__banner-cashback-item .subtitle .break {
    /* font-size: 23px;
    font-weight: 700;
    font-family: "Geomanist-WZ-Book";
    color: #152a69;
    line-height: 27px; */
    display: inline-block;
    width: 100%;
  }

  .aplazame__product__banner-cashback-item .description {
    color: #152a69;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    font-family: "Geomanist-WZ-OT-Book";
    text-align: center;
    margin-top: -5px;
  }

  .aplazame__product__banner-cashback-item .description .bold {
    color: #152a69;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    font-family: "Geomanist-WZ-OT-Bold";
  }

  .aplazame__product__banner-cashback-item .description .break {
    display: inline-block;
    width: 100%;
  }

  .aplazame__product__banner-cashback-image-desktop {
    display: flex;
    position: relative;
  }

  .cart-pink {
    position: absolute;
    z-index: 2;
    top: -150px;
    right: -320px;
    transform: translate(12px, -70px);
    animation: flotar 4s ease-in-out infinite;
  }

  .camera-pink {
    position: absolute;
    z-index: 2;
    top: -25px;
    right: -387px;
    transform: translate(155px, -24px);
    animation: flotar 4s ease-in-out infinite;
  }

  .shirt-pink {
    position: absolute;
    z-index: 2;
    top: -122px;
    left: 383px;
    transform: translate(250px, -24px);
    animation: flotar 4s ease-in-out infinite;
  }

  .tv-pink {
    position: absolute;
    z-index: 2;
    top: -42px;
    left: 457px;
    transform: translate(250px, -24px);
    animation: flotar 4s ease-in-out infinite;
  }

  .mask-pink {
    position: absolute;
    z-index: 2;
    top: 78px;
    left: 353px;
    transform: translate(250px, -24px);
    animation: flotar 4s ease-in-out infinite;
  }
}

@media (min-width: 1147px) {
  .aplazame__product__banner-cashback-image-desktop .container_emision {
    top: 304px;
    right: -89px;
    background-color: #f1a1ec;
  }
}

@media (min-width: 1147px) {
  /* .aplazame__product__banner-cashback-image-desktop {
    display: flex;
    position: relative;
  } */
  .aplazame__product__banner-cashback__container-images-svgs {
    position: absolute;
    top: 0;
  }

  .cart-pink {
    position: absolute;
    z-index: 2;
    top: -89px;
    right: -208px;
    transform: translate(12px, -70px);
    animation: flotar 4s ease-in-out infinite;
  }

  .camera-pink {
    position: absolute;
    z-index: 2;
    top: -2px;
    right: -380px;
    transform: translate(155px, -24px);
    animation: flotar 4s ease-in-out infinite;
  }

  .shirt-pink {
    position: absolute;
    z-index: 2;
    top: -95px;
    left: 240px;
    transform: translate(250px, -24px);
    animation: flotar 4s ease-in-out infinite;
  }

  .tv-pink {
    position: absolute;
    z-index: 2;
    top: -46px;
    left: 279px;
    transform: translate(250px, -24px);
    animation: flotar 4s ease-in-out infinite;
  }

  .mask-pink {
    position: absolute;
    z-index: 2;
    top: 88px;
    left: 308px;
    transform: translate(250px, -24px);
    animation: flotar 4s ease-in-out infinite;
  }
}

@media (min-width: 1320px) {
  .aplazame__product__banner-cashback-container-items {
    gap: 50px;
  }

  .aplazame__product__banner-cashback-container-wrapper {
    gap: 50px;
  }
}

@media (min-width: 1147px) {
  .aplazame__product__banner-cashback-item {
    width: 325px;
    padding: 66px 24px;
  }

  .aplazame__product__banner-cashback-image-desktop > img {
    width: 303px;
  }
}

@media (min-width: 1266px) {
  .cart-pink {
    position: absolute;
    z-index: 2;
    top: -150px;
    right: -320px;
    transform: translate(12px, -70px);
    animation: flotar 4s ease-in-out infinite;
  }

  .camera-pink {
    position: absolute;
    z-index: 2;
    top: -25px;
    right: -387px;
    transform: translate(155px, -24px);
    animation: flotar 4s ease-in-out infinite;
  }

  .shirt-pink {
    position: absolute;
    z-index: 2;
    top: -122px;
    left: 383px;
    transform: translate(250px, -24px);
    animation: flotar 4s ease-in-out infinite;
  }

  .tv-pink {
    position: absolute;
    z-index: 2;
    top: -42px;
    left: 457px;
    transform: translate(250px, -24px);
    animation: flotar 4s ease-in-out infinite;
  }

  .mask-pink {
    position: absolute;
    z-index: 2;
    top: 78px;
    left: 353px;
    transform: translate(250px, -24px);
    animation: flotar 4s ease-in-out infinite;
  }
}

/*----------------------------------------*/
/*-------------A TU MANERA----------------*/
@media (min-width: 1025px) {
  /* .aplazame__product__plan-aplaza {
    padding: 88px 180px 0;
  } */
  .aplazame__product__plan-aplaza {
    padding: 94px 0px 0;
    position: relative;
    overflow: hidden;
  }

  .aplazame__product__plan-aplaza h2 {
    padding: 0 330px;
    font-weight: 300;
    font-size: 42px;
    line-height: 46px;
    font-family: "Geomanist-WZ-OT-Light";
    margin-bottom: 47px;
    text-align: center;
    color: #152a69;
  }

  .aplazame__product__plan-aplaza h2 .break {
    display: inline-block;
    width: 100%;
  }

  .aplazame__product__plan-aplaza h2 .underline {
    font-weight: 300;
    font-size: 42px;
    line-height: 46px;
    font-family: "Geomanist-WZ-OT-Light";
    /* margin-bottom: 28px; */
    text-align: center;
    color: #152a69;
    position: relative;
    display: inline-block;
  }

  .aplazame__product__plan-aplaza h2 .underline::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    /* Ajusta la posición vertical del subrayado */
    height: 4px;
    /* Grosor del subrayado */
    background-color: #e8927c;
    /* Tu color específico */
    border-radius: 5px;
  }

  .aplazame__product__plan-aplaza h2 .bold {
    font-weight: 700;
    font-size: 42px;
    line-height: 46px;
    font-family: "Geomanist-WZ-OT-Bold";
  }

  .aplazame__product__plan-aplaza__cards-container {
    display: flex;
    flex-direction: row;
    gap: 25px;
    margin-bottom: 110px;
    flex: 2;
    margin-top: 20px;
  }

  .aplazame__product__plan-aplaza-icons-container {
    display: block;
    position: absolute;
    top: 0;
  }

  .camera-orange,
  .cart-orange,
  .shirt-orange,
  .tv-orange,
  .helmet-orange {
    position: absolute;
    transform: translate(20px, 20px);
    animation: flotar 4s ease-in-out infinite;
  }

  .camera-orange {
    left: 43px;
    top: 135px;
  }

  .cart-orange {
    top: 167px;
    left: 170px;
  }

  .shirt-orange {
    top: 255px;
    left: 102px;
  }

  .tv-orange {
    top: 132px;
    right: -1059px;
  }

  .helmet-orange {
    top: 213px;
    right: -1147px;
  }

  .aplazame__product__plan-aplaza__cards {
    position: relative;
    height: 400px;
    flex: 1;
  }

  .aplazame__product__plan-aplaza__image-container {
    flex: 1;
    display: flex;
    justify-content: center;
  }

  .aplazame__product__plan-aplaza__cards-header h3 {
    font-size: 20px;
    line-height: 22px;
    /* white-space: nowrap; */
  }

  .aplazame__product__plan-aplaza .description {
    padding: 0 270px;
    line-height: 22px;
    margin-bottom: 34px;
  }

  .aplazame__product__plan-aplaza__cards-header h3 span {
    font-size: 20px;
    line-height: 22px;
  }

  .aplazame__product__plan-aplaza__cards-header p {
    font-size: 12px;
    line-height: 22px;
  }

  .aplazame__product__plan-aplaza__cards-body {
    height: 300px;
    padding: 33px 10px;
    /* max-width: 250px; */
    /* width: 250px; */
  }

  .aplazame__product__plan-aplaza__cards-body .underline {
    text-decoration: underline;
  }

  .hide-text {
    visibility: hidden;
  }

  .aplazame__product__plan-aplaza__cards-body .title {
    margin-bottom: 0px;
    line-height: 18px;
  }

  .aplazame__product__plan-aplaza__cards-body .subtitle {
    font-size: 12px;
    font-weight: 400;
    font-family: "Geomanist-WZ-OT-Book";
    text-align: center;
    line-height: 18px;
    color: #152a69;
    /* margin-bottom: 36px; */
  }

  .aplazame__product__plan-aplaza__cards-body .subtitle span {
    font-size: 20px;
    font-weight: 700;
    font-family: "Geomanist-WZ-OT-Bold";
    text-align: center;
    line-height: 18px;
    color: #152a69;
  }

  /* .aplazame__product__plan-aplaza__cards-body .description span {
    display: inline-block;
    width: 100%;
  } */
  .aplazame__product__plan-aplaza__cards-header-red {
    padding: 31px 10px 25px;
    /* max-width: 250px; */
    /* width: 250px; */
    height: 100px;
  }

  .aplazame__product__plan-aplaza__cards-header {
    padding: 31px 10px 25px;
    /* max-width: 250px; */
    /* width: 250px; */
    height: 100px;
  }

  .aplazame__product__plan-aplaza__cards-header-red h3 {
    font-size: 20px;
    line-height: 22px;
  }

  .aplazame__product__plan-aplaza__cards-header-red h3 .bold {
    font-size: 23px;
    line-height: 27px;
  }

  .aplazame__product__plan-aplaza__cards-header-red p {
    font-size: 12px;
    line-height: 22px;
  }

  .aplazame__product__plan-aplaza-container {
    display: flex;
    flex-direction: row-reverse;
  }
}

@media (min-width: 1025px) and (max-width: 1554px) {
  .aplazame__product__plan-aplaza {
    padding: 60px 100px 0;
  }
}

@media (min-width: 1025px) and (max-width: 1394px) {
  .aplazame__product__plan-aplaza {
    padding: 60px 50px 0;
  }
}

@media (min-width: 1025px) and (max-width: 1298px) {
  .aplazame__product__plan-aplaza {
    padding: 60px 24px 0;
  }
}

@media (min-width: 1025px) and (max-width: 1163px) {
  .aplazame__product__plan-aplaza-container
    .aplazame__product__plan-aplaza__cards-container {
    gap: 5px;
  }
}

@media (min-width: 1173px) {
  .aplazame__product__plan-aplaza__cards {
    flex: 1;
  }
}

@media (max-width: 1179px) {
  .aplazame__product__plan-aplaza__cards-container {
    display: flex;
    justify-content: center;
  }

  .aplazame__product__plan-aplaza__cards-container {
    gap: 12px;
  }
}

@media (max-width: 1242px) {
  .aplazame__product__plan-aplaza__cards-container {
    gap: 12px;
  }
}

@media (min-width: 1224px) {
  .aplazame__product__plan-aplaza__cards {
    width: 250px;
  }
}

@media (min-width: 1024px) and (max-width: 1051px) {
  .aplazame__product__plan-aplaza {
    padding: 60px 5px 0;
  }
}

@media (min-width: 1025px) and (max-width: 1150px) {
  .cart-orange {
    left: 109px;
  }
}

/*----------------------------------------*/
/*---------------TU DECIDES---------------*/
@media (min-width: 1025px) {
  .aplazame__product__payment-method h2 {
    font-size: 42px;
    line-height: 46px;
  }

  .aplazame__product__payment-method h2 .underline {
    font-size: 42px;
    line-height: 46px;
  }

  .aplazame__product__payment-method h2 .underline::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    /* Ajusta la posición vertical del subrayado */
    height: 4px;
    /* Grosor del subrayado */
    background-color: #e8927c;
    /* Tu color específico */
    border-radius: 5px;
  }

  .aplazame__product__payment-method h2 .bold {
    font-size: 42px;
    line-height: 46px;
  }

  .aplazame__product__payment-method .description {
    margin-bottom: 25px;
    margin-top: 40px;
  }

  .aplazame__product__payment-method__card-item h3 {
    margin-bottom: 31px;
    font-size: 23px;
    line-height: 27px;
  }

  .aplazame__product__payment-method__card-item img {
    width: 50px;
    height: 45px;
    margin: auto;
    margin-top: 1px;
    margin-bottom: 13px;
  }

  /* .aplazame__product__payment-method__card-item .pago-aplazado-tin {
    margin-top: 5px;
  } */

  .aplazame__product__payment-method__card-item .underline {
    text-decoration: underline;
  }

  .aplazame__product__payment-method h2 .break {
    display: inline-block;
    width: 100%;
  }

  .aplazame__product__payment-method .description .break {
    display: inline-block;
    width: 100%;
  }

  .aplazame__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;
  }

  .aplazame__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;
  }

  .aplazame__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;
  }

  .aplazame__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;
  }

  .aplazame__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;
  }

  .aplazame__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;
  }

  .aplazame__product__payment-method__container-features-columns-desktop
    .container-single-feature-third-column
    .underline {
    text-decoration: underline;
  }

  .aplazame__product__payment-method__container-features-columns-desktop
    .container-single-feature-first-column
    img {
    width: 56.13px;
    height: 49px;
  }

  .aplazame__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;
  }

  /* .aplazame__product__payment-method__card-container {
     margin-bottom: 78.59px; 
  } */
  .aplazame__product__payment-method__card-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /* gap: 40px; */
  }

  .aplazame__product__payment-method__card-item-desktop {
    display: block;
  }

  .aplazame__product__payment-method__card-item {
    width: 400px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 50px 60px;
    margin-right: -18px;
    margin-left: -18px;
  }

  .aplazame__product__payment-method__explore .h3 {
    font-size: 23px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    font-family: "Geomanist-WZ-OT-Book";
    margin: 40px 250px 0px;
    color: #152a69;
  }

  .aplazame__product__payment-method__explore .h3 span {
    font-size: 23px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    font-family: "Geomanist-WZ-OT-Bold";
  }

  .aplazame__product__payment-method__explore-yellow-container {
    flex-direction: row;
    justify-content: center;
    gap: 49px;
  }

  .aplazame__product__payment-method__explore-yellow {
    width: 350px;
    height: 76px;
    padding: 17px 27px 18px 24px;
    align-items: center;
    margin: 0px;
  }

  .aplazame__product__payment-method__explore-yellow p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Geomanist-WZ-OT-Book";
    color: #ffffff;
    margin-top: 18px;
    margin-right: 25px;
  }

  .aplazame__product__payment-method__explore-yellow p .bold {
    font-size: 16px;
    font-weight: 700;
    font-family: "Geomanist-WZ-OT-Bold";
  }

  .aplazame__product__payment-method__card-container {
    margin-bottom: -17px;
  }

  .open-link-desktop {
    display: flex;
    width: 22px;
    height: 23px;
  }

  .aplazame__product__payment-method {
    padding: 79px 0px 124px;
  }
}

@media (min-width: 1244px) {
  .aplazame__product__payment-method__card-item {
    min-width: 400px;
  }
}

@media (min-width: 1025px) and (max-width: 1130px) {
  .aplazame__product__payment-method__card-container {
    gap: 5px;
  }

  .aplazame__product__payment-method__card-item {
    padding: 20px 10px;
  }
}

@media (min-width: 1130px) and (max-width: 1135px) {
  .aplazame__product__payment-method__card-item {
    padding: 45px 46px;
  }
}

@media (min-width: 1226px) {
  .container-single-feature {
    width: 200px;
    height: 175px;
  }
}

/*----------------------------------------*/
/*--------INFORMADO Y CONECTADO-----------*/
@media (min-width: 1025px) {
  .aplazame__product__informado-y-conectado {
    padding: 100px 0px 122px;
  }

  .aplazame__product__informado-y-conectado h2 {
    font-size: 42px;
    line-height: 46px;
    font-weight: 300;
    font-family: "Geomanist-WZ-OT-Light";
    color: #152a69;
    text-align: center;
    margin-bottom: 164px;
    padding: 0 250px;
  }

  .aplazame__product__informado-y-conectado h2 .underline {
    font-size: 42px;
    line-height: 46px;
    font-weight: 300;
    font-family: "Geomanist-WZ-OT-Light";
    position: relative;
    display: inline-block;
  }

  /*.aplazame__product__informado-y-conectado h2 .underline::after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: -3px;
		height: 4px;
		background-color: #e8927c;
		border-radius: 5px;
	}*/

  .aplazame__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;
  }

  .aplazame__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;
  }

  .aplazame__product__informado-y-conectado h2 .bold {
    font-size: 42px;
    line-height: 46px;
    font-weight: 700;
    font-family: "Geomanist-WZ-OT-Bold";
  }

  .aplazame__apps-container {
    margin-top: 38px;
    display: flex;
    justify-content: flex-end;
    gap: 25.44px;
  }

  .app-store {
    width: 161.56px;
  }

  .google-store {
    width: 175px;
  }

  .aplazame__product__informado-y-conectado__container {
    display: flex;
    flex-direction: row;
    align-items: center;
    /* gap: 27px; */
    gap: 84px;
  }

  .aplazame__product__informado-y-conectado__container-cards {
    width: 100%;
    gap: 74px;
    display: flex;
    flex-direction: column;
    /* margin-bottom: 66px; */
    flex: 1;
    /* max-width: 550px; */
  }

  .aplazame__product__informado-y-conectado__container-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background-color: #ecf7fb;
    border-radius: 16px;
    padding-bottom: 33px;
    flex: 1;
  }

  .mobile-aplazame-tablet {
    display: block;
    margin-left: 58px;
    margin-top: 45px;
    width: 377px;
  }

  .mobile-aplazame {
    display: none;
  }

  .aplazame__product__informado-y-conectado__container-card
    .container-round-img {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background-color: #e8927c;
  }

  .aplazame__product__informado-y-conectado__container-card
    .container-round-img {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 300px;
  }

  /* .aplazame__product__informado-y-conectado__container-card
    .container-round-img
    img {
  } */
  .aplazame__product__informado-y-conectado__container-card h3 {
    font-weight: 700;
    font-size: 23px;
    line-height: 27px;
    font-family: "Geomanist-WZ-OT-Bold";
    color: #152a69;
    margin-bottom: 10px;
    margin-top: 70px;
    text-align: center;
  }

  .aplazame__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;
    padding: 0 150px;
  }

  .aplazame__product__informado-y-conectado__container-card .description {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    font-family: "Geomanist-WZ-OT-Light";
    margin-bottom: 15px;
    color: #152a69;
    text-align: center;
    padding: 0 80px;
  }

  .aplazame__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;
  }

  .aplazame__product__informado-y-conectado__container-image {
    position: relative;
    flex: 1;
    margin-top: -131px;
    margin-left: -58px;
  }

  .aplazame__product__informado-y-conectado__container-image
    .container-image-pay {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
  }

  .container-image-pay.light-blue {
    background-color: #0053ff;
    /* top: 226px; */
    /* right: 56px; */
    left: auto;
    top: 276px;
    right: 157px;
  }

  .container-image-pay.blue {
    background-color: #152a69;
    /* right: 3px;
    top: 415px; */
    top: 181px;
    right: 27px;
  }

  .container-image-pay.orange {
    background-color: #e8927c;
    /* top: 347px;
    right: 162px; */
    right: 8px;
    top: 335px;
  }

  .aplazame__product__informado-y-conectado .container_emision {
    width: 271px;
    height: 76px;
    position: absolute;
    z-index: 2;
    top: 494px;
    right: 54px;
    background-color: #152a69;
    color: white;
    border-radius: 35px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    left: auto;
    padding: 0 40px;
  }

  .container-image-pay .mobile {
    display: none;
  }

  .container-image-pay .tablet {
    display: block;
  }

  .container_emision p {
    font-size: 20px;
    font-weight: 300;
    color: white;
    font-family: "Geomanist-WZ-OT-Light";
    line-height: 19px;
  }

  .container_emision .cero-euros-movil {
    display: none;
  }

  .aplazame__product__informado-y-conectado .container_emision .cero-euros {
    display: inline-block;
    margin-right: 12px;
    margin-left: -10px;
    height: 35px;
  }

  .aplazame__product__informado-y-conectado__container-image .mobile-aplazame {
    margin-top: 46px;
  }

  .informado-desktop {
    display: inline;
  }

  .informado-tablet {
    display: none;
  }

  .informado-mobile {
    display: none;
  }
}

@media (min-width: 1270px) {
  .aplazame__product__informado-y-conectado__container-card {
    max-height: 300px;
  }

  .aplazame__product__informado-y-conectado__container-cards {
    max-width: 550px;
  }
}

@media (min-width: 1025px) and (max-width: 1244px) {
  .aplazame__product__informado-y-conectado {
    padding: 100px 24px 122px;
  }
}

@media (min-width: 1025px) and (max-width: 1170px) {
  .container_emision {
    right: 80px;
  }
}

@media (min-width: 1342px) and (max-width: 1400px) {
  .container_emision {
    right: 200px;
  }
}

@media (min-width: 1468px) and (max-width: 1795px) {
  .container_emision {
    right: 234px;
  }
}

@media (min-width: 1795px) {
  .container_emision {
    right: 230px;
  }
}

@media (min-width: 1100px) and (max-width: 1240px) {
  .container_emision {
    right: 90px;
  }
}

/*----------------------------------------*/
/*--------------CUIDA DE TI---------------*/
@media (min-width: 1025px) {
  .aplazame__product__tarjeta-cuida-de-ti__card {
    width: 100%;
  }

  .aplazame__product__tarjeta-cuida-de-ti h2 {
    font-size: 42px;
    line-height: 46px;
    margin-bottom: 30px;
  }

  .aplazame__product__tarjeta-cuida-de-ti h2 .underline {
    font-size: 42px;
    line-height: 46px;
    position: relative;
    display: inline-block;
  }

  .aplazame__product__tarjeta-cuida-de-ti h2 .bold {
    font-size: 42px;
    line-height: 46px;
  }

  .aplazame__product__tarjeta-cuida-de-ti .description {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 73px;
    padding: 0 350px;
  }

  .aplazame__product__tarjeta-cuida-de-ti .description .bold {
    font-size: 16px;
    line-height: 22px;
  }

  .aplazame__product__tarjeta-cuida-de-ti .description .break {
    display: inline-block;
    width: 100%;
  }

  .aplazame__product__tarjeta-cuida-de-ti__container {
    display: flex;
    flex-direction: row;
    gap: 50px;
    width: 100%;
    justify-content: center;
  }

  .aplazame__product__tarjeta-cuida-de-ti__header .light {
    font-size: 23px;
    line-height: 27px;
    margin: 0 20px;
  }

  .aplazame__product__tarjeta-cuida-de-ti__header .bold {
    font-size: 23px;
    line-height: 27px;
    margin-bottom: 10px;
  }

  .aplazame__product__tarjeta-cuida-de-ti__header {
    padding: 40px 0px 0px;
    height: 124px;
  }

  .aplazame__product__tarjeta-cuida-de-ti__body-item {
    padding: 9px 0 18px;
  }

  .aplazame__product__tarjeta-cuida-de-ti__body-item p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Geomanist-WZ-OT-Book";
    color: #152a69;
  }

  .aplazame__product__tarjeta-cuida-de-ti__body-item p .bold {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    font-family: "Geomanist-WZ-OT-Bold";
  }

  .aplazame__product__tarjeta-cuida-de-ti__body-item p .break {
    display: inline-block;
    width: 100%;
  }

  .aplazame__product__tarjeta-cuida-de-ti__header .arrow-down {
    display: none;
  }

  .free-label-button {
    display: inline;
    border-radius: 25px;
  }

  .aplazame__product__tarjeta-cuida-de-ti__card
    .aplazame__product__tarjeta-cuida-de-ti__body {
    display: block;
    width: 100%;
  }

  .aplazame__product__tarjeta-cuida-de-ti__header {
    border-radius: 0px !important;
  }

  .aplazame__product__tarjeta-cuida-de-ti__link-desktop {
    display: flex;
    justify-content: center;
    margin-top: 26px;
  }

  .aplazame__product__tarjeta-cuida-de-ti__link-desktop p {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    font-family: "Geomanist-WZ-OT-Light";
    color: #152a69;
    margin-top: 52px;
  }

  .aplazame__product__tarjeta-cuida-de-ti__link-desktop p a {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    font-family: "Geomanist-WZ-OT-Bold";
    color: #152a69;
  }

  .link-mobile {
    display: block;
  }

  .aplazame__product__tarjeta-cuida-de-ti__body
    .aplazame__product__tarjeta-cuida-de-ti__body-item {
    height: 100px;
  }

  .aplazame__product__tarjeta-cuida-de-ti__body
    .aplazame__product__tarjeta-cuida-de-ti__body-item:last-child {
    height: 125px;
  }

  .aplazame__product__tarjeta-cuida-de-ti {
    padding: 90px 0 105px;
  }
}

@media (min-width: 1224px) {
  .aplazame__product__tarjeta-cuida-de-ti__card {
    width: 350px;
  }
}

@media (min-width: 1025px) and (max-width: 1180px) {
  .aplazame__product__tarjeta-cuida-de-ti {
    padding: 64px 24px 119px;
  }
}

/*----------------------------------------*/
/*-------------WIZINK CENTER--------------*/
@media (min-width: 1025px) {
  .aplazame__product__wizink-center h2 {
    font-size: 42px;
    line-height: 46px;
    margin-bottom: 29px;
  }

  .aplazame__product__wizink-center h2 .bold {
    font-size: 42px;
    line-height: 46px;
  }

  .aplazame__product__wizink-center h2 .break {
    display: inline-block;
    width: 100%;
  }

  .aplazame__product__wizink-center h2 .underline {
    font-size: 42px;
    line-height: 46px;
    position: relative;
    display: inline-block;
  }

  .aplazame__product__wizink-center h2 .underline::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    /* Ajusta la posición vertical del subrayado */
    height: 4px;
    /* Grosor del subrayado */
    background-color: #e8927c;
    /* Tu color específico */
    border-radius: 5px;
  }

  .aplazame__product__wizink-center .description {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 75px;
  }

  .aplazame__product__wizink-center .description .break {
    display: inline-block;
    width: 100%;
  }

  .gratuito {
    display: none;
  }

  .aplazame__product__wizink-center {
    padding: 100px 0 0;
  }

  .aplazame__product__wizink-center__item-header h3 {
    font-weight: 400;
    font-size: 23px;
    line-height: 27px;
    text-align: center;
    font-family: "Geomanist-WZ-OT-Book";
    color: #152a69;
    /* margin-bottom: 2px; */
  }

  .aplazame__product__wizink-center__item-header h3 .bold {
    font-weight: 700;
    font-size: 23px;
    line-height: 27px;
    text-align: center;
    font-family: "Geomanist-WZ-OT-Bold";
    color: #152a69;
  }

  .aplazame__product__wizink-center__item {
    border-radius: 16px;
    background-color: #b3dff1;
    padding: 25px 25px 40px 30px;
    /* width: 400px;
    height: 175px; */
  }

  .aplazame__product__wizink-center__item-wrapper {
    gap: 50px;
    margin-top: 90px;
  }

  .aplazame__product__wizink-center__item-body p {
    line-height: 22px;
  }

  .aplazame__product__wizink-center__container-images.mobile {
    display: none;
  }

  .aplazame__product__wizink-center__container-images.desktop {
    display: flex;
    flex: none;
  }

  .vip {
    display: inline-block;
  }

  .vip-tablet {
    display: none;
  }

  .vip-mobile {
    display: none;
  }

  .aplazame__product__wizink-center__cards-container {
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    margin-bottom: -20px;
  }

  .trompeta {
    top: 4px;
    left: 256px;
    width: 63px;
  }

  .car {
    top: -19px;
    right: -150px;
    width: 57.58px;
  }

  .radio {
    top: -5px;
    left: -123px;
    width: 57.24px;
  }

  .credit-card {
    top: 22px;
    right: 299px;
    width: 56.58px;
  }

  .cup {
    top: 115px;
    left: 250px;
    width: 42px;
  }

  .man-photo {
    bottom: 20px;
    position: relative;
  }
}

@media (min-width: 1110px) and (max-width: 1210px) {
  .aplazame__product__wizink-center {
    padding: 100px 24px 0;
  }
}

@media (min-width: 1291px) {
  .aplazame__product__wizink-center__item {
    width: 400px;
    height: 175px;
  }
}

/*----------------------------------------*/
/*------------NO TENGAS DUDAS-------------*/
@media (min-width: 1025px) {
  .aplazame__product__no-tengas-dudas h2 {
    font-size: 42px;
    font-weight: 300;
    line-height: 46px;
    margin-bottom: 60px;
    font-family: "Geomanist-WZ-OT-Light";
  }

  .aplazame__product__no-tengas-dudas h2 span {
    font-size: 42px;
    line-height: 46px;
    display: inline-block;
    width: auto;
  }

  .aplazame__product__no-tengas-dudas h3 {
    font-size: 42px;
    font-weight: 300;
    line-height: 46px;
    margin-bottom: 73px;
    font-family: "Geomanist-WZ-OT-Light";
  }

  .aplazame__product__no-tengas-dudas h3 span {
    font-size: 42px;
    line-height: 46px;
    display: inline-block;
    width: auto;
  }

  .aplazame__product__no-tengas-dudas {
    background-color: #f0f0f0;
    padding: 83px 0px 125px;
  }

  .aplazame__product__no-tengas-dudas__item {
    /* height: 150px; */
  }

  .aplazame__product__no-tengas-dudas__item-body p {
    margin: 9px 0 0;
    line-height: 22px;
  }

  .aplazame__product__no-tengas-dudas__container-cards {
    max-width: 1200px;
    margin: auto;
  }

  .aplazame__product__no-tengas-dudas__item-header {
    margin-top: -11px;
    /* margin-top: 23px; */
  }

  .aplazame__product__no-tengas-dudas__container-cards {
    gap: 25px;
  }

  .aplazame__product__no-tengas-dudas__item {
    padding: 49px 25px 37px;
  }

  .aplazame__product__no-tengas-dudas__item-button {
    width: 42px;
    height: 42px;
    min-width: 42px;
  }

  .arrow-up {
    width: 14px;
  }
}

@media (min-width: 1025px) and (max-width: 1238px) {
  .aplazame__product__no-tengas-dudas {
    background-color: #f0f0f0;
    padding: 83px 24px 125px;
  }
}

/*----------------------------------------*/
/*-----------PUNTOS RELEVANTES------------*/
@media (min-width: 1025px) {
  .aplazame__product__puntos-relevantes h2 {
    line-height: 46px;
    font-size: 42px;
    margin-bottom: 68px;
  }

  .aplazame__product__puntos-relevantes h2 span {
    line-height: 46px;
    font-size: 42px;
    display: inline-block;
    width: auto;
  }

  .aplazame__product__puntos-relevantes h3 {
    font-family: "Geomanist-WZ-OT-Light";
    font-weight: 400;
    line-height: 46px;
    text-align: center;
    font-size: 42px;
    margin-bottom: 85px;
    color: #152a69;
  }

  .aplazame__product__puntos-relevantes h3 span {
    font-family: "Geomanist-WZ-OT-Bold";
    font-weight: 700;
    line-height: 46px;
    text-align: center;
    font-size: 42px;
    /* display: inline-block;
    width: 100%; */
  }

  .aplazame__product__puntos-relevantes__container-item.desktop {
    display: block;
  }

  .aplazame__product__puntos-relevantes__container-item.mobile {
    display: none;
  }

  .aplazame__product__puntos-relevantes__container-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* flex-direction: row;
    flex-wrap: wrap; */
    justify-content: center;
    margin-bottom: 101px;
    gap: 24px;
  }

  .aplazame__product__puntos-relevantes__container-item {
    /* width: 575px; */
  }

  .aplazame__product__puntos-relevantes {
    padding: 100px 0px 0px;
  }

  .aplazame__product__puntos-relevantes__container-item-header {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 21px;
  }

  .aplazame__product__puntos-relevantes__container-item-header p {
    font-size: 23px;
    line-height: 27px;
  }

  .aplazame__product__puntos-relevantes__container-item-header h4 {
    font-size: 23px;
    line-height: 27px;
  }

  .aplazame__product__puntos-relevantes__container-item {
    padding: 25px 0px 40px 50px;
  }

  .aplazame__product__puntos-relevantes__container-item-header div {
    width: 50px;
    height: 50px;
  }

  .aplazame__product__puntos-relevantes__container-item-header .pink img {
    width: 22px;
    height: 28px;
  }

  .aplazame__product__puntos-relevantes__container-item-header .purple img {
    width: 26px;
    height: 23px;
  }

  .aplazame__product__puntos-relevantes__container-item-header .red img {
    width: 26px;
    height: 22px;
  }

  .aplazame__product__puntos-relevantes__container-item-header .darkblue {
    background-color: #152a69;
  }

  .aplazame__product__puntos-relevantes__container-item-header .darkblue img {
    width: 23px;
    height: 28px;
  }

  .aplazame__product__puntos-relevantes__container-item-header .white {
    background-color: #ffffff;
  }

  .aplazame__product__puntos-relevantes__container-item-header .white img {
    width: 26px;
    height: 22.5px;
  }

  .aplazame__product__puntos-relevantes__container-item-header .lightblue {
    background-color: #0053ff;
  }

  .aplazame__product__puntos-relevantes__container-item-header .lightblue img {
    width: 26.3px;
    height: 23.4px;
  }

  .aplazame__product__puntos-relevantes__container-item-header .orange {
    background-color: #e8927c;
  }

  .aplazame__product__puntos-relevantes__container-item-header .orange img {
    width: 26.4px;
    height: 25.8px;
  }

  .aplazame__product__puntos-relevantes__container-item-body p {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0px 65px 0px 0px;
  }

  .calendar_desktop {
    display: block;
  }

  .calendar_mobile {
    display: none;
  }

  .umbrella_desktop {
    display: block;
  }

  .umbrella_mobile {
    display: none;
  }

  .productos-similares {
    order: 4;
  }
}

@media (min-width: 1025px) and (max-width: 1237px) {
  .aplazame__product__puntos-relevantes {
    padding: 100px 24px 0px;
  }
}

/*----------------------------------------*/
/*--------------TEXTO LEGAL---------------*/
@media (min-width: 1025px) {
  .aplazame__product__banner-text {
    padding: 0px 0px 20px;
  }

  .aplazame__product__banner-text p {
    margin-bottom: 13px;
  }

  .aplazame__product__banner-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Geomanist-WZ-OT-Book";
    margin: 0 0 13px;
    color: #152a69;
    text-align: justify;
  }

  .aplazame__product__banner-text p .bold {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    font-family: "Geomanist-WZ-OT-Bold";
    margin: 0 0 0;
    color: #152a69;
  }
}

@media (min-width: 1025px) and (max-width: 1245px) {
  .aplazame__product__banner-text {
    padding: 0px 24px 20px;
  }
}
