@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Prosto+One&display=swap');
@font-face {
  font-family: 'FonteLogo';
  src: url("../fonte/ProstoOne-Regular.ttf");
}

body {
  font-family: 'FonteLogo', sans-serif;
  background-color: #202021;
  color: #ffd700;
  text-align: center;
  padding: 1vw;
  transition: .5s;
}

/* HEADER */

.cabecalho {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    border-bottom: 2px solid #333;
    height: 10vh;
    background-color: #202021;
    box-shadow: 0px 0px 10px rgba(0,0,0,.5);
    transition: .5s;
}

.logo-site-1 {
  display: flex;
  align-items: center;
}

.logo {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.titulo {
  font-family: 'FonteLogo';
  font-size: 24px;
  margin: 0;
  transition: 0.3s ease;
  cursor: pointer;
}

.titulo:hover {
  color: rgb(251, 255, 3);
  transition: 0.3s ease;
  text-shadow: 0 0 8px rgb(251, 255, 3);
}


/* MENU */

.menu ul {
  list-style: none;
  display: flex;
  padding: 10px;
  margin: 2px;
  gap: 25px;
}

.menu li {
  position: relative;
  font-weight: bold;
}

.menu a {
  font-family: 'FonteLogo';
  text-decoration: none;
  color: yellow;
  transition: 0.3s ease;
  position: relative;
}

.menu a:hover {
  color: #ff0000;
  text-shadow: 0 0 8px #ff0000;
}

/* HISTÓRIA */

.titulo-historia {
  font-family: 'FonteLogo';
  text-align: center;
  margin: 20px 0 30px 0;
  transition: 0.5s ease;
  color: #ffd700;
  cursor: default;
}

.titulo-historia:hover {
  color: #ffd700;
  transition: 0.3s ease;
  text-shadow: 0 0 8px #ffd700;
  text-decoration: none;
}

/* PARAGRAFO 1 */

.paragrafo-1 {
  font-family: 'FonteLogo';
  color: #ffffff;
  font-size: 25px;
  padding: 10px 20px 0 0;
  text-align: left;
  margin-right: 100px;
}

b {
  color: #ff0000;
  font-family: 'FonteLogo';
  transition: 0.3s ease;
}

b:hover {
  color: #ff0000;
  font-family: 'FonteLogo';
  text-shadow: 0 0 10px #ff0000;
  transition: 0.3s ease;
}

.negrito-cor {
  color: #ffd700;
  font-family: 'FonteLogo';
  transition: 0.3s ease;
}

.negrito-cor:hover {
  color: #ffd700;
  text-shadow: 0 0 8px #ffd700;
  font-family: 'FonteLogo';
  transition: 0.3s ease;
}


.imagem-1 {
  border: #ffb700 solid;
  display: flex;
  flex-flow: column;
  padding: 10px;
  max-width: 350px;
  margin: 15px;
}

/* PARAGRAFO 2 */

.paragrafo-2 {
  font-family: 'FonteLogo';
  color: aliceblue;
  font-size: 25px;
  padding: 10px 20px 0 0;
  text-align: left;
  margin-top: 10px;
  margin-left: 20px;
}

.imagem-2 {
  border: #ffb700 solid;
  display: flex;
  flex-flow: column;
  margin: 15px;
  padding: 10px;
  max-width: 400px;
}

.externo {
  font-family: 'FonteLogo';
  text-decoration: none;
  color: #ffd700;
  transition: 0.3s ease;
}

.externo:hover {
  color: #ffd700;
  text-shadow: 0 0 8px #ffd700;
  transition: 0.3s ease;
}

.ethereum {
  font-family: 'FonteLogo';
  text-decoration: none;
  color: #ae1af7;
  transition: 0.3s ease;
}

.ethereum:hover {
  color: #ae1af7;
  text-shadow: 0 0 8px #ae1af7;
  transition: 0.3s ease;
}

.altcoin {
  color: #ff0000;
  font-family: 'FonteLogo';
  text-decoration: none;
  transition: 0.3s ease;
}

.altcoin:hover {
  color: #ff0000;
  font-family: 'FonteLogo';
  text-shadow: 0 0 10px #ff0000;
  transition: 0.3s ease;
}

/* PARAGRAFO 3 */
.paragrafo-3 {
  font-family: 'FonteLogo';
  color: aliceblue;
  font-size: 25px;
  padding: 10px 20px 0 0;
  text-align: left;
  margin-top: 10px;
  margin-left: 20px;
}

.imagem-3 {
  border: #ffb700 solid;
  display: flex;
  flex-flow: column;
  margin: 15px;
  padding: 10px;
  max-width: 500px;
}

.negrito-cor {
  color: #ffd700;
  font-family: 'FonteLogo';
  transition: 0.3s ease;
}

.negrito-cor:hover {
  color: #ffd700;
  text-shadow: 0 0 8px #ffd700;
  font-family: 'FonteLogo';
  transition: 0.3s ease;
}

.negrito-cor2 {
  color: #386fef;
  font-family: 'FonteLogo';
  transition: 0.3s ease;
  text-decoration: none;
}

.negrito-cor2:hover {
  color: #386fef;
  text-shadow: 0 0 8px #386fef;
  font-family: 'FonteLogo';
  transition: 0.3s ease;
}


/* RODAPE */

.rodape {
  text-align: center;
  font-style: italic;
  color: #f1e702;
  background-color: #202021;
  margin: 30px 0px -30px 0;
  padding: 20px;
  border-bottom: 0px 0px 0px 2px solid;
  box-shadow: 0px 0px 0px 2px rgba(59, 58, 58, 0.8);
  transition: .5s;
}

.cor-rodape {
  color: #f1e702;
  text-decoration: none;
  transition: 0.3s ease;
}

.cor-rodape:hover{
  color: #ff0000;
  transition: 0.3s ease;
  text-shadow: 0 0 8px #ff0000;
  text-decoration: none;
}
