/* =================================================
   FL Gestión Integral – Estilos Personalizados
   ================================================= */

/* -- Espaciado de página bajo el header fijo -- */
.page-top {
  padding-top: 120px;
}

.page-top-mobile {
  padding-top: 110px;
}

/* -- Divisor de título -- */
.title-underline-center {
  width: 48px;
  border: 0;
  border-top: 3px solid #e93012;
  margin: 6px auto 40px;
}

/* -- Nosotros: tarjetas de equipo -- */
.equipo-foto {
  width: 100%;
  max-height: 440px;
  object-fit: cover;
  object-position: top center;
  border-radius: 4px;
  display: block;
}

.equipo-texto {
  padding-top: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.equipo-cargo {
  display: block;
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #e93012;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.equipo-nombre {
  font-size: 17px;
  font-weight: 700;
  color: #222;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.equipo-bio {
  font-size: 16px;
  color: #444;
  line-height: 1.75;

  margin: 0;
}

.equipo-separador {
  border: 0;
  border-top: 1px solid #eee;
  margin: 40px 0;
}

/* -- Servicios: cards -- */
.servicio-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 32px 24px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
  text-align: center;
  color: #333;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  margin-bottom: 24px;
  min-height: 145px;
}

.servicio-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
  color: #e93012;
  text-decoration: none;
}

.servicio-card i {
  font-size: 1.8rem;
  color: #e93012;
  margin-bottom: 14px;
}

.servicio-card h3 {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  color: inherit;
}

/* -- Listas de información (contacto) -- */
.info-lista {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}

.info-lista li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 9px 0;
  font-size: 15px;
  color: #444;
  border-bottom: 1px solid #f0f0f0;
}

.info-lista li:last-child {
  border-bottom: none;
}

.info-lista li i {
  width: 18px;
  margin-top: 4px;
  color: #e93012;
  text-align: center;
  flex-shrink: 0;
}

/* -- Footer: lista de contacto -- */
.footer-lista {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-lista li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 7px 0;
  font-size: 14.5px;
  color: #ccc;
  line-height: 1.5;
}

.footer-lista li i {
  width: 16px;
  margin-top: 3px;
  color: #e93012;
  text-align: center;
  flex-shrink: 0;
}

/* -- Botón flotante de WhatsApp -- */
.wa-float {
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 14px rgba(27, 215, 65, 0.4);
}

.wa-float:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 20px rgba(27, 215, 65, 0.55);
}
