.elementor-1090 .elementor-element.elementor-element-3d03523{--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-45a0e2d */.footer {
  width: 100%;
  border-top: 1px solid rgba(0,0,0,0.05);
  background: #ffffff;
  padding: 3rem 0;
}

.footer-container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

/* GRID BASE */
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 3rem;
}

/* LOGO */
.footer-logo-wrapper {
  display: flex;
  align-items: center;
}

.footer-logo-img {
  width: 9rem;
  height: 6rem;
}

.footer-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-desc {
  margin-top: 1rem;
  font-size: 0.875rem;
  color: #4b5563;
  line-height: 1.5;
}

/* TITULOS */
.footer-title {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
}

.footer-list li {
  margin-bottom: 0.5rem;
}

.footer-link {
  color: #374151;
  text-decoration: none;
  transition: .25s;
}

.footer-link:hover {
  color: #4F46E5;
}

.footer-icon-item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.875rem;
}

/* FOOTER BOTTOM */
.footer-bottom {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 0.75rem;
  color: #6b7280;
}

.footer-bottom a {
  text-decoration: none;
  color: inherit;
}

/* WHATSAPP BOTÃO */
.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  background: #25D366;
  padding: 14px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: transform .2s ease;
}

.whatsapp-btn:hover {
  transform: scale(1.08);
}

.whatsapp-icon {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

/* ===== RESPONSIVO MOBILE ===== */
@media (max-width: 768px) {

  .footer {
    padding: 2.5rem 0;
  }

  .footer-container {
    padding: 0 1.25rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 2rem;
  }

  .footer-logo-wrapper {
    justify-content: center;
  }

  .footer-desc {
    max-width: 320px;
    margin: 1rem auto;
  }

  .footer-list {
    align-items: center;
  }

  .footer-icon-item {
    justify-content: center;
  }

  .footer-bottom {
    text-align: center;
  }

  .whatsapp-btn {
    right: 16px;
    bottom: 16px;
  }
}

/* DESKTOP */
@media (min-width: 769px) {
  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}/* End custom CSS */