*{margin:0;padding:0;box-sizing:border-box;}
 @font-face {
  font-family: "Roboto-Regular";
  src: url(http://depruebas.webcindario.com/Roboto-Regular.ttf) format("truetype");
}
/*Quitamos el outline de todos los campos*/
/*Si estamos usando jquery, usar !important en nuestra hoja de estilos para que no haya conflicto*/
*:focus{outline:none;}
body{font-family: 'Robot-Regular', sans-serif;}
a {text-decoration:none;}
 
#topHome{
width:100%;

}
header{width:100%;}



#weweb{
position:absolute;
right:10px;
top:70px;
font-size:.9rem;
font-weight:bold;
color:white;
z-index:9999;
 
}


header{width:100%;}

 

header nav{
 
    position:fixed;
    z-index:9999;
	max-width:100%;
	width:100%;
	margin:0px auto;
	font-size:9pt;
    transition-duration: 1s;
	
	}
header nav ul{
 background: rgba(255, 255, 255, 0.1) !important;
	list-style-type:none;
	 width:100%;
	 
}

header nav ul li{
 
	display:inline-block;
	position:relative;

	}

 
header nav ul li:hover{
 background:rgba(255,255,255,0.3)  !important;
	 
	}

header nav ul li a{
	color:#fff;
	display:block;
	text-decoration:none;
	padding:20px;
 

	}

 
 
header nav ul li a span{
	margin-right:10px;
	}

header nav ul li:hover .children{
	/*Evitamos que aparezca el submenu cuando pasamos por encima el raton*/
	display:none;
	background-color:#f0f !important;

}

header nav ul li .children{
	display:none;
	position:absolute;
	width:150%;
    z-index:1000;
		
	}

header nav ul li .children li{
	display:block;
	overflow:hidden;
    background:#fff !important;
}

 
header nav ul li .children li:hover{
	display:inline;
	overflow:hidden;
}


header nav ul li .children li a{
	display:block;
	font-weight:bold;
	background:#fff; !important;
    color:#000 !important;
	border-bottom:1px solid #ccc;
 	
}

header nav ul li .children li a:hover{
	display:block;
    color:orange !important;
	border-bottom:1px solid #ccc;
 	
}

header nav ul li .caret{
	position:relative;
	top:0px;
	margin-left:0px;
	margin-right:10px;
	float:left;
	}

header nav ul li .caretRight{
	position:relative;
	top:0px;
	margin-left:10px;
	margin-right:0px;
	 
	}

header nav ul li .icones{
	display:none;
	position:relative;
	top:0px;
	margin-left:10px;
	margin-right:0px;
	}
 


#logo{
position:absolute;
left:50%; 
top:40%;
margin-left: -250px;  /* 50% del ancho de la div en px */
width:500px;
height:250px;
z-index:10000;

}

.logoHome{
color:white;
font-size:3em;
text-align:center;
 
}

.logoHomeSub{
color:white;
font-size:1.5em;
padding-top:.5em;
text-align:center;
text-transform:uppercase;
 
}

.logoHomeSubEM{
color:#e8b360;
 
}

#bg{
width:100%;
height:auto;
position:relative;
z-index:9888;
background:url("imagenes/cabecera.jpg") no-repeat;
border-bottom:1px solid rgba(255,255,255,0.8);
 
}
 
.menu_bar{
display:none;
}


 
	 


/*Seccion acerca*/

.acerca{
width:100%;
height:350px;
background-color:#fff;
color:#000;
margin:0 auto;
text-align:center;
text-transform:uppercase;

}

.acercaINFO{

width:100%;
height:650px;
background-color:#fff;
color:#000;
margin:0 auto;
text-align:center;
text-transform:uppercase;
background:url("imagenes/trabajosBG.jpg");
color:#fff;
font-weight:bold;

}

.acerca_txt{
 
color:#030303;

}
 


/*MENU SOCIAL BAR */

.social {
	position: fixed; /* Hacemos que la posición en pantalla sea fija para que siempre se muestre en pantalla*/
	left: 0; /* Establecemos la barra en la izquierda */
	top: 250px; /* Bajamos la barra 200px de arriba a abajo */
	z-index: 19000; /* Utilizamos la propiedad z-index para que no se superponga algún otro elemento como sliders, galerías, etc */
}

	.social ul {
		list-style: none;
	}

	.social ul li a {
		display: inline-block;
		color:#fff;
		background: #000;
		padding: 10px 5px;
		text-decoration: none;
		-webkit-transition:all 500ms ease;
		-o-transition:all 500ms ease;
		transition:all 500ms ease; /* Establecemos una transición a todas las propiedades */
	}

	.social ul li .icon-facebook {background:#3b5998;} /* Establecemos los colores de cada red social, aprovechando su class */
	.social ul li .icon-twitter {background: #00abf0;}
	.social ul li .icon-google-plus {background: #d95232;}
	.social ul li .icon-mail {background: #666666;}

	.social ul li a:hover {
		background: #000; 
		padding: 10px 8px;
		 
 
}
/*end menu social bar*/ 


.active { background:rgba(255,255,255,0.9);color: #0f0; }






/*Busqueda en ventana modal.Estilos*/

#divContenedor{
	width: 600px;
	position: absolute;
	left: 50%;
	margin-left: -300px;
	top: 100px;
	text-align: center;
}
	#divLogo{
		padding-bottom: 20px;
	}

/* estilos del overlay */
#divOverlay{
	position: fixed;
	background: #000;
	height: 100%;
	width: 100%;
	z-index: 99998;
	display: none;
	top: 0;
	left: 0;
}

.clsBoton{
	padding: 7px;
	background: #000;
	display: inline-block;
	border-radius: 5px;
	text-decoration: none;
	color: #fff;
	box-shadow: 0 0 10px #f1f1f1;
	border: solid 1px #000;
}
	.clsBoton:hover{
		background: #fff;
		color: #000;
		border-color: #000;
	}

/* clases relacionadas con la ventana modal */
.clsVentana{
	width: 600px;
	height: 500px;
	border: solid 1px #ccc;
	position: absolute;
	top: 50%;
	margin-top: -250px;
	left: 50%;
	margin-left: -300px;
	border-radius: 3px;
	box-shadow: 0 0 15px #999;
	background: #fff;
	z-index: 99999;
	display: none;
}
	.clsVentanaTitulo{
		background: #222;
		color: #fff;
		border-radius: 3px 3px 0 0;
		display: block;
	}
		.clsVentanaTitulo strong{
			display: inline-block;
			padding: 10px;
		}
		.clsVentanaTitulo a{
			float: right;
			display: inline-block;
			color: #fff;
			text-decoration: none;
			background: #000;
			padding: 5px;
			margin: 5px;
			border-radius: 3px;
			cursor: pointer;
		}
			.clsVentanaTitulo a:hover{
				background: #fff;
				color: #000;
			}
	.clsVentanaContenido{
		padding: 10px;
		height: 446px;
		overflow: auto;
		border-radius: 0 0 3px 3px;
	}
		.clsVentanaContenido iframe{
			width: 100%;
			height: 440px;
			border-radius: 3px;
			border: solid 1px #f1f1f1;
		}
/*Fin ventana modal de busqueda*/


/*Tipos de bares */
.opacidad{
border:4px solid #bbb;
opacity:0.5;
transition-duration: .5s;
}

.opacidad:hover{
border:4px solid #bbb;
opacity:0.9;
transition-duration: .5s;
}

.bares{
padding-top:3.5em;
width:100%;
height:620px;
background-color:#fff;
color:#000;
text-align:center;
transition-duration: 1s;
}



/*SERVICIOS*/
#services{
position:relative;
background:#0895e6;
color:#fff;
width:100%;
height:650px;
text-align:center;
padding-top:2em;
font-weight:bold;
text-transform:uppercase;
}

.izquierdaServicios{
float:left;
width:30%;
 
 
}

.txtServices{
font-size:7pt;
 
 
}

.centroServicios{
 width:30%;
float:left;
}

.derechaServicios{
width:30%;
float:left;
 

}

/*FRASES*/
.frases{
position:relative;
background:url("imagenes/bgRandom.jpg") no-repeat;
color:#fff;
width:100%;
height:137px;
text-align:center;
padding-top:2em;
font-weight:bold;
text-transform:uppercase;
 
}

.bordeFrases{
border:1px solid rgba(255,255,255,.3);
margin:0 auto;
width:50%;
padding-top:2em;
height:80px;
}



/*TRABAJOS*/
.trabajos{
 
background:url("imagenes/trabajosBG.jpg");
text-align:center;
padding-top:3.5em;
width:100%;
height:750px;
margin:auto;
color:#fff;

}

.listaTrabajos{
list-style-type:none;
}

.listaTrabajos li{
width:150px;
display:inline-block;
border:1px solid rgba(255,255,255,0.5);
padding:15px;
}

.listaTrabajos li a{
width:150px;
color:white;

}

/*QUIENES SOMOS*/
.quienes{
 
color:#000;
text-align:center;
padding-top:3.5em;
width:100%;
height:650px;
margin:auto;
}

.quienestxt{
width:70%;
text-align:left;
padding-left:12em;
}

.quienestxtEnd{
width:90%;
text-align:center;
padding-left:5em;
font-style:italic;
}
 

/*FOTOS EQUIPO*/

/*IMAGE PROFILE STYLES*/
.img_thumb{
	display:inline-block;
    padding: 10px 10px 10px 10px;
    padding-bottom: 10px;
 
    margin-bottom: 35px;
    background-color: white;

}
/*  capa hover con la descripcion de cada miniatura */
.img_desc{
    width: 128px;
    height: 128px;
    position: absolute;
    z-index: 2;
    background-color: white;
    opacity: 0.7;
    padding: 45px 5px 5px 5px;
    display: none;

 
}
.img_thumb img{
    z-index: -1;
	display:inline-block;
}
/*END IMG PROFILE*/

 
.infoTeam{
color:black;
font-size:8pt;
 
}

.contactxt{
color:#fff;
text-align:left;
font-weight:bold;
padding-top:1em;
}

.author{
    color:#eb8b4c;
	font-size:.8rem;
}

.contactus{
    padding:5px;
    font-weight:bold;
  
}


#footer-distributed{
	 
	background-color:#282f35;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	height:670px;
	text-align: left;
	padding: 50px 60px 40px;
	margin-top: 80px;
	overflow: hidden;
	border-bottom:5px solid #e8b360;
}

/* Footer left */

#footer-distributed .footer-left{
	float: left;
	
}

#footer-distributed .footer-left p{
	display:block;
	vertical-align: top;
	margin: 15px 42px 0 0;
	color: #ffffff;
}

/* The company logo */

#footer-distributed h3{
	color:  #ffffff;
	margin: 0 0 10px;
}

#footer-distributed h3 span{
	color:  #5383d3;
}

/* Footer links */

#footer-distributed .footer-links{
		color:  #8f9296;
	margin: 0;
	padding: 0;
}

#footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

#footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
}

/* Footer social icons */

#footer-distributed .footer-icons{
	margin-top: 40px;
}

#footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

/* Footer Right */

#footer-distributed .footer-right{
	float: right;
}

#footer-distributed .footer-right p{
	display:block;
	vertical-align: top;
	margin: 15px 42px 0 0;
	color: #ffffff;
}

/* The contact form */

#footer-distributed form{
	display: inline-block;
}

#footer-distributed form input,
#footer-distributed form textarea{
	display: block;
	box-sizing: border-box;
	background-color:#1e2429;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
	border: none;
	resize: none;
	color:  #d1d2d2;
	width: 400px;
	padding: 18px;
}
#footer-distributed form  input:focus, .footer-distributed form textarea:focus{
border-top:3px solid #e8b360;color:#fff;
}

#footer-distributed ::-webkit-input-placeholder {
	color:  #5c666b;
}

#footer-distributed ::-moz-placeholder {
	color:  #5c666b;
	opacity: 1;
}

#footer-distributed :-ms-input-placeholder{
	color:  #5c666b;
}


#footer-distributed form input{
	height: 55px;
	margin-bottom: 15px;
}

#footer-distributed form textarea{
	height: 100px;
	margin-bottom: 20px;
}

#footer-distributed form button{
	border-radius: 3px;
    background-color:#1e2429;
	color:#fff;
	border: 0;
	padding: 15px 50px;
	font-weight: bold;
	 
}


#footer-distributed form button:hover{
	 
    background-color:#e8b360;
 
}

/*Media queries*/

@media (max-width: 1000px) {

	.footer-distributed {
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-company-name{
		font-size: 12px;
	}

	.footer-distributed form input,
	.footer-distributed form textarea{
		width: 250px;
	}

	.footer-distributed form button{
		padding: 10px 35px;
	}

}



@media screen and (max-width:800px){
	body{
		padding-top:80px;
		}

    header nav ul{
 
	list-style-type:none;
    
}

    .social{z-index:9997;}

	
	.menu_bar{
        z-index:19999;
		display:block;
		width:100%;
		position:fixed;
		top:0;
		background-color:#fff;
		border-bottom:1px solid #1e272c;
		box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
	}
	
	.menu_bar .bt-menu{
		display:block;
		padding:20px;
		color:#000;
		overflow:hidden;
		font-size:25px;
		font-weight:bold;
		text-decoration:none;
		}
	
	.menu_bar span{
	float:right;
	font-size:40px;
	}
	header nav{
    z-index:19999;
	width:60%;
	height:calc(100% - 80px);
	position:fixed;
	right:100%;
	margin:0;
	overflow:scroll;

	}
	header nav ul li{
		display:block;
		 background: -webkit-linear-gradient(top, #303a42, #2a333a) !important;
		 border:1px solid #1e272c;
		box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
	}
	header nav ul li a{
	   display:block;
	   border:1px solid #39454f;
	   }
     header nav ul li:hover{
	 background: -webkit-linear-gradient(top, #41647a, #335063) !important; 	 
	 box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
	 }

 

	 header nav ul li:hover .children{
	  display:none;

	  }
	  
	header nav ul li .children{
		width:100%;
		position:relative;

		}
	header nav ul li .children li a{
		margin-left:25px;
		border:none;
		}
	header nav ul li .caret{
		/*Mostramos los iconos solo en el menu responsive*/
	       display:block;
		float:left;
		margin-left:0px;
		margin-right:10px;
		position:relative;
		}
			header nav ul li .icones{
		/*Mostramos los iconos solo en el menu responsive*/
	    display:block;
		float:left;
		margin-left:0px;
		margin-right:10px;
		position:relative;	 
		}

		/*ACERVA*/

		#services,#ruta,#trabajos,#quienes{
		display:block;
		float:left;
		margin-left:0px;
		margin-right:0px;
		position:relative;
		height:auto;
		}

		/*Footer*/
		.footer-distributed{
		padding: 30px;
		}

	.footer-distributed .footer-left,
	.footer-distributed .footer-right{
		float: none;
		max-width: 300px;
		margin: 0 auto;
	}

	.footer-distributed .footer-left{
		margin-bottom: 40px;
	}

	.footer-distributed form{
		margin-top: 30px;
	}

	.footer-distributed form{
		display: block;
	}

	.footer-distributed form button{
		float: none;
	}
	
}

 /*End media queries*/

 /*Private backend*/

 .login {background-color:#282f35;}


 .checkout-footer{

   text-align: right;
    background: none !important;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px; 
} 