/* 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/bg_aboutus.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;
}

.amarelo {
    color: #dfb04d;

}

.email {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}
.email:hover {
  color: #DE9900;
  font-size: 20px;
  text-decoration: none;
}
.activo {
    color: #f0b32f !important;

}

.activo:hover {
    color: #fff !important;

}

.crumb a {
    color: #fff;
    text-decoration: none;

}


.main-btn {
  padding: 10px 15px 10px 15px;
  border-radius: 28px;
  font-size: 18px;
  font-weight: bold ;
  background: var(--main-gradient);
  color: #373737 !important;
}

.regras h2 {
  margin-bottom: 20px;
  color: #DE9900;
  font-size: 30px;
  text-shadow: 3px 3px 3px #131212;
}

.regras p {
  color: #ebebeb;
  margin-bottom: 10px;
  font-size: 18px;

}
.regras ul {
  color: #ebebeb;
  margin-bottom: 10px;
  font-size: 18px;
  
}
/* Area Regras */
.regras {


  background-color: rgba(19, 18, 18, 0.6);
  backdrop-filter: blur(10px);
  padding: 20px;
  border-radius: 10px;
  width: 80%;
  margin: 20px auto 20px auto;
}

/* (640px and up) */
@media only screen and (max-width: 640px) {
  .regras {
    padding: 20px;
    width: 95%;
  }
}