@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@100;300;700&family=Open+Sans:wght@400;800&display=swap");

/*----------------------------------------*/
/*----------------FUENTES-----------------*/
@font-face {
  font-family: "Open Sans Regular";
  src: url(fonts/OpenSans-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Open Sans ExtraBold";
  src: url(fonts/OpenSans-ExtraBold.ttf) format("truetype");
}

@font-face {
  font-family: "Open Sans CondensedRegular";
  src: url(fonts/OpenSans_Condensed-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Open Sans CondensedBold";
  src: url(fonts/OpenSans_Condensed-Bold.ttf) format("truetype");
}

@font-face {
  font-family: "Geomanist-WZ-OT-Bold";
  font-style: normal;
  src: url("./fonts/Geomanist-Bold-WZ.otf") format("opentype");
}

@font-face {
  font-family: "Geomanist-WZ-OT-Book";
  font-style: normal;
  src: url("./fonts/Geomanist-Book-WZ.otf") format("opentype");
}

@font-face {
  font-family: "Geomanist-WZ-OT-Light";
  font-style: normal;
  src: url("./fonts/Geomanist-Light-WZ.otf") format("opentype");
}

@font-face {
  font-family: "Geomanist-WZ-OT-Medium";
  font-style: normal;
  src: url("./fonts/Geomanist-Medium-WZ.otf") format("opentype");
}

@font-face {
  font-family: "Geomanist-WZ-OT-Regular";
  font-style: normal;
  src: url("./fonts/Geomanist-Regular.otf") format("opentype");
}

/*----------------------------------------*/
/*---------------GENÉRICOS----------------*/
/* Ali express Product page */
html {
  scroll-behavior: smooth;
}

.modificador-landing {
  background-color: #b3dff1;
  margin: auto;
}

.migas {
  display: none;
}

.break-tablet-3 {
  display: none;
}

.break-tablet-2 {
  display: inline;
}

.break {
  /* display: inline-block; */
  width: 100%;
}

.break-mobile {
  display: inline-block;
  width: 100%;
}

.break-br-tablet {
  display: none;
}

.break-br-desktop {
  display: none;
}

.break-br-mobile {
  display: table-column;
}

/*----------------------------------------*/
/*---------STICKY FIJO LA QUIERO----------*/
.container-soliticar-button-float-desktop a {
  text-decoration: none !important;
  color: inherit !important;
}

.main_content-aplazame a {
  text-decoration: underline !important;
  color: inherit !important;
}

.main_content-aplazame {
  /* padding-top: 56px; */
  position: relative;
  /* max-width: 1600px; */
  /* margin: auto; */
}

.container-soliticar-button-float {
  /* padding: 20px 7px 20px 21px; */
  padding: 25px 7px 25px 27px;
  background-color: #ff4f4e;
  /* opacity: 0.7; */
  display: flex;
  align-items: center;
  position: fixed;
  right: 0;
  gap: 10px;
  border-radius: 30px 0 0 30px;
  z-index: 5;
  top: 538px;
}

.container-soliticar-button-float-desktop {
  display: none;
}

.container-soliticar-button-float p {
  font-size: 16px;
  font-weight: 700;
  font-family: "Geomanist-WZ-OT-Bold";
  line-height: 20px;
  color: white;
  margin: 0;
}

/*----------------------------------------*/
/*--------------BANNER HERO---------------*/
.aplazame__product__banner-hero {
  background-color: #b3dff1;
  padding: 89px 0px 60px;
}

.aplazame___wrapper {
  max-width: 1200px;
  margin: auto;
}

.aplazame__product__banner-hero-feature-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  align-items: start;
  grid-template-areas:
    "title"
    "image"
    "boxes";
}

.aplazame__product__banner-hero h1 {
  font-family: "Geomanist-WZ-OT-Light";
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  color: #152a69;
  padding: 25px 101px 0 24px;
  grid-area: title;
}

.aplazame__product__banner-hero-feature-wrapper h1 {
  display: none;
}

.aplazame__product__banner-hero__container-images-item-text {
  display: none;
}

.aplazame__product__banner-hero h1 .bold {
  font-family: "Geomanist-WZ-OT-Bold";
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #152a69;
}

.aplazame__product__banner-hero h1 .underline {
  position: relative;
  text-decoration: underline;
  text-decoration-color: #e8927c;
  text-decoration-thickness: 4px;
  text-underline-offset: 5px;
}

/* .aplazame__product__banner-hero h1 .underline::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	height: 5px;
	background-color: #e8927c;
	border-radius: 5px;
} */

.card-img-tablet {
  display: none;
}

.aplazame__product__banner-hero__container-images {
  position: relative;
  margin-top: -31px;
}

.container_emision {
  width: 144px;
  height: 40px;
  position: absolute;
  z-index: 2;
  top: 294px;
  left: 26px;
  background-color: #152a69;
  color: white;
  border-radius: 35px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.container_emision p {
  margin: 0;
}

.container_emision p {
  font-size: 12px;
  font-weight: 300;
  color: white;
  font-family: "Geomanist-WZ-OT-Light";
  line-height: 11px;
}

.container_emision .cero-euros {
  display: none;
}

.cero-euros-movil {
  display: inline-block;
}

.container-euros {
  display: flex;
}

.card-img {
  z-index: 1;
  margin-top: 41px;
  width: auto;
}

.card-img-desktop {
  display: none;
}

.aplazame__product__banner-hero__container-features {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0 24px;
  margin-bottom: 17px;
}

.container-single-feature {
  border-radius: 99px;
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px;
  color: #152a69;
  height: 60px;
}

.container-single-feature p {
  margin: 0;
  margin-right: 46px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Geomanist-WZ-OT-Book";
  color: #152a69;
}

.container-single-feature p .bold {
  font-weight: 700;
  font-family: "Geomanist-WZ-OT-Bold";
}

.container-single-feature .container-diagonal {
  border-radius: 99px;
  background-color: #e8927c;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
}

.aplazame__product__banner-hero__container-features-columns {
  display: flex;
  justify-content: space-between;
  padding: 5px 26px 0 40px;
}

.aplazame__product__banner-hero__container-features-columns
  .container-single-feature-columns {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  height: 85px;
  /* justify-content: space-between; */
}

.aplazame__product__banner-hero__container-features-columns
  .container-single-feature-columns
  p {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  font-family: "Geomanist-WZ-OT-Book";
  text-decoration: underline;
  color: #152a69;
  margin-bottom: 6px;
  text-align: center;
}

.aplazame__product__banner-hero__container-features-columns-desktop {
  display: none;
}

.container-single-feature .container-diagonal-arrow {
  background-color: #e8927c;
  border-radius: 99px;
  width: 36px;
  min-width: 36px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.container-single-feature .container-diagonal-arrow .diagonal-arrow-white {
  display: none;
}

.aplazame__product__banner-hero__container-features-columns
  .container-diagonal-arrow {
  border-radius: 99px;
  padding: 10px 15px;
  border: 1px solid;
  color: #152a69;
  width: 36px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-diagonal-arrow span {
  display: none;
}

@media (max-width: 755px) {
  .aplazame__product__banner-hero__container-images {
    margin-bottom: 5px;
    grid-area: image;
  }

  .aplazame__product__banner-hero-feature-wrapper {
    grid-area: boxes;
  }
}

/*----------------------------------------*/
/*----------CASHBACK (OCULTO)-------------*/
.aplazame__product__banner-cashback {
  padding: 50px 24px 41px;
  background-color: white;
  overflow: hidden;
}

.aplazame__product__banner-cashback h2 {
  font-size: 26px;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
  font-family: "Geomanist-WZ-OT-Light";
  color: #152a69;
  margin-left: -5px;
}

.aplazame__product__banner-cashback h2 .underline {
  font-size: 26px;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
  font-family: "Geomanist-WZ-OT-Light";
  color: #152a69;
  position: relative;
  display: inline-block;
}

.aplazame__product__banner-cashback h2 .underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  /* Ajusta la posición vertical del subrayado */
  height: 5px;
  /* Grosor del subrayado */
  background-color: #e8927c;
  /* Tu color específico */
  border-radius: 5px;
}

.aplazame__product__banner-cashback h2 .bold {
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  font-family: "Geomanist-WZ-OT-Bold";
}

.aplazame__product__banner-cashback h2 .extra-bold {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  font-family: "Geomanist-WZ-OT-Bold";
  background-color: #e8927c;
  padding: 0 3px;
  display: inline-block;
}

.aplazame__product__banner-cashback-desc {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  font-weight: 400;
  font-family: "Geomanist-WZ-OT-Book";
  color: #152a69;
  margin-bottom: 50px;
  margin-top: 14px;
  margin-left: 6px;
  margin-right: 3px;
}

.aplazame__product__banner-cashback-image-desktop {
  display: none;
}

.aplazame__product__banner-cashback-container-wrapper {
  display: flex;
  justify-content: center;
  gap: 24px;
}

/* @media (min-width: 1025px) and (max-width: 848px) {
  .aplazame__product__banner-cashback__container-images-svgs {
    display: none;
  }
} */

.aplazame__product__banner-cashback-container-items {
  display: flex;
  gap: 24px;
  position: relative;
  width: fit-content;
}

.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: 324px;
}

/* .aplazame__product__banner-cashback-image-desktop > img {
  width: 215px;
} */

.aplazame__product__banner-cashback-item img {
  border-radius: 50%;
  margin-bottom: 35px;
  width: 62px;
  height: 62px;
  background-color: white;
  object-fit: cover;
}

.aplazame__product__banner-cashback-item .one-percent {
  font-size: 47px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  font-family: "Geomanist-WZ-OT-Bold";
  margin-bottom: 35px;
  position: relative;
  display: inline-block;
  color: #152a69;
  margin-top: 3px;
}

.aplazame__product__banner-cashback-item .ten-percent {
  font-size: 47px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  font-family: "Geomanist-WZ-OT-Bold";
  margin-bottom: 35px;
  position: relative;
  display: inline-block;
  color: #152a69;
  margin-top: 4px;
  margin-left: -3px;
}

.one-percent {
  width: 78px;
}

.ten-percent {
  width: 78px;
}

.plus-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  margin-bottom: 147px;
  width: 38px;
  height: 38px;
  background-color: #e8927c;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aplazame__product__banner-cashback-item h3 {
  font-size: 47px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  font-family: "Geomanist-WZ-OT-Bold";
  margin-bottom: 35px;
  position: relative;
  display: inline-block;
  color: #152a69;
}

.aplazame__product__banner-cashback-item h3::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  /* Ajusta la posición vertical del subrayado */
  height: 5px;
  /* Grosor del subrayado */
  background-color: #e8927c;
  /* Tu color específico */
  border-radius: 5px;
  width: 80px;
  margin-left: 3px;
  margin-bottom: 2px;
}

.aplazame__product__banner-cashback-item .subtitle {
  font-size: 16px;
  font-weight: 400;
  font-family: "Geomanist-WZ-OT-Book";
  color: #152a69;
  text-align: center;
  line-height: 20px;
  margin-top: -4px;
  margin-left: 22px;
  margin-right: 18px;
}

.aplazame__product__banner-cashback-item .subtitle .bold {
  font-size: 16px;
  font-weight: 700;
  font-family: "Geomanist-WZ-OT-Bold";
  color: #152a69;
}

.aplazame__product__banner-cashback-item .description {
  color: #152a69;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  font-family: "Geomanist-WZ-OT-Book";
  text-align: center;
  margin-right: 18px;
  margin-left: 22px;
  margin-top: 3px;
}

.aplazame__product__banner-cashback-item .description .bold {
  color: #152a69;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  font-family: "Geomanist-WZ-OT-Bold";
}

/*----------------------------------------*/
/*-------------A TU MANERA----------------*/
.aplazame__product__plan-aplaza {
  /* padding: 42px 0 0; */
  padding: 36px 0px 48px;
  background-color: white;
}

.aplazame__product__plan-aplaza-icons-container {
  display: none;
}

.aplazame__product__plan-aplaza h2 {
  padding: 0 50px;
  font-weight: 300;
  font-size: 26px;
  line-height: 30px;
  font-family: "Geomanist-WZ-OT-Light";
  /* margin-bottom: 38px; */
  margin-bottom: 30px;
  text-align: center;
  color: #152a69;
}

.aplazame__product__plan-aplaza h2 .underline {
  font-weight: 300;
  font-size: 26px;
  line-height: 30px;
  font-family: "Geomanist-WZ-OT-Light";
  /* margin-bottom: 28px; */
  text-align: center;
  color: #152a69;
  position: relative;
  display: inline-block;
}

.aplazame__product__plan-aplaza h2 .bold {
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  font-family: "Geomanist-WZ-OT-Bold";
}

.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 .description {
  font-size: 16px;
  font-weight: 400;
  font-family: "Geomanist-WZ-OT-Book";
  line-height: 20px;
  text-align: center;
  color: #152a69;
  margin-bottom: 34px;
  padding: 0 35px;
}

.aplazame__product__plan-aplaza .description .bold {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  font-family: "Geomanist-WZ-OT-Bold";
}

.aplazame__product__plan-aplaza__cards-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  /* margin-bottom: 46px; */
}

.aplazame__product__plan-aplaza__cards {
  position: relative;
}

.ritmo-img-desktop {
  display: none;
}

.free-label {
  position: absolute;
  background-color: #152a69;
  color: white;
  border-radius: 99px;
  width: 97px;
  height: 21px;
  text-align: center;
  left: 0;
  right: 0;
  top: 92px;
  margin: auto;
  font-size: 14px;
  font-weight: 700;
  font-family: "Geomanist-WZ-OT-Bold";
  line-height: 14px;
  padding: 4px;
}

.aplazame__product__plan-aplaza__cards-header {
  background-color: #0053ff;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 21px 0 25px;
  border-radius: 16px 16px 0 0;
}

.aplazame__product__plan-aplaza__cards-header h3 {
  padding: 0 30px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  font-family: "Geomanist-WZ-OT-Book";
  margin: 2px;
}

.aplazame__product__plan-aplaza__cards-header h3 .bold {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  font-family: "Geomanist-WZ-OT-Bold";
}

.aplazame__product__plan-aplaza__cards-header p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  font-family: "Geomanist-WZ-OT-Book";
  margin: 0;
}

.aplazame__product__plan-aplaza__cards-body {
  background-color: #ecf7fb;
  border-radius: 0 0 16px 16px;
  color: #152a69;
  padding: 31px 0px 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 297px;
}

.aplazame__product__plan-aplaza__cards-body .title {
  font-size: 16px;
  font-weight: 400;
  font-family: "Geomanist-WZ-OT-Book";
  text-align: center;
  color: #152a69;
  line-height: 20px;
  margin-bottom: 0px;
  display: block;
}

.aplazame__product__plan-aplaza__cards-body .subtitle {
  font-size: 12px;
  font-weight: 400;
  font-family: "Geomanist-WZ-OT-Book";
  text-align: center;
  line-height: 14px;
  /* line-height: 14px; */
  color: #152a69;
  margin-bottom: 11px;
}

.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 {
  font-size: 16px;
  font-weight: 400;
  font-family: "Geomanist-WZ-OT-Book";
  text-align: center;
  line-height: 20px;
  color: #152a69;
  margin: 0;
  margin-top: 16px;
}

.aplazame__product__plan-aplaza__cards-body .bold {
  font-weight: 700;
  font-family: "Geomanist-WZ-OT-Bold";
}

.aplazame__product__plan-aplaza__cards-body .line {
  background-color: #b3dff1;
  height: 2px;
  width: 80%;
  margin: 0px 0;
}

.aplazame__product__plan-aplaza__cards-body .description span {
  font-size: 16px;
  font-weight: 700;
  font-family: "Geomanist-WZ-OT-Bold";
  text-align: center;
  line-height: 20px;
  color: #152a69;
}

.aplazame__product__plan-aplaza__cards-body .underline {
  text-decoration: underline;
}

.aplazame__product__plan-aplaza__cards-header-red {
  background-color: #152a69;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 21px 0 25px;
  border-radius: 16px 16px 0 0;
}

.aplazame__product__plan-aplaza__cards-header-red h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  font-family: "Geomanist-WZ-OT-Book";
  margin: 2px;
  /* white-space: nowrap; */
}

.aplazame__product__plan-aplaza__cards-header-red h3 .bold {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  font-family: "Geomanist-WZ-OT-Bold";
}

.aplazame__product__plan-aplaza__cards-header-red p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  font-family: "Geomanist-WZ-OT-Book";
  margin: 0;
}

.aplazame__product__plan-aplaza .ritmo-img {
  width: 100%;
  padding: 0px 12.1px 0px 10.26px;
}

.title-tablet__product__plan-aplaza {
  display: none;
}

.hide-text {
  visibility: hidden;
}

@media (max-width: 755px) {
  .aplazame__product__plan-aplaza__cards-container {
    padding: 0 24px;
  }
}

@keyframes flotar {
  0%,
  100% {
    transform: translate(12px, -10px) translateY(0) rotate(0deg);
  }

  50% {
    transform: translate(12%, -10px) translateY(10px) rotate(45deg);
  }
}

@media (max-width: 755px) {
  .aplazame__product__plan-aplaza__cards-header,
  .aplazame__product__plan-aplaza__cards-header-red {
    max-height: 99px;
    height: 99px;
  }
}

/*----------------------------------------*/
/*---------------TU DECIDES---------------*/
.aplazame__product__payment-method {
  padding: 50px 0px;
  background: #b3dff1;
}

.aplazame__product__payment-method h2 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Geomanist-WZ-OT-Light";
  color: #152a69;
  text-align: center;
  margin-bottom: 27px;
  padding: 0 24px;
}

.aplazame__product__payment-method h2 .underline {
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Geomanist-WZ-OT-Light";
  position: relative;
  display: inline-block;
}

.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: 26px;
  line-height: 30px;
  font-weight: 700;
  font-family: "Geomanist-WZ-OT-Bold";
}

.aplazame__product__payment-method .description {
  font-size: 16px;
  font-weight: 400;
  font-family: "Geomanist-WZ-OT-Book";
  line-height: 22px;
  text-align: center;
  color: #152a69;
  margin-bottom: 35px;
  padding: 0 24px;
}

.aplazame__product__payment-method__container-features-columns-desktop {
  display: flex;
  height: 312px;
  width: 288px;
  /* gap: 6px; */
  padding: 0px 45px 0px;
  /* padding-right: 78px; */
  margin: auto;
  margin-bottom: 12px;
  justify-content: space-between;
  border-radius: 16px;
  border: 2px solid #84a9c8;
  flex-direction: column;
}

.aplazame__product__payment-method__container-features-columns-desktop
  .container-single-feature-first-column {
  margin: auto;
  padding-top: 32px;
  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: 23px 0px 0px;
  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: center;
  line-height: 22px;
  color: #152a69;
  width: 198px;
}

.aplazame__product__payment-method__container-features-columns-desktop
  .container-single-feature-third-column {
  padding: 0px 0px 32px;
  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: center;
  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 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 11px;
  padding: 0 24px;
}

.aplazame__product__payment-method__card-item {
  border-radius: 16px;
  background-color: #ffffff;
  padding: 40px 50px;
  display: flex;
  flex-direction: column;
}

.pago-total {
  padding: 42px 51px 15px;
}

.pago-aplazado {
  padding: 43px 33px 25px;
}

.aplazame__product__payment-method__card-item img {
  width: 45px;
  height: 45px;
  margin: auto;
  margin-top: 1px;
  margin-bottom: 13px;
}

.aplazame__product__payment-method__card-item-desktop {
  display: none;
}

.aplazame__product__payment-method__card-item h3 {
  font-family: "Geomanist-WZ-OT-Bold";
  font-size: 23px;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
  margin-bottom: 23px;
  color: #152a69;
}

.aplazame__product__payment-method__card-item p {
  font-family: "Geomanist-WZ-OT-Book";
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  font-size: 16px;
  color: #152a69;
  /* margin: -15px; */
  padding: 0 6px;
}

.aplazame__product__payment-method__card-item .pago-aplazado p {
  padding: 20px 10px 0px;
}

.aplazame__product__payment-method__card-item .underline {
  text-decoration: underline;
}

.aplazame__product__payment-method__card-item .pago-aplazado-tin {
  margin-top: -15px;
}

.aplazame__product__payment-method__card-item p .bold {
  font-family: "Geomanist-WZ-OT-Bold";
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  font-size: 16px;
  color: #152a69;
}

.aplazame__product__payment-method__explore {
  padding: 0 12px;
}

.aplazame__product__payment-method__explore .h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  font-family: "Geomanist-WZ-OT-Book";
  margin-bottom: 18px;
  margin-top: 32px;
  margin: 32px 45px 5px;
  color: #152a69;
}

.aplazame__product__payment-method__explore .h3 span {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  font-family: "Geomanist-WZ-OT-Bold";
}

.aplazame__product__payment-method__explore-yellow-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.aplazame__product__payment-method__explore-yellow {
  border-radius: 6px;
  display: flex;
  align-items: center;
  height: 76px;
  width: 288px;
  padding: 22px 20px;
  background-color: #152a69;
  /* gap: 10px; */
  margin: auto;
}

.aplazame__product__payment-method__explore-yellow:focus {
  outline: 3px solid #787878;
}

.aplazame__product__payment-method__explore-yellow p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: "Geomanist-WZ-OT-Book";
  color: #ffffff;
  margin-top: 18px;
}

.clipboard_mobile {
  margin-left: 5px;
}

.calculadora_mobile {
  margin-left: 12px;
}

.aplazame__product__payment-method__explore-yellow p .bold {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  font-family: "Geomanist-WZ-OT-Bold";
}

.open-link-desktop {
  display: block;
}

/*----------------------------------------*/
/*--------INFORMADO Y CONECTADO-----------*/
.informado-desktop {
  display: none;
}

.informado-tablet {
  display: none;
}

.informado-mobile {
  display: inline;
}

.aplazame__product__informado-y-conectado {
  padding: 46px 24px 46.42px;
}

.aplazame__product__informado-y-conectado h2 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Geomanist-WZ-OT-Light";
  color: #152a69;
  text-align: center;
  margin-bottom: 79px;
  padding: 0 28px;
}

.aplazame__product__informado-y-conectado h2 .underline {
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Geomanist-WZ-OT-Light";
  position: relative;
  text-decoration: underline;
  text-decoration-color: #e8927c;
  text-decoration-thickness: 4px;
  text-underline-offset: 5px;
}

/*.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: contents;
}

.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: 26px;
  line-height: 30px;
  font-weight: 700;
  font-family: "Geomanist-WZ-OT-Bold";
}

.aplazame__apps-container {
  margin-top: 35px;
  display: flex;
  justify-content: center;
  gap: 11.53px;
}

.app-store {
  width: 112px;
  cursor: pointer;
}

.google-store {
  width: 122px;
  cursor: pointer;
}

.aplazame__product__informado-y-conectado__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.aplazame__product__informado-y-conectado__container-cards {
  width: 100%;
  gap: 53px;
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}

.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: 32px;
}

.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;
}

/* .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";
  margin-bottom: 20px;
  color: #152a69;
  margin-top: 84px;
  text-align: center;
  padding: 0 50px;
}

.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 40px;
}

.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 41px;
}

.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;
}

.aplazame__product__informado-y-conectado__container-image
  .container-image-pay {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.container-image-pay.light-blue {
  background-color: #0053ff;
  top: 72px;
  left: -23px;
}

.container-image-pay.blue {
  background-color: #152a69;
  right: -10px;
}

.container-image-pay.orange {
  background-color: #e8927c;
  top: 233px;
  right: -31px;
}

.aplazame__product__informado-y-conectado .container_emision {
  width: 166px;
  height: 46px;
  position: absolute;
  z-index: 2;
  top: 311px;
  right: 23px;
  background-color: #152a69;
  color: white;
  border-radius: 35px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  left: 90px;
  padding: 0 40px;
}

.aplazame__product__informado-y-conectado__container-image .mobile-aplazame {
  margin-top: 46px;
}

.container-image-pay .tablet {
  display: none;
}

.mobile-aplazame-tablet {
  display: none;
}

/*----------------------------------------*/
/*--------------CUIDA DE TI---------------*/
.aplazame__product__tarjeta-cuida-de-ti {
  background-color: #b3dff1;
  padding: 40px 24px 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.aplazame__product__tarjeta-cuida-de-ti h2 {
  font-weight: 300;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  color: #152a69;
  font-family: "Geomanist-WZ-OT-Light";
  margin-bottom: 17px;
  padding: 0 70px;
}

.aplazame__product__tarjeta-cuida-de-ti h2 .underline {
  font-weight: 300;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  color: #152a69;
  font-family: "Geomanist-WZ-OT-Light";
  /* margin-bottom: 10px; */
  position: relative;
  display: inline-block;
}

.aplazame__product__tarjeta-cuida-de-ti 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__tarjeta-cuida-de-ti h2 .bold {
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  color: #152a69;
  font-family: "Geomanist-WZ-OT-Bold";
}

.aplazame__product__tarjeta-cuida-de-ti .description {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-family: "Geomanist-WZ-OT-Book";
  color: #152a69;
  margin-bottom: 30px;
  padding: 0 25px;
}

.aplazame__product__tarjeta-cuida-de-ti .description .bold {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  font-family: "Geomanist-WZ-OT-Bold";
  color: #152a69;
}

.aplazame__product__tarjeta-cuida-de-ti__container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.aplazame__product__tarjeta-cuida-de-ti__card {
  border-radius: 16px;
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.aplazame__product__tarjeta-cuida-de-ti__card[role="button"]:focus {
  outline: auto;
}

.aplazame__product__tarjeta-cuida-de-ti__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 0 26px;
  width: 100%;
  background-color: white;
  border-radius: 16px;
  height: 132px;
}

.aplazame__product__tarjeta-cuida-de-ti__header .light {
  font-size: 20px;
  line-height: 23px;
  font-weight: 400;
  font-family: "Geomanist-WZ-OT-Book";
  text-align: center;
  color: #152a69;
  margin: 0px 50px 22px;
}

.aplazame__product__tarjeta-cuida-de-ti__header .bold {
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
  font-family: "Geomanist-WZ-OT-Bold";
  text-align: center;
  color: #152a69;
  margin-bottom: 20px;
}

.gratuito {
  display: block-inline;
}

.free-label-button {
  font-size: 16px;
  font-weight: 700;
  font-family: "Geomanist-WZ-OT-Bold";
  color: #152a69;
  padding: 2px 12px;
  text-align: center;
  width: 98px;
  border-radius: 99px;
}

.free-label-button.green {
  background-color: #00c6c5;
}

.free-label-button.purple {
  background-color: #d4d7eb;
}

.free-label-button.yellow {
  background-color: #f4ebd9;
}

.free-label-button-purple {
  font-size: 16px;
  font-weight: 700;
  font-family: "Geomanist-WZ-OT-Bold";
  color: white;
  padding: 2px 12px;
  text-align: center;
  width: 78px;
}

.free-label-button-orange {
  font-size: 16px;
  font-weight: 700;
  font-family: "Geomanist-WZ-OT-Bold";
  color: white;
  padding: 2px 12px;
  text-align: center;
  width: 78px;
}

.aplazame__product__tarjeta-cuida-de-ti__body {
  display: none;
}

.aplazame__product__tarjeta-cuida-de-ti__body-item {
  padding: 20px 0;
}

.aplazame__product__tarjeta-cuida-de-ti__body-item img {
  /* margin-bottom: 15px; */
}

.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;
  padding: 0 30px;
}

.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.white {
  background-color: white;
}

.aplazame__product__tarjeta-cuida-de-ti__body-item.transparent {
  background-color: #f0f0f0;
}

.aplazame__product__tarjeta-cuida-de-ti__body.active {
  display: block;
  width: 100%;
}

.free-label-button.active {
  display: inline;
}

.arrow-down {
  display: none;
}

.arrow-down.active {
  display: block;
}

.aplazame__product__tarjeta-cuida-de-ti__link-desktop {
  /* display: none; */
}

.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;
}

.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: none;
}

/*----------------------------------------*/
/*-------------WIZINK CENTER--------------*/
.aplazame__product__wizink-center {
  padding: 45px 24px 0;
}

.aplazame__product__wizink-center h2 {
  font-weight: 300;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  font-family: "Geomanist-WZ-OT-Light";
  color: #152a69;
  margin-bottom: 20px;
}

.aplazame__product__wizink-center h2 .bold {
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  font-family: "Geomanist-WZ-OT-Bold";
}

.aplazame__product__wizink-center h2 .underline {
  font-weight: 300;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  /* font-family: "Geomanist-WZ-OT-Light"; */
  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-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 22px;
  font-family: "Geomanist-WZ-OT-Book";
  color: #152a69;
  margin-bottom: 31px;
}

.aplazame__product__wizink-center__cards-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 35px;
}

.aplazame__product__wizink-center__item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.aplazame__product__wizink-center__item {
  border-radius: 16px;
  background-color: #b3dff1;
  /* padding: 29px 24px; */
  padding: 24px 24px 18px;
}

.aplazame__product__wizink-center__item-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 19px;
}

.aplazame__product__wizink-center__item-header h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  font-family: "Geomanist-WZ-OT-Book";
  color: #152a69;
}

.aplazame__product__wizink-center__item-header h3 .bold {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  font-family: "Geomanist-WZ-OT-Bold";
  color: #152a69;
}

.vip {
  display: none;
}

.vip-tablet {
  display: inline;
}

.vip-mobile {
  display: inline;
}

.man-photo-tablet {
  display: none;
}

.arrow-down-blue {
  display: none;
}

.arrow-down-blue.active {
  display: block;
}

.aplazame__product__wizink-center__item-body {
  display: none;
}

.aplazame__product__wizink-center__item-body.active {
  display: block;
}

.aplazame__product__wizink-center__item-body p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  font-family: "Geomanist-WZ-OT-Book";
  color: #152a69;
  margin-top: 6px;
}

.aplazame__product__wizink-center__container-images {
  position: relative;
  display: flex;
  justify-content: center;
}

.man-photo {
  /* width: 100%; */
}

.radio {
  position: absolute;
  top: 36px;
  left: -10px;
  transform: translate(20px, 20px);
  animation: flotar 4s ease-in-out infinite;
}

.cup {
  position: absolute;
  top: 96px;
  left: 30px;
  transform: translate(100px, 20px);
  animation: flotar 4s ease-in-out infinite;
}

.trompeta {
  position: absolute;
  top: 168px;
  left: -23px;
  transform: translate(160px, 0px);
  animation: flotar 4s ease-in-out infinite;
}

.car {
  position: absolute;
  top: 24px;
  right: 59px;
  transform: translate(10px, 50px);
  animation: flotar 4s ease-in-out infinite;
}

.credit-card {
  position: absolute;
  top: 114px;
  right: 20px;
  transform: translate(150px, 0px);
  animation: flotar 4s ease-in-out infinite;
}

.aplazame__product__wizink-center__container-images.desktop {
  display: none;
}

/*----------------------------------------*/
/*------------NO TENGAS DUDAS-------------*/
.aplazame__product__no-tengas-dudas {
  background-color: #f0f0f0;
  padding: 44px 24px 48px;
}

.aplazame__product__no-tengas-dudas h2 {
  font-size: 26px;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
  font-family: "Geomanist-WZ-OT-Light";
  color: #152a69;
  margin-bottom: 20px;
}

.aplazame__product__no-tengas-dudas h2 span {
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  font-family: "Geomanist-WZ-OT-Bold";
  display: block;
  width: 100%;
}

.aplazame__product__no-tengas-dudas h3 {
  font-size: 26px;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
  font-family: "Geomanist-WZ-OT-Light";
  color: #152a69;
  margin-bottom: 20px;
  padding: 0 70px;
}

.aplazame__product__no-tengas-dudas h3 span {
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  font-family: "Geomanist-WZ-OT-Bold";
  /* display: block;
  width: 100%; */
}

.aplazame__product__no-tengas-dudas__container-cards {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.aplazame__product__no-tengas-dudas__item {
  padding: 24px;
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: white;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}

.aplazame__product__no-tengas-dudas__item:focus {
  outline: auto;
}

.aplazame__product__no-tengas-dudas__item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.arrow-up {
  width: 12px;
  transform: rotate(180deg);
  transition: all 1s;
}

.arrow-up.active {
  transform: rotate(360deg);
}

.aplazame__product__no-tengas-dudas__item-header p {
  font-weight: 700;
  line-height: 20px;
  font-family: "Geomanist-WZ-OT-Bold";
  font-size: 16px;
  color: #152a69;
  margin: 0;
}

.aplazame__product__no-tengas-dudas__item-button {
  border-radius: 50%;
  background-color: #b3dff1;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  width: 31px;
  height: 31px;
  min-width: 31px;
}

.aplazame__product__no-tengas-dudas__item-body {
  display: none;
}

.aplazame__product__no-tengas-dudas__item-body p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Geomanist-WZ-OT-Book";
  color: #949494;
  margin-top: 15px;
  margin-right: 3px;
  margin-bottom: 0;
}

.aplazame__product__no-tengas-dudas__item-body p .enlace-desplegable {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  font-family: "Geomanist-WZ-OT-Bold";
  color: #949494;
  /* margin-top: 20px; */
  text-decoration: underline !important;
}

.aplazame__product__no-tengas-dudas__item-body.active {
  display: block;
}

/*----------------------------------------*/
/*-----------PUNTOS RELEVANTES------------*/
.aplazame__product__puntos-relevantes {
  padding: 33px 24px 36px;
}

.aplazame__product__puntos-relevantes h2 {
  font-family: "Geomanist-WZ-OT-Light";
  font-weight: 300;
  line-height: 30px;
  text-align: center;
  font-size: 26px;
  margin-bottom: 18px;
  color: #152a69;
}

.aplazame__product__puntos-relevantes h2 span {
  font-family: "Geomanist-WZ-OT-Bold";
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  font-size: 26px;
  display: inline-block;
  width: 100%;
}

.aplazame__product__puntos-relevantes h3 {
  font-family: "Geomanist-WZ-OT-Light";
  font-weight: 300;
  line-height: 30px;
  text-align: center;
  font-size: 26px;
  margin-bottom: 29px;
  color: #152a69;
  padding: 0 45px;
}

.aplazame__product__puntos-relevantes h3 span {
  font-family: "Geomanist-WZ-OT-Bold";
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  font-size: 26px;
  /* display: inline-block;
  width: 100%; */
}

.aplazame__product__puntos-relevantes__container-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.aplazame__product__puntos-relevantes__container-item {
  border-radius: 10px;
  /* padding: 43px 24px 20px 26px; */
  padding: 41px 24px 1px 26px;
  background-color: #b3dff1;
}

.aplazame__product__puntos-relevantes__container-item.desktop {
  display: none;
}

.aplazame__product__puntos-relevantes__container-item.mobile {
  display: block;
}

.aplazame__product__puntos-relevantes__container-item-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.aplazame__product__puntos-relevantes__container-item-header div {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aplazame__product__puntos-relevantes__container-item-header .pink {
  background-color: #f1a1ec;
}

.aplazame__product__puntos-relevantes__container-item-header .purple {
  background-color: #b580d1;
}

.aplazame__product__puntos-relevantes__container-item-header .orange {
  background-color: #ffffff;
}

.aplazame__product__puntos-relevantes__container-item-header .red {
  background-color: #f9384f;
}

.aplazame__product__puntos-relevantes__container-item-header .darkblue {
  background-color: #152a69;
}

.aplazame__product__puntos-relevantes__container-item-header .white {
  background-color: #e8927c;
}

.aplazame__product__puntos-relevantes__container-item-header .lightblue {
  background-color: #0053ff;
}

.aplazame__product__puntos-relevantes__container-item-header .darkblue {
  background-color: #152a69;
}

.aplazame__product__puntos-relevantes__container-item-header .darkblue img {
  width: 14px;
  height: 17.5px;
}

.aplazame__product__puntos-relevantes__container-item-header .white img {
  width: 15.5px;
  height: 13.7px;
}

.aplazame__product__puntos-relevantes__container-item-header .lightblue img {
  width: 16.3px;
  height: 14.8px;
}

.aplazame__product__puntos-relevantes__container-item-header .orange img {
  width: 16px;
  height: 16px;
}

.umbrella_desktop {
  display: none;
}

.umbrella_mobile {
  display: block;
}

.calendar_desktop {
  display: none;
}

.calendar_mobile {
  display: block;
}

.aplazame__product__puntos-relevantes__container-item-header p {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  font-family: "Geomanist-WZ-OT-Bold";
  margin: 0;
  color: #152a69;
}

.aplazame__product__puntos-relevantes__container-item-header h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  font-family: "Geomanist-WZ-OT-Bold";
  margin: 0;
  color: #152a69;
}

.aplazame__product__puntos-relevantes__container-item-header img {
  width: 16px;
  height: 16px;
}

.aplazame__product__puntos-relevantes__container-item-body p {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  font-family: "Geomanist-WZ-OT-Book";
  color: #152a69;
  margin-top: 13px;
  margin-bottom: 21px;
}

/*----------------------------------------*/
/*--------------TEXTO LEGAL---------------*/
.aplazame__product__banner-text {
  padding: 0px 24px 20px;
  max-width: 1216px;
  margin: auto;
}

.aplazame__product__banner-text p {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  font-family: "Geomanist-WZ-OT-Book";
  margin: 0 0 13px;
  color: #152a69;
  text-align: justify;
}

.aplazame__product__banner-text p .bold {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  font-family: "Geomanist-WZ-OT-Bold";
  margin: 0 0 0;
  color: #152a69;
}

.aplazame__product__banner-text .underline {
  text-decoration: underline;
}

@media (max-width: 1200px) {
  .header_margin_bottom {
    padding-bottom: 0px;
  }
}

.display-block {
  display: block;
}
