.elementor-6053 .elementor-element.elementor-element-fdaeb8e{--display:flex;}.elementor-6053:not(.elementor-motion-effects-element-type-background), .elementor-6053 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-104900c );}.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-d6ac162 */.dilner-footer,
.dilner-footer * {
  box-sizing: border-box;
}

.dilner-footer {
  font-family: inherit !important;
  color: #101b38;
  background: #ffffff;
}

.dilner-footer-main {
  padding: 70px 40px 60px;
  background: #ffffff;
}

.dilner-footer-container {
  max-width: 1520px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 1fr 1.35fr 1.35fr;
  gap: 55px;
  align-items: start;
}

/* Logo */

.dilner-logo {
  display: inline-flex;
  align-items: center;
  max-width: 150px;
  margin-bottom: 34px;
  text-decoration: none;
}

.dilner-logo-img {
  width: 100%;
  max-width: 260px;
  height: auto;
  display: block;
  object-fit: contain;
}

/* Marca */

.dilner-brand-line {
  display: block;
  width: 58px;
  height: 2px;
  background: #7a0f2c;
  margin-bottom: 28px;
}

.dilner-footer-brand h2 {
  font-family: inherit !important;
  font-size: 30px;
  line-height: 1.25;
  margin: 0 0 24px;
  color: #0b1938;
  font-weight: 600;
}

.dilner-footer-brand p {
  font-family: inherit !important;
  font-size: 17px;
  line-height: 1.75;
  margin: 0 0 30px;
  color: #4c566a;
  max-width: 360px;
}

.dilner-socials {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}

.dilner-social {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #ffffff;
  color: #0b1938;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: inherit !important;
  font-weight: 700;
  font-size: 20px;
  border: 1px solid rgba(11, 25, 56, 0.1);
  box-shadow: 0 16px 35px rgba(11, 25, 56, 0.1);
  transition: all 0.25s ease;
}

.dilner-social svg {
  width: 23px;
  height: 23px;
  display: block;
}

.dilner-social:hover {
  transform: translateY(-4px);
  background: #7a0f2c;
  color: #ffffff;
  border-color: #7a0f2c;
}

/* Enlaces */

.dilner-footer-links h3,
.dilner-footer-office h3 {
  font-family: inherit !important;
  font-size: 27px;
  line-height: 1.25;
  margin: 0 0 22px;
  color: #0b1938;
  font-weight: 600;
}

.dilner-footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(11, 25, 56, 0.12);
}

.dilner-footer-links li {
  border-bottom: 1px solid rgba(11, 25, 56, 0.12);
}

.dilner-footer-links a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 0;
  color: #3e4a62;
  text-decoration: none;
  font-family: inherit !important;
  font-size: 16.5px;
  transition: all 0.22s ease;
}

.dilner-footer-links a::before {
  content: "›";
  color: #7a0f2c;
  font-size: 27px;
  line-height: 1;
  transition: transform 0.22s ease;
}

.dilner-footer-links a:hover {
  color: #7a0f2c;
  padding-left: 6px;
}

.dilner-footer-links a:hover::before {
  transform: translateX(3px);
}

/* Oficinas y mapas equilibrados */

.dilner-footer-office {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.dilner-footer-office h3 {
  min-height: 68px;
}

.dilner-address {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 24px;
  min-height: 58px;
}

.dilner-address-icon {
  color: #7a0f2c;
  margin-top: 3px;
  flex: 0 0 auto;
}

.dilner-address-icon svg {
  width: 22px;
  height: 22px;
  display: block;
}

.dilner-address p {
  font-family: inherit !important;
  margin: 0;
  color: #3f4858;
  font-size: 18px;
  line-height: 1.55;
}

.dilner-map-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  height: 260px;
  min-height: 260px;
  max-height: 260px;
  background: #ffffff;
  padding: 10px;
  box-shadow:
    0 22px 50px rgba(11, 25, 56, 0.14),
    inset 0 0 0 1px rgba(11, 25, 56, 0.08);
}

.dilner-map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 100%;
  border: 0;
  border-radius: 18px;
  display: block;
  filter: saturate(0.9) contrast(0.96);
}

.dilner-map-button {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
  background: #ffffff;
  color: #0b1938;
  text-decoration: none;
  padding: 13px 18px;
  border-radius: 12px;
  font-family: inherit !important;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 10px 25px rgba(11, 25, 56, 0.14);
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.dilner-map-button:hover {
  background: #7a0f2c;
  color: #ffffff;
  transform: translateY(-2px);
}

.dilner-map-button svg {
  width: 16px;
  height: 16px;
  display: block;
}

/* Barra inferior */

.dilner-footer-bottom {
  border-top: 3px solid #7a0f2c;
  background: linear-gradient(135deg, #07142e, #0d2448);
  color: #ffffff;
  padding: 24px 40px;
}

.dilner-footer-bottom-container {
  max-width: 1520px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  flex-wrap: wrap;
  text-align: center;
}

.dilner-footer-bottom p {
  font-family: inherit !important;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15.5px;
}

.dilner-footer-bottom strong {
  font-family: inherit !important;
  color: #ffffff;
  font-weight: 800;
}

.dilner-footer-bottom nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.dilner-footer-bottom nav a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-family: inherit !important;
  font-size: 15.5px;
  padding: 0 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
  transition: color 0.22s ease;
}

.dilner-footer-bottom nav a:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}

.dilner-footer-bottom nav a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* Responsive tablet */

@media (max-width: 1200px) {
  .dilner-footer-container {
    grid-template-columns: 1fr 1fr;
    gap: 45px;
  }

  .dilner-footer-office h3 {
    min-height: 68px;
  }

  .dilner-address {
    min-height: 58px;
  }
}

/* Responsive móvil */

@media (max-width: 768px) {
  .dilner-footer-main {
    padding: 50px 22px;
  }

  .dilner-footer-container {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .dilner-logo {
    max-width: 240px;
    margin-bottom: 30px;
  }

  .dilner-logo-img {
    max-width: 240px;
  }

  .dilner-footer-brand h2 {
    font-size: 26px;
  }

  .dilner-footer-links h3,
  .dilner-footer-office h3 {
    font-size: 25px;
  }

  .dilner-footer-office h3 {
    min-height: auto;
  }

  .dilner-address {
    min-height: auto;
  }

  .dilner-address p {
    font-size: 16.5px;
  }

  .dilner-map-card {
    height: 240px;
    min-height: 240px;
    max-height: 240px;
  }

  .dilner-map-button {
    top: 18px;
    left: 18px;
    padding: 11px 15px;
    font-size: 13px;
  }

  .dilner-footer-bottom {
    padding: 24px 20px;
  }

  .dilner-footer-bottom-container {
    gap: 18px;
  }

  .dilner-footer-bottom nav a {
    border-left: 0;
    padding: 6px 10px;
  }

  .dilner-footer-bottom nav a:first-child {
    border-left: 0;
  }
}

/* Responsive móvil pequeño */

@media (max-width: 480px) {
  .dilner-footer-main {
    padding: 42px 18px;
  }

  .dilner-logo {
    max-width: 220px;
  }

  .dilner-logo-img {
    max-width: 220px;
  }

  .dilner-footer-brand h2 {
    font-size: 24px;
  }

  .dilner-social {
    width: 50px;
    height: 50px;
  }

  .dilner-map-card {
    height: 220px;
    min-height: 220px;
    max-height: 220px;
    border-radius: 20px;
  }

  .dilner-map-card iframe {
    border-radius: 14px;
  }
}/* End custom CSS */