/* Reset
----------------------------------------------------------------------------------------------------*/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

a, a:hover, a:active{
	text-decoration: none
}

img, fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

ul, il{
	list-style: none;
}


/* PRINCIPAL
----------------------------------------------------------------------------------------------------*/
html{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	position:relative;
	text-align:center;
}

body{
	width:100%;
	height:100%;
	margin:0 auto;
	padding:0;
	font-family:sans-serif;
	text-align:center;
	position:relative;
	overflow-x:hidden;
	overflow-y:auto;
}


.noscroll{
	overflow:hidden;
}

.main{
	width:100%;
	height:auto;
	margin:0 auto;
	display:block;
	position:relative;
}

.main .cont{
	width:100%;
	min-height:-webkit-calc(100vh - 100px);
	min-height:-moz-calc(100vh - 100px);
	min-height:calc(100vh - 100px);
	margin:0 auto;
	display:block;
	position:relative;
}

.section{
	width:100%;
	height:auto;
	max-width:1000px;
	display:block;
	position:relative;
	clear:both;
	margin:0 auto;
}

.footer{
	width:100%;
	height:48px;
	max-width:1600px;
	line-height:48px;
	margin:96px auto 0 auto;
	padding:0;
	display:block;
	clear:both;
	text-align:center;
	border:solid #ddd;
	border-width:1px 0 0 0;
}

.clearbox{
	width: 0;
	height: 0;
	display: block;
	clear:both;
}


/* HEADER / menu_principal
----------------------------------------------------------------------------------------------------*/
.header{
	width:100vw;
	height:100px;
	display:block;
	max-width:1600px;
	clear:both;
	text-align:center;
	position:relative;
	margin:0 auto;
}

@keyframes minicio {
	0% {opacity:0;margin:-290px 0 0 0;}
	50% {opacity:0;margin:-290px 0 0 0;}
	100% {opacity:1;margin:-90px 0 0 0;}
}

.header-inicio{
	animation-name: minicio;
	animation-duration: 1.5s;
	animation-timing-function: ease;
	animation-iteration-count:1;
	max-width:inherit;
	height:100px;
	padding:30px 0;
	margin:-90px 0 0 0;
	position:fixed;
	top:50%;
	left:0;
	z-index:9999;
	background:#fff;
}

@keyframes linicio {
	0% {opacity:0; margin:0 0 0 72px;}
	75% {opacity:0; margin:0 0 0 72px;}
	100% {opacity:1; margin:0 0 0 36px;}
}

.header .logo{
	width:auto;
	height:48px;
	display:block;
	margin:0;
	padding:26px 0;
	float:left;
}

.header-inicio .logo{
	animation-name: linicio;
	animation-duration: 2s;
	animation-timing-function: ease;
	animation-iteration-count:1;
	height:60px;
	margin:0 0 0 36px;
	padding:20px 0;
}

.header .logo img{
	width:auto;
	height:100%;
}

.menu_principal{
	width:auto;
	height:100%;
	display:block;
	float:right;
	margin:0;
}

.header-inicio .menu_principal{
	margin:0 24px 0 0;
}

.menu_principal ul{
	width:auto;
	height:100%;
	display:block;
	padding:0;
	margin:0;
}

.menu_principal ul li{
	width:auto;
	height:40px;
	line-height:40px;
	display:inline-block;
	margin:30px 0 30px 30px;
	padding:0;
	font-size:14px;
	font-family:'Open Sans', sans-serif;
	font-weight:400;
	position:relative;
	color:#999;
	float:left;
}

.header-inicio .menu_principal ul li{
	font-size:18px;
	font-weight:300;
}

.menu_principal ul li a{
	height:100%;
	display:block;
	cursor:pointer;
	color:#999;
}

.menu_principal ul li a:hover{
	color:#333;
}

.menu_principal ul li a img{
	vertical-align:middle;
}

.menu_principal ul li.submenu ul li.sub2{
	display:none !important;
}

.menu_principal ul  li a.select,.menu_principal ul  li a:hover.select{
	color:#333;
	font-weight:700;
}

.menu_principal ul li.submenu ul{
	display:none;
	box-shadow:none;
}

.menu_principal ul li.submenu:hover ul{
	width:200px;
	height:auto;
	display:block;
	position:absolute;
	padding:0;
	margin:0;
	top:40px;
	left:0;
	background:#eee;
	border:solid 1px #ccc;
}

.menu_principal ul li.submenu ul li{
	width:100%;
	height:40px;
	line-height:40px;
	display:block;
	text-align:left;
	font-size:12px;
	margin:0;
	padding:0;
}

.menu_principal ul li.submenu ul li a{
	width:-webkit-calc(100% - 20px);
	width:-moz-calc(100% - 20px);
	width:calc(100% - 20px);
	height:40px;
	line-height:40px;
	padding:0 10px;
	display:block;
	text-align:left;
	border:solid #ccc;
	border-width: 0 0 1px 0;
}

.menu_principal ul li.submenu ul li a.select, .menu_principal ul li.submenu ul li a:hover.select{
	color: #75b039;
}

.menu_principal ul li.social{
	width:auto;
	height:auto;
	display:block;
	margin:0 12px 0 0;
	padding:0;
	float:left;
}

.menu_principal ul li.social a, .menu_principal ul li.social a:hover{
	width:60px;
	height:60px;
	display:block;
	margin:0;
	padding:0;
	background:transparent;
	border:solid 1px #ccc;
}

.menu_principal ul li.social img{
	width:100%;
	height:auto;
	display:block;
}

.logomovil{
	width:auto;
	height:65px;
	position:absolute;
	z-index:900;
	top:0;
	left:0;
}

.logomovil img{
	width: auto;
	height: 100%;
}

.movil_titulo {
	font-size: 0.75em;
	font-weight: normal;
	font-family:'Open Sans', sans-serif;
	float:right;
	line-height:35px;
	padding:0 12px 0 0;
	margin:15px 0;
	text-transform:uppercase;
	display:none;
}

.bt_menu{
	width:65px;
	height:65px;
	margin:0;
	float:right;
	display:none;
	cursor:pointer;
	background:#75b039;
}

.bt_menu img{
	width:65px;
	height:65px;
}

.menu_header_sombra{
	width:100%;
	height:5px;
	display:none;
	position:absolute;
	z-index:9998;
	top:0;
	left:0;
	background-size:auto 100%;
	background-position: center center;
	background-repeat: repeat-x;
	background-image:url(../img/sombra.png);
	opacity:0.5;
}


/* PARRAFOS Y TITULOS
----------------------------------------------------------------------------------------------------*/
.texto{
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

.ocultar{
}

.mostrar{
	display: none !important;
}

.titulo_01{
	margin:0;
	padding:0;
	font-size:26px;
	font-family:'Open Sans', sans-serif;
	font-weight:400;
}

.titulo_01 b{
	font-weight:700;
}

.titulo_02{
	margin:0;
	padding:0;
	font-size:16px;
	font-family:'Open Sans', sans-serif;
	font-weight:400;
}

.titulo_02 b{
	font-weight:700;
}

.parrafo_01{
	margin:0;
	padding:0;
	font-size:14px;
	line-height:1.5;
	font-family:'Open Sans', sans-serif;
	font-weight:400;
}

.parrafo_01 b{
	font-weight:700;
}

.parrafo_01 li{
	list-style:disc;
	margin:7px 0 7px 20px;
	padding: 0;
}

.parrafo_02{
	margin:0;
	padding:0;
	font-size:16px;
	line-height:1.5;
	font-family:'Open Sans', sans-serif;
	font-weight:400;
}

.parrafo_02 b{
	font-weight:700;
}

.parrafo_02 li{
	list-style:disc;
	margin:7px 0 7px 20px;
	padding: 0;
}

.parrafo_03{
	margin:0;
	padding:0;
	font-size:13px;
	font-family:'Open Sans', sans-serif;
	font-weight:400;
}

.parrafo_03 b{
	font-weight:700;
}

.align_justify{
	text-align:justify;
}

.align_center{
	text-align:center;
}

.colork{color:#75b039;}
.colorf{color:#fff;}
.colord{color:#ddd;}
.color0{color:#000;}
.color3{color:#333;}
.color6{color:#666;}
.color9{color:#999;}
.colorc{color:#ccc;}
.colord{color:#ddd;}


/* BANNER GENERAL
----------------------------------------------------------------------------------------------------*/
#banner_slide{
}

#slide{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

#slide .imagebanner{
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
}

#slide .imagebanner a{
	width:100%;
	height:100%;
	display:block;
	opacity:0;
	position:absolute;
	top:0;
	left:0;
	z-index:1000;
}

#text_box{
}

#text_box .frase{
}

#banner_menu .bt{
	position: relative;
	cursor:pointer;
}

#banner_menu .bt .normal{
	width:100%;
	height:100%;
	position:absolute;
	z-index:200;
	display:block;
}

#banner_menu .bt .over{
	width:100%;
	height:100%;
	position:absolute;
	z-index:100;
	display:none;
}


/* banner_home
----------------------------------------------------------------------------------------------------*/
.banner_home{
	width:100vw;
	height:100vh;
	background-color:#fff;
	margin:0;
	position:relative;
}

.banner_home2{
	height:-webkit-calc(100vh - 100px);
	height:-moz-calc(100vh - 100px);
	height:calc(100vh - 100px);
}

.banner_home #slide {
	width:100%;
	height:100%;
	margin:0;
}

.banner_home #slide .imagebanner{
	background-color:#ddd;
}

.banner_home .trans{
	width:100%;
	height:100%;
	display:block;
	text-align:left;
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	background-image:url(../img/trans_01.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:100% auto;
}

.banner_home #text_box{
	width:100%;
	height:140px;
	display:block;
	text-align:left;
	position:absolute;
	bottom:24px;
	left:0;
	z-index:200;
}

.banner_home .frase{
	width:auto;
	height:130px;
	display:block;
	padding:0;
	position:absolute;
	top:0;
	left:0;
	z-index:100;
}

.banner_home .frase p{
	width:auto;
	height:72px;
	line-height:72px;
	display:block;
	padding:0 48px;
	text-align:center;
	background:rgba(0, 0, 0, 0.8);
	float:left;
}

.banner_home .frase a{
	width:auto;
	height:36px;
	line-height:36px;
	display:block;
	padding:0 24px;
	margin:10px 0 0 0;
	text-align:center;
	background:#fff;
	float:right;
	color:#75b039;
}

.banner_home .frase a:hover{
	background:#75b039;
	color:#fff;
}

.banner_home .btprev{
	width:50px;
	height:50px;
	display:block;
	position:absolute;
	top:40%;
	left:0;
	z-index:900;
	cursor:pointer;
	opacity:0.7;
}

.banner_home .btnext{
	width:50px;
	height:50px;
	display:block;
	position:absolute;
	top:40%;
	right:0;
	z-index:900;
	cursor:pointer;
	opacity:0.7;
}

.banner_home .btnext:hover, .banner_home .btprev:hover{
	opacity:1;
}

.banner_home .btnext img, .banner_home .btprev img{
	width:100%;
	height:100%;
	display:block;
}

.banner_home #banner_menu{
	width:100%;
	height:auto;
	display:block;
	text-align:center;
	margin:0 0 20px 0;
}

.banner_home #banner_menu .bt{
	width:10px;
	height:10px;
	display:inline-block;
	padding:5px;
}

.banner_home #banner_menu .normal{
	width:10px;
	height:10px;
	display:block;
	margin:5px;
	background:#ccc;
	border-radius:7px;
}

.banner_home #banner_menu .over{
	width:10px;
	height:10px;
	display:block;
	margin:5px;
	background:#666;
	border-radius:7px;
}

.mainsocial{
	width:auto;
	height:auto;
	display:block;
	padding:0;
	margin:0;
	position:fixed;
	bottom:0;
	right:0;
	z-index:900;
	text-align:center;
}

.mainsocial .in{
	width:auto;
	max-width:1600px;
	height:auto;
	margin:0 auto;
	display:block;
	text-align:right;
}

.mainsocial .inhome{
	max-width:inherit;
}

.mainsocial a{
	width:48px;
	height:48px;
	display:inline-block;
	margin:0 12px 12px 0;
	box-shadow: 0 0 8px #666;
}

.mainsocial a img{
	width:100%;
	height:100%;
	display:block;
}




/* main cont
----------------------------------------------------------------------------------------------------*/

@keyframes sb1 {
	0% {opacity:0;margin:36px auto;}
	100% {opacity:1;margin:0 auto;}
}

.s_banner{
	animation-name: sb1;
	animation-duration: 1s;
	animation-timing-function: ease;
	animation-iteration-count:1;
	width:100%;
	height:250px;
	display:table;
	margin:0 auto;
	position:relative;
	text-align:center;
	background-color:#fff;
	background-position:center center;
	background-repeat:no-repeat;
}

@keyframes sb1_txt {
	0% {opacity:0;margin:0 0 0 48px;}
	50% {opacity:0;margin:0 0 0 48px;}
	100% {opacity:1;margin:0;}
}

.s_banner h2{
	animation-name: sb1_txt;
	animation-duration: 1s;
	animation-timing-function: ease;
	animation-iteration-count:1;
	margin:0;
}

.division_01{
	width:100%;
	height:1px;
	line-height:1px;
	font-size:1px;
	display:block;
	padding:0;
	margin:16px auto;
	text-align:left;
	background-color:#ddd;
}

.info{
	width:1000px;
	height:auto;
	display:block;
	padding:48px 0;
	margin:0 auto;
	text-align:left;
}

.info .imagen{
	width:1000px;
	height:auto;
	margin:24px 0;
	text-align:center;
}

.info .imagen img{
	max-width:1000px;
	height:auto;
	margin:24px auto;
}

#map_canvas{
	width:100%;
	height:400px;
	margin:48px 0;
}


/* about
----------------------------------------------------------------------------------------------------*/



/* projects
----------------------------------------------------------------------------------------------------*/
.projects .cont{
}

.projects_gallery{
	width:100%;
	max-width:1600px;
	height:auto;
	display:block;
	margin:0 auto;
	background-color:#fff;
}

.projects_gallery a{
	height:60vh;
	min-height:420px;
	display:block;
	background-color:#000;
	background-position:center center;
	background-repeat:no-repeat;
	margin:0 6px 12px 6px;
	float:left;
	position:relative;
	text-align:center;
}

.projects_gallery a .image{
	width:100%;
	height:100%;
	display:block;
	background-position:center center;
	background-repeat:no-repeat;
	position:relative;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out; /* IE10 is actually unprefixed */
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	opacity:0.85;
}

.projects_gallery a:hover .image{
	opacity:1;
}

@keyframes abtg {
	0% {opacity:0;}
	100% {opacity:1;}
}

.projects_gallery .bt0, .projects_gallery .bt0:hover {
	cursor:default;
	opacity:0.3;
}

.projects_gallery .bt1{
	animation-name: abtg;
	animation-duration: 0.7s;
	animation-timing-function: ease;
	animation-iteration-count:1;
	width:-webkit-calc(60% - 12px);
	width:-moz-calc(60% - 12px);
	width:calc(60% - 12px);
}

.projects_gallery .bt1 .image{
background-size:cover;
}

.projects_gallery .bt2{
	animation-name: abtg;
	animation-duration: 0.7s;
	animation-timing-function: ease;
	animation-iteration-count:1;
	width:-webkit-calc(40% - 12px);
	width:-moz-calc(40% - 12px);
	width:calc(40% - 12px);
}

.projects_gallery .bt2 .image{
background-size:cover;
}

.projects_gallery a .info{
	width:100%;
	height:100%;
	display:table;
	padding:0;
	background-position:center center;
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	text-align:center;
}

.projects_gallery a .info p{
	width:-webkit-calc(100% - 120px);
	width:-moz-calc(100% - 120px);
	width:calc(100% - 120px);
	min-width:200px;
	max-width:320px;
	height:60px;
	line-height:60px;
	display:block;
	margin:24px auto 0 auto;
	padding:0;
	background:rgba(0, 0, 0, 0.9);
	opacity:0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out; /* IE10 is actually unprefixed */
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.projects_gallery a:hover .info p{
	opacity:1;
	margin:0 auto;
}

@keyframes pbint {
	0% {opacity:0;}
	100% {opacity:1;}
}

.projects-in .cont{
	width:100%;
}

.projects_banner{
	width:100%;
	height:-webkit-calc(100vh - 180px);
	height:-moz-calc(100vh - 180px);
	height:calc(100vh - 180px);
	max-width:1600px;
	display:block;
	margin:0 auto;
	background-color:#fff;
	position:relative;
}

.projects_banner .nav{
	width:100%;
	height:auto;
	display:block;
	position:absolute;
	top:50%;
	left:0;
	z-index:100;
	margin:-24px 0 0 0;
	text-align:center
}

.projects_banner .nav .in{
	width:100%;
	height:auto;
	max-width:1600px;
	display:block;
	position:relative;
	margin:0 auto;
}

.projects_banner .bt_prev{
	width:auto;
	height:36px;
	display:block;
	margin:0 12px;
	padding:12px 0;
	position:relative;
	cursor:pointer;
	float:left;
}

.projects_banner .bt_prev img{
	width:auto;
	height:100%;
	display:block;
}

.projects_banner .bt_next{
	width:auto;
	height:36px;
	display:block;
	margin:0 12px;
	padding:12px 0;
	position:relative;
	cursor:pointer;
	float:right;
}

.projects_banner .bt_next img{
	width:auto;
	height:100%;
	display:block;
}

.projects_banner .bt_prev:hover,
.projects_banner .bt_next:hover{
	background-color: rgba(255, 255, 255, 0.4);
}

.pinfo{
	width:100%;
	height:80px;
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	z-index:200;
	text-align:center;
}

.pinfo .in{
	width:100%;
	height:100%;
	max-width:1600px;
	display:block;
	position:relative;
	margin:0 auto;
}

@keyframes pbname {
	0% {opacity:0;margin:20px 0 0 100px;}
	100% {opacity:1;margin:20px 0 0 0;}
}

.pinfo .name{
	animation-name: pbname;
	animation-duration: 1.5s;
	animation-timing-function: ease;
	animation-iteration-count:1;
	width:auto;
	height:40px;
	line-height:40px;
	display:block;
	margin:20px 0 0 0;
	padding:0 36px;
	float:left;
	background-color:#fff;
}

@keyframes pbname2 {
	0% {opacity:0;margin:15px 0 0 60px;}
	50% {opacity:0;margin:15px 0 0 60px;}
	100% (opacity:0.5;margin:15px 0 0 0;)
}

.pinfo .btinfo{
	animation-name: pbname2;
	animation-duration: 1.5s;
	animation-timing-function: ease;
	animation-iteration-count:1;
	width:40px;
	height:40px;
	line-height:40px;
	display:block;
	margin:15px 0 0 0;
	padding:5px;
	float:left;
	background-image:url(../img/ico_04b.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:24px auto;
	background-color:#fffff;
	cursor:pointer;
	opacity:0.5
}

.pinfo .btinfo:hover{
	opacity:1;
	background-image:url(../img/ico_04c.png);
}

.projects_info{
	width:568px;
	height:auto;
	display:none;
	padding:36px;
	margin:24px;
	text-align:left;
	background-color: rgba(0, 0, 0, 0.9);
	position:absolute;
	bottom:80px;
	left:0;
	z-index:100;
}

.bt_back{
	width:auto;
	height:40px;
	line-height:40px;
	display:block;
	padding:0 24px;
	margin:20px 0 0 0;
	text-align:center;
	background:#fff;
	color:#666666;
	float:right;
}

.bt_back:hover{
	color:#75b039;
}

.proyectsocial{
	width:auto;
	height:100%;
	display:block;
	padding:0;
	margin:0;
	float:right;
}

.proyectsocial a{
	width:40px;
	height:40px;
	display:inline-block;
	margin:20px 0 0 0;
	background:#fff;
}

.proyectsocial a img{
	width:100%;
	height:100%;
	display:block;
	opacity:0.85;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.proyectsocial a:hover img{
	opacity:1;
	-webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
}
