@charset "UTF-8";
section {
  font-size: 16px;
  line-height: 24px;
}
section .section-top .section-tit {
  margin-top: 0;
  margin-bottom: 8px;
  color: #ACB5BD;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
section .section-top .section-sub {
  margin-top: 0;
  margin-bottom: 30px;
  color: #11365F;
  font-weight: 300;
}
section .section-cont h2 {
  margin-top: 35px;
  margin-bottom: 20px;
  color: #11365F;
  font-size: 24px;
  line-height: 28px;
}
section .section-cont p, section .section-cont ol, section .section-cont ul, section .section-cont table {
  margin-bottom: 15px;
}
section .section-cont ol li, section .section-cont ul li {
  padding-left: 10px;
  margin-bottom: 8px;
  position: relative;
}
section .section-cont ol li:last-child, section .section-cont ul li:last-child {
  margin-bottom: 0;
}
section .section-cont ol ol, section .section-cont ol ul, section .section-cont ul ol, section .section-cont ul ul {
  margin-top: 8px;
}
section .section-cont ul li::marker {
  content: "•";
  color: #11365F;
}
section .section-cont ol {
  list-style-type: lower-alpha;
}

@media (min-width: 1540px) {
  section .section-top .section-sub {
    font-size: 48px;
    line-height: 52px;
  }
}
@media (min-width: 768px) and (max-width: 1539px) {
  section .section-top .section-sub {
    font-size: 42px;
    line-height: 46px;
  }
}
@media (min-width: 768px) {
  section .section-top .section-tit {
    font-size: 16px;
    line-height: 24px;
  }
  section .section-cont ol, section .section-cont ul {
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  section .section-top .section-tit {
    font-size: 12px;
    line-height: 16px;
  }
  section .section-top .section-sub {
    font-size: 32px;
    line-height: 38px;
  }
}

/*# sourceMappingURL=estaticasFront.css.map */
