.elementor-40 .elementor-element.elementor-element-061152d{--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-aca5c02 *//* ========== SABOREA FOOTER ========== */
.saborea-footer{
  background:#111111;
  color:#ffffff;
  font-family: inherit;
}

.saborea-footer__wrap{
  max-width:1200px;
  margin:0 auto;
  padding:50px 20px 40px;
  display:grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap:28px;
}

.saborea-footer__title{
  font-size:22px;
  letter-spacing:0.5px;
  font-weight:700;
  margin-bottom:10px;
}

.saborea-footer__subtitle{
  font-size:14px;
  text-transform:uppercase;
  letter-spacing:1.2px;
  color:#cfcfcf;
  margin-bottom:12px;
  font-weight:600;
}

.saborea-footer__text{
  margin:0;
  color:#cfcfcf;
  line-height:1.6;
  font-size:14px;
}

.saborea-footer__links{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:10px;
}

.saborea-footer__link{
  color:#cfcfcf;
  text-decoration:none;
  font-size:14px;
  transition: color .2s ease, transform .2s ease;
}

.saborea-footer__link:hover{
  color:#C5A880;
  transform: translateX(2px);
}

/* Instagram */
.saborea-footer__ig{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#ffffff;
  text-decoration:none;
  padding:10px 12px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  background:transparent;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.saborea-footer__ig:hover{
  border-color: rgba(197,168,128,.6);
  background: rgba(255,255,255,.04);
  transform: translateY(-1px);
}

.saborea-footer__igicon{
  width:20px;
  height:20px;
  fill:#ffffff;
  transition: fill .2s ease;
}

.saborea-footer__ig:hover .saborea-footer__igicon{
  fill:#C5A880;
}

.saborea-footer__ighandle{
  font-size:14px;
  color:#ffffff;
  font-weight:600;
}

/* Barra inferior */
.saborea-footer__bottom{
  background:#000000;
}

.saborea-footer__bottomwrap{
  max-width:1200px;
  margin:0 auto;
  padding:14px 20px;
  color:#9a9a9a;
  font-size:13px;
  text-align:center;
}

/* Responsive */
@media (max-width: 900px){
  .saborea-footer__wrap{
    grid-template-columns: 1fr;
    gap:22px;
  }
}/* End custom CSS */