.elementor-2573 .elementor-element.elementor-element-5e27a75{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-2573 .elementor-element.elementor-element-5e27a75{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-fdd31d8 */@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;500&display=swap');

.ap-summer-premium,
.ap-summer-premium * {
  box-sizing: border-box;
}

.ap-summer-premium {
  --ap-red: #b8001f;
  --ap-red-light: #e53946;
  --ap-navy: #071b45;
  --ap-blue: #057fb8;
  --ap-sand: #fff2d7;
  --ap-white: #ffffff;
  --ap-text: #4b5b72;
  --ap-muted: #758096;
  --ap-border: rgba(7, 27, 69, .10);

  position: relative;
  z-index: 0;

  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  font-family: 'Instrument Sans', Arial, sans-serif;
  font-weight: 400;
  color: var(--ap-navy);
  background: #ffffff;
  overflow: hidden;
}

.ap-summer-premium h1,
.ap-summer-premium h2,
.ap-summer-premium h3,
.ap-summer-premium h4 {
  margin: 0;
  font-family: 'Instrument Sans', Arial, sans-serif;
  font-weight: 500;
  color: var(--ap-navy);
  letter-spacing: -0.045em;
}

.ap-summer-premium p {
  margin: 0;
  font-weight: 400;
}

.ap-summer-premium a {
  text-decoration: none;
}

.ap-container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.ap-reveal {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity .85s cubic-bezier(.16, 1, .3, 1),
    transform .85s cubic-bezier(.16, 1, .3, 1);
}

.ap-reveal.ap-visible {
  opacity: 1;
  transform: translateY(0);
}

.ap-btn {
  position: relative;
  min-height: 50px;
  padding: 14px 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  overflow: hidden;
  isolation: isolate;
  transition:
    transform .35s cubic-bezier(.16, 1, .3, 1),
    box-shadow .35s cubic-bezier(.16, 1, .3, 1),
    background .35s ease;
  white-space: nowrap;
}

.ap-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,.42) 45%, transparent 70%);
  transform: translateX(-120%);
  transition: transform .75s cubic-bezier(.16, 1, .3, 1);
}

.ap-btn:hover::before {
  transform: translateX(120%);
}

.ap-btn-primary {
  background: linear-gradient(135deg, var(--ap-red), var(--ap-red-light));
  color: #ffffff;
  box-shadow: 0 18px 42px rgba(184, 0, 31, .24);
}

.ap-btn-primary:hover {
  transform: translateY(-4px) scale(1.015);
  box-shadow: 0 26px 58px rgba(184, 0, 31, .34);
}

.ap-btn-glass {
  background: rgba(255, 255, 255, .70);
  color: var(--ap-navy);
  border: 1px solid rgba(255, 255, 255, .72);
  box-shadow: 0 16px 34px rgba(7, 27, 69, .10);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.ap-btn-glass:hover {
  transform: translateY(-4px) scale(1.015);
  box-shadow: 0 24px 48px rgba(7, 27, 69, .14);
}

.ap-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  color: var(--ap-red);
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-weight: 500;
  margin-bottom: 14px;
}

.ap-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffcc4d;
  box-shadow: 0 0 0 6px rgba(255, 204, 77, .20);
}

.ap-section-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 48px;
}

.ap-section-title {
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.04;
}

.ap-section-title span {
  color: var(--ap-blue);
}

.ap-section-text {
  margin: 20px auto 0;
  max-width: 720px;
  color: var(--ap-text);
  font-size: 16px;
  line-height: 1.65;
}

/* HERO */
.ap-hero {
  position: relative;
  min-height: 680px;
  padding: 96px 0 100px;
  background:
    radial-gradient(circle at 85% 12%, rgba(255, 204, 77, .35) 0 0, transparent 170px),
    radial-gradient(circle at 15% 18%, rgba(255, 255, 255, .82) 0 0, transparent 260px),
    linear-gradient(180deg, #cdf5ff 0%, #f2fcff 48%, #d8f8ff 100%);
  overflow: hidden;
}

.ap-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255,255,255,.34), transparent 42%),
    radial-gradient(circle at 50% 50%, rgba(255,255,255,.45) 0 0, transparent 340px);
  pointer-events: none;
}

.ap-hero::after {
  content: "";
  position: absolute;
  left: -6%;
  right: -6%;
  bottom: -92px;
  height: 245px;
  background: linear-gradient(180deg, #fff5df, var(--ap-sand));
  border-radius: 55% 45% 0 0 / 40% 42% 0 0;
  box-shadow: 0 -28px 60px rgba(255,255,255,.65);
}

.ap-hero-grid {
  display: grid;
  grid-template-columns: 1fr .95fr;
  gap: 56px;
  align-items: center;
}

.ap-hero-copy {
  max-width: 640px;
}

.ap-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 9px 15px;
  border-radius: 999px;
  background: rgba(255,255,255,.65);
  border: 1px solid rgba(255,255,255,.78);
  color: var(--ap-navy);
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
  box-shadow: 0 14px 34px rgba(7, 27, 69, .08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.ap-hero-badge span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffcc4d;
  box-shadow: 0 0 0 5px rgba(255, 204, 77, .22);
}

.ap-hero h1 {
  margin-top: 24px;
  font-size: clamp(42px, 5.4vw, 76px);
  line-height: .96;
}

.ap-hero h1 span {
  display: block;
  color: var(--ap-blue);
}

.ap-hero-text {
  max-width: 580px;
  margin-top: 24px;
  color: #21324e;
  font-size: 17px;
  line-height: 1.68;
}

.ap-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
  align-items: center;
}

.ap-hero-note {
  margin-top: 18px;
  color: var(--ap-muted);
  font-size: 13px;
  line-height: 1.5;
}

/* IMAGEN PRINCIPAL */
.ap-ninos-v1,
.ap-ninos-v1 * {
  box-sizing: border-box;
  font-family: 'Instrument Sans', Arial, sans-serif;
}

.ap-ninos-v1 {
  position: relative;
  width: 100%;
  min-height: 430px;
  border-radius: 42px;
  overflow: hidden;
  background: #e8f8ff;
  box-shadow:
    0 38px 100px rgba(7, 27, 69, .22),
    inset 0 1px 0 rgba(255,255,255,.62);
  transition:
    box-shadow .55s cubic-bezier(.16, 1, .3, 1);
  clip-path: inset(0 round 42px);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  isolation: isolate;
}

.ap-ninos-v1:hover {
  box-shadow:
    0 48px 120px rgba(7, 27, 69, .26),
    inset 0 1px 0 rgba(255,255,255,.72);
}

.ap-ninos-v1 img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1.01);
  transition: transform .7s cubic-bezier(.16, 1, .3, 1);
}

.ap-ninos-v1:hover img {
  transform: scale(1.045);
}

.ap-ninos-v1 .ap-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(7, 27, 69, .16), transparent 42%),
    linear-gradient(to top, rgba(7, 27, 69, .20), rgba(7,27,69,.04) 55%, transparent);
  z-index: 2;
  pointer-events: none;
}

.ap-ninos-v1 .ap-pill {
  position: absolute;
  top: 20px;
  left: 20px;
  right: auto;
  z-index: 4;
  padding: 10px 15px;
  border-radius: 999px;
  background: rgba(184, 0, 31, .94);
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: .04em;
  text-transform: uppercase;
  box-shadow: 0 14px 32px rgba(184, 0, 31, .24);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.ap-ninos-v1 .ap-text {
  position: absolute;
  top: 20px;
  right: 20px;
  left: auto;
  bottom: auto;
  z-index: 4;
  width: 215px;
  max-width: calc(100% - 40px);
  padding: 14px 15px;
  border-radius: 20px;
  background: rgba(255,255,255,.50);
  border: 1px solid rgba(255,255,255,.56);
  box-shadow: 0 14px 32px rgba(7,27,69,.14);
  backdrop-filter: blur(11px);
  -webkit-backdrop-filter: blur(11px);
}

.ap-ninos-v1 .ap-text strong {
  display: block;
  color: #071b45;
  font-size: clamp(17px, 1.6vw, 22px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 500;
}

.ap-ninos-v1 .ap-text span {
  display: block;
  margin-top: 8px;
  color: rgba(7, 27, 69, .74);
  font-size: 11.5px;
  line-height: 1.32;
  font-weight: 400;
}

/* TARJETA ILUSTRADA */
.ap-visual-card {
  position: relative;
  min-height: 350px;
  border-radius: 38px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,.34), rgba(255,255,255,0)),
    linear-gradient(180deg, #87ddff 0%, #41c2ed 48%, #0b83bd 100%);
  box-shadow:
    0 34px 82px rgba(7, 27, 69, .16),
    inset 0 1px 0 rgba(255,255,255,.64);
  transition:
    transform .55s cubic-bezier(.16, 1, .3, 1),
    box-shadow .55s cubic-bezier(.16, 1, .3, 1);
}

.ap-visual-card:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow:
    0 48px 120px rgba(7, 27, 69, .22),
    inset 0 1px 0 rgba(255,255,255,.72);
}

.ap-visual-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255,255,255,.26), transparent 38%, rgba(255,255,255,.15) 70%, transparent 100%);
  pointer-events: none;
  z-index: 10;
}

.ap-visual-card::after {
  content: "";
  position: absolute;
  left: -18%;
  right: -18%;
  bottom: -54px;
  height: 170px;
  background: rgba(255,255,255,.75);
  border-radius: 50%;
  z-index: 3;
}

.ap-sun {
  position: absolute;
  top: 34px;
  right: 42px;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: radial-gradient(circle, #ffe082 0 45%, #ffb627 46% 100%);
  box-shadow: 0 0 75px rgba(255, 190, 45, .58);
  animation: apFloat 5s ease-in-out infinite;
  z-index: 4;
}

.ap-sea {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 44%;
  background:
    radial-gradient(circle at 25% 35%, rgba(255,255,255,.22) 0 0, transparent 95px),
    radial-gradient(circle at 75% 18%, rgba(255,255,255,.24) 0 0, transparent 125px),
    linear-gradient(180deg, #28b8eb, #057ab4);
  z-index: 1;
}

.ap-wave {
  position: absolute;
  left: -12%;
  right: -12%;
  height: 68px;
  background: rgba(255,255,255,.65);
  border-radius: 50%;
  z-index: 2;
  animation: apWave 7s ease-in-out infinite;
}

.ap-wave-1 {
  bottom: 126px;
  opacity: .56;
}

.ap-wave-2 {
  bottom: 88px;
  opacity: .34;
  animation-duration: 9s;
  animation-delay: -2s;
}

.ap-buildings {
  position: absolute;
  right: 38px;
  bottom: 148px;
  display: flex;
  align-items: flex-end;
  gap: 9px;
  z-index: 5;
}

.ap-building {
  position: relative;
  width: 58px;
  border-radius: 9px 9px 0 0;
  background: linear-gradient(180deg, #fffdf7, #efd8b7);
  box-shadow: 0 14px 28px rgba(7, 27, 69, .14);
}

.ap-building::after {
  content: "";
  position: absolute;
  inset: 16px 9px;
  background:
    repeating-linear-gradient(90deg, transparent 0 12px, rgba(5, 122, 180, .25) 12px 18px),
    repeating-linear-gradient(180deg, transparent 0 17px, rgba(5, 122, 180, .20) 17px 23px);
}

.ap-building:nth-child(1) { height: 118px; }
.ap-building:nth-child(2) { height: 168px; }
.ap-building:nth-child(3) { height: 138px; }
.ap-building:nth-child(4) { height: 198px; }

.ap-pool-line {
  position: absolute;
  left: 44px;
  bottom: 145px;
  width: 76px;
  height: 116px;
  border: 7px solid rgba(255,255,255,.84);
  border-bottom: none;
  border-radius: 32px 32px 0 0;
  box-shadow: 0 12px 24px rgba(7, 27, 69, .12);
  z-index: 5;
}

.ap-pool-line::before,
.ap-pool-line::after {
  content: "";
  position: absolute;
  left: -7px;
  right: -7px;
  height: 7px;
  background: rgba(255,255,255,.84);
}

.ap-pool-line::before { top: 34px; }
.ap-pool-line::after { top: 70px; }

.ap-discount {
  position: absolute;
  left: 30px;
  bottom: 28px;
  z-index: 8;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 24%, rgba(255,255,255,.30), transparent 28%),
    linear-gradient(135deg, #ff764f, var(--ap-red));
  border: 7px solid rgba(255,255,255,.42);
  box-shadow: 0 26px 54px rgba(184, 0, 31, .28);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  animation: apBadge 4.6s ease-in-out infinite;
}

.ap-discount strong {
  font-size: 56px;
  line-height: .88;
  font-weight: 500;
  letter-spacing: -.05em;
}

.ap-discount span {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 500;
}

.ap-glass-mini {
  position: absolute;
  right: 26px;
  bottom: 34px;
  z-index: 8;
  width: 214px;
  padding: 18px 18px;
  border-radius: 24px;
  background: rgba(255,255,255,.68);
  border: 1px solid rgba(255,255,255,.74);
  box-shadow:
    0 18px 42px rgba(7, 27, 69, .15),
    inset 0 1px 0 rgba(255,255,255,.8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.ap-glass-mini strong {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--ap-navy);
}

.ap-glass-mini span {
  display: block;
  margin-top: 6px;
  color: var(--ap-text);
  font-size: 12.5px;
  line-height: 1.4;
}

/* TRUST */
.ap-trust {
  position: relative;
  z-index: 5;
  margin-top: -42px;
  padding-bottom: 54px;
}

.ap-trust-panel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border-radius: 30px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(255,255,255,.74);
  box-shadow:
    0 28px 66px rgba(7, 27, 69, .12),
    inset 0 1px 0 rgba(255,255,255,.82);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.ap-trust-item {
  padding: 26px 24px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  border-right: 1px solid rgba(7, 27, 69, .08);
  transition: background .3s ease;
}

.ap-trust-item:last-child {
  border-right: none;
}

.ap-trust-item:hover {
  background: rgba(255,255,255,.48);
}

.ap-trust-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  background: rgba(232,248,255,.88);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.82);
}

.ap-trust-item strong {
  display: block;
  color: var(--ap-navy);
  font-size: 14px;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 4px;
}

.ap-trust-item span {
  display: block;
  color: var(--ap-text);
  font-size: 12.5px;
  line-height: 1.38;
}

/* PROCESS */
.ap-process {
  padding: 88px 0 94px;
  background: #ffffff;
}

.ap-process-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 62px;
  align-items: center;
}

.ap-process-copy h2 {
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.04;
}

.ap-process-copy h2 span {
  color: var(--ap-blue);
}

.ap-process-copy p {
  margin-top: 20px;
  max-width: 520px;
  color: var(--ap-text);
  font-size: 16px;
  line-height: 1.65;
}

.ap-process-list {
  position: relative;
  display: grid;
  gap: 18px;
}

.ap-process-card {
  position: relative;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 18px;
  align-items: flex-start;
  padding: 26px;
  border-radius: 28px;
  background: rgba(255,255,255,.86);
  border: 1px solid var(--ap-border);
  box-shadow: 0 18px 42px rgba(7, 27, 69, .07);
  transition:
    transform .35s cubic-bezier(.16, 1, .3, 1),
    box-shadow .35s cubic-bezier(.16, 1, .3, 1);
}

.ap-process-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 62px rgba(7, 27, 69, .12);
}

.ap-step-number {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: linear-gradient(135deg, #e9f9ff, #ffffff);
  color: var(--ap-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  font-weight: 500;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
}

.ap-process-card h3 {
  font-size: 22px;
  line-height: 1.18;
  margin-bottom: 8px;
}

.ap-process-card p {
  color: var(--ap-text);
  font-size: 15px;
  line-height: 1.56;
}

/* COBERTURAS */
.ap-coverages {
  position: relative;
  padding: 96px 0 118px;
  background:
    radial-gradient(circle at 12% 10%, rgba(255,255,255,.9) 0 0, transparent 240px),
    radial-gradient(circle at 90% 9%, rgba(255,218,135,.38) 0 0, transparent 230px),
    linear-gradient(180deg, #eafdff 0%, #d4f5ff 100%);
  overflow: hidden;
}

.ap-coverages::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 18px 18px, rgba(255,255,255,.55) 0 2px, transparent 2px),
    radial-gradient(circle at 60px 60px, rgba(255,255,255,.35) 0 1px, transparent 1px);
  background-size: 92px 92px;
  opacity: .72;
  pointer-events: none;
}

.ap-coverages::after {
  content: "";
  position: absolute;
  left: -6%;
  right: -6%;
  bottom: -80px;
  height: 180px;
  background: var(--ap-sand);
  border-radius: 54% 46% 0 0 / 38% 42% 0 0;
}

.ap-coverage-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.ap-coverage-card {
  position: relative;
  min-height: 232px;
  padding: 32px 26px 30px;
  border-radius: 30px;
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(255,255,255,.78);
  box-shadow:
    0 20px 46px rgba(7, 27, 69, .10),
    inset 0 1px 0 rgba(255,255,255,.88);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  overflow: hidden;
  transition:
    transform .42s cubic-bezier(.16, 1, .3, 1),
    box-shadow .42s cubic-bezier(.16, 1, .3, 1),
    background .42s ease;
}

.ap-coverage-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 18% 10%, rgba(255,255,255,.92), transparent 34%);
  opacity: .82;
  pointer-events: none;
}

.ap-coverage-card::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--ap-red), #ff8052);
  border-radius: 999px 999px 0 0;
  transform: scaleX(.22);
  transform-origin: left;
  transition: transform .35s cubic-bezier(.16, 1, .3, 1);
}

.ap-coverage-card:hover {
  transform: translateY(-9px) scale(1.012);
  background: rgba(255,255,255,.92);
  box-shadow:
    0 34px 74px rgba(7, 27, 69, .17),
    inset 0 1px 0 rgba(255,255,255,.92);
}

.ap-coverage-card:hover::after {
  transform: scaleX(1);
}

.ap-card-icon {
  position: relative;
  z-index: 1;
  width: 68px;
  height: 68px;
  border-radius: 22px;
  background: linear-gradient(135deg, #ffffff, #e8f8ff);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  box-shadow:
    0 12px 24px rgba(7, 27, 69, .08),
    inset 0 1px 0 rgba(255,255,255,.9);
  color: var(--ap-blue);
}

.ap-card-icon svg {
  width: 31px;
  height: 31px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ap-coverage-card h3 {
  position: relative;
  z-index: 1;
  font-size: 22px;
  line-height: 1.16;
  margin-bottom: 12px;
}

.ap-coverage-card p {
  position: relative;
  z-index: 1;
  color: var(--ap-text);
  font-size: 15px;
  line-height: 1.55;
}

.ap-center-btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

/* COSTA */
.ap-coast {
  padding: 106px 0;
  background: linear-gradient(180deg, var(--ap-sand) 0%, #fffaf0 100%);
  position: relative;
  overflow: hidden;
}

.ap-coast::before {
  display: none !important;
}

.ap-coast::after {
  content: "";
  position: absolute;
  left: -110px;
  bottom: -130px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: rgba(255, 197, 88, .28);
}

.ap-coast-grid {
  display: grid;
  grid-template-columns: 1fr .92fr;
  gap: 56px;
  align-items: center;
}

.ap-coast-copy h2 {
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.04;
}

.ap-coast-copy h2 span {
  color: var(--ap-blue);
}

.ap-coast-copy p {
  margin-top: 20px;
  color: var(--ap-text);
  font-size: 16px;
  line-height: 1.68;
  max-width: 610px;
}

.ap-check-list {
  display: grid;
  gap: 13px;
  margin-top: 28px;
}

.ap-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--ap-navy);
  font-size: 15px;
  line-height: 1.45;
}

.ap-check span {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 50%;
  background: rgba(184, 0, 31, .09);
  color: var(--ap-red);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
}

/* VENTAJAS */
.ap-advantages {
  padding: 96px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f4fbff 100%);
}

.ap-advantages-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 44px;
}

.ap-adv-card {
  text-align: center;
  padding: 32px 22px;
  border-radius: 28px;
  background: rgba(255,255,255,.84);
  border: 1px solid rgba(7, 27, 69, .08);
  box-shadow:
    0 14px 32px rgba(7, 27, 69, .06),
    inset 0 1px 0 rgba(255,255,255,.86);
  transition:
    transform .35s cubic-bezier(.16, 1, .3, 1),
    box-shadow .35s cubic-bezier(.16, 1, .3, 1);
}

.ap-adv-card:hover {
  transform: translateY(-8px);
  box-shadow:
    0 26px 58px rgba(7, 27, 69, .12),
    inset 0 1px 0 rgba(255,255,255,.92);
}

.ap-adv-icon {
  width: 62px;
  height: 62px;
  margin: 0 auto 18px;
  border-radius: 22px;
  background: linear-gradient(135deg, #ffffff, #e8f8ff);
  color: var(--ap-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.88);
}

.ap-adv-icon svg {
  width: 28px;
  height: 28px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ap-adv-card h3 {
  font-size: 17px;
  line-height: 1.25;
  margin-bottom: 9px;
  letter-spacing: -.025em;
}

.ap-adv-card p {
  color: var(--ap-text);
  font-size: 14px;
  line-height: 1.5;
}

/* FAQ */
.ap-faq {
  padding: 96px 0;
  background: #ffffff;
}

.ap-faq-list {
  max-width: 860px;
  margin: 42px auto 0;
  display: grid;
  gap: 14px;
}

.ap-faq-item {
  border-radius: 24px;
  background: rgba(255,255,255,.90);
  border: 1px solid rgba(7,27,69,.10);
  box-shadow: 0 14px 34px rgba(7,27,69,.06);
  overflow: hidden;
}

.ap-faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 22px 24px;
  color: var(--ap-navy);
  font-size: 17px;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: -.025em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.ap-faq-item summary::-webkit-details-marker {
  display: none;
}

.ap-faq-item summary::after {
  content: "+";
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 50%;
  background: rgba(184,0,31,.08);
  color: var(--ap-red);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
}

.ap-faq-item[open] summary::after {
  content: "−";
}

.ap-faq-item p {
  padding: 0 24px 22px;
  color: var(--ap-text);
  font-size: 15px;
  line-height: 1.65;
}

/* CTA FINAL */
.ap-final {
  position: relative;
  padding: 72px 0;
  background:
    radial-gradient(circle at 12% 45%, rgba(255,255,255,.12), transparent 180px),
    linear-gradient(135deg, #057fb8, #071b45);
  overflow: hidden;
}

.ap-final::before {
  content: "";
  position: absolute;
  left: -6%;
  right: -6%;
  top: -108px;
  height: 160px;
  background: rgba(255,255,255,.15);
  border-radius: 50%;
}

.ap-final-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.ap-final h2 {
  color: #ffffff;
  font-size: clamp(30px, 3.3vw, 46px);
  line-height: 1.08;
}

.ap-final p {
  margin-top: 12px;
  color: rgba(255,255,255,.78);
  font-size: 16px;
  line-height: 1.58;
  max-width: 720px;
}

.ap-final .ap-btn-glass {
  border-color: rgba(255,255,255,.52);
}

/* FIX HEADER */
html body .elementor-location-header,
html body .elementor-location-header > *,
html body header,
html body .site-header,
html body #masthead {
  position: relative !important;
  z-index: 999999 !important;
  overflow: visible !important;
}

html body .elementor-location-header .e-con,
html body .elementor-location-header .elementor-container,
html body .elementor-location-header .elementor-widget-wrap,
html body .elementor-location-header .elementor-element,
html body .elementor-location-header .elementor-nav-menu,
html body .elementor-location-header .elementor-widget-nav-menu {
  overflow: visible !important;
}

html body .elementor-nav-menu--dropdown,
html body .elementor-nav-menu__container,
html body .elementor-menu-toggle,
html body .elementor-sticky,
html body .elementor-sticky--active {
  position: relative;
  z-index: 1000000 !important;
}

html body .elementor-widget-html,
html body .elementor-widget-html .elementor-widget-container {
  position: relative;
  z-index: 0 !important;
}

/* ANIMACIONES */
@keyframes apFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes apWave {
  0%, 100% { transform: translateX(-12px) translateY(0); }
  50% { transform: translateX(18px) translateY(-7px); }
}

@keyframes apBadge {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-8px) scale(1.025); }
}

@media (prefers-reduced-motion: reduce) {
  .ap-reveal,
  .ap-btn,
  .ap-visual-card,
  .ap-ninos-v1,
  .ap-sun,
  .ap-wave,
  .ap-discount,
  .ap-process-card,
  .ap-coverage-card,
  .ap-adv-card {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}

/* RESPONSIVE */
@media (max-width: 1050px) {
  .ap-hero-grid,
  .ap-process-grid,
  .ap-coast-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .ap-hero-copy,
  .ap-process-copy,
  .ap-coast-copy {
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
  }

  .ap-hero-badge,
  .ap-kicker {
    margin-left: auto;
    margin-right: auto;
  }

  .ap-hero-text,
  .ap-process-copy p,
  .ap-coast-copy p {
    margin-left: auto;
    margin-right: auto;
  }

  .ap-hero-actions {
    justify-content: center;
  }

  .ap-trust-panel {
    grid-template-columns: repeat(2, 1fr);
  }

  .ap-trust-item:nth-child(2) {
    border-right: none;
  }

  .ap-trust-item:nth-child(1),
  .ap-trust-item:nth-child(2) {
    border-bottom: 1px solid rgba(7, 27, 69, .08);
  }

  .ap-coverage-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .ap-advantages-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ap-final-box {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 760px) {
  .ap-container {
    width: min(100% - 48px, 1180px);
  }

  .ap-hero {
    min-height: auto;
    padding: 62px 0 78px;
  }

  .ap-hero h1 {
    font-size: clamp(36px, 11vw, 50px);
  }

  .ap-hero-text {
    font-size: 15.5px;
  }

  .ap-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .ap-btn {
    width: 100%;
  }

  .ap-ninos-v1 {
    min-height: 330px;
    border-radius: 30px;
    clip-path: inset(0 round 30px);
  }

  .ap-ninos-v1 .ap-pill {
    top: 14px;
    left: 14px;
    right: auto;
    font-size: 10px;
    padding: 8px 12px;
  }

  .ap-ninos-v1 .ap-text {
    top: 62px;
    right: 14px;
    bottom: auto;
    left: auto;
    width: 185px;
    padding: 11px 12px;
    border-radius: 16px;
  }

  .ap-ninos-v1 .ap-text strong {
    font-size: 15.5px;
    line-height: 1.06;
  }

  .ap-ninos-v1 .ap-text span {
    font-size: 9.8px;
    margin-top: 6px;
  }

  .ap-visual-card {
    min-height: 330px;
    border-radius: 30px;
  }

  .ap-sun {
    width: 62px;
    height: 62px;
    top: 24px;
    right: 24px;
  }

  .ap-buildings {
    right: 20px;
    bottom: 125px;
    gap: 5px;
  }

  .ap-building {
    width: 39px;
  }

  .ap-building:nth-child(1) { height: 92px; }
  .ap-building:nth-child(2) { height: 128px; }
  .ap-building:nth-child(3) { height: 108px; }
  .ap-building:nth-child(4) { height: 148px; }

  .ap-pool-line {
    left: 28px;
    bottom: 128px;
    width: 48px;
    height: 78px;
    border-width: 6px;
  }

  .ap-pool-line::before,
  .ap-pool-line::after {
    left: -6px;
    right: -6px;
    height: 6px;
  }

  .ap-pool-line::before { top: 24px; }
  .ap-pool-line::after { top: 48px; }

  .ap-discount {
    width: 128px;
    height: 128px;
    left: 16px;
    bottom: 18px;
    border-width: 6px;
  }

  .ap-discount strong {
    font-size: 42px;
  }

  .ap-discount span {
    font-size: 10px;
  }

  .ap-glass-mini {
    width: 172px;
    right: 14px;
    bottom: 22px;
    padding: 14px;
    border-radius: 20px;
  }

  .ap-glass-mini strong {
    font-size: 13px;
  }

  .ap-glass-mini span {
    font-size: 11.5px;
  }

  .ap-trust {
    margin-top: -28px;
    padding-bottom: 36px;
  }

  .ap-trust-panel {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  .ap-trust-item {
    border-right: none;
    border-bottom: 1px solid rgba(7, 27, 69, .08);
    padding: 20px;
  }

  .ap-trust-item:last-child {
    border-bottom: none;
  }

  .ap-process,
  .ap-advantages,
  .ap-faq {
    padding: 70px 0;
  }

  .ap-process-copy h2,
  .ap-coast-copy h2 {
    font-size: clamp(32px, 10vw, 44px);
  }

  .ap-process-card {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 24px 18px;
    border-radius: 24px;
  }

  .ap-step-number {
    margin: 0 auto;
  }

  .ap-coverages {
    padding: 72px 0 92px;
  }

  .ap-section-title {
    font-size: clamp(32px, 10vw, 44px);
  }

  .ap-section-text {
    font-size: 15px;
  }

  .ap-coverage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
  }

  .ap-coverage-card {
    min-height: auto;
    padding: 23px 13px 25px;
    border-radius: 22px;
    text-align: center;
  }

  .ap-card-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    margin: 0 auto 15px;
  }

  .ap-card-icon svg {
    width: 26px;
    height: 26px;
  }

  .ap-coverage-card h3 {
    font-size: 15.5px;
    margin-bottom: 8px;
  }

  .ap-coverage-card p {
    font-size: 12.4px;
    line-height: 1.42;
  }

  .ap-coast {
    padding: 82px 0;
  }

  .ap-faq-item summary {
    font-size: 15.5px;
    padding: 19px 18px;
  }

  .ap-faq-item p {
    padding: 0 18px 19px;
    font-size: 14px;
  }

  .ap-advantages-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ap-final {
    padding: 56px 0;
  }

  .ap-final-box {
    align-items: stretch;
  }
}

@media (max-width: 430px) {
  .ap-coverage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ap-coverage-card {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ap-coverage-card h3 {
    font-size: 14.6px;
  }

  .ap-coverage-card p {
    font-size: 11.8px;
  }

  .ap-ninos-v1 .ap-text {
    top: 58px;
    right: 14px;
    bottom: auto;
    width: 170px;
  }

  .ap-ninos-v1 .ap-text strong {
    font-size: 14.5px;
  }

  .ap-ninos-v1 .ap-text span {
    font-size: 9.3px;
  }
}

/* =========================================================
   AJUSTE DEFINITIVO: ESPACIO ENTRE TITULO HERO Y PARRAFO
   ========================================================= */

.ap-summer-premium .ap-hero-copy h1#ap-hero-title {
  margin-bottom: 30px !important;
}

.ap-summer-premium .ap-hero-copy .ap-hero-text {
  margin-top: 0 !important;
}

@media (max-width: 760px) {
  .ap-summer-premium .ap-hero-copy h1#ap-hero-title {
    margin-bottom: 26px !important;
  }

  .ap-summer-premium .ap-hero-copy .ap-hero-text {
    margin-top: 0 !important;
  }
}

/* =========================================================
   AJUSTE RESPONSIVE IMAGEN PRINCIPAL
   En contenedores pequeños:
   - Burbuja blanca arriba derecha
   - Etiqueta roja abajo derecha
   ========================================================= */

@media (max-width: 560px) {
  .ap-summer-premium .ap-ninos-v1 .ap-pill {
    top: auto !important;
    left: auto !important;
    right: 12px !important;
    bottom: 12px !important;
    z-index: 5 !important;

    font-size: 9px !important;
    padding: 7px 10px !important;
  }

  .ap-summer-premium .ap-ninos-v1 .ap-text {
    top: 12px !important;
    left: auto !important;
    right: 12px !important;
    bottom: auto !important;
    z-index: 6 !important;

    width: 170px !important;
    max-width: calc(100% - 24px) !important;
    padding: 10px 11px !important;
    border-radius: 14px !important;
  }

  .ap-summer-premium .ap-ninos-v1 .ap-text strong {
    font-size: 14.5px !important;
    line-height: 1.05 !important;
  }

  .ap-summer-premium .ap-ninos-v1 .ap-text span {
    margin-top: 5px !important;
    font-size: 9px !important;
    line-height: 1.3 !important;
  }
}

@media (max-width: 420px) {
  .ap-summer-premium .ap-ninos-v1 .ap-pill {
    right: 10px !important;
    bottom: 10px !important;

    font-size: 8.5px !important;
    padding: 6px 9px !important;
  }

  .ap-summer-premium .ap-ninos-v1 .ap-text {
    top: 10px !important;
    right: 10px !important;

    width: 155px !important;
    padding: 9px 10px !important;
  }

  .ap-summer-premium .ap-ninos-v1 .ap-text strong {
    font-size: 13.2px !important;
  }

  .ap-summer-premium .ap-ninos-v1 .ap-text span {
    font-size: 8.5px !important;
  }
}

/* =========================================================
   AJUSTE TEXTO BAJO BOTONES HERO
   Da más aire al texto de especialidad
   ========================================================= */

.ap-summer-premium .ap-hero-note {
  margin-top: 24px !important;
  margin-bottom: 28px !important;
  max-width: 620px;
  line-height: 1.65 !important;
}

@media (max-width: 1050px) {
  .ap-summer-premium .ap-hero-note {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-inline: 12px !important;
    text-align: center !important;
  }
}

@media (max-width: 760px) {
  .ap-summer-premium .ap-hero-note {
    margin-top: 22px !important;
    margin-bottom: 36px !important;
    padding-inline: 18px !important;
    font-size: 13px !important;
    line-height: 1.6 !important;
  }
}

/* =========================================================
   AJUSTE FINAL HERO NOTE
   Reduce el margen inferior en tablet y movil
   ========================================================= */

.ap-summer-premium .ap-hero-note {
  margin-top: 20px !important;
  margin-bottom: 18px !important;
}

@media (max-width: 1050px) {
  .ap-summer-premium .ap-hero-note {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }
}

@media (max-width: 760px) {
  .ap-summer-premium .ap-hero-note {
    margin-top: 16px !important;
    margin-bottom: 18px !important;
  }
}

/* =========================================================
   AJUSTE DEFINITIVO ESPACIO BAJO TEXTO HERO
   Reduce el hueco entre el texto pequeño y la imagen
   ========================================================= */

@media (max-width: 1050px) {
  .ap-summer-premium .ap-hero-grid {
    gap: 22px !important;
  }

  .ap-summer-premium .ap-hero-note {
    margin-top: 14px !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (max-width: 760px) {
  .ap-summer-premium .ap-hero {
    padding-bottom: 44px !important;
  }

  .ap-summer-premium .ap-hero-grid {
    gap: 18px !important;
  }

  .ap-summer-premium .ap-hero-note {
    margin-top: 12px !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}

/* =========================================================
   AJUSTE GLOBAL: REDUCIR ESPACIO INFERIOR DEL HERO
   Aplica en PC, tablet y móvil
   ========================================================= */

.ap-summer-premium .ap-hero {
  min-height: auto !important;
  padding-top: 82px !important;
  padding-bottom: 54px !important;
}

.ap-summer-premium .ap-hero-grid {
  gap: 42px !important;
  align-items: center !important;
}

.ap-summer-premium .ap-hero-note {
  margin-top: 14px !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  line-height: 1.55 !important;
}

.ap-summer-premium .ap-hero-actions {
  margin-top: 28px !important;
}

/* PC */
@media (min-width: 1051px) {
  .ap-summer-premium .ap-hero {
    padding-top: 82px !important;
    padding-bottom: 50px !important;
  }

  .ap-summer-premium .ap-hero-grid {
    gap: 44px !important;
  }

  .ap-summer-premium .ap-trust {
    margin-top: -28px !important;
    padding-bottom: 42px !important;
  }
}

/* TABLET */
@media (max-width: 1050px) {
  .ap-summer-premium .ap-hero {
    padding-top: 64px !important;
    padding-bottom: 38px !important;
  }

  .ap-summer-premium .ap-hero-grid {
    gap: 18px !important;
  }

  .ap-summer-premium .ap-hero-note {
    margin-top: 12px !important;
    margin-bottom: 0 !important;
  }

  .ap-summer-premium .ap-trust {
    margin-top: -22px !important;
    padding-bottom: 34px !important;
  }
}

/* MÓVIL */
@media (max-width: 760px) {
  .ap-summer-premium .ap-hero {
    padding-top: 54px !important;
    padding-bottom: 30px !important;
  }

  .ap-summer-premium .ap-hero-grid {
    gap: 14px !important;
  }

  .ap-summer-premium .ap-hero-actions {
    margin-top: 24px !important;
  }

  .ap-summer-premium .ap-hero-note {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .ap-summer-premium .ap-trust {
    margin-top: -18px !important;
    padding-bottom: 30px !important;
  }
}/* End custom CSS */