@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap");

body {
  background-color: #f3f2ef;
  font-family: "Poppins", sans-serif;
}

.card {
  border: none;
  border-radius: 12px;
}

.card-body img.rounded-circle {
  object-fit: cover;
}

.card p {
  font-size: 15px;
}

.embed-responsive {
  border-radius: 10px;
  overflow: hidden;
}

.filtro-bloque {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.7rem;
}

.filtro-titulo {
  font-weight: 600;
  cursor: pointer;
  margin: 0;
  padding: 0.6rem;
  background-color: #f5f5f5;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background 0.2s;
}

.filtro-titulo:hover {
  background-color: #e2e2e2;
}

.filtro-titulo::after {
  content: "\f107";
 
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.8rem;
  transition: transform 0.3s ease;
}

.filtro-titulo.abierto::after {
  transform: rotate(180deg);
}

.filtro-contenido {
  display: none;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  background-color: #fafafa;
  border-radius: 0 0 6px 6px;
}

.filtro-contenido label {
  display: block;
  margin-bottom: 4px;
  font-size: 0.9rem;
}

.img-fluid {
  border-radius: 10px;
}

.perfil-item img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.perfiles-relacionados {
  background-color: #f9f9f9 !important;
}

.perfil-item:hover {
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.perfil-item {
  padding: 10px;
  border-radius: 10px;
  transition: background 0.3s;
}

.card {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.131) !important;
}

.badge-info {
  background-color: #007bff;
}


.filtro-tag {
  display: inline-block;
  background-color: #007bff;
  color: white;
  padding: 4px 10px;
  border-radius: 50px;
  font-size: 13px;
  margin: 2px 5px 2px 0;
  cursor: pointer;
}

.btn-outline-primary {
  transition: all 0.2s ease-in-out !important;
}

.btn-outline-primary:hover {
  transform: scale(1.05) !important;
  box-shadow: 0 0 6px rgba(0, 123, 255, 0.2) !important;
}

.filtro-tag span {
  margin-left: 8px;
  cursor: pointer;
}


.perfil-item:hover {
  border-radius: 10px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.perfil-item button {
  white-space: nowrap;
  font-size: 13px;
  padding: 5px 10px;
}

#verMasBtn {
  background-color: #28a745;
  color: white;
  border: none;
  padding: 5px 16px;
  font-weight: 500;
  border-radius: 6px;
  transition: background-color 0.2s ease-in-out;
}

#verMasBtn:hover {
  background-color: #218838;
}

.perfil-item {
  padding: 6px 0;
}

.badge-destacado {
  display: inline-flex;
  align-items: center;
  padding: 3px 9px;
  font-size: 0.75rem;
  font-weight: 600;
  background: linear-gradient(135deg, #ffe259, #f6c90e); 
  color: #4a3f1d; 
  border-radius: 20px;
  border: 1px solid #e0c142;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  font-family: "Poppins", sans-serif;
  gap: 6px;
  white-space: nowrap;

  transform: scale(0.85);
}

.badge-destacado i {
  color: #f1a500;
  font-size: 0.85rem;
}
