* {
  padding: 0;
  margin: 0;
}

html {
  overflow-x: hidden;
}

html,
body {
  height: 100%;
  font-family: 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased;
}

.bg-purple {
  /*background: #4B1E5F;*/
  flex-direction: column;
}

p {
  color: #808285;
}

#inscritos {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.inscrito-item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0px !important;
}

.border-main {

  /*text-shadow: -1px -1px 0 #000, 3px -1px 0 #000, -1px 2px 0 #000, 3px 1px 0 #000;*/
  /*-webkit-text-stroke: 2px #000; !* Stroke de 2 pixels com cor preta para navegadores WebKit (Safari, Chrome) *!*/
  /*text-stroke: 2px #000;*/
}

.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: none !important;
  border: none !important;
}

#inscritos .inscrito-item:first-child .excluirlinha {
  /*visibility:hidden;*/
}

#btmais {
  width: fit-content;
}

.excluirlinha {
  position: absolute;
  right: 3px;
  top: -7px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 11px;
  padding: 7px !important;
  border-radius: 0px;
}

.check-evento {
  width: 35px;
  height: 35px;
}

.check-evento-right {
  position: absolute;
  right: 20px;
}

.wow {
  visibility: hidden;
}

h1 {
  font-size: 60px;
  font-weight: 800;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;

}

.bg-evento {
  width: 100%;
  height: auto;
  padding-top: 80px;
  /*background-image: url("../parts/bg2.jpg");*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: bottom;
  background-position-x: center;
}

.bg-evento2 {
  width: 100%;
  height: auto;
  padding-top: 80px;
  /*background-image: url("../parts/bg-none2.jpg");*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: bottom;
  background-position-x: center;
}

.conteudo {}

.footer {
  /*background: #533A7C;*/
  width: 100%;
}

.img-1 {
  width: 160px;
}

.img-2 {
  width: 110px;
}

.text-gray {
  color: #808285;

}

.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-evento {
  width: 100%;
  padding: 10px 15px;
  outline: none;
  /*background: #b590f1;*/
  background: #fff;
  text-decoration: none;
  height: 50px;
  border: 3px solid #000;
  transition: all 0.4s ease;
  border-radius: 0px;
  color: #000;
}

.two-fields {
  display: flex;
  justify-content: space-between;
}

.two-fields .input-evento:first-child {
  width: 70% !important;
}

.two-fields .input-evento:last-child {
  width: 28% !important;
}

.input-evento::placeholder {
  color: #333 !important;
}

.input-evento::-webkit-input-placeholder {
  color: #333 !important;
}

.input-evento::-moz-placeholder {
  color: #333 !important;
}

.input-evento:-ms-input-placeholder {
  color: #333 !important;
}

.input-form:focus,
.input-evento: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);
}

.padding-menu {
  padding-top: 80px;
}

button,
input[type="submit"] {
  padding: 11px 0px;
  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;
}

.press {
  font-family: "Montserrat", sans-serif !important;
}

.btn-primary {
  color: #000;
  background-color: #E5B226 !important;
  border-color: #E5B226 !important;
}

.btn-game {
  padding: 8px 0px;
  color: #000;
  font-weight: 500;
  font-family: "Press Start 2P", sans-serif !important;
  font-size: 11px;
  text-align: center;
  display: flex;
  justify-content: center;
  width: 100%;
}

.btn-game:hover {
  text-decoration: none;
  color: #000;
}

.btn-game1 {
  background: #FF9999;
}

.btn-game2 {
  background: #FF6D00;
}

.btn-game3 {
  background: #1B6CF8;
}

.btn-game4 {
  background: #49A64C;
}

.btn-enviar {
  font-size: 14px;
  color: #E5B226;
  border: 2px solid #E5B226;
  background: transparent;
  transition: all 0.4s ease;
  padding: 8px 20px !important;
  line-height: normal;
}

.btn-enviar:hover {
  color: #fff;
  background: #E5B226;
}

.btn-evento {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #000;
  border: 2px solid #000;
  background: #E5B226;
  border-radius: 0px;
  font-weight: 600 !important;
  transition: all 0.4s ease;
  line-height: normal;
  text-transform: capitalize !important;
  letter-spacing: normal !important;
}

.btn-evento:hover {
  border: 2px solid #E5B226;
}

.btn-evento:disabled {
  color: #fff;
  border: 2px solid #e7a137;
  background: #e7a137;
  transition: all 0.4s ease;
}

.btn-regulamento {
  font-family: "Press Start 2P", sans-serif;
  font-size: 10px;
  color: #fff !important;
  padding: 7px 5px;
  outline: none;
  text-decoration: none;
  border: 4px solid #FF0000;
  background: #FF0000;
  border-radius: 0px;
  transition: all 0.4s ease;
  line-height: normal;
  text-transform: capitalize !important;
  letter-spacing: normal !important;
}

.btn-regulamento:hover {
  color: #fff;
  outline: none;
  text-decoration: none;
  border: 4px solid #f59b15;
  background: #f59b15;
}




.btn-limpar {
  color: #4E2F90;
  border: 2px solid #4E2F90;
  background: transparent;
  transition: all 0.4s ease;
}

.btn-limpar:hover {
  color: #fff;
  background: #4E2F90;
}

.opcao a i{
  font-size: 22px;
}
.logo-evento {
  max-width: 500px;
  width: 100%;
  height: auto;
}

.logo-placa {
  max-width: 400px;
  width: 100%;
  height: auto;
}

.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: #D1D3D4;
}

.logo-rodape {
  max-width: 140px;
  width: 100%;
  padding-bottom: 15px;
}

.traco-rodape {
  position: absolute;
  width: 30%;
  top: 0;
  right: 0;
  border-top: 5px solid #EC008C;
  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 #EC008C;
}

#btmais {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 500;
  border-radius: 0px;
}

@media screen and (max-width:1300px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 28px;
  }

  .bg-purple {
    justify-content: flex-start;
  }
}

@media screen and (max-width:780px) {
  body {
    justify-content: start;
  }

  .bg-evento {
    padding-top: 50px;
    /*background-image: url("../parts/bg.jpg");*/
  }

  .bg-evento2 {
    padding-top: 50px;
    /*background-image: url("../parts/bg-none.jpg");*/
  }

  .img-1 {
    width: 120px;
  }

  .logo-evento {
    max-width: 250px;
  }

  .logo-placa {
    max-width: 210px;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 20px;
  }

  .input-form {}

  button,
  input[type="submit"] {
    padding: 8px 0px;
  }

  .logo-rodape {
    max-width: 100px;
    width: 100%;
  }


  .traco-rodape {
    width: 45%;
    top: 0;
    right: 0;
    padding-top: 20px;
    border-top: 3px solid #EC008C;
  }

  .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 #EC008C;
  }
}

@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;
  max-width: 100%;
}

#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 10px 0px 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: end;
    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;
}