.artista-social-icons {
  padding-left: 0;
  margin-top: 1rem;
}

.artista-social-icons li {
  display: inline-block;
  margin-right: 10px;
}

.artista-social-icons a {
  font-size: 1.5rem;
  color: #fff;
  transition: color 0.3s ease;
}

.artista-social-icons a:hover {
  color: #F24095; /* o el color institucional */
}


  .artista-nombre {
  font-size: 3em;
  line-height: 1.4em;
  color: white;
  margin: 0 0 10px 0;
}

.artista-tipo {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.2em;
  color: #ccc;
}

.artista-semblanza {
  font-size: 1.6em;
  line-height: 1.6;
  color: #eee;
}


.artista-info {
  background-color: #000;
  color: #fff;
  padding: 40px;
}

.artista-header {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
}

.artista-mask-container {
  transition: transform 0.3s ease;
}

.artista-img {
  width: 500px;
  height: auto;
  transition:
    mask-image 0.3s ease-in-out,
    -webkit-mask-image 0.3s ease-in-out,
    transform 0.3s ease-in-out;
  mask-image: none;
  -webkit-mask-image: none;
}

.artista-mask-container:hover .artista-img {
  mask-image: url('../assets/svg/mask.svg');
  -webkit-mask-image: url('../assets/svg/mask.svg');
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: center;
  -webkit-mask-position: center;
  transform: scale(1.03);
  cursor: pointer;
}


.artista-texto {
  flex: 1;
  min-width: 300px;
}

.artistas-relacionados {
  background-color: #000;
  color: #fff;
  padding: 40px;
}

.artistas-relacionados h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.estrella {
  color: #FFCE4B;
  font-size: 24px;
}

.artistas-grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  overflow-x: auto;
  padding-bottom: 10px;
}

.artista-card {
  min-width: 160px;
  flex: 0 0 auto;
  text-align: center;
}

.artista-card img {
  width: 100%;
  height: auto;
}

.artista-card p {
  margin-top: 8px;
  font-size: 14px;
  color: #ccc;
}

/* Solo si usas esta clase en otro lugar */
.artista-img-250 {
  width: 250px;
  height: auto;
  transition: 
    mask-image 0.3s ease-in-out,
    -webkit-mask-image 0.3s ease-in-out;
}
#stk {
	top:65px;
}

.game-section.rosa {
	background-color: #FCA7D7;
}

.sbt {
  font-family: "Archivo";
  margin-top: 1.6em;
  margin-bottom: 1em;
  color: #f9a8d4;
  font-size: 2.5em;
}

@media (max-width: 414px){
	.artista-nombre {
		font-size: 2em;
	}
	.artista-semblanza {
  		font-size: 1.2em;
	}
	.sbt {
		font-size: 2em;
	}
}