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

* {
	margin:0;
	padding:0;
}

html{
	scroll-behavior: smooth;
}

@font-face {
  font-family: 'gadugi';
  src:  url('fonts/gadugi.eot?ka2add');
  src:  url('fonts/gadugi.eot?ka2add#iefix') format('embedded-opentype'),
    url('fonts/gadugi.ttf?ka2add') format('truetype'),
    url('fonts/gadugi.woff?ka2add') format('woff'),
    url('fonts/gadugi.svg?ka2add#softhealth') format('svg');
  font-weight: normal;
  font-style: normal;
}

#todo {
	height: auto;
	width: 100%;

}

#menu {
	width: 100%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.900em;
	background:#FFF;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #064797;
	z-index: 200;
	position: fixed;
}

#logo {
	height: auto;
	width: 30%;
	background-color: #FFF;
	margin-right: 38%;
	float: right;
}
#logo img{
	height: 100%;
	width: 100%;
	vertical-align: middle;
	margin-top: 2%;
	margin-bottom:1%;
	margin-left: 5%;
}

/*Desde aqui el codigo para el menumobil*/
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
#menumobil{
	display: inline-block;
	width: 5%;
	float right;
	margin-left: 12%;
	margin-top: 5%;
}
#menumobil #button-menu{
	font-size: 35px;
	color: #000000;
	cursor: pointer;
}
#menumobil nav.navegacion{
	position: absolute;
	top: 100%;
	left: 0;
	width: 0%;
	height: 100vh;
	background: rgba(0,0,0,0.5);

}

#menumobil nav.navegacion ul{
	width: 220px;
	height: 100%;
	background: #ffffff;
	list-style: none;

	position: absolute;
	top: 0;
	left: -320px;
	transition: left .3s;
}

#menumobil nav.navegacion .menu li.title-menu{
	padding: 10px;
	background: #01224a;
	color: #fff;
	text-align: center;
	font-size: 1.1em;
}

#menumobil nav.navegacion .menu a{
	display: block;
	padding: 10px;
	border-bottom: 1px solid #f1b70c;
	background: #064797;
	font-size: 1.0em;
	font-weight: 200;
	text-decoration: none;
	color: #ffffff;
}

#menumobil nav.navegacion ul li a span{
	margin-right:3%;
	color: #f1b70c;
}

#menumobil nav.navegacion ul li a:hover span{
	margin-right:3%;
	color: #000000;
}

#menumobil nav.navegacion .menu a:hover{
	background: #f1b70c;
	color: #000000;
}

#menumobil nav.navegacion .menu li span.icon-menu{
	margin-right: 12px;
}

#menumobil nav.navegacion .menu .item-submenu > a::after{
	font: normal normal normal 14px/1 FontAwesome;
  	font-size: inherit;
  	text-rendering: auto;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	content: '\f105';

	float: right;
	color: #ffffff;
}

/* Submenu ============*/

#menumobil nav.navegacion .submenu li.title-menu{
	background: #01224a;
	color: #ffffff;
}

#menumobil nav.navegacion .submenu li.title-menu span{
	margin-right: 3%;
	color: #fbc201;
}

#menumobil nav.navegacion .submenu li.go-back{
	padding: 10px 20px;
	background: #0c1104;
	color: #fff;
	font-size: 1.10em;
	cursor: pointer;
}

#menumobil nav.navegacion .submenu li.go-back::before{
	font: normal normal normal 14px/1 FontAwesome;
  	font-size: inherit;
  	text-rendering: auto;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	content: '\f0d9';
	margin-right: 10px;
}	

section {
	padding-top: 13%;
	background-color: #eeeeee;
	/*background-image: url("../imagenes/martillo.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 30%;*/
	width: 100%;
	clear: both;
	padding-bottom: 0.5%;
	overflow: hidden;
}
section h1{
	font-size: 1.6em;
	color: #064797;
	text-align: justify;
	font-family: gadugi;
	padding-top: 2%;
	margin-bottom: 1%;
	margin-left: 15%;
	margin-right: 15%;
	}

section h2{
	font-size: 1.6em;
	color: #064797;
	text-align: center;
	font-family: gadugi;
	padding-top: 2%;
	margin-bottom: 1%;
	margin-left: 15%;
	margin-right: 15%;
	}

section #accordion{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}	

section #accordion h3{
	font-size: 1.4em;
	font-family: gadugi;
	/*padding-top: 0.5%;
	margin-bottom: 1%;*/
}

section #contenidoacordeon{
	background-color: #eeeeee;
	background-image: url("../imagenes/martillo.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 30%;
}

section p, section #contenidoacordeon p{
	font-size: 1.1em;
	font-family: gadugi;
	line-height:20px;
	margin-left: 15%;
	margin-right: 15%;
	padding-bottom: 1%;
	text-align: justify;
	}

section ul li, section #contenidoacordeon ul li{
	font-size: 1.1em;
	color: #000;
	text-align: justify;
	font-family: gadugi;
	/*list-style-type: disc;*/
	margin-left: 20%;
	margin-right: 15%;
	}

section #contenidoacordeon ul li ul li{
	font-size: 1.0em;
	color: #000;
	text-align: justify;
	font-family: gadugi;
	list-style-type: square;
	margin-left: 10%;
	margin-right: 15%;
}

#introduccion{
	width: 85%;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

#informacion{
	width: 60%;
	float: left;
}

#imagenes{
	width: 40%;
	float: right;
	margin-top: 2%;
}

#imagenservicios{
	width: 38%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1%;
	margin-bottom: 1%;
}

#imagenservicios img{
	width: 100%;
	height: 100%;
}

footer{
	float: left;
	height: auto;
	width: 100%;
	/*margin-top: 2%;*/
	padding-top: 1%;
	padding-bottom: 1%;
	background-color: #064797;
	}
footer h1{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.0em;
	color: #fbc201;
	padding-left: 15%;
	font-weight: bold;
	}		
footer p{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.850em;
	color: #ffffff;
	padding-left: 15%;
	padding-top: 0.2%;
	padding-bottom: 0.2%;
	}
footer p a{
	color: #ffffff;
	text-decoration: none;
	}		
footer span{
	color: #fbc201;
	/*color: #D8EAED;*/
	}

/*Estilos para clientes*/
section #clientes{
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	}	

section #clientes .uno{
	display:inline-block;
	margin-top: 0.5%;
	margin-bottom: 1%;
	margin-right: 2%;
	margin-left: 2%;
	}

section #clientes .uno h5{
	font-family: gadugi;
	font-size: 0.9em;
	color: #064797;
	text-align: center;
	}

section #clientes .uno:hover h5{
	font-family: gadugi;
	font-size: 0.9em;
	color: #f1b704;
	text-align: center;
	}	
	
section #clientes .uno img{
	margin: 0.5%;
	background-color: #064797;
	padding: 2%;
	width:100%;
	height:100%;
	}	

section #clientes .uno img:hover{
	background-color: #f1b704;
	padding: 2%;
	}
/*Fin estilos clientes*/


/*Estilos pagina contactos*/
#contactenos{
	width: 100%;
	padding-top: 1%;
	overflow: hidden;
	}
#contactenos h1{
	margin-left: 5%;
	}
	
#infocontactos{
	float: left;
	width: 45%;
	margin-top: 1%;
	margin-bottom: 2%;
	}	
#infocontactos p{
	font-family: gadugi;
	font-size: 1.0em;
	color: #000000;
	padding-left: 1%;
	padding-top: 0.5%;
	padding-bottom: 0.5%;
	}	
#infocontactos p a{
	font-family: gadugi;
	font-size: 1.0em;
	color: #000000;
	text-decoration: none;
	}	
#infocontactos span{
	color: #064797;	
	}	
#mapacontactenos{
	float: right;
	width: 50%;
	}	
#formucontactenos{
	margin-left: 1%;
	float: left;
	width: 40%;
	}
#formucontactenos h1{
	margin-left: 10%;
	}	

.mayusculas  {
	font-family: gadugi;
	font-size: 12px;
	color: #000000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	text-transform: none;
	padding: 5px;
}
.etiqueta {
	font-family: gadugi;
	font-size: 0.900em;
	font-weight: bold;
	color: #0c3104;
}

.etiquetabd {
	font-family: gadugi;
	font-size: 0.900em;
	font-weight: bold;
	color: #0c3104;
	vertical-align: top;
}

#formucontactenos input, #formulariocontactenos textarea, #resultado_mensaje, #formusolicitud{
	font-family: gadugi;
	font-size: 12px;
	text-decoration: none;
	}	
#resultado{
	font-family: gadugi;
	font-size: 1.00em;
	color: #064797;
	text-align: center;	
	}	
#enviar {
	font-family: gadugi;
	font-size: 12px;
	color: #ffffff;
	background-color: #064797;
	padding: 8px;
	margin-left: 15%;
}	
.error {
	font-family: gadugi;
	font-size: 12px;
	color: #000000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	text-transform: none;
	padding: 5px;
	background-color: #F66;
}

/*Fin estilos contactos*/

/*estilos solicitud*/

#solicitud table{
	margin-left: auto;
	margin-right: auto;
}

#solicitud table th{
background-color:#064797 ;
color: #f1b70c;
}

#formusolicitud h3{
	font-size: 1.4em;
	color: #064797;
	text-align: center;
	font-family: gadugi;
	padding-top: 0.5%;
	margin-bottom: 1%;
	margin-left: 8%;
	margin-right: 8%;
	}

	#formusolicitud h4{
	font-size: 1.2em;
	color: #064797;
	/*text-align: center;*/
	font-family: gadugi;
	padding-top: 0.5%;
	margin-bottom: 1%;
	margin-left: 8%;
	margin-right: 8%;
	}

/*Fin estilos solicitud*/

@media screen and (max-width:1200px ) {
#imagenes{
	width: 40%;
	float: right;
	margin-top: 5%;
}
section h1{
	font-size: 1.6em;
	color: #064797;
	text-align: justify;
	font-family: gadugi;
	padding-top: 2%;
	margin-bottom: 1%;
	margin-left: 8%;
	margin-right: 8%;
	}

section h2{
	font-size: 1.6em;
	color: #064797;
	text-align: center;
	font-family: gadugi;
	padding-top: 2%;
	margin-bottom: 1%;
	margin-left: 8%;
	margin-right: 8%;
	}

section #informacion h1{
	font-size: 1.6em;
	color: #064797;
	text-align: justify;
	font-family: gadugi;
	padding-top: 2%;
	margin-bottom: 1%;
	margin-left: 1%;
	margin-right: 5%;
}

section #informacion p{
	font-size: 1.1em;
	font-family: gadugi;
	line-height:20px;
	margin-left: 1%;
	margin-right: 5%;
	padding-bottom: 1%;
	text-align: justify;
	}

section p, section #contenidoacordeon p{
	font-size: 1.1em;
	font-family: gadugi;
	line-height:20px;
	margin-left: 8%;
	margin-right: 8%;
	padding-bottom: 1%;
	text-align: justify;
	}

section #accordion{
	width: 84%;
	margin-left: auto;
	margin-right: auto;
}

footer h1{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.0em;
	color: #fbc201;
	padding-left: 8%;
	font-weight: bold;
	}		
footer p{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.850em;
	color: #ffffff;
	padding-left: 8%;
	padding-top: 0.2%;
	padding-bottom: 0.2%;
	}
#enviar {
	font-family: gadugi;
	font-size: 12px;
	color: #ffffff;
	background-color: #064797;
	padding: 8px;
	margin-left: 8%;
}	

}

@media screen and (max-width:1000px ) {
#logo {
	height: auto;
	width: 38%;
	background-color: #FFF;
	/*margin-left: 28%;
	float: left;*/
}
#informacion{
	width: 100%;
	clear: both;
}

#imagenes{
	width: 100%;
	margin-top: 3%;
	margin-left: auto;
	margin-right: auto;
}
}

@media screen and (max-width:850px ) {
#infocontactos{
	float: left;
	width: 100%;
	margin-top: 1%;
	margin-bottom: 2%;
	}	
#mapacontactenos{
	display: none;
}
#formucontactenos{
	margin-left: 1%;
	float: left;
	width: 100%;
	}
#formucontactenos h1{
	margin-left: 3%;
	}
}

@media screen and (max-width:700px ) {
#introduccion{
	width: 100%;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
section h1{
	font-size: 1.4em;
	color: #064797;
	text-align: justify;
	font-family: gadugi;
	padding-top: 2%;
	margin-bottom: 1%;
	margin-left: 3%;
	margin-right: 3%;
	}

section h2{
	font-size: 1.4em;
	color: #064797;
	text-align: center;
	font-family: gadugi;
	padding-top: 2%;
	margin-bottom: 1%;
	margin-left: 3%;
	margin-right: 3%;
	}

section #informacion h1{
	font-size: 1.4em;
	color: #064797;
	text-align: justify;
	font-family: gadugi;
	padding-top: 2%;
	margin-bottom: 1%;
	margin-left: 3%;
	margin-right: 3%;
}

section #informacion p{
	font-size: 1.0em;
	font-family: gadugi;
	line-height:20px;
	margin-left: 3%;
	margin-right: 3%;
	padding-bottom: 1%;
	text-align: justify;
	}

section #accordion{
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}

section p, section #contenidoacordeon p{
	font-size: 1.0em;
	font-family: gadugi;
	line-height:20px;
	margin-left: 3%;
	margin-right: 3%;
	padding-bottom: 1%;
	text-align: justify;
	}

section ul li, section #contenidoacordeon ul li{
	font-size: 1.0em;
	color: #000;
	text-align: justify;
	font-family: gadugi;
	margin-left: 5%;
	margin-right: 5%;
	}


#imagenservicios{
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1%;
	margin-bottom: 1%;
}

footer h1{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
	color: #fbc201;
	padding-left: 3%;
	font-weight: bold;
	}		
footer p{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.850em;
	color: #ffffff;
	padding-left: 3%;
	padding-top: 0.2%;
	padding-bottom: 0.2%;
	}
#enviar {
	font-family: gadugi;
	font-size: 12px;
	color: #ffffff;
	background-color: #064797;
	padding: 8px;
	margin-left: 3%;
}	
}

@media screen and (max-width:550px ) {
#logo {
	height: auto;
	width: 50%;
	background-color: #FFF;
	margin-right: 28%;
	float: right;
}
#menumobil{
	display: inline-block;
	width: 5%;
	float right;
	margin-left: 8%;
	margin-top: 5%;
}
#imagenservicios{
	width: 65%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1%;
	margin-bottom: 1%;
}
}

@font-face {
  font-family: 'softhealth';
  src:  url('fonts/softhealth.eot?ka2add');
  src:  url('fonts/softhealth.eot?ka2add#iefix') format('embedded-opentype'),
    url('fonts/softhealth.ttf?ka2add') format('truetype'),
    url('fonts/softhealth.woff?ka2add') format('woff'),
    url('fonts/softhealth.svg?ka2add#softhealth') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'softhealth' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-menu:before {
  content: "\e9e0";
}

.icon-home:before {
  content: "\e9b8";
}

.icon-mail:before {
  content: "\e9da";
}

.icon-new-message:before {
  content: "\e9ea";
}

.icon-shop:before {
  content: "\ea10";
}

.icon-mobile:before {
  content: "\e9e4";
}
.icon-old-phone:before {
  content: "\e9f0";
}
.icon-facebook:before {
  content: "\ea67";
}
.icon-lab-flask:before {
  content: "\e9c3";
}
.icon-location:before {
  content: "\e9d2";
}
.icon-globe:before {
  content: "\e9af";
}
.icon-users:before {
	content: "\ea37";
}
.icon-chevron-down:before {
	content: "\e921";
	margin-left:10px;
}
.icon-v-card:before {
	content: "\ea38";
}