.fundo-dourado, .texto-dourado {
  background: linear-gradient(358deg, orange, #ffd700, orange) !important;
  -webkit-background-clip: text !important;
  color: transparent !important;
  font-weight: 800;
}

.fundo-maroon {
  background-color: maroon;
  color: white;
}

.fundo-maroon,
.fundo-maroon h1,
.fundo-maroon span,
.fundo-maroon p {
  color: white;
}

.fundo-maroon details p {
  background-color: white;
  color: #080913;
}

.fundo-vermelho,
.fundo-vermelho h1,
.fundo-vermelho span {
  background-color: maroon;
  color: white;
}

p {
  color: #080913;
}


header .fundo-dourado b {
  font-weight: 900;
}

.clique-aqui, .texto-verde {
  color: rgb(35, 172, 35);
  text-decoration: underline;
}



.button-degrade-verde {
  background: linear-gradient(to top, rgb(0, 66, 0), darkgreen, green);
}



.button-flutuante {
  width: 20px;
  height: 20px;
  transform: translate(0, 0);

  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  font-size: 30px;

  position: fixed;
  bottom: 5px;
  right: 20px;
  background-color: #25d366;
  color: white;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  cursor: pointer;
}