.elementor-7 .elementor-element.elementor-element-bd3f377{--display:flex;}.elementor-7 .elementor-element.elementor-element-90465f3{--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-1064b55 */body {
  font-family: 'Poppins', sans-serif;
  background: #f4f6f8;
  color: #212529;
  margin: 0;
  padding: 0;
}

.hero {
  background: linear-gradient(to right, #003049, #005f73);
  color: white;
  text-align: center;
  padding: 80px 20px;
}

.container {
  max-width: 500px;
  margin: 0 auto;
}

.hero h1 {
  font-size: 2rem;
  margin-bottom: 20px;
}
.hero h1 span {
  color: #00ffae;
}
.hero p {
  font-size: 1.125rem;
  margin-bottom: 20px;
}

.highlight {
  background-color: rgba(255,255,255,0.1);
  border-left: 5px solid #00ffae;
  padding: 15px;
  margin: 20px 0;
  border-radius: 8px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}

input {
  padding: 14px;
  border-radius: 8px;
  border: none;
  font-size: 1rem;
}

.cta-button {
  background: #00a86b;
  color: white;
  padding: 14px;
  border: none;
  border-radius: 40px;
  font-weight: bold;
  cursor: pointer;
  font-size: 1rem;
  transition: 0.3s;
}
.cta-button:hover {
  background: #007c52;
  transform: scale(1.05);
}

.micro-copy {
  font-size: 0.85rem;
  margin-top: 20px;
  color: #d3f0e4;
}

.footer {
  background: #e9ecef;
  text-align: center;
  padding: 20px;
  color: #6c757d;
  font-size: 0.9rem;
}

@media (max-width: 600px) {
  .hero h1 {
    font-size: 1.5rem;
  }
}/* End custom CSS */
/* Start custom CSS *//* Chrome, Edge e Safari */
body::-webkit-scrollbar {
  width: 10px; /*largura da barra*/
}

body::-webkit-scrollbar-track {
  background: #000000; /*cor do fundo*/
}

body::-webkit-scrollbar-thumb {
  background-color: #1E64F0; /*cor do controle do scroll*/
  border-radius: 10px; /*arredondamento*/
  border: 2px solid #000000; /*borda*/
}

/* Firefox */
@-moz-document url-prefix() {
  * {
    scrollbar-width: 10px;
    scrollbar-color:
                    #C8F0A5 /*cor do controle do scroll*/
                    #000000; /*cor do fundo*/
    -moz-appearance: scrollbar;
  }
}/* End custom CSS */