.elementor-1255 .elementor-element.elementor-element-93abc31{--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;--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-1255 .elementor-element.elementor-element-93abc31.e-con{--align-self:center;}.elementor-1255 .elementor-element.elementor-element-47d5757{width:100%;max-width:100%;}.elementor-1255 .elementor-element.elementor-element-89cfe8e{--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;}/* Start custom CSS for container, class: .elementor-element-93abc31 */.lf-blog-hero {
    width: 100%;
    height: 800px;
    overflow: hidden;
    border-radius: 18px;
}

.lf-blog-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-620af6a *//* 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;
  }

}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-89cfe8e */h1.entry-title {
  display: none;
}/* End custom CSS */