:root {
  --naranja:#ff6633;
}


body {
  max-width: 100%;
  overflow-x: hidden;
  color:var(--color);
  font-family: 'Lato', sans-serif;
  text-align: center;
  padding:0;
  background-color: #f4f4f4;
}

img {
  display: block;
  margin: 0;
  max-width: 100%
}

header {
  padding: 30px 5vw 0;
}

header img {
  width: 50%;
  max-width: 120px;
  margin: 15px auto 30px;
}

h1 {
    color: #222;
      font-size: 24px;
}

h1 span {color:var(--naranja);}

p {
  line-height: 1.4;
  color: #646464;
  max-width: 90%;
  margin: 0 auto;
  font-size: 14px;
}

p a {
  display: inline-block;
  color: var(--naranja);
  font-weight: 700;
  border-bottom: 1px var(--naranja) dotted;

}
h3 {
  color: var(--naranja);
  font-size: 18px;
  letter-spacing: 15px;
  font-weight: 900
}

h3 span {
  display: inline-block;
  color: #484848;
}


.playerZeno  {
  position: fixed;
  left:0; width: 100%;
  bottom:-80px;
  overflow: hidden;
  height: 60px; filter: invert(1);
  transition: bottom 600ms ease-out;
  z-index: 1;
}


.loaded .playerZeno {
  bottom: -2px;
}




h2 {
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 1;
}

h2 span {
    color: #fff;
    font-weight: 900;
    display: inline-block;
}



.loaded  .disco{
  width: 75vw;
}


.disco {
  background-repeat: no-repeat;
  background-position: left center,right center;
  background-size: auto 100%, auto 100%;
  height: 50vw;
  width: 50vw;
  -webkit-transition: width 500ms ease-out;
  -o-transition: width 500ms ease-out;
  transition: width 500ms ease-out;
  z-index: 0;
}

.disco div {
    box-shadow: 0 12px 8px -8px rgba(0,0,0,.8);
    position: absolute;
    height: 50vw;
    width: 50vw;
    margin: 0
}

@media only screen and (max-width: 799px) {
  .disco {
    margin: 15vw auto 15px;
    background-image: url(../img/tapaboton.jpg),url(../img/disco-entero.png);
  }
  a.disco {
    display: block;
    margin: 5vw auto
  }
  div.disco {
    display: none;
  }

    .playerZeno iframe, .playerZeno {
      display: none;
    }

    footer {
      display: none
    }
}

@media only screen and (min-width: 800px) {
  a.disco {
    display: none;
  }
  body {
      min-height: 100vh;
  }

  header{
    display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
              align-items: center;
  }

  header img {
    margin: 0;
  }
  .loaded  .disco{
    width: 45vw;
  }
  .disco {
      background-image: url(../img/tapa.jpg),url(../img/disco-entero.png);
  }
  .disco,
  div.barca {
    width: 30vw;
    height: 30vw;
    left: 50%;
    top: 50%;
    position: fixed;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }

  .disco div {width: 30vw; height: 30vw}

  .playerZeno iframe {
    position: absolute;
    left:0;
    width: calc(100% + 40px); /* mobiela era + 30*/
    top:-182px;
    border:0;
    margin: 0;
    padding: 0;
    outline: none;
  }


  .playerZeno:hover {
    height: 186px;
    /* height: 240px;*/
    filter: invert(0);
  }
  .playerZeno:hover iframe {top:-56px;}


  div.barca {
    display: -ms-grid;
    display: grid;
    place-items: center;
    background-color: yellow /*  rgba(0,0,0,0) */;
    background: url(../img/contra.jpg);
    background-size: cover;
    opacity: 0;
    z-index: 1;
    margin: 0 auto;
    max-width: 30vw;
    padding:0 3vw;
    box-shadow: 0 12px 8px -8px rgba(0,0,0,.8);
  }

  .loaded .barca:hover {
    opacity: 1;
        transition: opacity 400ms;
  }

  .loaded .barca:hover + .disco {
    opacity: 0;
  }

  footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    max-height: 60px;
    padding-top: 4px;
    background-color: var(--naranja);
  }

  .loaded footer {
    bottom:-60px;
  }

  p {
    min-width: 90%;
      color: #f4f4f4;
  }

  h1 {font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 2px;
  color: #f4f4f4;
 }



}


@media only screen and (min-width: 1280px) {

  h1 {
    font-size: 36px;
    max-width: 70%;
    margin: 0 auto 15px;
  }

}
