.elementor-1169 .elementor-element.elementor-element-bdcfd4c{--display:flex;--min-height:600px;--justify-content:space-evenly;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1169 .elementor-element.elementor-element-3dfac98{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1169 .elementor-element.elementor-element-3dfac98.elementor-element{--align-self:stretch;--flex-grow:1;--flex-shrink:0;}.elementor-1169:not(.elementor-motion-effects-element-type-background), .elementor-1169 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-9f33943 );}.elementor-1169{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-3dfac98 */.footer {
  background-color: #0e211e;
  color: white;
  padding: 60px 20px 40px; /* ↑ mais altura no topo */
  font-family: Arial, sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  gap: 20px; /* adiciona espaço entre colunas */
}

.footer-column {
  flex: 1 1 220px;
  margin: 10px 0;
}

.footer-column h4 {
  color: #ffffe1;
  margin-bottom: 12px;
  font-size: 16px;
}

.footer-column p,
.footer-column a {
  color: white;
  font-size: 14px;
  text-decoration: none;
  line-height: 1.6;
}

.footer-column a:hover {
  text-decoration: underline;
}

.logo {
  width: 150px;
  margin-bottom: 16px;
}

.social-icons {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}

.social-icons img {
  width: 24px;
  height: 24px;
}

h3 {
  color: #ffffe1;
}

.vox {
  text-align: center;
  margin-top: 30px;
  font-size: 13px;
}

.rodape {
  margin-top: 30px;
  font-size: 11px;
  color: #ffffe1;
  line-height: 1.5;
  text-align: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

/* Mobile ajustes */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-column {
    width: 100%;
    margin-bottom: 24px;
  }

  .vox,
  .rodape {
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
  }
}/* End custom CSS */
/* Start custom CSS */html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#main {  /* ou .elementor-location-single, se você usar Elementor Theme Builder */
  flex: 1;
}/* End custom CSS */