@charset "utf-8";
/* CSS Document */
@media (min-width:950px){

header ul li:first-child,
header ul li:nth-child(2),
header ul li:last-child{
	width:33%;
	margin-bottom:100px;
}
header ul li:last-child{
	float:left;
}
header div img{
	margin:0 auto 35px;
	width:50%;
}

nav ul li{
	width:23%;
	height:23%;
	float:left;
	margin:0 1%;
}
nav ul li a{
	padding:90px 5px;
}
nav{
	margin:130px 0;
}

/*====NOSOTROS====*/

header h2{
	font-size:1.6em;
}
.sub-menu{
	padding:15px 0;
	margin-bottom:50px;
}
.sub-menu h3,
.sub-menu p{
	margin:0;
}
.sub-menu h3{
	font-size:1.7em;
}
.sub-menu p{
	font-size:1em;
}
.sub-menu a:hover{
	color:#354797;
}
.nosotros > div:first-child,
.nosotros > div:nth-child(2){
	width:50%;
	float:left;
	margin-bottom:50px;
	height:530px;
}
.nosotros > div:last-child{
	width:100%;
}
.nosotros img{
	border: 2px solid white;
	box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.75);
	margin-bottom:30px;
}

/*====caracteristicas====*/

.caracteristicas div{
	float:left;
	width:30%;
	height:400px;
	margin:1.66%;
}

/*====bodegas & Vehiculos====*/

.bodegas-vehi div{
	width:45%;
	float:left;
	margin:2.5%;
}
.bodegas-vehi h1{
	padding:0 30px;
}

/*====Contacto====*/

.tarjetas{
	margin-bottom:30px;
}
.datos div{
	width:50%;
	float:left;
}
.datos ul{
	margin-top:0;
}
.datos ul li img{
	display:none;
}
.datos ul li:last-child{
	border:none;
}
.datos ul li:first-child{
	padding-top:0;
}
.datos ul li p{
	margin-top:0;
}
.datos ul li:first-child{
	background:url(../img/location-pin.png) 0 15% no-repeat;
	padding-left:35px;
}
.datos ul li:nth-child(2){
	background:url(../img/envelope-small.png) 0 50% no-repeat;
	padding-left:35px;
}
.datos ul li:nth-child(3){
	background:url(../img/phone-receiver.png) 0 50% no-repeat;
	padding-left:35px;
}
.maps{
	width:100%;
	padding:15px;
	height:auto;
}
#storage-map{
	display:block;
	width:100%;
	height:350px;
}
.tarjetas div:last-child img{
	float:left;
}
.tarjetas div:last-child{
	padding-left:40%;
}

}