.elementor-3721 .elementor-element.elementor-element-e7a6b66{--display:flex;--min-height:0px;--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;--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-3721 .elementor-element.elementor-element-e7a6b66:not(.elementor-motion-effects-element-type-background), .elementor-3721 .elementor-element.elementor-element-e7a6b66 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-text );}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-3721 .elementor-element.elementor-element-4ba963a{width:var( --container-widget-width, 15.986% );max-width:15.986%;--container-widget-width:15.986%;--container-widget-flex-grow:0;top:69.965px;}.elementor-3721 .elementor-element.elementor-element-4ba963a.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:0;}body:not(.rtl) .elementor-3721 .elementor-element.elementor-element-4ba963a{left:482.996px;}body.rtl .elementor-3721 .elementor-element.elementor-element-4ba963a{right:482.996px;}.elementor-3721 .elementor-element.elementor-element-2a8e478{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-3721:not(.elementor-motion-effects-element-type-background), .elementor-3721 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0B0B0B;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for html, class: .elementor-element-2a8e478 */.main-footer {
  background-color: #2d2d2d;
  color: #fff;
  padding: 40px 20px 10px 20px; /* padding reduzido */
  font-size: 14px;
}

.container-footer {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px; /* gap menor */
  align-items: center; /* alinhar verticalmente os itens */
}

.footer-logo {
  width: 100%;
  height: 60px; /* altura do espaço do logo menor */
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0; /* tirando espaçamento extra */
}

.footer-menu ul li {
  margin-bottom: 8px; /* espaçamento menor entre os links */
}

.footer-menu ul li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 500;
}

.footer-menu ul li a:hover {
  color: #FFD700;
}

.footer-contact p,
.footer-contact a {
  margin: 4px 0;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}

.footer-contact a:hover {
  color: #FFD700;
}

.social-links a {
  color: #fff;
  text-decoration: none;
  margin-right: 10px;
  font-weight: 500;
}

.social-links a:hover {
  color: #FFD700;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px; /* menor espaço antes da linha final */
  font-size: 12px;
  color: #aaa;
}/* End custom CSS */