

.menu-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #f69a0b;
  text-align: center;
  text-decoration: none; /* Remove sublinhado */
  
}


* {
  margin: 0;
}

.container2 {
  display: flex; /* Ativa o Flexbox */
  flex-wrap: wrap; /* Permite que os itens quebrem linha se não couberem */
  justify-content: space-around; /* Distribui os itens com espaço entre eles */
  gap: 20px; /* Espaçamento entre os itens */
  margin: 20px 0;
}

.paragrafo {
  flex: 1 1 calc(33.33% - 40px); /* Cada item ocupa 33% da largura */
  max-width: 100%;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 8px;
  background-color: #f9f9f9;
}

/* Responsividade para dispositivos menores */
@media (max-width: 768px) {
  .paragrafo {
    flex: 1 1 100%; /* Cada item ocupa 100% da largura */
    max-width: 100%;
  }
}
.paragrafo h1 {
  font-size: 25px;
  text-align: center;
  margin-bottom: 10px;
}

.paragrafo video {
  max-width: 100%;
  height: auto;
  margin-top: 20px;
}

.paragrafo p {
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
  margin-top: 20px;
}

/* Botão do WhatsApp */
#robbu-whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}


h2 {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
}
h1 {
  text-align: center;
  font-weight: 500;
}

.fonteMaior {
  font-size: 18px;
}
.fonteMedio {
  font-size: 16px;
}
.fonteMenor {
  font-size: 13px;
}
.hidden {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.red {
  color: black;
  font-weight: 500;
}
.corPreta {
  background-color: rgb(73, 73, 73);
}
.video {
  width: 480px;
}
.corCinza {
  background-color: rgb(198, 198, 198);
}
.paragrafo {
  background-color: rgb(244, 244, 244);
  width: 500px;
  margin: 20px;
  padding: 30px;
  font-size: large;
}
.paragrafo button {
  align-items: center;
  height: 40px;
  width: 300px;
}
.google2 {
  border-bottom: 1px solid rgb(128, 128, 128);
  padding: 10px;
}
.google {
  padding: 5px;
  cursor: pointer;
  border-bottom: 1px solid rgb(128, 128, 128);
  width: 100%;
  height: 50px;
  display: flex;
}
.google:hover {
  background-color: rgb(236, 236, 236);
}
.google_esquerda {
  float: left;
  width: 70%;
}
.login {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: large;
  height: 600px;
}
.login2 {
  text-align: center;
}

button {
  background-color: #f69a0b;  
  font-size: medium;
  cursor: pointer;
}
button:hover {
  background-color: rgb(186, 222, 186);
  font-size: medium;
}
#meuForm {
  background-color: #f69a0b;
  font-size: medium;
  height: 40px;
  width: 250px;
}
.imagens {
  width: 500px;
}
.centralizador {
  text-align: center;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .video {
    width: 310px;
  }
  .paragrafo {
    width: 80%;
  }
  .imagens {
    width: 300px;
  }
}
