.elementor-23283 .elementor-element.elementor-element-14cd63e{--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;}.elementor-23283 .elementor-element.elementor-element-a208b1b{--spacer-size:46px;}.elementor-23283 .elementor-element.elementor-element-5755cf7 > .elementor-widget-container{margin:34px 0px 10px 0px;}.elementor-23283 .elementor-element.elementor-element-5755cf7{text-align:center;}.elementor-23283 .elementor-element.elementor-element-5755cf7 .elementor-heading-title{font-size:24px;line-height:27px;color:#FFFFFF;}.elementor-23283 .elementor-element.elementor-element-040dbc8{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;}.elementor-23283 .elementor-element.elementor-element-c1f0ad1{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--border-radius:26px 26px 26px 26px;}.elementor-23283 .elementor-element.elementor-element-c1f0ad1:not(.elementor-motion-effects-element-type-background), .elementor-23283 .elementor-element.elementor-element-c1f0ad1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#CF004E00;}body.elementor-page-23283:not(.elementor-motion-effects-element-type-background), body.elementor-page-23283 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://undb.edu.br/wp-content/uploads/2025/04/BG_Banner_Intake.png");background-repeat:no-repeat;background-size:cover;}@media(min-width:768px){.elementor-23283 .elementor-element.elementor-element-14cd63e{--content-width:829px;}.elementor-23283 .elementor-element.elementor-element-040dbc8{--content-width:758px;}.elementor-23283 .elementor-element.elementor-element-c1f0ad1{--width:100%;}}@media(min-width:1025px){body.elementor-page-23283:not(.elementor-motion-effects-element-type-background), body.elementor-page-23283 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}@media(max-width:767px){.elementor-23283 .elementor-element.elementor-element-5755cf7 .elementor-heading-title{font-size:18px;line-height:1.1em;}}/* Start custom CSS for heading, class: .elementor-element-5755cf7 *//* Estilo geral do bloco */
.texto-destaque p {
  text-align: center; /* Centraliza o texto */
  color: #ffffff; /* Texto branco */
  
  font-weight: bold; /* Texto em negrito */
  
}

/* Estilo da parte com fundo rosa */
.texto-destaque .fundo-rosa {
  background-color: #c92b78; /* Rosa igual ao usado no formulário */
  padding: 5px 10px;
  display: inline-block;
  margin-top: 10px;
  border-radius: 3px; /* Cantos levemente arredondados (opcional) */
}

/* Estilo para o botão de enviar */
form input[type="submit"],
form button[type="submit"] {
  background-color: #5c9c32; /* Verde (tom bonito) */
  color: #ffffff; /* Texto branco */
  font-weight: bold;
  font-size: 18px;
  padding: 15px 0;
  width: 100%;
  border: none;
  border-radius: 10px; /* Cantos arredondados */
  cursor: pointer;
  transition: background-color 0.3s ease; /* Suaviza o hover */
  text-transform: uppercase;
  margin-top: 30px; /* Espaço acima do botão */
}

/* Efeito hover: muda fundo para rosa, mantendo fonte branca */
form input[type="submit"]:hover,
form button[type="submit"]:hover {
  background-color: #c92b78; /* Fundo rosa */
  color: #ffffff; /* Texto continua branco */
}


/* Estilizar o input de envio de arquivo */
form input[type="file"] {
  display: block;
  margin: 20px auto; /* Centraliza */
  padding: 10px;
  background-color: #ffffff; /* Fundo branco */
  color: #c92b78; /* Texto rosa */
  font-weight: bold;
  font-size: 16px;
  border: 2px dashed #c92b78; /* Borda tracejada rosa */
  border-radius: 8px;
  width: 100%; /* Deixe a largura adaptável */
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
}

/* Quando passa o mouse */
form input[type="file"]:hover {
  background-color: #ffe6f0; /* Rosa bem clarinho */
  border-color: #a31f5f; /* Rosa mais escuro */
}

/* Para esconder o texto "Nenhum arquivo selecionado" (opcional avançado) */
form input[type="file"]::-webkit-file-upload-button {
  visibility: hidden;
}

/* Customiza o botão */
form input[type="file"]::before {
  content: 'Selecionar Arquivo';
  display: inline-block;
  background: #c92b78;
  color: white;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

/* Hover no botão fake */
form input[type="file"]:hover::before {
  background-color: #a31f5f;
}/* End custom CSS */
/* Start custom CSS for hubspot-form, class: .elementor-element-33ad6fa *//* Estilo geral do formulário */
form {
  background-color: #c92b78; /* Fundo rosa */
  padding: 30px;
  border-radius: 15px; /* Cantos arredondados */
  max-width: 900px; /* Limita a largura */
  margin: 0 auto; /* Centraliza o formulário na página */
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2); /* Sombra suave */
  font-family: 'Montserrat', sans-serif;
}

/* Remove os pontos das listas UL e OL */
form ul, form ol {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

/* Estilo dos campos de input e select */
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form input[type="date"],
form select,
form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border: none;
  border-radius: 5px;
  background-color: #ffffff; /* Campo branco */
  font-size: 16px;
  box-sizing: border-box;
  color: #333333; /* Texto interno dos inputs escuro */
}

/* Corrigir o campo de data */
form input[type="date"]::-webkit-datetime-edit-text,
form input[type="date"]::-webkit-datetime-edit-month-field,
form input[type="date"]::-webkit-datetime-edit-day-field,
form input[type="date"]::-webkit-datetime-edit-year-field {
  color: #333333; /* Texto visível no date picker */
}
form input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(0); /* Ícone visível */
}

/* Estilo dos rótulos e textos */
form label,
form p,
form legend,
form strong {
  color: #ffffff; /* Mantém rótulos e parágrafos brancos */
  font-size: 16px;
  font-weight: bold;
}

/* Estilo dos radio buttons */
form input[type="radio"] {
  margin-right: 8px;
  transform: scale(1.2); /* Radio maior */
  accent-color: #5c9bc0; /* Azul nos selecionados */
}

/* Estilo dos links */
form a {
  color: #ffffff;
  text-decoration: underline;
}

/* Estilo para o botão de enviar */
form input[type="submit"],
form button[type="submit"] {
  background-color: #5c9c32; /* Verde padrão */
  color: #ffffff; /* Texto branco */
  font-weight: bold;
  font-size: 18px;
  padding: 15px 0;
  width: 100%;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-transform: uppercase;
  margin-top: 30px; /* Espaço acima do botão */
}

/* Efeito hover no botão */
form input[type="submit"]:hover,
form button[type="submit"]:hover {
  background-color: #c92b78; /* Rosa no hover */
  color: #ffffff; /* Texto continua branco */
}

/* Responsividade para celular */
@media (max-width: 600px) {
  form {
    padding: 20px;
  }
}

/* Estiliza a caixa SELECT fechada */
form select {
  width: 100%;
  padding: 12px 20px;
  background-color: #ffffff; /* Fundo branco */
  border: 2px solid #c92b78; /* Borda rosa */
  border-radius: 8px;
  color: #c92b78; /* Texto rosa */
  font-weight: bold;
  font-size: 16px;
  appearance: none; /* Remove o estilo padrão feio */
  background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23c92b78" class="bi bi-caret-down-fill" viewBox="0 0 16 16"><path d="M7.247 11.14l-4.796-5.481C2.07 5.22 2.523 4.5 3.32 4.5h9.36c.797 0 1.25.72.869 1.16l-4.796 5.48a1 1 0 0 1-1.506 0z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 16px 16px;
}

/* Hover e foco para o SELECT */
form select:hover,
form select:focus {
  border-color: #a31f5f;
  outline: none;
}

/* Estiliza o menu dropdown de opções (depende do navegador) */
form select option {
  background-color: #ffffff; /* Cor do fundo das opções */
  color: #c92b78; /* Cor do texto das opções */
  padding: 10px;
  font-size: 16px;
}

/* Quando uma opção estiver selecionada */
form select option:checked {
  background-color: #ffe6f0; /* Fundo rosa claro quando selecionada */
  color: #a31f5f;
}/* End custom CSS */