
        .page-historia .header-box {
          max-width: 820px;
        }
        .page-historia .header h1 {
          font-size: 65px;
        }
        .page-historia .header h2 {
          font-size: 28px;
        }
        .page-historia .header-img {
          max-height: 45vh;
        }
        .page-historia .section {
          background-color: #fff;
          color: #000;
        }
        .page-historia .section h2.section-title, .page-historia .section h2.section-title-number, .page-historia .section h3.section-subtitle, .page-historia .section div.section-text {
          color: #000;
        }
        /* 2008 section uses a green background; keep light text even if inline styles are stripped. */
        .page-historia #2008 h2.section-title,
        .page-historia #2008 h2.section-title-number,
        .page-historia #2008 div.section-text {
          color: #fff;
        }
        .page-historia div.section-text > p:first-of-type {
          font-size: 28px;
          line-height: 35px;
        }
        .page-historia div.section-text p {
          margin-top: 0px;
          margin-bottom: 30px;
        }
        .page-historia div.section-text p img {
          max-width: 100%;
          height: auto;
        }
        .page-historia .history-feature-image {
          display: block;
          width: 100%;
        }
        .page-historia div.section-text p a {
          color: inherit;
          font-weight: bold;
          text-decoration: underline;
          color: inherit !important;
        }
        .page-historia div.section-text p.p-buttom a {
          color: #fff;
          font-weight: 400;
          text-decoration: none;
        }
        .page-historia #menu-lateral li {
          margin-top: 0px;
        }
        .page-historia #menu-lateral li a {
          font-size: 16px;
        }
        @media (max-width: 1000px){
          .page-historia .header {
              padding-left: 16px;
              padding-right: 16px;
          }
          .page-historia .header h1 {
              font-size: 46px;
              line-height: 52px;
          }
          .page-historia .section {
              padding-left: 16px;
              padding-right: 16px;
          }
          .page-historia #menu-lateral {
              overflow: scroll;
              height: 100vh;
          }
        }

      
