body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  /*background-color: #234182;*/
  background-image: url('../../assets/img/bg_cbp2025.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-family: 'Russo One', sans-serif;
}

#conteudo {
  width: 100%;
  min-height: calc(100vh - 110px);
  padding: 16px 24px 20px;
  /* padding-top: 16px;
  padding-bottom: 20px; */
  z-index: -1000;
}

@media (min-width: 992px) {
  #conteudo {
    width: 100%;
    min-height: calc(100vh - 123px);
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

#conteudo .container {
  padding: 0px 30px;
}

@media (min-width: 768px) {
  #conteudo .container {
    width: 800px;
  }
}

/* Título h1 */
#conteudo h1 {
  color: #ffffff;
  /* cor */
  text-transform: uppercase;
  font-size: 32px;
  /* Tamanho da fonte */
  text-align: center;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  #conteudo h1 {
    font-size: 42px;
    /* Tamanho da fonte */
  }
}

/* Titulo h2 */
#conteudo h2 {
  font-size: 20px;
  /* Tamanho da fonte */
  font-weight: 500;
  color: white;
  /* cor */
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  #conteudo h2 {
    font-size: 28px;
    /* Tamanho da fonte */
  }
}

/* titulo h3 */
#conteudo h3 {
  font-size: 17px;
  /* Tamanho da fonte */
  font-weight: 300;
  color: white;
  /* cor */
  text-align: center;
  /*margin-top: 20px;*/
}

@media (min-width: 768px) {
  #conteudo h3 {
    font-size: 18px;
    /* Tamanho da fonte */
  }
}

#conteudo h1,
#conteudo h2,
#conteudo h3 {
  color: #ffffff;
}

#logos img {
  display: block;
  height: 170px;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  #logos img {
    height: 160px;
    margin-bottom: 32px;
  }
}

@media (min-width: 1024px) {
  #logos img {
    height: 230px;
    margin-bottom: 32px;
  }
}

.botoes {
  width: 303px;
  height: 80px;
  color: white;
  background-color: #5a3a78;
  border-radius: 57px;
  margin: 0 auto;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.2s ease-in;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  .botoes {
    width: 303px;
    height: 90px;
    border-radius: 90px;
    margin-top: 15px;
    margin-bottom: 25px;
  }
}

@media (min-width: 992px) {
  .botoes {
    width: 360px;
    height: 115px;
    border-radius: 115px;
  }
}

.botoes:hover {
  color: white;
  background-color: #8203AD;
}

.botoes img {
  margin-left: 10px;
  height: 48px;
}

@media (min-width: 768px) {
  .botoes img {
    height: 70px;
  }
}

@media (min-width: 992px) {
  .botoes img {
    height: 80px;
  }
}

.botoes p {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-top: 15px;
  margin-left: -20px;
}

@media (min-width: 992px) {
  .botoes p {
    font-size: 20px;
  }
}

#selos {
  margin-top: 24px;
}

#selos img {
  display: block;
  width: auto;
  height: 100%;
  max-height: 90px;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  margin-top: 16px;
}

@media (min-width: 992px) {
  #selos img {
    max-height: 110px;
    padding: 0px 0px;
  }
}

.btnBusca {
  color: black;
  background-color: #c3c3c3;
}

.quadroLetras {
  padding: 10px;
  margin: 0 auto;
  text-align: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
  border: 0px;
  min-height: 100px;
}

.letras {
  width: 60px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  margin: 5px;
  color: white;
  border: 0px;
  border-radius: 6px;
  background-color: #7f328a;
}

.letras:hover {
  background: #8203AD;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
}

footer {
  width: 100%;
  height: 110px;
  background-color: #5a3a78;
  padding: 24px 8px;
}

@media (min-width: 992px) {
  footer {
    width: 100%;
    height: 123px;
  }
}

#logosRodape {
  width: 100%;
}

@media (min-width: 768px) {
  #logosRodape {
    width: 40%;
  }
}

@media (min-width: 1024px) {
  #logosRodape {
    width: 50%;
  }
}


#logosRodape p {
  display: block;
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  color: white;
}

@media (min-width: 992px) {
  #logosRodape p {
    font-size: 12px;
  }
}

#logosRodape img {
  height: 30px;
  display: block;
  margin: 0 auto;
}

@media (min-width: 992px) {
  #logosRodape img {
    height: 49px;
    display: block;
    padding: 0px 30px;
  }
}

#menuNav {
  position: fixed;
  width: 130px;
  height: 164px;
  top: 48px;
  right: -85px;
  z-index: 9999;
}

@media (min-width: 768px) {
  #menuNav {
    right: 0;
  }
}

.botaoNav {
  height: 50px;
  font-size: 12px;
  color: white !important;
  font-weight: 500;
  background-color: #5a3a78;
  text-transform: uppercase;
  border-radius: 10px 0px 0px 10px;
  margin-bottom: 7px;
  text-align: left;
  padding-left: 20px;
  border: 0px;
  transition: all 0.2s ease-in;
  display: flex;
  flex-direction: row;
  justify-self: center;
  align-items: center;
}

.botaoNav:first-child {
  padding-left: 15px;
}

.botaoNav:hover {
  color: white;
  background-color: #8203AD;
}

.botaoNav i {
  margin-right: 25px;
  font-size: 22px;
}

@media (min-width: 768px) {
  .botaoNav i {
    margin-right: 8px;
  }
}

.campoEntrada {
  margin-bottom: 30px;
}

.autorEscolhido {
  width: 100%;
  margin: 0 auto;
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(90, 58, 120, 0.5);
  border: 1px solid #ffffff;
  color: #666;
  margin-bottom: 30px;
}

.autor {
  display: block;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: white;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .autor {
    font-size: 24px;
  }
}

.titulo {
  display: block;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: white;
}

.rolagem {
  overflow: auto;
  max-height: 300px;
  padding: 5px;
}

.rolagem::-webkit-scrollbar {
  width: 8px;
  background-color: rgba(245, 245, 245, 0.5);
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.rolagem::-webkit-scrollbar-thumb {
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #5a3a78 !important;
}

.listaOpcoes {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.55);
}

.listaOpcoes a {
  width: 100%;
  display: block;
  text-decoration: none;
  color: #000000;
}

.listaOpcoes td {
  padding-left: 30px;
}

.erroAutor {
  font-size: 14px;
  font-weight: 400;
  color: rgb(234, 104, 10);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}