.listaAnunciantes {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url("https://imagenes.blackfridaycol.com/assets-web/Imagen_background_blackfriday_nov2025.png");
  background-repeat: no-repeat;
  background-size: cover;
}


.listaLetras{
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 90%;
}
.anunciantesOrdenados{
  width: 80%;
  margin: 2.5rem 0 2.5rem 0;
}
.anunciantesOrdenados__letra{
  color: var(--verde);
  font-size: 2.8rem;
  margin: 0 10px 0 10px;
  text-transform: uppercase;
  background: #000000 0% 0% no-repeat padding-box;
  /* background-color: #000000; */
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  padding: 1rem;
  text-align:left;
  width: max-content;
}


.indiceLetras{
  color: var(--verde);
  font-size: 2.8rem;
  margin: 0.5rem 1rem 0.5rem 1rem;
  text-transform: uppercase;
  background-color: #000000;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 4px;
  padding: 1rem;
  width: max-content;
}

.Letras:hover {
  background-color: var(--verde);
  color: white;
  border: solid 2px white;
}

.LetraNoDisponible{
  background-color: #00000029 !important;
  cursor: default !important;
}
