*{
    padding:0;margin:0;
}
html{
    overflow-x:hidden;
}
html, body{
    height:100%;
    font-family:'Lato', sans-serif;
    -webkit-font-smoothing:antialiased;

}
p{
    color:#f7e7df;
}
#inscritos{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: column;
}
.inscrito-item{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

#inscritos .inscrito-item:first-child .excluirlinha{
  visibility:hidden;
}
#btmais{
  width: fit-content;
}
.excluirlinha{
  position: absolute;
  right: 0px;
  top:0px;
}
.wow{
    visibility:hidden;
  }
  h1{
      font-size:50px;
      font-weight: 800;
  }

  body{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:start;
    padding-top:80px;
  }
  .conteudo{
  }
  .text-gray{
    color:#f7e7df;
   /* letter-spacing:1px;
    text-transform: uppercase;*/

  }
  .content-input{
    margin-bottom:10px;
  }
  .input-form{
    width:100%;
    padding:10px 15px;
    outline:none;
    text-decoration:none;
    border:1px solid #000;
    transition: all 0.4s ease;
  }
  .input-form:focus{
    -webkit-box-shadow: 0px 0px 14px -1px rgba(0,0,0,0.3); 
    box-shadow: 0px 0px 14px -1px rgba(0,0,0,0.3);
  }
  button, input[type="submit"]{
    padding:8px 35px;
    outline:none;
    text-decoration:none;
    text-transform: uppercase;
    font-weight:600;
    letter-spacing:1.5px;
  }
  button:focus, input[type="submit"]:focus,
  button:active, input[type="submit"]:active{
    outline:none;
  }
  .btn-enviar{
    color:#f7e7df;   
    border: 1px solid #f7e7df;
    background:transparent;
    transition: all 0.4s ease;
  }
  .btn-enviar:hover{
    color:#fff;
    background:#f7e7df;
  }
  .btn-limpar{
    color:#4E2F90;   
    border: 2px solid #4E2F90;
    background:transparent;
    transition: all 0.4s ease;
  }
  .btn-limpar:hover{
    color:#fff;
    background:#4E2F90;
  }
  .logo{
    position:relative;
    /* background:#4E2F90; */
    width:fit-content;
    font-weight:600;
    padding: 30px 40px 40px 18px;
  }
  .logo span{
    line-height:initial;
    letter-spacing:2px;
    font-size:18px;
  }
  .txt-white{
    color:#fff;
  }
  .txt-grey{
    color:#f7e7df;
  }
  .logo-rodape{
    max-width:180px;
    width:100%;
    padding-bottom:30px;
  }
   .logo-principal{
      max-width:500px;
      width:100%;
    }
     .foto{
      max-width:300px;
      width:95%;
      padding: 3px;
    }
  .traco-rodape{
    position:absolute;
    width:30%;
    top:0;
    right:0;
    border-top: 5px solid #f7e7df;
    padding-top:20px;
  }
  .traco-topo{
    position:relative;
    width:30%;
    margin-top:-50px;
    top:0;
    left:0;
  }

  .traco-topo::after{
    position:absolute;
    content:"";
    bottom:30px;
    right:42px;
    width:1500px;
    border-top: 5px solid #f7e7df;
  }

  @media screen and (max-width:1300px){
    h1{
      font-size:60px;
    }
    h2{
      font-size:28px;
    }
  }
  @media screen and (max-width:780px){
    body{
    justify-content:start;
    padding-top:50px;
    }
    h1{
      font-size:40px;        
    }
    h2{
      font-size:20px;
    }
    .input-form{
  
    }
    button, input[type="submit"]{
      padding:8px 20px;
    }
    
    .logo-rodape{
      max-width:130px;
      width:100%;
      
    }
    .logo-principal{
      max-width:500px;
      width:100%;
    }
    .foto{
      max-width:300px;
      width:95%;
      padding: 3px;
    }

    .traco-rodape{
      width:45%;
      top:0;
      right:0;
      padding-top:20px;
      border-top: 3px solid #f7e7df;
    }
    .traco-topo{
      position:relative;
      width:35%;
      margin-top:-50px;
      top:0;
      left:0;
    }
    .logo{
      margin-top: 50px;
    }
    .logo span{
      line-height:initial;
      letter-spacing:1px;
      font-size:11px;
    }
    .logo{
      padding: 15px 0px 20px 10px;
    }
    .traco-topo::after{
      bottom:16px;
      right:0px;
      border-top: 3px solid #f7e7df;
    }
  }
  @media screen and (max-width:575px){
    h1{
      font-size:28px;        
    }
    h2{
      font-size:18px;
    }
    
  }
  @media screen and (max-width:420px){
    .traco-topo{
      position:relative;
      width:45%;
    }
  }


/* Início Listagem */
#listagem {
  font-size: 14px;
}
#listagem, thead, tbody, tr, td {
  box-sizing: border-box;
  white-space: normal !important;
}
#listagem .opcao-title, #listagem .opcao{
  text-align: center;
  white-space: nowrap !important;
}

#listagem tbody tr{
  transition: 0.3s;
}
#listagem tbody tr:hover{
  background:#eaeaf1;
  transition: 0.3s;
}

#listagem td a,#listagem td a:hover, #listagem td a:visited{
  text-decoration: none !important;
}

#listagem .img-center{
  text-align: center !important;
}
/* Fim Listagem */

@media screen and (max-width: 750px) {

  /* Início Listagem Mobile */
  #listagem {
    border: none !important;
  }

  #listagem caption {
    font-size: 1.3em;
  }

  #listagem thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  #listagem tr {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 10px solid #063666;
    display: block;
    margin-bottom: 1.3em;
  }

  #listagem tbody tr td {
    border: none;
  }

  #listagem td {
    border-top: none !important;
    display: block;
    font-size: 1em;
    text-align: left !important;
    width: 100% !important;
    padding: 10px;
    box-sizing: border-box;
    min-height: 39px;

  }

  #listagem td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    width: 100%;
    text-align: left;
  }

  #listagem .opcao {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #listagem .opcao::before {
    width: auto !important;
  }

  #listagem .opcao a {
    display: flex;
  }

  #listagem .btn-op {
    display: block !important;
    font-size: 15px;
    line-height: 18px;
  }

}
/* Fim Listagem Mobile */


  .buttons-excel{
    color: #fff !important;
    background-color: #71c016 !important;
    border-color: #71c016 !important;
    background-image: none !important;
    font-weight: 400;
  }

  .buttons-colvis{
    color: #fff !important;
    background-color: #063666 !important;
    border-color: #063666 !important;
    background-image: none !important;
    font-weight: 400;
  }
