* {
  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-weight: 800;
  font-family: "Montserrat";
}

.cuerpo-aviso {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cuerpo-aviso .content {
  width: 85%;
}
.cuerpo-aviso .content .title {
  color: #004663;
  font-family: "Montserrat";
  font-weight: 400;
}
.cuerpo-aviso .content .subtitle {
  color: #004663;
  font-family: "Montserrat";
  font-weight: 400;
}/*# sourceMappingURL=privacidad.css.map */