 html, body {
        margin: 0;
        padding: 0;
        font-family: 'roboto', sans-serif;
        font-size: 1rem;
      }
      h1, h2, h3 {
        color: #45226c;
      }
      .header img {
        width: 100%;
        height: auto;
        margin-bottom: 2rem;
      }
      .sidebar {
        width: 15%;
        height: 60%;
        float: left;
        margin: 5% 4% 5% 10%;
      }
      .main {
        padding: 5px;
        margin: 0 auto;
        display: flex;
      }
      .buttons {
        margin-top: 30px;
        text-align: right;
      }
      h3 {
        margin: 5% 0 2%;
        font-size: 3rem;
      }
      .blocked      h3 {
        color: #c00;
      }
      .authenticate h3 {
        color: #362e77;
      }
      h4 {
        margin: 5% 0 2%;
        font-size: 2rem;
      }
      .blocked      h4 {
        color: #c00;
      }
      .authenticate h4 {
        color: #362e77;
      }
      
      
      h2.fgd_icon {
        background: url("https://www.biblored.gov.co/webfilter/candado.png") no-repeat;
        height: 200px;
        background-size: contain;
      }
      .blocked      h2.fgd_icon {
        background-position: 0 -166px;
      }
      
      label {
        display: block;
        width: 300px;
        margin: 5px 0;
        line-height: 25px;
      }
      label input {
        width: 200px;
        border: 1px solid #7f9db9;
        height: 20px;
        float: right;
      }

      .list-terms{
        list-style: none;
      }

      .list-terms li a {
    color: #362e77;
    line-height: 2rem;
  }

  .menuFlotante{
    position: fixed;
  }