.elementor-widget-container > .uael-party-propz-wrap i{color:var( --e-global-color-primary );}.elementor-widget-container > .uael-party-propz-wrap svg{fill:var( --e-global-color-primary );}.elementor-318 .elementor-element.elementor-element-39d376d{--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;}.elementor-widget-html .uael-party-propz-widget-wrap i{color:var( --e-global-color-primary );}.elementor-widget-html .uael-party-propz-widget-wrap svg{fill:var( --e-global-color-primary );}.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-d4c1a5e *//* ===== Footer Base ===== */
.site-footer{
  padding: 48px 0 24px 0;
  border-top: 1px solid rgba(255,255,255,0.10);
}

/* ===== Aviso ===== */
.footer-notice{
  max-width: 64rem;
  margin: 0 auto 48px auto;
  padding: 0 18px;
}

.notice-card{
  display:flex;
  gap:16px;
  align-items:flex-start;

  padding:24px;
  border-radius:18px;

  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.notice-icon{
  color:#d4af37;
  flex:0 0 auto;
  margin-top:4px;
}

.notice-title{
  margin:0 0 8px 0;
  font-weight:800;
  color:#ffffff;
}

.notice-text{
  margin:0;
  font-size:14px;
  line-height:1.7;
  color:#94a3b8;
}

/* ===== Linha Principal ===== */
.footer-main{
  max-width: 64rem;
  margin: 0 auto;
  padding: 0 18px;

  display:flex;
  flex-direction:column;
  align-items:center;
  gap:18px;
  text-align:center;
}

/* ===== Logo / Marca ===== */
.footer-brand{
  display:flex;
  align-items:center;
  gap:12px;
}

/* IMAGEM DA LOGO */
.footer-logo{
  width:100%;
  height:40px;
  object-fit:contain;
  border-radius:8px;
}

/* TEXTO DA LOGO (Fallback) */
.footer-logo-text{
  display:flex;
  align-items:baseline;
  gap:6px;
}

.brand-name{
  font-weight:900;
  color:#ffffff;
  font-size:18px;
}

.brand-tag{
  font-weight:600;
  color:#d4af37;
}

/* ===== Créditos ===== */
.footer-credits{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:12px;
  font-size:14px;
  color:#94a3b8;
}

.credit-item{
  display:flex;
  align-items:center;
  gap:8px;
}

.credit-icon{
  width:18px;
  height:18px;
}

.credit-icon.gold{ color:#d4af37; }
.credit-icon.blue{ color:#3B82F6; }

.gold-text{
  color:#d4af37;
  font-weight:700;
}

.dot{
  opacity:0.5;
}

/* ===== Copy ===== */
.footer-copy{
  margin-top:8px;
  font-size:13px;
  color:#94a3b8;
}

/* ===== Entrada Suave ===== */
.site-footer{
  opacity:0;
  transform: translateY(16px);
  animation: footerIn .8s ease forwards;
}

@keyframes footerIn{
  to{ opacity:1; transform:translateY(0); }
}/* End custom CSS */