/* Reset básico */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



/* Menu principal */
.menu-container {
  position: relative;
}

.menu-button {
  position: fixed;
  top: 2%;
  left: 2%;
  height: 8%;
  cursor: pointer;
  animation: pulse 5s infinite ease-in-out;
}

.menu-button {
  position: fixed;
  top: 2%;
  left: 2%;
  height: 8%;
  cursor: pointer;
  animation: pulse 5s infinite ease-in-out;
}

.menu-options {
  display: none;
  position: fixed;
  top: 10%; 
  left: 5%;
  width: 100VH;
  max-height: 80vh; /* Limita a altura máxima a 80% da altura da viewport */
  overflow-y: auto; /* Habilita a barra de rolagem vertical quando necessário */
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 2%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000; 
}

.menu-options.visible {
  display: block;
  color: #b5f8b8;
}


.menu-options a {
  display: block;
  padding: 2%;
  font-size: 2vw;
  text-decoration: none;
  color: #b5f8b8;
}

.menu-options a:hover {
  background-color: #b6b16d;
}


/* Logo */
#logo {
  display: flex;
  margin-left: 45%;
  max-width: 15%;
  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;
  }
  20% {
    transform: scale(1.08);
    color: #f6fa03;
  }
  40% {
    transform: scale(1.12);
    color: #f6fa03;
  }
  50% {
    transform: scale(1.12);
    color: #0af81e;
  }
  70% {
    transform: scale(1.08);
    color: #0af81e;
  }
  100% {
    transform: scale(1);
    color: #f6fa03;
  }
}

  /* Contêiner principal */
  .content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    margin-top: 3%;
    margin-bottom: 10%;
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
    overflow-y: visible;
  }

/* Itens */
.item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #000;
  color: white;
  border-radius: 30PX;
  padding: 20px;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
  border: 5px solid #ffcc00;
  width: 100%;
  max-width: 768px;
}

.container-item {
  display: flex;
  flex-direction: column;
  width: 98%;
  border-radius: 30PX;
  border: 3px solid #fa0b02;
  text-align: center;
  font-size: 2vw;
  margin: auto;
 gap: 30px;
 
}

.content-row {
  display: flex;
  flex-direction: column;
  width: 90%;
  border-radius: 30px;
  border: 6px solid #00cc66;
  background-color: #e0dfd0;
  text-align: center;
  font-size: 20px;
  background-color: #b5f8b8;
  color: #000;
  font-weight: bold;
  
  padding: 2%;
  margin: auto;
  margin-top: 5%;
  margin-bottom: 2%;

}
.content-row2 {
  display: flex;
  flex-direction: column;
  width: 40%;
  border-radius: 30px;
  border: 6px solid #00cc66;
  background-color: #e0dfd0;
  text-align: center;
  font-size: 16px;
  background-color: #b5f8b8;
  color: #000;
  font-weight: bold;
  margin-top: 5%;
  margin-left: 5%;
  margin-bottom: 5%;
  padding: 5%;

}
.content-row3 {
  display: flex;
  flex-direction: row;
  width: 90%;
  border-radius: 30px;
  border: 6px solid #00cc66;
  background-color: #e0dfd0;
  text-align: center;
  font-size: 16px;
  background-color: #b5f8b8;
  color: #000;
  font-weight: bold;
  margin-top: 5%;
  margin-left: 5%;
  margin-bottom: 5%;
  padding: 2%;

}
.content-row4 {
  display: flex;
  flex-direction: column;
  width: 35%;
  border-radius: 30px;
  border: 6px solid #00cc66;
  background-color: #e0dfd0;
  text-align: center;
  font-size: 20px;
  background-color: #b5f8b8;
  color: #000;
  font-weight: bold;
  margin-top: 10%;
  
  margin-bottom: 5%;
  margin: auto;
  padding: 5%;

}

.content-row span {
  margin-right: 20px;
}

.input-config1 {
  width: 80%;
  border-radius: 40px;
  border: 4px solid #00cc66;
  background-color: #e0dfd0;
  margin-right: 10px;
  text-align: center;
  cursor: pointer;
  font-size: 30px;
  font-weight: bold;
  margin: auto;
  color: #000000;
}
.input-config2 {
  width: 80%;
  border-radius: 40px;
  border: 4px solid #00cc66;
  background-color: #e0dfd0;
  margin-right: 10px;
  text-align: center;
  cursor: pointer;
  font-size: 17px;
  font-weight: bold;
  margin: auto;
  color: #000000;
}
.input-config1:hover , .input-config2:hover {
  background-color: #fded0a;
}

.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: auto;
  margin-top: 5%;
  margin-bottom: 5%;
  font-size: 30px;
  text-align: justify;
  font-weight: 900;
}

#youtubegif {
  max-width: 100%;
  max-height: 200px;
}

.action-button {
  background-color: #4b4a4a;
  border: 5px solid #ff0000;
  padding: 2%;
  font-size: 30px;
  font-weight: 700;
  margin: 5% 0;
  border-radius: 50px;
  cursor: pointer;
  text-align: center;
  width: auto;
  color: #ffffff;
}

.action-button:hover {
  background-color: #ff9900;
}
#calcular {
  animation: tremida 0.5s infinite;
}

@keyframes tremida {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-5px);
  }
  40% {
    transform: translateX(5px);
  }
  60% {
    transform: translateX(-5px);
  }
  80% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}

.title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin: 2% 0;
  color: #ffe600;
  animation: pulse 5s infinite ease-in-out;
}
.resultado {
  display: inline-block;
  text-align: center;
  font-size: 38px;
  font-weight: 900;
  margin: 2% 0;
  color: #ff0000;
  animation: pulse 5s infinite ease-in-out;
}

/* Media Queries para smartphones */
@media screen and (max-width: 768px) {
  body {
    font-size: 90%; /* Reduz a fonte do corpo geral */
  }
  .content-row2 {
    flex-direction: column;
    font-size: 12PX;
    width: auto;
    margin: 5% 5% 5% 5%;
  }
  .content-row3 {
    flex-direction: column;
    margin: auto;
    text-align: center;
    font-size: 12PX;
  }
  .input-config2 {
    font-size: 16PX;
  }
  @keyframes pulse {
    0% {
      transform: scale(0.8);
    }
    40% {
      transform: scale(1);
    }
    60% {
      transform: scale(1);
    }
    100% {
      transform: scale(0.8);
    }
  }
  .title {
    font-size: 30px;
  }
  .description {
    font-size: 12px;
  }
  .resultado {
    font-size: 16px;
} 
.content-row4 {
  flex-direction: column;
  margin: auto;
  text-align: center;
  font-size: 12PX;
  width: 90%;
}


}/* Adicionei o } aqui */