.contact-info-section {
  background-color: white;
  color: #236458;
  text-align: center;
  padding: 60px 20px;
}

.contact-title {
  font-size: 32px;
  margin-bottom: 40px;
  font-weight: bold;
}

.contact-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.contact-card {
  background-color: #0a4736;
  color: white;
  border-radius: 16px;
  padding: 30px 20px;
  max-width: 300px;
  width: 100%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.contact-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.contact-card p {
  font-size: 16px;
  margin: 0;
}

.contact-map {
  margin-top: 2rem;
}
.contact-map iframe {
  border-radius: 8px;
}

.btn-Descargar {
  display: inline-block;
  background-color: #0a4736;
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s;
}

.btn-Descargar:hover {
  background-color: #083f2f;
}

.btn-Descargar:visited {
  display: inline-block;
  background-color: #0a4736;
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s;
}

.btn-Descargar:visited hover {
  background-color: #083f2f;
}
