body{
    background-color: #dddddd;
  }

 .header-absolute {
    position: absolute;
    width: 100%;
    z-index: 3;
  }
  
  .nav_jccprev {
    background-color: black;
  }

  .Jccprev {
    font-size: 34px;
    font-family: "Quicksand", sans-serif;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin: 0;
  }

  .top_e { 
    /* background-image: url(https://jurosbaixos.com.br/conteudo/wp-content/uploads/sites/2/2018/06/empresa-chefe-reuni%C3%A3o.png); */
    /* background-position: center center; */
    background-image: url(../img/empresa.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    margin-bottom: -9px;
    height: 500px;
  }

  .div_linha1 { 
    background-color: #dddddd;
    border-top-color: #e1aa12;
    border-top-width: 4px;
    border-top-style: solid;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-radius: 10px;
  }
  
  .cadastro_e { 
    color: #e1aa12;
    font-weight: 700;
    font-size: 95px;
    font-family: "Quicksand", sans-serif;
    text-align: center;
  }
    
  op { 
    font-size: 12px;
  }

  .div_linha2 { 
    width: 80%;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    border-bottom-color: #e1aa12;
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }

  .bt_lt {
    margin-right: 10px;
  }

  .bt_criar { 
    margin-right: 35px;
  }

  .bt_reset { 
    margin-right: 35px;
  } 

  .div_bt { 
    margin: 16px;
  }
  
  .copyright { 
    font-family: "Quicksand", sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
  }
  
  .footer { 
    background-color: black;
    height: 85px;
    font-family: "Quicksand", sans-serif;
  }
  
  .divisoria { 
    height: 60px;
    border-left-color: #e1aa12;
    border-left-width: 1px;
    border-left-style: solid;
    margin-left: 20px;
    margin-right: 20px;
  }