body.page-template-page-textos-legales .wp-site-blocks main .container h2 {
  font-family: var(--theme-font);
  font-weight: 500;
  font-size: 36px;
  line-height: 110%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--theme-black);
  margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  body.page-template-page-textos-legales .wp-site-blocks main .container h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  body.page-template-page-textos-legales .wp-site-blocks main .container h2 {
    font-size: 24px;
  }
}
body.page-template-page-textos-legales .wp-site-blocks main .container h3,
body.page-template-page-textos-legales .wp-site-blocks main .container h4,
body.page-template-page-textos-legales .wp-site-blocks main .container h5,
body.page-template-page-textos-legales .wp-site-blocks main .container h6 {
  font-family: var(--theme-font);
  font-weight: 500;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--theme-black);
  margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  body.page-template-page-textos-legales .wp-site-blocks main .container h3,
  body.page-template-page-textos-legales .wp-site-blocks main .container h4,
  body.page-template-page-textos-legales .wp-site-blocks main .container h5,
  body.page-template-page-textos-legales .wp-site-blocks main .container h6 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  body.page-template-page-textos-legales .wp-site-blocks main .container h3,
  body.page-template-page-textos-legales .wp-site-blocks main .container h4,
  body.page-template-page-textos-legales .wp-site-blocks main .container h5,
  body.page-template-page-textos-legales .wp-site-blocks main .container h6 {
    font-size: 24px;
  }
}
body.page-template-page-textos-legales .wp-site-blocks main .container p {
  font-family: var(--theme-font);
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  vertical-align: middle;
  margin-bottom: 15px;
  color: var(--theme-text);
}
body.page-template-page-textos-legales .wp-site-blocks main .container ul {
  margin-bottom: 25px;
  padding-left: 25px;
}
body.page-template-page-textos-legales .wp-site-blocks main .container ul li {
  font-family: var(--theme-font);
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  vertical-align: middle;
  margin-bottom: 15px;
  color: var(--theme-text);
}
