/* Main Container */
.navegacao {
  background-color: rgba(2, 2, 2, 0);
}
.main-container {
  margin-top: 0px;
  position: relative;
  background-image: url("../img/mainbg.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  border-bottom: 2px solid #de9900;
  z-index: 0;
}

.main-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

/* FIM Main Container */
/* FIM Main Container */
/* FIM Main Container */
/* FIM Main Container */

/* Titulo Pagina */
.pag-atual {
  left: 45px;
  font-size: 56px !important;
  bottom: 88px;
  position: absolute;
  color: #fff;
  z-index: 2;
  text-shadow: 4px 4px 4px #131212;
}
body {
  background-color: rgba(7, 7, 7, 0.8);
}

body:before {
  content: " ";
  background-image: url("../img/bgpilots.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  display: block;
  object-fit: cover;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.35;
}

.tabelapilotos {
  background-color: rgba(35, 35, 35, 0.9);
  backdrop-filter: blur(5px);
  padding: 20px;
  width: 80%;
  margin: auto;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin-bottom: 70px;
  margin-top: 40px;
  -webkit-box-shadow: 5px 5px 15px -1px rgba(0, 0, 0, 0.65);
  box-shadow: 5px 5px 15px -1px rgba(0, 0, 0, 0.35);
  border-collapse: collapse;
}

.tabelapilotos th {
  color: #de9900;
  font-size: 20px;
  padding: 10px;
  border-bottom: 2px solid #de9900;
}

.tabelapilotos td {
  padding: 10px;
  border-bottom: 1px solid #444;
}
.tabelapilotos td a {
  color: white;
  text-decoration: none;
}
.tabelapilotos td a:hover {
  color: #de9900;
  text-decoration: none;
}
.tabelapilotos tr:last-child td {
  padding: 10px;
  border-bottom: none;
}

.tabelapilotos tr:nth-child(even) {
  background-color: rgba(51, 51, 51, 0.6);
  backdrop-filter: blur(5px);
}

.tabelapilotos tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

.tabelapilotos tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

body h2 {
  margin-bottom: 20px;
  color: #de9900;
  font-size: 30px;
  text-align: center;
  text-shadow: 3px 3px 3px #131212;
}

@media only screen and (max-width: 600px) {
  .tabelapilotos {
    width: calc(100% - 10px);
    margin: 0px 5px 20px 5px;
    font-size: 16px;
  }

  .tabelapilotos th {
    font-size: 16px;
    padding: 15px 5px 15px 5px;
  }

  .tabelapilotos td {
    padding: 15px 5px 15px 5px;
  }

  .tabelapilotos tr:last-child td {
    padding: 15px 5px 15px 5px;
  }
  .colunamobile {
    display: none;
  }
}
