body {
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
  background-color: #f5f7fa;
  color: #333;
}

.header-contacto {
  background-color: #0f3d57;
  color: white;
  text-align: center;
  padding: 60px 20px 30px;
}

.header-contacto h1 {
  font-size: 2.2em;
  margin-bottom: 10px;
}



/* Moderniza la sección de contacto */
.contacto-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  align-items: flex-start;
  margin: 40px auto 0 auto;
  max-width: 1100px;
}

.contacto-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07);
  padding: 32px 28px 28px 28px;
  flex: 1 1 340px;
  min-width: 320px;
  max-width: 420px;
  margin-bottom: 20px;
}

.contacto-card h2 {
  font-size: 1.4em;
  margin-bottom: 18px;
  color: #0c1f2c;
  display: flex;
  align-items: center;
  gap: 8px;
}

.contacto-card .icon {
  font-size: 1.3em;
}

.contacto-card.info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contacto-card.info li {
  margin-bottom: 14px;
  font-size: 1.25em;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333;
}

.contacto-card.info a {
  color: #03B5E0;
  text-decoration: none;
  transition: color 0.2s;
  font-size: 1.0em;
}

.contacto-card.info a:hover {
  color: #0c1f2c;
  text-decoration: underline;
}

.contacto-card.form form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.contacto-card.form input,
.contacto-card.form textarea {
  border: 1px solid #d0d0d0;
  border-radius: 7px;
  padding: 10px 12px;
  font-size: 1em;
  background: #f9f9f9;
  transition: border 0.2s;
}

.contacto-card.form input:focus,
.contacto-card.form textarea:focus {
  border-color: #03B5E0;
  outline: none;
}

.contacto-card.form button {
  background: #03B5E0; 
  color: #fff;
  border: none;
  border-radius: 7px;
  padding: 12px 0;
  font-size: 1.1em;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s;
}

.contacto-card.form button:hover {
  background: #0c1f2c;
}

.respuesta-exito {
  color: #0c8c4c;
  font-weight: 500;
  margin-top: 10px;
  text-align: center;
}










/* 
.info-contacto {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px 20px;
  gap: 40px;
}

.datos, .formulario {
  flex: 1 1 300px;
  max-width: 500px;
}

.datos h2, .formulario h2 {
  margin-bottom: 15px;
  color: #0f3d57;
}

.datos p {
  line-height: 1.7;
}

.formulario input, .formulario textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1em;
}

.formulario button {
  background-color: #00aaff;
  color: white;
  padding: 12px 25px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
}

.formulario button:hover {
  background-color: #0077aa;
}


 */



 

.footer {
  background-color: #0f3d57;
  color: white;
  text-align: center;
  padding: 20px;
  margin-top: 40px;
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: white;
  font-size: 28px;
  border-radius: 50%;
  padding: 14px;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  z-index: 1000;
}


.respuesta-exito {
  margin-top: 10px;
  color: green;
  font-weight: bold;
}
