.elementor-1306 .elementor-element.elementor-element-8a984c8{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1306 .elementor-element.elementor-element-bdaa34d{width:var( --container-widget-width, 92.625% );max-width:92.625%;--container-widget-width:92.625%;--container-widget-flex-grow:0;}.elementor-1306 .elementor-element.elementor-element-bdaa34d.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-1306 .elementor-element.elementor-element-b6300e2{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-1306 .elementor-element.elementor-element-b6300e2.e-con{--align-self:center;}/* Start custom CSS for html, class: .elementor-element-fd000e7 *//* CONTENEDOR GENERAL */
.lf-blog-container {
  background: #050510;
  color: #ddd;
  font-family: 'Arial', sans-serif;
}

/* HERO */
.lf-blog-hero {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.lf-blog-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* OVERLAY */
.lf-blog-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-align: center;
}

.lf-blog-overlay h1 {
  color: #00e0ff;
  font-size: 52px;
  margin-bottom: 20px;
  text-shadow: 0 0 15px rgba(0,224,255,0.5);
}

.lf-blog-overlay p {
  max-width: 900px;
  font-size: 22px;
  line-height: 1.8;
  color: #f1f1f1;
}

/* CONTENIDO */
.lf-blog-content {
  max-width: 1000px;
  margin: auto;
  padding: 70px 20px;
  line-height: 1.9;
  font-size: 18px;
}

/* TITULOS */
.lf-blog-content h2 {
  color: #00e0ff;
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 34px;
  text-shadow: 0 0 10px rgba(0,224,255,0.3);
}

/* PARRAFOS */
.lf-blog-content p {
  margin-bottom: 25px;
  color: #ddd;
}

/* LISTAS */
.lf-blog-content ul {
  margin-bottom: 30px;
  padding-left: 25px;
}

.lf-blog-content li {
  margin-bottom: 12px;
}

/* CTA */
.blog-cta {
  text-align: center;
  margin-top: 60px;
}

.blog-cta a {
  display: inline-block;
  padding: 16px 38px;
  background: #00e0ff;
  color: #000;
  font-weight: bold;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 0 20px rgba(0,224,255,0.3);
}

.blog-cta a:hover {
  transform: scale(1.05);
  background: #00bcd4;
  box-shadow: 0 0 30px rgba(0,224,255,0.5);
}

/* MOBILE */
@media (max-width: 768px) {

  .lf-blog-hero {
    height: 350px;
  }

  .lf-blog-overlay h1 {
    font-size: 32px;
  }

  .lf-blog-overlay p {
    font-size: 16px;
  }

  .lf-blog-content {
    font-size: 16px;
    padding: 40px 16px;
  }

  .lf-blog-content h2 {
    font-size: 26px;
  }

}

.lf-blog-content li {
    color: #ffffff;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-b6300e2 */h1.entry-title {
  display: none;
}/* End custom CSS */