.elementor-9401 .elementor-element.elementor-element-3048606{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Poppins;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-9401 .elementor-element.elementor-element-48e809a{text-align:center;}.elementor-9401 .elementor-element.elementor-element-48e809a .elementor-heading-title{color:#000000;}.elementor-9401 .elementor-element.elementor-element-003d928{text-align:center;}.elementor-9401 .elementor-element.elementor-element-003d928 .elementor-heading-title{color:#000000;}.elementor-widget-button .elementor-button{font-family:var( --e-global-typography-accent-font-family ), Poppins;font-weight:var( --e-global-typography-accent-font-weight );}/* Start custom CSS for heading, class: .elementor-element-48e809a *//* Contenedor del encabezado */
.encabezado {
  background: linear-gradient(to bottom, #2c2c2c, #1a1a1a);
  color: #ffffff !important;
  padding: 16px 20px;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0,0,0,.35);
  text-align: center;
  position: relative;
}

/* Título dentro del encabezado */
.encabezado h1,
.encabezado h2,
.encabezado .titulo {
  margin: 0;
  font-size: 1.9rem;
  font-weight: 800;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-shadow: 0 2px 4px rgba(0,0,0,.7);
  color: #fff !important; /* fuerza blanco */
}

/* UNA sola línea roja decorativa (no border en hijos) */
.encabezado::after {
  content: "";
  display: block;
  height: 3px;
  background: #cc0000;
  border-radius: 2px;
  margin-top: 10px;
}

/* Neutraliza posibles borders heradados en hijos */
.encabezado * {
  border: 0 !important;
  background: transparent;
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-003d928 *//* Bloque de descripción claro */
.descripcion-clara {
  background: linear-gradient(to bottom, #ffffff, #f7f7f7);
  color: #222 !important;          /* texto oscuro, forzado */
  font-size: 1rem;
  line-height: 1.6;
  padding: 18px 22px;
  border-radius: 0 0 12px 12px;    /* si va justo bajo el encabezado */
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 4px 12px rgba(0,0,0,.12);
  position: relative;
  margin-top: 6px;
}

/* Asegura texto oscuro dentro (por si el tema lo sobreescribe) */
.descripcion-clara * {
  color: #222 !important;
}

/* Detalle rojo fino arriba para mantener la identidad del sitio */
.descripcion-clara::before {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  height: 3px;
  background: #cc0000;
  border-radius: 2px;
}

/* Tipografía básica */
.descripcion-clara p { margin: 0 0 10px; }
.descripcion-clara strong { color: #111; }
.descripcion-clara a { color: #cc0000; text-decoration: none; }
.descripcion-clara a:hover { text-decoration: underline; }/* End custom CSS */