* {
  box-sizing: border-box;
}
* p {
  font-size: 1em;
  font-family: "Mulish", sans-serif;
}

.hero {
  background-color: #4A97D2;
}
.hero .hero-body .content .title {
  color: #fff;
  font-family: "Montserrat";
}
.hero .hero-body .content .author {
  color: #fff;
}

.blog-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.blog-wrapper .body_text {
  width: 85%;
}
.blog-wrapper .body_text .subtitle {
  color: #004663;
}
.blog-wrapper .body_text .sub-h2 {
  margin-top: 15px;
}
.blog-wrapper .body_text .body_text_h3 {
  width: 80%;
  color: #015F86;
  margin: 20px 0;
}
.blog-wrapper .body_text .list_blog {
  width: 80%;
  display: flex;
  flex-direction: column;
  list-style: square;
  list-style-position: inside;
  line-height: 1.8;
}
.blog-wrapper .body_text .cierre_articulo {
  margin-top: 3%;
}

.fuentes_wrapper .fuentes {
  margin-top: 5%;
}/*# sourceMappingURL=post-blog.css.map */