.elementor-67721 .elementor-element.elementor-element-d56ed6b{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-3cbefdd *//* ================================================
   PUBLICIDAD MIAMI - CSS ELEMENTOR
   Pegar en: Elementor > CSS Personalizado de la Página
   O en: Apariencia > Personalizar > CSS Adicional
   ================================================ */

@import url('https://fonts.googleapis.com/css2?family=Epilogue:wght@400;500;600;700;800;900&family=Lora:ital,wght@0,400;0,500;1,400&display=swap');

.pub-wrap {
  --bg: #f7f4ef;
  --surface: #ffffff;
  --surface2: #f0ece4;
  --border: rgba(0,0,0,0.08);
  --accent: #d4380d;
  --accent2: #fa541c;
  --gold: #d4a017;
  --navy: #0d1b2a;
  --text: #1a1a2e;
  --muted: #6b6b80;
  --nav-h: 72px;
  --radius: 18px;
  --ff-head: 'Epilogue', sans-serif;
  --ff-body: 'Lora', serif;
  font-family: var(--ff-body);
  font-size: 17px;
  line-height: 1.75;
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
}

.pub-wrap *, .pub-wrap *::before, .pub-wrap *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.pub-wrap a { color: inherit; text-decoration: none; }

/* ===== NAVIGATION ===== */
.pub-nav {
  position: sticky;
  top: 0;
  z-index: 200;
  height: var(--nav-h);
  background: rgba(247,244,239,0.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
}

.pub-nav-logo {
  font-family: var(--ff-head);
  font-weight: 900;
  font-size: 1.1rem;
  color: var(--navy);
  text-decoration: none;
  letter-spacing: -0.03em;
}
.pub-nav-logo span { color: var(--accent); }

.pub-nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
}

.pub-nav-links a {
  color: var(--muted);
  text-decoration: none;
  font-family: var(--ff-head);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: color 0.2s;
}
.pub-nav-links a:hover { color: var(--accent); }

.pub-lang-toggle {
  display: flex;
  border: 1.5px solid var(--border);
  border-radius: 50px;
  overflow: hidden;
  background: var(--surface);
}

.pub-lang-btn {
  padding: 6px 16px;
  font-family: var(--ff-head);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  cursor: pointer;
  border: none;
  background: transparent;
  color: var(--muted);
  transition: all 0.25s;
}
.pub-lang-btn.active { background: var(--accent); color: #fff; }
.pub-lang-btn:hover:not(.active) { color: var(--text); }

.pub-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--accent);
  color: #fff;
  text-decoration: none;
  font-family: var(--ff-head);
  font-weight: 800;
  font-size: 0.88rem;
  letter-spacing: 0.01em;
  padding: 13px 28px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: all 0.25s;
}
.pub-btn-primary:hover {
  background: #b52e08;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(212,56,13,0.3);
}

.pub-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1.5px solid var(--text);
  color: var(--text);
  text-decoration: none;
  font-family: var(--ff-head);
  font-weight: 700;
  font-size: 0.88rem;
  padding: 12px 26px;
  border-radius: 50px;
  transition: all 0.25s;
  background: transparent;
}
.pub-btn-outline:hover {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
  transform: translateY(-2px);
}

.pub-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}
.pub-hamburger span {
  display: block;
  width: 24px; height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: all 0.3s;
}

/* ===== HERO ===== */
.pub-hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  min-height: calc(100vh - var(--nav-h));
  align-items: center;
  gap: 60px;
  padding: 80px 5% 60px;
  position: relative;
  overflow: hidden;
}

.pub-hero::after {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 45%;
  height: 100%;
  background: var(--navy);
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
  z-index: 0;
}

.pub-hero-content { position: relative; z-index: 2; }

.pub-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--ff-head);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 24px;
  animation: pubFadeUp 0.5s ease both;
}
.pub-hero-eyebrow::before {
  content: '';
  width: 32px; height: 2px;
  background: var(--accent);
}

.pub-wrap h1 {
  font-family: var(--ff-head);
  font-size: clamp(2.6rem, 5.5vw, 4rem);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -0.04em;
  color: var(--navy);
  margin-bottom: 24px;
  animation: pubFadeUp 0.5s 0.1s ease both;
}
.pub-wrap h1 em {
  font-style: normal;
  color: var(--accent);
  display: block;
}

.pub-hero-sub {
  font-size: 1.05rem;
  color: var(--muted);
  max-width: 480px;
  margin-bottom: 40px;
  line-height: 1.8;
  font-family: var(--ff-body);
  animation: pubFadeUp 0.5s 0.2s ease both;
}

.pub-hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  animation: pubFadeUp 0.5s 0.3s ease both;
}

/* Hero Panel */
.pub-hero-panel {
  position: relative;
  z-index: 2;
  animation: pubFadeIn 0.8s 0.4s ease both;
}

.pub-conversion-card {
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius);
  padding: 32px 28px;
  color: #fff;
  text-align: center;
}

.pub-conversion-card h3 {
  font-family: var(--ff-head);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: 24px;
}

.pub-conv-compare {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
  align-items: center;
  margin-bottom: 24px;
}

.pub-conv-box {
  background: rgba(255,255,255,0.06);
  border-radius: 12px;
  padding: 20px 12px;
}
.pub-conv-box.highlight {
  background: rgba(212,56,13,0.2);
  border: 1px solid rgba(212,56,13,0.4);
}

.pub-conv-pct {
  font-family: var(--ff-head);
  font-size: 2.2rem;
  font-weight: 900;
  display: block;
  line-height: 1;
  color: #fff;
}
.pub-conv-box.highlight .pub-conv-pct { color: #ff7a58; }

.pub-conv-lbl {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.45);
  display: block;
  margin-top: 4px;
  font-family: var(--ff-head);
  font-weight: 600;
}

.pub-conv-arrow { font-size: 1.4rem; color: rgba(255,255,255,0.3); }

.pub-conv-note {
  font-family: var(--ff-head);
  font-size: 0.8rem;
  font-weight: 700;
  color: rgba(255,255,255,0.6);
  padding: 10px 16px;
  background: rgba(255,255,255,0.06);
  border-radius: 50px;
  display: inline-block;
}

.pub-platform-row {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.pub-platform-chip {
  font-family: var(--ff-head);
  font-size: 0.72rem;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 50px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.7);
}

/* ===== SECTIONS ===== */
.pub-section { padding: 100px 5%; }

.pub-section-label {
  font-family: var(--ff-head);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
  display: block;
}

.pub-wrap h2 {
  font-family: var(--ff-head);
  font-size: clamp(1.9rem, 3.5vw, 2.7rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--navy);
  margin-bottom: 18px;
}

.pub-section-desc {
  color: var(--muted);
  max-width: 580px;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 56px;
}

/* ===== SEM SECTION ===== */
.pub-sem-section { background: var(--navy); color: #fff; }
.pub-sem-section h2 { color: #fff; }
.pub-sem-section .pub-section-desc { color: rgba(255,255,255,0.55); max-width: 100%; margin-bottom: 0; }
.pub-sem-section .pub-section-label { color: #ff7a58; }

.pub-sem-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.pub-sem-definition {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius);
  padding: 36px;
  margin-top: 40px;
}
.pub-sem-definition p { color: rgba(255,255,255,0.7); font-size: 0.97rem; line-height: 1.8; }
.pub-sem-definition strong { color: #ff7a58; }

.pub-sem-steps { list-style: none; margin-top: 40px; display: flex; flex-direction: column; gap: 16px; }

.pub-sem-step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px 24px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 12px;
  transition: border-color 0.2s;
}
.pub-sem-step:hover { border-color: rgba(212,56,13,0.3); }

.pub-sem-step-num {
  flex-shrink: 0;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: rgba(212,56,13,0.2);
  border: 1px solid rgba(212,56,13,0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ff-head);
  font-weight: 800;
  font-size: 0.78rem;
  color: #ff7a58;
}

.pub-sem-step-text h4 {
  font-family: var(--ff-head);
  font-size: 0.92rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}
.pub-sem-step-text p { color: rgba(255,255,255,0.5); font-size: 0.85rem; line-height: 1.6; font-family: var(--ff-head); font-weight: 400; }

/* ===== LANDING PAGE / FUNNEL ===== */
.pub-landing-section { background: var(--surface2); }

.pub-funnel-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.pub-funnel-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.pub-funnel-stage {
  width: 100%;
  text-align: center;
  padding: 20px 24px;
  border-radius: 8px;
  position: relative;
  font-family: var(--ff-head);
  font-weight: 700;
  font-size: 0.88rem;
  color: #fff;
  transition: transform 0.2s;
}
.pub-funnel-stage:hover { transform: scale(1.02); }

.pub-fs1 { background: var(--navy); width: 100%; border-radius: 12px 12px 0 0; }
.pub-fs2 { background: #1a3a5c; width: 88%; }
.pub-fs3 { background: #1e4976; width: 76%; }
.pub-fs4 { background: var(--accent); width: 60%; border-radius: 0 0 12px 12px; }

.pub-funnel-arrow { color: var(--muted); font-size: 1.1rem; line-height: 1; padding: 4px 0; }

.pub-funnel-label {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.65);
  font-family: var(--ff-head);
  font-weight: 600;
  margin-top: 4px;
  display: block;
}

.pub-landing-cards { display: flex; flex-direction: column; gap: 16px; }

.pub-landing-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 24px 28px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  transition: box-shadow 0.2s;
}
.pub-landing-card:hover { box-shadow: 0 8px 30px rgba(0,0,0,0.08); }

.pub-lc-icon {
  flex-shrink: 0;
  width: 44px; height: 44px;
  border-radius: 12px;
  background: rgba(212,56,13,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
}

.pub-lc-text h4 {
  font-family: var(--ff-head);
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 4px;
}
.pub-lc-text p { color: var(--muted); font-size: 0.85rem; line-height: 1.65; font-family: var(--ff-head); font-weight: 400; }

/* ===== SERVICES GRID ===== */
.pub-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.pub-service-card {
  background: var(--surface);
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  padding: 36px 28px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
.pub-service-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 100%; height: 3px;
  background: var(--accent);
  transform: scaleX(0);
  transition: transform 0.3s;
  transform-origin: left;
}
.pub-service-card:hover { border-color: rgba(212,56,13,0.2); transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,0.08); }
.pub-service-card:hover::after { transform: scaleX(1); }

.pub-service-icon { font-size: 2.2rem; margin-bottom: 18px; display: block; }

.pub-service-card h3 {
  font-family: var(--ff-head);
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 10px;
}
.pub-service-card p { color: var(--muted); font-size: 0.88rem; line-height: 1.7; font-family: var(--ff-head); font-weight: 400; }

/* ===== FAQ ===== */
.pub-faq-section { background: var(--surface2); }

.pub-faq-list { max-width: 780px; display: flex; flex-direction: column; gap: 12px; }

.pub-faq-item {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}

.pub-faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: var(--ff-head);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--navy);
  transition: color 0.2s;
}
.pub-faq-q:hover { color: var(--accent); }

.pub-faq-icon {
  flex-shrink: 0;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: rgba(212,56,13,0.1);
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  transition: transform 0.3s, background 0.2s;
}
.pub-faq-item.open .pub-faq-icon { transform: rotate(45deg); background: var(--accent); color: #fff; }

.pub-faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.2s; }
.pub-faq-item.open .pub-faq-a { max-height: 300px; }

.pub-faq-a-inner { padding: 0 24px 20px; color: var(--muted); font-size: 0.93rem; line-height: 1.75; }

/* ===== CTA BAND ===== */
.pub-cta-band {
  background: var(--navy);
  text-align: center;
  padding: 100px 5%;
  position: relative;
  overflow: hidden;
}
.pub-cta-band::before {
  content: '';
  position: absolute;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212,56,13,0.2) 0%, transparent 70%);
  top: -100px; left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.pub-cta-band h2 { color: #fff; margin-bottom: 16px; position: relative; }
.pub-cta-band p { color: rgba(255,255,255,0.55); max-width: 480px; margin: 0 auto 40px; font-size: 1.05rem; position: relative; }

.pub-phone-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--ff-head);
  font-size: 2.4rem;
  font-weight: 900;
  color: #ff7a58;
  text-decoration: none;
  letter-spacing: -0.02em;
  transition: opacity 0.2s;
  position: relative;
}
.pub-phone-link:hover { opacity: 0.8; }

.pub-cta-btns { display: flex; gap: 16px; justify-content: center; margin-top: 36px; flex-wrap: wrap; position: relative; }

.pub-btn-light {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.1);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.15);
  text-decoration: none;
  font-family: var(--ff-head);
  font-weight: 700;
  font-size: 0.9rem;
  padding: 14px 28px;
  border-radius: 50px;
  transition: all 0.25s;
}
.pub-btn-light:hover { background: rgba(255,255,255,0.18); transform: translateY(-2px); }

/* ===== FOOTER ===== */
.pub-footer {
  background: #080f17;
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 64px 5% 32px;
  color: rgba(255,255,255,0.65);
}

.pub-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}

.pub-footer-brand p {
  font-size: 0.87rem;
  margin-top: 14px;
  line-height: 1.75;
  max-width: 280px;
  font-family: var(--ff-head);
  font-weight: 400;
}

.pub-footer-logo {
  font-family: var(--ff-head);
  font-weight: 900;
  font-size: 1.1rem;
  color: #fff;
  text-decoration: none;
  letter-spacing: -0.03em;
}
.pub-footer-logo span { color: #ff7a58; }

.pub-footer-col h4 {
  font-family: var(--ff-head);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  margin-bottom: 18px;
}

.pub-footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.pub-footer-links a { color: rgba(255,255,255,0.5); text-decoration: none; font-family: var(--ff-head); font-size: 0.88rem; transition: color 0.2s; }
.pub-footer-links a:hover { color: #fff; }

.pub-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.07);
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.pub-footer-bottom p { font-size: 0.82rem; font-family: var(--ff-head); }
.pub-footer-bottom a { color: #ff7a58; text-decoration: none; }
.pub-footer-bottom a:hover { text-decoration: underline; }

.pub-footer-author { font-family: var(--ff-head); font-size: 0.82rem; font-weight: 600; color: rgba(255,255,255,0.4); }
.pub-footer-author strong { color: rgba(255,255,255,0.8); }

/* ===== LANGUAGE CONTROL ===== */
.pub-wrap [data-pub-lang="en"] { display: none; }
.pub-wrap [data-pub-lang="es"] { display: block; }
.pub-wrap .pub-inline-en { display: none; }
.pub-wrap .pub-inline-es { display: inline; }

.pub-wrap.pub-lang-en [data-pub-lang="en"] { display: block; }
.pub-wrap.pub-lang-en [data-pub-lang="es"] { display: none; }
.pub-wrap.pub-lang-en .pub-inline-en { display: inline; }
.pub-wrap.pub-lang-en .pub-inline-es { display: none; }

/* ===== MOBILE NAV ===== */
.pub-mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(8,15,23,0.98);
  z-index: 300;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
}
.pub-mobile-nav.open { display: flex; }
.pub-mobile-nav a { font-family: var(--ff-head); font-size: 1.5rem; font-weight: 800; color: #fff; text-decoration: none; transition: color 0.2s; }
.pub-mobile-nav a:hover { color: #ff7a58; }
.pub-mobile-nav-close { position: absolute; top: 24px; right: 5%; font-size: 2rem; cursor: pointer; background: none; border: none; color: rgba(255,255,255,0.4); }
.pub-mobile-nav-close:hover { color: #fff; }

/* ===== ANIMATIONS ===== */
@keyframes pubFadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes pubFadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 960px) {
  .pub-hero { grid-template-columns: 1fr; min-height: auto; padding: 60px 5% 40px; }
  .pub-hero::after { display: none; }
  .pub-hero-panel { display: none; }
  .pub-sem-grid { grid-template-columns: 1fr; }
  .pub-funnel-grid { grid-template-columns: 1fr; }
  .pub-funnel-visual { display: none; }
  .pub-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .pub-nav { padding: 0 4%; }
  .pub-nav-links { display: none; }
  .pub-hamburger { display: flex; }
  .pub-footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .pub-footer-bottom { flex-direction: column; text-align: center; }
  .pub-cta-btns { flex-direction: column; align-items: center; }
}/* End custom CSS */