/* Reset básico */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #b5f8b8;
}

.menu-container{
  display: flex;
  flex-direction: row;
  text-align: center;
}

.menu-button {
  display: flex;
 margin-top: 5%;
 margin-left: 3%;
  top: 4%;
  left: 4%;
  height: 8%;
  cursor: pointer;
  animation: pulse 5s infinite ease-in-out;
  width: 10%;
  display: flex;
  flex-direction: row;
}

.menu-options {
  display: none;
  position: absolute;
  top: 100px;
  left: 5%;
  width: 80vh;
  background-color: #ffffff;
  border-radius: 2%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.menu-options.visible {
  display: block;
  width: 350px;
}

.menu-options a {
  display: block;
  padding: 2%;
  font-size: 2vw;
  text-decoration: none;
  color: #333;
}

.menu-options a:hover {
  background-color: #f0f0f0;
}

/* Logo */
#logo {
  margin-top: 5%;
  margin-left: 30%;
  max-width: 20%;
  animation: pulse 5s infinite ease-in-out;
  cursor: pointer;
  
}

/* Rodapé fixo */
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6%;
  background: #034b27;
  color: white;
  text-align: center;
  padding: 1%;
  z-index: 1000;
}

#foostertext {
  font-size: 12px;
  text-align: center;
  top: 0%;
}

#whatsapp {
  position: fixed;
  bottom: 10%;
  right: 2%;
  width: 60px;
  height: auto;
  animation: pulse 2s infinite ease-in-out;
  cursor: pointer;
  z-index: 1000;
}
#instagram {
  position: fixed;
  bottom: 25%;
  right: 2%;
  width: 60px;
  height: auto;
  animation: pulse 2s infinite ease-in-out;
  cursor: pointer;
  z-index: 1000;
}
#youtube {
  position: fixed;
  bottom: 15%;
  left: 2%;
  width: 60px;
  height: auto;
  animation: pulse 2s infinite ease-in-out;
  cursor: pointer;
  z-index: 1000;
}

/* Animação */
@keyframes pulse {
  0% {
    transform: scale(1);
    color: #f6fa03;
  }
  33% {
    transform: scale(1.1);
    color: #0af81e;
  }
  66% {
    transform: scale(1.1);
    color: #0184ff;
  }
  100% {
    transform: scale(1.1);
    color: #e74c3c;
  }
}

/* Contêiner principal */
.content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  margin-top: 3%;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 20%;
  text-align: center;
  overflow-y: visible;
}

/* Itens */
.item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #000;
  color: white;
  border-radius: 10%;
  padding: 20px;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
  border: 5px solid #ffcc00;
  width: 100%;
  max-width: 900px;
}

.container-item {
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  flex-direction: column;
  width: 98%;
  border-radius: 10%;
  border: 3px solid #fa0b02;
  text-align: center;
  font-size: 2vw;
}

.content-row {
  display: flex;
  flex-direction: row;
  width: 98%;
  border-radius: 5px;
  border: 4px solid #00cc66;
  background-color: #e0dfd0;
  text-align: center;
  font-size: 20px;
  background-color: #b5f8b8;
  color: #000;
  font-weight: bold;
  margin-top: 5%;
  margin-left: 1%;
  margin-bottom: 5%;
  padding: 2%;

}

.content-row span {
  margin-right: 20px;
}

.input-config {
  width: 96%;
  border-radius: 20px;
  border: 4px solid #00cc66;
  background-color: #e0dfd0;
  margin-right: 10px;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
}

.input-config:hover {
  background-color: #c5872b;
}

.content-select {
  width: 96%;
  border-radius: 20px;
  background-color: #00cc66;
  color: #000;
  font-weight: bold;
  font-size: 24px;
  padding: 5px;
text-align: center;
  align-self: center;
  margin-top: 5%;
  margin-bottom: 5%;
  cursor: pointer;
  border: 4px solid #fa0b02;
}

.content-select:hover {
  background-color: #c5872b;
}

.description {
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
text-align: center;
  font-size: 20px;
  text-align: justify;
  font-weight: 700;
}

#youtubegif {
  max-width: 100%;
  max-height: 200px;
}

.action-button {
  background-color: #00cc66;
  border: 5px solid #ffcc00;
  padding: 2%;
  font-size: 2vw;
  font-weight: 700;
  margin: 5% 0;
  border-radius: 30px;
  cursor: pointer;
  text-align: center;
}

.action-button:hover {
  background-color: #ff9900;
}

 .CSS-DINHEIRO {
  font-size: 24px;
  color: red;
  animation: moveText 2s linear alternate infinite;
  display: inline-block; /* defina como um bloco inline */
}
.CSS-DINHEIRO2 {
  font-size: 18px;
  color: rgb(236, 240, 9);
  animation: moveText 2s linear alternate infinite;
  display: inline-block; /* defina como um bloco inline */
}
.CSS-DINHEIRO3 {
  font-size: 18px;
  color: rgb(255, 137, 2);
  animation: moveText 2s linear alternate infinite;
  display: inline-block; /* defina como um bloco inline */
}


@keyframes moveText {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
