/*
-Proxima Nova
*/
@font-face {
  display: swap;
  font-family: "Montserrat-Bold";
  src: url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap");
}
@font-face {
  display: swap;
  font-family: "Montserrat-Light";
  src: url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400&display=swap");
}
@font-face {
  display: swap;
  font-family: "Montserrat-Regular";
  src: url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap");
}
@font-face {
  display: swap;
  font-family: "Montserrat-Semibold";
  src: url("https://fonts.googleapis.com/css2?family=Montserrat:wght700&display=swap");
}
body {
  overflow-x: hidden !important;
}

.terminos-investigacion-container .terminos-investigacion-title {
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 39px;
  font-weight: 700;
  color: #1B75BB;
  text-align: center;
  line-height: 42px;
  width: 90%;
  max-width: 1020px;
  margin: 40px auto;
}
.terminos-investigacion-container .terminos-investigacion-content {
  width: 90%;
  max-width: 1020px;
  margin: 40px auto;
}
.terminos-investigacion-container .terminos-investigacion-content p {
  color: #707070;
  font-weight: 100;
  font-size: 16px;
}/*# sourceMappingURL=terminosInvestigacion.css.map */