.loadingFull {
  background: url(../images/loadingAjax.gif) #000000 center center no-repeat;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  display: none;
  top: 0;
}
body {
  background: #101131 url(../images/2023/background.jpg) repeat top center;
  padding-top: 15px;
  padding-bottom: 45px;
}
section#pre2023 label {
  color: white;
  margin-top: 15px;
}
section#pre2023 h2 {
  color: white;
  padding-top: 30px;
  padding-bottom: 15px;
  font-size: 1.6rem;
  color: #e3c48b;
  text-transform: uppercase;
  font-weight: bold;
}
section#pre2023 h2 span {
  color: #b48139;
}
section#pre2023 .btnGold {
  background: #d09e49;
  color: white;
  padding: 10px 20px;
  font-weight: bold;
  margin-top: 15px;
  border: 0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  display: inline-block;
}
section#pre2023 .btnGold:hover {
  text-decoration: none;
  color: white;
  background: #f6f1a0;
}
section#pre2023 .boxExperimente {
  background: #fff;
  color: #333;
  padding: 15px;
  width: 100%;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}
section#pre2023 .boxExperimente label {
  color: #333;
}
section#pre2023 .boxExperimente .fa-lg {
  font-size: 5rem;
}
/*# sourceMappingURL=2023.css.map */