@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: 500px;
	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: 100px;
	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: 400px;
	}
	#mybanner h2 {
		font-size: 0.9em;
		margin-top: 40px;
	}
	#mybanner h3 {
		font-size: 0.7em;
	}
}

/* PRODUCTOS Y SERVICIOS */
#productos {
	padding-top: 30px;
	padding-bottom: 50px;
}
#productos h2 {
	margin-bottom: 15px;
}
#productos i {
	color: #00cc99;
	padding: auto;
	padding-right: 20px;
	font-size: 1.5em;
}
#productos .col-sm-6 {
	padding-left: 0;
	padding-right: 0;
}
#productos div:first-child {
	padding-right: 15px;
}
#productos div:last-child {
	padding-left: 15px;
}
#productos ul {
	margin: 10px 0;
	padding: 0;
}
#productos ul li {
	margin: 10px 0;
	list-style-type: none;	
}
#productos a, #productos a:visited {
	color: #9a9a9a;
	font-weight: 500;
	display: block;
	padding: 10px;
	background-color: #eee;
	text-decoration: none;
}
#productos a:hover, #productos a:active, #productos a:focus {
	color: #00cc99;
	text-decoration: none;
}
#servicios {
	padding-top: 30px;
	padding-bottom: 40px;
	background-color: #00cc99;
	color: white;
}
#servicios h2 {
	color: white;
}
@media only screen and (max-width: 768px) {
	#productos div:last-child {
		padding-left: 0;
	}
	#productos a {
		font-size: 0.7em;
	}
	#productos i {
		padding-right: 10px;
	}
	#servicios {
		font-size: 0.7em;
	}
	#servicios ul {
		margin-left: -15px;
	}
}

/* QUIENES SOMOS */
#nosotros {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #eee;
}
#nosotros h2 {
	margin: 20px auto;
}
#nosotros ul {
	margin: 20px auto;
	font-size: 0.8em;
}
#segmentos {
	margin-top: 71px;
}
#segbtn {
	display: none;
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
	#nosotros {
		font-size: 0.8em;
	}
	#nosotros ul {
		font-size: 0.9em;
	}
	#segmentos {
		margin-top: 20px;
	}
}
@media only screen and (max-width: 768px) {
	#nosotros {
		font-size: 0.8em;
	}
	#nosotros ul {
		font-size: 0.9em;
		margin-left: -30px;
	}
	#segmentos {
		margin-top: 5px;
		display: none;
	}
	#segmentos div:last-child {
		margin-top: -20px;
	}
	#segbtn {
		display: block;
		margin: 15px;
	}
}

/* CONTACTO */ 
#contacto {
	padding-top: 50px;
	padding-bottom: 40px;
}
#contacto h2 {
	padding-bottom: 20px;
	margin-top: -15px;
}
#contacto h3 {
	padding-bottom: 20px;
}
#contacto section {
	padding-left: 0;
	padding-right: 0;
}
#contacto section:last-child {
	padding-left: -15px;
}
#map {
	width: 100%;
	height: 235px;
	background-color: grey;
	margin-bottom: 20px;
}

/* FOOTER */
footer {
	background-color: #3b3b3b;
	width: 100%;
	min-height: 100px;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 0.8em;
	color: #838a8a;
}
#footer p:last-child {
	font-size: 0.8em;
}