#btn-inscrever {
}

#lbl-data {
  color: rgb(255,255,255);
  /*font-size: 30px;*/
  font-weight: bold;
  /*letter-spacing: -2px;*/
  /*margin-bottom: 50px;*/
  /*margin-top: auto;*/
  text-shadow: 0px 5px 3px rgba(1,41,38,0.5);
}

#navcol-1 > a {
  font-size: 30px;
  color: rgb(255,255,255);
  margin-right: 10px;
  margin-left: 10px;
}

.fullHeader {
  height: 100vh;
  width: 100vw;
  background: url("/assets/img/home/background.jpg") center / cover;
  margin: 0 0 0 0;
}

.text-center.d-flex.justify-content-center.align-items-end.contentLogo {
}

@media (max-width: 2560px) {
  .contentLogo {
    position: absolute;
    width: 90vw;
    height: 65vh;
    margin-left: 5vw;
    margin-bottom: 40vh;
    max-width: none;
    /*margin-top: 5000vh;*/
    /*margin-bottom: auto;*/
  }
}

@media (max-width: 563px) {
  .contentLogo {
    position: absolute;
    width: 90vw;
    height: 65vh;
    margin-left: 5vw;
    margin-bottom: 20vh;
    max-width: none;
    /*background: url("/assets/img/home/Acorda%20Jovem_logo.png") center / contain no-repeat;*/
  }
}

#wrapper {
  /*display: block;*/
  /*position: relative;*/
  /*margin-top: 5vh!important;*/
  /*margin-bottom: 0!important;*/
  /*padding: 0 0 0 0!important;*/
  height: 205px;
}

.contentLogo > div > a {
  border-radius: 20px;
  width: 200px;
  letter-spacing: 0px;
  font-family: Lato, sans-serif;
  font-weight: 900;
  height: 45px;
  box-shadow: 0px 0px 16px 7px rgba(1,39,37,0.5);
}

.smalltext > p {
  font-family: Lato, sans-serif;
  font-weight: 500;
  text-align: center;
}

#modal-1 > div > div > div > a {
  margin: 10px!important;
  background: #00a3dd!important;
  font-weight: bold!important;
  width: auto;
  height: auto;
  color: white;
  /*color: #fff;*/
  /*background-color: #0b5ed7!important;*/
  /*border-color: #0a58ca;*/
}

