body {
  background-color: #000000;
  font-family: 'Josefin Sans', sans-serif;
}

@media screen and (min-width: 769px) {
  body {
    /*background-color: blue */
  }
}

@media screen and (max-width: 768px) {
  body {
    /*background-color: red */
  }
}

@media screen and (max-width: 480px) {
  body {
    /*background-color: yellow */
  }
}

footer {
  background-color: rgba(95, 95, 95, 0.54);
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 768px) {
  footer .caja-footer {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  footer .caja-footer {
    display: block;
    width: 100%;
  }
}

.caja-footer {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  min-height: 250px;
  box-sizing: border-box;
  padding: 1em;
  margin: 0 0 2em 0;
  box-shadow: inset -1px 0px 0px 0px rgba(255, 255, 255, 0.13);
  text-align: center;
}

.caja-footer .link-footer {
  text-decoration: none;
  color: #fff;
  font-weight: 900;
  padding: 0;
  margin-bottom: 2em;
  border-bottom: solid 1px rgba(255, 255, 255, 0.29);
}

.link-footer-block {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #FFF;
  text-align: left;
  padding: 1em 0 0 1em;
}

.link-footer-block:hover {
  text-decoration: underline;
}

.info-footer {
  color: #FFF;
  text-align: left;
  padding: 1em 0 0 1em;
}

.declaracion {
  margin: 0 auto;
  font-size: 16px;
  height: 50px;
  background-color: rgba(47, 47, 47, 0.75);
  padding-top: 10px;
}

aside {
  text-align: center;
  position: fixed;
  right: 0;
  top: 25%;
  width: 50px;
  border-radius: 0.3em;
  z-index: 999;
  background: rgba(234, 233, 231, 0.22);
}

@media screen and (max-width: 480px) {
  aside {
    background-color: rgba(255, 255, 255, 0);
    font-size: 12px;
    text-shadow: 3px 3px 10px rgba(255, 255, 255, 0.62);
  }
}

.btn-mas {
  font-size: 1.5em;
  text-align: center;
  margin: 0 auto;
  display: block;
  text-decoration: none;
  width: 100px;
  padding: 0.5em 1em;
  color: #000;
  transition: all 0.3s linear;
  box-shadow: inset 0px 0px  0px  2px #000000, inset 0px 0px  0px  0px #000000;
}

.btn-mas:hover {
  color: #fff;
  box-shadow: inset 0px 0px 0px 2px #000000, inset 250px 0px 0px 0px rgba(0, 0, 0, 0.96);
}

.iconos {
  font-size: 2.5em;
  color: black;
  text-decoration: none;
  transition: all 0.2s linear;
}

.iconos:hover {
  color: rgba(2, 2, 2, 0.76);
  font-size: 3em;
}

* {
  padding: 0;
  margin: 0;
}

header {
  background: rgba(255, 255, 255, 0.85);
  width: 100%;
  height: 50px;
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.21);
  position: fixed;
  z-index: 999;
}

@media screen and (max-width: 768px) {
  header {
    height: 60px;
  }
}

header ul {
  list-style: none;
  display: flex;
  -webkit-display: flex;
  justify-content: center;
  z-index: 999;
}

header li {
  box-shadow: inset -1px 0px 0px rgba(0, 0, 0, 0.37);
  text-align: center;
  z-index: 999;
}

@media screen and (max-width: 768px) {
  header li {
    box-shadow: inset 0px -1px 0px #000000;
  }
}

header a {
  padding: 15px 20px;
  z-index: 999;
  cursor: pointer;
  color: #050505;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  box-sizing: border-box;
  box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.69);
  transition: all 0.5s linear;
}

header a:hover {
  /*background-color: rgba(0, 0, 0, 0.62) */
  box-shadow: inset 1000px 0px 0px 0px black;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  header a {
    width: 100%;
    text-align: center;
  }
}

#home {
  position: absolute;
  top: 0;
  width: 120px;
  height: 60px;
  z-index: 1;
}

label {
  display: none;
  font-size: 3em;
  color: #ffffff;
  cursor: pointer;
  padding: 0em  0.3em;
  height: 50px;
  width: 40px;
}

@media screen and (max-width: 768px) {
  label {
    display: block;
  }
}

.menu {
  transition: all 0.5s;
  z-index: 9;
}

@media screen and (max-width: 768px) {
  .menu {
    position: absolute;
    background: rgba(255, 255, 255, 0.81);
    width: 70%;
    margin-left: -70%;
  }
  .menu ul {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .menu li {
    border: none;
  }
}

#btn-menu {
  display: none;
}

@media screen and (max-width: 768px) {
  #btn-menu:checked ~ .menu {
    margin: 0;
  }
}

.btn-abre {
  height: 50px;
  width: 50px;
  margin: 6px 10px 5px 10px;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  box-shadow: inset 0px 9px 0px #000000, inset 0px 20px 0px #ffffff, inset 0px 28px 0px #000000, inset 0px 39px 0px white, inset 0px 30px 0px #ffffff, inset 0px 46px 0px #000000;
}

@media screen and (max-width: 768px) {
  .btn-abre {
    opacity: .9;
  }
  .btn-abre:hover {
    opacity: 1;
  }
}

.arriba {
  background-color: white;
  padding: 12px 10px;
  font-size: 1.5em;
  color: #000000;
  text-decoration: none;
  font-weight: 900;
  box-shadow: inset 0px 0px 0px 1px #f7f7f7, inset 0px 0px 0px 3px #000000;
  position: fixed;
  right: 5px;
  top: 85%;
  z-index: 999;
  transition: all 0.5s linear;
  opacity: .3;
}

.arriba:hover {
  background-color: rgba(0, 0, 0, 0.87);
  transform: rotateY(180deg);
  color: #FFF;
  line-height: 0.7em;
  opacity: 1;
  box-shadow: 3px 3px 5px rgba(10, 10, 10, 0.57);
}

#contacto {
  text-align: center;
  box-sizing: border-box;
  position: relative;
}

.barra {
  width: 90%;
  margin: 0.5em auto;
  height: 10px;
  padding: 0.3em 1em;
}

label {
  font-size: 1em;
  height: 20px;
  margin: 0;
}

.grande {
  height: 40px;
}

#submit {
  width: 110px;
  left: 15px;
  height: 30px;
  font-size: 1.1em;
  cursor: pointer;
  transition: all 0.2s linear;
  box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.62);
  padding: 0;
}

#submit:hover {
  background-color: #121212;
  color: #ffffff;
}

h1 {
  color: #000000;
  position: absolute;
  top: 0;
  width: 150px;
  height: 45px;
  font-size: 24px;
  /*background-color: #fff */
  text-align: center;
  padding: 10px 0 0 0.5em;
  z-index: 2;
  cursor: pointer;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 500;
}

h1:after {
  content: "";
  position: absolute;
  top: 3px;
  right: -35px;
  height: 49px;
  width: 49px;
  background-image: url("logo.png");
  background-size: 49px;
  opacity: .6;
}

h1 span {
  font-size: 12px;
  text-align: center;
  display: block;
  margin: 0 0 0 5px;
}

h2 {
  background-color: rgba(0, 0, 0, 0.56);
  border-radius: 5px;
  text-align: center;
  font-size: 3em;
  position: absolute;
  display: table;
  right: 37%;
  top: 0;
  margin-top: 2em;
  color: #fff;
  padding: 0.5em;
  z-index: 2;
  box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.62);
}

@media screen and (max-width: 1366px) {
  h2 {
    right: 25%;
  }
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 2.5em;
    position: relative;
    right: 0px;
    top: 0;
    display: block;
    background-color: #ffffff;
    color: #000;
    margin: 0;
  }
}

@media screen and (max-width: 480px) {
  h2 {
    font-size: 1.5em;
    margin: 1em auto;
    top: 0;
    right: 0;
    position: relative;
    display: block;
    color: #000000;
    width: 70%;
    background-color: #ffffff;
    box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.62);
  }
}

h2 span {
  font-size: 0.5em;
  display: block;
  text-align: right;
}

@media screen and (max-width: 768px) {
  h2 span {
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  h2 span {
    text-align: center;
  }
}

h3 {
  text-align: center;
  font-size: 2em;
}

@media screen and (max-width: 480px) {
  h3 {
    font-size: 1.5em;
  }
}

.contenedor {
  margin: 0 auto;
  padding: 60px 0 0 0;
}

@media screen and (min-width: 768px) {
  .contenedor {
    margin: 0 0 2em 2;
  }
}

.contenedor .links-inicio {
  position: absolute;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  top: 300px;
  left: 0;
  right: 0;
  width: 60%;
  margin: 0 auto;
  z-index: 1;
  /*background-color: #fff */
}

@media screen and (min-width: 769px) {
  .contenedor .links-inicio {
    /*background-color: #ff8000 */
    top: 300px;
  }
}

@media screen and (max-width: 768px) {
  .contenedor .links-inicio {
    top: 350px;
    width: 90%;
    /*background-color: #0c7b21 */
  }
}

@media screen and (max-width: 480px) {
  .contenedor .links-inicio {
    top: 300px;
    width: 80%;
    /*background-color: #00baff */
  }
}

.contenedor .links-inicio .entradas {
  transition: all 0.2s linear;
  background-color: rgba(0, 0, 0, 0.94);
  box-shadow: inset 0px 0px 0px rgba(255, 255, 255, 0.85), inset 0px 0px 0px 3px rgba(255, 255, 255, 0.85), 5px 5px 10px rgba(0, 0, 0, 0.88);
  padding: 0.3em 1em;
  margin: 5px;
  font-size: 1.5em;
  text-decoration: none;
  color: #fffbfb;
  cursor: pointer;
  z-index: 1;
  text-transform: capitalize;
  text-align: center;
}

.contenedor .links-inicio .entradas:hover {
  box-shadow: inset 0px 0px 0px 3px rgba(0, 0, 0, 0.85), inset 300px 0px 0px 0px white;
  color: #000000;
}

#banner-tenor {
  width: 200px;
  line-height: 2.3em;
  height: 50px;
  margin: 5px auto;
}

@media screen and (min-width: 768px) {
  #banner-tenor:hover:before {
    content: "";
    color: #ffffff;
    position: absolute;
    width: 300px;
    height: 175px;
    background-image: url("../images/miniatura-tenor.jpg");
    top: 70px;
    left: -7.5%;
    opacity: .7;
    box-sizing: border-box;
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.58);
    transition: all 1s linear;
  }
}

@media screen and (max-width: 768px) {
  #banner-tenor {
    font-size: 1em;
    height: 30px;
  }
}

@media screen and (max-width: 480px) {
  #banner-tenor {
    font-size: 1em;
    height: 30px;
  }
}

#banner-shoes {
  width: 200px;
  line-height: 2.3em;
  height: 50px;
  margin: 5px auto;
}

@media screen and (min-width: 768px) {
  #banner-shoes:hover:before {
    content: "";
    color: #ffffff;
    position: absolute;
    width: 300px;
    height: 175px;
    background-image: url("../images/miniatura-shoes.jpg");
    top: 70px;
    right: -7.5%;
    opacity: .9;
    box-sizing: border-box;
    box-shadow: 5px 5px 8px white;
    transition: all 1s linear;
  }
}

@media screen and (max-width: 768px) {
  #banner-shoes {
    font-size: 1em;
    height: 30px;
  }
}

@media screen and (max-width: 480px) {
  #banner-shoes {
    font-size: 1em;
    height: 30px;
  }
}

.img-logo {
  margin: 0 auto;
  display: block;
  width: 45%;
  z-index: -1;
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .img-logo {
    width: 60%;
  }
}

@media screen and (max-width: 768px) {
  .img-logo {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .img-logo {
    width: 90%;
  }
}

.music {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

#banner1 {
  padding: 50px 0 0 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  #banner1 {
    padding: 3em 0 0 0;
  }
}

@media screen and (max-width: 480px) {
  #banner1 {
    padding: 2.5em 0 0 0;
    margin-top: 10em;
  }
}

#banner2 {
  position: relative;
  margin: 2em  0 0 0;
}

@media screen and (max-width: 768px) {
  #banner2 {
    padding: 3em 0 0 0;
  }
}

@media screen and (max-width: 480px) {
  #banner2 {
    padding: 2.5em 0 0 0;
  }
}

.img-total {
  width: 100%;
  z-index: 1;
  transition: all 0.3s linear;
}

@media screen and (max-width: 768px) {
  .img-total {
    opacity: 1;
  }
}

.descripcion-banner {
  width: 100%;
  margin: 0 auto;
  padding: 5em 0 3em 0;
  box-sizing: border-box;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .descripcion-banner {
    width: 90%;
  }
}

@media screen and (max-width: 480px) {
  .descripcion-banner {
    padding: 1em 0;
    width: 100%;
  }
}

.descripcion-p {
  text-align: center;
  padding: 2em;
  box-sizing: border-box;
  font-size: 1.5em;
}

@media screen and (max-width: 768px) {
  .descripcion-p {
    text-align: justify;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .descripcion-p {
    font-size: 1.2em;
    text-align: justify;
    width: 100%;
  }
}

.icon-Big {
  background-color: rgba(0, 0, 0, 0.88);
  font-size: 1.7em;
  margin: 10px;
  padding: 15px 45px 9px 45px;
  text-decoration: none;
  color: #ffffff;
  transition: all 0.3s linear;
  box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.61), inset 0px 0px 0px 0px black;
}

.icon-Big:hover {
  box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.61), inset 250px 0px 0px 0px rgba(0, 0, 0, 0.83);
}

@media screen and (max-width: 768px) {
  .icon-Big {
    font-size: 1.5em;
    padding: 10px;
    margin: 5px;
  }
}

@media screen and (max-width: 480px) {
  .icon-Big {
    font-size: 14px;
    margin: 0;
    z-index: 1;
    padding: 5px 16px;
  }
}

.iconos-banner {
  position: absolute;
  bottom: 33%;
  width: 100%;
  text-align: center;
  z-index: 1;
  height: 100px;
  padding: 1em 0;
}

@media screen and (max-width: 1366px) {
  .iconos-banner {
    bottom: 55%;
    height: 40px;
    background-color: rgba(255, 255, 255, 0);
  }
}

@media screen and (max-width: 768px) {
  .iconos-banner {
    position: relative;
    height: auto;
  }
}

@media screen and (max-width: 480px) {
  .iconos-banner {
    background-color: #cecece;
    position: relative;
    display: block;
    height: auto;
  }
}

/*zapatos*/
.sec-zapatos {
  background-color: #eae9e7;
  text-align: center;
}

.img-zapato {
  width: 100%;
  height: auto;
}

.zapato {
  width: 320px;
  height: 181px;
  overflow: hidden;
  display: inline-block;
  position: relative;
}

.oculta {
  background-color: rgba(0, 0, 255, 0);
  transition: all .2s linear;
  color: #FFF;
  position: absolute;
  top: 0;
  height: 181px;
  width: 100%;
  padding: 181px 0 0 0;
  font-size: 1.5em;
  font-weight: 800;
}

.oculta:hover {
  background-color: rgba(0, 0, 0, 0.44);
  padding: 75px 0 0 0;
}

.parallax {
  position: relative;
}

.img-parallax {
  top: 0;
  z-index: 1;
}
