.clear {
  clear: both;
}

/* Reset básico */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-image: url(/imagem/tela012.jpg);
  width: 100%;
  height: 100%;
  font-family: Arial, sans-serif;
  font-size: clamp(14px, 1.2rem, 18px);
  line-height: 1.5;
}

.contorno {
  width: 300px;
  height: auto;
  margin-left: 0px;
  margin-top: 10px;
  border: 5px solid #32CD32;
  border-radius: 10px;
  box-shadow: 10px 10px 5px #333333;
  padding: 15px;
  background-image: url(./imagem/tela012.jpg);
}

.tamplate {
  width: 1160px;
  height: 770px;
  float: left;
  margin-left: 370px;
  margin-top: -812px;
  border: 5px solid #32CD32;
  border-radius: 10px;
  box-shadow: 10px 10px 5px #333333;
  padding: 15px;
  background-image: url(./imagem/tela012.jpg);
  background-size: cover;
}



fieldset {
  width: 100%;
  height: 100%;
  color: black;
  margin-top: 5px;
  margin-left: 20px;
  padding: 15px;
  border: 2px solid #333;
  border-radius: 10px;
  background-image: url(/imagem/tela012.jpg),opacity:0.3;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; 
}

/* Header */
header {
  background: blue;
  color: white;
  padding: 10px;
  border-radius: 12px;
}

.header-conteudo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

header img {
  width: 100px;
  border-radius: 15px;
  border: 5px solid #8B4513;
}

header h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: center;
}

/* Seções */
section {
  width: 100%;
  padding: 30px 20px;
}

/* Container de vídeos */
.container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

video {
  width: 280px;
  height: 160px;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

video:hover {
  transform: scale(1.03);
}

/* Benefícios */
.benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  padding: 20px;
  background: #f5f5f5;
}

.benefit,
.benefito {
  flex: 1 1 250px;
  max-width: 300px;
  background-color: #fff8f0;
  border: 2px solid #8B4513;
  border-radius: 10px;
  padding: 15px 20px;
  font-size: 1rem;
  color: #5a3e2b;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.benefito {
  display: flex;
  justify-content: center;
  align-items: center;
}

.benefit:hover,
.benefito:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  background-color: #fff0e0;
}

/* Botão padrão */
.botao {
  padding: 12px 24px;
  margin: 10px;
  color: white;
  background-color: #007BFF;
  text-decoration: none;
  border-radius: 16px;
  font-weight: bold;
  transition: background-color 0.3s;
}

.botao:hover {
  background-color: red;
}

/* Botões WhatsApp */
.botoes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.botao-whatsapp {
  flex: 1 1 280px;
  max-width: 350px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #25D366;
  color: white;
  font-weight: bold;
  text-decoration: none;
  padding: 15px 25px;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.botao-whatsapp:hover {
  transform: scale(1.05);
  background-color: #1ebe5d;
}

.icone-whatsapp {
  width: 24px;
  height: 24px;
}

/* Link especial do rodapé */
a.elemento {
  color: white;
  padding: 25px 20px;
  border-radius: 12px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

a.elemento:hover {
  background-color: #2ecc71;
  color: white;
}


/* Rodapé */
footer {
  display: flex;
  flex-direction: row; /*coloca lado a lado os elementos do rodapé */
  justify-content: center;
  align-items: center;
  
  background: blue;
  color: white;
  padding: 10px;
  border-radius: 12px;
  gap: 10px;

}

    /* Rodapé */
    footerl {
      background: blue;
      color: white;
      padding: 25px;
      text-align: center;
	   border-radius: 12px;
    }

    footer img {
      width: 100px;
      border-radius: 8px;
      border: 3px solid #8B4513;
      margin-right: 10px;
      vertical-align: middle;
    }
.Copyright {
  width: 100%;
  height: auto;
  margin-top: 2px;
  margin-left: 12px;
  border: 0px solid;
  border-radius: 10px;
  padding: 2px;
}

.button-container {
  display: flex;
  flex-wrap: wrap; /* botões lado a lado */
        
  justify-content: center;/* permite quebra de linha se necessário */
  align-items: center;
  gap: 10px;                /* espaço entre os botões */
  width: 100%;
  height: 50%;

}
  
.button-container .botao:hover {
  transform: scale(1.05);
  background: linear-gradient(90deg, #0056b3, #003f7f);
}

.button-container .botao {
  display: block;
  width: 50%;   /* ocupa 25% da largura */
  margin-bottom: 10px;              
  padding: 15px;
  font-size: 18px;
  text-align: center;
  border: none;
  background-color: red; 
  color: white;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.frases {
 !--display: flex;
  flex-direction: row;
  font-size: 22px;
  align-items: right;--!
display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: center;
      gap: 3px;
      margin-top: 10px;
}

@media (max-width: 600px) {   
  .button-container {
    flex-direction: row;
    align-items: center;
  }
}
