@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}

a{
	text-decoration:none;
	color:#000;
}

table {
    border-spacing: 0;
}

fieldset,img {
    border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}

ol,ul {
    list-style: none;
    margin:0;
    padding:0;
	font-family: Helvetica, Arial, sans-serif;
	font-size:1rem;
}

caption,th {
    text-align: left;

}

q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}

/* Custom CSS
 * --------------------------------------- */
body{
	background-color:#FFF;

}

p{
	font-family: Helvetica, Arial, sans-serif;
	font-size:0.9rem;
}


.section{
	text-align: center;
	display: flex;
	justify-content: space-between;
	flex-direction:row;
	
}

/* Header y footer
*------------------------------------------*/


.menu1{
	background-color:#000;
	width:75%;
	height:39px;
	color:#FFF;
	float:left;
	text-align: right;
	}
.cast-bact{
	width:67px;
	height:33px;
	background-image:url(imgs/cast-bh.png);
	background-size:67px;
	float:right;
	}

.cast-button{
	width:67px;
	height:33px;
	background-image:url(imgs/cast-b.png);
	background-size:67px;
	float:right;
	}

.cast-button:hover{
	background-image:url(imgs/cast-bh.png);
	background-size:67px;
	}

.eng-bact{
	width:72px;
	height:32px;
	background-image:url(imgs/eng-bh.png);
	background-size:72px;
	float:right;
	}	
	
.eng-button{
	width:72px;
	height:32px;
	background-image:url(imgs/eng-b.png);
	background-size:72px;
	float:right;
	}
	
.eng-button:hover{
	background-image:url(imgs/eng-bh.png);
	background-size:72px;
	}		
	
	
	
header3{
	position: fixed;
	width:100%;
	z-index:999;
	top: 0px;
	}	
	
header4{
	position: fixed;
	width:100%;
	z-index:999;
	bottom: 0px;
	}	
	
	
.logo{
	float:left;
	width:25%;
	height:62px;
	background-image:url(imgs/logo-a.png);
	background-repeat: no-repeat;
	background-position: right;
	}
	
.need-archive {
	float:left;
	width: 50%;
	padding: 5px;
	margin-right: 20px;
	}
	
 .need-archive img {
	 margin-left: 15px;
	 }
	 
.datos {
	 text-align: right;
	width: 45%;
	float: left;
	padding: 5px;
	}
	
.datos img{
	margin-right: 5px;
	margin-left: 5px;
	}
.back-to{
	float:left;
	width: 53%;
	padding: 5px;
	}	 
footer{
	position:fixed;
	width:100%;
	height:5%;
	text-align:center;
	bottom:4px;
	border-top:1px dashed #FFF;
	padding-top:1%;
	}	


/* Menu
 * --------------------------------------- */
 
 .intro{
	display: flex;
	justify-content: space-between;
	flex-direction:row;
	margin-left:10%;
	margin-right:10%;
	}
#menu li {
	display:inline-block;
	margin: 10px;
	color:#000;
}

#menu li.active{
	color:#000;
	
} 

#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #FFF;
	border-radius:10px;
} 

#menu li:hover{
	text-decoration:line-through;
	color:#FFF;
	} 
	
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
} 

#menu li.active a{
	color: #FFF;
	background-color:#000;
	text-decoration:line-through;
	border-radius:10px;
	font-weight:bold;
} 

#menu{
	position:fixed;
	bottom:5%;
	left:36%;
	height: 55px;
	z-index: 999;
	width: 380px;
	border: #000 1px solid;
	border-radius:10px;
	-moz-border-radius: 10px;
	padding: 0;
	margin:0;
}


/* Section 1
 * --------------------------------------- */

#section1 img{
	
margin-left:4%;
margin-right:4%;	

}

	
/* Section 2
 * --------------------------------------- */


#section2 img{
opacity:0;	
}
.pp-viewing-page2 #section2 img{
	opacity:1;
	transition: opacity 2s linear;
	trensition-delay:1s;
}

/* Section 3
 * --------------------------------------- */
#section3 {
}
#section3 p{
	color: #757575;
}
#section3 img{
	opacity:0;
	}
.pp-viewing-page3 #section3 img{
	opacity:1;
	transition: opacity 2s linear;
	trensition-delay:1s;
}
/*----  Modales ----*/
/*rodaje1*/
.prizesmask {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.prizesmask:target {
	background-color: rgba(170, 170, 170, 0.93);
	opacity:1;
	pointer-events: auto;
}
.modalmask:target .resize{
	width:400px;
	height:200px;
}
.prizesbox{
	width: 100%;
	position: relative;
	padding: 5px 20px 13px 20px;
	border-radius:3px;
	-webkit-transition: all 500ms ease-in;
	-moz-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
	
}

.movedown {
	margin: 0 auto;
}
.resize {
	margin: 10% auto;
	width:0;
	height:0;}
	
.prizesmask:target .resize{		
width:400px;
height:200px;}

.volver{
	background-image:url(imgs/boton-plus.png);
	background-repeat:no-repeat;
	height:18px;
    line-height: 25px;
    position: fixed;
    right: 20px;
    text-align: center;
    top: 50px;
    width: 18px;
    text-decoration: none;
}


@media screen and (max-width:1490px) and (min-width:778px){
	
	#section1 img{
		height:400px;
		}
		
	#section2 img{
	height:400px;
	}
	
	#section3 img{
	height:300px;
	}
	
	.contbb{
		 width:39px;}
	.locbb{
		 width:23px;}
	.back-to img{
		width:40px;
		margin-left: 15px;
		}
	.datos{
		width:43%;}
	}
	
@media screen and (max-width:778px) and (min-width:440px){
	.intro{
		margin-left:2%;
		margin-right:2%;}
	.logo{
	width:35%;
	}
	.menu1{
	width:65%;
	}
	#section1 img{
	height:400px;
		}
		
	#section2 img{
	height:330px;
	}
	
	#section3 img{
	height:265px;
	}
	
	.contbb{
		 width:39px;}
	.locbb{
		 width:23px;}
	.back-to img{
		width:40px;
		margin-left: 15px;
		}
	.datos{
		width:43%;}
		
#menu{
	
	left:24%;
	
	}
}
@media screen and (max-width:440px) and (min-width: 320px)
{
	.logo{
		width:45%;
		height:40px;
		background-size:140px;
		}
	.menu1{
		width:55%;
		height:26px;

		}
	.need-archive img {
	 margin-left: 15px;
	 width:75px;
	 }
	 .contbb{
		 width:32px;}
	 .locbb{
		 width:18px;}
	.back-to img{
		width:35px;
		margin-left: 15px;
		}
	.need-archive {
	width: 53%;
	}	
	.datos {
	text-align: right;
	width: 41%;
	float: left;
	padding: 5px;
	}
	

.cast-bact, .cast-button, .cast-bact-w, .cast-button-w, .cast-bact-y, .cast-button-y

 {
	width:50px;
	height:20px;
	background-size:50px;
	}

.cast-button:hover{
	background-size:50px;
	}


.cast-button-w:hover{
	background-size:50px;
	}
.cast-button-y:hover{
	background-size:50px;
	}
	
.eng-bact, .eng-button, .eng-bact-w, .eng-button-w, .eng-bact-y,.eng-button-y{
	width:54px;
	height:20px;
	background-size:50px;
	}	
	
.eng-button:hover{
	background-size:50px;
	}	
	
.eng-button-w:hover{
	background-size:50px;
	}	
	
.eng-button-y:hover{
	background-size:50px;
	}				

.intro{
		margin-left:2%;
		margin-right:2%;}
	
	
	#section1 img{
	height:200px;
		}
	#section3 .intro{
		flex-direction:column;
		
		align-items: center;}
	#section2 .intro{
		flex-wrap:wrap;}	
	#section2 img{
	height:150px;
	}
	
	#section3 img{
	height:100%;
	width:180px;
	margin-bottom:8%;
	}
		
#menu{
	height:42px;
	left:16%;
	width:251px;
	bottom:9%;
	
	}
#menu li{
	margin:5px;
	font-size:0.7rem;}	
#menu li a{
	padding:6px 12px;}
	}
	@media (max-height: 575px) and (orientation: landscape) {
		.logo{
		width:45%;
		height:40px;
		background-size:140px;
		}
	.menu1{
		width:55%;
		height:26px;
	}
	.need-archive img {
	 margin-left: 15px;
	 width:75px;
	 }
	 .contbb{
		 width:32px;}
	 .locbb{
		 width:18px;}
	.back-to img{
		width:35px;
		margin-left: 15px;
		}
	.need-archive {
	width: 53%;
	}	
	.datos {
	text-align: right;
	width: 40%;
	float: left;
	padding: 5px;
	}
	.cast-bact, .cast-button, .cast-bact-w, .cast-button-w, .cast-bact-y, .cast-button-y

 {
	width:50px;
	height:20px;
	background-size:50px;
	}

.cast-button:hover{
	background-size:50px;
	}


.cast-button-w:hover{
	background-size:50px;
	}
.cast-button-y:hover{
	background-size:50px;
	}
	
.eng-bact, .eng-button, .eng-bact-w, .eng-button-w, .eng-bact-y,.eng-button-y{
	width:54px;
	height:20px;
	background-size:50px;
	}	
	
.eng-button:hover{
	background-size:50px;
	}	
	
.eng-button-w:hover{
	background-size:50px;
	}	
	
.eng-button-y:hover{
	background-size:50px;
	}				
		 	#section1 img{
	height:190px;
		}
	#section3 .intro{
		flex-direction:row;
		
		align-items: center;}
	#section2 .intro{
		flex-wrap:wrap;}	
	#section2 img{
	height:190px;
	}
	
	#section3 img{
	height:100%;
	width:200px;
	margin-bottom:0%;
	}
		
#menu{
	height:42px;
	left:30%;
	width:260px;
	bottom:2%;
	
	}
#menu li{
	margin:5px;
	font-size:0.7rem;}	
#menu li a{
	padding:6px 12px;}
	 }
@media screen and (max-width: 320px)
{
.logo{
		width:45%;
		height:40px;
		background-size:140px;
		}
	.menu1{
		width:55%;
		height:26px;

		}
	.need-archive img {
	 margin-left: 15px;
	 width:75px;
	 }
	 .contbb{
		 width:32px;}
	 .locbb{
		 width:18px;}
	.back-to img{
		width:35px;
		margin-left: 15px;
		}
	.need-archive {
	width: 53%;
	}	
	.datos {
	text-align: right;
	width: 40%;
	float: left;
	padding: 5px;
	}
	

.cast-bact, .cast-button, .cast-bact-w, .cast-button-w, .cast-bact-y, .cast-button-y

 {
	width:50px;
	height:20px;
	background-size:50px;
	}

.cast-button:hover{
	background-size:50px;
	}


.cast-button-w:hover{
	background-size:50px;
	}
.cast-button-y:hover{
	background-size:50px;
	}
	
.eng-bact, .eng-button, .eng-bact-w, .eng-button-w, .eng-bact-y,.eng-button-y{
	width:54px;
	height:20px;
	background-size:50px;
	}	
	
.eng-button:hover{
	background-size:50px;
	}	
	
.eng-button-w:hover{
	background-size:50px;
	}	
	
.eng-button-y:hover{
	background-size:50px;
	}				

.intro{
		margin-left:2%;
		margin-right:2%;}
	
	
	#section1 img{
	height:200px;
	margin-left:2%;
margin-right:2%;
		}
	#section3 .intro{
		flex-direction:column;
		
		align-items: center;}
	#section2 .intro{
		flex-wrap:wrap;}	
	#section2 img{
	height:140px;
	}
	
	#section3 img{
	height:100%;
	width:150px;
	margin-bottom:8%;
	}
		
#menu{
	height:42px;
	left:11%;
	width:251px;
	bottom:12%;
	
	}
#menu li{
	margin:5px;
	font-size:0.7rem;}	
#menu li a{
	padding:6px 12px;}
	}
	
	
/* Overwriting fullPage.js tooltip color
* --------------------------------------- */
#pp-nav.custom .pp-tooltip{
	color: #AAA;
}
