main .cabecera {
  display: flex;
  justify-content: space-evenly;
}
main .cabecera .reproductor .logoPrincipal {
  background-color: white;
}
main .cabecera .reproductor .logoPrincipal .logoPrincipal-container {
  width: 320px;
  height: 320px;
  margin: 0 auto;
  margin-bottom: 10px;
  background-image: url(../images/WhatsApp\ Image\ 2023-06-08\ at\ 11.57.31\ AM.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
main .cabecera .reproductor .music-container {
  width: 350px;
}
main .cabecera .publicidad {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main .cabecera .publicidad .publicidad-container {
  width: 35rem;
  height: 25rem;
  margin-top: 30px;
}/*# sourceMappingURL=tablet.css.map */