@font-face {
    font-family: HelveticaNeueUltraLight;
    src: url("Fonts/helvetica-neue-ultra-light.ttf");
}
@font-face {
    font-family: MyriadProLight;
    src: url("Fonts/MyriadPro-Light.otf");
}
@keyframes colorTransition {
	from {background-color: white;}
    to {background-color: #000862;}
}
@keyframes opacityTransition {
	from {opacity: 0.95;}
	to {opacity: 0.0;}
}
body {
	background-color: #fff;
	height: 100%;
}

/* Presentation Index */

#main-header {
	position: relative;
	width: 100%;
}
#container {
	position: absolute;
	top: 150px;
	left: 40%;
	width: 100%;	
}
#container #logoClick {
	margin-left: auto;
	margin-right: auto;
	animation-name: opacityTransition;
	animation-duration: 3s;
}
#indexBody{
	margin: 0 auto;
	width: 90%;
	max-width: 1200px;
	animation-name: colorTransition;
    animation-duration: 3s;
}

/* Fin Presentation Index */

/*--------------------------------------------
	
	-------------------------------------------*/
	
	
/* Second Index */

/* Navbar settings */

.navbar {
	background-color: white;
	height: 10%;
}
@media (max-width: 1100px) {
    .navbar-default{
	    background-color: #fff !important;
	    border: none !important;
    }
    .navbar .container-fluid{
	    border: none !important;
    }
    .navbar-header {
        float: none;
        border: none !important;
    }
    .navbar-toggle{
        display: block;
        position: absolute;
        left: 20%; 
        border: none !important; 
    }
    .navbar-collapse {
	    
  
    }
    .navbar-fixed-top {
        top: 0;
        border: none !important;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
        width: 100% !important;
        border: none;
    }
    .navbar-nav>li {
        float: none;
        display: table-column;
        width: 15%;
        text-align: center;
    }
    .navbar-nav>li>a{
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 0.83em;
        font-weight: 200;
    }
    .navbar .nav-tabs .tabs a:hover{
	color: #ffffff;
	background-color: #000862;
	border-radius: 10px;
	}
    .collapse.in{
        display:block !important;
        border: none;
    }
}
.navbar .container-fluid {
	height: 100%;
	width: 100%;
	max-height: 100%;
	background-color: white;
}
.navbar .navbar-header {
	width: 10%;
	height: 80%;
	position: relative;
	top: 5%;
}
.navbar .navbar-header .navbar-brand {
	position: relative;
	width: 100%;
	top: 0px;
	left: 0px;
}
.navbar .navbar-header .navbar-brand img {
	position: absolute;
	border-radius: 50px 50px 50px 50px;
	left: 15px;
	top: 10px;
	width: 45%;
	height: 100%;
	padding-bottom: 5px;
}
.navbar .nav-tabs {
	width: 80%;
	height: 100%;
	max-height: 100%;
	max-width: 100%;
	border-bottom: none;
	position: absolute;
	left: 10%;
	top: 10%;
}
.navbar .nav-tabs .tabs {
	font-family: MyriadProLight;
	font-size: 1.5em;
	font-weight: 500;
}
.navbar .nav-tabs .tabs a {
	color: #000862;
}
.navbar .nav-tabs .tabs a:hover {
	color: #ffffff;
	background-color: #000862;
	border-radius: 10px;
}

/* End of navbar settings */

/* Bootstrap carousel */

.carousel {
	margin-top: 3.5%;
	margin-bottom: 3.5%;
	width: 100%;
	height: 100%;
	min-height: 100%;
	min-width: 100%;
}
.main-container {
  	padding: 0px 5px 5px 5px;
  	background-color: white;
  	height: 100% !important;
}
.carousel-inner{
	width: 100%;
	min-width: 100% !important;
	height: 100%;
	min-height: 100%;
	padding: 0px;
}
#foto1 {
	background-image: url("Imagenes/Foto1.jpeg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0px;
}
#foto2 {
	background-image: url("Imagenes/Foto10.jpeg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0px;
}
#foto3 {
	background-image: url("Imagenes/Foto11.jpeg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0px;
}
#foto4 {
	background-image: url("Imagenes/Foto4.jpeg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0px;
}
#foto5 {
	background-image: url("Imagenes/Foto5.jpeg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0px;
}
#foto6 {
	background-image: url("Imagenes/Foto6.jpeg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0px;
}
#foto7 {
	background-image: url("Imagenes/Foto7.jpeg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0px;
}
#foto8 {
	background-image: url("Imagenes/Foto8.jpeg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0px;
}
.carousel-indicators {
	bottom: 0;
}
.carousel-control.right,
.carousel-control.left {
	background-image: none;
}
.carousel-control .glyphicon-menu-left, 
.carousel-control .glyphicon-menu-right {
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 5;
}
.glyphicon-chevron-down{
	position: absolute;
	left: 50%;
	width: 100%;
	font-size: 2em;
}
.carousel .item { 
	height: 100%;
	width:100%;
	min-height: 650px; 
}
.carousel-caption h3 {
	background-color: none;
	text-align: left;
}
.carousel-caption span img {
	position: absolute;
	right: 0px;	
}
.carousel-caption h3 {
	padding: .5em;
}

/* Animation delays */

.carousel-caption h3:first-child {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.carousel-caption h3:nth-child(2) {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.carousel-caption button {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

/* End Animation delays */


/* End Bootstrap carousel */

/* Background image */

@media (max-width: 1100px) {
	.bgImage {
	background-attachment:fixed;
	background-repeat: no-repeat;
	display: none;
	}
}
.background .container-fluid {
	z-index:1;
	position:relative;
	height: 100% !important;
}
.bgImage {
	background-size: cover;
	background-attachment:fixed;
	background-repeat: no-repeat;
	text-align: center;
	width: 100%;
	min-width: 100%;
	height: 364px;
}
#bgImage1{
	background-image: url("Imagenes/Copia%20de%20Foto2.jpeg");
}
#bgImage2{
	background-image: url("Imagenes/CopiaFoto3.jpeg");
}


/* End background image on mobile */

/*-- Company Description --*/

@media (max-width: 1100px) {
	.companyDescription {
		width: 100%;
	}
	.companyDescription .container-fluid {
		width: 100%;
	}
	.upper-div .left-div,
	.upper-div .right-div,
	.lower-div .left-div,
	.lower-div .right-div{
		width: 100%;
		position: relative;	
	}
	.upper-div .left-div div,
	.upper-div .right-div div,
	.lower-div .left-div div,
	.lower-div .right-div div {
		width: 100%;
		position: absolute;
		top: 20%;
	}
	.upper-div .left-div div h1,
	.upper-div .right-div div h1,
	.lower-div .left-div div h1,
	.lower-div .right-div div h1 {
		position: absolute;
		top: 50px;
		left: 0px;
	}
}
.companyDescription {
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
	position: relative;
	font-family: MyriadProLight;
	font-size: 1.25em;
}
.companyDescription .container-fluid {
	height: 100%;
	width: 100%;
	padding-top: 50px;	
}
.right-div {
	position: absolute;
	width: 100%;
	height: 364px;
	text-align: center;
	padding: 10px;
}
.left-div {
	position: absolute;
	width: 100%;
	height: 364px;
	text-align: center;
	padding: 10px;
	background-color: #000862;
}
.upper-div{
	margin-bottom: 50px;
}
.lower-div{
	margin-bottom: 30px;
}
.lower-div div p{
	position: absolute;
	top: 50%;
}
.right-div img,
.left-div img {
	position: absolute;
	left: 45%;
}
.right-div img:hover {
	transform: rotateY(360deg);
  	transition: 0.9s;
  	transform-style: preserve-3d;
}
.left-div img:hover {
	transform: rotateY(360deg);
  	transition: 0.9s;
  	transform-style: preserve-3d;
}
.right-div h1,
.left-div h1 {
	top: 15%;
}
#laEmpresa h1{
	position: absolute;
	left: 35%;
}
#nuestroPersonal h1{
	position: absolute;
	left: 30%;
}
#equiposCampo h1{
	position: absolute;
	left: 35%;
}
#equiposLaboratorio h1{
	position: absolute;
	left: 35%;
}
.right-div h1{
	color: #000862;
}
.left-div h1{
	color: #fff;
}
.right-div p,
.left-div p {
	position: absolute;
	top: 35%;
	width: 95%;
}
.right-div p{
	color: #000862;
}
.left-div p{
	color: #fff;
}

/* End Company Description */

/* Contact Info */

.contactInfo{
	width: 100%;
	padding: 100px 0px 25px 25px;
	height: 500px;
}
.contactInfo .container-fluid{
	width: 100%;
}
.contactInfo .container-fluid .row{
	width: 100%;
}
.contactInfo .container-fluid .row .container{
	width: 100%;
}
.contactInfo .container-fluid .row .container #form1{
	width: 100%;
}
.contactInfo .container-fluid .row .container #form1 .form-group div input,
.contactInfo .container-fluid .row .container #form1 .form-group div textarea{
	width: 100%;
	border-radius: 0px;
	border-top: none;
	border-right: none;
	box-shadow: none;
	font-family: MyriadProLight;
	font-size: 1.25em;
}
.contactInfo .container-fluid .row .container #form1 button{
	font-family: MyriadProLight;
	background-color: #000862;
	font-size: 1.95em;
	color: #fff;
	border: none;
	width: 98%;
}
.contactInfo .container-fluid .row .container #form1 button:hover{
	font-family: MyriadProLight;
	background-color: #fff;
	font-size: 1.95em;
	color: #000862;
	width: 98%;	
	border: 1px solid;
	border-color: #000862;
}


/* End Contact Info */

/* Customers */
.customers .row {
	position: relative;
	left: 0%;
}
.logos{
	width: 100%;
	position: relative;
	left: 5%;
	margin: 20px 0px;
}
.clientLogo{
	margin: 40px;
}


/* End customers */

/* Footer */

.footer{
	width: 100%;
	border-top: 25px solid;
	border-top-color: #000862;
	padding-top: 10px;
	background-color: #f2f2f2;
}
.footer .container-fluid .row div ol{
	list-style: none;
	margin-left: 25px;
}
.footer .container-fluid .row div ol li{
	margin-bottom: 5px;
	font-family: MyriadProLight;
	font-size: 1.35em;
}
.footer .container-fluid .row div ol li a{
	text-decoration: none;
	color: #000862;
}
#mapFrame{
	width: 100%;
	position: absolute;
	width: 100%;
	border: 5px solid;
	border-color: #000862;
}
#author{
	text-align: right;
	float: right;
	font-family: MyriadProLight;
	font-size: 0.95em;
	text-decoration: none;
	color: rgba(44, 44, 44, 1);
}

/* End footer */

/* End second index */

/*--------------------------------------------
	
	-------------------------------------------*/
	
	
/* Inicio Image Gallery */

.imageFilter{
	padding-top: 100px;
}
.imageFilter .btn{
	font-family: MyriadProLight;
	font-size: 1.35em;
	color: #000862 !important;
	background-color: #fff;
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid;
    border-color: #000862 !important;
    border-radius: 0px;
}
.imageFilter .btn:hover{
    font-size: 1.40em;
    text-align: center;
    color: #fff !important;
    background-color: #000862;
}
.port-image{
    width: 100%;
}
.gallery_product{
    margin-bottom: 30px;
    position: relative;
}
.gallery_product img:hover{
	opacity: 0.2;
	transition: opacity 0.5s;
}
.gallery_product span{
	position: absolute;
	bottom: 0px;
	text-align: center;
	opacity: 0;
	height: 350px;
	width: 263px;
}
.gallery_product span:hover{
	opacity: 0.8;
	transition: opacity 0.5s;
	position: absolute;
	bottom: 0px;
	text-align: left;
	height: 350px;
	width: 263px;
	background-color: #e1e1e1;
	color: #000862;
	font-family: MyriadProLight;
	font-size: 1.9em;
	padding-top: 50%;
	padding-left: 5px;
}
.modal .modal-dialog{
	position: relative;
}
.modal .modal-content{
	border: none;
	width: 100%;
	height: 100%;	
}
.modal .modal-dialog img{
	position: absolute;
	left: 10%;
	max-width: 80%;
}
.modal .modal-dialog span{
	position: absolute;
	top: 600px;
	width: 80%;
	left: 10%;
	text-align: center;
	z-index: 100;
	color: #fff;
	font-family: MyriadProLight;
	font-size: 1.5em;
	background-color: #000862;
	opacity: 0.7;
}


