.elementor-1681 .elementor-element.elementor-element-0ec45f8{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-c4915af */:root {
  --eficer-dark: #08242c;
  --eficer-blue: #073947;
  --eficer-card: #113d47;
  --eficer-orange: #ff6b35;
  --eficer-text: #ffffff;
  --eficer-muted: #b7c9ce;
  --eficer-body: #334b52;
  --eficer-border: rgba(6,47,58,.12);
}

/* HERO SINGLE POST */
.eficer-post-hero {
  background:
    radial-gradient(circle at top right, rgba(255,107,53,.18), transparent 35%),
    linear-gradient(180deg, var(--eficer-blue), var(--eficer-dark));
  color: #fff;
  padding: 90px 20px 80px;
  text-align: center;
}

.eficer-post-wrap {
  max-width: 920px;
  margin: 0 auto;
}

.eficer-post-label {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--eficer-orange);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.eficer-post-title {
  margin: 0 auto 22px;
  max-width: 900px;
  font-size: clamp(38px, 5vw, 66px);
  line-height: .98;
  font-weight: 900;
  letter-spacing: -1.4px;
}

.eficer-post-excerpt {
  max-width: 720px;
  margin: 0 auto 24px;
  color: var(--eficer-muted);
  font-size: 18px;
  line-height: 1.6;
}

.eficer-post-meta {
  display: flex;
  justify-content: center;
  gap: 10px;
  color: #d7e5e8;
  font-size: 14px;
}

/* IMAGEN DESTACADA */
.eficer-featured-image,
.elementor-widget-theme-post-featured-image {
  max-width: 1100px;
  margin: -45px auto 50px;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.eficer-featured-image img,
.elementor-widget-theme-post-featured-image img {
  width: 100%;
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(6,47,58,.22);
  aspect-ratio: 16 / 8;
  object-fit: cover;
}

/* CONTENIDO DEL POST */
.eficer-post-content,
.elementor-widget-theme-post-content {
  max-width: 820px;
  margin: 0 auto;
  padding: 20px 20px 80px;
  color: var(--eficer-body);
  font-size: 18px;
  line-height: 1.8;
}

.eficer-post-content h2,
.elementor-widget-theme-post-content h2 {
  margin: 52px 0 18px;
  color: #08313b;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.6px;
}

.eficer-post-content h3,
.elementor-widget-theme-post-content h3 {
  margin: 36px 0 14px;
  color: #08313b;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 850;
}

.eficer-post-content p,
.elementor-widget-theme-post-content p {
  margin: 0 0 24px;
}

.eficer-post-content a,
.elementor-widget-theme-post-content a {
  color: var(--eficer-orange);
  font-weight: 700;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.eficer-post-content ul,
.eficer-post-content ol,
.elementor-widget-theme-post-content ul,
.elementor-widget-theme-post-content ol {
  margin: 0 0 28px 24px;
  padding: 0;
}

.eficer-post-content li,
.elementor-widget-theme-post-content li {
  margin-bottom: 10px;
}

.eficer-post-content blockquote,
.elementor-widget-theme-post-content blockquote {
  margin: 40px 0;
  padding: 28px 32px;
  background: #f4f8f9;
  border-left: 5px solid var(--eficer-orange);
  border-radius: 16px;
  color: #08313b;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
}

/* CAJA CTA FINAL */
.eficer-post-cta {
  max-width: 900px;
  margin: 20px auto 90px;
  padding: 46px 28px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(255,107,53,.22), transparent 35%),
    linear-gradient(180deg, #073947, #08242c);
  color: #fff;
  text-align: center;
}

.eficer-post-cta h2 {
  margin: 0 0 14px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.05;
  font-weight: 900;
}

.eficer-post-cta p {
  max-width: 620px;
  margin: 0 auto 26px;
  color: var(--eficer-muted);
  font-size: 17px;
  line-height: 1.6;
}

.eficer-post-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 26px;
  border-radius: 999px;
  background: var(--eficer-orange);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

/* MOBILE */
@media (max-width: 767px) {
  .eficer-post-hero {
    padding: 70px 18px 60px;
  }

  .eficer-post-title {
    font-size: 40px;
  }

  .eficer-post-excerpt {
    font-size: 16px;
  }

  .eficer-post-meta {
    flex-wrap: wrap;
  }

  .eficer-featured-image,
  .elementor-widget-theme-post-featured-image {
    margin-top: -30px;
  }

  .eficer-featured-image img,
  .elementor-widget-theme-post-featured-image img {
    aspect-ratio: 16 / 10;
    border-radius: 16px;
  }

  .eficer-post-content,
  .elementor-widget-theme-post-content {
    font-size: 17px;
    line-height: 1.75;
    padding-bottom: 60px;
  }

  .eficer-post-content h2,
  .elementor-widget-theme-post-content h2 {
    font-size: 30px;
  }
}/* End custom CSS */