.elementor-23 .elementor-element.elementor-element-73ac97a{--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-ebe96d0 */.sobre-bloco {
  background: #1A1237;
  padding: 60px 30px;
  color: #fff;
  font-family: 'Poppins', sans-serif; /* ou a fonte que você usa no site */
  border-radius: 16px;
  max-width: 900px;
  margin: auto;
  animation: fadeInSobre 1.2s ease-in;
}

.sobre-bloco h2 {
  color: #ff9100;
  font-size: 28px;
  margin-bottom: 20px;
  text-align: center;
}

.sobre-bloco p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #e0e0e0;
  text-align: justify;
}

.sobre-bloco a.botao {
  display: inline-block;
  margin-top: 30px;
  padding: 12px 24px;
  background: #2ad710;
  color: #1A1237;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.sobre-bloco a.botao:hover {
  filter: brightness(0.9);
  transform: translateY(-2px);
}

@keyframes fadeInSobre {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}/* End custom CSS */