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

@import url(https://fonts.googleapis.com/css?family=Gudea:400,700,400italic);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: gudea;
	color: #64686b;
}
h1 {
	font-weight: bold;
	font-size: 28px;
	text-align: center;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
h2 {
	font-weight: normal;
	font-size: 40px;
	text-align: center;
	margin: 0;
	padding: 0;
}
h3 {
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	margin: 5px 0;
	padding: 0;
	z-index: 1;
	position: relative;
}
.titulo {
	font-size: 50px;
	font-weight: bold;
	color: #FFF;
	padding-top: 320px;
	text-align: center;
}
.titulo .down {
	padding-top: 40px;
}
p {
	text-align: center;
	font-size: 19px;
	text-transform: uppercase;
}
.center {
	margin: 0 auto;
	overflow: hidden;
}
.content {
	margin: 0 auto;
	width: 960px;
	overflow: hidden;
}
.clear {
	clear: both;
}
a {
	color: #B8B8B8;
	text-decoration: none;
}
a:hover {
	color: #FEE01E;
	text-decoration: none;
}
a.lpanel {
	float: left;
	color: #e1e1e1;
	font-size: 12px;
	text-decoration: none;
	margin: 7px 11px;
}
a.rpanel {
	float: right;
	color: #e1e1e1;
	font-size: 12px;
	text-decoration: none;
	margin: 7px 11px;
}
a.lpanel:hover {
	color: #fff;
}
a.rpanel:hover {
	color: #fff;
}
.wrap {
	width: 100%;
	height:auto;
}
.section {
	width: 100%;
	height:auto;
}
.inner {
	width: 100%;
	position: relative;
	min-height: 50px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}

.inner:after {
	  content: "";
	  display: table;
	  clear: both;
}


.subMenu {
	height: 50px;
	z-index: 1000;
	width: 100%;
	background: #F9E119;
	z-index: 10000;
}

.subMenu .inner {
	padding:0;
	font-weight: 400;
	margin: 0 auto;
}


.subNavBtn {
	display: block;
	height: 35px;
	width: 10%;
	float: left;
	margin: 0px 0px 0 0;
	text-decoration: none;
	font-size: 14px;
	padding: 15px 2% 0 2%;
	text-align: center;
	
	color: #fff;
}
.subMenu a:hover {
	background: #64686B;
	color: #F9E119;
}

.active {
	color: #64686B;
	font-weight: bold;	
}
.end {
	margin: 0;
}

header {
	width: 100%;
	height: 80px;
	background-color: #F9E119;
	z-index: 10000;
	position: absolute;
}
.wrapper {
	width: 98%;
	margin: auto;
	overflow: hidden;
	padding-top: 10px;
	padding-right: 2%;
}
header .logo img {
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
	transition: color 0.8s linear 0.2s;
	z-index: 100000;
}
header nav {
	float: right;
	height: 80px;
}
header nav a {
	display: inline-block;
	color: #64686B;
	padding: 10px 10px;
	text-decoration: none;
	line-height: normal;
	font-size: 16px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
header nav a:hover {
	background: #64686B;
	border-radius: 50px;
	color: #fff;
}
.header2 {
	position: fixed;
	height: 60px;
	-webkit-box-shadow: 2px 2px 5px #999;
}
.header2 .logo img {
	left: 0px;
	top: 0px;
	height: 60px;
}
.header2 nav {
}
.icon-cliente{
	background-image: url(../img/icon-cliente.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}
.icon-cliente:hover{
	background-image: url(../img/icon-cliente-hover.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}
 @media screen and (max-width: 950px) {
header  {
	width: 100%;
	text-align: center;
	line-height: 100px;
	float:left;
}
.wrapper {
	margin: auto;
	overflow: hidden;
}
.logo  {
	width: 100%;
	text-align: center;
	line-height: 100px;
	float:left;
	overflow: hidden;
}
header .logo img {
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
	transition: color 0.8s linear 0.2s;
	z-index: 100000;
	text-align: center;
}
header nav {
	width: 100%;
	height: auto;
	text-align: center;
	line-height: 10px;
	float: left;
	overflow: hidden;
	padding-top: 155px;
	background-color: #F9E119;
}
header nav a {
	display: inline-block;
	color: #64686B;
	padding: 5px 5px;
	text-decoration: none;
	line-height: normal;
	font-size: 14px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
header nav a:hover {
	background: #64686B;
	border-radius: 5px;
	color: #fff;
}
.header2 {
	height: auto;
}
.header2 .logo {
	width: 100%;
	line-height: 50px;
	float:left;
}
.header2 nav {
	width: 100%;
	line-height: 50px;
	float:left;
	padding-top: 40px;
}
}

/* SECTIONS */
.sTop {
	color: #fff;
	width: 100%;
	background-color: #F9E119;
	margin: 0;
	padding-top: 80px;
	overflow: hidden;
}
.sTop1 .inicio {
	width: 100%;
	padding-bottom: 50px;
	padding-top: 150px;
	overflow: hidden;
}
.top_yellow {
	background-image: url(../img/yellow_top.png);
	height: 298px;
	width: 100%;
	position: absolute;
	top: 0px;
	background-size: 100% 100%;
	overflow: hidden;
}
.bottom_yellow {
	background-image: url(../img/yellow_bottom.png);
	height: 298px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	background-size: 100% 100%;
	overflow: hidden;
}
.top_white {
	background-image: url(../img/white_top.png);
	height: 298px;
	width: 100%;
	position: absolute;
	top: 0px;
	background-size: 100% 100%;
	overflow: hidden;
}
.bottom_white {
	background-image: url(../img/white_bottom.png);
	height: 298px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	background-size: 100% 100%;
	overflow: hidden;
}

.s1 {
	background-color: #fff;
	color: #333333;
	height: 830px;
	overflow: hidden;
	background-image: url(../img/bg_01.png);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: center;
	position: relative;
	background-attachment: fixed;
	background-size: cover;
	overflow: hidden;
}

.s2 {
	height: auto;
	background-size: cover;
	background-color: #FFF;
	padding-top: 80px;
	padding-right: 0;
	padding-bottom: 80px;
	padding-left: 0;
	width: 100%;
	overflow: hidden;
	margin: 0;
}
.item3 {
	float: left;
	width: 27%;
	text-align: center;
	font-size: 19px;
	padding-right: 3%;
	padding-left: 3%;
	margin-top: 40px;
}
.s3 {
	background-color: #fff;
	color: #333333;
	height: 830px;
	overflow: hidden;
	background-image: url(../img/bg_02.png);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: center;
	position: relative;
	background-attachment: fixed;
	background-size: cover;
	overflow: hidden;
}

.s4 {
	height: auto;
	background-size: cover;
	background-color: #FFF;
	padding-top: 80px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	width: 100%;
	overflow: hidden;
	margin: 0;
}
.s4 .servicios01 {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
}
.s4 .servicios01 .item {
	float: left;
	width: 38%;
	background-image: url(../img/servicios-01.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 9%;
	margin-bottom: 10px;
	text-transform: uppercase;
	margin-right: 3%;
	font-size: 16px;
}
.s4 .servicios02 {
	width: 100%;
	background-color: #f0f0f0;
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 40px;
}
.s4 .servicios02 .item {
	float: left;
	width: 29%;
	background-image: url(../img/servicios-02.png);
	padding-top: 10px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 14px;
	padding-left: 4%;
	height: 25px;
}
.s5 {
	color: #fff;
	background-color: #F9E119;
	overflow: hidden;
	margin: 0;
	width: 100%;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 700px;
}
.s5 h1 {
	font-size: 40px;
	color: #64686b;
	text-align: center;
	padding-bottom: 30px;
}
.s5 .slide h1 {
	font-size: 18px;
	text-align: left;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.s5 .slide p {
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	color: #64686b;
	margin: 0px;
	text-transform: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.s6 {
	color: #fff;
	position: relative;
	overflow: hidden;
	padding-bottom: 250px;
	margin: 0;
	padding-top: 40px;
}
.s6 h1 {
	font-size: 40px;
	color: #64686b;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 30px;
}

.s7{
	color: #fff;
	background-color: #F9E119;
	overflow: hidden;
	margin: 0;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.s7 .contacto {
	width: 100%;
	background-image: url(../img/bg-slide8-01.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 80px;
}
.s7 .contacto .item {
	float: left;
	width: 40%;
	padding-right: 5%;
	padding-left: 5%;
}
.s7 .contacto .item .form {
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	color: #64686b;
}
.s7 .contacto .item .caja {
	color: #666;
	padding: 10px;
	width: 100%;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.s7 .contacto .item .caja2 {
	color: #666;
	padding: 10px;
	width: 100%;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 135px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.s7 .contacto .item .boton {
	color: #F9E119;
	background-color: #64686b;
	font-size: 20px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 10px;
	text-align: right;
}
.s7 .mapa {
	width: 100%;
	background-color: #CCC;
}
.s7 .footer {
	width: 100%;
	height: 45px;
	background-color: #64686b;
	text-align: center;
	font-size: 14px;
	color: #b8b8b8;
	padding-top: 20px;
}
.s7 h2 {
	font-size: 28px;
	text-transform: uppercase;
	color: #64686b;
}
.s7 .telefono {
	font-size: 18px;
	color: #64686b;
	float: left;
	width: 90%;
	padding-top: 15px;
	padding-bottom: 15px;
	background-position: left center;
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 10%;
}
/** slides
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
 *zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	width: 100%;
	border: 0px;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
 *zoom: 1;
 *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../img/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
	right: 10px;
	background: url(../img/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 1000;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../img/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../img/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
/* HOME */

.bxslider_home {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.bxslider_home li {
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	color: #64686b;
}
/* clientes */

.clientes {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	overflow: hidden;
}
.clientes_movil {
	display: none;
}
.bxslider_clientes img {
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.proyectos_movil  {
	display: none;
}
@media only screen and (min-device-width: 668px) and (max-device-width: 800px) {
	.s1 {
	background-color: #fff;
	color: #333333;
	height: 830px;
	overflow: hidden;
	background-image: url(../img/bg_01.png);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: center top;
	position: relative;
	background-attachment: scroll;
	background-size: 100%;
	overflow: hidden;
}
	.s3 {
	background-color: #fff;
	color: #333333;
	height: 830px;
	overflow: hidden;
	background-image: url(../img/bg_02.png);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: center top;
	position: relative;
	background-attachment: scroll;
	background-size: 100%;
	overflow: hidden;
}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) {

body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: gudea;
	color: #64686b;
}
header nav a {
	display: inline-block;
	color: #64686B;
	padding: 5px 5px;
	text-decoration: none;
	line-height: normal;
	font-size: 13px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.header2 .logo {
	width: 100%;
	line-height: 10px;
	float:left;
}
.header2 .logo img {
	left: 0px;
	top: 0px;
	height: 60px;
}
.header2 nav {
	width: 100%;
	line-height: 10px;
	float: left;
	padding-top: 50px;
	font-size: 9px;
}
.content {
	width: 96%;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 2%;
	padding-left: 2%;
}
.section {
	width: 100%;
	max-width:none;
	min-width:none;
	
	position: relative;
	margin: 0 auto;
	padding: 0 0 20px 0;
}
.top_yellow {
	background-image: url(../img/yellow_top.png);
	height: 100px;
	width: 100%;
	position: absolute;
	top: 0px;
	overflow: hidden;
	background-position: bottom;
}
.bottom_yellow {
	background-image: url(../img/yellow_bottom.png);
	height: 100px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	overflow: hidden;
	background-position: bottom;
}
.top_white {
	background-image: url(../img/white_top.png);
	height: 100px;
	width: 100%;
	position: absolute;
	top: 0px;
	overflow: hidden;
	background-position: bottom;
}
.bottom_white {
	background-image: url(../img/white_bottom.png);
	height: 100px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	overflow: hidden;
	background-position: bottom;
}
.sTop .responsive{
	width: 100%;
}
.sTop .inicio {
	width: 100%;
	padding-top: 210px;
}
.s1 {
	width: 100%;
	height: 300px;
	background-image: url(../img/bg_01_movil.png);
	background-size: 100%;
	background-attachment: scroll;
}
.s1 .titulo{
	font-size: 30px;
	padding-top: 90px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.s2 {
	height: auto;
	background-size: cover;
	background-color: #FFF;
	padding-top: 70px;
	padding-right: 0;
	padding-bottom: 70px;
	padding-left: 0;
	width: 100%;
	overflow: hidden;
	margin: 0;
}
.s2 h1{
	font-size: 18px;
}
.s2 p{
	font-size: 16px;
}
.s3 {
	width: 100%;
	height: 300px;
	background-image: url(../img/bg_02_movil.png);
	background-size: 100%;
	background-attachment: scroll;
}
.s3 .titulo{
	font-size: 30px;
	padding-top: 90px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.s4 {
	height: auto;
	background-size: cover;
	background-color: #FFF;
	padding-top: 80px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	width: 100%;
	overflow: hidden;
}
.s4 .servicios01 {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
}
.s4 .servicios01 .item {
	float: left;
	width: 75%;
	background-image: url(../img/servicios-01.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 16px;
	padding-left: 25%;
}
.s4 .servicios02 {
	width: 100%;
	background-color: #f0f0f0;
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 40px;
}
.s4 .servicios02 .item {
	float: left;
	width: 90%;
	background-image: url(../img/servicios-02.png);
	padding-top: 10px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 14px;
	padding-left: 10%;
	height: 25px;
}
.s5 {
	color: #fff;
	background-color: #F9E119;
	overflow: hidden;
	margin: 0;
	width: 100%;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	height: auto;
}
.s5 h1 {
	font-size: 30px;
	color: #64686b;
	text-align: center;
	padding-bottom: 30px;
}
.s5 .proyectos .slide h1 {
	font-size: 11px;
	text-align: left;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.s5 .proyectos .slide p {
	font-size: 9px;
	text-align: left;
	font-weight: normal;
	color: #64686b;
	margin: 0px;
	text-transform: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.s6 {
	color: #fff;
	position: relative;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 60px;
	width: 100%;
}
.s6 h1{
	font-size: 25px;
}
.s7 {
	color: #fff;
	background-color: #F9E119;
	overflow: hidden;
	margin: 0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.s7 .contacto {
	width: 100%;
	background-image: url(../img/bg-slide8-01.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 140px;
}
.s7 .contacto .item {
	float: left;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.s7 .contacto .item .form {
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	color: #64686b;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.s7 .contacto .item .caja {
	color: #666;
	padding: 1%;
	width: 98%;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.s7 .contacto .item .caja2 {
	color: #666;
	padding: 1%;
	width: 98%;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 135px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.s7 .contacto .item .boton {
	color: #F9E119;
	background-color: #64686b;
	font-size: 20px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 10px;
	text-align: right;
}
.s7 .mapa {
	width: 100%;
	background-color: #CCC;
}
.s7 .footer {
	width: 100%;
	height: 60px;
	background-color: #64686b;
	text-align: center;
	font-size: 14px;
	color: #b8b8b8;
	padding-top: 20px;
}
.s7 h2 {
	font-size: 28px;
	text-transform: uppercase;
	color: #64686b;
}
.s7 .telefono {
	font-size: 16px;
	color: #64686b;
	float: left;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	background-position: left center;
	background-repeat: no-repeat;
	text-align: left;
}
.item3 {
	float: left;
	width: 94%;
	text-align: center;
	font-size: 19px;
	padding-right: 3%;
	padding-left: 3%;
	margin-top: 40px;
}
.bxslider_home {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.bxslider_home ul {
	margin-right: 10px;
	margin-left: 10px;
}
.bxslider_home li {
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	color: #64686b;
}
.clientes {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	overflow: hidden;
	display: inherit;
}
.bxslider_clientes img {
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
h1 {
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
h2 {
	font-weight: normal;
	font-size: 33px;
	text-align: center;
	margin: 0;
	padding: 0;
}
h3 {
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	margin: 5px 0;
	padding: 0;
	z-index: 1;
	position: relative;
}
.titulo {
	font-size: 40px;
	font-weight: bold;
	color: #FFF;
	padding-top: 350px;
	text-align: center;
}
.titulo .down {
	padding-top: 28px;
}
}
