body {
  background-color: #ffffff;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #333333;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-top: 0;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
  font-weight: 600;
}

h4 {
  font-size: 16px;
  font-weight: 600;
}

h5 {
  font-size: 18px;
  font-weight: 600;
  color: #004d9c;
}

xxh1
{
    font-family: 'Helvetica', 'Arial', sans-serif;
    color: #444444;
    font-size: 20px;
    background-color: #FAFAFA;
}

.EncabezadoMejora {
  font-size: 18px;
  font-weight: 600;
  color: #004d9c;
  margin: 0;
  padding: 0;
}

.AzulMT{
  color: #004d9c;
}

.Rojo{
  color: #FF0000;
}

.RojoBold{
  color: #FF0000;
  font-weight: bold;
}

@media (min-width: 768px) {
  .article-title {
    flex-basis: 100%;
    /* Take entire row */
  }
}

.article-title .icon-lock:before {
  content: "\1F512";
  font-size: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}