.note-editable p {
    font-family: inherit !important;
}

.note-editable ul {
  list-style-type: initial !important;
  list-style-position: inside !important;
  padding-left: 1.5em !important;
  margin: 1em 0 !important;
}

.note-editable ul > li {
  display: list-item !important;
  list-style-type: initial !important;
}


  .note-editable b {
    font-weight: bold !important;
 }

 /*ESTILOS MODAL HTML*/
 #modalBodyHtmlView ul {
  list-style-type: initial !important;
  list-style-position: inside !important;
  padding-left: 1.5em !important;
  margin: 1em 0 !important;
}

#modalBodyHtmlView ul > li {
  display: list-item !important;
  list-style-type: initial !important;
}

#modalBodyHtmlView b {
  font-weight: bold !important;
}

/*ESTILOS INFORMACION CONTAINER*/
.informacion-container ul > li {
  display: list-item !important;
  list-style-type: initial !important;
}

.informacion-container b {
  font-weight: bold !important;
}

#nosotros .texto ul > li{
  display: list-item !important;
  list-style-type: initial !important
}

/*ESTILOS EMPRESA*/

h4.center ul,
h4.center ol {
  padding-left: 40px !important;
  text-align: left !important;
  display: block !important;
  width: fit-content !important;
  margin: 0 auto !important;
}

h4.center ul {
  list-style-type: disc !important;
}

h4.center ol {
  list-style-type: decimal !important;
}

h4.center ul li {
  list-style-type: disc !important;
  display: list-item !important;
}


