@charset "utf-8";
body {
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;

}
header nav ul {
	display: flex;
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
header nav ul li {
	flex-grow: 1; 	
	position: relative;
}
header nav ul li a {
	display: block;
	text-decoration: none;
	color: #aab1c7;
	padding: 1em;
}
header nav ul li a:hover {
	color: white;
	background-color: black;
}

header nav ul.submenu {
	display: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
	position: absolute;
	top: 4.5em;
	left: 0;
}
header nav ul li:hover > ul.submenu {
	display: block;
}
header nav ul li:hover > a {
	background-color: black;
}
header nav ul.submenu li {
	
}
header nav ul.submenu li:first-child { 
    border-top: 1px solid #222222;
}
header nav ul.submenu li a {
	display: block;
	text-decoration: none;
	color: white;
	background-color: black;
	padding: 1em;
	border-bottom: 1px solid #222222;
}
header nav ul.submenu li a:hover {
	color: #1aeedd;
}

.numero {
	font-size: 0.6em;
	color: #DDDDE3;
	line-height: 0.6em;
}
main header h1 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 4rem;
	padding-left: 10%;
	color: #111111;
}
main header h1 .subtitulo {
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	font-size: 1.5rem;
	color: #111111;
	display: block;
	line-height: 1.5rem;
	text-transform: uppercase;
}
main header h1 a {
	text-decoration: none;
	color: #111111;
}
main header h1 a:hover {
	color: #1aeedd;
}
section {
	display: flex;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	
}
section a img {
	opacity: 1;
	transition: all 1s;
}
section a img:hover {
	opacity: 0.5;
}
section div.anim {
	position: relative;
}
section div.anim img {
	position:absolute;
}
section div.anim:hover > img.sobre {
	opacity: 0;
}
section div.texto {
	box-sizing: content-box;
	padding-right: 2rem;
	width: 40%;	
}
.texto h2 {
	font-size: 1.4rem;
	margin: 0;
	padding: 0;
	font-weight: 900;
}
.texto h3 {
	font-size: 1.3rem;
	margin: 0;
	padding: 0;
	font-weight: 100;
}
.grid {
	box-sizing: content-box;
	padding: 1rem;
	width: 33.33%;
	background-color: #e1e3e4;
	border-right: 1em solid #FFFFFF;
}
.grid img {
	width: 100%;
	height: auto;
}
div.grafica {
	width: 60%;	
}
#imagen {
	width: 100%;
}

#imagen img {
	width: 100%;
	height: auto;
}
#imagen video {
	width: 100%;
	height: auto;
}
.des span {
	display: block;
}
.piezas ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	padding-top: 1rem;
}
.piezas ul a {
	display: block;
	text-decoration: none;
	color: #868A96;
	padding-left: 1rem;
	background-image: url(themes/play.svg);
	background-repeat: no-repeat;
	padding-left: 2em;
 	font-weight: bold;
}
.piezas ul a.foto {
	background-image: url(themes/photo.svg);
	background-repeat: no-repeat;
}
.piezas ul a.key {
	background-image: url(themes/key.svg);
	background-repeat: no-repeat;
}
.piezas ul a.galeria {
	background-image: url(themes/galeria.svg);
	background-repeat: no-repeat;
}
.piezas ul a:hover {
	color: #222222;
}
.texto .text_plus {
	font-style: normal;
	text-transform: uppercase;
	font-size: 1em;
}
.grid .des .cliente {
	font-weight: 700;
}
.texto a {
	text-decoration: none;
	color: #1aeedd;
}
.texto a:hover {

	color: #3F3F3F;
}
section div.long_txt {
	box-sizing: content-box;
	padding-right: 2rem;
	width: 70%;	
}
section div.cv span {
	font-size:2rem;
	line-height: 1.5;
}
.long_txt h2 {
	font-size: 1.4rem;
	margin: 0;
	padding: 0;
	font-weight: 900;
	border-top: 4px solid #000000;}
.fecha {
	font-weight:100;	
	}
.long_txt h3 {
	font-size: 1.3rem;
	margin: 0;
	padding: 0;
	font-weight: 600;
	border-bottom: 1px solid #000000;
}
h3.awards {
	color:#CB1A1D;
	font-weight:bold
	}
.es {
color: #888888;
}
