/*Principal*/

@import url(http://fonts.googleapis.com/css?family=Exo:400,700);

*{
	font-family: 'Exo','Helvetica','Arial', sans-serif;
	margin:0;
	padding:0;
	font-size: 16px;
	line-height: 1.5;
}

body{
	background: #F1F1F1;
}

h2{
	padding-bottom: 30px;
}

.grupo{
	max-width: 1250px;
}

#nosotros, #productos, #producto_vial, #producto_civil, #ubicacion{
	padding: 150px 0 50px;
}

/*Menu*/

header{
	background: #3c3c3c;
	width: 100%;
	height: 120px;
}

nav{
	display: table;
	height: 40px;
	margin: auto;	
	-webkit-transition: margin-left .5s;
	-o-transition: margin-left .5s;
	transition: margin-left .5s;
}

ul{
	display: block;
	float: left;
	list-style: none;
}

ul li{
	float: left;
	margin: 35px 30px;
	padding: 5px;
}

ul a{
	/*color: #AF0C27;*/
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 25px;
	font-weight: bold;
}

header nav li:hover,
header nav li.activo{
	box-shadow: 0 -8px #AF0C27 inset;
	border-radius: 2.5px;
} 


#logo{
	float: left;
	display: block;
	height: 200px;
	width: 200px;
	margin: 0px 30px 0 30px;
}

/* Slider */

.max-w{
	position: relative;
    max-width: 1500px;
    margin: 0 auto;
    width: 100%
}

#slide-img{
	padding-top: 150px;
	padding-bottom: 90px;
}

.caption{
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.6);
	padding: 12px;
	-webkit-transform: translateY(950%);
	-ms-transform: translateY(950%);
	-o-transform: translateY(950%);
	transform: translateY(950%);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.caption-title{
	font-weight: 700;
	font-size: 1.6em;
	margin-bottom: 10px;	
}

.caption p{
	color:#00c5b9;
	font-size: 1.4em;
	line-height: 1.3em;
}

.slider{
	overflow: hidden;
	height: 100%;
}

.slider figure div{
	width: 20%;
	float: left;
}

.slider figure img{
	width: 100%;
	float: left;
}

.slider figure{
	position: relative;
	width: 500%;
	margin: 0;
	left: 0;
	animation: 30s slidy infinite;
}

@keyframes slidy{
	0%{
		left: 0%;
	}
	10%{
		left: 0%;
	}

	15%{
		left: -100%;
	}

	25%{
		left: -100%;
	}

	30%{
		left: -200%;
	}

	40%{
		left: -200%;
	}

	45%{
		left: -300%;
	}

	55%{
		left: -300%
	}

	65%{
		left: -200%
	}

	70%{
		left: -200%;
	}

	80%{
		lef: -100%;
	}
	
	85%{
		left: -100%;
	}

	95%{
		left: -0%;
	}

	100%{
		left: 0%;
	}
}

/* Inicio-Productos*/

#anuncios{
	padding-bottom: 90px;
}

#prod-tit{
	text-align: center;
	font-weight: bold;
}

.ban{
	height: 220px;
	width: 100%;
	box-shadow: 10px 5px 5px #888;
}

.ban:hover{
	box-shadow: 0 0 1em #000;
}

/*Nosotros*/

.nombres{
	padding-top: 15px;
	font-size: 26px;
}

.frases{
	padding-top: 10px;
	font-size: 18px;
}

#nosotros img{
	height: 100%;
	width: 800px;
	margin: 50px 0;
	box-shadow: 10px 10px 5px #888;
}

/*Productos*/

.titulo{
	font-size: 30px;;
	color: black;
}

.titulo:before{
	float:right;
	font-size: 2em;
}

.cont_prod{
	padding: 55px 0;
}

.letreros{
	text-align: center;
}

.letreros span{
	font-size: 20px;
}

.carre{
	height: 350px;
}

.cont-sen{
	padding-top: 50px;
}


.img_vial{
	height: 210px;
}

.img_ci{
	height: 250px;
}

#img_c{
	height: 300px;
}

.img_seg{
	height: 254px;
	width: 254px;
	margin: 50px 30px;
}

/*Señales*/

#imgvial{
	width: 500px;
	margin-right: 100px;
	box-shadow: 10px 10px 5px #888;
}

#pad{
	height: 100px;
}

#imgciv{
	width: 800px;
	box-shadow: 10px 10px 5px #888;
	margin: 30px;
}

.tit_seg{
	text-align: center;
	font-size: 20px;
	margin: 10px;
}

/*Tabla de señales*/

thead{
	text-align: center;
	background: red;
	color: white;
}

table, th, td{
	border: 3px solid #000;
	padding: 5px;
	text-align: center;
}

table{
	margin-bottom: 50px;
}

.tablas_info{
	margin-top: 25px;
}

/*Ubicacion*/

.datos{
	font-size: 20px;
}

/* footer*/

#final{
	margin-top: 40px;
	background: #970819;
	width: 100%;
	height: 100px;
	color: #FFF;
}

#final .icono{
	float: right;
	font-size: 30px;
	padding: 10px;
}

#vagon{
	position: absolute;
	top: 20px;
	font-size: 20px;
}
