.contacto-simple {
  padding: 90px 0;
  background: #ffffff;
}

.contacto-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.contacto-label {
  display: inline-block;
  color: #3646ff;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 12px;
}

.contacto-info h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.contacto-info h2 span {
  color: #3646ff;
}

.contacto-info p {
  color: #4b5563;
  margin-bottom: 28px;
  max-width: 520px;
}

.contacto-datos {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contacto-datos li {
  margin-bottom: 18px;
  color: #111827;
  font-size: 16px;
}

.contacto-mapa {
  width: 100%;
  height: 360px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}

.contacto-mapa iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 900px) {
  .contacto-grid {
    grid-template-columns: 1fr;
  }

  .contacto-mapa {
    height: 300px;
  }

  .contacto-info h2 {
    font-size: 30px;
  }
}
