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

/*=========================
GENERAL STYLES
===========================
*/

@import 'https://fonts.googleapis.com/css?family=Baloo+Bhaina';
* {
	box-sizing:border-box;
}
body{
	text-align:center;
}
.home-bg{
	background:url(../img/home.jpg), url(../img/extra_clean_paper.png);
}
.us-bg{
	background:url(../img/nosotros.jpg), url(../img/extra_clean_paper.png);
}
.car-bg{
	background:url(../img/caracteristicas.jpg), url(../img/extra_clean_paper.png);
}
.bodegas-bg{
	background:url(../img/bodegas.jpg), url(../img/extra_clean_paper.png);
}
.vehi-bg{
	background:url(../img/vehiculos.jpg), url(../img/extra_clean_paper.png);
}
.cont-bg{
	background:url(../img/caracteristicas.jpg), url(../img/extra_clean_paper.png);
}
.cont-bg,
.vehi-bg,
.bodegas-bg,
.home-bg,
.us-bg,
.car-bg{
	background-repeat:no-repeat, repeat;
	background-size:contain;
}

a,
a:hover,
a:link,
a:active,
a:visited{
	color:white;
	text-decoration:none;
}
.group:after{
	content:" ";
	display:table;
	clear:both;
}

/*=========================
MOBLE STYLES
===========================
*/
/*====HOME====*/
header,
header ul{
	width:100%;
}
header ul{
	padding-left:0;
}
header ul li{
	list-style:none;
	padding: 10px 0;
	font-weight:bold;
	font-size:1.5em;
}
header ul li:first-child,
header ul li:nth-child(2){
	float:left;
	width:50%;
	height:35px;
	margin-bottom:60px;
}
header ul li:first-child a img,
header ul li:nth-child(2) a img{
	display:block;
	width:32px;
	height:32px;
	margin-bottom:5px;
}
header ul li:last-child{
	width:100%;
}
header ul li a,
header ul li a:hover,
header ul li a:link,
header ul li a:active,
header ul li a:visited{
	color:#F17320;
	text-decoration:none;
}
header ul li select{
	background:#F17320;
	color:white;
	padding:5px;
}
header div img{
	display:block;
	margin:0 auto 35px;
	width:90%;
}
nav,
nav ul{
	width:100%;
}
nav ul{
	padding-left:0;
}
nav ul li{
	text-decoration:none;
	display:block;
	margin:0 auto;
	width:90%;
	height:80px;
	background:#354797;
	padding:0;
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:10px;
	border-radius: 20px;
	transition-property:background;
	transition-duration:.5s;
}
nav ul li:hover{
	background:#F17320;
}
nav ul li a{
	display:block;
	width:100%;
	height:100%;
	padding:25px 5px;
}
footer{
	background:#0D1C61;
	padding:15px 0;
	margin-top:50px;
}
footer div{
	font-size:1.2em;
	color:white;
}
/*====NOSOTROS====*/

header h2{
	color:#354797;
}
.sub-menu{
	background:#F17320;
	color:white;
	padding:5px 0;
	margin-bottom:35px;
}
.sub-menu h3,
.sub-menu p{
	margin:0;
}
.sub-menu h3{
	font-size:1.5em;
}
.sub-menu p{
	font-size:.9em;
}
.sub-menu a:hover{
	color:#354797;
}
.nosotros img{
	display:block;
	width:90%;
	height:auto;
	margin:0 auto;
}
.nosotros p{
	text-align:justify;
	font-size:1.1em;
	margin-top:15px;
	padding:0 10px;
}
.nosotros div p a{
	color:#E06700;
}

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

.caracteristicas div{
	background:#909090;
	margin: 10px;
	padding:5px;
}
.caracteristicas div img{
	width:100%;
	height:300px;
}
.caracteristicas div p{
	color:white;
}

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

.bodegas-vehi div{
	margin: 10px;
	padding:5px;
	position:relative;
	box-shadow: 0px 5px 20px 2px rgba(0,0,0,0.75);
}
.bodegas-vehi div img{
	width:100%;
	height:300px;
}
.bodegas-vehi div p{
	color:#787878;
}
.bodegas-vehi span{
	position:absolute;
	width:100%;
	height:100%;
	background:#000;
	opacity:0;
	transition-property:opacity;
	transition-duration:.5s;
}
.bodegas-vehi span:hover{
	opacity:.6;
}
.bodegas-vehi span img{
	display:block;
	margin:120px auto;
	width:50px;
	height:60px;
	
}

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

.tarjetas{
	color:#F17320;
	font-weight:bold;
}
.tarjetas div:last-child img{
	display:block;
	width:128px;
	height:48px;
	margin:10px auto 0;
}
.datos ul{
	padding:0 10px;
}
.datos ul li{
	text-decoration:none;
	padding:15px 10px;
	border-bottom:2px solid #F17320;
	font-size:1.2em;
}
.datos ul li img{
	display:block;
	width:70px;
	height:70px;
	margin:0 auto 15px;
}
.datos form{
	padding:0 10px;
}
.datos form input,
.datos form textarea{
	width:100%;
	margin-bottom:15px;
	border:none;
	height:50px;
	background-color:#D0D0D0;
	color:#505050;
	padding-left:10px;
	font-size:1.1em;
}
.datos form input:hover,
.datos form textarea:hover,
.datos form input:focus,
.datos form textarea:focus{
	border:1px solid #F17320;
}
.datos form textarea{
	resize:none;
	height:120px;
	padding:10px;
}
.datos form input[type="submit"]{
	height:auto;
	background:#F17320;
	color:white;
	padding:20px 5px;
	font-weight:bold;
}
#storage-map{
	display:none;
}

.good{
  margin-bottom: 0.75rem;
  padding:2px;
  color: #24B313;
  background-color: #B5EA9F;
  border: 1px solid #24B313;
  border-radius: 5px;
}
.bad{
  margin-bottom: 0.75rem;
  padding:2px;
  color: #C91212;
  background-color: #EA9F9F;
  border: 1px solid #C91212;
  border-radius: 5px;
}