@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900);
@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans);

@font-face {
    font-family: 'filosofiaregular';
    src: url('fonts/fiu_____-webfont.eot');
    src: url('fonts/fiu_____-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/fiu_____-webfont.woff2') format('woff2'),
         url('fonts/fiu_____-webfont.woff') format('woff'),
         url('fonts/fiu_____-webfont.ttf') format('truetype'),
         url('fonts/fiu_____-webfont.svg#filosofiaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	margin: 0;
	padding: 0;
	background: #BC404A;
	background:rgb(188,64,74);
	color: #FFF;
	font-family: 'Alegreya Sans', sans-serif;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	text-rendering: optimizedlegibility;
}
h1, h2, h3, h4, h5	{
	margin: 0;
	padding: 0;
	font-family: 'filosofiaregular',sans-serif;
}
p {
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 23px;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content-nav nav{
	background: #fff;
	height: 100vh;
	position: fixed;
	width: 25%;
	top:0;
	color: #BC404A;
	color: rgb(188,64,74);
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-webkit-transition: -webkit-transform 300ms ease, opacity 300ms;
	        transition: -webkit-transform 300ms ease, opacity 300ms;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
#logo{
	cursor: pointer;
}
#home-nav{
	padding: 75px 0;
	border-right: 3px solid #FFF;
}
#main-container{
	text-align: center;
}
.menu{
	width: 25%;
	text-align: center;
	font-family: 'Playfair Display', serif;
	
}
.menu ul li{
	cursor: pointer;
}
.menu ul li ul{
	display: block;
	opacity: 0;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 300ms, opacity 700ms;
	        transition: height 300ms, opacity 700ms;
	font-size: 14px;
	color: #358aa2;
}
.menu ul li:hover{
	font-weight: 700;
}
.menu ul li:hover ul{
	height: 170px;
	font-weight: normal;
	text-decoration: none !important;
	opacity: 1;
}
.editorial-span, .identidad-span{
	font-weight: normal;
}
.on-editorial, .on-identidad{
	font-weight: 900;
}
#content-nav.open nav{
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);

}
#content-nav.closed nav{
	visibility: hidden;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	
}
#espacio{
	padding: 20px 0;
}
.linea{
	display: block;
	width: 350px;
	height: 1px;
	background: #fff;
	margin: 20px auto 50px;
	position: relative;
}
.linea:after{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: #fff;
	position: absolute;
	top: -5px;
	left: -10px;
	border-radius: 100%;
}
.linea:before{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: #fff;
	position: absolute;
	right: -10px;
	top: -5px;
	border-radius: 100%;
}
article {
	width: 100%;
	height: 100vh;
	max-height: 1600px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.menu ul li {
	padding: 8px 5px;
	margin: 8px 0;
}
.menu ul .submenu{
	padding: 0;
	margin: 0;
}
.identidad{
	background: #8cc2d1;
}
.editorial{
	background: #358aa2;
}
.mainslider ul{
	height: 405px;
	width: 620px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
	padding: 50px 0;
	cursor: pointer;
}
.mainslider ul li:after{
	background: url(images/botonhover.png);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left:-24px;
	opacity: 0;
	-webkit-transition: opacity 100ms;
	-moz-transition: opacity 100ms;
	        transition: opacity 100ms;
}
.mainslider ul li{
	position:relative
}
.mainslider ul li:hover:after{
	opacity: 1;
}
.slider ul li{
	padding: 5px
}
.behance{
	display: none;
}
#playfair{
	font-family: 'Playfair Display', serif;
	font-size: 17px;
	font-weight: 700;
	padding: 0 0 15px 0;
}
	#main-container{
		width: 75%;
	}
	#home-screen{
		width: 75%;
	}
	#home-wrapper{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-moz-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	#content-wrapper{
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		position: relative;
	}
	h1{
		max-width: 600px;
		margin: 0 auto;
	}
	section{
		text-align: center;
		width: 600px;
		margin: 0 auto;
	}
