.elementor-34 .elementor-element.elementor-element-ebf9c77{--display:flex;--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-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for container, class: .elementor-element-ebf9c77 */.sb-footer{
  background:#5b2333;
  color:white;
  margin-top:60px;
}

.sb-footer__top{
  padding:60px 20px;
}

.sb-wrap{
  max-width:1100px;
  margin:auto;
}

.sb-footer__grid{
  display:grid;
  grid-template-columns:2fr 1fr 1fr;
  gap:40px;
}

.sb-footer__logo{
  font-size:28px;
  font-weight:700;
  margin-bottom:10px;
}

.sb-footer__tagline{
  opacity:.9;
  line-height:1.5;
  margin-bottom:15px;
}

.sb-footer__links{
  list-style:none;
  padding:0;
  margin:0;
}

.sb-footer__links li{
  margin-bottom:8px;
}

.sb-footer__links a{
  color:white;
  text-decoration:none;
  opacity:.9;
}

.sb-footer__links a:hover{
  opacity:1;
}

/* CTA */
.sb-btn{
  display:inline-block;
  padding:12px 20px;
  background:white;
  color:#5b2333;
  text-decoration:none;
  border-radius:30px;
  font-weight:600;
}

.sb-footer__ctaRow{
  margin:15px 0;
}

/* SOCIAL */
.sb-footer__social{
  display:flex;
  gap:10px;
}

.sb-social{
  width:40px;
  height:40px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.15);
  color:white;
  transition:.3s;
}

.sb-social:hover{
  background:#1877f2;
  transform:translateY(-3px);
}

/* BOTTOM */
.sb-footer__bottom{
  border-top:1px solid rgba(255,255,255,.2);
  padding:20px;
  text-align:center;
  font-size:14px;
}

/* MOBILE */
@media (max-width:768px){
  .sb-footer__grid{
    grid-template-columns:1fr;
    gap:30px;
  }
}
/* ======================================================
   FIX BOUTON PLANITY FOOTER SOABEL
====================================================== */

.sb-footer .sb-btn--primary{
  display:inline-flex !important;
  background: linear-gradient(135deg, #5b2333, #3e1723) !important;
  color:#fff !important;
  border:none !important;
  opacity:1 !important;
  visibility:visible !important;
}

.sb-footer .sb-btn--primary:hover{
  background:#3e1723 !important;
}/* End custom CSS */