.elementor-21 .elementor-element.elementor-element-020b9e8{--display:flex;}.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-e5baea8 *//* Footer Hermanos Medina */

.im-site-footer {
  width: 100%;
  background: #111827;
  color: #ffffff;
}

.im-footer-main {
  padding: 82px 0 64px;
  background:
    radial-gradient(circle at top right, rgba(212, 175, 55, 0.16), transparent 32%),
    #111827;
}

.im-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.9fr 0.9fr;
  gap: 44px;
}

.im-footer-brand p,
.im-footer-column p {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
}

.im-footer-logo .im-logo-text strong {
  color: #ffffff;
}

.im-footer-logo .im-logo-text small {
  color: rgba(255, 255, 255, 0.62);
}

.im-footer-actions {
  margin-top: 28px;
}

.im-footer-column h3 {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.im-footer-column ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.im-footer-column a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  font-weight: 700;
  transition: color 0.2s ease;
}

.im-footer-column a:hover {
  color: var(--im-accent);
}

.im-footer-contact-list li {
  display: grid;
  gap: 3px;
}

.im-footer-contact-list span {
  color: rgba(255, 255, 255, 0.42);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.im-footer-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}

.im-footer-tags span {
  display: inline-flex;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.04);
  font-size: 13px;
  font-weight: 800;
}

.im-footer-bottom {
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  background: #0b111d;
}

.im-footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.im-footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
}

.im-footer-legal {
  display: flex;
  align-items: center;
  gap: 18px;
}

.im-footer-legal a {
  color: rgba(255, 255, 255, 0.58);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.im-footer-legal a:hover {
  color: var(--im-accent);
}

/* Responsive Header/Footer */

@media (max-width: 1180px) {
  .im-main-nav {
    display: none;
  }

  .im-header-inner {
    min-height: 76px;
  }
}

@media (max-width: 900px) {
  .im-header-top-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 10px 0;
  }

  .im-header-contact {
    flex-wrap: wrap;
    gap: 10px 16px;
  }

  .im-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .im-footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .im-header-top {
    display: none;
  }

  .im-header-inner {
    min-height: auto;
    padding: 14px 0;
  }

  .im-logo-mark {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .im-logo-text strong {
    font-size: 17px;
  }

  .im-logo-text small {
    font-size: 12px;
  }

  .im-header-phone {
    display: none;
  }

  .im-header-btn {
    min-height: 44px;
    padding: 11px 16px;
    width: auto;
  }

  .im-footer-main {
    padding: 64px 0 48px;
  }

  .im-footer-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .im-footer-legal {
    flex-wrap: wrap;
    gap: 12px 18px;
  }
}/* End custom CSS */