* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/* ============================================================
  RESET 
============================================================ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}


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

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

}


@font-face {
    font-family: 'walkway_blackregular';
    src: url('../fonts/walkway_black-webfont.woff2') format('woff2'),
         url('../fonts/walkway_black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'walkway_semiboldregular';
    src: url('../fonts/walkway_semibold-webfont.woff2') format('woff2'),
         url('../fonts/walkway_semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
	background-color: #373737;

}
header {
	font-family: 'dekarregular';
	width: 100%;
	height: 100px;
	position: absolute;
	z-index: 950;
}
.fuente_2 {
	font-family: helvetica;
	background-color: transparent;
	text-decoration: none;
		color: #3A3A3A;

}
#mostrar {
	width: 60px;
	height: 35px;
/*	background-image: url(../img/menu_icon.png);
	background-repeat: no-repeat;
	background-position: center center;*/
	float: right;
	margin-right: 5%;
	margin-top: 0;
	cursor:pointer; 
}
#mostrar:hover {
	opacity: .5;
}

/* Menu icon styles */

.menu-icon-wrapper {
	position: relative;
	display: inline-block;
    width: 34px;
    height: 34px;
	margin: 2em;
	pointer-events: none;
	transition: 0.1s;
}

.menu-icon-wrapper.scaled {
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
}

.menu-icon-wrapper svg {
	position: absolute;
	top: -33px;
	left: -33px;
	-webkit-transform: scale(0.1);
	-ms-transform: scale(0.1);
	transform: scale(0.1);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}

.menu-icon-wrapper svg path {
	stroke: #00ADBB;
	stroke-width: 60px;
	stroke-linecap: round;
    stroke-linejoin: round;
	fill: transparent;
}

.menu-icon-wrapper .menu-icon-trigger {
	position: relative;
	width: 100%;
	height: 100%;
	cursor: pointer;
	pointer-events: auto;
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

.menu-icon-wrapper .menu-icon-trigger:hover,
.menu-icon-wrapper .menu-icon-trigger:focus {
	outline: none;
}

/**/
#menu {
	width: 25%;
	height: 20px;
	float: right;
	margin-top: 2.5%;
	display: none;
}

#menu ul {
	width: 95%;
	height: 40%;
	margin: 1% auto;

}
#menu ul a {
	text-decoration: none;
	color: #d9dde0;
}
#menu ul a:hover{
	opacity: .8;
}
#menu ul li {
	float: left;
	margin-left: 15px;
	color: #d9dde0;

}
#slide_home{
	width: 100%;
	height: 650px;
	background: -moz-radial-gradient(center, ellipse cover, rgba(229,229,229,0) 0%, rgba(0,31,40,0.77) 69%, rgba(0,31,40,1) 90%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(229,229,229,0)), color-stop(69%,rgba(0,31,40,0.77)), color-stop(90%,rgba(0,31,40,1))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(229,229,229,0) 0%,rgba(0,31,40,0.77) 69%,rgba(0,31,40,1) 90%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, rgba(229,229,229,0) 0%,rgba(0,31,40,0.77) 69%,rgba(0,31,40,1) 90%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, rgba(229,229,229,0) 0%,rgba(0,31,40,0.77) 69%,rgba(0,31,40,1) 90%); /* IE10+ */
	background: radial-gradient(ellipse at center, rgba(229,229,229,0) 0%,rgba(0,31,40,0.77) 69%,rgba(0,31,40,1) 90%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5e5e5', endColorstr='#001f28',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	

}

#slide_home article {
	width: 90%;
	height: 500px;
	position: relative;
	margin: 0 auto;
	top: 25px;
}

#slide_home article img {
	width: 40%;
	height: auto;
	margin-left: 30%;
	margin-top: 10%;
}
	.barra_gris {
	background-image: url(../img/barra_gris.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	width: 100%;
	height: 50px;
	z-index:5; 
	margin-top: 8%;
}
	.barra_gris_2 {
	background-image: url(../img/barra_gris_2.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	opacity: 1;
	width: 100%;
	height: 50px;
	z-index:6; float: left;
}
.separador {
background-color: #373737;
	width: 100%;
	height: 80px;
	padding-top: 50px;

}
.separador article {
	width: 60%;
	margin: 0 auto;
}
#nosotros{
	width: 100%;
	height: 140px;
}
#nosotros p {
	width: 55%;
	height: 50px;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	font-family: 'dekarregular';

	font-style: italic;
	margin-top: 300px;
}
.separador figure {
	width: 75%;
	margin: -50px auto;
	padding-top: 0px;
}
.separador figure img {
	width: 100%;
}

#proyectos{
	width: 100%;
	height: 2000px;
	font-family: 'dekarregular';}
.videos_proyectos {
	width: 70%;
	height: 450px;
	margin: 50px auto;
	margin-left: 15%;

}
.videos_proyectos iframe {
	width: 100%;
	height: 450px;
}

#proyectos article {
	width: 50%;
	height: 100%;
	display: block;
	overflow: hidden;
	float: left;

}
#proyectos article img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition:all 0.6 ease;
	-webkit-filter:grayscale(.3);

} 
#left {
		position: relative;
		left: 10px;
		top: 0px;


}
#left .caption_text  {
	margin-top: 25%;
	margin-left: 42%;
}
#right {
		position: relative;
		right: 10px;
		top: 0px;

		
}
#right .caption_text  {
	margin-top: 25%;
	margin-left: 7%;
}
.caption {
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	z-index: 6;
	background: -moz-radial-gradient(center, ellipse cover, rgba(68,114,119,0.6) 0%, rgba(0,31,40,0.9) 76%, rgba(0,31,40,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(68,114,119,0.6)), color-stop(76%,rgba(0,31,40,0.9)), color-stop(100%,rgba(0,31,40,1))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(68,114,119,0.6) 0%,rgba(0,31,40,0.9) 76%,rgba(0,31,40,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, rgba(68,114,119,0.6) 0%,rgba(0,31,40,0.9) 76%,rgba(0,31,40,1) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, rgba(68,114,119,0.6) 0%,rgba(0,31,40,0.9) 76%,rgba(0,31,40,1) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center, rgba(68,114,119,0.6) 0%,rgba(0,31,40,0.9) 76%,rgba(0,31,40,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99447277', endColorstr='#001f28',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	opacity: 0;
	transition: all 0.5s ease;
}

.caption_text {
	width: 50%;
	height: 35%;
	text-align: center;
	color: #fff;
	padding: 15px;
}
.caption_text p {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.caption_text hr {
	width: 60%;
	margin-top: 20px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.caption_text a {
	text-decoration: none;
	color: #fff;
	width: 35%;
	height: 15%;
	padding: 20px;
	margin: 0 auto;
	margin-top: 5px;
	background-image: url(../img/bg_cinta.svg);
	background-repeat: no-repeat;
	background-size: 100%;

}
#mark_l {
	width: 45%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 7;
	background-image: url(../img/bg_mark_l.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	text-align: center;
	color: #fff;

}
#mark_r {
	width: 45%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 7;
	background-image: url(../img/bg_mark_r.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	text-align: center;
	color: #fff;
}
.icon_proyectos {
	width: 40%;
	height: 30%;
	background-image: url(../img/bg_icon_1.svg);
	background-size: 100%;
	
}
.icon_proyectos h3 {
	width: 80%;
	margin-left: 10%;
	margin-top: 45%;
	float: left;
}
#mark_l .icon_proyectos {
	margin-left: 25%;
	margin-top: 70%;
}
#mark_l h2 {
	width: 80%;
	margin-left: 4%;
	margin-top: 5%;
	font-size: 25px;
}
#mark_l p {
	width: 60%;
	margin-left: 15%;
	margin-top: 2%;
}
#mark_l hr {
	width: 70%;
	margin-left: 10%;
	margin-top: 1%;
}
#mark_r .icon_proyectos {
	margin-left: 38%;
	margin-top: 70%;
}
#mark_r h2 {
	width: 80%;
	margin-left: 18%;
	margin-top: 5%;
	font-size: 25px;
}
#mark_r p {
	width: 60%;
	margin-left: 28%;
	margin-top: 2%;
}
#mark_r hr {
	width: 70%;
	margin-left: 20%;
	margin-top: 1%;
}

/* efectos hover*/

#right:hover > .caption {

	/*display: block;*/
	opacity: 1;
}
#left:hover > .caption {

	/*display: block;*/
	opacity: 1;
}
#proyectos article:hover {
	-webkit-filter:grayscale(.4);
}

#portafolio{
	width: 100%;
	height: 420px;

}

#portafolio ol {
	width: 100%;
	height: 420px;
margin: 0 auto;
padding-top: 0px;
}

#portafolio ol li {
	width: 33%;
	float: left;
	height: 100%;
	margin-left: .2%;
		



}
.caption_portafolio {
	width: 100%;
	height: 60%;
	padding-top: 40%;
	background: -moz-radial-gradient(center, ellipse cover, rgba(68,114,119,0.2) 0%, rgba(0,31,40,0.5) 76%, rgba(0,31,40,.6) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(68,114,119,0.2)), color-stop(76%,rgba(0,31,40,0.5)), color-stop(100%,rgba(0,31,40,.6))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(68,114,119,0.2) 0%,rgba(0,31,40,0.5) 76%,rgba(0,31,40,.6) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, rgba(68,114,119,0.2) 0%,rgba(0,31,40,0.5) 76%,rgba(0,31,40,.6) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, rgba(68,114,119,0.2) 0%,rgba(0,31,40,0.5) 76%,rgba(0,31,40,.6) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center, rgba(68,114,119,0.2) 0%,rgba(0,31,40,0.5) 76%,rgba(0,31,40,.6) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99447277', endColorstr='#001f28',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	position: absolute;
	top: 0px;
	transition: all 0.5s ease;

}

.caption_portafolio p {
	font-family: 'chunkfiveroman';
	font-size: 45px;
	color: rgba(255,255,255,1);
	width: 90%;
	padding: 20px;

	text-align: center;
	background-image: url(../img/bg_cinta_2.svg);
	background-repeat: no-repeat;
	background-size: 100% ;
	background-position: center;
	position: absolute;
	top: 40%;
	left: 5px;
	transition: all 0.8s ease;
	opacity: .7;

}

#motion_graphics {
/*	background-color: red;
	background-image: url(../img/motion_graphics_bg.jpg);
	background-size: cover;*/
	position: relative;
		transition: all 0.5s ease;

}

#animacion {
	position: relative;
	transition: all 0.5s ease;


}
#video_mapping {
		position: relative;
		transition: all 0.5s ease;

}
#motion_graphics:hover > .caption_portafolio p{
		-webkit-filter:opacity(0.2);

}

#ventajas_4p {
	font-family: 'dekarregular';
	width: 90%;
	height: 250px;
	margin: 1% 5%;
}
.iconos_linea {
	width: 95%;
	margin: 0 auto;
	height: 250px;
}
.iconos_linea li {
	width: 25%;
	height: 250px;
	float: left;
}
.iconos_linea li img {
	width: 60%;
	height: 60%;
	margin: 10% 20%;
/*	background-color: green;
*/}
.iconos_linea li p {
	width: 65%;
	margin: -5% auto;
	font-size: 15px;
	text-align: center;
	color: #d9dde0;
}
h4 {
	color:#d9dde0;
	width: 80%;
	margin: 0 auto;
	text-align: center;
	margin-top: 20px; 
	font-size: 22px;
font-family: 'Raleway', sans-serif;
font-weight: 800;
font-style: italic;
}
h5 {
	color:#d9dde0;
	width: 70%;
	margin: 0 auto;
	text-align: center;
	margin-top: 20px; 
	font-size: 50px;
	letter-spacing: .5px;
font-family: 'Raleway', sans-serif;
line-height: 10px;
}
#video_index{
	width: 100%;
	height: 550px;
	float: left;
}
#block {
	width: 100%; height:100%;
	background-image: url(../img/pattern.png);
	background-color: rgba(0,0,0,.4);
	float: left;

}
#block p {
	z-index: 7;
	font-size: 50px;
	color: #d9dde0;
}
#contacto{
/*	background-color: orange;
*/	width: 100%;
	height: 550px;
	

}
footer {
		font-family: 'dekarregular';

	width: 100%;
	height: 200px;
	background-color: #00ADBB;
	float: left;
}
#logo_byn {
	width: 20%;
	height: 100px;
	opacity: .9;
	padding-top: 20px;
	margin-left: 8%;
}
#logo_byn img{
	width: 70%;
	margin-left: 15%; 

 }
footer hr {
	width: 20%;
		margin-left: 10%;
		border-color: none;
		border-width: 0px;
		height: 2px;
		background-color: #3A3A3A;

}
#contacto_info {
	color: #3A3A3A;
	font-size: 14px;
	text-align: center;
	width: 20%;
	height: 60px;
	margin-left: 8%;
	padding-top: 10px;
}
#copyright{
	color: #3A3A3A;
	width: 40%;
	height: 25px;
	margin: -20px auto;
	text-align: center;
	font-size: 14px;
}
#social_network {
	width: 20%;
	height: 50px;
	float: right;
	margin-right: 5%;
	margin-top: 80px;
}
#social_network li {
	width: 20%; float: left;
	height: 50px;
	margin-left: 1%;
}
.vimeo{
	background-image: url(../img/vimeo_icon.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.behance{
	background-image: url(../img/behance_icon.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.facebook{
	background-image: url(../img/facebook_icon.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.instagram{
	background-image: url(../img/instagram_icon.svg);
	background-size: contain;
	background-repeat: no-repeat;

}

