@charset "UTF-8";
section {
  font-size: 16px;
  line-height: 24px; }
  section h1 {
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 40px; }
  section h2 {
    margin-top: 35px;
    margin-bottom: 20px;
    color: #F3781E;
    font-size: 24px;
    line-height: 28px; }
  section p, section ol, section ul, section table {
    margin-bottom: 15px; }
  section ol li, section ul li {
    margin-bottom: 8px; }
    section ol li:last-child, section ul li:last-child {
      margin-bottom: 0; }
  section ul {
    list-style-type: none; }
    section ul li {
      padding-left: 20px;
      position: relative; }
      section ul li:before {
        content: '•';
        color: #F3781E;
        position: absolute;
        left: 0; }

@media (min-width: 1440px) {
  section .container {
    width: 960px; } }
@media (min-width: 1024px) and (max-width: 1439px) {
  section .container {
    width: 768px; } }
@media (min-width: 768px) and (max-width: 1023px) {
  section .container {
    width: 640px; } }
@media (min-width: 768px) {
  section ol, section ul {
    padding-left: 50px; } }

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