@charset "UTF-8";
/* Fonts */
@import url(https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600,700);

::selection {
	background-color: #4cddf3;
	color: #fff;
}
html, body {
	background: #fff;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

.robotic { display: none; }


.hideme{opacity: 0;}
.hideme-slide, .hideme-slide2{opacity: 0; bottom: -100% !important;}
.dontHide{
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.dontHide.delay{
	-webkit-transition: all 1.5s ease-in-out;
	-moz-transition: all 1.5s ease-in-out;
	-o-transition: all 1.5s ease-in-out;
	transition: all 1.5s ease-in-out;
}

/* Loading */
#mask {
    background-color: #FFFFFF;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 100000;
}
.loader {
  position: absolute;
  width: 40px;
  height:40px;
  margin: -20px 0 0 -20px;
  top:50%;
  left:50%;
}


/* JumpMenu Styles */
.jump-menu{
	display: none;
	position: absolute;
	top: 0;
	right: 0;
}
.jump-selector{
	border-radius: 0;
	background: url("../img/menu-icon-blk.png") no-repeat;
	position: absolute;
	width: 50px;
	height: 75px;
	top: 0;
	right: 0;
	border: none;
	-webkit-appearance: none;
	padding-right: 50px;
	cursor: pointer;
}

/* Home Slider */
#video-volume {
	bottom: 30px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 24px;
	margin-left: -12px;
	left: 50%;
	position: absolute;
	width: 25px;
	height: 25px;
	z-index: 10;
	background: url("../img/audio.png") no-repeat;
	opacity: 0.5;
}

#home-fullWidth div,#home div{
	position: relative;
	width: 100%;
	height: 100%;
}
#home-fullWidth{
	height: 700px;
}
.slider-controls{
	opacity: 0;
	padding: 0;
	margin: 0;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.slider-controls li{list-style: none;}
#home-fullWidth div:hover .slider-controls,#home div:hover .slider-controls{
	opacity: 1;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.slider-controls li a{
		position: absolute;
		z-index: 25;
		top: 44%;
		width: 81px;
		height: 80px;
		cursor: pointer;
}
.s-next{
	background: url("../img/s-next.png");
	margin-right: 70px;
	right: 0;
	opacity: 0.3;
}
.s-prev{
	background: url("../img/s-prev.png");
	margin-left: 70px;
	left: 0;
	opacity: 0.3;
}
.s-next:hover, .s-prev:hover{opacity: 1;}

/* Pre-load */
#home{ height:100%;}
#bannerscollection_zoominout_opportune{height:100%; width:100%;}
.wrapperSlider #bannerscollection_zoominout_opportune{ height:auto; width:auto;}

#homer:hover .bannerControls{opacity: 1;}
.banner-info{
	position: absolute;
	width: 100%;
	z-index: 10;
	top: 0;
	left: 0;
	text-align: center;
}
.header{
	width: 100%;
	height: 75px;
	background-color: #fff;
	/*background-color: rgba(255,255,255,0.85);*/
	position: fixed;
	z-index: 900;
	box-shadow: 0 0 5px 0 rgba(50,50,50,0.1);
}
.clear{clear: both;}
.menu{
	float: right;
	margin-right: 68px;
}
.menu ul{list-style: none; padding: 0; height: 75px; margin: 0;}

.menu ul li, .dropdown-menu li{
	float: left;
	line-height: 78px;
	padding: 0 22px;
	font-family: 'Roboto';
	font-size: 17px;
	font-weight: 500;
	text-transform: capitalize;
	letter-spacing: 2px;
}

.menu ul li#lang{
	padding: 0 6px;
	color: #12b5ea;

}	

.menu a{
	text-decoration: none;
	color: #007cc2 !important;
	
	/*-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;*/
}.menu a:hover{
	color: #12b5ea !important;
	
/*	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;*/
}


#nav .current a {color: #12b5ea !important;}


/* -------------------------MENU DESPLEGABLE

Get ride of default margin's and padding 
    ul, li {
        margin: 0;
        padding: 0;
    }



    /* Display parent unordered list items horizontally 
    ul li {
        float: left;
        list-style: none;       /* Get rid of default Browser styling 
        margin-right: 10px;     /* Add some space between items 
    }

    #submenu {
    	 	top: 74px !important;
    	 	
    }

    #submenu li {
    	background: white;
    	width: 100%;
    	border-right: 1px solid lightgrey;
    	border-left: 1px solid lightgrey;
    }

    #submenu li:last-child {
    	border-bottom: 1px solid lightgrey;
    }

    #submenu li:first-child {
    	border-top: 1px solid lightgrey;
    }


        /* Hide inset unordered Lists 
        ul li ul {
            display: none;
        }

        /* Un-Hide inset unordered Lists when parent <li> is hovered over 
        ul li:hover ul {
            display: block;
            position: absolute;
        }

            /* Clear the any element that may be "float: left;" (Essentially moves the item to the next line
            ul li:hover ul li {
                clear: left;            
            }
-------------------------------------*/

.logo{
	float: left;
	cursor: pointer;
	line-height: 75px;
	margin-left: 25px;
}

.logo .logo-navbar{
	width: 180px;
	height: 40px;
}


/*.main-title .second-title{
	font-size: 16px;
	font-family: 'Maven Pro', 'Helvetica Neue', 'Helvetica', sans-serif;
	width: 680px;
	text-transform: none;
	margin: auto;
	font-weight: 400;
}
.second-title span{color: #4cddf3; font-weight: 600;}*/


/* ABOUT BUTTON HOME!*/

.buy-logo{
	width: 135px;
	margin: 70px auto 0;
	height: auto;
	z-index: 10;
	position: relative;
	color: #12b5ea;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 400;
	text-align: center;
	font-family: 'Maven Pro', 'Helvetica Neue', 'Helvetica', sans-serif;
	padding: 5px 25px;
	cursor: pointer;
	border: 2px solid #12b5ea !important;
	border-radius: 2px;
	letter-spacing: 2px;
	pointer-events: auto;

	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.buy-logo:hover{border: 2px solid #fff !important; color: #fff;}

/*.buy-logo span{
	float: right;
	background: url('../img/play-ico.png') no-repeat;
	width: 10px;
	height: 13px;
	margin: 3px 0 0 20px;
}*/

.bottom-01{
	width: 135px;
	margin: 20px auto 0;
	height: auto;
	z-index: 10;
	position: relative;
	padding: 5px 25px;
	cursor: pointer;
	pointer-events: auto;

	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.bottom-01:hover{
	opacity: 0.5;
}
.slider-logo a, .buy-logo a{text-decoration: none; color: #fff;}
.main-title-btn{
	color: #fff;
	height: 585px;
	overflow: hidden;
	position: absolute;
	margin-top:-130px;
	width: 100%;
	pointer-events: none;
	text-align: center;
	z-index:10;
}

.main-title.title-btn-fullWidth{top: 174px; margin-top: 0;}
.main-title-btn a{text-decoration: none;}
.title-container{
	width: 75%;
	margin: 0 auto;
}



/* FRASES CAROUSEL*/

.main-title{
	height: 585px;
	overflow: hidden;
	position: absolute;
	top: 43%;
	width: 100%;
	pointer-events: none;
	text-align: center;
	z-index:10;

	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	transition-timing-function: ease;
	-webkit-transition-timing-function: ease; /* Safari and Chrome */
}

.main-title header {
	font-family:  'Maven Pro', 'Helvetica Neue', 'Helvetica', sans-serif;
	letter-spacing: 5px;
	text-transform: uppercase;
	font-size: 35px;
	font-weight: 300;
	color: #fff;
	text-shadow: 2px 2px 2px black;
	margin: 0px 28px !important;
}



.main-title.title-fullWidth{top: 174px; margin-top: 0;}
.main-title a{text-decoration: none;}
.title-container{
	margin: 0 auto;
}



/* Featured Works Caroussel*/
.main-carousel{
	overflow: hidden;
	width: 100%;
	position: relative;
	height:376px;
}
.f-image{
	color: #fff;
}
.f-image a{
	color: #fff;
	text-decoration: none;
}
.f-single .portfolio-meta,.t-element .portfolio-meta {
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	font-family: 'Open Sans', sans-serif;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.portfolio-meta div:last-child{font-weight: 400; opacity: 0.5; font-size: 13px;}
.team-box .portfolio-meta div:last-child {font-weight: 400; opacity: 1; font-size: 16px;}
.f-single:hover .portfolio-meta,.t-element:hover .portfolio-meta{
	bottom: 75px;
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.f-single:hover .f-category,.t-element:hover .f-category{
	top: 85px;
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.team-box .t-element:hover .f-category {top: 65px;}
.f-image .f-category{
	text-decoration: none;
	position: absolute;
	top: 20%;
	left: 50%;
	z-index: 20;
	display: block;
	margin-left: -22px;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
	background: url("color/img/color-icons.png") no-repeat;
	
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.t-photo .f-category {
	text-decoration: none;
	position: absolute;
	top: 20%;
	left: 50%;
	z-index: 20;
	display: block;
	margin-left: -22px;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
	background: url("color/img/color-icons.png") no-repeat 0 -44px;
	
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.f-single a{text-decoration: none;}
.image-hover-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
}
.f-image .image-hover-overlay,.t-photo .image-hover-overlay {
	z-index: 11;
	background-color: #000!important;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.f-single:hover .image-hover-overlay,.t-element:hover .image-hover-overlay {
	zoom: 1;
	filter: alpha(opacity=85);
	opacity: .85;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.active .f-info {opacity: 1;}
.roll-info{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.roll-info:hover{
	opacity: 0.7;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.ca-container {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.ca-nav span {
	width: 25px;
	height: 38px;
	background: transparent url(../img/f-next.png) no-repeat top left;
	position: absolute;
	top: 50%;
	margin-top: -19px;
	left: -40px;
	text-indent: -9000px;
	opacity: 0.7;
	cursor: pointer;
	z-index: 100;
}
.ca-nav span.ca-nav-next {
	background-position: top right;
	left: auto;
	right: -40px;
}
.ca-wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
}
.ca-item {
	position: relative;
	float: left;
	width: auto;
	text-align: center;
}

.content{position: relative;}
.dark{background: #f7f7f7; padding-bottom: 85px;}
.darkfooter{background: #f7f7f7; padding-bottom:5px;}
/*.menu-top{margin-top: 75px;}*/
.f-single{
	width: 467px;
	float: left;
	margin: 0 15px;
	position: relative;
}
.f-single:hover .f-image{
	opacity: 1;
}
/*.f-single.active .f-image{
	opacity: 1;
}*/
.f-single:hover .f-info{
	cursor: pointer;
	opacity: 1;
	background: #4cddf3;
	color: #fff;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
/*.f-single.active .f-info{
	cursor: pointer;
	opacity: 1;
	background: #4cddf3;
	color: #fff;
}*/
.f-single:hover .roll-info{
	opacity: 0.7;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.featured-carousel{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.featured-list{overflow: auto;}
.nav-featured{
	margin: 80px auto;
	height: 57px;
	width: 455px;
}
.nav-featured div{float: left; cursor: pointer;}
.prev-featured{
	background: url("../img/f-prev.png") no-repeat #e1e1e1;
	width: 30px;
	height: 57px;
	margin-right: 110px;
}.prev-featured:hover{background-color: #4cddf3;}
.next-featured{
	background: url("../img/f-next.png") no-repeat #e1e1e1;
	width: 30px;
	height: 57px;
	margin-left: 110px;
}.next-featured:hover{background-color: #4cddf3;}
.nav-featured .btn-featured{
	color: #fff;
	margin-top: 4px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	background: #4cddf3;
	border-radius: 25px;
	padding: 13px 25px 13px;
	letter-spacing: 1px;
	
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}.nav-featured .btn-featured:hover{background: #e1e1e1;}
.btn-featured a{text-decoration: none; color: #fff;}


.t-container{
	padding-top: 50px;
	width: 100%;
	margin: auto;
	overflow: auto;
}

.t-container-s{
	padding: 20px 0;
	width: 100%;
	margin: auto;
	overflow: auto;
}

.t-container-e{
	padding: 10px 0;
	width: 100%;
	margin: auto;
	overflow: auto;
}

.title{
	font-weight: 300;
	text-align: left;
	font-family: 'Roboto';
}

.title.one{color: #0096d6; font-size: 37px; letter-spacing: 2px; padding: 50px 0 10px 28px; text-transform: uppercase;}

.title.one-e{
	color: #0096d6;
	font-size: 37px;
	letter-spacing: 2px;
	padding: 20px 0 10px 28px;
	text-transform: uppercase;
}

.title.service-agua{
	color: #1479c1;
	font-size: 37px;
	letter-spacing: 2px;
	padding: 20px 0 10px 28px;
	text-transform: uppercase;
}
#s-agua{
	background: #1479c1 !important;
	width: 55px;
	height: 2px;
	margin-left: 28px;
}

.title.service-agroquimico{
	color: #627315;
	font-size: 37px;
	letter-spacing: 2px;
	padding: 20px 0 10px 28px;
	text-transform: uppercase;
}
#s-agroquimico{
	background: #627315 !important;
	width: 55px;
	height: 2px;
	margin-left: 28px;
}

.title.service-microbiologia{
	color: #F7931B;
	font-size: 37px;
	letter-spacing: 2px;
	padding: 20px 0 10px 28px;
	text-transform: uppercase;
}
#s-microbiologia{
	background: #F7931B !important;
	width: 55px;
	height: 2px;
	margin-left: 28px;
}

.title.service-farma{
	color: #00796a;
	font-size: 37px;
	letter-spacing: 2px;
	padding: 20px 0 10px 28px;
	text-transform: uppercase;
}
#s-farma{
	background: #00796a !important;
	width: 55px;
	height: 2px;
	margin-left: 28px;
}

.title.service-toxicologia{
	color: #d37978;
	font-size: 37px;
	letter-spacing: 2px;
	padding: 20px 0 10px 28px;
	text-transform: uppercase;
}
#s-toxicologia{
	background: #d37978 !important;
	width: 55px;
	height: 2px;
	margin-left: 28px;
}

.title.service-alimentos{
	color: #8dc63f;
	font-size: 37px;
	letter-spacing: 2px;
	padding: 20px 0 10px 28px;
	text-transform: uppercase;
}
#s-alimentos{
	background: #8dc63f !important;
	width: 55px;
	height: 2px;
	margin-left: 28px;
}

.title.service-aire{
	color: #1479c1;
	font-size: 37px;
	letter-spacing: 2px;
	padding: 20px 0 10px 28px;
	text-transform: uppercase;
}
#s-aire{
	background: #1479c1 !important;
	width: 55px;
	height: 2px;
	margin-left: 28px;
}



#title-copy{
	color: #626366;
	font-size: 23px;
	line-height: 45px;
	font-weight: 300;
	letter-spacing: 2px;
	padding-top: 30px;
	text-transform: uppercase; 
	margin: 0px 28px !important;
}

#title-copy span{
	color: #12b5ea;
}
#title-copy span1{
	color: #0096d6;
}





.title.two{color: #626366; font-size: 17px; font-family: 'Maven Pro', 'Helvetica Neue', 'Helvetica', sans-serif; margin: 20px 0 50px 28px;}



.title.two.copy{
	color: #f6f6f6;
	font-size: 21px;
	text-align: center;
	font-family: 'Maven Pro', 'Helvetica Neue', 'Helvetica', sans-serif; 
	margin: 60px 80px 30px 80px !important;
	padding: 0px 200px;
}

.title.two.f{
	color: #626366;
	font-size: 17px;
	font-family: 'Maven Pro', 'Helvetica Neue', 'Helvetica', sans-serif;
	margin: 20px 0px 0px 0px;
}



.f-info{
	font-weight: 400;
	text-align: center;
	font-family: 'Maven Pro', 'Helvetica Neue', 'Helvetica', sans-serif;
	font-size: 17px;
	color: #404141;
	background: #fff;
	line-height: 30px;
	padding: 40px 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.f-info span{color: #aeaeae; font-size: 18px; font-family: 'Maven Pro', 'Helvetica Neue', 'Helvetica', sans-serif;}
.f-image{
	cursor: pointer;
	position: relative;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.light{background: #fff; position: relative;}



.full{
	width: 1100px;
	position: relative;
	margin: auto;
}
#legales {
	padding-bottom: 0px !important;
}

#s-legales{
	background: #434343 !important;
	width: 55px;
	height: 2px;
	margin-bottom: 10px;
}

#equipamiento {
	background: #f7f7f7;
	padding: 15px 5px 25px 30px;
	margin: 10px 10px 40px 10px;
}

.half{
	width: 500px;
	float: left;
	padding: 15px 5px 25px 30px;
	margin: 10px 10px 40px 10px;
}
.half:first-child{padding: 30px 15px 25px 15px;}
.half:last-child{padding: 30px 15px 25px 15px;}
.half.car-show-2 {
	padding-bottom: 25px;
}
.title-one, .title-full-one{
	font-weight: 400;
	text-align: center;
	font-family: 'Roboto';
	font-size: 15px;
	color: #d7d9da;
	text-transform: uppercase;
}
.title-two, .title-full-two{
	font-weight: 300;
	font-family: 'Roboto';
	font-size: 28px;
	color: #434343;
	padding-bottom: 5px;
	margin-top: 10px;
}

.e-title-two, .e-title-full-two{
	font-weight: 300;
	font-family: 'Roboto';
	font-size: 28px;
	color: #434343;
	padding-bottom: 5px;
	margin-top: 10px;
}

.title-two-copy{
	font-weight: 300;
	font-family: 'Roboto';
	font-size: 28px;
	color: #434343;
	padding-bottom: 20px;
	margin-top: 10px;
	text-align: center;
}

.title-full-one{padding-top: 80px;}
.half-content{
	color: #888888;
	font-size: 15px;
	font-family: 'Roboto';
	line-height: 26px;
}

.half-content2{
	color: #888888;
	font-size: 15px;
	font-family: 'Maven Pro', 'Helvetica Neue', 'Helvetica', sans-serif;
	line-height: 26px;
}

.half-content a{color: #4cddf3; text-decoration: none; font-weight: 400;}

.half-content img{
	width: 60px;
	height: auto;
	margin-top: 5px;
}

.aviso-legal{
	text-decoration: none;
	color: #0096d6;
	margin-top: 20px;
}

/* Parallax Servicios */

.icon-s.four.container{
	 position:relative;
	 width:100%;
	 height: 149px; 
	 background: url("../img/servicios/blancos/agua.png") no-repeat !important;
	 background-size: contain !important;
	 background-color: transparent !important;
	 z-index: 0;
	 margin: 100px 50px;
}


.icon-s.five.container{
	 position:relative;
	 width:100%;
	 height: 149px; 
	 background: url("../img/servicios/blancos/agroquimicos.png") no-repeat !important;
	 background-size: contain !important;
	 background-color: transparent !important;
	 z-index: 0;
	 margin: 100px 50px;
}

.icon-s.six.container{
	 position:relative;
	 width:100%;
	 height: 149px; 
	 background: url("../img/servicios/blancos/microbiologia.png") no-repeat !important;
	 background-size: contain !important;
	 background-color: transparent !important;
	 z-index: 0;
	 margin: 100px 50px;
}

.icon-s.seven.container{
	 position:relative;
	 width:100%;
	 height: 149px; 
	 background: url("../img/servicios/blancos/farmaceutica-cosmetica.png") no-repeat !important;
	 background-size: contain !important;
	 background-color: transparent !important;
	 z-index: 0;
	 margin: 100px 50px;
}

.icon-s.eight.container{
	 position:relative;
	 width:100%;
	 height: 149px; 
	 background: url("../img/servicios/blancos/toxicologia-ecotoxicologia.png") no-repeat !important;
	 background-size: contain !important;
	 background-color: transparent !important;
	 z-index: 0;
	 margin: 100px 50px;
}

.icon-s.nine.container{
	 position:relative;
	 width:100%;
	 height: 149px; 
	 background: url("../img/servicios/blancos/alimentos.png") no-repeat !important;
	 background-size: contain !important;
	 background-color: transparent !important;
	 z-index: 0;
	 margin: 100px 50px;
}

.icon-s.ten.container{
	 position:relative;
	 width:100%;
	 height: 149px; 
	 background: url("../img/servicios/blancos/calidad-aire.png") no-repeat !important;
	 background-size: contain !important;
	 background-color: transparent !important;
	 z-index: 0;
	 margin: 100px 50px;
}

.mk-video-mask-s {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../css/vegas/overlays/05.png) center center repeat;
}



/* Parallax */
.parallax .p-dark{color: #404040;}
.parallax{
	width: 100%;
	height: 480px;
	position: relative;
	overflow: hidden;
}

.p-image-first{margin-left: -335px;}
.p-image-second{margin-left: -448px;}
.parallax.p-two{height: 500px;z-index: -50;background-position: cover !important}
.parallax.p-one{height: 400px;z-index: -50;background-position: cover !important}
.parallax.p-four{height: 350px;padding-top: 75px;background-position: cover !important;
}
.parallax.p-five,
.parallax.p-six,
.parallax.p-seven,
.parallax.p-eight,
.parallax.p-nine,
.parallax.p-ten{height: 350px;background-position: cover !important}
.p-one{background: url("../img/parallax/proanalisis-01.jpg") repeat; background-color: white; background-size: cover; background-position: center; left: 0; top: 0; width: 100%;}
.p-two{background: url("../img/parallax/proanalisis-02.jpg") repeat; background-color: white; background-size: cover;background-position: center; left: 0; top: 0; width: 100%;}
.p-four{background: url("../img/servicios/parallax/medio-ambiente-calidad-agua.jpg") repeat; background-color: white; background-size: cover; background-position: center;left: 0; top: 0; width: 100%;}
.p-five{background: url("../img/servicios/parallax/agroquimicos.jpg") repeat; background-color: white; background-size: cover; background-position: center;left: 0; top: 0; width: 100%;}
.p-six{background: url("../img/servicios/parallax/microbiologia.jpg") repeat; background-color: white; background-size: cover; background-position: center;left: 0; top: 0; width: 100%;}
.p-seven{background: url("../img/servicios/parallax/industria-farmaceutica-cosmetica.jpg") repeat; background-color: white; background-size: cover; background-position: center;left: 0; top: 0; width: 100%;}
.p-eight{background: url("../img/servicios/parallax/toxicologia.jpg") repeat; background-color: white; background-size: cover; background-position: center;left: 0; top: 0; width: 100%;}
.p-nine{background: url("../img/servicios/parallax/alimentos.jpg") repeat; background-color: white; background-size: cover; background-position: center;left: 0; top: 0; width: 100%;}
.p-ten{background: url("../img/servicios/parallax/medio-ambiente-calidad-de-aire.jpg") repeat; background-color: white; background-size: cover; background-position: center;left: 0; top: 0; width: 100%;}


.p-title-one{
	font-weight: 400;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	opacity: 0.5;
	padding-top: 140px;
}
.p-title-two{
	font-weight: 300;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 35px;
	color: #fff;
	padding: 10px 0 30px;
}
.p-info{
	color: #fff;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	width: 650px;
	margin: 50px auto 0;
	font-weight: 300;
}


.spacer.copy{
	width: 55px;
	height: 2px;
	margin-left: 28px;
}

.spacer{
	width: 55px;
	height: 2px;
}


.p-image-01{position: absolute; bottom: -3px; left: 50%; margin-left: -595px;}
.p-image-02 div{position: absolute; bottom: 0; left: 50%;}
.parallax-info{
	position: absolute;
	z-index: 50;
	width: 100%;
	height: 100%;
}
#video_background {
	position: absolute;
	bottom: 0px;
	right: 0px;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1000;
	overflow: hidden;
}
.container-video{
	position: relative;
	overflow: hidden;
	height: 700px;
}
.full_slide{}
.p-video {                /* give fit to box an aspect ratio */
    display: inline-block; /* let it be styled thusly */
    padding: 0;            /* get rid of pre-styling */
    margin: 0;
    width: 100%;           /* take up full width available */
    padding-top: 56.25%;   /* give aspect ratio of 16:9; "720 / 1280 = 0.5625" */
    heigth: auto;           /* don't want it to expand beyond padding */
    position: absolute;
	top: 0;
	z-index: 5;
}
.p-video > iframe {
    position: absolute;    /* expand to fill */
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
	z-index: -100;
}

.mk-video-mask {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -20;
	width: 100%;
	height: 100%;
	background: url(../css/vegas/overlays/05.png) center center repeat;
}

.p-video-title{
	height: auto;
	margin: auto;
	text-align: center;
	opacity: 0.7;
	font-size: 50px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 30px;
	text-transform: uppercase;
	color: #fff;
	margin-top: 333px;
}
.p-video-title span{}

/* Team */
.t-name{
	font-family: 'Maven Pro', 'Helvetica Neue', 'Helvetica', sans-serif;
	font-weight: 500;
	margin-top: 20px;
	color: #030303;
	font-size: 25px;
}

.t-spacer{
	width: 80px;
	height: 2px;
	background: #626366;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.t-photo{
	position: relative;
	width: 255px;
	height: auto;
	overflow: hidden;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.t-photo img {
	width:100%;
    height:auto;
    line-height: 0;
    
    -webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -moz-transition: all 0.5s ease; /* Firefox */
    -ms-transition: all 0.5s ease; /* IE 9 */
    -o-transition: all 0.5s ease; /* Opera */
    transition: all 0.5s ease;
}

.t-photo img:hover {
	-webkit-transform:scale(1.05); /* Safari and Chrome */
    -moz-transform:scale(1.05); /* Firefox */
    -ms-transform:scale(1.05); /* IE 9 */
    -o-transform:scale(1.05); /* Opera */
     transform:scale(1.05);
}


.t-element {
	width: 255px;
	float: left;
	margin: 50px 20px;
}

.trama-container {
	 position:relative;
	 width:100%;
	 /*height:50px;*/
	 background: url("../img/trama.png") repeat-x;
}

.trama-container1 {
	 position:relative;
	 width:100%;
	 /*height:50px;*/
	 background: url("../img/trama.png") repeat-x;
	 background-color: #f7f7f7;
}

.branding.container{
	 position:relative;
	 width:100%;
	 height: 149px; 
	 background: url("../img/parallax/branding.png") no-repeat !important;
	 background-size: contain !important;
	 background-color: transparent !important;

}


.t-element:nth-child(4){margin-right: 0;}
.t-element:nth-child(8){margin-right: 0;}
.t-element:nth-child(12){margin-right: 0;}
.t-data{
	text-align: center;
	font-family: 'Maven Pro', 'Helvetica Neue', 'Helvetica', sans-serif;
	font-weight: 400;
	overflow: auto;
	color: #626366;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}




/* Caroussel */
.show{
	position: 
	relative; 
	width:520px;
}

.caroussel{
	width: 500px;
	height: 350px;
	overflow: hidden;
	position: relative;
	margin: 10px;
}
.caroussel-list{overflow: auto;}
.car-img{
	float: left;
	width: auto;
}
.controller{
	float: right;
	right: 50%;
	position: relative;
	
}
.controller ul{
	padding: 0;
	float: right;
	right: -50%;
	position: relative;
	margin: 35px 0 0 15px;
}
.controller ul li{
	list-style: none;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid #eaeaea;
	background: #fff;
	float: left;
	margin: 0 7px;
	cursor: pointer;
}.controller ul li:hover{border: 2px solid #4ad8ed; background: #4ad8ed;}
.controller ul li:first-child{margin-left: 0px;}
.controller ul li:last-child{margin-right: 0px;}
.selected{border: 2px solid #4ad8ed !important; background: #4ad8ed !important;}
.car-prev,.car-next{
	position: absolute;
	width: 47px;
	height: 85px;
	background-image:url('../img/c-arrows.png');
	background-color: #4ad8ed;
	top: 125px;
	cursor: pointer;
}
.car-prev{left: 0; background-position: -16px 0;}
.car-next{right: -20 !important; background-position: 0px -85px;}

/* Testimonials */
.caroussel-2{
	width: 500px;
	height: 265px;
	overflow: hidden;
	position: relative;
	margin-left: 10px;
}
.caroussel-list-2{overflow: auto;}
.car-quote{
	float: left;
	width: 500px;
}
.tag-project{
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	color: #929292;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 3px;
}
.controller-2,.controller-3{
	float: right;
	right: 50%;
	position: relative;
	margin: 30px 0 60px;
	
}
.controller-3{margin-top: 0;}
.controller-2 ul,.controller-3 ul{
	padding: 0;
	float: right;
	right: -50%;
	position: relative;
}
.controller-2 ul li,.controller-3 ul li{
	list-style: none;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid #eaeaea;
	background: #fff;
	float: left;
	margin: 0 7px;
	cursor: pointer;
	margin: 35px 0 0 15px;
}
.controller-3 ul li{border: 2px solid #fff;}
.controller-2 ul li:hover,.controller-3 ul li:hover{border: 2px solid #4ad8ed; background: #4ad8ed;}
.controller-2 ul li:first-child,.controller-3 ul li:first-child{margin-left: 0px;}
.controller-2 ul li:last-child,.controller-3 ul li:last-child{margin-right: 0px;}
.car-prev-2,.car-next-2{
	position: absolute;
	width: 47px;
	height: 85px;
	background-image:url('../img/c-arrows.png');
	background-color: #4ad8ed;
	top: 88px;
	cursor: pointer;
}
.car-prev-2{left: 0; background-position: -16px 0;}
.car-next-2{right: 0; background-position: 0px -85px;}
.avatar{
	width: 100px;
	float: left;
	margin-right: 20px;
}
.avatar img{border-radius: 50%;}
.q-spacer{
	width: 100%;
	height: 1px;
	background: #f4f4f4;
	margin: 35px 0;
}
.comment{
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #acacac;
}
.comment span{color: #474747; font-weight: 600;}

/* Services */
.services{
	position: relative;
	overflow: visible;
	margin-top: 20px;
}
.tooltip {
	display: none;
	position: absolute;
	width: 220px;
	background: #000;
	top: auto;
	bottom: 100%;
	left: 50%;
	margin-left: -130px;
	padding: 5px 23px;
	margin-bottom: 30px;
}
.arrow-down {
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: auto;
	bottom: 100%;
	margin-bottom: 22px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid rgba(6,6,6,.85);
}
.details{
	color: #fff;
	font-size: 14px;
	text-align: left;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	line-height: 30px;
}
.details ul{
	list-style: none;
	padding: 0;
}
.list-dot {
	display: inline-block;
	margin: 0px 7px -3px 0px;
	width: 15px;
	height: 15px;
	background: url("../img/ckeck.png") no-repeat #4cddf3;
}
.visible {display: block;}
.s-container{position: relative; width: 1180px; margin: auto;}
.s-element{
	width: 393px;
	height: auto;
	float: left;
	text-align: center;
}
.s-info{padding: 0 45px;}
.s-ico{
	width: 170px;
	height: 170px;
	background-color: #4cddf3;
	cursor: pointer;
	border-radius: 50%;
	margin: 10px auto 40px;
	background-position: center center;
	background-repeat: no-repeat;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}.s-ico:hover{
	background-color: #e6e6e6;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.f-ico.s-one{
	background: url("../img/experiencia/experiencia.png") no-repeat;
	background-size: contain;
}

.f-ico.s-two{
	background: url("../img/experiencia/equipo.png") no-repeat;
	background-size: contain;
}

.s-info{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #b4b4b4;
	font-weight: 400;
	line-height: 25px;
}

.s-info span{
	font-family: 'Montserrat', sans-serif;
	color: #434242;
	font-size: 22px;
}

.sl-element {
	width: 165px;
	height: 175px;
	float: left;
	text-align: center;
	position: relative;
	overflow: visible;
}

.sl-title{
	font-family: 'Roboto';
	color: #625f60;
	font-size: 18px;
	font-weight: 400;
}

.sl-title:hover{
	color: #000;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#s-link{
	text-decoration: none !important;
}


.sl-ico{
	width: 100px;
	height: auto;
	overflow: hidden;
	margin: 10px auto 5px;
	padding: 5px;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	
	
}

.sl-ico img{
	width:100%;
    height:auto;
    opacity: 0.7;
    
    -webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -moz-transition: all 0.5s ease; /* Firefox */
    -ms-transition: all 0.5s ease; /* IE 9 */
    -o-transition: all 0.5s ease; /* Opera */
    transition: all 0.5s ease;
}

.sl-ico img:hover{
	opacity: 1;

	-webkit-transform:scale(1.05); /* Safari and Chrome */
    -moz-transform:scale(1.05); /* Firefox */
    -ms-transform:scale(1.05); /* IE 9 */
    -o-transform:scale(1.05); /* Opera */
     transform:scale(1.05);
}





/* Skills */
.skill-1 .skill-in{width: 0%;} 
.skill-2 .skill-in{width: 0%;}	/* Change your percent Skills here!*/
.skill-3 .skill-in{width: 0%;}	/* Change your percent Skills here!*/
.skill-4 .skill-in{width: 0%;}	/* Change your percent Skills here!*/
.skill-5 .skill-in{width: 0%;} /* Change your percent Skills here!*/
.progress-bar {
	height: 36px;
	width: 500px;
	background: #f6f6f6;
}
.progress-bar .skill-in {
  display: inline-block;
  height: 100%;
  background: #4cddf3 url("../img/skill-sprite.png") repeat-x;
}
.info-skills {
	position: absolute;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	line-height: 36px;
	padding-left: 18px;
	text-transform: uppercase;
}
.info-skills span{font-weight: 300;}
.skill-content{margin-bottom: 32px;}
.skill-content:last-child{margin-bottom: 0;}

/* Portfolio */
.p-category{
	text-decoration: none;
	position: relative;
	margin: 0 auto;
	z-index: 20;
	display: block;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
	background: url("color/img/color-icons.png") 0 -88px no-repeat;
	cursor: pointer;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.ch-grid:hover .p-category{opacity: 1;}
.nav-wrapper{position: relative;}
.nav-wrapper:hover .nav-work{opacity: 1}
.nav-work{
	opacity: 0;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.nav-work div{
	position: absolute;
	top: 47%;
	width: 30px;
	height: 60px;
	cursor:pointer;
	background: url("../img/work-arrows.png") no-repeat;
}
.nav-work .w-prev{left: 15px; background-position: bottom left;}
.nav-work .w-next{right: 15px; background-position: top left;}
.w-arrows .close{
	background-position: -264px bottom;
	border: none;
	borde-radius: none;
}
.w-arrows .btn-next{background-position: right bottom; }
.w-arrows .btn-prev{background-position: -218px bottom;}
.w-arrows div{
	cursor: pointer;
	display: block;
	height: 44px;
	width: 44px;
	line-height: 32px;
	border: 2px solid #ddd;
	border-radius: 50%;
	text-transform: uppercase;
	float: left;
	margin: 0 10px;
	text-align: center;
	background: url("color/img/color-icons.png") no-repeat bottom right;
}
.w-arrows{
	overflow: auto;
	width: 205px;
	margin: 20px auto 20px;
}

.w-arrows.last{ margin: 120px auto 150px;}

.ch-item{float: left; width: 100%; cursor: pointer;}
.ch-item img{width: 100%;}
.ch-grid img{
    opacity: 1;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.ch-grid:hover img{
    opacity: 0.1;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.ch-grid:hover div{
	opacity: 1;
	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.ch-grid {
    overflow: hidden;
	background-color: #4cddf3;
}
.ch-grid div {
	cursor: pointer;
    position: absolute;
	/*background: #4cddf3;
    background: rgba(76,221,243,0.8);*/
    width: 100%;
    height: 100%;
	left: 100%;
	opacity: 0;
	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.ch-grid div span {
	display: block;
	padding: 0 0;
	margin: 20% 20px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	letter-spacing:1px;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-align: center;
}
.ch-grid div span span {
	margin: auto;
	text-transform: lowercase;
	font-size: 16px;
	font-weight: 400;
}

.ch-grid div span span.p-category { margin-bottom:15px;}

.ch-grid div span span.cat2{ color:#555; padding:0; font-size:13px; text-transform:uppercase;}

#options {
	float: right;
	right: 50%;
	position: relative;
	margin-bottom: 70px;
}
#filters{
	padding: 0;
	float: right;
	right: -50%;
	position: relative;
}
.folio-btn{
	list-style: none;
	background: #fff;
	float: left;
	cursor: pointer;
	border-radius: 3px;
	padding: 0px 22px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #c1c1c1;
	font-weight: 400;
	line-height: 32px;
	text-decoration: none;
	margin: 0 5px 10px;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}.folio-btn:hover{
	background: #4cddf3;
	color: #fff;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}
.folio-btn:firt-child{margin-left: 0;}
.folio-btn:last-child{margin-right: 0;}
.folio-btn.selected {border: none !important; background: #4ad8ed !important; color: #fff !important;}
.p-roll{
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background: #4cddf3;
	color: #fff;
	opacity: 0;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}.p-roll:hover{
	opacity: 0.7;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.ch-grid{position: relative; list-style: none;}
.bottom-line{
	border-bottom: solid 1px #f7f7f7;
	width: 1180px;
	margin: 85px auto 0;
}

/* equipamiento #anchor2 */

.content.light.equipamiento{
	padding-top: 75px !important;
}


/* equipamiento SLIDER */
#slider-e{
	padding: 0 !important;
}


#banner-fade{ margin-bottom: 20px;}
#banner-slide{
	margin-bottom: 60px;
}

ul.bjqs-controls.v-centered li a{
	display:block;
	padding:10px;
	background:#fff;
	color:#000;
	text-decoration: none;
}

ul.bjqs-controls.v-centered li a:hover{
	background:#000;
	color:#fff;
}

ol.bjqs-markers li a{
	padding:5px 10px;
	background:#000;
	color:#fff;
	margin:5px;
	text-decoration: none;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: #999;
}


/* Basic jQuery Slider essential styles */

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute; }
ul.bjqs-controls.v-centered li.bjqs-next a{top: 47% !important; right:0; font-size: 10px; color: #12b5ea;}
ul.bjqs-controls.v-centered li.bjqs-next a:hover{background-color:#12b5ea; color: #f7f7f7;transition: all .2s ease-out;}
ul.bjqs-controls.v-centered li.bjqs-prev a{top: 47% !important; left:0; font-size: 10px; color: #12b5ea;}
ul.bjqs-controls.v-centered li.bjqs-prev a:hover{background-color:#12b5ea; color: #f7f7f7;transition: all .2s ease-out;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}



ol.bjqs-markers li a {
    display: inline-block;
    font-size: 0px;
	width: 1px;
	height: 1px; 
    background-color: #f2f2f2;
}

ol.bjqs-markers li a:hover {
    border-color: #0096d6;
    background-color: transparent;
    transition: all .2s ease-out;
}

ol.bjqs-markers li.active-marker a {
    background-color: #12b5ea;
}

/* Image Footer Spacer */
.img-spacer{
	width: 1180px;
	margin: auto;
	position: relative;
	margin-top: 265px;
}
.img-item{
	position: absolute;
	top: -200px;
	z-index: 15;
}

/* Facts */
.f-container{
	width: 100%;
	margin: auto;
	overflow: auto;
}

.f-container-element{
	margin: 130px 80px 60px 80px !important;
	width: auto;
	overflow: auto;
}

.f-element{
	width: 295px;
	height: auto;
	float: left;
	text-align: center;
	margin: 0 80px;
}
.f-ico{
	width: 150px;
	height: 94px;
	margin: 0 auto 20px;
}
.highlight{
	font-weight: 300;
	font-family: 'Maven Pro', 'Helvetica Neue', 'Helvetica', sans-serif;
	font-size: 100px;
	color: #0096d6;
	line-height: 75px;
	text-shadow: 0px 0px 6px black;
}
.milestone-details{
	font-weight: 300;
	font-family: 'Maven Pro', 'Helvetica Neue', 'Helvetica', sans-serif;
	font-size: 20px;
	color: #f6f6f6;
	text-transform: uppercase;
	padding-top: 20px;
	letter-spacing: 1px;
	text-shadow: 2px 2px 4px black;
}

/* Footer */
.mail-to{
	text-decoration: none;
	color: #0096d6;
}

.f-mail-to{
	text-decoration: none;
	color: #f7f7f7;
}

.footer-container{
	padding: 80px 0;
	width: 1180px;
	margin: auto;
	overflow: auto;
	color: #a8a8a8;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: 400;
}
.footer-container span{font-size: 13px;}


.foot-third{
	float: left;
	width: 30%;
	padding: 0 0 0 28px;
	line-height: 25px;
}
.f-title-one{
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color: #d7d9da;
	text-transform: uppercase;
	margin-bottom: 5px;
}


.title-one, .title-full-one{
	font-weight: 400;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color: #d7d9da;
	text-transform: uppercase;
}



.f-title-two{
	font-weight: 300;
	font-family: 'Roboto';
	font-size: 28px;
	color: #0096d6;
	margin-bottom: 18px;
}
.f-data{
	color: #3f3f3f;
	font-size: 15px;
	font-family: 'Roboto';
	font-weight: 600;
	line-height: 30px;
	margin: 20px 0px;
}
.f-data.phone{
	display: inline-block;
	margin-bottom: 0;
	text-decoration: none;
}
.f-data span{color: #a8a8a8; padding-left: 15px;}
.f-data.phone span{padding-left: 5px;}
.f-data.e-mail span{padding-left: 5px;}
.f-data.hour-2 span{padding-left: 5px;}
.f-data.adress span{padding-left: 5px;}
.f-data.hour-3 span{padding-left: 5px;}
.f-data img{margin-right: 10px;}
.no-top{padding-top:0 !important;}
.f-bottom{margin-bottom: 115px !important;}
.phones-separator{
	display: inline-block;
	width: 32px;
}

/* Form */
.error{ font-size:13px;}

.formSent, .formError {
	display: none;
}
.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 20px;
	color: #c09853;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
}
.alert-success {
	color: #b94a48;                    /*#468847;   color original */
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.alert-error {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
}
.bay {
	overflow: hidden;
	background-color: transparent;
}
.form-horizontal .control-group {margin-bottom: 10px;}
.peThemeContactForm .controls .span9 {
	width: 97%!important;
	border: none;
	outline: none;
	padding: 11px;
	font-weight: 300;
	font-size: 13px;
	color: #a8a8a8;
	text-transform:uppercase;
	font-family: 'Roboto';
	background: #f7f7f7;
	}
/*.foot-third:last-child {padding-left: 0;}*/
.controls.send-btn{
	background: none;
}
.controls textarea{height: 100px;}
.contour-btn {
	width: 100%;
	font-size: 14px;
	line-height: 26px;
	font-weight: 300;
	display: inline-block;
	color: #fff;
	text-transform:uppercase;
	font-family: 'Roboto';
	padding: 3px 30px;
	border-radius: 3px;
	background: #4cddf3;
	border: none;
	
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.contour-btn:hover {
	color: #4cddf3;
	background: #f7f7f7 !important;
	
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

/* Map */
#maps {
	width: 100%;
	height: 100%;
	/*position: absolute;*/
	overflow: hidden;
}
.map-content {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.inner-map {
	width: 100%;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
}



/* Scroll */
.scroll {
	z-index: 500;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	opacity: 0.8;
	position: fixed;
	right: 40px;
	display: none;
	background: #4ad8ed;
	color: #fff;
	line-height: 48px;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 300;
}

.scrollup {
	bottom: 120px;
}

.scrolldown {
	bottom: 50px;
}

.scrolltop {
	bottom: 50px;
}

/* Project Window Ajax */
.project-show{overflow: auto;}
.project-window{
	width: 100%;
}
.project-content{
	width: 1180px;
	margin: auto;
}

.project-content img{width: 1180px;}

.wrapper-project{
	overflow: hidden;
	width: 100%;
	height: auto;
}
.wrapper-project ul{margin: 0; padding: 0;}
.wrapper-project ul li{
	list-style: none;
	float: left;
	margin: 20px 0 0;
}
.close{
	/*width: 20px;
	height: 20px;
	background: #4cddf3;
	border-radius: 50%;*/
}
.project-content .img-project:first-child{border-top: solid 1px #f7f7f7;}
.description{
	color: #646464;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	margin-top: 55px;
}
.title-project{
	color: #000;
	font-size: 30px;
	font-family: 'Open Sans', sans-serif;
	margin: 5px 0 20px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 300;
}
.title-project span{
	font-size: 16px;
	text-transform:none;
	font-style: italic;
	color: #646464
}

/* Social Footer */
.socialFooter{
	 position:relative;
	 background:#f7f7f7;
	 margin-top:500px;
	 width:100%;
	 height:1px;
}

.social-icons{
	width:215px;
	margin: 0px auto 35px;
	padding-top:50px;
}
.socialFooter .social-icons .social{
/*	float: right;
	right: 50%;
	position: relative;*/
}
.socialFooter .social-icons .social div{
	width: 51px;
	height: 51px;
	overflow: hidden;
	background: url("../img/social-footer.png");
	float: left;
	margin: 0 10px;
}.socialFooter .social-icons .social div:hover{opacity: 0.7;}
.socialFooter .social-icons .social .face{ background-position: right bottom;}
.socialFooter .social-icons .social .twitt{ background-position: left bottom;}
.socialFooter .social-icons .social .plus{ background-position: -51px bottom;}
.socialFooter .copy{
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	color: #aaa;
	font-size: 13px;
	margin-top:35px;
}

.copyright{
	text-align:center;
	font-family: 'Maven Pro', 'Helvetica Neue', 'Helvetica', sans-serif;
	font-size: 17px;
	font-weight: 400;
	background: #0096d6;
	color: #f7f7f7;
	padding: 15px 0;
}

.copyright a{
	text-align:center;
	font-family: 'Roboto';
	font-size: 17px;
	font-weight: 400;
	/* background: #0096d6; */
	color: #f7f7f7;
	padding: 15px 0;
	text-decoration: none;
}

.copyright span{
	font-weight: 300 !important;
	font-size: 15px;
}


/* Jump Menu */
#nav2
	{
		display:none;
		width: 60em; /* 1000 */
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		position: absolute;
		top: 25%;
		left: 50%;
		margin-left: -30em; /* 30 480 */
	}

	#nav2 > a
	{
		display: none;
	}

	#nav2 li
	{
		position: relative;
	}
		#nav2 li a
		{
			color: #999;
			display: block;
			text-decoration:none;
			text-transform:uppercase;
		}
		/*#nav2 li a:active
		{
			background-color: #c00 !important;
		}*/

	#nav2 span:after
	{
		width: 0;
		height: 0;
		border: 0.313em solid transparent; /* 5 */
		border-bottom: none;
		border-top-color: #efa585;
		content: '';
		vertical-align: middle;
		display: inline-block;
		position: relative;
		right: -0.313em; /* 5 */
	}

	/* first level */

	#nav2 > ul
	{
		height: 3.75em; /* 60 */
		background-color: #f5f5f5;
		padding:0;
	}
		#nav2 > ul > li
		{
			width: 25%;
			height: 100%;
			float: left;
		}
			#nav2 > ul > li > a
			{
				height: 100%;
				font-size: 1.5em; /* 24 */
				line-height: 2.5em; /* 60 (24) */
				text-align: center;
			}
				#nav2 > ul > li:not( :last-child ) > a
				{
					border-right: 1px solid #cc470d;
				}
				#nav2 > ul > li:hover > a,
				#nav2 > ul:not( :hover ) > li.active > a
				{
					color:#333;
				}


		/* second level */

		#nav2 li ul
		{
			background-color: #cc470d;
			display: none;
			position: absolute;
			top: 100%;
		}
			#nav2 li:hover ul
			{
				display: block;
				left: 0;
				right: 0;
			}
				#nav2 li:not( :first-child ):hover ul
				{
					left: -1px;
				}
				#nav2 li ul a
				{
					font-size: 1.25em; /* 20 */
					border-top: 1px solid #e15a1f;
					padding: 0.75em; /* 15 (20) */
				}
/*							#nav2 li ul li a:hover,
					#nav2 li ul:not( :hover ) li.active a
					{
						background-color: #e15a1f;
					}*/


@media only screen and ( max-width: 62.5em ) /* 1000 */
{
	#nav2
	{
		display:none;
		width: 100%;
		position: static;
		margin: 0;
	}
}

@media only screen and ( max-width: 974px ) /* 640 */
{
	html
	{
		font-size: 75%; /* 12 */
	}

	#nav2
	{
		display:block;
		position: relative;
		top: auto;
		left: auto;
		font-size: 75%;
	}
		#nav2 > a
		{
			width: 50px; /* 50 */
			height: 75px; /* 50 */
			text-align: left;
			text-indent: -9999px;
			position: relative;
			background:url("../img/menu-icon-blk.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
			float:right;
			cursor:pointer;
		}
/*					#nav2 > a:before,
			#nav2 > a:after
			{
				position: absolute;
				border: 2px solid #fff;
				top: 35%;
				left: 25%;
				right: 25%;
				content: '';
			}
			#nav2 > a:after
			{
				top: 60%;
			}*/

		#nav2:not( :target ) > a:first-of-type,
		#nav2:target > a:last-of-type
		{
			display: block;
		}


	/* first level */
	#nav2.active > ul{ display:block;}

	#nav2 > ul
	{
		height: auto;
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		margin-top:75px;
	}
		#nav2:target > ul
		{
			display: block;
		}
		#nav2 > ul > li
		{
			width: 100%;
			float: none;
		}
			#nav2 > ul > li > a
			{
				height: auto;
				text-align: left;
				padding: 0 0.833em; /* 20 (24) */
			}
				#nav2 > ul > li:not( :last-child ) > a
				{
					border-right: none;
					border-bottom: 1px dotted #999;
				}


		/* second level */

		#nav2 li ul
		{
			position: static;
			padding: 1.25em; /* 20 */
			padding-top: 0;
		}
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /*padding-top: 30px;*/ height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* See more at: https://avexdesigns.com/responsive-youtube-embed/#sthash.xRJhxXBs.dpuf*/

#undefined-sticky-wrapper.sticky-wrapper{
	height: 0px !important;
}

.pattern{ background-image:url("../img/slider/pattern.jpg");}
.darker .sticky-wrapper{ background-color:#000;}

.overlay{
	background: transparent url("../img/overlay.png");
	opacity: 0.5;
	z-index: 0;
	width:100%;
	height:100%;
	position:absolute;
	z-index:3;
	
	-webkit-user-select: none;
	 -khtml-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;		
}

.slides-navigation .next{background: transparent url("../img/s-next.png"); width:81px; height:80px; margin-right:70px; opacity:0.3}
.slides-navigation .prev{background: transparent url("../img/s-prev.png"); width:81px; height:80px; margin-left:70px; opacity:0.3}

.slides-navigation .next:hover{opacity:1}
.slides-navigation .prev:hover{opacity:1}

body .bx-wrapper{ margin-bottom:0;}
.bxslider{ margin-top:0px;}
body .bx-wrapper .bx-viewport{ border:0px; left:0;}

.bx-wrapper .bx-controls-direction a.bx-next{background: transparent url("../img/s-next.png"); width:81px; height:80px; margin-right:70px; opacity:0.3}


/* ACCORDION AGUA -----------------------------------*/

.ac-container{
	width: 90%;
	margin: 10px auto 30px auto;
	text-align: left;
}
.ac-container label{
	font-family: 'Roboto';
	padding: 5px 20px;
	/*position: relative;*/
	z-index: 20;
	display: block;
	height: 30px;
	cursor: pointer;
	color: #0000008a;
	line-height: 33px;
	font-size: 19px;
	border-bottom: 1px solid #e6e6e6;
}

.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: #f6f6f6;
	color: #0000008a;
}


.ac-container input[type="radio"]{
	display: none;
}

.ac-container article{
	background: #f6f6f6;
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: static;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
	font-family: 'Roboto';
	font-weight: 400;
	color: grey;
	font-size: 15px;
	padding: 0px 20px;
	margin: 5px 0 !important;
}
.ac-container article a{
	text-decoration: none;
	font-family: 'Maven Pro', 'Helvetica Neue', 'Helvetica', sans-serif;
	font-weight: 400;
	color: #12b5ea;
	font-size: 14px;
	padding: 0px 20px;
}

.ac-container article #i-pdf{
	width: 25px;
	height: auto;
	margin-right: 5px;
}

.ac-medium img{
	width: 200px;
	height: auto;
	margin: 10px 0;
}

.ac-large img{
	width: 200px;
	height: auto;
	margin: 10px 0;
}

.ac-large-2 img{
	width: 200px;
	height: auto;
	margin: 10px 0;
}

.ac-large-3 img{
	width: 200px;
	height: auto;
	margin: 10px 0;
}

.ac-large-4 img{
	width: 200px;
	height: auto;
	margin: 10px 0;
}


.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
}
.ac-container input:checked ~ article.ac-small{
	height: 100px;
}
.ac-container input:checked ~ article.ac-medium{
	height: auto;
}
.ac-container input:checked ~ article.ac-large{
	height: auto;
}
.ac-container input:checked ~ article.ac-large-2{
	height: 200px;
}
.ac-container input:checked ~ article.ac-large-3{
	height: auto;
}
.ac-container input:checked ~ article.ac-large-4{
	height: 230px;
}


.dropdown .dropdown-menu, .dropdown .dropdown-panel {
	max-width: none;
	height: initial;
	border: none;
	box-shadow: none;
}

.dropdown .dropdown-menu LI {
	float: none;
	letter-spacing: normal;
	text-transform: none;
}

.dropdown .dropdown-menu LI > A {
	color: #12b5ea;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}


/** ERIK  **/

.icon-list img {
	margin-right: 0px;
    height: 20px;
    width: 20px;
}

.icon-plus img {
	margin-left: 20px;
    height: 40px;
    width: 40px;
}

 




/* [Object] Modal
 * =============================== */
 .modal {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 10%;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: left;
	background: rgba(0,0,0, .9);
	transition: opacity .25s ease;
  }
  
  .modal__bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	cursor: pointer;
  }
  
  .modal-state {
	display: none;
  }
  
  .modal-state:checked + .modal {
	opacity: 1;
	visibility: visible;
  }
  
  .modal-state:checked + .modal .modal__inner {
	top: 0;
  }
  
  .modal__inner {
	transition: top .25s ease;
	position: absolute;
	top: -20%;
	right: 0;
	bottom: 0;
	left: 0;
	width: 50%;
	margin: auto;
	overflow: auto;
	background: #fff;
	border-radius: 5px;
	padding: 1em 2em;
	height: 70%;
  }
  
  .modal__close {
	position: absolute;
	right: 1em;
	top: 1em;
	width: 1.1em;
	height: 1.1em;
	cursor: pointer;
  }
  
  .modal__close:after,
  .modal__close:before {
	content: '';
	position: absolute;
	width: 2px;
	height: 1.5em;
	background: #ccc;
	display: block;
	transform: rotate(45deg);
	left: 50%;
	margin: -3px 0 0 -1px;
	top: 0;
  }
  
  .modal__close:hover:after,
  .modal__close:hover:before {
	background: #aaa;
  }
  
  .modal__close:before {
	transform: rotate(-45deg);
  }
  
  @media screen and (max-width: 768px) {
	  
	.modal__inner {
	  width: 90%;
	  height: 80%;
	  box-sizing: border-box;
	}
  }

  
  #wrap{
	margin: 0 auto;
	width: 500px;
  }

  details{
	margin-bottom:5px;
	width:auto;
  }

  summary{
	font-weight: bold;
	color: SteelBlue;
	font-size: 12px;
	cursor: pointer;
	font-family: Roboto;
	outline:0px;
  }
	
	details summary::-webkit-details-marker {
		display:none;
	}

  details summary::-webkit-details-marker {
	color: rgba(0, 112, 204, 0.938);
  }
  


.dropdown_faq {
	background:#F0F0F0;
	border-radius:5px;
	padding:5px;
}
.dropdown_click_faq {
	cursor: pointer;
}


/*  btn view  more    */


.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-wrap li {
	list-style: none;
	font-family: Roboto;
	color: #a8a8a8;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'Ver más';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Ver menos';
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  color: white;
  font-size: .9em;
  line-height: 2;
  /*border: 1px solid #ddd;*/
	border-radius: .25em;
	margin: 0% 0% 0% 8%;
	background-color: #007cc2;
}

/* Other style */ 


.title-summary {
	font-weight: 300;
	font-family: 'Roboto';
	font-size: 28px;
	color: #6b6969;
	padding-bottom: 5px;
	margin-top: 10px;
	outline:0px;
	border:none;
}

.title-summary-sub{
	font-weight: 300;
	font-family: 'Roboto';
	font-size: 22px;
	color: #6b6969;
	/*padding-bottom: 5px;*/
	margin-top: 10px;
	outline:0px;
	border:none;
}



.list-ul-li{
	padding-left: 20px;
	margin: 0;
}

.list-ul-li li {
	list-style: none;
	font-family: Roboto;
	color: #a8a8a8;
}