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


@import url('https://fonts.googleapis.com/css?family=Julius+Sans+One|Raleway:100,200,300,400,500,600,700,800,900');
.font2{font-family:'Julius Sans One', sans-serif;}
body {
	background-color: #fff;
	font-family: 'Raleway', sans-serif;
	color: #706f6f;
	padding-top: 120px;
}
section {
	background-color: #fff;
}
.contenedora {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
.slider {
	background-image: url(imagenes/img1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 650px;
	width: 100%;
}
.listaServicios {
	vertical-align: top;
	display: inline-block;
	width: 33%;
	font-size: 16px;
	line-height: 32px;
	list-style-type: none;
	list-style-image: url(imagenes/check.png);
}
.sectores {
	background-color: #1ECECA;
}
.slogan {
	background-image: url(imagenes/banda.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	background-attachment: fixed;
	margin-top: 2px;
}
.ubicacion {
	background-image: url(imagenes/Mapa-La-Cristalina.png);
	height:450px;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E9E6DA;
	border-bottom-color: #E9E6DA;
}
.ubicacion-int {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
.masterplan {
	background-image: url(imagenes/master01.jpg);
	background-position: center center;
	text-align: center;
}
.masterplan img {
	height: auto;
	width: 100%;
}
.col01 {
	vertical-align: top;
	display: inline-block;
	width: 49.5%;
	padding-right: 3%;
	padding-left: 3%;
}
.col02 {
	vertical-align: top;
	display: inline-block;
	width: 60%;
	margin-right: 5%;
}
.col03 {
	vertical-align: top;
	display: inline-block;
	width: 33%;
}
.contactoMail a {
	color: #706f6f;
}
.contactoMail a:hover, .contactoMail a:active {
	color: #1ECECA;
	text-decoration: none;
}
h1 {
	font-family: 'Julius Sans One', sans-serif;
	font-size: 29px;
	line-height: 33px;
	text-transform: uppercase;
	margin-bottom: 0px;
	text-align: center;
	padding-right: 10%;
	padding-left: 10%;
	color: #1ECECA;
}
h2 {
	font-family:'Julius Sans One', sans-serif;
	font-size: 28px;
	line-height: 28px;
	text-transform: uppercase;
	color: #1ECECA;
	text-align: center;
	margin-bottom: 30px;
}
h3 {
	font-family:'Julius Sans One', sans-serif;
	font-size: 19px;
	line-height: 19px;
	text-transform: uppercase;
	color: #1ECECA;
	margin-bottom: 15px;
}

p {
	font-size: 16px;
	line-height: 22px;
}
.textoDestacado {
	font-family: 'Julius Sans One', sans-serif;
	font-size: 20px;
	line-height: 26px;
	text-transform: uppercase;
	margin-bottom: 50px;
	text-align: center;
	padding-right: 10%;
	padding-left: 10%;
	font-weight: 400;
	color: #838383;
}
.centrado {
	text-align: center;
}
.verde {
	color: #1ECECA;
}
.crema {
	color: #fff;
}
.marginBottomS {
	margin-bottom: 30px;
}
.marginBottom {
	margin-bottom: 70px;
}
.imgMaster {
	margin-right: 5%;
	margin-left: 5%;
}
.kmz {
	color: #FFF;
	background-color: #1ECECA;
	text-align: center;
	display: block;
	text-transform: uppercase;
	font-size: 18px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.kmz:hover {
	background-color: #1ECECA;
	color: #FFF;
	text-decoration: none;
}
.grises {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: none;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
	margin-right: 25px;
	margin-left: 25px;
	width:100px;
	height:auto;
}
.grises:hover  {
	filter: url('#grayscale'); /* Versión SVG para IE10, Chrome 17, FF3.5, Safari 5.2 and Opera 11.6 */
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%); /* Para cuando es estándar funcione en todos */
	filter: Gray(); /* IE4-8 and 9 */
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
}
.contactoUbicacion {
	background-image: url(imagenes/iconoUbicacion.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 25px;
}
.contactoTel {
	background-image: url(imagenes/iconoTelefono.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 25px;
}
.contactoMail {
	background-image: url(imagenes/iconoMail.png);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 25px;
}

.campo {
	border: 1px solid #999999;
	width: 99%;
	margin-bottom: 7px;
	color: #999;
	margin-top: 2px;
	background-color: #fff;
	padding-bottom: 2px;
}
.boton {
	background-color: #1ECECA;
	display: block;
	border: 1px solid #1ECECA;
	width: 99%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-family:'Julius Sans One', sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
}
footer {
	background-color: #575756;
}
/* CAROUSEL */
                /* jssor slider arrow navigator skin 21 css */
                
                .jssora21l                  (normal)
                .jssora21r                  (normal)
                .jssora21l:hover            (normal mouseover)
                .jssora21r:hover            (normal mouseover)
                .jssora21l.jssora21ldn      (mousedown)
                .jssora21r.jssora21rdn      (mousedown)
                */
                .jssora21l, .jssora21r {
                    display: block;
                    position: absolute;
                    /* size of arrow element */
                    width: 55px;
                    height: 55px;
                    cursor: pointer;
                    background: url(carousel/img/a21.png) center center no-repeat;
                    overflow: hidden;
                }
footer p {
	color: #FFF;
	text-align: center;
}
footer a {
	color: #FFFFFF;
}
footer a:hover {
	color: #FFFFFF;
}

footer a.zwo {
	color: #969696;
}



                .jssora21l { background-position: -3px -33px; }
                .jssora21r { background-position: -63px -33px; }
                .jssora21l:hover { background-position: -123px -33px; }
                .jssora21r:hover { background-position: -183px -33px; }
                .jssora21l.jssora21ldn { background-position: -243px -33px; }
                .jssora21r.jssora21rdn { background-position: -303px -33px; }
				/* jssor slider bullet navigator skin 21 css */

                .jssorb21 div           (normal)
                .jssorb21 div:hover     (normal mouseover)
                .jssorb21 .av           (active)
                .jssorb21 .av:hover     (active mouseover)
                .jssorb21 .dn           (mousedown)
                */
                .jssorb21 {
                    position: absolute;
                }
                .jssorb21 div, .jssorb21 div:hover, .jssorb21 .av {
                    position: absolute;
                    /* size of bullet elment */
                   width: 19px;
                    height: 19px;
                    text-align: center;
                    line-height: 19px;
                    color: white;
                    font-size: 12px;
                    background: url(carousel/img/b21.png) no-repeat;
                    overflow: hidden;
                    cursor: pointer;
                }
                .jssorb21 div { background-position: -5px -5px; }
                .jssorb21 div:hover, .jssorb21 .av:hover { background-position: -35px -5px; }
                .jssorb21 .av { background-position: -65px -5px; }
                .jssorb21 .dn, .jssorb21 .dn:hover { background-position: -95px -5px; }
/* CIFRAS */
code, code > span {
	display: inline-block;
}
span.counterTotal {
	width:16%;
	display:inline-block;
	vertical-align:top;
	margin-bottom: 100px;
	text-align: center;
}
.cifras {
	padding-top: 45px;
	padding-bottom: 20px;
	color: #1ECECA;
	font-size: 17px;
	font-weight: normal;
	line-height: 35px;
}
.counter {
	font-size: 50px;
	font-weight: bold;
}
/* SERVICIOS */
.als-container {
	position: relative;
	width: 100%;
	margin: 0px auto;
	z-index: 0;
}
.als-viewport {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
}
.als-wrapper {
	position: relative;
	list-style: none;
}
.als-item {
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	float: left;
}
.als-prev, .als-next {
	position: absolute;
	cursor: pointer;
	clear: both;
}
#demo3 {
	margin: 40px auto;
}
#demo3 .als-item {
	margin: 0px 5px;
	padding: 4px 0px;
	min-height: 120px;
	min-width: 100px;
	text-align: center;
}
#demo3 .als-item img {
	display: block;
	margin: 0 auto;
	vertical-align: middle;
}
#demo3 .als-prev, #demo3 .als-next {
	top: 40px;
}
#demo3 .als-prev {
	left: 200px;
}
#demo3 .als-next {
	right: 200px;
}
/* SCROLL LOGOS */
#makeMeScrollable
		{
	position: relative;
	margin-bottom: 40px;
		}
.lineaherramientas {
	padding-top: 30px;
	background-image: url(imagenes/separador3.png);
	background-repeat: no-repeat;
	padding-bottom: 20px;
	background-position: center;
}
#makeMeScrollable div.scrollableArea img {
	position: relative;
	float: left;
	padding: 0;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	margin: 0;
}
div.scrollWrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
div.scrollableArea {	
	position: relative;	
	width: auto;	
	height: 100%;
}
@media screen and (max-width:1024px) {
	.contenedora {
	width: 96%;
	margin-right: 2%;
	margin-left: %;
	/*padding-top: 35px;
	padding-bottom: 40px;*/
	}
	.ubicacion-int {width: 100%;}
	.imgMaster {margin-right: 2%; margin-left: 2%;}
	.imgRespMP {width: 31%; height: auto}
}
@media screen and (max-width:880px){
	span.counterTotal {width:32%; margin-bottom: 10px;}
	.cifras {font-size: 16px; line-height: 33px;}
	.counter {font-size: 35px;}
	}
@media screen and (max-width:768px) {
	body {padding-top: 60px;}
	.navbar{border-radius: 4px; min-height: 60px;}
	.contenedora {padding-top: 15px; padding-bottom: 30px;	}
	.imgRespLogo {width: auto; height: 100%}
	h1 {
	/*font-size: 29px;
	line-height: 33px;
	text-transform: uppercase;
	margin-bottom: 0px;
	text-align: center;*/
	padding-right: 0%;
	padding-left: 0%;}
	.col01 {width: 96%; padding-right: 2%; padding-left: 2%;}
	.textoDestacado {font-size: 17px; line-height: 22px; margin-bottom: 40px;}
	.marginBottom {margin-bottom: 40px;}
}
@media screen and (max-width:600px){
	.col02 {width: 100%; margin-right: 0%;}
	.col03 {width: 100%;}
	}
@media screen and (max-width:480px){
	h1 {font-size: 19px; line-height: 23px;}
	.grises {width: 38%; height: auto; margin-right: 3%; margin-left: 3%;}
	p {font-size: 15px;	line-height: 20px;}
	
	}
@media screen and (max-width:390px){
	span.counterTotal {width:48%}
	}


.logospie{text-align:center;}
.logospie li{display:inline-block; margin:0 15px 0 0; font-size:12px;}
.logospie img{display:block; margin-bottom:5px;}
.redes{text-align:center;}
.redes li{display:inline-block; margin-right:5px;}
.redes li img{filter:grayscale(100%); filter:invert(1);}
.redes li img:hover{opacity:0.8;}
.bx-wrapper .bx-viewport{background-color:#fff!important;}
.bx-wrapper .bx-pager.bx-default-pager a{background-color:#000!important;}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{border:solid 3px #1ECECA!important;}
.bx-wrapper{margin-bottom:60px!important;}
.bx-wrapper p{margin-bottom:33px!important;}

.navbar-brand > img{width:auto!important;}
.navbar-default{background-color:#fff;}
.navbar-default .navbar-nav > li > a{color:#1ECECA;}
.navbar-default{border-top-color:#1ECECA;}
footer a.zwo{display:none;}
.navbar-default .navbar-nav > li > a{font-family:'Julius Sans One', sans-serif;}
/* beige #FCF6E8 */
#makeMeScrollable img{filter:grayscale(100%);}
.nivo-caption{background-color:rgba(30,206,202); font-family:'Raleway', sans-serif!important; text-align:center; padding:10px 100px 10px 100px;}
.contactoUbicacion, .contactoTel, .contactoMail{filter:grayscale(100%);}



@media screen and (max-width:500px){
.navbar-brand{padding:5px; margin-left:10px;}
.nivo-caption{padding:5px;}
.nivo-caption{position:relative;}
.nivo-directionNav a{position:fixed; top:16%;}
.grises{width:100%;}
.logospie img{max-width:100px; display:block; margin:auto;}
.logospie li{width:100%; margin-bottom:15px;}
.logospie{padding-top:45px;}
}
