@font-face {
    font-family: 'ZonaProBold';
    src: url('fonts/ZonaProBold.eot');
    src: url('fonts/ZonaProBold.eot?#iefix') format('embedded-opentype'),
         url('fonts/ZonaProBold.woff') format('woff'),
         url('fonts/ZonaProBold.ttf') format('truetype'),
         url('fonts/ZonaProBold.svg#probold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ZonaProThin';
    src: url('fonts/ZonaProThin.eot');
    src: url('fonts/ZonaProThin.eot?#iefix') format('embedded-opentype'),
         url('fonts/ZonaProThin.woff') format('woff'),
         url('fonts/ZonaProThin.ttf') format('truetype'),
         url('fonts/ZonaProThin.svg#prothin') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	margin: 0;
	font-family: 'ZonaProThin';
	font-size: 14px;
	line-height: 20px;
}
img {
	max-width: 100%;
}
a {
	text-decoration: none;
}
.clear {
	clear: both;
}
header {
	display: block;
}
header, #main_nav {
	background-color: #000000;
}
header a {
	color: #ffffff;
}
section {
	padding: 60px 0 50px;
}
section#home, section#banners {
	padding: 0;
}
.content {
	width: 100%;
	max-width: 1024px;
	padding: 10px;
	margin: 0 auto;
	box-sizing: border-box;
	display: block;
}
section#somos .content {
	max-width: 900px;
}
#contacto .cuadro {
	width: 100%;
	max-width: 500px;
	border: 10px solid #000;
	padding: 20px;
	box-sizing: border-box;
	margin: 0 auto;
}
#contacto .fa {
	font-size: 30px;
	color: #000000;
	padding-right: 10px;
}
#contacto .cuadro .fa {
	font-size: 20px;
}
.center {
	text-align: center;
}
h1.title {
	text-transform: uppercase;
	text-align: center;
	font-family: 'ZonaProBold', Open Sans;
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 30px;
}
#banner {
	width: 100%;
	height: 300px;
	background-image: url('../img/BannerB.jpg');
	background-size: cover;
	background-position: center;
}
.servicio {
	float: left;
	width: 20%;
	width: calc(100% / 5);
	height: 150px;
	padding: 10px;
	box-sizing: border-box;
	background-color: #000;
}
.servicio:hover {
	background-color: #333;
}
.servicio img {
	padding-top: 15px;
}
.servicio p {
	color: #fff;
}
footer {
	background-color: #000000;
}
footer p {
	color: #ffffff;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}

/*  BX SLIDER  */
.bx-wrapper {
	border: none!important;
	box-shadow: none!important;
}
.bx-wrapper ul {
	margin: 0;
	padding: 0;
}
.bx-wrapper ul li {
	left: 0;
	background-color: #000000;
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-webkit-border-radius: 50%; 
	/* Firefox 1-3.6 */
	-moz-border-radius: 50%;
	/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	border-radius: 50%;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
    overflow-x: hidden;
}
.bx-wrapper img {
	width: 100%;
}
/*  NAV MENU  */
.isStuck {
	width: 100%;
	position: fixed;
	top:0px;
	left: 0;
	z-index: 9;
}
li.current {
	background-color: #222;
}
ul#main_nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#main_nav li {
	display: inline-block;
	padding: 12px 0;
}
ul#main_nav li a {
	padding: 10px 15px;
	cursor: pointer;
}
#main_nav li a.current, #main_nav li a:hover {
	box-shadow: 0 -3px 0 0 #fff;
}
@media (max-width: 990px){
	.servicio p {
		font-size: 12px;
	}
}
@media (max-width: 860px){
	.servicio {
		width: 33.33%;
	}
}
@media (max-width: 600px){
	.servicio {
		width: 50%;
	}
	#banner {
		height: 250px;
	}
	header {
		display: none;
    }
    .servicio {
	    height: 160px;
    }
    h1.title {
	    font-size: 23px;
    }
}