@font-face {
	font-family: 'Music';
	src: url("../fonts/music.ttf");
	font-display: swap;
}
@font-face {
	font-family: 'Beyond';
	src: url("../fonts/Beyonders.ttf");
	font-display: swap;
}
@font-face {
	font-family: 'Nexa-l';
	src: url("../fonts/Nexa-ExtraLight.ttf");
	font-display: swap;
}
@font-face {
	font-family: 'Nexa';
	src: url("../fonts/Nexa-Heavy.ttf");
	font-display: swap;
}
@font-face {
	font-family: 'Mano';
	src: url("../fonts/Baby Doll.ttf");
	font-display: swap;
}
@font-face {
	font-family: 'Ball';
	src: url("../fonts/Bomber Balloon.ttf");
	font-display: swap;
}
@font-face {
	font-family: 'Pop';
	src: url("../fonts/PopArt-Regular.ttf");
	font-display: swap;
}
@font-face {
	font-family: 'Dex';
	src: url("../fonts/Slowdex.ttf");
	font-display: swap;
}
footer{
  background-color: #000;
  color: #fff;
}
.fnt-b{
    font-family: 'Beyond' !important;
}
.fnt-m{
    font-family: 'Music' !important;
}
.fnt-n{
    font-family: 'Nexa' !important;
}
.fnt-nl{
    font-family: 'Nexa-l' !important;
}
.fnt-ma{
    font-family: 'Mano' !important;
}
html, body {
    max-width: 100%;
    overflow-x: hidden;
}
.ccont { 
    display: -webkit-box; 
    display: -webkit-flex; 
    display: flex; 
    flex:1 0 auto; 
	
}
.divinfohome{
    text-align: justify !important;
    height: 400px;
    overflow-y: auto;
    padding: 3rem;
    background-color: #0000005e;
    margin: 2rem;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    color: #fff;
    margin-top: 60px;
}
.blur-efect{
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
}
#div-welcome{
    background-image: url('../img/studio1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#div-welcome h1{
    color: #000;
    font-size: 60px;
    text-shadow: 0px 0px 14px rgba(91,212,51,0.9);
    padding-top: 260px;
    margin-left: 27px;
}
#div-welcome h1 l{
    font-size: 75px;
}
.divstudio1{
    width: 1024px;
    height: 1024px;
    background-image: url('../img/studio1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#btnlogin{
    margin-top: 40px;
    margin-left: 27px;
    transition: all 0.3s ease;
    -webkit-box-shadow:0px 0px 50px 14px rgba(91,212,51,0.9);
    -moz-box-shadow: 0px 0px 50px 14px rgba(91,212,51,0.9);
    box-shadow: 0px 0px 50px 14px rgba(91,212,51,0.9);
}
#btnlogin:hover{
    background-color: #1D8954 !important;
    border-color: #1D8954 !important;
    -webkit-box-shadow:0px 0px 50px 14px rgb(242, 253, 144);
    -moz-box-shadow: 0px 0px 50px 14px rgb(242, 253, 144);
    box-shadow: 0px 0px 50px 14px rgb(242, 253, 144);
}
#div-home{
    overflow-y: hidden;
    background-image: url('../img/studio2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#div-tracks{
  overflow-y: hidden;
  background-image: url('../img/album.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#div-tracks #capturarBtn{
  position: relative;
  top: -326px;
}
#div-songs{
  overflow-y: hidden;
  background-image: url('../img/player.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#div-tracks h1{
  background: linear-gradient(to right, #EEEFEA, #E1E1DF);
  padding: 7px;
  border-radius: 10px;
  width: 300px;
  position: relative;
  z-index: 2;
}
#div-songs h1 a{
  color: #fff;
  text-decoration: none;
}
#div-tracks h1 a{
  color: #000;
  text-decoration: none;
}
#div-tracks .imgtracks{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#div-tracks .track1{
  width: 287px;
    height: 249px;
    top: -246px;
    left: 189px;
    border-radius: 4px;
}
#div-tracks .track2{
  width: 143px;
  height: 225px;
  top: 3px;
  left: 0px;
  background-position: right;
  border-radius: 0px 10px 10px 0px;
}
#div-tracks .track35{
  width: 15px;
    height: 134px;
    top: -379px;
    left: 511px;
    background: linear-gradient(to top, #000, #2c2c2c);
}
#div-tracks .track3{
  width: 134px;
    height: 134px;
    top: -513px;
    left: 526px;
}
#div-tracks .track4{
  width: 82px;
  height: 82px;
  top: -659px;
  left: 770px;
  border-radius: 100%;
}
.divstudio2{
  width: 1024px;
  height: 1024px;
  background-image: url('../img/studio2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.divstudio3{
    width: 1024px;
    height: 1024px;
    background-image: url('../img/album.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 16px;
}
.divstudio4{
  width: 1024px;
  height: 1024px;
  background-image: url('../img/player.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 16px;
}
.divstudio2 .row-recent{
    position: relative;
    top: -983px;
    left: 403px;
    width: 250px;
    height: 132px;
    background-color: #292929;
    font-size: 15px;
}
.divstudio2 .row-recent img, .divstudio2 .row-recent b{
    margin-top: 5px;
    font-size: 13px;
}
.divstudio2 .profilepic{
    position: relative;
    transform-style: preserve-3d;
    top: -808px;
    left: 258px;
    width: 135px;
}
.divstudio2 .playlistlink{
    position: relative;
    transform-style: preserve-3d;
    transform: rotateY(-32deg);
    top: -1040px;
    left: 664px;
    width: 80px;
    height: 100px;
    background-image: linear-gradient(to top, #cc872e, #eeb76f);
    padding-top: 5px;
    padding-left: 5px;
}
.divstudio2 .playlistlink .playlistbox{
    height: 90px;
    width: 70px;
    padding-top: 30px;
    background-color: #fff;
}
.divstudio2 .playlistlink a{
    color: #000;
    text-decoration: none;
}
.divstudio2 .profilepic img{
    transform-style: preserve-3d;
    transform: rotateY(-44deg);
    padding: 8px;
    background-image: linear-gradient(to top, #cc872e, #eeb76f);
}
.profilepic .sqr-lat{
    height: 99px;
    width: 10px;
    transform: rotateY(-68deg);
    position: absolute;
    left: 19%;
    top: 0px;
    background-image: linear-gradient(to bottom, #5f3907, #ad7121);

  }
  .playlistlink .sqr-lat{
    height: 99px;
    width: 5px;
    transform: rotateY(-107deg);
    position: absolute;
    right: -5%;
    top: 0px;
    background-image: linear-gradient(to bottom, #d68418, #ad7121);
  }
  .artop5{
    position: relative;
    width: 157px;
    height: 216px;
    /* background-size: cover;
    background-repeat: no-repeat;
    background-position: center; */
    align-items: center;
    display: flex;
  }
  .artop5.ar-4{
    left: 844px;
    top: -894px;
  }
  .artop5.ar-2{
    left: 655px;
    top: -402px;
  }
  .artop5.ar-0{
    left: 420px;
    width: 200px;
    top: 75px;
    height: 230px;
  }
  .artop5.ar-1{
    left: 221px;
    top: -155px;
  }
  .artop5.ar-3{
    left: 29px;
    top: -647px;
  }
  .artlinkspo2.ar-4{
    left: 416px;
    top: -879px;
  }
  .artlinkspo2.ar-2{
    left: 226px;
    top: -386px;
  }
  .artlinkspo2.ar-0{
    left: 11px;
    top: 88px;
  }
  .artlinkspo2.ar-1{
    left: -210px;
    top: -140px;
  }
  .artlinkspo2.ar-3{
    left: -408px;
    top: -633px;
  }
  .artlinkspo2{
    position: relative;
  }
  .artlinkspo2 img{
    background-color: #000;
    border-radius: 24px;

  }
  .div-menu {
    position: relative;
    font-size: 13px;
    width: 820px;
    margin-left: auto;
    margin-right: auto;
    top: -1033px;
    left: 12px;
}
  .play-clip{
    position: absolute;
    background-image: linear-gradient(to right, grey, rgb(199, 199, 199));
    height: 10px;
    width: 60px;
    margin-left: 4px;
  }
  #playlistModal .modal-content{
    background-image: linear-gradient(-45deg, #cc872e, #eeb76f);
    padding: 25px;
  }
  #playlistModal .modal-dialog{
    min-width: 900px;
  }
  .big-clip{
    background-image: linear-gradient(to right, grey, rgb(199, 199, 199));
    width: 700px;
    height: 50px;
    position: absolute;
    top: -8px;
    z-index: 2;
    left: 10%;
  }
  .big-paper{
    background-color: #fff;
    padding: 20px;
    color: #000 !important;
    font-family: 'Mano' !important;
  }
  .big-paper a{
    color: #000 !important;
    text-decoration: none !important;
    font-family: 'Mano' !important;
    padding: 10px;
  }
  .big-paper a .col-9{
    padding-top: 50px;
  }
  .row-month{
    /* background: linear-gradient(to left, rgb(173, 168, 168), white); */
    border-radius: 10px;
  }
  .row-month a{
    color: #000;
    text-decoration: none;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .row-month a.active{
    background-color: #1D8954;
    color: #fff;
    border-radius: 10px;
  }
  .div-alltracks{
    position: relative;
    top: 333px;
  }
  /*carrousel*/
  .div-alltracks .container2 {
    margin: 0 auto;
    width: 345px;
    height: 320px;
    position: relative;
    perspective: 1000px;
  }
  
  .carousel {
    height: 100%;
    width: 100%;
    position: absolute;
    transform-style: preserve-3d;
    transition: transform 1s;
  }
  .carousel div {
    transform-style: preserve-3d;
    
  }
  
  .div-alltracks .item {
    display: block;
    position: absolute;
    background: #000;
    width: 310px;
    height: 310px;
    line-height: 200px;
    font-size: 5em;
    text-align: center;
    color: #FFF;
    opacity: 1;
    transition: transform 1s;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    left: 35px;
  }
  
  .div-alltracks .carall {
    position: relative;
    transition: transform 1s;
    transform: rotateY(-87deg) translateZ(-395px);
  }
  .div-alltracks .next, .div-alltracks .prev {
    color: #607D96;
    border: #607D96 2px solid;
    top: 115px;
    background-color: #ffffffb5;
    padding-bottom: 8px;
    padding-left: 13px;
  }
  .next, .prev {
    position: absolute;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 100%;
    font-size: 20px;
  }
  .next:hover, .prev:hover { color: #000; border: #000 2px solid; }
  .div-alltracks .next { right: 13em; }
  .div-alltracks .prev { left: 13em; }
  /**/
  .div-alltracks .carall.rotate:hover{
    animation: rotate 2s linear infinite;
  }
  @keyframes rotate {
    0%,100%{
      transform: rotateY(-30deg) rotateZ(3deg)
    }
    25%{
      transform: rotateY(-60deg) rotateZ(8deg);
    }
    75%{
      transform: rotateY(0deg) rotateZ(0deg);
    }
  }
  .cdcase{
    height: 310px;
    width: 35px;
    background-size: auto 100%;
    background-position: left;
    position: absolute;
    z-index: 60;
    background: linear-gradient(to top, #000, #2c2c2c);
  }
  /* .cdcase::after{
    content: "";
    height: 310px;
    width: 35px;
    display: block;
    backdrop-filter: blur(3px);
    position: relative;
    z-index: 61;
  } */
  .carall .sqr-lat{
    height: 309px;
    width: 15px;
    transform: rotateY(-90deg) translateX(-7px);
    position: absolute;
    right: -8px;
    top: 0px;
    background-image: url('../img/cd.jpg');
    background-size: 100% 100%;
  }
  .carall .sqr-lat.lat{
    background: linear-gradient(to top, #181818, #474747);
  }
  .trackinfo{
    position: relative;
    z-index: 70;
    color: #fff;
    background-color: #0000009d;
    padding: 20px;
    border-radius: 10px;
    top: -325px;
    height: auto;
    width: 380px;
    left: 325px;
  }
  #album-list{
    text-align: left !important;
  }
  #album-list i, #album-list l{
    font-size: 11px;
  }
  .songsinfo{
    background-color: #00000096;
    color: #fff;
    position: relative;
    backdrop-filter: blur(10px);
    width: 310px;
    height: 310px;
    padding: 10px;
    top: -320px;
    left: 339px;
    transform: rotateY(-90deg) rotateZ(3deg);
    opacity: 0;
    transition: opacity 1s;
    overflow-y: auto;
    overflow-x: hidden;
  }
  #div-artists{
    background-image: radial-gradient(#fff, rgb(167, 143, 98));
    padding: 3rem;
  }
  #div-historial{
    background-image: linear-gradient( #000, rgb(39, 57, 163));
    padding: 3rem;
  }
  #div-historial h1 a, #div-historial h2 a{
    text-decoration: none;
  }
  #div-cartel{
    background-color: #a7003a;
    padding: 3rem;
  }
  .row-artistsall.photo{
    background-image: radial-gradient(#fff, rgb(167, 143, 98));
    border-radius: 10px;
    width: 800px !important;
  }
  .row-artistsall.photo .col-artistsquare{
    width: 33% !important;
  }
  #div-artists h1 a{
    color: rgb(58, 49, 0);
    text-decoration: none;
  }
  #div-cartel .pagetitle a{
    color: #fff;
    text-decoration: none;
  }
  .artist-photo{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: #333333 10px solid;
    margin-top: 10px;
    margin-bottom: 15px;
    cursor: pointer;
  }
  .artist-photo2 img{
    border: #333333 10px solid;
    margin-top: 10px;
    margin-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
  .row-artistsall .data-name{
    font-family: 'Nexa';
    /* position: relative; */
    background-image: linear-gradient(45deg, rgb(189, 161, 7), rgb(255, 246, 169));
    padding: 5px 15px;
    border-radius: 10px;
    color: rgb(83, 71, 0);
    top: 272px;
    border: rgb(161, 138, 4) 1px solid;
  }
.artist-photo-icon{
    /* position: relative; */
    top: 153px;
    left: 40%;
  }
  .artist-photo-icon.spotilink{
    left: -40%;
  }
  .row-artistsall p{
    position: relative;
    top: -6px;
    left: 42%;
  }
  .row-artistsall .topart{
  font-family: 'Nexa';
    /* position: relative; */
    background-image: linear-gradient(45deg, rgb(189, 161, 7), rgb(255, 246, 169));
    padding: 5px 10px;
    padding-top: 15px;
    border-radius: 100%;
    color: rgb(83, 71, 0);
    top: -39px;
    left: -14px;
    border: rgb(161, 138, 4) 1px solid;
    width: 55px;
    height: 55px;
    text-align: center;
  }
  .artist-photo2 l{
    font-family: 'Nexa';
    /* position: relative; */
    background-image: linear-gradient(45deg, rgb(189, 161, 7), rgb(255, 246, 169));
    padding: 5px 15px;
    border-radius: 10px;
    color: rgb(83, 71, 0);
    top: -48px;
    border: rgb(161, 138, 4) 1px solid;
  }
  #artistModal{
    backdrop-filter: blur(10px);
  }
  #artistModal .modal-content{
    background-color: transparent;
    border: none;
  }
  #artistModal .modal.show .modal-dialog {
    max-width: 100%;
    width: 50%;
  }
  .div-player{
    backdrop-filter: blur(10px);
    color: #fff;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
  }
  .player-list{
    background-color: rgba(14, 0, 31, 0.5);
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 0px 0px 20px 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    transition: all 0.3s ease;
  }
  .player-detailsf{
    background-color: #2e2e2e;
    border-radius: 20px 20px 0px 0px;
  }
  .player-details{
    background-color: rgba(14, 0, 31, 0.5);
    border-radius: 20px 20px 0px 0px;
    padding: 30px;
    transition: all 0.3s ease;
  }
  .col-infosong h5{
    opacity: 0.8;
  }
  .col-infosong h6 a{
    color: #fff;
    text-decoration: none;
    font-size: 15px;
  }
  .col-infosong h6 a l{
    border-radius: 100%;
    border: #fff 2px solid;
    font-size: 15px;
    padding-right: 6px;
    padding-left: 5px;
  }
  audio {
    width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
    margin-top: 30px;
    background-color: transparent;
}
audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-panel {
    background-color: rgba(177, 177, 177, 0.692);
}
.text-right{
  text-align: right;
}
.div-selectsong{
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
  transition: all 0.5s ease;
  cursor: pointer;
}
.div-selectsong:hover,.div-selectsong.active{
  background-color: gray;
}
.player-list hr{
  margin: 0px !important;
}
.sqe{
  background-color: white;
    color: #676767;
    border-radius: 5px;
    font-weight: bold;
    font-size: 13px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-right: 5px;
    padding-left: 5px;
}
#div-songs .row-month{
  text-align: center;
  color: #fff;
}
#div-songs .row-month a{
  color: #fff;
}
.a-recent{
  color: #fff !important;
  text-decoration: none !important;
}
.div-pages{
  text-align: center;
}
.div-pages a{
  text-decoration: none;
  color: #2c2c2c !important;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px;
  cursor: pointer;
  margin-left: 3px;
  margin-right: 3px;
  width: 31px;
  height: 31px;
  text-align: center;
  display: inline-block;
}
.arr-up{
  font-size: 30px;
  rotate: -90deg;
  color: rgb(162, 235, 162);
}
.arr-do{
  font-size: 30px;
  rotate: 90deg;
  color: rgb(250, 129, 129);
}
.arr-dot{
  font-size: 30px;
  color: lightskyblue;
}
.loader{
  display: none;
  opacity: 0;
  transition:opacity 0.3s ease;
}
.loader.active{
  position: absolute;
  width: 100%;
  height: 150%;
  top: 0px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background-color: #000;
  opacity: 1;
  z-index: 10000;
}
#chartModal .modal-dialog{
  min-width: 95%;
}
#chartModal .btn-close{
  margin-left: 0px !important;
}
#chart{
  margin-bottom: 50px;
}
#chart svg{
  transform: rotate(180deg) rotateY(180deg);
}
#chart .ct-label{
  transform: rotate(180deg)  rotateY(180deg);
  align-items: center;
  justify-content: start;
  margin-top: 13px;
}
.ct-series-a .ct-line, .ct-series-a .ct-point{
  stroke: #2c6fd3 !important;
}
.div-festival{
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../img/cartel.png'), linear-gradient(to bottom, #a7003a,#000);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 85px 100px 310px 100px;
}
.div-festival small{
  margin-left: 50px;
}
.div-festival h1{
  font-size: 40px;
}
.div-festival h3{
  font-size: 28px;
}
.div-festival h4{
  font-size: 25px;
}
.div-festival h5{
  font-size: 20px;
}
.nondeco{
  text-decoration: none !important;
}
.festarti{
  white-space: normal;
}
.festarti div{
  display: inline-flex;
  margin-left: 10px;
  margin-right: 10px;
}
.text-gold{
  color: gold !important;
}
.festtitle{
  font-family: 'Dex';
  text-align: center;
  font-size: 114px !important;
  line-height: 105px;
}
.festtitle, .fest-day{
  text-shadow: 0px 0px 20px #000;
  color: #fff;
}
.cartelname-1{
  color: #FF005A !important;
}
.cartelname-2{
  color: #fff200 !important;
}
.cartelname-3{
  color: #00ffbb !important;
}
.cartelname-6{
  color: #8BFF85 !important;
}
.cartelname-7{
  color: #00D6FF !important;
}
.cartelname-4{
  color: #FFB400 !important;
}
.cartelname-5{
  color: #ffffff !important;
}
.cartelname-8{
  color: #d8a4ff !important;
}
.cartelname-9{
  color: #15ff00 !important;
}
.cartelname-10{
  color: #fff !important;
}
.btn-fest{
  position: relative;
  font-size: 13px;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  top: -1347px;
  left: -175px;
  color: #fff;
  font-weight: bolder;
  background-color: #FF005A;
  text-shadow: 0px 0px 20px #000;
  padding-top: 5px;
  padding-bottom: 5px;
  transform: rotate(-14deg);
  font-size: 16px;
  transition: all 0.3s ease;
}
.btn-fest:hover{
  transform: rotate(0deg);
  font-size: 20px;
  width: 130px;
}
.btn-fest a{
  color: #fff;
  text-decoration: none;
}
.artlinkspo{
  color: transparent;
}
.row-table{
  font-size: 20px;
  border-radius: 20px;
}
.row-table .col-thead{
  background-color: #000;
  color: #fff;
  font-weight: bolder;
}
.row-table .col-tbody{
  background-color: #d7d7d7;
  color: rgb(88, 88, 88);
  font-weight: bolder;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: #000 solid 1px;
}
.row-table .col-tbody.active{
  background-color: #9ade9a;
}
.row-artistcontrols{
  background-color: #292929;
  border-radius: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 10px;
  margin-bottom: 30px;
  max-height: 40px !important;
}
.div-info-festival{
  font-weight: bold;
  position: relative;
  text-align: center;
  top: 192px;
}
@media screen and (max-width: 1024px) {
    .divstudio1{
        width: 992px;
        height: 992px;
    }
    #div-tracks .track2 {
      top: 7px;
    }
    #div-tracks .track1 {
      top: -241px;
    }
    #div-tracks .track3 {
      top: -509px;
    }
    #div-tracks .track35 {
      top: -375px;
    }
    #div-tracks .track4 {
      top: -656px;
    }
    .divstudio4{
      width: 100%;
      height: auto;
  }
  #div-cartel{
    overflow-x: scroll;
  }
}
@media screen and (max-width: 991px) {
  .divstudio1{
    width: 100%;
}
  #playlistModal .modal-dialog {
    min-width: auto;
}
.big-clip {
  width: 80%;
}
#playlistModal .modal-content {
  padding: 0px;
}
.big-paper a .col-9 {
  padding-top: 10px;
}
#div-tracks .row-month{
  position: absolute;
    z-index: 30;
    top: 322px;
    max-width: 500px;
    background: linear-gradient(to right, #D9AC84, #B4835B);
    left: 26%;
    font-weight: bolder;
}
#artistModal .modal.show .modal-dialog {
  width: 900px;
}
}
@media screen and (max-width: 767px) {
  .div-menu .btn{
    margin-top: 30px;
  }
  #div-tracks .track2 {
    top: 15px;
  }
  #div-tracks .track1 {
    top: -232px;
  }
  #div-tracks .track3 {
    top: -501px;
  }
  #div-tracks .track35 {
    top: -367px;
  }
  #div-tracks .track4 {
    top: -646px;
  }
  #div-tracks .row-month {
    left: 52%;
  }
  .div-alltracks .next { right: 16em; }
  .div-alltracks .prev { left: 16em; }
  .btn-fest {
    top: -1528px;
  }
  .divinfohome{
    padding: 1.5rem;
}
}
@media screen and (max-width: 650px) {
  #chart .ct-label.ct-horizontal{
    font-size: 10px !important;
  }
}
@media screen and (max-width: 600px) {
  #div-historial {
    padding: 1rem;
  }
}
@media screen and (max-width: 525px) {
  #div-artists .row-month a.active, #div-cartel .row-month a.active{
    background-color: transparent;
  }
  #div-artists .row-month .col-4, #div-cartel .row-month .col-4{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #div-artists .col-4:has(.active), #div-cartel .col-4:has(.active) {
    background-color: #1D8954;
    border-radius: 10px;
  }
  #div-songs .row-month a.active{
    background-color: transparent;
  }
  #div-songs .row-month .col-4{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #div-songs .col-4:has(.active) {
    background-color: #1D8954;
    border-radius: 10px;
  }
  .artist-photo-icon{
    left: 35%;
  }
  .artist-photo-icon.spotilink{
    left: -35%;
  }
  .row-table {
    font-size: 15px;
}
}
@media screen and (max-width: 465px) {
    #div-welcome h1,#btnlogin{
        margin-left: 0px;
    }
    #div-welcome h1{
        font-size: 40px;
        padding-top: 270px;
    }
    #div-artists{
      padding: 1rem;
    }
}
@media screen and (max-width: 449px) {
  #div-tracks .row-month {
    left: 83%;
    width: 500px !important;
}
}