/* Reset básico */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #b5f8b8;
  max-width: 100wh;
  overflow-X: hidden;
gap: 10px;
text-align: center;
padding: 0%;
background-color: rgba(0, 0, 0, 0.836);
background-size: cover;
padding: 10%;
background-image: url('BACKGROUND.png');
background-size:contain;
}

/* Logo */
#logo {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 100px;
  height: auto;
  top: 2%;

  animation: pulse 5s infinite ease-in-out;
  cursor: pointer;
  z-index: 0;
}
#configuracao {
  display: flex;
  position: fixed;
  font-size: 40px;
  top: 2%;
  right:  45%;
  height: 15%;
  animation: pulse 5s infinite ease-in-out;
  cursor: pointer;
}

#main {
  padding:2%;
 margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
width: 100%;
max-width: 768px;
  text-align: center;

  background-color: #b5f8b8;
  border-radius: 13px;
  box-shadow: 5px 2px 20px 10px rgb(151, 1, 189);
  z-index: 900; 
  color: wheat;
  gap: 10px;
  text-align: center;
  background-color: #e2a554;
 

}
section {
  width: 100%;
  margin-top: 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;

  border-radius: 13px;
  box-shadow: 2.5px 1.5px 5px 5px rgb(151, 1, 189);
  z-index: 800; 
  color: wheat;
  gap: 10px;
  text-align: center;
 border: #f1ee04 solid 5px;
 border-radius: 30px;
}
linha {
  margin-top: 5%;
  margin-bottom: 2% ;
  padding: 100px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  border-radius: 13px;
  box-shadow: 3px 3px 5px 2px rgb(212, 0, 219);
  z-index: 700;
  color: wheat;
  gap: 10px;
  text-align: center;
  border: rgb(151, 1, 189) solid 3px;
  border-radius: 30px;
  font-size: 4vh;
}
.input-config {
  width: 100%;
  
  padding: 10px;
  margin: 5px 0;
  border: none;
  border-radius: 30px;
  box-sizing: border-box;
  background-color: #b5f8b8;
  color: wheat;
  border: none;
  border-radius: 30px;
  font-size: 16PX;
  color: navy;
  font-weight: 900;
  gap: 10px;
  text-align: center;
}
.input-config:hover {
  background-color:rgb(151, 1, 189);
  box-shadow: 3px 3px 10px 10px rgb(2, 125, 240);
}

.textarea1 {
  width: 100%;
  height: 200PX;
  padding: 10px;
  margin: 5px 0;
  border: none;
  border-radius: 30px;
  box-sizing: border-box;
  background-color: #f1f8f2;
  color: wheat;
  border: none;
  border-radius: 30px;
  font-size: 16PX;
  color: rgb(0, 0, 0);
  font-weight: 900;
  gap: 10px;
  text-align: center;
}
.textarea1:hover {
  background-color:rgb(231, 168, 247);
  box-shadow: 3px 3px 10px 10px rgb(2, 125, 240);
}

.textarea2 {
  width: 100%;
  height: 500PX;
  padding: 10px;
  margin: 5px 0;
  border: none;
  border-radius: 30px;
  box-sizing: border-box;
  background-color: #f7f7f7;
  color: wheat;
  border: none;
  border-radius: 30px;
  font-size: 16PX;
  color: rgb(0, 0, 0);
  font-weight: 900;
  gap: 10px;
  text-align: center;
}
.textarea2:hover {
  background-color: rgb(231, 168, 247);
  box-shadow: 3px 3px 10px 10px rgb(2, 125, 240);
}


.content-select {
  width: 100%;
  padding: 10px;
  margin: 5px 0;
  border: none;
  border-radius: 30px;
  box-sizing: border-box;
  background-color: #b5f8b8;
  color: wheat;
  border: none;
  border-radius: 30px;
  font-size: 4vh;
  color: navy;
  font-weight: 900;
  text-align: center;
  gap: 10px;
  text-align: center;
}
.content-select:hover { 
  background-color: #000000;
  box-shadow: 3px 3px 10px 10px rgb(2, 125, 240);
  color: #b5f8b8;
}
.action-button {
  width: 70%;
  padding: 15px;
  margin: 10px 0;
  border: none;
  border-radius: 30px;
  box-sizing: border-box;
  background-color: #f7f7f7; /* cor de fundo mais vibrante */
  color:  #d40696; /* cor de texto mais clara */
  font-weight: bold;
  font-size: 30px;
  cursor: pointer;
  border: 5px solid #e903d6; /* cor de borda mais vibrante */
  border-radius: 30px;
  animation: tremida 2s infinite;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); /* sombra para dar profundidade */
  transition: background-color 0.3s ease-in-out; /* transição para mudar a cor de fundo */
}

.action-button:hover {
  background-color: #f6afff; /* cor de fundo mais escura ao passar o mouse */
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4); /* sombra mais forte ao passar o mouse */
}


@keyframes tremida {
  0% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(2px);
  }
  20% {
    transform: translateX(-2px);
  }
  30% {
    transform: translateX(2px);
  }
  40% {
    transform: translateX(-2px);
  }
  50% {
    transform: translateX(0);
  }
  60% {
    transform: translateX(1px);
  }
  70% {
    transform: translateX(-1px);
  }
  80% {
    transform: translateX(1px);
  }
  90% {
    transform: translateX(-1px);
  }
  100% {
    transform: translateX(0);
  }
}



@keyframes surgimento {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  20% {
    opacity: 0.2;
    transform: scale(0.7);
  }
  40% {
    opacity: 0.4;
    transform: scale(0.9);
  }
  60% {
    opacity: 0.6;
    transform: scale(1.1);
  }
  80% {
    opacity: 0.8;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

h1 {
  font-size: 45px;
  font-weight: bold;
  color:rgb(41, 1, 51) ;
  text-align: center;
  margin-bottom: 20px;
  animation: pulse 5s infinite;
}
span {
  font-size: 20px;
  font-weight: bold;
  color:rgb(41, 1, 51) ;
  text-align: center;
  margin-bottom: 20px;
  animation: tremida 3s infinite;
}
#copiar, #VOLTAR {
  font-size: 60px;
}
#MIC, #STOP {
 
  display: flex;
  flex-direction: column;
  position: relative;
  top: 20%; 

  cursor: pointer;

  font-size: 40px;
  
  text-align: center;
  animation: tremida 3s infinite;
}

linha2 {
 
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  gap: 30px;
  font-size: 65px;
  animation: tremida 3s infinite;
  cursor: pointer;
}

/* Media Queries para smartphones */
@media screen and (max-width: 768px) {
  h1 {
    font-size: 28px;
  }
  linha {
    font-size: 12PX;
  }
  .input-config {
    font-size: 12PX;
  }
  .content-select {
    font-size: 12PX;
  }
  .action-button {
    font-size: 12PX;
  } 
  span {
    font-size: 19PX;
  }

  linha2 {
    font-size: 24px;
  }
  #logo {
    width: 60px;
    height: auto;
  }

  #MIC, #STOP {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 1%;
  }
  
  #copiar, #VOLTAR {
    font-size: 24px;
  }
#main {
  padding: 10px;
  margin: 5px 0;
 

}

}