.elementor-292 .elementor-element.elementor-element-d21d03a{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-292 .elementor-element.elementor-element-d21d03a:not(.elementor-motion-effects-element-type-background), .elementor-292 .elementor-element.elementor-element-d21d03a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-blocksy_palette_1 );}.elementor-292 .elementor-element.elementor-element-d21d03a.e-con{--order:99999 /* order end hack */;}.elementor-292 .elementor-element.elementor-element-71608fe .elementor-heading-title a:hover, .elementor-292 .elementor-element.elementor-element-71608fe .elementor-heading-title a:focus{color:var( --e-global-color-text );}.elementor-292 .elementor-element.elementor-element-71608fe .elementor-heading-title a{transition-duration:0s;}.elementor-292 .elementor-element.elementor-element-946a2a0.elementor-element{--align-self:flex-start;--order:99999 /* order end hack */;--flex-grow:1;--flex-shrink:0;}.elementor-292 .elementor-element.elementor-element-946a2a0{text-align:end;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-292 .elementor-element.elementor-element-71608fe{width:100%;max-width:100%;text-align:center;}.elementor-292 .elementor-element.elementor-element-946a2a0{width:100%;max-width:100%;}}/* Start custom CSS for heading, class: .elementor-element-946a2a0 */<footer class="footer-container">
  <div class="footer-content">
    <p class="footer-copyright">
      © 2026 A.L.P AGÊNCIA. Todos os direitos reservados.
    </p>
  </div>
</footer>/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-d21d03a */.footer-container {
  background-color: #0a0a0a; /* Fundo escuro conforme a imagem */
  padding: 2rem 1rem;
  width: 100%;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; /* Um em cada lado */
  align-items: center;
  flex-wrap: wrap; /* Permite quebrar a linha em telas pequenas */
  gap: 1rem;
}

.footer-logo {
  color: #FFC929; /* O amarelo que estamos usando */
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: uppercase;
}

.footer-copyright {
  color: #666666; /* Cinza mais suave para os direitos */
  font-family: sans-serif;
  font-size: 0.875rem;
  margin: 0;
}

/* Responsividade para Celular */
@media (max-width: 768px) {
  .footer-content {
    flex-direction: column; /* Empilha um em cima do outro */
    text-align: center;
  }
}/* End custom CSS */