.acf-post-banner {
  --banner-blue: #2d2abf;
  position: relative;
  margin: 32px 0;
  overflow: hidden;
}
.acf-post-banner * {
  box-sizing: border-box;
}

.acf-post-banner__eyebrow {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.82;
}

.acf-post-banner__title {
  margin: 0 0 12px;
  color: inherit;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 800;
}

.acf-post-banner__text {
  font-size: 15px;
  line-height: 1.6;
  opacity: 0.95;
}

.acf-post-banner__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  margin-top: 22px;
  border-radius: 10px;
  background: #ffffff;
  color: var(--banner-blue);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.acf-post-banner__button:hover, .acf-post-banner__button:focus {
  color: var(--banner-blue);
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(12, 23, 91, 0.2);
}

.acf-post-banner__button--ghost,
.acf-post-banner__button--outline {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.72);
}
.acf-post-banner__button--ghost:hover, .acf-post-banner__button--ghost:focus,
.acf-post-banner__button--outline:hover,
.acf-post-banner__button--outline:focus {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.acf-post-banner__button--light {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

@media (max-width: 980px) {
  .acf-post-banner__title {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .acf-post-banner {
    margin: 24px 0;
  }
  .acf-post-banner__title {
    font-size: 26px;
  }
}
.acf-post-banner--1 {
  border-radius: 26px;
  background: linear-gradient(166deg, #1e22aa 22.34%, #4245ba 84.99%);
  box-shadow: 0 4px 30px 0 rgba(30, 34, 170, 0.2);
}
.acf-post-banner--1 .acf-post-banner__grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  align-self: stretch;
  padding: 12px;
}
.acf-post-banner--1 .banner-1__bloque-1 {
  display: flex;
  max-width: 241px;
  width: 100%;
  padding: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}
.acf-post-banner--1 .banner-1__texto {
  max-width: 240px;
}
.acf-post-banner--1 .acf-post-banner__main {
  background-color: transparent;
}
.acf-post-banner--1 .acf-post-banner__title {
  color: #FFF;
  font-family: "Open Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 125% */
}
.acf-post-banner--1 .acf-post-banner__text {
  color: #FFF;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
}
.acf-post-banner--1 .banner-1__logotipo {
  margin-top: auto;
}
.acf-post-banner--1 .banner-1__logotipo img {
  width: auto;
  max-width: 190px;
  max-height: 24px;
  margin-top: 22px;
}
.acf-post-banner--1 .banner-1__bloque-2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 480px;
  width: 100%;
  align-items: flex-start;
  gap: 12px;
  flex: 1 0 0;
}
.acf-post-banner--1 .banner-1__item {
  position: relative;
  display: flex;
  padding: 8px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  border-radius: 14px;
  max-width: 232px;
  width: 100%;
  height: 180px;
  border-radius: 14px;
  overflow: hidden;
}
.acf-post-banner--1 .banner-1__item > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  transform: scale(1);
  transition: transform 0.35s ease;
}
.acf-post-banner--1 .banner-1__item .acf-post-banner__mini-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(56deg, #1E22AA 4%, #4245BA 23%, rgba(66, 69, 186, 0) 67%);
}
.acf-post-banner--1 .banner-1__item:hover > img, .acf-post-banner--1 .banner-1__item:focus-visible > img {
  transform: scale(1.08);
}
.acf-post-banner--1 .banner-1__item-icono {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-top: auto;
  margin-bottom: 0;
}
.acf-post-banner--1 .banner-1__item-icono img {
  position: static;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.acf-post-banner--1 .banner-1__item-cta {
  color: #303AB2;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  /* 17.6px */
  display: flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 6px;
  border: 1px solid #FFF;
  background: #FFF;
  z-index: 1;
}

@media (max-width: 980px) {
  .acf-post-banner--1 .acf-post-banner__grid {
    padding: 12px;
    flex-direction: column;
  }
  .acf-post-banner--1 .banner-1__bloque-1 {
    min-height: auto;
    max-width: none;
    padding: 12px 4px 0;
  }
  .acf-post-banner--1 .banner-1__bloque-2 {
    flex-direction: column;
    flex-wrap: nowrap;
    max-width: none;
  }
  .acf-post-banner--1 .banner-1__item {
    max-width: none;
    flex-basis: auto;
    min-height: 190px;
  }
}
@media (max-width: 640px) {
  .acf-post-banner--1 .banner-1__item {
    min-height: 180px;
  }
}
.banner-2 {
  border-radius: 20px;
  background: #1E22AA;
  display: flex;
  min-height: 325px;
  justify-content: space-between;
  gap: 10px;
  align-items: stretch;
  box-shadow: 0 4px 30px 0 rgba(30, 34, 170, 0.2);
}
.banner-2 > .bloque-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  min-height: 100%;
  position: relative;
  z-index: 2;
  max-width: 384px;
  padding: 24px 0 24px 24px;
  justify-content: space-between;
}
.banner-2 > .bloque-1 .texto {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--Spacing-System-Spacing-12px, 12px);
  align-self: stretch;
}
.banner-2 > .bloque-1 .texto h3 {
  color: #FFF;
  font-family: "Open Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0px;
}
.banner-2 > .bloque-1 .texto .acf-post-banner__text {
  color: #FFF;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 27px */
}
.banner-2 > .bloque-1 > .cta {
  color: #1E22AA;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  /* 17.6px */
  display: flex;
  height: 48px;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  border: 1px solid #FFF;
  background: #FFF;
  max-width: fit-content;
}
.banner-2 > .bloque-2 {
  width: 394px;
  height: 325px;
  position: relative;
  overflow: hidden;
}
.banner-2 > .bloque-2 > img {
  --banner-2-image-scale: 1;
  position: absolute;
  right: -32px;
  bottom: -52px;
  object-fit: contain;
  width: 394px;
  height: 410px;
  transform: scale(var(--banner-2-image-scale));
  transform-origin: center center;
  transition: transform 0.35s ease;
}
.banner-2:hover > .bloque-2 > img, .banner-2:focus-within > .bloque-2 > img {
  --banner-2-image-scale: 1.06;
}

.acf-post-banner {
  padding: 0px;
}

@media (max-width: 980px) {
  .banner-2 {
    flex-direction: column;
  }
  .banner-2 > .bloque-2 {
    flex-basis: auto;
    min-height: 240px;
  }
  .banner-2 > .bloque-2 > img:first-child {
    right: 100px;
  }
}
@media (max-width: 640px) {
  .banner-2 {
    min-height: auto;
    gap: 0;
    padding: 0;
    border-radius: 18px;
    background: linear-gradient(180deg, #4c4dd2 0%, #3f42c6 48%, #3a3fbe 100%);
  }
  .banner-2 > .bloque-1 {
    max-width: none;
    padding: 20px 20px 0;
  }
  .banner-2 > .bloque-1 .texto {
    gap: 10px;
  }
  .banner-2 > .bloque-1 .texto h3 {
    font-size: 24px;
    line-height: 1.18;
  }
  .banner-2 > .bloque-1 .texto .acf-post-banner__text {
    font-size: 14px;
    line-height: 1.5;
  }
  .banner-2 > .bloque-1 > .cta {
    width: 100%;
    max-width: none;
    margin-top: 18px;
  }
  .banner-2 > .bloque-2 {
    width: 100%;
    height: 210px;
    min-height: 210px;
  }
  .banner-2 > .bloque-2 > img {
    width: 100%;
    right: 0px;
    top: 0px;
  }
  .banner-2 > .bloque-2 > img:first-child {
    left: 50%;
    bottom: -18px;
    width: 320px;
    transform: translateX(-50%) scale(var(--banner-2-image-scale));
  }
  .banner-2 > .bloque-2 > img:last-child {
    left: 50%;
    bottom: -4px;
    width: 212px;
    transform: translateX(-50%) scale(var(--banner-2-image-scale));
  }
}
.banner-3 {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  background: #eff2fb;
  color: #ffffff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 4px 30px 0 rgba(30, 34, 170, 0.2);
}
.banner-3::before {
  content: "";
  position: absolute;
  left: -82px;
  bottom: -116px;
  width: 598px;
  height: 446px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='516' height='298' viewBox='0 0 516 298' fill='none'%3E%3Cellipse cx='217' cy='191' rx='299' ry='223' fill='%231E22AA'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
  pointer-events: none;
}
.banner-3 > .bloque-1 {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 380px;
  min-height: 300px;
  padding: 16px;
}
.banner-3 > .bloque-1 > .texto {
  max-width: 100%;
}
.banner-3 > .bloque-1 > .texto h3 {
  color: #FFF;
  font-family: "Open Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 35.2px */
  margin-bottom: 8px;
}
.banner-3 .cta {
  background: transparent;
  color: #FFF;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  border-radius: 6px;
  border: 1px solid #FFF;
  display: flex;
  height: 48px;
  padding: 12px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
.banner-3 > img {
  --banner-3-image-scale: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transform: scale(var(--banner-3-image-scale));
  transform-origin: center center;
  transition: transform 0.35s ease;
}
.banner-3:hover > img, .banner-3:focus-within > img {
  --banner-3-image-scale: 1.05;
}

@media (max-width: 980px) {
  .banner-3 {
    display: flex;
    flex-direction: column;
  }
  .banner-3 > .bloque-1 {
    width: 100%;
    min-height: auto;
  }
  .banner-3 > img {
    position: relative;
    width: 100%;
    height: 280px;
  }
}
@media (max-width: 640px) {
  .banner-3 {
    flex-direction: column-reverse;
    min-height: auto;
    background: linear-gradient(180deg, #4548d3 0%, #3338bf 100%);
  }
  .banner-3::before {
    left: 50%;
    bottom: -102px;
    width: 420px;
    height: 320px;
    transform: translateX(-50%);
    opacity: 0.95;
  }
  .banner-3 > .bloque-1 {
    max-width: none;
    padding: 24px 20px 18px;
  }
  .banner-3 > .bloque-1 > .texto {
    max-width: 100%;
  }
  .banner-3 > .bloque-1 > .texto h3 {
    font-size: 24px;
    line-height: 1.18;
    margin-bottom: 10px;
  }
  .banner-3 > .bloque-1 > .texto .acf-post-banner__text {
    max-width: 290px;
    font-size: 14px;
    line-height: 1.5;
  }
  .banner-3 .cta {
    width: 100%;
    min-height: 48px;
    margin-top: 18px;
    padding: 12px 18px;
    background: #FFF;
    color: #2F38C3;
    border-color: #FFF;
  }
  .banner-3 > img {
    position: relative;
    width: 100%;
    height: 220px;
    object-fit: contain;
    object-position: center bottom;
    transform: scale(var(--banner-3-image-scale));
  }
}
.banner-4 {
  padding: 16px 8px;
  border-radius: 26px;
  background: #1E22AA;
  color: #ffffff;
  box-shadow: 0 4px 30px 0 rgba(30, 34, 170, 0.2);
}
.banner-4 > h3 {
  color: #FFF;
  text-align: center;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
}
.banner-4 .cards {
  display: flex;
  gap: 8px;
}
.banner-4 article {
  position: relative;
  flex: 1 1 0;
  min-height: 248px;
  padding: 14px 14px 16px;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  background: rgba(18, 21, 120, 0.25);
}
.banner-4 article > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-4 article > div:first-of-type {
  position: absolute;
  inset: 0;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(48, 58, 178, 0) 28.37%, #1E22AA 52.39%);
}
.banner-4 article > div:last-of-type {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.banner-4 article p {
  color: #FFF;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  /* 15.4px */
  margin-bottom: 8px;
}
.banner-4 article h4 {
  color: #FFF;
  font-family: "Open Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 26.4px */
  margin: 0px;
}
.banner-4 .cta {
  display: flex;
  height: 48px;
  padding: 12px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 6px;
  border: 1px solid #FFF;
  background-color: transparent;
  color: #FFF;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  /* 17.6px */
}
.banner-4 .cta:hover,
.banner-4 .cta:focus {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: none;
  transform: none;
}
.banner-4 article:nth-child(2) .cta {
  color: #1E22AA;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  background: #FFF;
}

@media (max-width: 980px) {
  .banner-4 .cards {
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  .banner-4 {
    padding: 16px;
  }
  .banner-4 > h3 {
    font-size: 18px;
  }
  .banner-4 article {
    min-height: 220px;
  }
}
.banner-5 {
  position: relative;
  background-color: #1d2d87;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 30px 0 rgba(30, 34, 170, 0.2);
}
.banner-5::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(33, 43, 157, 0.6);
}
.banner-5 > div {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 30px 48px;
  text-align: center;
}
.banner-5 > div h3 {
  color: var(--Colors-Base-Base-White, #FFF);
  text-align: center;
  font-family: "Open Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  /* 153.333% */
}
.banner-5 > div .acf-post-banner__text {
  color: var(--Colors-Base-Base-White, #FFF);
  text-align: center;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 144.444% */
}
.banner-5 .actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.banner-5 .actions .acf-post-banner__button {
  display: flex;
  height: 48px;
  padding: 12px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  border-radius: 6px;
  border: 1px solid #FFF;
  background: #FFF;
  color: #1E22AA;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  /* 17.6px */
}
.banner-5 .actions .cta.light {
  border-radius: 6px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  display: flex;
  height: 48px;
  padding: 12px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  color: #111768;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  /* 17.6px */
}

@media (max-width: 640px) {
  .banner-5 > div {
    padding: 24px 20px;
  }
  .banner-5 .actions {
    flex-direction: column;
  }
  .banner-5 .actions .cta {
    width: 100%;
  }
}
