@import url('reset.css');
@import url('fuentes.css');

/*--- Estilos Generales ---*/
body {
	background: #fff;
	font-family:Arial, Helvetica, Sans-serif;
	color:#000;
}
a {text-decoration:none; color: #000;}
a:hover {text-decoration:underline;}

html{
	scroll-behavior:smooth;
}

/*---.container{
	width:80%;
	max-width:1000px;
	margin:0 auto;
	overflow;hidden;
}---*/

#wrap {
	width: 960px;
	margin:auto;
	clear:both;
}
/*--- Header ---*/
header{
	width:100%;
	float:left;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d8e0de+0,aebfbc+22,99afab+33,8ea6a2+50,829d98+67,4e5c5a+82,0e0e0e+100;Grey+3D */
background: rgb(216,224,222); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(216,224,222,1) 0%, rgba(174,191,188,1) 22%, rgba(153,175,171,1) 33%, rgba(142,166,162,1) 50%, rgba(130,157,152,1) 67%, rgba(78,92,90,1) 82%, rgba(14,14,14,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(216,224,222,1) 0%,rgba(174,191,188,1) 22%,rgba(153,175,171,1) 33%,rgba(142,166,162,1) 50%,rgba(130,157,152,1) 67%,rgba(78,92,90,1) 82%,rgba(14,14,14,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(216,224,222,1) 0%,rgba(174,191,188,1) 22%,rgba(153,175,171,1) 33%,rgba(142,166,162,1) 50%,rgba(130,157,152,1) 67%,rgba(78,92,90,1) 82%,rgba(14,14,14,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8e0de', endColorstr='#0e0e0e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


opacity:0.8;
position:fixed;
z-index: 100;
box-shadow:0px 3px 5px #000;
-moz-box-shadow:0px 3px 5px #000;
-webkit-box-shadow:0px 3px 5px #000;
}
#subheader {
	width:960px;
	margin:auto;
}
#logotipo {
	float:left;
	width:500px;
	padding:5px 0px;
	margin: 10px 0px;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}
#logotipo a {
	font-family:quattrocentosans;
	font-size:45px;
	color:#232751;
}
#logotipo a:hover {text-decoration:none;}

/*---Menu---*/
header #subheader nav {
	float: left;
	width: 460px;
	text-align:right;
	padding-top:50px;
}
header #subheader nav ul li {
	display:inline;
	font-family: quattrocentosans;
}
header #subheader nav ul li a {
	color: #fff;
	font-family:quattrocentosans-bold;
	font-size: 16px;
	padding:10px 12px;
	border-radius: 2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}

header #subheader nav li a:hover {
background-color:#434343;
}

/*--- Main ---*/
#main {
	width: 100%;
	margin: 0px 0px 0px 0px;
	float: left;
	padding-top:120px;
}

/*--- Slideshow ---*/

#slideshow {
	width: 920px;
	height: 300px;
	float:left;
	background:#000;
	border: solid 20px #414e57;
	margin-top:5px;
	margin-bottom:10px;
}

.banner{
	position:relative;
	width:920px;
	height:300px;
	/*---width:100%;
	height: calc(50vh - 0px);---*/
	background-color:#F5F5F5;
	background-size:920px 300px;
	background-position:center;
	transition: all .1s ease-in-out;
	background-image: url('../imagenes/slideshow/VICGRAND.jpg');
	animation:banner 36s infinite linear;
	align-items:center;
}

.banner-content{
	margin:0;
	padding:0;
	width:920px;
	height:200px;
	color:#FFF;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}


@keyframes banner{
	0%{
		background-image: url('../imagenes/slideshow/VICGRAND.jpg');
	}
	16%{
		background-image: url('../imagenes/slideshow/VICGRAND.jpg');
	}
	/*--segunda imagen--*/
	17%{
		background-image: url('../imagenes/slideshow/MineraTech.jpg');
	}
	33%{
		background-image: url('../imagenes/slideshow/MineraTech.jpg');
	}
	/*--tercera imagen--*/
	34%{
		background-image: url('../imagenes/slideshow/Deister.jpg');
	}
	50%{
		background-image: url('../imagenes/slideshow/Deister.jpg');
	}
	/*--cuarta imagen--*/
	51%{
		background-image: url('../imagenes/slideshow/westech.jpg');
	}
	67%{
		background-image: url('../imagenes/slideshow/westech.jpg');
	}
	/*--quinta imagen--*/
	68%{
		background-image: url('../imagenes/slideshow/MDM.jpg');
	}
	84%{
		background-image: url('../imagenes/slideshow/MDM.jpg');
	}
	/*--sexta imagen--*/
	85%{
		background-image: url('../imagenes/slideshow/mixtec.jpg');
	}
	100%{
		background-image: url('../imagenes/slideshow/mixtec.jpg');
	}
	
}


/*---Quienes Somos?---*/

#Bienvenidos{
	width:920px;
	float:left;
	padding:20px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f2f6f8+0,d8e1e7+50,b5c6d0+51,e0eff9+100;Grey+Gloss+%232 */
background: rgb(242,246,248); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	margin: 20px 0px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:0px 2px 2px #000;
	-moz-box-shadow:0px 2px 2px #000;
	-webkit-box-shadow:0px 2px 2px #000;
}
#Bienvenidos h2 {
	font-family:quattrocentosans;
	font-size: 30px;
	margin-top: 2px;
	margin-bottom:15px;
	color:#232751;
}
#Bienvenidos article {
	line-height:20px;
	text-align:justify;
}

/*---texto titulo de representante---*/

#Representante{
	width: 410px;
	float: left;
	margin-top:0px;
	margin-left: 0px;
}
#Representante article {
	width:100%;
	float:left;
	margin-left:10px;
	margin-top: 0px;
}
#Representante article> p {
	color:#232751;
	font-size:20px;
	text-align:justify;
}

/*---Banda de Logos---*/

#imagenlogos{
	margin-bottom:20px;
}

/*---Casos de exito---*/

#Casos-de-exito{
	width:910px;
	float:left;
	background:#fff;
	margin: 0px 0px;
	margin-bottom: 5px;
}
#Casos-de-exito h2 {
	font-family:quattrocentosans;
	font-size: 40px;
	margin-top: 0px;
	margin-bottom:10px;
	color:#232751;
}
#Casos-de-exito article {
	width:100%;
	float:left;
	margin-left:20px;
	margin-bottom: 10px;
}
#Casos-de-exito article .titulo{
	font-size:20px;
	font-family:sourcesans;
	margin-bottom:10px;
}
#Casos-de-exito article .thumb {
	width: 200px;
	float: left;
	margin-right:20px;
	margin-bottom:0px;
}

#Casos-de-exito article> p {
	color:#000;
	font-size:16px;
	text-align:justify;
	margin-bottom:30px;
}

/*---Eventos---*/

#Eventos{
	width:910px;
	float:left;
	margin-left: 10px;
	margin-bottom: 10px;
}

#Eventos h2 {
	font-family:quattrocentosans;
	font-size: 40px;
	margin-top: 0px;
	margin-bottom:0px;
	color:#232751;
}
#expomineria{
	width:450px;
	float:left;
	margin-right:10px;
	margin-left:5px;
	margin-top:20px;
}

#descripcionexpomineria{
	width:420px;
	float:left;
	padding:10px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f5f6f6+0,dbdce2+21,b8bac6+49,dddfe3+80,f5f6f6+100;Grey+Pipe */
background: rgb(245,246,246); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(245,246,246,1) 0%, rgba(219,220,226,1) 21%, rgba(184,186,198,1) 49%, rgba(221,223,227,1) 80%, rgba(245,246,246,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	
	/*---background:#fa5246;---*/
	margin-top:25px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:0px 2px 2px #000;
	-moz-box-shadow:0px 2px 2px #000;
	-webkit-box-shadow:0px 2px 2px #000;
	margin-bottom:10px;
}
#descripcionexpomineria h3 {
	font-family:quattrocentosans;
	font-size: 25px;
	margin-top: 2px;
	color:#232751;
}
#descripcionexpomineria p {
	margin-top:0px;
	line-height:20px;
	text-align:justify;
	color:#000;
}

/*---Productos Nuevos---*/

#Productos-Nuevos{
	width:910px;
	float:left;
	background:#fff;
	margin: 0px 0px;
}
#Productos-Nuevos h2 {
	font-family:quattrocentosans;
	font-size: 40px;
	margin-top: 0px;
	margin-bottom:10px;
	color:#232751;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b0d4e3+0,88bacf+100;Grey+3D+%233 */
background: rgb(176,212,227); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(176,212,227,1) 0%, rgba(136,186,207,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(176,212,227,1) 0%,rgba(136,186,207,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(176,212,227,1) 0%,rgba(136,186,207,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0d4e3', endColorstr='#88bacf',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

margin-bottom: 5px;
	padding:5px 6px;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#Productos-Nuevos article {
	width:100%;
	float:left;
	margin-left:20px;
	margin-bottom: 10px;
}
#Productos-Nuevos article .titulo{
	font-size:25px;
	font-family:sourcesans;
	margin-bottom:10px;
	margin-top:10px;
}
#Productos-Nuevos article .thumb {
	width: 800px;
	float: left;
	margin-left:40px;
	margin-bottom:20px;
}

#Productos-Nuevos article> p {
	width:760px;
	color:#000;
	font-size:16px;
	text-align:justify;
	margin-top:10px;
	margin-bottom:5px;
	margin-left:40px;
	padding:20px;
		border-radius: 50px;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e2e2e2+0,dbdbdb+50,d1d1d1+51,fefefe+100;Grey+Gloss+%231 */
background: rgb(226,226,226); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

/*---Catalogos---*/

#Catalogo{
	float:left;
	width:120px;
	border: 1px solid #1668C4;
	background:#cc0000;
	padding:5px;
	padding-left:15px;
	margin-left:410px;
	margin-bottom:20px;
	cursor:pointer;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:0px 2px 2px #000;
	-moz-box-shadow:0px 2px 2px #000;
	-webkit-box-shadow:0px 2px 2px #000;
}

#catalogo a{
	color:#fff;
	font-size; 20px;
}


/*---footer---*/
footer{
	width:100%;
	float:left;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d8e0de+0,aebfbc+22,99afab+33,8ea6a2+50,829d98+67,4e5c5a+82,0e0e0e+100;Grey+3D */
background: rgb(216,224,222); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(216,224,222,1) 0%, rgba(174,191,188,1) 22%, rgba(153,175,171,1) 33%, rgba(142,166,162,1) 50%, rgba(130,157,152,1) 67%, rgba(78,92,90,1) 82%, rgba(14,14,14,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(216,224,222,1) 0%,rgba(174,191,188,1) 22%,rgba(153,175,171,1) 33%,rgba(142,166,162,1) 50%,rgba(130,157,152,1) 67%,rgba(78,92,90,1) 82%,rgba(14,14,14,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(216,224,222,1) 0%,rgba(174,191,188,1) 22%,rgba(153,175,171,1) 33%,rgba(142,166,162,1) 50%,rgba(130,157,152,1) 67%,rgba(78,92,90,1) 82%,rgba(14,14,14,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8e0de', endColorstr='#0e0e0e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

box-shadow:0px 3px 5px #000;
-moz-box-shadow:0px 3px 5px #000;
-webkit-box-shadow:0px 3px 5px #000;	

}

#informacion-de-Contacto{
	width:960px;
	margin:auto;
	font-family:Arial, Helvetica, Sans-serif;
	clear:both;
}
#titulofooter{
	float:left;
	width:300px;
	padding:5px 0px;
	margin: 10px 0px;
}
#titulofooter a{
	font-family:quattrocentosans;
	font-size:25px;
	color:#232751;
	margin-left:10px;
}

#titulofooter a:hover {text-decoration:none;}

footer #Info{
	float:left;
	width:620px;
	text-align:right;
	margin-top: 10px;
	margin-bottom:10px;
	margin-left: 20px; 
}
footer #Info ul li{
	display:inline;
	font-family:quattrocentosans;
}
footer #Info ul li a{
	color:#fff;
	font-family:quattrocentosans-bold;
	font-size:20px;
	padding:0px 10px;
}
/*---Copyright al final---*/
#copyright{
	float:left;
	width:100%;
	margin:5px 0px;
}
#copyright p{
	text-align:center;
	font-size:12px;
	font-family:Arial, Helvetica, Sans-serif;
}