.elementor-301 .elementor-element.elementor-element-cc7188a{--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-301 .elementor-element.elementor-element-121a9e9{--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:-25px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-301 .elementor-element.elementor-element-cc7188a{--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-301 .elementor-element.elementor-element-121a9e9{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-89e49ea *//* PEGAR EN: Apariencia > Personalizar > CSS Adicional */

.gg-footer {
  background: linear-gradient(135deg, #0d2e0d 0%, #1a5c1a 60%, #0f3a0f 100%);
  padding: 70px 60px 30px;
  font-family: 'DM Sans', sans-serif;
  position: relative;
  overflow: hidden;
}

/* Círculo decorativo tipo MEP Juice */
.gg-footer::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 340px;
  height: 340px;
  border-radius: 50%;
  border: 1px solid rgba(92,214,92,0.12);
  pointer-events: none;
}
.gg-footer::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
  border-radius: 50%;
  border: 1px solid rgba(92,214,92,0.06);
  pointer-events: none;
}

/* ── TOP ROW ── */
.gg-footer-top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1.4fr;
  gap: 60px;
  position: relative;
  z-index: 1;
  align-items: start;
}

/* ── BRAND ── */
.gg-footer-logo {
  width: 140px;
  height: auto;
  display: block;
  margin-bottom: 20px;
  filter: brightness(1.1);
}

.gg-footer-tagline {
  color: rgba(255,255,255,0.6);
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 28px;
  font-style: italic;
}

.gg-footer-socials {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.gg-social-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s;
}

.gg-social-btn svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: #5cd65c;
}

.gg-social-btn:hover { color: #5cd65c; }

/* ── NAV ── */
.gg-footer-nav-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 15px;
  font-weight: 700;
  color: #5cd65c;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 20px;
}

.gg-footer-nav ul,
.gg-footer-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.gg-footer-nav ul li a {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s, padding-left 0.2s;
  display: inline-block;
}

.gg-footer-nav ul li a:hover {
  color: #ffffff;
  padding-left: 6px;
}

/* ── CONTACT ── */
.gg-footer-contact ul li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(255,255,255,0.7);
  font-size: 14px;
  line-height: 1.6;
}

.gg-footer-contact ul li svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 2px;
  color: #5cd65c;
}

/* ── DIVIDER ── */
.gg-footer-divider {
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(92,214,92,0.25), transparent);
  margin: 50px 0 24px;
  position: relative;
  z-index: 1;
}

/* ── BOTTOM ── */
.gg-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.gg-footer-bottom p {
  color: rgba(255,255,255,0.4);
  font-size: 13px;
  margin: 0;
}

.gg-privacy {
  color: rgba(255,255,255,0.4);
  font-size: 13px;
  text-decoration: none;
  transition: color 0.2s;
}

.gg-privacy:hover { color: #5cd65c; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .gg-footer { padding: 50px 30px 24px; }
  .gg-footer-top { grid-template-columns: 1fr 1fr; gap: 40px; }
  .gg-footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 540px) {
  .gg-footer { padding: 40px 20px 20px; }
  .gg-footer-top { grid-template-columns: 1fr; gap: 32px; }
  .gg-footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
}/* End custom CSS */