.elementor-135 .elementor-element.elementor-element-9d1fb1a{--display:flex;--min-height:261px;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:flex-start;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-135 .elementor-element.elementor-element-9d1fb1a:not(.elementor-motion-effects-element-type-background), .elementor-135 .elementor-element.elementor-element-9d1fb1a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-135 .elementor-element.elementor-element-9d1fb1a.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-135 .elementor-element.elementor-element-9d1fb1a{--width:100.006%;}}/* Start custom CSS for html, class: .elementor-element-9530b16 */.site-footer {
  background-color: #000;
  padding: 50px 0px;
  color: #fff;
  font-family: 'Inter', sans-serif;
}

.site-footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-column {
  flex: 1 1 280px;
}

/* === LOGO STYLING === */
.footer-logo img,
.footer-logo .custom-logo {
  max-width: 120px;
  height: auto;
  display: block;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 10px rgba(0, 162, 255, 0.5)); /* efeito glow azul */
}

.site-footer h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}

.site-footer a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}

.site-footer a:hover {
  color: #3b82f6;
}

.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer ul li {
  margin-bottom: 10px;
}

.site-footer p {
  color: #bbb;
  line-height: 1.6;
}

.social-icons a {
  display: inline-block;
  margin-right: 16px;
  font-size: 20px;
  color: #fff;
  transition: transform 0.3s ease, color 0.3s ease;
}

.social-icons a:hover {
  color: #3b82f6;
  transform: scale(1.1);
}

.footer-bottom {
  border-top: 1px solid #1f1f1f;
  margin-top: 40px;
  padding-top: 20px;
  font-size: 14px;
  color: #777;
  text-align: center;
}

/* === RESPONSIVO === */
@media (max-width: 768px) {
 
  .site-footer .container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-column {
    flex: 1 1 100%;
  }

  .footer-logo img {
    max-width: 120px;
    align-items:center;
  }

  .social-icons {
    justify-content: center;
  }
}/* End custom CSS */