/* CSS Document */
body{
	margin:0px;
	background-image: url("../images/circuito.jpg");
	}
#todo{
	width: 100%;
}
#barra{
	width: 100%;
	height: 43px;
	background-color:#0590E3;
	color: white;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 0.9em;
	
}
#info{
	margin-left: 35%;
	width: 400px;
	height: 30px;
	padding-top: 13px;
	float: left;
	clear: both;
	visibility: visible;
	
}
#w{
	width: 33px;
	height: 40px;
	float: left;
	padding-top: 7px;
	
}
#menu{
	width: 70%;
	height: 70px;
	padding-left: 30%;
	background-color:#FFFFFF;
	-webkit-box-shadow: 1px 1px 12px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 1px 12px 0px rgba(0,0,0,0.75);
box-shadow: 1px 1px 12px 0px rgba(0,0,0,0.75);
	clear: both;	
}
#menu ul{
	margin-top: 0px;
	padding-top: 25px;
}
#menu li a{
	text-decoration: none; 
	color: #252323;
	
}
#menu li a:hover{
	color:#5798F0;
	
}
.aca{
	color:#1386FF;
}
.aca2{
	color:aqua;
	margin-left: 10px;
}
#logo{
	width: 200px;
	height: 148px;
	border: none;
	position:absolute;
	left: 10%;
    top:0px;
	-webkit-box-shadow: 1px 1px 12px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 1px 12px 0px rgba(0,0,0,0.75);
box-shadow: 1px 1px 12px 0px rgba(0,0,0,0.75);
}
.botones li{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.2em;
	color: #2A2626;
	text-decoration: none;
	display: inline;
	text-transform: uppercase;
	margin-left: 20px;
	top: 0;
}

/*ESTILO DE SLIDER*/
.slider{
	width: 100%;
	overflow: hidden;
}
.slider ul{
	margin-top: 0px;
	width: 300%;
	padding: 0;
	display: flex;
	
	animation: cambio 15s infinite;
	animation-direction: alternate;
}
.slider li{
	width: 100%;
	list-style: none;
}
.slider img{
	width: 100%;
}

#galeria{
	width: 230px;
	height: 230px;
	margin-left: 25px;
	margin-top: 30px;
	float: left;
}
#izquierda2 ul{
	list-style:none;
}
.rubros li a{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.3em;
	color:#FFFFFF;
	text-decoration: none;
	line-height:1.8em;
}
.rubros li a:hover{
	color:aqua;
}

@keyframes cambio{
	0% {margin-left: 0;}
	30% {margin-left: 0;}
	
	35% {margin-left: -100%;}
	65% {margin-left: -100%;}
	
	70% {margin-left: -200%;}
	100% {margin-left: -200%;}
}
/*FIN DE SLIDER*/

#contenidos{
	width: 100%;
	height: 450px;
	color:#000000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 1em;
}
#trayectoria{
	width: 70%;
	color:#000000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 1em;
	text-align: left;
	padding-left: 10%;
}
#izquierda{
	width: 15%;
	height: 250px;
	float: left;
	clear: both;
	padding-left: 10%;
	padding-top: 110px;
}
#izquierda2{
	display: block;
	width: 18%;
	height: 250px;
	float: left;
	clear: both;
	padding-left: 8%;
	padding-top: 150px;	
}
#derecha{
	width: 75%;
	height: 450px;
	float: left;	
}
#derecha2{
	display: block;
	width: 70%;
	height: 450px;
	float: left;
	font-size: 0.8em;
	text-align: center;
	color: black;
}
#derecha3{
	width: 70%;
	height: 450px;
	float: left;
	font-size: 1em;
	text-align:left;
	color: black;
	padding-top: 50px;
}
#d3i{
	width: 45%;
	height: 450px;
	text-align: left;
	float: left;
	clear: both;
}
#d3d{
	width: 45%;
	height: 450px;
	text-align: left;
	float:left;
}
.titulos{
	text-transform: uppercase;
	font-size: 0.8em;
	font-stretch: expanded;
	font-weight: bold;
	color:white;
	background-color: #000000;
}
#arriba{
	width: 90%;
	height: 80px;
	padding-top: 30px;
	padding-left: 10%;
	
}
#abajo{
	width: 100%;
	height: 360px;
	
}
#iz{
	width:440px;
	height: 350px;
	float: left;
}

#der{
	width:440px;
	height: 350px;
	float: left;
}
.destacado{
	font-size: 1.5em;
	text-align: left;
	color: #000000;
	
}
#izform{
	width:440px;
	height: 400px;
	float: left;
}


#formulario1{
	/*display:block;*/
	font-family: 'Pontano Sans', sans-serif;
	font-size:16px;
	color:#000;
	}
#gracias{
	margin-top: 80px;
	margin-left: 200px;
}
#telefono{
		display: none;
	visibility: hidden;
	}
#derProductos{
		display: none;
		visibility: hidden;
	}

@media screen and (max-width:768px){
	#todo{
	width: 100%;
}
	#logo{
		left: 8%;
		top:45px;
	}	
	#barra{
	height: 80px;
	text-align: right;
}
	#info{
		visibility: hidden;
	}
	
	#menu{
	width: 100%;
	height: 280px;
	padding-left: 5px;
	clear: left;
}
	#menu ul{
	top: 0px;
	padding-top: 75px;
}
	.botones li{
	display:list-item;
	margin-left: 4px;
	margin-top: 10px;
	list-style: none;
}
	#w{
	float:right;
	width: 20px;
	height: 20px;
	margin-right: 60%;
	margin-bottom: 10px;
	
}
	#izquierda{
	display: none;
}
	#izquierda2{
	display: none;
}
	#derecha{
	width: 100%;
	height: 200px;
	float:none;
}
	#arriba{
	padding-top: 20px;
	padding-left: 8%;
	color: white;
	
}
	#abajo{
	width: 90%;
	height: 600px;
	
}
	#iz{
	width:100%;
	height: 290px;
	float: none;
}

#der{
	width:100%;
	height: 290px;
	float:none;
}
	#iz img{
		width: 410px;
		height: 290px;
	}
	#der img{
		width: 410px;
		height: 290px;
	}
	#telefono{
		height: 45px;
		vertical-align: middle;
		display: block;
		visibility: visible;
		font-family: 'Pontano Sans', sans-serif;
		color: white;
		font-weight: bold;
		text-align: center;	
	}
	#telefono img{
		padding-top: 8px;
	}
#form1{
	width: 100%;
	background-color: white;
	}
#d3i{
	width: 100%;
}
#d3d{
	width: 100%;
	margin-top: 20px;
}
	#derecha3{
	width: 90%;
	padding-left: 50px;
	padding-top: 50px;
}
	#derecha2{
	display:none;
}
	#derProductos{
		display: block;
		visibility: visible;
		width: 100%;
	}
.titulos2{
	font-size: 1.2em;
	margin-left: 50px;
	font-stretch: expanded;
	font-weight: bold;
	color:white;
	background-color: #000000;
}
	.titulos{
	font-size: 1.2em;
}
#galeria{
	width: 100%;
	margin-left: 50px;
	margin-top: 25px;
	float:none;
}
	#trayectoria{
	width: 90%;
	padding-left: 15px;
}