.elementor-126 .elementor-element.elementor-element-0825477{--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-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-34e735c *//* ===========================
   SANYFONT – FOOTER
   =========================== */

.sany-footer{
  background: #0B73B8;
  color: #ffffff;
}

.sany-footer__inner{
  width: min(1200px, 92%);
  margin: 0 auto;
  padding: clamp(40px, 6vw, 70px) 0;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: clamp(28px, 4vw, 60px);
}

/* Brand */
.sany-footer__brand img{
  max-width: 180px;
  margin-bottom: 14px;
}

.sany-footer__brand p{
  margin: 0;
  line-height: 1.7;
  opacity: 0.9;
  max-width: 38ch;
}

/* Blocks */
.sany-footer__block h4{
  margin: 0 0 14px 0;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #F2A000;
}

.sany-footer__block ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.sany-footer__block li{
  line-height: 1.6;
  opacity: 0.95;
}

.sany-footer__block a{
  color: #ffffff;
  text-decoration: none;
  transition: color .15s ease;
}

.sany-footer__block a:hover{
  color: #F2A000;
}

/* Bottom */
.sany-footer__bottom{
  border-top: 1px solid rgba(255,255,255,0.15);
  padding: 14px 0;
  text-align: center;
  font-size: 14px;
  opacity: 0.85;
}

/* ======================
   RESPONSIVE
   ====================== */
@media (max-width: 900px){
  .sany-footer__inner{
    grid-template-columns: 1fr;
    text-align: center;
  }

  .sany-footer__brand p{
    margin: 0 auto;
  }

  .sany-footer__block ul{
    justify-items: center;
  }
}
/* ===========================
   ICONOS REDES SOCIALES
   =========================== */

.sany-footer__social{
  display: flex;
  gap: 14px;
  margin-top: 16px;
}

.sany-footer__social a{
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: rgba(255,255,255,0.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background .15s ease, transform .15s ease;
}

.sany-footer__social a:hover{
  background: #F2A000;
  transform: translateY(-2px);
}

.sany-footer__social svg{
  width: 18px;
  height: 18px;
  fill: #ffffff;
}

/* ===========================
   ICONOS LEGALES
   =========================== */

.sany-footer__legal .icon{
  margin-right: 6px;
  font-size: 16px;
}

/* Responsive ajuste */
@media (max-width: 900px){
  .sany-footer__social{
    justify-content: center;
  }
}/* End custom CSS */