.elementor-12212 .elementor-element.elementor-element-06a8ebb{--display:flex;}/* Start custom CSS for html, class: .elementor-element-ce67e47 */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');

/* ================================
   ASTAY BROCHURE - SOLO VISOR PDF
   ================================ */

.astay-brochure,
.astay-brochure * {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
  box-sizing: border-box;
}

.astay-brochure {
  --astay-navy: #101846;
  --astay-blue: #273d91;
  --astay-cyan: #42e1c2;
  --astay-mint: #79f2c7;
  --astay-white: #ffffff;
  --astay-text-soft: rgba(255, 255, 255, 0.78);
  --astay-border: rgba(255, 255, 255, 0.16);
  --astay-border-green: rgba(121, 242, 199, 0.38);
  --astay-shadow: 0 28px 80px rgba(5, 10, 42, 0.38);

  position: relative;
  overflow: hidden;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: clamp(56px, 7vw, 96px) clamp(24px, 5vw, 80px);
  background:
    radial-gradient(circle at 18% 16%, rgba(66, 225, 194, 0.18), transparent 30%),
    radial-gradient(circle at 86% 8%, rgba(255, 255, 255, 0.13), transparent 28%),
    linear-gradient(135deg, var(--astay-navy) 0%, var(--astay-blue) 100%);
  color: var(--astay-white);
}

/* FONDO TECNOLÓGICO */

.astay-brochure-bg {
  position: absolute;
  inset: -20%;
  opacity: 0.24;
  pointer-events: none;
  background-image:
    repeating-radial-gradient(
      ellipse at 20% 22%,
      transparent 0 28px,
      rgba(255, 255, 255, 0.42) 29px 31px,
      transparent 32px 68px
    ),
    repeating-radial-gradient(
      ellipse at 78% 64%,
      transparent 0 34px,
      rgba(255, 255, 255, 0.28) 35px 37px,
      transparent 38px 78px
    );
  transform: rotate(-8deg);
}

/* CONTENEDOR GENERAL */

.astay-brochure-wrap {
  position: relative;
  z-index: 2;
  width: min(1440px, 100%);
  margin: 0 auto;
}

/* ETIQUETA SUPERIOR */

.astay-eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  margin-bottom: 18px;
  border: 1px solid var(--astay-border-green);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--astay-mint);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* BOTÓN */

.astay-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 14px 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none !important;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease;
}

.astay-btn:hover {
  transform: translateY(-2px);
  text-decoration: none !important;
}

.astay-btn-primary {
  background: linear-gradient(135deg, var(--astay-cyan), var(--astay-mint));
  color: #071337 !important;
  box-shadow: 0 18px 38px rgba(66, 225, 194, 0.28);
}

.astay-btn-primary:hover {
  box-shadow: 0 24px 46px rgba(66, 225, 194, 0.36);
}

/* SECCIÓN PRINCIPAL DEL VISOR PDF */

.astay-pdf-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.6fr) minmax(0, 1.4fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid var(--astay-border);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: var(--astay-shadow);
  backdrop-filter: blur(16px);
}

/* TEXTO IZQUIERDO */

.astay-pdf-copy h2 {
  margin: 0 0 18px;
  color: var(--astay-white);
  font-size: clamp(38px, 4.8vw, 66px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.astay-pdf-copy p {
  max-width: 560px;
  margin: 0 0 30px;
  color: var(--astay-text-soft);
  font-size: clamp(17px, 1.35vw, 20px);
  font-weight: 500;
  line-height: 1.68;
}

/* VISOR DEL PDF */

.astay-pdf-viewer {
  overflow: hidden;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.09);
}

.astay-pdf-viewer iframe {
  display: block;
  width: 100%;
  height: 760px;
  border: 0;
  border-radius: 18px;
  background: #ffffff;
}

/* NOTA INFERIOR */

.astay-pdf-note {
  margin: 12px 4px 2px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.astay-pdf-note a {
  color: var(--astay-mint) !important;
  font-weight: 800;
  text-decoration: underline;
}

/* RESPONSIVE TABLET */

@media (max-width: 940px) {
  .astay-brochure {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .astay-pdf-section {
    grid-template-columns: 1fr;
  }

  .astay-pdf-viewer iframe {
    height: 560px;
  }
}

/* RESPONSIVE MÓVIL */

@media (max-width: 640px) {
  .astay-brochure {
    padding: 46px 16px;
  }

  .astay-pdf-section {
    border-radius: 24px;
    padding: 22px;
  }

  .astay-pdf-copy h2 {
    font-size: clamp(34px, 11vw, 48px);
    font-weight: 600;
    line-height: 1.08;
  }

  .astay-btn {
    width: 100%;
  }

  .astay-pdf-viewer {
    padding: 10px;
    border-radius: 22px;
  }

  .astay-pdf-viewer iframe {
    height: 480px;
    border-radius: 14px;
  }
}/* End custom CSS */