/* ── SECCIÓN CONTACTO KM17 ── */

.pi-contacto {
  background-color: #DA200C;
  padding-top: 80px;
  padding-bottom: 80px;
}

.pi-contacto__titulo {
  font-family: 'Manrope', Arial, sans-serif;
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 28px;
  letter-spacing: 0.5px;
}

.pi-contacto__row {
  padding-top: 28px;
}

.pi-contacto__logo-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.pi-contacto__logo {
  width: 280px;
  height: auto;
  display: block;
}

.pi-contacto__dato {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  font-family: 'Manrope', Arial, sans-serif;
  font-size: clamp(16px, 0.9vw, 16px);
  font-weight: 400;
  color: #ffffff;
}

.pi-contacto__icono {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.pi-contacto__link {
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.25s ease;
}

.pi-contacto__link:hover {
  opacity: 0.8;
  color: #ffffff;
}

.pi-contacto__titulo-mobile-wrap {
  margin-bottom: 20px;
}

/* ── FOOTER SITE ── */

#footer {
  height: auto!important;
}

.site-footer {
  width: 100%;
  padding: 0;
  background-color: #000000;
}

.site-footer__main {
  background-color: #000000 !important;
  height: 370px;
}

.site-footer__col-content {
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
}

.site-footer__col-logo {
  display: flex;
  align-items: flex-start;
}

.site-footer__logo {
  width: 194px;
  height: auto;
  margin-top: -50px;
}

.site-footer__col {
  padding-top: 4px;
}

.site-footer__heading {
  font-size: 12px;
  font-weight: 400;
  color: #1C9B83;
  letter-spacing: 0.08em;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.site-footer__text {
  font-size: 13px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.6;
  margin: 0 0 12px;
}

.site-footer__text a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-footer__text a:visited {
  color: #ffffff;
}

.site-footer__text a:hover {
  color: #1C9B83;
}

.site-footer__text a:focus-visible {
  outline: 1px solid #1C9B83;
  outline-offset: 2px;
}

.site-footer__link {
  display: block;
  font-size: 13px;
  font-weight: 300;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 10px;
  transition: color 0.2s ease;
}

.site-footer__link:hover {
  color: #1C9B83;
}

.site-footer__col-social {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding-top: 4px;
}

.site-footer__social {
  display: flex;
  gap: 16px;
  margin-top: -20px;
}

.site-footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}

.site-footer__social-link:hover {
  opacity: 0.7;
}

.site-footer__social-icon {
  width: 24px;
  height: 24px;
}

.site-footer__bottom {
  background-color: #000000 !important;
  height: 100px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.125);
}

.site-footer__copy {
  font-size: 11px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.06em;
  margin: 0 0 2px;
}

.site-footer__disclaimer {
  font-size: 9px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.275);
  margin: 0;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4;
}

/* ── MEDIA QUERIES ── */

@media (max-width: 1399.98px) {
  .site-footer__logo {
    width: 165px;
    height: auto;
    margin-top: -40px;
  }
}

@media (max-width: 1199.98px) {
  .site-footer {
    width: 100%;
    padding: 0 24px;
    background-color: #000000;
  }
}

@media (max-width: 991.98px) {
  .pi-contacto {
    padding-top: 36px;
    padding-bottom: 36px;
    text-align: center;
  }

  .pi-contacto__row {
    border-top: none;
    padding-top: 0;
  }

  .pi-contacto__logo-wrap {
    justify-content: center;
    margin-bottom: 28px;
  }

  .pi-contacto__logo {
    width: 220px;
  }

  .pi-contacto__dato {
    justify-content: center;
    margin-bottom: 16px;
    font-size: 16px;
  }

  .site-footer__main {
    height: auto;
    padding: 50px 20px 36px;
  }

  .site-footer__main .site-footer__col-logo,
  .site-footer__main .site-footer__col,
  .site-footer__main .site-footer__col-social {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .site-footer__col-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 28px;
  }

  .site-footer__logo {
    margin-top: 0;
    width: 105px;
  }

  .site-footer__col {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
    padding-top: 0;
  }

  .site-footer__col-content {
    width: 100%;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }

  .site-footer__col-social {
    margin-top: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
    padding-top: 0;
  }

  .site-footer__heading {
    font-size: 14px;
    margin-bottom: 14px;
  }

  .site-footer__text,
  .site-footer__link {
    font-size: 14px;
  }

  .site-footer__text {
    margin-bottom: 10px;
  }

  .site-footer__link {
    margin-bottom: 8px;
  }

  .site-footer__social {
    justify-content: center;
    margin-top: 0;
    gap: 20px;
  }

  .site-footer__social-icon {
    width: 28px;
    height: 28px;
  }

  .site-footer__bottom {
    height: auto;
    padding: 28px 20px 36px;
  }

  .site-footer__copy {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .site-footer__disclaimer {
    font-size: 14px;
    padding: 0 12px;
    line-height: 1.5;
  }
  #footer {
    height: auto!important;
}
}

@media (max-width: 767.98px) {
  .site-footer__main {
    padding: 44px 16px 32px;
  }

  .site-footer__logo {
    width: 105px;
  }

  .site-footer__bottom {
    padding: 24px 16px 32px;
  }

 
}
