@charset "UTF-8";
/* CSS Document */


body,html{
	margin: 0;
	font-family:'Open Sans', sans-serif;
	font-size: 400;
}

#wrapper{
	width: 1280px;
	margin: auto;
}

#header{
	min-width: 1280px;
	height: 130px;
	background-image: url("../images/fondoSuperior.png");
	background-size: contain;
	

}

.logo{
	margin: auto;
	text-align: center;
	padding-top: 20px;
	margin-bottom: 15px;
	box-sizing: border-box;
	width: 1280px;
}

.hero{
	background-image:url("../images/hero.png");
	background-size: cover;
	height: 354.5px;
	background-position: center;
	padding-top: 25px;
	
	min-width: 1280px;
	
}

.cintillo{
	background-image: url("../images/cintillo.png");
	
	min-height: 55px;
	box-sizing: border-box;
	text-align: center;
	font-size: 36px;
	color: #fff;
	
	
}

.textoCintillo{
	width: 1280px;
	margin: auto;
}

.servicio{
	width: 264px;
	box-sizing: border-box;
	padding-top: 10px;
	border: 5px #fff solid;
	float: left;
	margin: 25px;
	margin-top: -55px;
}

.servicio p{
	font-size: 18px;
	color: #fff;
	margin: 30px;
	padding: 0px;
	box-sizing: border-box;
	text-align: center;
	
	margin-top: 10px;
	padding-bottom: 20px;
	
}

.servicio h2{
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	font-size: 30px;
	text-align: center;
	margin: 0px;
	text-transform: uppercase;
	font-weight: 400;
}

.decorativaAzul{
	float: left;
	margin-top: -120px;
}

.contenido{
	max-width: 980px;
	font-size: 24px;
	text-align: center;
	margin: auto;
	margin-top: 85px;
}

.contenido span{
	font-size: 36px;
}

.transporteMaquinaria{
	text-align: center;
	margin-top: 50px;
}

.transporteMaquinaria img{
	width: 80%;
}

.tituloAzul{
	font-size: 36px;
	font-weight: 400;
	color: #506fb9;
	
}

#footer{
	min-height: 154px;
	background-color: #4f5c79;
	min-width: 1280px;
	
}

#footerMovil{
	background-color: #4f5c79;
	height: 105px;
	margin-top: 20px;
	text-align: center;
	box-sizing: border-box;
	padding-top: 5px;
}

#footerMovil img{
	width: 120px;
	margin: auto;
	
}

#footerMovil p{
	color: #fff;
	font-size: 16px;
	margin: 0px;
	margin-bottom: 5px;
}

.wrapperFooter{
	width: 90%;
	max-width: 1280px;
	margin: auto;
	box-sizing: border-box;
	padding-top: 25px;
}

.logoFooter{
	width: 25%;
	min-width: 250px;
	float: left;
}

.seccionFooter{
	width: 25%;
	min-width: 250px;
	color: #fff;
	font-size: 14px;
	float: left;
}

.seccionFooter p{
	margin: 0px;
}

.seccionFooter p a{
	color: #fff;
	text-decoration: none;
}

#transporte{
	background-color: #75983a;
}

#maquinaria{
	background-color: #e6a800;
}

#servicios{
	background-color: #8c0213;
}

#construccion{
	background-color: #2b488b;
}


.soloMovil{
	display: none;
}

#menuMovil{
	margin-top: 20px;
}

.mMo{
	display: block;
	color: #000;
	font-size: 20px;
	text-decoration: none;
	margin-bottom: 10px;
}

.cuadrado{
	height: 43px;
	width: 43px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
	margin-right: 20px;
	background-color: azure;
}


@media screen and (max-width: 415px) {
	
	#header{
		min-width: 320px;
		width: 100% !important;
	}
	
	.hero{
		min-width: 320px;
		width: 100% !important;
		border-top: #344467 solid 4px;
		border-bottom: #344467 solid 4px;
	}
	
	#wrapper,.logo{
		width: 90%;
		margin: auto;
	}
	
	.logo img{
		width: 240px;
	}
	
	.cintillo{
		display: none;
	}
	
	.hero{
		height: 90px;
	}
	
	.servicio{
		margin: auto;
		margin-top: 30px;
		float: none;
		
	}
	
	.servicio p{
		padding-bottom: 0px;
	}
	
	
	.decorativaAzul{
		margin: auto;
		margin-top: 20px;
		text-align: center;
	}
	
	.decorativaAzul img{
		width: 100%;
		
	}
	
	.contenido{
		font-size: 18px;
	}
	
	.contenido span{
		font-size: 18px;
	}
	
	.contenido strong{
		font-size: 18px !important;
	}
	
	.tituloAzul{
		font-size: 24px;
	}
	
	
	#footer{
		display: none;
	}
	
	.transporteMaquinaria img{
		display: none;
	}
	
	.soloMovil{
		display: block !important;
	}
	
	img.soloMovil{
		text-align: center;
		margin: auto;
	}
	
}

