.elementor-55807 .elementor-element.elementor-element-5ca1251{overflow:visible;}/* Start custom CSS for html, class: .elementor-element-8f4aea6 *//* Contenedor principal */
.Cuerpo {
    padding: 20px;
    font-family: 'Nunito', sans-serif;
    color: #1c3c6c;
  }
  
  /* Subtítulo / títulos principales */
  .subtitulo-art {
    font-size: 26px;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
    color: #1c3c6c;
    margin-bottom: 1.5rem;
  }
  
  /* Texto general */
  .Cuerpo p,
  .Cuerpo ol,
  .Cuerpo li {
    font-size: 20px;
    font-family: 'Nunito', sans-serif;
    text-align: justify;
    color: #1c3c6c;
    line-height: 1.75;
  }
  
  /* Ajuste específico para h4 dentro del cuerpo */
  .Cuerpo h4 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 2.2rem;
    margin-bottom: 1rem;
    color: #1c3c6c;
  }
  
  /* ========================= */
  /* Listas no numeradas (✔) */
  /* ========================= */
  
  .Cuerpo ul {
    list-style: none;
    padding-left: 1.8rem;
    margin: 1rem 0 1.5rem 0;
  }
  
  .Cuerpo ul li {
    position: relative;
    padding-left: 1.6rem;
    margin-bottom: 0.8rem;
  }
  
  .Cuerpo ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0.15rem;
    color: #5F94C2;
    font-size: 1.1rem;
    opacity: 0.85;
  }

 /* ========================= */
/* Listas anidadas (✧) */
/* ========================= */

.Cuerpo ul ul {
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
  }
  
  .Cuerpo ul ul li {
    padding-left: 1.4rem;
  }
  
  .Cuerpo ul ul li::before {
    content: "✧";
    position: absolute;
    left: 0;
    top: 0.25rem;
    color: #8AAFD0;       
    font-size: 1rem;       
    opacity: 0.9;
  }
  
  
  /* Listas numeradas */
  .Cuerpo ol {
    padding-left: 1.8rem;
  }
  
  .Cuerpo ol li::marker {
    font-weight: 600;
    color: #1c3c6c;
  }
  
  /* Espaciado en listas específicas */
  .lista-eleccion > li:not(:last-child) {
    margin-bottom: 1em;
  }
  
  /* Enlaces */
  .Cuerpo a {
    color: #1c3c6c;
    text-decoration: underline;
    font-weight: 600;
  }
  
  .Cuerpo a:hover {
    color: #218838;
  }/* End custom CSS */