body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  color: #fff;
  text-align: center;
  background: url('logo-despacho.png') no-repeat center center fixed;
  background-size: cover;
}

.overlay {
  background: rgba(0,0,0,0.6); /* Difuminado oscuro */
  min-height: 100vh;
  padding: 20px;
}

header h1 {
  margin: 0;
  font-size: 2.5em;
}

.slogan {
  font-size: 1.2em;
  font-style: italic;
  margin-top: 5px;
}

.abogados {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 40px 0;
}

.abogado {
  width: 280px;
  margin: 20px;
}

.foto {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 4px solid #fff;
}

h2 {
  margin-top: 15px;
  font-size: 1.1em;
}

.cedula span {
  font-weight: bold;
  color: #ffd700; /* Dorado elegante */
}

.contacto {
  margin: 40px 0;
}

.contacto .btn {
  display: block;
  margin: 12px auto;
  padding: 15px 25px;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  width: 90%;
  max-width: 400px;
  text-align: left;
  font-size: 1.1em;
}

.contacto .btn i {
  margin-right: 12px;
  font-size: 1.2em;
}

/* Colores oficiales */
.whatsapp { background-color: #25D366; color: white; }
.facebook { background-color: #1877F2; color: white; }
.tiktok   { background-color: #000000; color: white; }
.youtube  { background-color: #FF0000; color: white; }
.ubicacion{ background-color: #E53935; color: white; }

.contacto .btn:hover {
  opacity: 0.85;
}

footer {
  margin-top: 20px;
  font-size: 0.9em;
}
.lawyer-card-link {
  text-decoration: none;   /* Quita subrayado */
  color: inherit;          /* Mantiene color original */
  display: inline-block;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.lawyer-card-link {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.lawyer-card-link .lawyer-name,
.lawyer-card-link .lawyer-cedula {
  text-decoration: none;
  color: inherit;
}

.lawyer-card-link:hover .lawyer-card {
  box-shadow: 0 0 12px rgba(212, 175, 55, 0.7); /* resplandor dorado */
  transform: translateY(-4px);
}

.lawyer-card-link:active .lawyer-card {
  transform: scale(0.97);
}
