html, body {
  font-size: 18px;
  line-height: 1.4;
  background-color: #fff;
  word-break: break-word;
}
@media (min-width: 1920px) {
  html, body {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  html, body {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  html, body {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  html, body {
    font-size: 15px;
  }
}
b, strong {
  font-weight: 700;
}
/*
p > a{
    text-decoration: underline;
}*/
dd, dl, dt, li, ol, ul {
  margin-bottom: revert;
}
blockquote.wp-block-quote {
  line-height: 1.2em;
  color: #ccc;
  border-left: 5px solid #ccc;
  padding-left: 1.5em;
}
blockquote.wp-block-quote p {
  font-style: italic;
}
blockquote.wp-block-quote cite {
  font-weight: 600;
  font-style: normal;
}
p:last-child {
  margin-bottom: 0 !important;
}
[type=button]:focus, [type=submit]:focus, button:focus {
  outline: lightgray ridge;
}
fieldset {
  border: 0;
}
/*# sourceMappingURL=https://belenortega.art/wp-content/build/scss_library/e2de0e0bd51cb3df2a1147b6456c7fafceeb391a.css.map */