.contenedor {
  margin: 0 auto;
}

.contenedor.width1100 {
  max-width: 1100px !important;
}

.contenedor.width1200 {
  max-width: 1200px;
}

.textoEditor {
  font-size: 1.6rem !important;
  font-weight: 400 !important;
  line-height: 150% !important;
}

.textoEditor > * {
  margin-bottom: 0;
}

.textoEditor > * + * {
  margin: 16px 0 0 0 !important;
}

.textoEditor h1,
.textoEditor h2,
.textoEditor h3,
.textoEditor h4,
.textoEditor h5,
.textoEditor h6 {
  color: #006eab !important;
}

.textoEditor h1:after,
.textoEditor h2:after,
.textoEditor h3:after,
.textoEditor h4:after,
.textoEditor h5:after,
.textoEditor h6:after {
  border-bottom: 5px solid #006eab !important;
  display: block;
  max-width: 100px;
}

.textoEditor ul {
  list-style: none;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important;
}

.textoEditor ul > li + li {
  margin: 8px 0 0 0 !important;
}
