.tarjeta {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: visible;
  cursor: pointer;
}

.cabecera {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
  background-color: #fff;
}

.titulo {
  flex: 1 1 100%;
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.4;
  color: #111827;
  overflow-wrap: anywhere;
  word-break: break-word;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

@media (min-width: 480px) {
  .titulo {
    flex: 1 1 auto;
    min-width: 0;
  }
}

.badgeEstado {
  flex-shrink: 0;
}

.cuerpo {
  flex: 1 1 auto;
}

.contenido {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 0.8125rem;
}

.fila {
  color: #6b7280;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fila strong {
  color: #111827;
  font-weight: 600;
}

.filaContacto {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.icono {
  flex-shrink: 0;
  color: #6b7280;
}

.badgesServicio {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
  margin-top: 0.25rem;
}

.pie {
  background-color: #fff;
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  flex-wrap: wrap;
}
