

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

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

.inner {
  
  background-color: rgba(19, 18, 18, 0.8);
  backdrop-filter: blur(10px);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin: 20px auto;
  width: 80%;
  font-size: 18px;
  -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);
}

.inner {
    color: #ffffff;
}

.inner b {
  color: #de9900;
}

.inner a {
  color: #de9900;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

.inner a:hover {
  color: #f8be40;
}

.inner br {
  margin-bottom: 10px;
}

/* Additional styling for better readability */
.inner p,
.inner ul {
  line-height: 1.6;
  color: #ffffff;
}


.inner ul {
  padding-left: 20px;
}


.changelog {
  background-color: #e9ecef;
  border-left: 4px solid #007bff;
  padding: 10px;
  margin-top: 20px;
}

/* Styling for the contact email */
.contact-email {
  font-weight: bold;
}
