@charset "utf-8";
/* CSS Document */

#bg_carteles{ position: absolute; top: 92px; left: 0px; right: 0px; width: 1000px; height:  425px; z-index: 1; visibility:hidden; }
#bg_platos{ position: absolute; top: 66px; left: 0px; right: 0px; width: 100%; height: 508px; visibility:hidden; }

#platos .proy_1{ background:url("../img/pro_corporativo.jpg") no-repeat center top; height:508px;}
#platos .proy_2{ background:url("../img/pro_corporativo2.jpg") no-repeat center top; height:508px;}
#platos .proy_3{ background:url("../img/pro_corporativo3.jpg") no-repeat center top; height:508px;}

#carteles{ list-style-type:none; width:1000px; margin:0 auto; position: absolute; left: 0; right: 0;height:508px; top:0px; }
#carteles li{ position:relative; width:1000px; height:425px;}

#carteles li .cartel_txt{ width:246px; height:290px; padding-top:130px; position:relative; left:0; padding-right:24px; background:url("../img/cartel_txt.png") no-repeat; }
#carteles li .cartel_txt p{
	width:214px; height:auto;
	font:normal 13px 'pt_sansregular', Arial, Helvetica, sans-serif;
	color:#FFF; 
	overflow:hidden;
	line-height: 19px;
	padding-left:25px;
}

#carteles li .fusion h2{ margin:10px 0 0 25px;
	font: normal 25px 'museo300', Arial, Helvetica, sans-serif; color:#ffbe00}
#carteles li .fusion h3{ margin:5px 0 5px 25px;
	font: normal 15px 'MyriadProSemibold', Arial, Helvetica, sans-serif; color:#ffbe00}
	#carteles li .fusion a{ color:#ffbe00}

#carteles li .unox h2{ margin:10px 0 0 25px;
	font: normal 25px 'museo300', Arial, Helvetica, sans-serif;color:#00b1f2}
#carteles li .unox h3{ margin:5px 0 5px 25px;
	font: normal 15px 'MyriadProSemibold', Arial, Helvetica, sans-serif;color:#00b1f2}
	#carteles li .unox a{color:#00b1f2}
	
#carteles li .fesdy h2{ margin:10px 0 0 25px;
	font: normal 25px 'museo300', Arial, Helvetica, sans-serif;color:#f0d59b }
#carteles li .fesdy h3{ margin:5px 0 5px 25px;
	font: normal 15px 'MyriadProSemibold', Arial, Helvetica, sans-serif; color:#f0e1c1}
	#carteles li .fesdy a{color:#f0e1c1}	
	
#carteles .link_pag{ display:block; width:245px; height:auto;
	text-align:center;
	font:normal 14px 'pt_sansregular', Arial, Helvetica, sans-serif;
}

#carteles .rss{ width:210px; height:auto; margin:9px 0 0 25px; overflow:hidden;}
#carteles .tw{ width:105px; float:left; }
#carteles .fb{ width:105px; float:right;}

#proyectos_home .options{width: 1000px; margin: 0 auto; position:relative; visibility:hidden; z-index: 20; top:-25px;}
#proyectos_home .nav{ width:26px; height:40px; position:absolute; display:block; cursor:pointer;}
#proyectos_home .nav.sig{ background:url("../img/sig.png"); right:15px;}
#proyectos_home .nav.prev{ background:url("../img/prev.png"); right:48px;}
#proyectos_home .nav:hover{ background-position:0 -40px;}

#proyectos_home .options .bx-wrapper{ margin:0 auto; display:none}
#proyectos_home .bx-pager{ display:none;}
#proyectos_home .bx-prev{ display:none;}
#proyectos_home .bx-next{ display:none;}
#proyectos_home .bx-wrapper{ height:358px;}

#platos{ height:508px; overflow:hidden;}

 
/*======================= MOVIES===========================*/

section {
display: block;
}

.video-home {
	width:100%;
	height:100%;
	position: absolute;
	bottom: 0;
	right: 0;
}

#video_background{
	/*min-width: 100%;
	min-height: 100%;*/
	width: 100%;
	height: auto;
	overflow: hidden;
}

video {
object-fit: contain;
}




/*-----------------------MENU MOBILE--------------------------*/



.icon-team, .icon-blog, .icon-home, .icon-portfolio, .icon-services, .icon-contact, .icon-menu {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 25px;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-team:before {
	content: "\e000";
}
.icon-blog:before {
	content: "\e001";
}
.icon-home:before {
	content: "\e002";
}
.icon-portfolio:before {
	content: "\e003";
}
.icon-services:before {
	content: "\e004";
}
.icon-contact:before {
	content: "\e005";
}
.icon-menu:before {
	content: "\f0c9";
}
a, li {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.nav ul {
	max-width: 1240px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.5em;
	font-weight: 300;
}
.nav li span {
display: block;
}
.nav a {
	display: block;
	color:#fff /*#c4ccda*/;
	text-decoration: none;
	-webkit-transition: color .5s, background .5s, height .5s;
	-moz-transition: color .5s, background .5s, height .5s;
	-o-transition: color .5s, background .5s, height .5s;
	-ms-transition: color .5s, background .5s, height .5s;
	transition: color .5s, background .5s, height .5s;
}
.nav i {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
a, button {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.no-touch .nav ul:hover a {
color: rgba(249, 249, 249, .8);
}
.no-touch .nav ul:hover a:hover {
color: #114E8F;
}
.nav li:nth-child(6n+1) {
background: rgb(208, 101, 3);
}
.nav li:nth-child(6n+2) {
background: rgb(233, 147, 26);
}
.nav li:nth-child(6n+3) {
background: rgb(22, 145, 190);
}
.nav li:nth-child(6n+4) {
background: rgb(22, 107, 162);
}
.nav li:nth-child(6n+5) {
background: rgb(27, 54, 71);
}
.nav li:nth-child(6n+6) {
background: rgb(21, 40, 54);
}

@media (min-width: 821px) {
.nav li {
float: left;
width: 16.66666666666667%;
text-align: center;
-webkit-transition: border .5s;
-moz-transition: border .5s;
-o-transition: border .5s;
-ms-transition: border .5s;
transition: border .5s;
}
.nav a {
display: block;
width: auto;
}
.no-touch .nav li:nth-child(6n+1) a:hover,  .no-touch .nav li:nth-child(6n+1) a:active,  .no-touch .nav li:nth-child(6n+1) a:focus {
border-bottom: 4px solid rgb(174, 78, 1);
}
.no-touch .nav li:nth-child(6n+2) a:hover,  .no-touch .nav li:nth-child(6n+2) a:active,  .no-touch .nav li:nth-child(6n+2) a:focus {
border-bottom: 4px solid rgb(191, 117, 20);
}
.no-touch .nav li:nth-child(6n+3) a:hover,  .no-touch .nav li:nth-child(6n+3) a:active,  .no-touch .nav li:nth-child(6n+3) a:focus {
border-bottom: 4px solid rgb(12, 110, 149);
}
.no-touch .nav li:nth-child(6n+4) a:hover,  .no-touch .nav li:nth-child(6n+4) a:active,  .no-touch .nav li:nth-child(6n+4) a:focus {
border-bottom: 4px solid rgb(10, 75, 117);
}
.no-touch .nav li:nth-child(6n+5) a:hover,  .no-touch .nav li:nth-child(6n+5) a:active,  .no-touch .nav li:nth-child(6n+5) a:focus {
border-bottom: 4px solid rgb(16, 34, 44);
}
.no-touch .nav li:nth-child(6n+6) a:hover,  .no-touch .nav li:nth-child(6n+6) a:active,  .no-touch .nav li:nth-child(6n+6) a:focus {
border-bottom: 4px solid rgb(9, 18, 25);
}
.icon {
padding-top: 1.4em;
}
.icon + span {
margin-top: 2.1em;
-webkit-transition: margin .5s;
-moz-transition: margin .5s;
-o-transition: margin .5s;
-ms-transition: margin .5s;
transition: margin .5s;
}
.nav a {
height: 9em;
}
.no-touch .nav a:hover,  .nav a:active,  .nav a:focus {
height: 10em;
}
.no-touch .nav a:hover .icon + span {
margin-top: 3.2em;
-webkit-transition: margin .5s;
-moz-transition: margin .5s;
-o-transition: margin .5s;
-ms-transition: margin .5s;
transition: margin .5s;
}

.nav i {
position: relative;
display: inline-block;
margin: 0 auto;
padding: 0.4em;
border-radius: 50%;
font-size: 1.8em;
box-shadow: 0 0 0 30px transparent;
background: rgba(255, 255, 255, 0.1);
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: box-shadow .6s ease-in-out;
-moz-transition: box-shadow .6s ease-in-out;
-o-transition: box-shadow .6s ease-in-out;
-ms-transition: box-shadow .6s ease-in-out;
transition: box-shadow .6s ease-in-out;
}

	.no-touch .nav a:hover i,  .no-touch .nav a:active i,  .no-touch .nav a:focus i {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
		-webkit-transition: box-shadow .4s ease-in-out;
		-moz-transition: box-shadow .4s ease-in-out;
		-o-transition: box-shadow .4s ease-in-out;
		-ms-transition: box-shadow .4s ease-in-out;
		transition: box-shadow .4s ease-in-out;
		}
}

	.nav .navtoogle {
		display: none;
		width: 100%;
		padding: 20px 0 0 0;
		font:normal 15px 'pt_sansregular', Arial, Helvetica, sans-serif; text-align:center;
		color:rgba(255, 255, 255, 0.78);
		text-align: left;
		background: none;
		border: none;
		cursor: pointer;
	}
	.navtoogle i {
		z-index:-1;
	}
	.icon-menu {
		position: relative;
		top: 3px;
		left: 10px;
		line-height: 0;
		font-size: 1.6em;
	}
 @media only screen and (max-width: 820px) and (min-width: 5px) {
	 .video-home {
	width:100%;
	height:100%;
	position: relative;
}
	#video_background{
		position:inherit;
		min-height:0%;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	 
	#banner { margin: -5px 0 0 0;}
	 
	#cont-menu{ display:inline-block; overflow-y:hidden;}
	.menu_home{ display:none}
	
	.nav .navtoogle {
		float:right;
		width: 85px;
		margin: 0px 0 13px 0;
		display: block;
	}
	
	.no-js .nav ul {
		max-height: 30em;
		overflow: hidden;
	}
	
	.js .nav ul {
		max-height: 0em;
		overflow: hidden;
	}
	.js .nav .active + ul {
		max-height: 30em;
		overflow: hidden;
		-webkit-transition: max-height .4s;
		-moz-transition: max-height .4s;
		-o-transition: max-height .4s;
		-ms-transition: max-height .4s;
		transition: max-height .4s;
	}
	
	#window .nav li{
		background-color:#2f678d /*#31394a*/;
		border-bottom: 1px solid #D6D9DF;
		/*border-top: 1px solid rgba(255, 255, 255, .08);*/
		-webkit-transition: all 0.25s ease-out;
		-moz-transition: all 0.25s ease-out;
		-o-transition: all 0.25s ease-out;
		transition: all 0.25s ease-out;
	}
	
	#window .nav li:hover{
		background-color: #fff;
	}
	#window .m_active{ background-color: #fff; color:#114E8F}
	
	.nav li span {
		display: inline-block;
		height: 100%;
		font-family: 'pt_sansregular', Helvetica, sans-serif;
		font-size: 17px;
		font-weight: normal
	}
	.nav a {
		padding: 0.4em;
		border-left:3px solid #2f678d ;
		-webkit-transition: all 0.25s ease-out;
		-moz-transition: all 0.25s ease-out;
		-o-transition: all 0.25s ease-out;
		transition: all 0.25s ease-out;
	}
	
	.nav a:hover { border-left: 4px solid #114E8F;}
	
	.nav .m_active { border-left: 4px solid #114E8F/*#92EEF7;*/}	
	
	.icon + span {
		margin-left: 1em;
		font-size: 0.8em;
	}
	/*.nav li:nth-child(6n+1) {
	border-left: 3px solid #31394a;
	}
	.nav li:nth-child(6n+2) {
	border-left: 3px solid #31394a;
	}
	.nav li:nth-child(6n+3) {
	border-left: 3px solid #31394a;
	}
	.nav li:nth-child(6n+4) {
	border-left: 3px solid #31394a;
	}
	.nav li:nth-child(6n+5) {
	border-left: 3px solid #31394a;
	}
	.nav li:nth-child(6n+6) {
	border-left: 3px solid #31394a;
	}*/
	.touch .nav a {
		padding: 0.8em;
	}
	
 }


