.site-footer{
  padding: 90px 24px 50px;
  text-align:center;
  background:#fff;
  color:#111;
}

.site-footer__logo{
  margin-bottom:40px;
}

.site-footer__logo img{
  width:auto;
  height:72px;
}

.site-footer__address{
  font-size:14px;
  line-height:1.9;
  margin-bottom:36px;
  opacity:.82;
}

.site-footer__address p{
  margin:0;
}

.site-footer__social{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:26px;
  margin-bottom:42px;
}

.site-footer__social img{
  width:28px;
  height:28px;
  transition:transform .25s ease, opacity .25s ease;
}

.site-footer__social a:hover img{
  transform:scale(1.08);
  opacity:.7;
}

.site-footer__bottom{
  font-size:12px;
  line-height:1.8;
  opacity:.72;
}

.site-footer__legal{
  margin-top:10px;
}

.site-footer__legal a{
  color:#111;
  text-decoration:none;
  margin:0 10px;
}

.site-footer__legal a:hover{
  opacity:.65;
}

@media (max-width:768px){

  .site-footer{
    padding:70px 20px 40px;
  }

  .site-footer__logo img{
    height:58px;
  }

  .site-footer__social{
    gap:18px;
    flex-wrap:wrap;
  }

  .site-footer__social img{
    width:24px;
    height:24px;
  }

  .site-footer__address{
    font-size:13px;
  }
}

/* =========================
   WHATSAPP FLOAT
========================= */

.wa-float{
  position:fixed;
  right:28px;
  bottom:28px;
  z-index:99999;

  width:58px;
  height:58px;
  overflow:hidden;

  display:flex;
  align-items:center;
  justify-content:center;

  border-radius:999px;
  background:#1f1f1f;
  color:#fff;
  text-decoration:none;

  box-shadow:
    0 10px 30px rgba(0,0,0,.18);

  transition:
    width .35s ease,
    transform .25s ease,
    background .25s ease;
}

.wa-float:hover{
  width:190px;
  background:#111;
}

.wa-float__label{
  position:absolute;
  left:24px;

  font-size:11px;
  letter-spacing:.22em;
  text-transform:uppercase;

  opacity:0;
  transform:translateX(-10px);

  transition:
    opacity .25s ease,
    transform .25s ease;
}

.wa-float:hover .wa-float__label{
  opacity:1;
  transform:translateX(0);
}

.wa-float__icon{
  position:absolute;
  right:22px;

  font-size:16px;
  line-height:1;
}

@media (max-width:768px){

  .wa-float{
    right:18px;
    bottom:18px;
  }
}

/* =========================
   FIX BOOTSTRAP WHATSAPP
========================= */

.wa-float,
.wa-float:visited,
.wa-float:hover{
  color:#fff !important;
  text-decoration:none !important;
}

.wa-float__icon,
.wa-float__icon i,
.wa-float__icon svg{
  color:#fff !important;
  fill:#fff !important;
}

.wa-float__label{
  color:#fff !important;
}
