@charset "UTF-8";
 /* @group reset */

CSS Document 
HTML RESET
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

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,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,th {
	margin:0;
	padding:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
	
}

ul,ol {
	list-style:none;
}

a img,:link img,:visited img {
	border:0;
}

:link,:visited {
	text-decoration:none;
}


.twtr-hd {
	display:none;
}

html {
	font-family:Times New Roman, "Times", serif;
}
/* @end */
 body{
 	background: #fff;
 }
@font-face {
	font-family: 'SansationRegular';
	src: url('./fonts/Sansation_Regular.eot'); /* IE9 Compat Modes */
	src: url('./fonts/Sansation_Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('./fonts/Sansation_Regular.woff') format('woff'), /* Modern Browsers */
	     url('./fonts/Sansation_Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('./fonts/Sansation_Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
	font-family: 'SansationBold';
	src: url('./fonts/Sansation_Bold.eot'); /* IE9 Compat Modes */
	src: url('./fonts/Sansation_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('./fonts/Sansation_Bold.woff') format('woff'), /* Modern Browsers */
	     url('./fonts/Sansation_Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('./fonts/Sansation_Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
	font-family: 'SansationLight';
	src: url('./fonts/Sansation_Light.eot'); /* IE9 Compat Modes */
	src: url('./fonts/Sansation_Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('./fonts/Sansation_Light.woff') format('woff'), /* Modern Browsers */
	     url('./fonts/Sansation_Light.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('./fonts/Sansation_Light.svg#svgFontName') format('svg'); /* Legacy iOS */
}
.wrap{
	width: 978px;
	margin: 0 auto;
}
#header, #header .logo, #header .mainnav li a{
	-webkit-transition: background 0.3s ;
	-moz-transition: background 0.3s ;
    -ms-transition: background 0.3s ;
    -o-transition: background 0.3s ;
	transition: background 0.3s ;
}
#header{
	width: 100%;
	padding: 30px 0;
	position: fixed;
	float: left;
	top: 0;
	z-index: 100;
	background: rgba(255, 255, 255, .0);
	display: block;
}
#header span{
	width: 978px;
	display: block;
	top: 99.8%;
	position: absolute;
	height: 15px;
	background: url('../images/hdbg.png') no-repeat center bottom;
}
#header .logo{
	width: 192px;
	height: 41px;
	display: block;
	float: left;
	background-image: url('../images/logocolor.png');
	background-position-x: left;
	background-repeat: no-repeat;
}
#header .mainnav{
	float: right;
	margin-top: 13px;
	width: 500px;
	font: 14px 'SansationRegular';
	color: #fff;
	text-align: right;
	text-transform: uppercase;
}
#header .mainnav li:first-child{
	margin-left: 0px;
}
#header .mainnav li{
	display: inline-block;
	margin-left: 30px;
}
#header .mainnav li a{
	color: #fff;
}
#header-mobile{
	width: 96%;
	padding: 2%;
	max-height: 50px;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	float: left;
	background: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px #999;
	box-shadow: 0px 0px 10px 0px #999;
}
#header-mobile:before{
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	content: '';
	background: #fff;
	top: 0;
	left: 0;z-index: 2;
}
#header-mobile .logo{
	width: 192px;
	height: 41px;
	display: block;
	float: left;
	position: relative;
	z-index: 99;
	background-image: url('../images/logocolor.png');
	background-position: left bottom;
	background-repeat: no-repeat;
}
#header-mobile label{
	position: absolute;
	right: 5%;
	top: 17%;
	width: 40px;
	height: 58%;
	display: block;
	z-index: 99;
}
#header-mobile label:before{
	content: '';
	width: 100%;
	height: calc(100% - 27px);
	display: block;
	top: 0;
	left: 0;
	border-top: 20px double #06a7e2;
	border-bottom: 7px solid #06a7e2;
	position: absolute;
}
#header-mobile .modbt{
	display: none;
}
#header-mobile ul.overmenu{
	background: #06a7e2;
	float: left;
	width: 100%;
	padding: 2%;
	left: 0;
	top: -300%;
	z-index: 1;
	position: absolute;
	font: 20px 'Sansationlight';
	-webkit-transition: all 0.3s ;
	-moz-transition: all 0.3s ;
	-ms-transition: all 0.3s ;
	-o-transition: all 0.3s ;
	transition: all 0.3s ;
	text-transform: uppercase;
}
#header-mobile ul li{
	padding: 0 0 0 10%;
	margin: 20px 0;
}
#header-mobile ul li a{
	color: #fff;
}
#header-mobile .modbt:checked + ul.overmenu{
	top: 100%;
}
#content{
	float: left;
	width: 100%;
}
#content #slideshow{
	width: 100%;
	height: 700px;
	float: left;
	position: relative;
	display: block;
	overflow: hidden;
	background: #06a7e2 url('../images/load.gif') no-repeat center;
}
#content #slideshow:before{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: block;
	content: '';
	background: rgba(0, 0, 0, .29);
}
#content #slideshow:after{
	z-index: 10;
	content: 'INSTALACIONES TÉCNICAS';
	font: 45px 'Sansationlight';
	position: absolute;
	left: 50%;
	width: 620px;
	text-align: center;
	margin-left: -310px;
	top: 42%;
	color: #fff;
	padding: 20px 0 15px;
	border-radius: 0 20px 0 0;
	-webkit-border-radius: 0 20px 0 0;
	border: 1px solid #fff;
}
#content #slideshow nav{
	min-width: 100%;
	top: 300px;
	z-index: 2;
	position: fixed;
}
#content #slideshow nav a.prev{
	float: left;
	margin-left: 20px;
	height: 78px;
	width: 38px;
	display: block;
	background: url('../images/arw.png') no-repeat left top;
}
#content #slideshow nav a.next{
	float: right;
	margin-right: 20px;
	height: 78px;
	width: 38px;
	display: block;
	background: url('../images/arw.png') no-repeat left top;
	
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
#content #slideshow .slider{
	width: 100%;
	height: 100%;
	float: left;
	top: 0;
	position: fixed;
	display: block!important;
}
#content #slideshow .slider div{
	float: left;
	display: none;
	top: 0;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
}

#content #quienes, #content #servicios, #content #proyectos, #content #contacto{
	width: 100%;
	padding: 120px 0px 140px;
	float: left;
	border-bottom: 1px solid #ccc;
	position: relative;
	background: #fff;
}
#content #quienes h1, #content #servicios h1, #content #proyectos h1, #content #contacto h1{
	text-align: center;
	float: left;
	width: 100%;
	color: #06a7e2;
	margin-bottom: 40px;
	font: 42px 'SansationLight';
	text-transform: uppercase;
}
#servicios h1{
	margin-bottom: 0px!important;
}
#servicios h2{
	text-align: center;
	float: left;
	width: 100%;
	color: #999;
	margin-bottom: 30px;
	font: 28px 'SansationLight';
}
#content #quienes p{
	width: 900px;
	float: left;
	margin-left: 39px;
	text-align: center;
	color: #999;
	font: 20px/40px 'SansationLight';
}
#content #quienes p strong{
	color: #06a7e2;
}
#content #contacto p{
	width: 900px;
	float: left;
	margin-left: 39px;
	text-align: center;
	color: #999;
	font: 16px/25px 'SansationLight';
}

#content #servicios{
	background: rgb(242,249,252); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjlmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(242,249,252,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,249,252,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(242,249,252,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(242,249,252,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(242,249,252,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(242,249,252,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f9fc', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
	
}

#content #servicios .productos{
	width: 900px;
	float: left;
	margin-top: 20px;
	margin-left: 39px;
	text-align: center;
}
#content #servicios .productos a{
	width: 160px;
	float: left;
	margin-left: 80px;
	height: 160px;
	border: 1px solid #06a7e2;
	border-bottom: none;
	display: block;
	cursor: pointer;
	-webkit-border-radius: 0 15px 0 0;
	border-radius: 0 15px 0 0;
	position: relative;
	color: #999;
	font: 14px 'SansationLight';
	text-transform: uppercase;
	background-image: url('../images/proicon.png');
	background-repeat: no-repeat;
}
#content #servicios .productos a:first-child{
	margin: 0;
}
#content #servicios .productos a:before{
	position: absolute;
	top: -webkit-calc(100% + 20px);
	top: -moz-calc(100% + 20px);
	top: -o-calc(100% + 20px);
	top: calc(100% + 20px);
	width: 160px;
	left: 0;
	text-align: center;
}
#content #servicios .productos a:after{
	content: '';
	background: url('../images/botserv.png') no-repeat center top;
	position: absolute;
	width: 160px;
	height: 12px;
	display: block;
	top: 100%;
	left: 0;
}
#content #servicios .productos .hidrabt{
	background-position: 45px center;
}
#content #servicios .productos .contrabt{
	background-position: -203px center;
}
#content #servicios .productos .airbt{
	background-position: -458px center;
}
#content #servicios .productos .elebt{
	background-position: -706px center;
}

#content #servicios .productos .hidrabt:before{
	content: 'HIDROSANITARIA';
}
#content #servicios .productos .contrabt:before{
	content: 'CONTRAINCENDIO';
}
#content #servicios .productos .airbt:before{
	content: 'AIRE ACONDICIONADO';
}
#content #servicios .productos .elebt:before{
	content: 'ELECTRICIDAD';
}
#content #servicios .productos a ul{
	width: 320px;
	text-align: left;
	padding: 30px;
	border: 1px solid #06a7e2;
	background: #fff;
	position: absolute;
	z-index: 99;
	display: block;
	-webkit-border-radius: 0 15px 0 0;
	border-radius: 0 15px 0 0;
	text-transform: none;
	font: 14px 'SansationRegular';
	left: -107px;
	bottom: 150px;
	
	
	opacity:0;
	visibility: hidden;
	filter:alpha(opacity=0); /* For IE8 and earlier */
	-webkit-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
    -ms-transition: all 0.2s ;
    -o-transition: all 0.2s ;
	transition: all 0.2s ;
}
#content #servicios .productos a:hover ul{
	opacity:1;
	visibility: visible;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
#content #servicios .productos a ul:before{
	content: '';
	height: 15px;
	width: 15px;
	display: block;
	background: #fff;
	top: -webkit-calc(100% - 7px);
	top: -moz-calc(100% - 7px);
	top: -o-calc(100% - 7px);
	top: calc(100% - 7px);
	left: 175px;
	position: absolute;
	border-bottom: 1px solid #06a7e2;
	border-right: 1px solid #06a7e2;
	
	-moz-transform: rotate(45deg);
			-webkit-transform: rotate(45deg);
	        -o-transform: rotate(45deg);
	        -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
#content #servicios .productos a ul li{
	margin-bottom: 10px;
	padding-left: 10px;
	position: relative;
}
#content #servicios .productos a ul li:last-child{
	margin: 0px;
}
#content #servicios .productos a ul li:before{
	content: '•';
	position: absolute;
	left: 0;
}

#content #proyectos nav{
	width: 324px;
	left: 50%;
	margin-left: -162px;
	top: 36%;
	position: absolute;
	float: left;
	display: none;
}
#content #proyectos nav a{
	background: #fff;
	width: 35px;
	height: 50px;
	display: block;
}
#content #proyectos nav a.prev{
	position: absolute;
	left: 0;
}
#content #proyectos nav a.prev:before{
	content: '';
	display: block;
	width: 25px;
	position: absolute;
	top: 11px;
	left: 10px;
	height: 25px;
	border-bottom: 1px solid #06a7e2;
	border-left: 1px solid #06a7e2;
	-moz-transform: rotate(45deg);
			-webkit-transform: rotate(45deg);
	        -o-transform: rotate(45deg);
	        -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
#content #proyectos nav a.next{
	position: absolute;
	right: 0;
}
#content #proyectos nav a.next:before{
	content: '';
	display: block;
	width: 25px;
	position: absolute;
	top: 11px;
	right: 10px;
	height: 25px;
	border-top: 1px solid #06a7e2;
	border-right: 1px solid #06a7e2;
	-moz-transform: rotate(45deg);
			-webkit-transform: rotate(45deg);
	        -o-transform: rotate(45deg);
	        -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
#content #proyectos .portfolio{
	width: 100%;
	float: left;
	display: block;
	position: relative;
}
#content #proyectos .portfolio li{
	float: left;
	width: 324px;
	height: 285px;
	display: block;
	margin: 1px;
	overflow: hidden;
	position: relative;
}
#content #proyectos .portfolio li:hover .info{
	left: 0;
	top: 0;
}
#content #proyectos .portfolio li .info{
	width: 276px;
	height: 235px;
	padding: 25px;
	display: block;
	color: #fff;
	position: absolute;
	top: 100%;
	left: 0;
	text-shadow: 1px 1px 1px #666;
	        filter: dropshadow(color=#666, offx=1, offy=1);
	-webkit-transition: all 0.3s ;
	-moz-transition: all 0.3s ;
	-ms-transition: all 0.3s ;
	-o-transition: all 0.3s ;
	transition: all 0.3s ;
	background: rgba(6, 167, 226, .75);
	text-transform: uppercase;
}
#content #proyectos .portfolio li .info h2{
	width: 100%;
	font: 16px/20px 'SansationRegular';
	float: left;
}
#content #proyectos .portfolio li .info .cliente{
	width: 100%;
	font: 16px/20px 'SansationRegular';
	float: left;
	margin-top: 10px;
	text-transform: capitalize;
}
#content #proyectos .portfolio li .info .cliente:before{
	content: 'Cliente: ';
	font-family: 'SansationLight';
	text-transform: none;
}
#content #proyectos .portfolio li .info p{
	width: 100%;
	font: 16px/20px 'SansationLight';
	margin-top: 20px;
	float: left;
	text-transform: none;
}

#content #proyectos .portfolio li .thumbnail{
	width: 324px;
	height: 285px;
	float: left;
}
#content #proyectos .portfolio li .thumbnail img{
	height: 285px;
	float: left;
}

#content #map-canvas{
	height: 310px;
	width: 100%;
}

#footer{
	float: left;
	width: 100%;
	display: block;
	position: relative;
	padding: 50px 0;
	background: #0179c2;
}
#footer .wrap{
	position: relative;
}
#footer .copy{
	font: 13px/20px 'SansationLight';
	color: #fff;
	width: 400px;
}
#footer .copy a{
	color: #fff;
	font-family: 'SansationRegular';
}
#footer .certif{
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	font: 14px 'SansationRegular';
}
#footer .certif:after{
	content: '';
	width: 452px;
	height: 39px;
	display: block;
	background-image: url('../images/certif.jpg');
	background-size: contain;
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;
	margin-top: 5px;
	float: right;
}
.en #content #slideshow:after{
	content: 'TECHNICAL FACILITIES';
}
.en #content #proyectos .portfolio li .info .cliente:before{
	content: 'Client: ';
}
.en #content #servicios .productos .hidrabt:before{
	content: 'plumbing';
	text-transform: uppercase;
}
.en #content #servicios .productos .contrabt:before{
	content: 'Firefighting';
	font-weight: bold;
}
.en #content #servicios .productos .airbt:before{
	content: 'AIR CONDITIONING';
}
.en #content #servicios .productos .elebt:before{
	content: 'ELECTRICITY';
}

a.esp, a.en, a.cintillo{
	padding: 10px;
	float: left;
	background: #fff;
	border-radius: 0 10px 0 0;
	border: 1px solid #06a7e2;
	position: fixed;
	left: 0;
	color: #06a7e2;
	top: 50%;
	z-index: 2;
	font: 13px 'SansationRegular';.
	text-transform: uppercase;
}
a.cintillo{
	top: 50%;
	margin-top: 50px;
}
@media screen and (max-width: 640px) {
	a.esp, a.en, a.cintillo{display: none!important}
	#header-mobile{
		display: block!important;
	}
	.wrap{
		width: 100%!important;
		min-width: 100%!important;
	}
	#content #servicios .productos, #content #quienes p, #content #contacto p{
		width: 90%;
		margin: 0 5%;
		text-align: center;
	}
	#content #servicios .productos a, #content #servicios .productos a:first-child{
		clear: both;
		margin: 0 0 80px;
		left: -webkit-calc(50% - 80px);
		left: -moz-calc(50% - 80px);
		left: calc(50% - 80px);
	}
	#content #slideshow{
		height: 400px!important;
	}
	#header, #content #slideshow nav{
		display: none!important;
	}
	#footer .certif, #footer .copy{
		float: left;
		width: 87%!important;
		margin-left: 13%;
		position: relative;
	}
	#content #proyectos .portfolio{
		height: 570px!important;
		overflow: hidden;
		text-align: center;
	}
	#content #proyectos .portfolio li{
		height: 570px!important;
		float: none!important;
		display: inline-block;
	}
	#content #proyectos .portfolio li .info, #content #proyectos .portfolio li a:hover .info{
		top:285px;
		text-align: left;
	}
	#content #servicios .productos a ul{
		padding: 15px;
	}
	#footer .certif{
		margin-top: 15px;
	}
	#footer .certif:after{
		width: 86%;
		margin-top: 10px;
		float: left;
	}
	#content #slideshow:after{
		width: 90%!important;
		left: 50%!important;
		margin-left: -47%!important;
		font: 35px 'Sansationlight'!important;
	}
	#content #proyectos nav{ display: block!important;}
}
@media screen and (min-width: 641px){
	#content #proyectos .portfolio li{
		display: block!important;
	}
}



/*Retina Displays */
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
 .logo-login  {
 	background-image: url('../images/rlistlg2@2x.png');
 	background-size: contain;
 }
}
