.elementor-1486 .elementor-element.elementor-element-417090c5{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-875d68e *//* Estilo general del documento Complianz */
.cmplz-document {
  font-family: 'Poppins', sans-serif;
  color: #1c1c1c;
  font-size: 16px; /* Tamaño base del cuerpo de texto */
  font-weight: 400; /* Regular */
  line-height: 1.6;
  margin-bottom: 2em;
}

/* Título principal (por si hay uno solo) */
.cmplz-document h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 36px; /* Ajusta según tu plantilla */
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

/* Título H2 */
.cmplz-document h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

/* Título H3 */
.cmplz-document h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 1.2em;
  margin-bottom: 0.5em;
}

/* Título H4 */
.cmplz-document h4 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

/* Párrafos */
.cmplz-document p {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 1.2em;
}

/* Listas */
.cmplz-document ul {
  padding-left: 1.5em;
  margin-bottom: 1em;
}

.cmplz-document ul li {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0.5em;
}

/* Enlaces */
.cmplz-document a {
  color: #009929;
  text-decoration: underline;
  font-weight: 500;
}/* End custom CSS */