

header.fixed.scrolled .header_bottom, header.fixed.scrolled .header_top, header.fixed_hiding.scrolled .header_bottom, header.fixed_hiding.scrolled .header_top {
    background: #00578f;
    background: -moz-linear-gradient(left, #00578f 0%, #009bda 100%);
    background: -webkit-linear-gradient(left, #00578f 0%,#009bda 100%);
    background: linear-gradient(to right, #00578f 0%,#009bda 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00578f', endColorstr='#009bda',GradientType=1 );
}

/* erro parallax slider */
.content > .content_inner > .full_width {
    position: relative !important;
    z-index: 5000;
}
/* Estilo para o bloco inteiro do formulário */
.bloco-formulario-completo {
  background-color: white;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  max-width: 100%;
}

/* Estilo dos campos */
.bloco-formulario-completo input[type="text"],
.bloco-formulario-completo input[type="email"],
.bloco-formulario-completo textarea {
  width: 100%;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background: #f9f9f9;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  color: #333;
  margin-bottom: 12px;
  box-sizing: border-box;
}

/* Textarea */
.bloco-formulario-completo textarea {
  resize: none;
  min-height: 40px;
}

/* Botão */
.bloco-formulario-completo .botao-saiba-mais {
  display: inline-block;
  padding: 12px 24px;
  background-color: #009BDA;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.bloco-formulario-completo .botao-saiba-mais:hover {
  transform: scale(1.02);
  background-color: #007fb3;
}

/* Checkbox */
.bloco-formulario-completo label {
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  color: #333;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px; /* adiciona espaço entre o consentimento e o botão */
}


.bloco-formulario-completo input[type="checkbox"] {
  margin-top: 4px;
}

.contact-info h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #000;
  line-height: 1.1;
  text-align: center;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

