.elementor-2029 .elementor-element.elementor-element-6b8df3f{--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;--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-2029 .elementor-element.elementor-element-ca17a5e{width:100%;max-width:100%;}.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-ca17a5e *//* ===== FOOTER ARBOR RESPONSIVE ===== */
.footer_arbor {
  width: 100%;
  background: #0D301C;
  color: #f5f5f5;
  padding: 110px 6% 5px;
  font-family: "Inter", sans-serif;
  position: relative;
  z-index: 1;
}

/* espacio superior */
.footer_arbor::before {
  content: "";
  display: block;
  height: 70px;
  width: 100%;
  background: transparent;
  position: absolute;
  top: -70px;
  left: 0;
}

/* === GRID BASE === */
.footer_container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
  align-items: start;
  margin-bottom: 60px;
}
.footer_col {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* === COLUMNA 1 (ABOUT) === */
.footer_about_col {
  align-items: center;
  text-align: center;
}
.footer_logo {
  width: 150px;
  height: auto;
  cursor: pointer;
  transition: transform .3s ease;
  margin-bottom: 6px;
}
.footer_logo:hover { transform: scale(1.05); }
.footer_about_text {
  font-size: 15px;
  line-height: 1.6;
  color: #dcdcdc;
  max-width: 320px;
  margin: 0 auto;
}

/* === TITULOS Y LINKS === */
.footer_title {
  font-size: 19px;
  font-weight: 700;
  color: #37AD57;
  margin-bottom: 8px;
}
.footer_links, .footer_contact {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer_links li, .footer_contact li { margin: 6px 0; }
.footer_links a, .footer_contact a {
  color: #ffffff;
  text-decoration: none;
  transition: color .25s ease;
}
.footer_links a:hover, .footer_contact a:hover {
  color: #37AD57;
}

/* === REDES VERTICALES === */
.footer_socials_vertical {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 8px;
}
.footer_socials_vertical a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  transition: all .3s ease;
}
.footer_socials_vertical a i {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #0B6C3F;
  transition: all .3s ease;
}
.footer_socials_vertical a:hover i {
  background: #37AD57;
  transform: scale(1.1);
}
.footer_socials_vertical a:hover span { color: #37AD57; }

/* === COPYRIGHT === */
.footer_bottom {
  text-align: center;
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 20px;
  font-size: 14px;
  color: #bfbfbf;
  width: 100%;
}

/* === TABLET (máx 1024px) === */
@media (max-width: 1024px) {
  .footer_container {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .footer_about_col {
    align-items: center;
    text-align: center;
  }
  .footer_about_text {
    max-width: 90%;
  }
  .footer_col {
    align-items: center;
  }
}

/* === MÓVIL (máx 768px) === */
@media (max-width: 768px) {
  .footer_container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .footer_col {
    align-items: center;
    text-align: center;
  }
  .footer_logo {
    width: 130px;
    margin: 0 auto 10px;
  }
  .footer_about_text {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.5;
  }
  .footer_socials_vertical {
    align-items: center;
  }
  .footer_socials_vertical a {
    justify-content: center;
  }
  .footer_links a, .footer_contact a {
    font-size: 15px;
  }
}

/* === MOBILE MINI (máx 480px) === */
@media (max-width: 480px) {
  .footer_logo {
    width: 110px;
  }
  .footer_title {
    font-size: 17px;
  }
  .footer_about_text {
    font-size: 13px;
  }
  .footer_socials_vertical a i {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
  .footer_socials_vertical a span {
    font-size: 14px;
  }
}/* End custom CSS */