body{
  font-family: Tahoma, Geneva, sans-serif;
  background-color: #1f0b0b;
  background-image: url('../img/bg.jpg');
  color: #fff;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 0;
}

main{
  display: block;
  position: absolute;
  width: 100%;
  top: 90px;
  left: 0;
}

#menu{
  height: 90px;
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0 5%;
  background-color: #000;
}

#menu ul{
  float: right;
  margin: 1.6em 6em;
}

#menu ul li {
  display: inline;
  list-style: none;
  text-transform: uppercase;
  margin-right: 2em;
  font-size: 20px;
}

@media(max-width: 890px){
  #menu{
    padding: 0 1%;
  }

  #menu ul{
    margin: 1.6em 1em;
  }
}

@media(max-width: 730px){
  #menu{
    padding: 0;
  }
  #menu ul{
    margin: 1em 0.1em;
  }

  #menu ul li{
    font-size: 17px;
  }
  .mas-info{
    padding: 0;
  }
  .mas-info li{
    padding: 0 10px !important;
  }
  .mas-info li span{
    font-size: 40px !important;
  }
}

@media(max-width: 630px){
  #menu{
    height: 80px;
    text-align: center;
  }
  #menu ul{
    display: none;
  }
}

@media(max-width: 380px){
  .mas-info li{
    padding: 0 2px !important;
  }
  .mas-info li span{
    font-size: 30px !important;
  }
}

section {
  width: 100%;
  box-sizing: border-box;
  margin-top: 90px;
  padding-bottom: 50px;
}

section:nth-child(2n){
  background: rgba(0, 0, 0, 0.8);
}

a{
  color: #f48527;
  text-decoration: none;
}
a:hover{
  color: #ed2124;
}

img.titulo{
  display: block;
  margin-left: 45%;
  margin-bottom: 80px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
  margin-bottom: 20px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


#artista-desconocido, #gogo-squat, #punkzer, #verdad-a-medias{
  margin-bottom: 80px;
}


#mapa{
  margin-top: 30px;
  background: url('../img/mapa.jpg') no-repeat center center;
  height: 469px;
}

#enlaces{
  text-align: center;
  background: url('../img/punkie.png') no-repeat left bottom;
  min-height: 180px;
}

.centrada{
  width: 100%;
 text-align: center;
}

.mas-info li{
  display: inline;
  list-style: none;
  padding: 0 20px;
}
.mas-info li span{
  font-size: 60px;
}

footer{
  text-align: right;
  background: #000;
  padding: 10px;
}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?5djf5j');
  src:  url('fonts/icomoon.eot?5djf5j#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?5djf5j') format('truetype'),
    url('fonts/icomoon.woff?5djf5j') format('woff'),
    url('fonts/icomoon.svg?5djf5j#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-e:before {
  content: "\e900";
}
.icon-envelop:before {
  content: "\e945";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-facebook2:before {
  content: "\ea91";
}
.icon-twitter:before {
  content: "\ea96";
}

img{
  max-width: 100%;
}
