html {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 1;
  background-image: url(../imagens/gif/estrelasL.webp);
  background-repeat: repeat;
  background-size: auto auto;
  background-attachment: local;
  background-position: center;
}

.audios {
  display: none;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 0px solid red;
}

/**/

#secaoCentro {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80%;
  border: 0px solid rgb(0, 26, 255);
}

/**/

#secaoOeste {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3%;
  height: 100%;
  border: 0px solid rgb(255, 115, 0);
}

/**/

#secaoLeste {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3%;
  height: 100%;
  border: 0px solid rgb(255, 230, 0);
}

#secaoLesteImagem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 600px;
}

#secaoOesteImagem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 600px;
}

/*////////////////////////////*/

#secaoNorte {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10%;
  border: 0px solid rgb(255, 255, 255);
}

/***************************************/
/***************************************/
/***************************************/
/* Estilos para dispositivos móveis */
@media only screen and (max-width: 600px) {
  /* Estilos para telas menores ou iguais a 600px de largura, típico de dispositivos móveis */

  #secaoPrincipal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 94%;
    height: 90%;
    border: 0px solid rgb(255, 255, 255);
  }

  #secaoLookalike3d/*,
  /*#secaoBDS*/ {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 57%;
    height: 100%;
    border: 0px solid rgba(183, 0, 255, 1);
    margin-bottom: 30px;
  }

  #secaoBDS {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 57%;
    height: 100%;
    margin-bottom: 30px;
  }

  #comentarioBDS {
    background-color: rgba(0, 0, 0, 0.5);
    color: rgb(77, 77, 77);
    border-radius: 30px;
    padding: 10px;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
    font-size: small;
  }

  #imagemLookalike3d {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    border: 0px solid rgb(255, 0, 212);
    cursor: pointer;
    border-radius: 40px;
    border: 3px solid rgb(255, 255, 255);
  }

  /*
  #imagemLogoBDS {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    border: 1px solid rgb(255, 0, 212);
    cursor: pointer;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.5);
  }
*/

  #imagemLogoBDS {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    border: 1px solid rgb(255, 0, 212);
    cursor: pointer;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    transition: border-color 0.3s; /* Adiciona uma transição suave para a mudança de cor da borda */
  }

  #imagemLogoBDS:hover {
    animation: arcoIris 5s infinite; /* Muda as cores da borda com a animação de arco-íris */
  }

  @keyframes arcoIris {
    0% {
      border-color: red;
    }
    10% {
      border-color: orange;
    }
    20% {
      border-color: yellow;
    }
    30% {
      border-color: green;
    }
    40% {
      border-color: blue;
    }
    50% {
      border-color: indigo;
    }
    60% {
      border-color: violet;
    }
    70% {
      border-color: red;
    }
    100% {
      border-color: red;
    }
  }

  /**/

  #secaoCwt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 57%;
    height: 100%;
    border: 0px solid rgb(0, 255, 213, 1);
    margin-bottom: 20px;
  }

  #imagemStart {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    border: 0px solid rgba(0, 255, 13, 1);
    cursor: pointer;
    border-radius: 30px;
    border: 1px solid rgb(0, 0, 0);
  }
}

/*********************************************/

/* Estilos para desktops */
@media only screen and (min-width: 601px) {
  /* Estilos para telas maiores que 600px de largura, típico de desktops */

  #secaoPrincipal {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 94%;
    height: 90%;
    border: 0px solid rgb(255, 255, 255);
  }

  #secaoLookalike3d/*,
  #secaoBDS*/ {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 100%;
    border: 0px solid rgba(183, 0, 255, 1);
    margin-bottom: 30px;
  }

  #secaoBDS {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 57%;
    height: 100%;
    margin-bottom: 30px;
  }

  #comentarioBDS {
    background-color: rgba(0, 0, 0, 0.5);
    color: rgb(77, 77, 77);
    border-radius: 30px;
    padding: 10px;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
    font-size: small;
  }

  #imagemLookalike3d {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: auto;
    border: 0px solid rgb(255, 0, 212);
    cursor: pointer;
    border-radius: 40px;
    border: 3px solid rgb(255, 255, 255);
  }

  #imagemLogoBDS {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: auto;
    border: 1px solid rgb(255, 0, 212);
    cursor: pointer;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    transition: border-color 0.3s;
  }

  #imagemLogoBDS:hover {
    animation: arcoIris 5s infinite; /* Muda as cores da borda com a animação de arco-íris */
  }

  @keyframes arcoIris {
    0% {
      border-color: red;
    }
    10% {
      border-color: orange;
    }
    20% {
      border-color: yellow;
    }
    30% {
      border-color: green;
    }
    40% {
      border-color: blue;
    }
    50% {
      border-color: indigo;
    }
    60% {
      border-color: violet;
    }
    70% {
      border-color: red;
    }
    100% {
      border-color: red;
    }
  }

  /**/

  #secaoCwt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 100%;
    border: 0px solid rgb(0, 255, 213, 1);
    margin-bottom: 20px;
  }

  #imagemStart {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: auto;
    border: 0px solid rgba(0, 255, 13, 1);
    cursor: pointer;
    border-radius: 30px;
  }
}

#secaoSul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10%;
  border: 0px solid rgb(85, 85, 85);
}

body::-webkit-scrollbar {
  width: 12px;
  /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
  /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0);
  /* color of the scroll thumb */
  border-radius: 20px;
  /* roundness of the scroll thumb */
  border: 2px solid rgb(107, 31, 247);
  /* creates padding around scroll thumb */
}

/*
  .load
  {
      position: absolute;
      bottom: 5%;
      left: 50%;
      transform: translate(-50%, -50%);
      border: 10px solid rgb(60, 255, 0);
  }
*/

.load {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 1%;
  padding: 3%;
}

.load .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: rgb(0, 255, 255);
  transform: scale(0.2);
  animation: animacao 1.2s infinite;
  /*border: 10px solid rgb(107, 31, 247);*/
}

.dot:nth-child(2) {
  animation-delay: 0.2s;
}

.dot:nth-child(3) {
  animation-delay: 0.4s;
}

.dot:nth-child(4) {
  animation-delay: 0.7s;
}

.dot:nth-child(5) {
  animation-delay: 1s;
}

.dot:nth-child(6) {
  animation-delay: 1.2s;
}

@keyframes animacao {
  0%,
  100% {
    transform: scale(0.2);
  }

  50% {
    background-color: rgb(107, 31, 247);
    transform: scale(1);
  }
}

#statusSistema {
  display: none;
  flex-direction: row;
  color: aliceblue;
  font-size: 30px;
  text-align: center;
  justify-content: center;
  align-items: center;
}

#secaoNorteImagem {
  display: none;
  border: 0px solid rgb(0, 0, 0);
  border-radius: 50%;
}

#secaoSulImagem {
  display: none;
  border: 0px solid rgb(0, 0, 0);
  border-radius: 50%;
}

#secaoLesteImagem {
  display: none;
  border: 0px solid rgb(0, 0, 0);
  border-radius: 50%;
}

#secaoOesteImagem {
  display: none;
  border: 0px solid rgb(0, 0, 0);
  border-radius: 50%;
}
