html {
  padding: 0;
  margin: 0;
}

body{
    background-image: url(/images/PATTERN-min.png),url(/images/fondo-min.jpg); 
  -webkit-background-size: contain,cover;
  -moz-background-size: contain,cover;
  -o-background-size: contain,cover;
  background-size: contain,cover;
  font-family: 'Quicksand', sans-serif;
}

@font-face {
    font-family: avenir;
    src: url(/fonts/avenir.woff);
}
@font-face {
    font-family: futura;
    src: url(/fonts/futura_extra_black.woff);
}

a:hover { text-decoration: none; }

h1, h2, h3, h4, h5, h6 { 
  font-family: 'Quicksand', sans-serif; 
  margin: 30px 0 50px 0;
}

p { 
  font-family: 'Quicksand', sans-serif;
  margin: 15px 15px 15px 10px;
  line-height: 1.7rem;
  font-size: 1.2rem;
}

li { list-style: none; }

img {
  width: 100%;
  height: auto;      
}

.wrapper {
  background-color: rgba(255,255,255,.9);
  border-right: 1px solid black;
  border-left: 1px solid black;
  border-color: #eee;
  -webkit-box-shadow: 0px 2px 48px 1px rgba(0,0,0,0.67);
  -moz-box-shadow: 0px 2px 48px 1px rgba(0,0,0,0.67);
  box-shadow: 0px 2px 48px 1px rgba(0,0,0,0.67);
}

.bg-section { background-color: rgba(255,0,63,0.45); color: #fff; border: 0 }

.custom-control-label::before { border: 1px solid #F488A3; }

.container { text-align: center; }

.uppercase { text-transform: uppercase; }

.img-container {
  margin: auto;
  max-width: 75%;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.text-center { text-align: center; }
.text-left { text-align: left; }

.artist {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
}

.artist-sec {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}

.main-title { font-size: 25px; }

/*PADDING & MARGIN*/

.pb-50 { padding-bottom: 50px; }
.p-100 { padding-top: 100px; padding-bottom: 100px; }


/* Navigation Settings */
nav {
  width: 100%;
  height: 70px;
  background: rgba(255,255,255,0);
}

nav ul { padding:0; }

nav li {
  display: inline-block;
  padding: 24px 10px;
}

nav li a {
  color: #ff00a7;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 1em;
}

/* Page content */
.content {
  padding: 16px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  background: rgba(255,255,255,.9);
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}

nav.sticky { padding: 0px; z-index: 999; }
nav.sticky li { padding: 20px 45px 0 0; }

#btn-mobile {
  cursor: pointer;
  position: fixed;
  top: 20px;
  right: 5px;
}

/*button mobile bars*/

.boton-mobile {
    display: inline-block;
    cursor: pointer;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

/**/

#footer {
  background: #171616;
  padding: 15px 0;
  color: #b7b4b4;
}

#footer a {
  color: #ff00a7;
}

/*FORM*/

.form_input, [class*="form_input-"] {
    display: block;
    width: 100%;
    padding: 0.65em;
    border: 1px solid #bfc1c3;
    transition: 0.4s;
    color: #6f777b;
}

.button, [class*="button-"] {
    background: #6f777b;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    padding: 0 1em;
    line-height: 2.4;
    font-weight: lighter;
    transition: 0.4s;
    border: 1px solid;
    border-color: transparent;
    cursor: pointer;
    text-decoration: none;
}

.success {
  display: none;
  position: absolute;
  width: 310px;
  height: 115px;
  padding: 15px;
  background-color: rgba(57, 202, 57, .9);
  border-radius: 10px;
  color: #fff;  
  top: 5%;
  right: 5%;
}

.error {
  display: none;
  position: absolute;
  width: 310px;
  height: 115px;
  padding: 15px;
  background-color: rgba(255, 0, 0, .9);
  border-radius: 10px;
  color: #fff;  
  top: 5%;
  right: 5%;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 0;
    margin-bottom: 15px;
}

/*FIN FORM*/

.logo-img { width: 50%; }
.relative { position: relative; }
.btn-comprar{
  text-transform: uppercase;
  cursor: pointer;
  margin: auto;
  background-color: #e3446b;
  color: #fff;
  border: 0;
  font-size: 2rem;
  font-weight: 700;
  padding: 0 15px;
}
.btn-comprar:hover{
  color: #fff;
}

/*EFECTO PULSE*/

.pulse {
  background: #e3446b;
  cursor: pointer;
  box-shadow: 0 0 0 rgb(227, 68, 107);
  animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(227, 68, 107)
  }
  70% {
      -webkit-box-shadow: 0 0 0 15px rgba(89,27,42, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(89,27,42, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgb(227, 68, 107)
    box-shadow: 0 0 0 0 rgba(89,27,42, 0.9);
  }
  70% {
      -moz-box-shadow: 0 0 0 15px rgba(89,27,42, 0);
      box-shadow: 0 0 0 15px rgba(89,27,42, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(89,27,42, 0);
      box-shadow: 0 0 0 0 rgba(89,27,42, 0);
  }
}

/*COOKIE BAR*/

#barraaceptacion {
  display:none;
  position:fixed;
  left:0px;
  right:0px;
  bottom:0px;
  padding-bottom:40px;
  width:100%;
  text-align:center;
  min-height:40px;
  background-color: rgba(0, 0, 0, 0.5);
  color:#fff;
  z-index:99999;
}

.inner {
  width:100%;
  position:absolute;
  padding-left:5px;
  font-family: Quicksand;
  font-size:17px;
  top:30%;
}

.inner a.ok {padding:4px;color:#ff00a7;text-decoration:none;}
.inner a.info {padding-left:5px;text-decoration:none;color:#ff00a7;}



/*RESPONSIVE*/

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (max-width: 809px){
  .logo-img { width: 100%; }
  .main-title { font-size: 1.3rem !important; }
  #navbar{display: none;}
  #navbar-mobile {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 800;
  }
  #navbar-mobile li {    
    display: block;
    padding: 15px 0px;
    background: rgba(255,255,255,0.85);
  }
  #btn-mobile{
    display: block;
    z-index: 999;
  }
  .btn-comprar{ font-size: 1.5rem; }
  .custom-control {
    padding-left: 1.5rem;
    margin-bottom: 15px;
  }
}
@media (min-width: 810px){
  #navbar{display: block;}
  #navbar-mobile {display: none;}
  #btn-mobile{
    display: none;
  }
}
@media (min-width: 810px) and (max-width: 1110px) {
  nav li a { 
    font-size: 12px; 
    letter-spacing: 1.6px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

/*titulo artistas*/

@media (min-width: 992px) and (max-width: 1200px) {
  .artist {
    font-size: 2.7rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .artist-sec {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.2;
}
#barraaceptacion { min-height:80px; }
}

@media (min-width: 767px) and (max-width: 992px) {
  .artist {
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .artist-sec {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
}
#barraaceptacion { min-height:80px; }
}

@media (min-width: 290px) and (max-width: 767px) {
  .artist {
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .artist-sec {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.2;
}
#barraaceptacion {
    padding-bottom:40px;
    min-height:100px;
  }

  .inner { font-size: 14px; }
}