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


a.industria:link {font-size:20px; text-align: center; font-weight: 700; color:#555555;text-decoration:none;}
a.industria:visited {font-size:20px; text-align: center; font-weight: 700; color:#555555;text-decoration:none;}
a.industria:hover {font-size:20px; text-align: center; font-weight: 700; color:#9e1e1f;text-decoration:none;}

a.medicina:link {font-size:20px; text-align: center; font-weight: 700; color:#555555;text-decoration:none;}
a.medicina:visited {font-size:20px; text-align: center; font-weight: 700; color:#555555;text-decoration:none;}
a.medicina:hover {font-size:20px; text-align: center; font-weight: 700; color:#013763;text-decoration:none;}



*{
	padding:0px;
	margin:0px;
	 // set animation
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;}



body {
	font-family: source-sans-pro, sans-serif;}
	
	
	
html,body{	

	margin:0px;
	height:100%;
	
}

.shrink:hover
{
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
}


        
header {
	width: 100%;
	height: 100px;
	font-weight: 700;
	z-index: 100;
	  position: fixed;
	background-color:rgba(50,50,50,0.90);
    // set animation
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;	

}

header.sticky {
	background-color:rgba(255,255,255,.9);
	color:rgba(31,38,49,1);
	-webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.75);
	height:70px;
        }


#logo {
	margin-left:16%;
	float:left;
	background-image: url(../assets-assets/logoblanco.png);
	background-repeat:no-repeat;
	background-size:contain;
	width:190px;
	height:180px;
	margin-top:1.3%;
}

#logo.sticky2 {
	margin-top:7px;
	width:170px;
	height:160px;
	background-image:url(../assets-assets/logo.png);
}

#logo a img {
	width: 60%;
}

nav ul {
	padding-top:45px;
	float: right;
	padding-right:10%;
	
	}

.navegacionsticky {
	padding-top:30px;
	padding-right:8%;
	}

nav ul li {
	display:inline-block;
	padding: 0 4px;
	color:#fff;
	font-weight:700;
	}
	
.color { 
	color: #1F2732;}
	
nav ul li a {
	color: #fff;
	text-decoration: none;
	}



nav ul li a:hover{
	color: #818285;
	}

#seccion1{
	width:100%;
	height:100%;
	background-image:url(../assets-assets/banerprincipal.jpg);
	background-size: cover;
	background-position:center;
	background-repeat:no-repeat;
	
/*	background-image:url(assets-assets/banerprincipal.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	height: 900px;*/
}
	

#blanco {
	position: absolute;
	width: 100%;
	margin-top: -3%;
	top: 45%;
	z-index: 10;
	background-color: rgba(255,255,255,.85)
	}
	
#blanco #logogrande {
	width: 30%;
	padding-top: 2%;
	padding-bottom: 2%;
	margin: 0 auto;
	}

#blanco #logogrande img {
	width:100%;


	}
	
	
#seccion2 {
	width: 100%;
	margin: 0 auto;
	padding-top: 5%;
	padding-bottom: 5%;
	line-height: 18pt;
	text-align: center;
	}
	
#textoseccion2 {
	width: 40%;
	margin: 0 auto;
	line-height: 18pt;
	text-align: center;
	}
#titulonuestroobjetivo {
	text-align:center;
	line-height: 22pt;
	font-size: 24px;
	}
	
strong {
	color:rgba(173,49,28,1);}
	
.corchetes {
	font-size:130px;
	color:rgba(173,49,28,1);
	font-weight:10;
	}

#nuestraempresa {
	width: 100%;
	/* [disabled]height: 100%; */
	background-color: #E7E6EC;
	}
	
#titulonuestraempresa {
	padding-top:70px;
	text-align:center;
	line-height: 22pt;
	font-size: 24px;
	}
	
#filosofia {
	width: 70%;
	margin: 0 auto;
	padding-top: 35px;
	padding-bottom: 50px;
	/*line-height: 18pt;*/
	text-align: center;
	}

#filosofia table tr td { padding:10px 15px;
	}

#filosofia table tr td h1 { color: #BD4424;
	}
	
#filosofia table tr td i { 
	color:#000;
	padding-right:15px;
	}
	
#seccion3 { 
	width:40%;
	margin: 0 auto;
	}
	
#izquierda {
	width:50%;
	float:left;
	}
.textoseccion3 {
	text-align: center;
	}

a.one:link {color:#ffffff;text-decoration:none;}
a.one:visited {color:#ffffff;text-decoration:none;}
a.one:hover {color:#ffffff;text-decoration:none;}


#derecha {
	width:50%;
	float:right;
	}
	
#izquierda img {
	width:100%;
	}
#derecha img {
	width:100%;
	}
	
#izquierdaind {
	width:90%;
	
	}
#derechamed {
	width:90%;
	
	}

#izquierdaind img {
	width:100%;
	float:left;
	}
#derechamed img {
	width:100%;
	float:left;
	}

#wrapper {
	width:100%;
	
	}

#barralatera {
	float: left;
	width: 25%;
	z-index:100;
	
	}
#navegacionlateral {
	margin-top:80px;
	
	}
#navegacionlateral ul li {
	text-decoration: none;
	list-style: none;
	margin-bottom: 15px;
	margin-left: 35%;
	margin-right: 0%;
	margin-top: 15px;
	}


#navegacionlateral ul li hr {
	color:#666;
	text-align:center;
	size:1;
	width:40px;
	}

	
#contenidoproductos {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
	float: right;
	background-color: #fff;
	height: 700px;
	width: 75%;
	
	}

#bannerproducotos {
	margin-top:50px;
	margin-left:100px;
	margin-right:50px;
	margin-bottom:10px;
	max-width:1024px;
	min-width:800px;}
	
#contenidoproductos h1 {
	color:#ac311c;
	margin-left:100px;
	margin-right:50px;
	margin-bottom:10px;
}

#contenidoproductos p {
	
	margin-left:100px;
	margin-right:50px;
	margin-bottom:10px;
	max-width:1024px;
	min-width:800px;}
	
#bannerproducotos img {
	width:100%;}
#footer {
	width: 100%;
	height: 700px;
	background-color: #333;
	margin-top: -10px;
	}
/*formulario*/



/* CSS Document */


form {
	width: 85%;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}

label {
	display:block;
	margin-top:20px;
	letter-spacing:2px;
}

input, textarea {
	width: 100%;
	height: 27px;
	background: #FFF;
	padding: 10px;
	margin-top: 3px;
	font-size: 0.9em;
	color: #C30;
	margin-bottom: 10px;
	font-weight:bold;
}
input::-webkit-input-placeholder {
    color: #666;
	font-weight:500;

}
input:-moz-placeholder {
     color: #666;
	font-weight:500;

}
input:-ms-placeholder {
    color: #666;
	font-weight:500;

}
input:-o-placeholder {
    color: #666;
	font-weight:500;

}
textarea::-webkit-input-placeholder {
     color: #666;
	font-weight:500;

}

textarea::-moz-input-placeholder {
     color: #666;
	font-weight:500;

}
textarea::-ms-input-placeholder {
     color: #666;
	font-weight:500;

}



input:focus, textarea:focus {

	border: 1px solid  #09F;
	color: #C33;
	font-weight:bold;	}

textarea {
	height: 200px;
	font-family: Arial, Helvetica, sans-serif;
}

#submit {
	text-align:center;
	width: 140px;
	height: 38px;
	border: none;
	margin-top: 20px;
	cursor: pointer;
	float: right;
}

#submit:hover {
		opacity:0.9;
	}


/*acaban estilos de formulario*/


#informaciondecontacto {
	color:#FFF;
	padding:70px;}
	
#informaciondecontacto ul li {
	list-style:none;
	text-decoration:none;
	padding-top:20px;
	padding-left:10px;}
	
#informaciondecontacto ul a {
	text-decoration:none;
	color:#C00;
}

#informaciondecontacto ul a:hover {
	text-decoration: underline;
	color:#C00;
}
	
#informaciondecontacto ul li:first-child {
	list-style:none;
	text-decoration:none;
	padding-top:0px;
	padding-left:0px}
/*
.grow:hover
{
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
		
}
*/
