@charset "utf-8";
/* OFFICE EXPRESS */

/* HEADER */
header {
	height: 126px; 
}

/* EMAIL CORP */
#emailcorp {
	background-color: #3b3b3b;
	width: 100%;
	height: 52px;
	color: white;
	font-size: 0.8em;
	text-align: right;
	padding-top: 9px;
}
#emailcorp span:first-child {
	padding-right: 10px;
}
#emailcorp .btn-simple:hover span:after {
	color: #3b3b3b;
	opacity: 1;
	right: 0;
}

/* NAVEGACION */
#navegacion {
	width: 100%;
}
#navegacion .navbar {
	background-color: white;
	height: 74px;
	padding-top: 10px;
	border: 0;
	border-radius: 0;
	z-index: 100;
}#mymainnav {
	background-color: white;
}
#navegacion .navbar-default .navbar-nav a:hover {
	color: #00cc99;
	background-color: white;
	text-shadow: none;
}
#navegacion .navbar-default .navbar-nav .active a {
	background-color: white;
	text-shadow: none;
}
#navegacion .navbar-default .navbar-nav>.open>a, #navegacion .navbar-default .navbar-nav>.open>a:focus, #navegacion .navbar-default .navbar-nav>.open>a:hover {
	background-color: white;
	text-shadow: none;
}
#navegacion .navbar-toggle {
	background-color: white;
}
#navegacion .navbar-default .navbar-toggle .icon-bar {
	background-color: #00cc99;
}
#navegacion img {
	position: relative;
	top: -146px;
	z-index: 101;
}
@media only screen and (max-width: 768px) {
	#navegacion img {
		width: 190px;
	}
	#emailcorp span:first-child {
		visibility: hidden;
	}
}

/* MY BANNER */
#mybanner {
	height: 200px;
	background: url(../imagenes/banner.jpg) no-repeat bottom center;
	background-size: cover;
}
#mybanner h2 {
	font-weight: 500;
	display: table;
	background-color: #00cc99;
	color: white;
	margin-top: 50px;
	padding: 5px;
}
#mybanner h3 {
	font-weight: 300;
	margin: 10px 0;
	display: table;
	background-color: #9a9a9a;
	color: white;
	padding: 5px;
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
	#mybanner h2 {
		font-size: 1.1em;
	}
	#mybanner h3 {
		font-size: 1em;
	}
}
@media only screen and (max-width: 768px) {
	#mybanner {
		height: 250px;
	}
	#mybanner h2 {
		font-size: 0.9em;
		margin-top: 40px;
	}
	#mybanner h3 {
		font-size: 0.7em;
	}
}

/* PRODUCTOS */
.producto {
	text-align: center;
	margin: 25px auto;
	height: 280px;
	font-size: 0.8em;
	color: black;
}
.producto img {
	max-height: 200px;
	margin: 0 auto;
	padding-bottom: 20px;
}

/* MARCAS */
#marcas {
	padding-bottom: 30px;
}
#marcas h3 {
	margin-left: -30px;
	margin-top: -30px;
	padding-top: 0;
	padding-bottom: 30px;
}
#marcas .row {
	margin-top: 20px;
	text-align: center;
}
#marcas img {
	margin-right: 20px;
	margin-bottom: 30px;
	max-height: 30px;
	display: inline-block;
}
@media only screen and (max-width: 768px) {
	#marcas h3 {
		margin-left: -15px;
	}
	#marcas img {
		max-height: 25px;
	}
}

/* CONTACTO */ 
#contacto {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #eee;
}
#contacto h3 {
	margin: 20px auto;
}
#contacto section {
	padding-left: 0;
	padding-right: 0;
}
#contacto section:last-child {
	padding-top: 65px;
	padding-left: -15px;
}
#map {
	width: 100%;
	height: 200px;
	background-color: grey;
	margin-top: 30px;
	margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
	#contacto section:last-child {
		padding-top: 0;
	}
}

/* FOOTER */
footer {
	background-color: #3b3b3b;
	width: 100%;
	min-height: 100px;
	text-align: center;
	margin-top: 0;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 0.8em;
	color: #838a8a;
}
#footer p:last-child {
	font-size: 0.8em;
}