  /*Responsividade*/
  @media (max-width: 1920px) {
      .container {
          width: 1230px;
      }
  }

  @media (max-width: 992px) {
      .container {
          width: 960px;
          max-width: 100%;
      }
  }

  /*Impressão*/
  @media print {
      * {
          font-size: 14px;
      }


      .noprint {
          display: none;
      }

  }

  /*Geral*/


  .cadastro {
      /*background-image: linear-gradient(0deg, black, #65C2C9);
      background-image: url(../img/noise.png) repeat, url(../img/bg-associe-se.png) fixed no-repeat;*/
      background: Url(../img/noise.png) repeat, url(../img/bg-associe-se.png) fixed no-repeat, linear-gradient(0deg, #09585e78, #09585e78);
      height: 100vh;
      box-sizing: border-box;
      background-blend-mode: overlay;
  }

  .form1 {
      background-color: #65C2C9;
      border-radius: 25px;
      padding: 1%;
  }

  H1 {
      font-weight: 700;
      font-size: 5vh;
  }

  H2 {
      font-weight: 500;
  }

  h3 {
      font-size: 2vh;
      text-align: center;
      padding-top: 1%;
  }

  .text-center {
      color: white;
  }

  /*Tabelas*/
  label {
      font-weight: 500;
  }

  div {
      height: 100%;
  }

  /* Cabeçalho e Rodapé */
  footer {
      color: white;
  }

  nav {
      color: white;
  }

  /*Ficha para impressão*/

  .fichatitle {
      font-size: 25px;
      color: black !important;
  }

  th {
      text-align: center;
  }

  .tabela {
      font-weight: 500;
  }