.elementor-636 .elementor-element.elementor-element-318bc57{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-b1fda49 *//* --- ESTILOS GERAIS PARA PÁGINAS DE CAPTURA/OBRIGADO --- */
body {
  background-color: #f8f9fa; /* Fundo cinza claro para a página toda */
  font-family: 'Segoe UI', 'Roboto', Arial, sans-serif;
  margin: 0;
}

.pagina-container {
  display: flex;
  align-items: center; /* Centraliza verticalmente */
  justify-content: center; /* Centraliza horizontalmente */
  min-height: 100vh; /* Ocupa a altura inteira da tela */
  padding: 2rem;
  box-sizing: border-box;
}

.caixa-conteudo {
  background-color: #ffffff;
  padding: 2.5rem 3rem;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  max-width: 600px;
  width: 100%;
  text-align: center;
}

.caixa-conteudo h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2D3748;
  margin-top: 0;
  margin-bottom: 1rem;
}

.caixa-conteudo p {
  color: #4A5568;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.caixa-conteudo p strong {
  color: #2D3748;
  font-weight: 700;
}


/* --- ESTILOS DOS BOTÕES --- */
.btn {
  display: inline-block;
  padding: 1rem 1.5rem;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s, background-color 0.2s, background 0.2s;
  margin-top: 1rem;
}

.btn:hover {
  transform: translateY(-2px);
}

/* Estilo específico para o botão do Instagram */
.btn-instagram {
  color: #ffffff;
  /* Gradiente com as cores do Instagram */
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}


/* --- RESPONSIVIDADE --- */
@media (max-width: 640px) {
  .caixa-conteudo {
    padding: 2rem 1.5rem;
  }
  .caixa-conteudo h1 {
    font-size: 2rem;
  }
  .caixa-conteudo p {
    font-size: 1rem;
  }
}/* End custom CSS */