


body, p, h1, h2, h3, h4, h5, h6, span, a, .zpelem-title, .zpelem-description {
  /*  hyphens: none!important;
    -webkit-hyphens: none!important;
    word-break: keep-all!important;
    overflow-wrap: break-word!important;*/
    
    word-break: normal !important;       /* Evita romper palabras por la mitad */
    word-wrap: normal !important;        /* Desactiva el auto-corte de palabras */
    overflow-wrap: normal !important;    /* Comportamiento estándar de texto */
    hyphens: none !important;            /* Prohíbe terminantemente los guiones (-) de separación */
    white-space: normal !important;      /* Permite que el texto salte de línea de forma natural */
}



li>a[href="/asociate"] .theme-menu-content {
  color:  #ffffff; 
     background-color: rgb(0, 51, 102); 
    padding: 10px 20px;                
}

.zpheading-align-center{
 text-align:center;   
}



