.elementor-23232 .elementor-element.elementor-element-7ff1cff{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-23232 .elementor-element.elementor-element-c257afb > .elementor-widget-container{margin:85px 0px 0px 0px;}.elementor-23232 .elementor-element.elementor-element-1f9a8a9 > .elementor-widget-container{margin:34px 0px 10px 0px;}.elementor-23232 .elementor-element.elementor-element-1f9a8a9{text-align:center;}.elementor-23232 .elementor-element.elementor-element-1f9a8a9 .elementor-heading-title{font-size:24px;line-height:27px;color:#FFFFFF;}.elementor-23232 .elementor-element.elementor-element-4e8475e{color:#FFFFFF;}.elementor-23232 .elementor-element.elementor-element-b09a9dd > .elementor-widget-container{margin:15px 0px 0px 0px;}.elementor-23232 .elementor-element.elementor-element-b09a9dd{text-align:start;}.elementor-23232 .elementor-element.elementor-element-b09a9dd .elementor-heading-title{font-size:24px;color:#FFFFFF;}body.elementor-page-23232:not(.elementor-motion-effects-element-type-background), body.elementor-page-23232 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://undb.edu.br/wp-content/uploads/2025/04/BG-LP-1-1.png");background-position:center center;background-repeat:no-repeat;background-size:cover;}@media(min-width:768px){.elementor-23232 .elementor-element.elementor-element-7ff1cff{--content-width:890px;}}@media(min-width:1025px){body.elementor-page-23232:not(.elementor-motion-effects-element-type-background), body.elementor-page-23232 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}@media(max-width:767px){.elementor-23232 .elementor-element.elementor-element-1f9a8a9 .elementor-heading-title{font-size:18px;line-height:1.1em;}}/* Start custom CSS for heading, class: .elementor-element-1f9a8a9 *//* 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 */
}/* End custom CSS */