.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-371 .elementor-element.elementor-element-50d126a{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}/* Start custom CSS for html, class: .elementor-element-b1eb21c */.funeral-home{
  --bg:#0f1216;
  --panel:rgba(255,255,255,.06);
  --panel2:rgba(255,255,255,.08);
  --text:rgba(255,255,255,.92);
  --muted:rgba(255,255,255,.70);
  --line:rgba(255,255,255,.12);
  --accent:#d6b77a;        /* dorado sobrio */
  --accent2:#9db7c7;       /* azul gris suave */
  --shadow:0 20px 60px rgba(0,0,0,.35);

  color:var(--text);
  background:
    radial-gradient(900px 500px at 20% 0%, rgba(214,183,122,.18), transparent 60%),
    radial-gradient(900px 500px at 80% 10%, rgba(157,183,199,.14), transparent 60%),
    var(--bg);
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial;
  line-height:1.55;
}

.funeral-home *{ box-sizing:border-box; }
.funeral-home img{ max-width:100%; display:block; }
.funeral-home a{ color:inherit; text-decoration:none; }
.funeral-home p{ margin:0 0 16px; }
.funeral-home h1,.funeral-home h2,.funeral-home h3,.funeral-home h4{ margin:0 0 12px; line-height:1.15; }
.f-container{ width:min(1120px, calc(100% - 40px)); margin:0 auto; }

.f-muted{ color:var(--muted); }
.f-center{ display:flex; justify-content:center; gap:12px; flex-wrap:wrap; margin-top:18px; }

/* Buttons */
.f-btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 18px; border-radius:999px; font-weight:750;
  border:1px solid transparent; cursor:pointer;
  transition:transform .15s ease, background .15s ease, border-color .15s ease;
}
.f-btn:hover{ transform: translateY(-1px); }
.f-btn:active{ transform: translateY(0); }

.f-btn--primary{
  background: linear-gradient(90deg, var(--accent), var(--accent2));
  color:#0f1216;
}
.f-btn--ghost{
  background: transparent;
  border-color: var(--line);
  color: var(--text);
}
.f-btn--soft{
  background: rgba(255,255,255,.10);
  border-color: rgba(255,255,255,.10);
  color: var(--text);
}
.f-btn--full{ width:100%; }

/* Topbar */
.f-topbar{
  border-bottom:1px solid var(--line);
  background: rgba(0,0,0,.32);
  backdrop-filter: blur(10px);
}
.f-topbar p{
  margin:0; padding:12px 0; text-align:center;
  color:var(--muted); font-size:14px;
}

/* Header */
.f-header{
  position: sticky; top:0; z-index:50;
  border-bottom:1px solid var(--line);
  background: rgba(15,18,22,.60);
  backdrop-filter: blur(14px);
}
.f-header__inner{
  display:grid;
  grid-template-columns: 220px 1fr auto;
  align-items:center;
  gap:16px;
  padding: 16px 0;
}
.f-logo{ font-weight:900; letter-spacing:.5px; }
.f-nav{
  display:flex; gap:14px; justify-content:center; flex-wrap:wrap;
}
.f-nav a{
  padding:8px 10px; border-radius:10px;
  color:var(--muted); border:1px solid transparent;
}
.f-nav a:hover{
  color:var(--text);
  border-color:var(--line);
  background: rgba(255,255,255,.04);
}
.f-header__cta{ display:flex; gap:10px; flex-wrap:wrap; }

/* Hero */
.f-hero{ padding: 52px 0 32px; }
.f-hero__grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:26px;
  align-items:center;
}
.f-hero__copy h1{
  font-size: clamp(34px, 4vw, 54px);
  letter-spacing:-0.02em;
}
.f-hero__copy p{
  color:var(--muted);
  font-size:18px;
  max-width: 62ch;
}
.f-hero__buttons{ display:flex; gap:12px; flex-wrap:wrap; margin:18px 0 16px; }
.f-hero__meta{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap:12px;
  margin-top: 10px;
}
.f-pill{
  background: var(--panel);
  border:1px solid var(--line);
  border-radius: 16px;
  padding: 14px;
  box-shadow: var(--shadow);
}
.f-pill strong{ display:block; font-weight:900; }
.f-pill span{ display:block; color:var(--muted); font-size:13px; margin-top:4px; }
.f-note{ margin-top: 14px; color: var(--muted); font-size: 14px; }

.f-hero__media{
  position:relative;
  border-radius:22px;
  overflow:hidden;
  border:1px solid var(--line);
  background: rgba(255,255,255,.04);
  box-shadow: var(--shadow);
  min-height: 380px;
}
.f-hero__media img{
  width:100%; height:100%;
  object-fit:cover;
  min-height:380px;
  filter: saturate(.95) contrast(1.02);
}
.f-hero__badge{
  position:absolute; right:16px; bottom:16px;
  background: rgba(0,0,0,.50);
  border:1px solid var(--line);
  border-radius: 16px;
  padding: 12px 14px;
  backdrop-filter: blur(10px);
}
.f-hero__badge span{ display:block; color:var(--muted); font-size:12px; }
.f-hero__badge strong{ display:block; font-size:14px; }

/* Sections */
.f-section{ padding: 72px 0; }
.f-section--alt{
  background: rgba(0,0,0,.22);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.f-head{ margin-bottom: 24px; }
.f-head p{ color: var(--muted); max-width: 70ch; }

/* Trust */
.f-trust{ padding: 26px 0 0; }
.f-trust__grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap:14px;
}
.f-trust__item{
  background: var(--panel);
  border:1px solid var(--line);
  border-radius:18px;
  padding:18px;
  box-shadow: var(--shadow);
}
.f-trust__item p{ color:var(--muted); margin:0; }

/* Service cards */
.f-cards{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap:14px;
}
.f-card{
  background: var(--panel);
  border:1px solid var(--line);
  border-radius:18px;
  padding:18px;
  box-shadow: var(--shadow);
}
.f-card p{ color:var(--muted); }
.f-link{
  display:inline-flex; padding:8px 0;
  color: rgba(214,183,122,.95);
  border-bottom:1px solid rgba(214,183,122,.25);
}
.f-link:hover{ border-bottom-color: rgba(214,183,122,.55); }

/* Steps */
.f-steps{
  list-style:none; padding:0; margin:0;
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap:14px;
}
.f-step{
  background: var(--panel);
  border:1px solid var(--line);
  border-radius:18px;
  padding:18px;
  box-shadow: var(--shadow);
}
.f-step p{ color: var(--muted); margin:0; }

/* Prevision */
.f-prevision__grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:26px;
  align-items:center;
}
.f-list{
  margin: 16px 0 18px;
  padding-left: 18px;
  color: var(--muted);
}
.f-prevision__buttons{ display:flex; gap:12px; flex-wrap:wrap; margin-top: 10px; }
.f-prevision__media{
  border-radius: 22px;
  overflow:hidden;
  border:1px solid var(--line);
  box-shadow: var(--shadow);
}
.f-prevision__media img{ width:100%; height:100%; object-fit:cover; min-height: 380px; }

/* Quotes */
.f-quotes{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap:14px;
}
.f-quote{
  background: var(--panel);
  border:1px solid var(--line);
  border-radius:18px;
  padding:18px;
  box-shadow: var(--shadow);
}
.f-quote blockquote{ margin:0 0 12px; font-weight:650; }
.f-quote figcaption{ color: var(--muted); }

/* FAQ */
.f-faq{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:14px;
}
.f-faq__item{
  background: var(--panel);
  border:1px solid var(--line);
  border-radius:18px;
  padding:16px;
  box-shadow: var(--shadow);
}
.f-faq__item summary{ cursor:pointer; font-weight:900; }
.f-faq__item p{ color:var(--muted); margin:10px 0 0; }

/* Contact */
.f-contact{
  padding: 72px 0;
}
.f-contact__grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:14px;
  align-items: start;
}
.f-contact__box{
  background: linear-gradient(180deg, rgba(214,183,122,.14), rgba(157,183,199,.10));
  border:1px solid var(--line);
  border-radius:22px;
  padding:22px;
  box-shadow: var(--shadow);
}
.f-contact__box p{ color: var(--muted); }
.f-contact__actions{ display:flex; gap:12px; flex-wrap:wrap; margin: 12px 0 16px; }

.f-contact__info{
  display:grid;
  gap:12px;
  margin-top: 12px;
}
.f-info{
  background: rgba(0,0,0,.18);
  border:1px solid var(--line);
  border-radius: 16px;
  padding: 12px 14px;
}
.f-info strong{ display:block; }
.f-info span{ display:block; color: var(--muted); margin-top: 4px; }

.f-form{
  background: var(--panel);
  border:1px solid var(--line);
  border-radius:22px;
  padding:22px;
  box-shadow: var(--shadow);
}
.f-field{ margin-bottom: 14px; }
.f-field label{ display:block; margin-bottom: 8px; color: var(--muted); font-weight: 650; }
.f-field input, .f-field textarea{
  width:100%;
  padding: 12px 14px;
  border-radius: 16px;
  border:1px solid var(--line);
  background: rgba(0,0,0,.22);
  color: var(--text);
  outline: none;
}
.f-field input::placeholder, .f-field textarea::placeholder{ color: rgba(255,255,255,.55); }
.f-legal{
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 13px;
}
.f-legal a{ text-decoration: underline; text-underline-offset: 3px; }

/* Footer */
.f-footer{
  padding: 50px 0 24px;
  border-top:1px solid var(--line);
  background: rgba(0,0,0,.28);
}
.f-footer__grid{
  display:grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap:18px;
  margin-bottom: 16px;
}
.f-logo--footer{ display:inline-block; margin-bottom: 10px; }
.f-footer__col h4{ margin-bottom: 10px; }
.f-footer__col a{ display:block; padding: 7px 0; color: var(--muted); }
.f-footer__col a:hover{ color: var(--text); }

.f-footer__bottom{
  border-top:1px solid var(--line);
  padding-top: 16px;
  display:flex;
  justify-content:center;
}

/* Responsive */
@media (max-width: 980px){
  .f-header__inner{ grid-template-columns: 1fr; justify-items:start; }
  .f-nav{ justify-content:flex-start; }
  .f-header__cta{ justify-content:flex-start; }

  .f-hero__grid{ grid-template-columns: 1fr; }
  .f-trust__grid{ grid-template-columns: 1fr; }
  .f-cards{ grid-template-columns: 1fr; }
  .f-steps{ grid-template-columns: 1fr; }
  .f-prevision__grid{ grid-template-columns: 1fr; }
  .f-quotes{ grid-template-columns: 1fr; }
  .f-faq{ grid-template-columns: 1fr; }
  .f-contact__grid{ grid-template-columns: 1fr; }
  .f-footer__grid{ grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px){
  .f-hero__meta{ grid-template-columns: 1fr; }
  .f-footer__grid{ grid-template-columns: 1fr; }
}/* End custom CSS */