
*{
	padding:0;
	margin:0;
}

html{
	font-size:0.625em;
}

body{
	font-size:1.6rem;
	font-family:'Open Sans', san-serif;
	overflow-X:hidden;
}
::-moz-selection{
   color:white;
   background:#b90021;
}
::selection{
   color:white;
   background:#b90021;
}

::-moz-selection{
   color:white;
   background:#b90021;
}

/**********HEADER***************/


#logo {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 950000000;
    width: 150px;
    height: 80px;
    background: #000;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}

#logo a{
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
#logo img{
    width: auto;
	position:static;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}
html, body, header {
	height:100%;
}
header {
    background: #141414;
    box-sizing: border-box;
	z-index: 10;
	overflow: hidden;
    position: relative;
}
header #videocabecera {
	z-index: -1;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: auto;
	position: absolute;
	top: -20%;
	left: 50%;
	/*-webkit-transform: translate(-50%, -50%);*/
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
header img {
    width: 100px;
    height: auto;
    position: absolute;
    top: 30px;
    right: 10px;
}

header:before {
    content: "";
    display: block;
    background: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
header #fotoheader {
    width: auto;
    height: 100%;
    min-width: 100%;
    position: absolute;
    min-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

header .icon-down-open-big {
    color: #fff;
    position: absolute;
    left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
    bottom: 0px;
    font-size: 3rem;
    cursor: pointer;
    -webkit-transition:0.2s;
    transition: 0.2s;
    z-index: 100;
}
header .icon-down-open-big:hover {
    color: rgba(255,255,255,0.8);
    bottom: 30px;
}
#inicio #intro {
    box-sizing: border-box;
    position: absolute;
    z-index: 50;
    bottom: 50px;
    left: 50%;
    max-width: 767px;
    color: #fff;
    width: 85%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}

#inicio #intro h1 {
    font-size: 3rem;
    width: 100%;
    padding: 10px 0;
    max-width: 500px;
    line-height: 1.1em;
}
#intro h1:before {
    content: "";
    display: block;
    width: 30%;
    height: 10px;
    background: #b90021;
}
#intro p {
    font-size: 1.8rem;
    line-height: 1.4em;
	border-top:1px solid #ddd;
	margin-top:10px;
	font-weight:700;
	padding:5px 0;
}



/***********INDEX***********/


#index {
    color: #fff;
    box-sizing: border-box;
    max-width: 767px;
    width: 90%;
    z-index: 50;
    margin: 0 auto;
    position: absolute;
    bottom: 24%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
#inicio #index {
    bottom: 10%;
}
#index h1 {
    font-size: 3.8rem;
    width: 100%;
    padding: 10px 0;
    max-width: 500px;
    line-height: 1em;
}

#index h1:before {
	content: "";
    display: block;
    width: 40%;
    height: 6px;
    background: #b90021;
}

#index p {
    font-size: 1.6rem;
    line-height: 1.3em;
    border-top: 1px solid #ddd;
    margin-top: 10px;
    padding: 5px 0;
}
#index a {
    border: 2px solid #fff;
    margin-top: 10px;
    display: block;
    padding: 5px 15px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.4rem;
    position: relative;
    text-align: center;
}
.icon-up-open-big {
    color: #888;
    position: fixed;
    bottom: 10px;
    right: 0;
	z-index: 99999999;
    text-decoration: none;
    font-size: 2rem;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    padding: 5px;
    box-sizing: border-box;
	-webkit-transition:0.2s linear;
	transition:0.2s linear;
}
.icon-up-open-big:hover {
    color: #333;
    background: rgba(255, 255, 255, 0.9);
}
.icon-up-open-big span{
    display:none;
}
/************MENU***********/
.menu-movil {
    padding: 15px;
    text-align: center;
    display: block;
    background: #222;
    color: #fff;
    font-size: 2.2rem;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
    z-index: 999999999999;
    position: relative;
}
/*#inicio .menu-movil, #inicio #menu{
	position:absolute !important;
	top: 100% !important;
}*/
#menu {
    text-align: center;
    width: 100%;
    background: #fff;
    margin-top: 60px;
    z-index: 888888888;
}
#menu ul{
	list-style:none;
	margin:0 auto;
	font-size:0;
}
#menu ul li {
    display: block;
    box-sizing: border-box;
    line-height: 1.2em;
    font-size: 2rem;
    -webkit-transition:0.2s linear;
    transition: 0.2s linear;
    border-bottom: 1px solid #b3b39e;
	position:relative;
}
#menu ul li a {
    color: #534F4F;
    text-decoration: none;
    display: block;
    padding: 2px 0;
	min-height: 50px;
}
#menu ul li a img {
    width: 100%;
    height: auto;
    max-width: 50px;
    position: relative;
    left: 30%;
}
#menu ul li a figcaption {
    padding: 10px 0;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    position: absolute;
    left: 20px;
    width: 70%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
#menu ul li a figcaption h2 {
    font-size: 2.5rem;
}
#menu ul li a figcaption p {
    font-size: 1.6rem;
}
#inicio #menu .inicio a{
	background:#18b9b2;
	color:#fff;
}
#rayosx #menu .rayosx a{
	background:#FFEB3B;
	/*color:#fff;*/
}
#palomitas #menu .palomitas a{
	background:#c5453c;
	color:#fff;
}
#ciervo #menu .ciervo a{
	background:#795548;
	color:#fff;
}


#inicio #menu li a{
	background:#afd4d2;
	color:#fff;
}
#inicio #menu li a:hover{
	background:#18b9b2;
	color:#fff;
}
#rayosx #menu li a{
	background:#fff9bf;
	/*color:#fff;*/
}
#rayosx #menu li a:hover{
	background:#FFEB3B;
	/*color:#fff;*/
}
#palomitas #menu li a{
	background:#efc2be;
	color:#fff;
}
#palomitas #menu li a:hover{
	background:#c5453c;
	color:#fff;
}
#ciervo #menu li a{
	background:#ad9b95;
	color:#fff;
}
#ciervo #menu li a:hover{
	background:#795548;
	color:#fff;
}



/**********CONTENIDO********/

#materiales{
    list-style: none;
	text-align:center;
}
#materiales li {
    margin: 10px 0;
    font-weight: 600;
}
#descargables {
    list-style: none;
    text-align: center;
    margin: 20px auto;
}
#descargables li{
    margin: 10px 0;
    font-weight: 600;
}
#descargables li:nth-of-type(1){
    text-transform:uppercase;
	display:inline-block;
	border-bottom:1px solid #333;
}
#descargables li a{
}
#pasos {
    list-style: none;
}
#pasos li {
    margin: 10px 0 50px;
    font-weight: 600;
}
#contenido section .texto #pasos p {
    margin-left: 50px;
	line-height:1.2em;
	max-width:300px;
	position:relative;
}
.num {
    display: block;
    font-size: 8rem;
    font-weight: 700;
    position: absolute;
    z-index: -1;
    left: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
#inicio .num {
    color: #18b9b2;
}
#rayosx .num {
    color: #FFEB3B;
}
#ciervo .num {
    color: #795548;
}
#palomitas .num {
    color: #c5453c;
}



.video {
    margin: 40px 0;
}
.video iframe{
    border: 0;
}
#contenido {
    padding: 50px 0;
	background:#fff;
	position: relative;
    z-index: 999;
}

#contenido section{
	width:100%;
	max-width:1000px;
	margin:0 auto;
	padding:80px 0;
	box-sizing:border-box;
	position:relative;
}
#contenido #video {
	width: 100%;
	display: block;
	padding: 0;
	border:0;
	margin-bottom:50px;
}

#contenido section h2 {
    font-size: 3rem;
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-left: 20px;
    line-height: 1em;
    font-weight: 300;
    text-transform: uppercase;
    border-bottom: 1px solid #999;
    display: inline-block;
}
#contenido section .subtitulo {
    font-size: 2.5rem;
    box-sizing: border-box;
    margin-bottom: 25px;
    color: #777;
    line-height: 1.4em;
}
#contenido section .texto {
    width: 100%;
    display: block;
    box-sizing: border-box;
    max-width: 700px;
	margin:0 auto;
	position:relative;
}
#contenido section .texto p {
    font-size: 1.6rem;
    line-height: 1.8em;
    padding: 10px 20px;
}
#contenido section .texto h3 {
    font-size: 2.2rem;
    display: inline-block;
    /*color: #333;*/
}
#contenido section .texto a{
    color:#b90021;
	text-decoration:none;
	-webkit-transition:0.2s;
	transition:0.2s;
}
#contenido section .texto a:hover{
    border-bottom: 1px solid #b90021;
}
/*#contenido section .texto figure {
    max-width: 320px;
}*/

#contenido section .texto figure img{
    width:100%;
	height:auto;
	display:block;
	margin:0 auto;
	float: none;
}
#contenido section .texto figure figcaption{
    background:#000;
	color:#fff;
	padding: 5px 10px;
}
#contenido section .texto figure figcaption p {
    font-size: 1.4rem;
    margin: 0;
    line-height: 1.2em;
}
#contenido section .texto figure figcaption .fuente{
	font-weight:700;
}
#contenido section img {
    width: 100%;
    height:auto;
	display:block;
	margin: 20px auto;
}
#contenido section #nazifusilado {
	margin:10px auto;
    max-width: 300px;
}
#contenido section .destacado {
    width: 85%;
    margin: 40px auto 0;
    padding: 10px 0;
    box-sizing: border-box;
    border-top: 2px solid #333;
	border-bottom: 1px solid #333;
}
#contenido section .destacado h2{
    color: #b90021;
    line-height: 1.2em;
    padding-bottom: 0;
	text-transform: uppercase;
}
#contenido section .destacado h3 {
    font-size: 1.7rem;
    color: #333;
    line-height: 1.2em;
    padding-bottom: 0;
    margin-bottom: 0;
    font-weight: 400;
}
#contenido section .destacado ul {
    list-style: none;
    font-size: 1.6rem;
    margin-top: 15px;
}
#contenido section .destacado ul li {
    margin-bottom: 8px;
    line-height: 1.4em;
}
#contenido section .destacado p {
    font-size: 2rem;
    color: #333;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.2em;
}
#contenido section figure {
    margin: 10px auto;
}
#contenido section figure figcaption {
    padding: 4px 10px;
    box-sizing: border-box;
    font-size: 1.5rem;
}
#contenido .relacionado {
    max-width: 250px;
    width: 100%;
    margin: 50px 0;
}

#contenido .relacionado:before {
    content: "";
    display: block;
    width: 80%;
    height: 6px;
    background: #b90021;
    margin-bottom: 6px;
}
#contenido .relacionado a{
	color:#333;
	text-decoration:none;
}
#contenido .texto .relacionado a:hover{
	color:#666;
}
#contenido .texto .relacionado a h2{
	font-size:3rem;
	line-height:1em;
	margin:0;
}
#contenido .relacionado p {
    font-size: 2.2rem;
    line-height: 1.2em;
    font-weight: 700;
}
#contenido .fotoseparacion{
	width:100%;
	height:400px;
	overflow:hidden;
	margin:20px 0;
}
#contenido .fotoseparacion img{
    width: 100%;
    height: auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}


#contenido section .texto .autor {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
    border-bottom: 1px solid #999;
    margin-bottom: 8px;
}




/****ANUNCIO*****/
#robapaginas{
	display: block;
	margin:0 auto;
	text-align: center;
}


/*****AUTOR*****/
#autor{
    border-top: 1px solid #ddd;
    text-align: center;
    max-width: 1200px;
    margin: 15px auto;
    font-size: 1.4rem;
}
#autor li{
	display:inline-block;
	vertical-align:top;
	padding:2px 10px;
}


/**********SOCIAL********/
article footer {
    background: none;
    top: 0;
    position: static;
	padding:0;
}

/******************/
#social{
	text-align:center;
	margin:40px 0;
}
#social li{
	display:inline-block;
	margin:0 5px;
	font-size:2rem;
}
#social a{
	color:#000;
	text-decoration:none;
	border:2px solid #000;
	border-radius:50%;
	padding:10px;
	display:block;
	line-height: 25px;
    height: 25px;
}
#social span{
	display:none;
}
#social .icon-facebook{
	color:#3b5998;
	border-color:#3b5998;
}
#social .icon-facebook:hover{
	color:#fff;
	background:#3b5998;
}
#social .icon-twitter{
	color:#55acee;
	border-color:#55acee;
}
#social .icon-twitter:hover{
	color:#fff;
	background:#55acee;
}
#social .icon-gplus{
	color:#dd4b39;
	border-color:#dd4b39;
}
#social .icon-gplus:hover{
	color:#fff;
	background:#dd4b39;
}
#social .icon-whatsapp{
	color:#4dc247;
	border-color:#4dc247;
}
#social .icon-whatsapp:hover{
	color:#fff;
	background:#4dc247;
}

/****FOOTER****/
footer {
    background: #fff;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
	position:relative;
/*	top:150px;*/
}
.pie-container {
    max-width: 750px;
    padding: 0 !important;
}
article footer:before {
    content: "";
    display: none;
}
@media screen and (min-width:750px){
#logo{
    left: 50px;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}
/*html, body, header{
	height:auto;
}
header {
	max-height:500px;
}*/
#index p {
    font-size: 2rem;
}
.icon-up-open-big {
    right: 20px;
}
header:before {
    background: rgba(0,0,0,0.1);
}
header video {
    top: -15%;
}
header .icon-down-open-big {
    bottom: 20px;
}
#menu ul li a figcaption {
    left: 10px;
    width: 60%;
}
#menu ul li:first-of-type a figcaption {
    left: 0;
    width: 100%;
    text-align: center;
}
#menu ul li a figcaption h2 {
    font-size: 1.8rem;
}
#contenido section{
	padding:150px 0;
}
#index {
    width: 50%;
}
#index h1 {
    font-size: 5rem;
}
/*#index p {
    font-size: 1.8rem;
}*/
#intro {
    padding: 15px;
    left: 35px;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}
#intro h1 {
    font-size: 4rem;
}
#intro p{
    font-size: 2.5rem;
}

#intro a {
    display: inline-block;
}

.menu-movil {
    display: none;
}
/*#localizacion #menu {
    position: absolute !important;
    top: 90px !important;
}*/
#menu {
    display: block !important;
    text-align: center;
    font-size: 0;
    width: 100%;
	margin:0;
    z-index: 500000;
}
#menu ul li {
    width: 25%;
    margin: 0;
    font-size: 1.4rem;
    display: inline-block;
    box-sizing: border-box;
    border: 0;
    vertical-align: top;
}
#menu ul li a {
    color: #534F4F;
    text-decoration: none;
    display: block;
    padding: 10px 0;
    box-sizing: border-box;
    -webkit-transition:0.2s linear;
    transition: 0.2s linear;
    height: 150px;
}






#contenido {
	padding:100px 0;
}
#contenido section .texto p {
    font-size: 1.8rem;
}
#contenido .relacionado {
    position: absolute;
    left: 20px;
    bottom: 35%;
}
/*#contenido section h2{
	font-size:5rem;
}*/
#contenido section figure {
    /*max-width: 320px;*/
    width: 35%;
    display: inline-block;
	max-width:400px;
}
#contenido section .subtitulo{
    font-size: 3rem;
}

/*#contenido section .texto {
	float: right;
}*/
#contenido section figure {
    width: 100%;
    height: auto;
    display: block;
    float: left;
    margin: 10px 20px;
    margin-left: -300px;
	/*margin-bottom: 100px;*/
}
#contenido section #mapapc {
    float: none;
    margin: 0;
}
#contenido section .texto div{
	position:relative;
}
#contenido section:after{
	content:"";
	display:block;
	clear:both;
}
#contenido section .texto:after{
	content:"";
	display:block;
	clear:both;
}
#contenido section .texto p:after{
	content:"";
	display:block;
	clear:both;
}
#contenido section .destacado {
    position: absolute;
    left: 20px;
    /* max-width: 180px; */
    width: 35%;
    top: 30px;
    margin: 0;
    padding: 10px 0;
    box-sizing: border-box;
}


.pie-container {
    margin:120px auto 0 !important;
}

#autor{
    border-top: 1px solid #ddd;
	color:#666;
}
#autor li{
	display:inline-block;
	vertical-align:top;
	padding:2px 10px;
}


}

@media screen and (min-width:950px){
	
#contenido section {
    padding: 200px 0;
}
#contenido section .destacado {
    max-width: 300px;
}
#intro{
	background:none;
}
#sitios li figure figcaption h2 .num{
	display:none;
}
#localizacion #contenido section {
	 margin: 10px auto 100px;
}
#menu ul li a figcaption p {
    font-size: 1.8rem;
    line-height: 1.2em;
}
#menu ul li a figcaption h2 {
    font-size: 2rem;
    line-height: 1.1em;
}

}