.elementor-18 .elementor-element.elementor-element-b7e166d{--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;}/* Start custom CSS for html, class: .elementor-element-dfdd35b */#footer-premium {
  background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
  border-top: 1px solid #dbe3ee;
  padding: 55px 20px 25px;
  margin-top: 30px;
}

#footer-premium .footer-premium-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

#footer-premium .footer-brand {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 35px;
}

#footer-premium .footer-brand h2 {
  font-size: 32px;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 14px;
  line-height: 1.2;
}

#footer-premium .footer-brand p {
  font-size: 16px;
  line-height: 1.8;
  color: #5b6472;
  margin: 0;
}

#footer-premium .footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 10px;
}

#footer-premium .footer-box {
  background: rgba(255,255,255,0.75);
  border: 1px solid #e5eaf1;
  border-radius: 18px;
  padding: 24px 22px;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

#footer-premium .footer-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
}

#footer-premium .footer-box h3 {
  font-size: 17px;
  color: #111827;
  margin: 0 0 14px;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
}

#footer-premium .footer-box h3::after {
  content: "";
  width: 42px;
  height: 3px;
  background: linear-gradient(90deg, #f97316, #fb923c);
  border-radius: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
}

#footer-premium .footer-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer-premium .footer-box ul li {
  margin-bottom: 12px;
}

#footer-premium .footer-box ul li:last-child {
  margin-bottom: 0;
}

#footer-premium .footer-box a {
  color: #4b5563;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

#footer-premium .footer-box a:hover {
  color: #f97316;
  padding-left: 4px;
}

#footer-premium .footer-bottom {
  margin-top: 30px;
  padding-top: 18px;
  border-top: 1px solid #dbe3ee;
  text-align: center;
}

#footer-premium .footer-bottom span {
  font-size: 13px;
  color: #6b7280;
}

/* Tablet */
@media (max-width: 900px) {
  #footer-premium .footer-grid {
    grid-template-columns: 1fr;
  }

  #footer-premium .footer-brand h2 {
    font-size: 28px;
  }

  #footer-premium .footer-brand p {
    font-size: 15px;
  }
}

/* Móvil */
@media (max-width: 480px) {
  #footer-premium {
    padding: 45px 15px 20px;
  }

  #footer-premium .footer-brand h2 {
    font-size: 24px;
  }

  #footer-premium .footer-brand p {
    font-size: 14px;
    line-height: 1.7;
  }

  #footer-premium .footer-box {
    padding: 20px 18px;
    border-radius: 15px;
  }
}/* End custom CSS */