/* CSS Document */

body{
	margin:0;
	padding:0;
	font-family: 'Nanum Gothic', sans-serif;
}

*{
	box-sizing: border-box;
}

a{
	text-decoration: none;
	color:inherit;
	
}

a:focus, a:hover{
	text-decoration: none;
}

h1, h2, h3, h4, h5{
	font-weight: lighter;
}

.shadow{
-webkit-box-shadow: -1px 39px 184px 12px rgba(0,0,0,1);
-moz-box-shadow: -1px 39px 184px 12px rgba(0,0,0,1);
box-shadow: -1px 39px 184px 12px rgba(0,0,0,1);
}


.info{
	width:100%;
	padding:1% 5%;
	background-color:black;
	color:#e7e7e7;
	text-align: right;
	font-size:1.2rem;
	float:left;
	clear:both;
	position: relative;
}

.info a{
	display:inline;
}

.info a:focus, .info a:hover{
	font-weight: bold;
	color:#8D99AE;
}

.info nav{
	float:left;
	text-align: left;
}

.info nav a{
	padding:0 5px 15px;
}
.info nav a:hover{
	border-bottom: solid #E62B3F 2px;
}

header{
	width:100%;
	text-align: center;
	padding:20%;
	float:left;
	clear:both;
	background-image: url(images/minera.jpg);
	
}

header img{
	width:100%;
	height: auto;
	max-width:380px;
}

.parallax{
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	
}

#servicios{
	width:100%;
	padding:5%;
	background-color:#E3E3E3;
	float:left;
	clear:both;
	text-align: center;
}

#servicios .bloque{
	width:23%;
	float:left;
	margin:1%;
	padding:3%;
}

#servicios h1{
	padding:5px 0 10px;
	font-weight: 100;
	font-size: 40px;
}

#servicios .bloque .fas{
	font-size:2rem;
	color:#2C2E43;
}

#servicios h1 span{
	display: block;
    margin:20px auto;
    border-color: #E62B3F;
    border-top-style: solid;
    border-top-width: 2px;
    width: 80px;
}


#nosotros{
	width:100%;
	float:left;
	clear:both;
	background-color:#EFEFEF;
	padding: 0;
	
}

#nosotros .bloque{
	width:50%;
	float:left;
	text-align: center;
	
}

#nosotros .bloque img.logo{
	width:100%;
	max-width: 200px;
	margin:0 auto;
	padding:50px 0;
}

#nosotros .bloque p{
	padding:1% 15%;
	text-align: justify;
	font-size:1.1rem;
}

#nosotros .bloque img{
	width:100%;
}


#nosotros .bloque h3{
	padding: 1% 15%; 
	font-size:1.5rem;
	
}

#proyectos{
	width:100%;
	float:left;
	clear:both;
	padding:5%;
	color:#191919;
	text-align: center;
}

#proyectos h1{
	padding:5px 0 10px;
	font-weight: 100;
	font-size: 40px;
}

#proyectos h1 span{
	display: block;
    margin:20px auto;
    border-color: #b2d272;
    border-top-style: solid;
    border-top-width: 2px;
    width: 80px;
}


#proyectos .slick-slide{
	text-align:center;
	padding: 30px;
}

#proyectos .slick-slide span{
	display: block;
	
}


#proyectos .slick-slide img{
	width:100%;
	height: auto;
	border-radius: 20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
}

#proyectos p{
	font-size:20px;
	padding:0 20%;
}
.slick-prev:before, .slick-next:before {
    color: black;
}

.slick-prev:before, .slick-next:before {
   
    font-size: 40px;
    line-height: 1;


}


.slick-prev {
    left: -40px;
}

.slick-next {
    right: -40px;
}

#clientes{
	width:100%;
	padding:30px 5%;
	float:left;
	clear:both;
	-webkit-box-shadow: inset -1px 2px 44px 19px rgba(230,230,230,0.38);
-moz-box-shadow: inset -1px 2px 44px 19px rgba(230,230,230,0.38);
box-shadow: inset -1px 2px 44px 19px rgba(230,230,230,0.38);
	text-align: center;
}


#clientes h1{
	padding:5px 0 10px;
	font-weight: 100;
	font-size: 40px;
}

#clientes h1 span{
	display: block;
    margin:20px auto;
    border-color: #E62B3F;
    border-top-style: solid;
    border-top-width: 2px;
    width: 80px;
}
.multiple-logos div{
	
}
.multiple-logos div img{
	width:100%;
	hight:auto;
	padding:40px;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	opacity: 0.6;
  filter:  alpha(opacity=60);
	mix-blend-mode:multiply;
	
}

.multiple-logos div img:hover{
	filter:none;
	opacity: 1;
	cursor: pointer;
}


#cotiza{
	width:100%;
	paddign:5%;
	background-image: url(images/fondoapp.jpg);
	background-size: content;
	background-repeat: no-repeat;
	background-position: bottom;
	min-height: 400px;
	floa:left;
	clear:both;
}

#cotiza h1{
	font-size:40px;
}

#cotiza .bloque{
	width:50%;
	font-size: 1.5rem;
	padding:5%;
}

.btn_enviar{
	border-radius: 30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	background-color:#E62B3F;
	color:#fff;
	cursor: pointer;
	padding:15px 20px;
	float:left;
	clear:both;
	margin-top: 40px;
	
}

.mapa{
	width: 100%;
	float: left;
	clear:both;
	height:300px;
}

.google-maps {
    position: relative;
    padding-bottom: 25%;
    height: 0;
    overflow: hidden;
    }
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    }

#contacto{
	background-image: url(images/mineracontacto.jpg);
	width:100%;
	padding: 5%;
	float: left;
	clear: both;
	background-size: cover;
	background-attachment: fixed;
}


#contacto form{
	width:40%;
	margin: 5% 10%;
	background-color:#E8E8E8;
	padding:30px;
	float: left;
}

#contacto form label{
	width:100%;
	float:left;
	clea:both;
	margin:15px 0 10px;
	
	
}

button, input, optgroup, select, textarea{
	border:none;
	margin:10px 0;
	border-radius: 3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	padding:4px;
	width:80%;
	clear:both;
}


footer{
	width:100%;
	padding:5%;
	background-color:#433f40;
	float:left;
	clear:both;
	color:#D0CDCD;
}

footer .bloque{
	width:25%;
	padding:3%;
	float:left;
}

footer .bloque img{
	max-width: 100%;
}

.logos{
	display: none;
}

.portafolio{
	display: none;
}

@media screen and (max-width:768px){
	#servicios .bloque{
		width:100%;
	}
	#nosotros .bloque{
		width:100%;
	}
	#cotiza .bloque{
		width:100%;
	}
	
	.mapa{
		height:auto;
	}
	
	nav{
		display: none;
	}
	#contacto form{
		width:100%;
		margin:0;
	}
	
	footer .bloque{
		width:100%;
	}
	.logos{
		width:100%;
		display: block;
	}
	
	.logos div{
		width: 30%;
		float:left;
		padding:10px;
	}
	
	.logos div img{
		width:100%;
		height:auto;
	}
	
	.multiple-logos{
		display: none;
	}
	
	.multiple-items{
		display: none;
	}
	.portafolio{
		width:100%;
		float:left;
		clear:both;
		display: block;
	}
	
	.portafolio div{
		width:50%;
		padding:2%;
		text-align: center;
		float:left;
	}
	
	.portafolio div img{
		width:100%;
		height:auto;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-o-border-radius: 5px;
		
	}
	#proyectos h1, #servicios h1, #clientes h1, #cotiza h1{
		font-size:20px;
		font-weight: bold;
	}
	#cotiza{
		min-height: auto;
		text-align: center;
	}
	
}
