@font-face { font-family: 'Benton Sans'; src: url('//ep01.epimg.net/fonts/v2.x/v2.0/benton/bentonsans-black-webfont.woff') format('woff'); font-weight: 900; font-style: normal; }
@font-face { font-family: 'Benton Sans'; src: url('//ep01.epimg.net/fonts/v2.x/v2.0/benton/bentonsans-book-webfont.woff') format('woff'); font-weight: 100; font-style: normal; }

body{
/*  background:#000;*/
	background:url(../img/bg.jpg?12) center no-repeat;
	background-size: cover;
	color: #fff;
	font-family: 'Bentons Sans',sans-serif;
	font-weight: 100;
	margin: 0;
	height: 100vh; 	
}
.contenedor{
	position: fixed;
	z-index: 300;
	top: 0;
	left: 0;
	width:100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: calc(100vh - 60px);
	box-sizing: border-box;
	padding: 10px;
}
header{
	max-width: 1800px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;	
	width: 100%;
	z-index: 1;
}
h1{
	font-size: 22px;
	line-height: 1.1;
	font-weight: 900;	
	text-transform: uppercase;
	margin: 0 auto 14px;
	transition: all .2s ease-out;
	width: 90%;

}
h1:hover{	
	
}
svg{
	width: 100%;
	height: auto;
	fill: #fff;
}
.verne{
	display: inline-block;	
	width: 70px;
	padding-top: 5px;
	
}
.mundial{
	display: inline-block;	
	width: 102px;
}
p{
	line-height: 18px;
	font-size: 14px;
	margin: 0 auto 24px;	
}
p b{
	font-weight: 900;
}
.sonido{
	width: 23px;
	display: inline-block; 
	vertical-align: top;
	margin-left: 3px; 
}

.boton{
	width:96px;
	height: 96px;
	border-radius: 100%;
	display: inline-block; 
	padding: 0;
	border:0;
	background: transparent;
	box-shadow: 0 0 0 rgba(204,169,44, 0.4);
  	animation: pulse 2s infinite;
  	transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);    
}
.boton:hover {

  cursor: pointer;
}

.boton:focus{
	outline: none;
	border: none;
	box-shadow: none;
	animation: none;	
}

.maza{
	width: 64px;	
	pointer-events: none;	
	padding: 10px;	
	z-index: 2100;
	box-shadow: 0 0 0 rgba(204,169,44, 0.4);
}
.maza_movil{
	visibility: hidden;
	display: block;
	pointer-events: none;
	position: absolute;
	top:20px;
	left:40px;
}
.mobile.activo .maza_movil{
	visibility: visible;
}
.maza_cursor{
	position:fixed;
	display: block;
	opacity: 0;
	transition: opacity 0.2s ease-out;
}
.mobile .maza_cursor{
	display: none;
}

article{
	text-align: center;
	position: relative;
}

footer{
	text-align: center;
	z-index: 1;
}

.compartir a{
	display: inline-block;
	width:24px;
	margin: 0 3px;
	vertical-align: top;
}
.oculto{
	visibility: hidden;
}
@media(min-width: 768px){
	
	.contenedor { height: 100vh; }

	.boton{
		width:133px;
		height:133px;
	}
	.maza_movil{
		width:110px;
		height:110px;
	}


	h1{
		font-size: 32px;
	}

}

@media(min-width: 1024px){
	.verne{
		width: 106px;
		padding-top: 9px;
	}
	.mundial{	
		width: 162px;	
	}
	h1{
		font-size: 43px;
	}
	p{
		font-size: 20px;
		margin: 0 auto 40px;
	}
	.maza_movil{
		width:133px;
		height:133px;
	}

}

@media(min-width: 1280px){	
	.contenedor{
		padding: 32px;
	}
}

@media(min-width: 1440px){
	.contenedor{
		padding: 54px;
	}
}




@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
    box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(255,255,255, 0);
      box-shadow: 0 0 0 10px rgba(255,255,255, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,255,255, 0);
      box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
}
video{display: none;}
.activo p{opacity: 0;}
.activo h1{
	/*transform: translate(-110%, 0);*/
	opacity: 0;
}
#video{
	display: block;	
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
  	height: 100%;
	z-index: -1;
  	background: url(https://verne.elpais.com/especial/manolo-el-del-bombo/img/bg.jpg?122) no-repeat center;
  	background-size: cover;
  	object-fit: cover;
  /*
	
	
	background: transparent;
  */
}



/* http://ianlunn.github.io/Hover/ */

.hvr{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);

}
.hvr-buzz:focus{
  -webkit-animation-name: hvr-buzz;
  -moz-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  -moz-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 4;
  -moz-animation-iteration-count: 4;
  animation-iteration-count: 4;
}


/* Buzz */

@keyframes hvr-buzz {
  50% {
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    transform: translateX(-3px) rotate(-2deg);
  }
}

@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

/* Buzz */
@-moz-keyframes hvr-buzz {
  50% {
    -moz-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -moz-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}


/* golpeo maza */

@keyframes golpeo {
  50% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(45deg);
  }
}


@-webkit-keyframes golpeo {
  50% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform:  rotate(45deg);
    transform: rotate(45deg);
  }
}

/* golpeo maza */
@-moz-keyframes golpeo {
  50% {
    -moz-transform: rotate(-45deg);
    transform: rotate(45deg);
  }
  100% {
    -moz-transform:  rotate(45deg);
    transform: rotate(45deg);
  }
}




.telon {
    width: 100%;
    height: 100vh;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.4;
    transition: all 0.5s;
}


.activo .telon {
	opacity:0;

}


.maza {
	opacity: 1;
	transition: opacity 0.5s;
}

.activo .maza {
	opacity: 0;
	transition-delay: 0.7s;
	-moz-transition-delay: 0.7s;
	-webkit-transition-delay: 0.7s;
	
}

.boton {
	opacity: 1;
	transition: opacity 0.5s;
}

.activo .boton {
	opacity: 0;
	transition-delay: 0.7s;
	-moz-transition-delay: 0.7s;
	-webkit-transition-delay: 0.7s;
	
}

.activo .maza{
  -webkit-animation-name: golpeo;
  -moz-animation-name: golpeo;
  animation-name: golpeo;
  -webkit-animation-duration: 0.15s;
  -moz-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 4;
  -moz-animation-iteration-count: 4;
  animation-iteration-count: 4;

}



@media(min-width: 320px) and (max-width: 767px){

	/*#video {
		left: -60px;
	}
*/
	article { padding-top: 140px;}
}


/* de tableta a las nubes */

@media(min-width: 768px){

	.contenedor {
		justify-content: flex-end;
	}

	header {
		position: absolute;
	    top: 60px;
	    transform: translateX(-50%);
	    left: 50%;
	    width: 90%;
	}

	article { padding-bottom: 80px; }

	footer { padding-top:60px; }

}

