.contact-footer {
  width: 100%;
  background: url('https://tujpamorelos.gob.mx/new_page_temp/assets/img/backgrounds/bg-footer.webp') no-repeat center center;
  background-size: cover;
  color: #fff;
  position: relative;
}

.footer-overlay {
  position: relative; /* ← Agregado para que lo absoluto se posicione respecto a esto */
  background-color: rgba(0, 0, 0, 0.4);
  padding: 3rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 300px;
}

.footer-top {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.footer-top h2 {
  font-size: 3rem;
  font-weight: 800;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
  margin-bottom: 0.5rem;
}

.footer-logo {
  width: 130px;
  height: auto;
}

.footer-bottom {
  position: absolute;
  right: 4rem;
  bottom: 2.5rem; /* Ajusta este valor según la alineación con el logo */
  display: flex;
  align-items: center;
}

.footer-info {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 1.5rem;
  font-size: 1.2rem;
  font-weight: 700;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
  text-align: right;
}

.footer-info .separator {
  opacity: 0.5;
}
