.elementor-3220 .elementor-element.elementor-element-eddd6bb{--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;}/* Start custom CSS for html, class: .elementor-element-25b9d37 *//* LAYOUT GENERAL */
.container-layout {
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  gap: 50px;
  padding: 80px 20px;
  font-family: Georgia, serif;
}

/* ARTÍCULO */
.articulo {
  flex: 1;
}

/* TÍTULO */
.titulo-articulo {
  font-size: 40px;
  text-align: center;
  margin-bottom: 10px;
}

.subtitulo {
  text-align: center;
  color: #6c757d;
  margin-bottom: 40px;
}

/* INTRO */
.intro-box {
  background: #eef3f7;
  padding: 20px;
  border-left: 4px solid #485a6e;
  margin-bottom: 40px;
}

/* TEXTO */
.contenido p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #222;
}

.intro {
  color: #6c757d;
}

/* TÍTULOS */
.contenido h2 {
  margin-top: 50px;
  font-size: 24px;
  border-left: 4px solid #485a6e;
  padding-left: 10px;
  color: #485a6e;
}

/* CITA */
.cita {
  text-align: center;
  font-style: italic;
  margin: 30px 0;
  color: #485a6e;
}

/* DESTACADO */
.destacado {
  background: #f1f5f9;
  padding: 15px;
  border-left: 4px solid #485a6e;
  font-style: italic;
}

/* MENÚ LATERAL */
.menu-articulo {
  width: 200px;
  position: sticky;
  top: 120px;
  height: fit-content;
}

.menu-articulo a {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  color: #485a6e;
  text-decoration: none;
  transition: 0.2s;
}

.menu-articulo a:hover {
  color: #000;
  transform: translateX(3px);
}

/* RESPONSIVE */
@media (max-width: 1000px) {
  .container-layout {
    flex-direction: column;
  }

  .menu-articulo {
    display: none;
  }
}/* End custom CSS */