@import url('https://fonts.googleapis.com/css?family=Alfa+Slab+One&display=swap');

a,a:hover{
  color:white;
  font-weight: 700;
}

h1,h2,h3{
  font-family: 'Alfa Slab One', cursive;
}


.testMode{
  position: absolute;
  padding: 10px;
  background-color: red;
  color: white;
  text-align: center;
  width: 100%;

}

.user{
  position: absolute;
  top:30px;
  left:30px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border:2px solid black;
  background-position: center;
  background-size: cover;
}

.special{
  font-family: 'Alfa Slab One', cursive;
}

button:focus {outline:0;}
input::placeholder { color: #eeeeee}
.loader{
  position: absolute;
  top:50%;
  left: 50%;
  margin-top: -42px;
  margin-left: -42px;
  z-index: 999;
  display: none;
}

.rock{
  max-width: 400px;

}

body{
	background: url('../img/back.jpg');
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
  background-size: cover;
  color:white;
  padding-bottom: 30px;
  min-height: 100vh;
  font-size: 1em;
}

.owl-carousel .owl-item img{
  width: auto;
  display: inline;
}

.owl-carousel .owl-item{
  min-height: 500px;
  padding-top: 150px;
}

.owl-carousel-inner .owl-item{
  padding-top: 10px;
  min-height: auto;
} 

.owl-carousel-inner .owl-item img{
  width: 200px;
}

.owl-carousel .owl-nav button span{
  font-size: 4em;
}

.owl-carousel-inner .playlist .image img{
  border:5px solid white;
  cursor: pointer;
  position: relative;
}

/*.owl-carousel-inner .playlist .title{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  background: rgba(0,0,0,.4);
  color: white;
  padding: 10px;
}*/

.owl-carousel-inner .playlist .image img{
  border:5px solid black;
}

.owl-carousel-inner .playlist.active .image img{
  border:5px solid white;
}

.owl-carousel-inner .playlist.active::after{
  content:"Seleccionado";
  display: block;
  position: absolute;
  border-radius: 10px 10px 0 0;
  bottom: 0;
  left: 50%;
  margin-left: -75px;
  width: 150px;
  padding: 10px;
  background-color: white;
  color:black;
}


.spotify{
  background: #2FAB31;
  border:0;
}

.spotify:hover{
  background: #2FAB31;
}

.btn.top{
  position: absolute;
  top: 50px;
  right:50px;
}

.owl-carousel .owl-item img.logo{
  position: absolute;
  top: 50px;
  left:50px;
  width: 150px;
}

.owl-carousel .owl-item img.logo-awards{
  width: 180px;
}

.text{
  padding-top: 90px;
}

.step{
  border-radius: 100%;
  width: 100px;
  height: 100px;
  border: 6px solid white;
  text-align: center;
  color:white;
  padding-top: 18px;
  margin: auto;
  margin-bottom: 15px;


}

.step .description{
  font-size: .8em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1em;
}

.step .number{
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1em;
  font-family: 'Alfa Slab One', cursive;

}

form label{
  font-size: 1.5em;
  font-family: 'Alfa Slab One', cursive;

}

form .text-muted{
  color:black!important;
}

.rey_user_img{
  width: 150px;
  height: 150px;
  border-radius: 100%;
  border:solid 2px white;
  margin-bottom:20px;
  margin-right: 20px;
}

.list-group-item{
  padding: 5px;
  background: none;
  position: relative;
  border-bottom:1px solid rgba(256,256,256,.4);
  padding-bottom:10px;
}

.promotion{
  position: absolute;
  top:4px;
  right:10px;
}

/* .list-group-item a{
  color:#007bff;
} */

/*menu*/
#cssmenu{
  z-index: 999;
  background: black;
}


.btn{
  margin-bottom: 10px;
  font-family: 'Alfa Slab One', cursive;

}

@media (max-width: 600px) {
  .btn.top{
    position: fixed;
    bottom:0px;
    left: 5%;
    height: 40px;
    width:90%;
    display: block;
    top:inherit;
  }
}



.record{
  font-size: 3em;
  text-align: center;
}

.timer:after{
  content: '';
  /*background: url("../img/clock.png") no-repeat;*/
  background-size: 100% auto;
  width: 20px;
  height: 22px;
  display: block;
  position: absolute;
  top: -6px;
  right:-25px;
}

.timer{
  margin-top: 30px;
  width:97%;
  height:10px;
  background: #E0E0E0;
  position: relative;
  border-radius: 5px;
}

.timer .timer_bar{
  background: #2FAB31;
  width: 100%;
  height: 10px;
}

.facebook_share{
  width: 1280px;
  height: 640px;
  background: url('../img/back.jpg');
  padding: 100px;

}

.facebook_share h1{
  font-size:10em;
  font-family: 'New Rocker', cursive;

}

.facebook_share h2{
  font-size: 3em;
  font-family: 'Oswald', cursive;
}

.rocker{
  font-size:3em;
  font-family: 'New Rocker', cursive;
}

.rocker.big{
  font-size:5em;
}

.card{
  background: rgba(0,0,0,.4);
  border:2px solid white;
  margin-bottom:20px;
}

.card li{
  margin-bottom:20px;
}

@media (max-width: 600px) {
  .show-large {
    display: none;
  }
}


