.elementor-23217 .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-23217 .elementor-element.elementor-element-c257afb > .elementor-widget-container{margin:85px 0px 0px 0px;}.elementor-23217 .elementor-element.elementor-element-1f9a8a9 > .elementor-widget-container{margin:34px 0px 10px 0px;}.elementor-23217 .elementor-element.elementor-element-1f9a8a9{text-align:center;}.elementor-23217 .elementor-element.elementor-element-1f9a8a9 .elementor-heading-title{font-size:24px;line-height:27px;color:#FFFFFF;}.elementor-23217 .elementor-element.elementor-element-1f8f746 .elementor-repeater-item-fd64d06.eb-accordion-item .eb-accordion-header{background:var( --e-global-color-primary );}.elementor-23217 .elementor-element.elementor-element-1f8f746 .elementor-repeater-item-fd64d06.eb-accordion-item .eb-accordion-header, .elementor-23217 .elementor-element.elementor-element-1f8f746 .elementor-repeater-item-fd64d06.eb-accordion-item .eb-accordion-header:before{color:#FFFFFF;}.elementor-23217 .elementor-element.elementor-element-1f8f746 > .elementor-widget-container{margin:-46px 0px 0px 0px;padding:20px 20px 0px 20px;}.elementor-23217 .elementor-element.elementor-element-5cc1082 > .elementor-widget-container{margin:0px 0px 30px 0px;padding:0px 0px 0px 0px;}body.elementor-page-23217:not(.elementor-motion-effects-element-type-background), body.elementor-page-23217 > .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-23217 .elementor-element.elementor-element-7ff1cff{--content-width:890px;}}@media(min-width:1025px){body.elementor-page-23217:not(.elementor-motion-effects-element-type-background), body.elementor-page-23217 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}@media(max-width:767px){.elementor-23217 .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 */
/* Start custom CSS for html, class: .elementor-element-5a2f9b1 *//* Estilização da seção geral */
.secao-informacoes {
  background: none; /* Fundo transparente */
  padding: 40px 20px;
  border-radius: 15px;
  color: #ffffff; /* Texto branco */
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

/* Estilização do título */
.secao-informacoes h2 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 30px;
  color: #ffffff; /* Mantém o título branco */
  line-height: 1.3;
}

/* Estilização da lista */
.secao-informacoes ul {
  list-style: none; /* Remove os pontos da lista */
  padding: 0;
  margin: 0 auto;
  max-width: 800px;
}

/* Estilização dos itens da lista */
.secao-informacoes ul li {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.5;
}

/* Destaque para negritos */
.secao-informacoes strong {
  color: #ffd700; /* Destaque amarelo ouro */
  font-weight: bold;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5cc1082 *//* Container dos botões */
.botoes-redacao {
  display: flex;
  justify-content: center;
  gap: 20px; /* Espaço entre os botões */
  max-width: 900px;
  margin: 0px auto 0 auto; /* Centraliza */
  padding: 0 20px;
}

/* Estilo dos botões */
.botao-redacao {
  flex: 1; /* Faz os dois botões terem o MESMO tamanho */
  background-color: #c92b78; /* Fundo rosa */
  color: #ffffff; /* Texto branco */
  text-decoration: none;
  text-align: center;
  padding: 18px 0;
  font-weight: bold;
  font-size: 18px;
  border-radius: 8px;
  text-transform: uppercase;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

/* Efeito hover nos botões */
.botao-redacao:hover {
  background-color: #a01e5a; /* Rosa mais escuro no hover */
  color: #ffffff; /* Texto branco */
  transform: translateY(-3px); /* Sobe levemente */
}

/* Responsividade: em celular, os botões ficam um embaixo do outro */
@media (max-width: 600px) {
  .botoes-redacao {
    flex-direction: column;
    gap: 15px;
  }
}/* End custom CSS */