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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline
}
a {
	text-decoration: none
}
@font-face {
	font-family: 'robotothin';
	src: url('../fonts/robot-webfont.eot');
	src: url('../fonts/robot-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/robot-webfont.woff') format('woff'), url('../fonts/robot-webfont.ttf') format('truetype'), url('../fonts/robot-webfont.svg#robotothin') format('svg');
	font-weight: normal;
	font-style: normal
}
@font-face {
	font-family: 'robotolight';
	src: url('../fonts/robot-normal-webfont.eot');
	src: url('../fonts/robot-normal-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/robot-normal-webfont.woff') format('woff'), url('../fonts/robot-normal-webfont.ttf') format('truetype'), url('../fonts/robot-normal-webfont.svg#robotolight') format('svg');
	font-weight: normal;
	font-style: normal
}
*, *:after, *:before {
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
html, body {
	font-size: 16px;
	width: 100%;
	height: 100%;
	font-family: arial
}
.oculto {
	display: none !important
}
.caja {
	width: 90%;
	margin: auto
}
.clear {
	clear: both
}
.clearEspecial {
	height: 70px
}
.transicion {
	-ms-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.justificado {
	text-align: justify
}
header {
	width: 100%;
	height: 110px;
	background: #FFF;
	position: fixed;
	border-bottom: 1px solid #e7e6e6;
	box-shadow: 0 2px 7px rgba(0, 0, 0, .1);
	z-index: 9000;
	overflow: hidden
}
nav {
	width: 80%;
	height: 110px;
	float: left;
	font-size: 100%;
	list-style: none;
	text-align: center
}
nav ul {
	list-style: none
}
nav ul li {
	margin-right: -4px;
	display: inline-block;
	border-left: 1px solid #e8e7e7;
	vertical-align: middle;
	height: 118px
}
nav ul li a {
	font-size: 20px;
	padding: 0 18px;
	padding-top: 15px;
	text-decoration: none;
	font-weight: 300;
	color: #777;
	display: block;
	height: 118px;
	padding-top: 45px !important
}
nav ul li:nth-child(4) a, nav ul li:nth-child(2) a {
	padding-top: 35px !important
}
nav ul li a:hover {
	color: #f59332 !important;
	background: #f5f5f5;
	transition: all .5s;
	-webkit-transition: all .5s
}
.bandera{
    width: 30px;
}
.logoHeader {
	width: 20%;
	height: 110px;
	float: left
}
.logoHeader img {
	height: 95px;
	margin-top: 7px;
	margin-left: 20px
}
.contenedorHeader {
	width: 90%;
	max-width: 1000px;
	height: 91px;
	margin: auto
}
#smartMenu {
	display: none;
	cursor: pointer
}
#menuPanel {
	background: #32394b;
	width: 300px;
	height: 100%;
	position: fixed;
	top: 0;
	left: -300px;
	z-index: 9999
}
#menuPanel ul li {
	padding: 20px 10px;
	border-bottom: solid 2px #000;
	border-top: solid 1px #4a5572
}
#menuPanel ul li:hover {
	background: #597781
}
#menuPanel ul li a {
	color: #ccc;
	font-size: 1.2em;
	font-family: robotothin;
	text-decoration: none
}
#menuPanel ul a {
	color: #ccc;
	font-size: 1.2em;
	font-family: robotothin;
	text-decoration: none
}
#nosotros {
	padding: 2em 0;
	text-align: justify;
	margin-top: 1em;
	font-family: robotolight;
	background: #e8e7e7;
	margin-top: -.2em
}
#nosotros p {
	margin-bottom: 1em
}
.nosotros {
	width: 50%;
	float: left;
	padding: 1em
}
#nosotros h2 {
	text-align: center;
	font-size: 1.8em;
	color: #ff9934
}
.historia {
	padding: 0 1em;
	text-align: justify;
	width: 50%;
	float: left
}
.historia img {
	display: block;
	margin: auto
}
.historia a {
	color: #000;
	display: block;
	margin: auto;
	text-align: center
}
.ch-grid {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%
}
.ch-grid:after, .ch-item:before {
	content: '';
	display: table
}
.ch-grid:after {
	clear: both
}
.ch-grid li {
	width: 150px;
	height: 150px;
	display: inline-block;
	margin: 20px;
	vertical-align: top
}
.ch-grid li a {
	color: #FFF;
	position: relative;
	top: 55px;
	font-size: 2em
}
.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.ch-img-1 {
	background-image: url(../img/1.jpg)
}
.ch-img-2 {
	background-image: url(../img/2.jpg)
}
.ch-img-3 {
	background-image: url(../img/3.jpg)
}
.ch-img-4 {
	background-image: url(../img/4.jpg)
}
.ch-img-5 {
	background-image: url(../img/5.jpg)
}
.ch-info {
	position: absolute;
	background: rgba(130, 130, 130, 0.8);
	width: inherit;
	height: inherit;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-backface-visibility: hidden
}
.ch-info h3 {
	color: #fff;
	letter-spacing: 1px;
	font-size: 15px;
	padding: 10px 0 0 0;
	height: 70px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, 0.3)
}
.ch-item:hover {
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1)
}
.ch-item:hover .ch-info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1
}
.ch-item:hover .ch-info p {
	opacity: 1
}
.tituloSlider {
	font-size: 3em;
	color: white
}
.separador {
	width: 100%;
	height: 91px
}
#slider {
	width: 100%
}
#clientes {
	width: 100%;
	min-height: 300px
}
#servicios {
	width: 100%;
	background: #ff9934
}
.contenedor {
	width: 90%;
	max-width: 1200px;
	margin: auto
}
.contenedorGrande {
	width: 100%
}
.textoClientes, .carruselClientes {
	width: 50%;
	float: left;
	color: #FFF;
	min-height: 180px
}
.textoClientes {
	padding: 5%;
	color: #333
}
.carruselClientes {
	width: 50%;
	padding: 5%
}
#certificaciones img {
	width: 100%
}
.iso {
	padding: 2em
}
#certificaciones .imagenIso {
	width: 40%;
	display: block;
	margin: auto;
	margin-top: 1em
}
#certificaciones .col {
	display: inline-block;
	width: 49%;
	vertical-align: middle
}
#certificaciones article {
	float: left;
	width: 50%
}
.textoCasos {
	width: 50%;
	padding: 4%;
	height: 100%;
	background: #2862a3;
	color: #FFF
}
.textoCasos img, .textoCertificaciones img {
	max-width: 100%;
	display: block;
	margin: auto
}
.textoCertificaciones {
	width: 30%;
	float: left;
	min-height: 180px;
	padding: 4%
}
.servicios {
	width: 100%;
	padding-top: 3%;
	text-align: center;
	color: #FFF
}
.titulo {
	font-family: robotothin;
	font-size: 2.5em;
	padding-bottom: 8px
}
.texto {
	font-family: robotolight;
	padding-bottom: 7px
}
.serviciosTouch {
	display: none
}
#owl-example .item {
	margin: 15px auto;
	width: 90%;
	height: 80%
}
#owl-example .item img {
	width: 100%
}
footer {
	width: 100%;
	min-height: 100px;
	background: black;
	text-align: center;
	font-family: robotothin
}
footer ul li {
	display: inline-block;
	margin-left: 20px;
	font-size: 20px;
	margin-top: 30px;
	vertical-align: middle
}
footer ul li a {
	color: #FFF
}
footer ul li a:hover {
	color: orange
}
footer p {
	color: orange;
	font-size: 15px;
	margin-top: 10px
}
#imagenPantallas {
	width: 100%;
	height: 90%;
	display: none
}
#todoServicio section {
	width: 80%;
	margin: auto;
	margin-bottom: 30px
}
#todoServicio section:first-child {
	margin-top: 30px
}
#todoServicio article {
	width: 60%;
	float: left
}
.izquierda {
	float: left !important
}
#todoServicio aside {
	width: 40%;
	float: right
}
.listaDeServicios {
	padding-left: 1em
}
.listaDeServicios ul {
	padding-left: 2em
}
#todoServicio img {
	width: 70%;
	display: block;
	margin: auto
}
#todoServicio h3 {
	color: orange;
	font-family: robotothin;
	font-size: 1.5em;
	margin-bottom: 10px
}
#todoServicio p {
	font-family: robotolight;
	margin-bottom: 10px
}
.clearSeparador {
	clear: both;
	width: 80%;
	height: 22px;
	background: url(../img/rule.png) 50% 50% no-repeat;
	margin: 60px auto
}
.casoSeccion, .presentacion {
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 80%;
	margin: 30px auto;
	font-family: robotolight
}
.presentacion h1 {
	text-align: center;
	font-size: 2.5em;
	color: white
}
.presentacion {
	text-align: center;
	font-size: 1.3em;
	color: #597781
}
.especial {
	padding-bottom: 30px
}
.casoSeccion h3 {
	color: #1261a1;
	font-size: 1.8em;
	width: 67%
}
.casoImagen {
	float: right;
	width: 30%
}
.casoImagen img {
	width: 50%;
	display: block;
	margin: auto
}
.casoTexto {
	float: left;
	width: 67%
}
.casoTexto h4 {
	color: orange;
	font-size: 1.5em
}
.casoTexto p {
	margin: 1em 0
}
.galImg {
	background: #FFF;
	border: 1px solid #e3e3e3;
	margin-bottom: 1.8em;
	float: left;
	padding: .5em !important;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 4px 18px #7d7b7b;
	-webkit-box-shadow: 0 4px 18px #7d7b7b;
	-moz-box-shadow: 0 4px 18px #7d7b7b;
	margin-right: 1em
}
.galImg a img {
	width: 100%
}
#formulario {
	width: 100%;
	background: #e8e7e7;
	min-height: 200px;
	margin-bottom: 80px;
	padding: 20px 0
}
#form {
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 80%;
	margin: 30px auto;
	font-family: robotolight;
	text-align: center;
	display: block
}
label {
	display: block;
	margin: 10px 0;
	font-size: 1.5em;
	text-align: left;
	text-indent: 0;
	color: orange
}
input[type="text"], input[type="email"], textarea {
	width: 100%;
	height: 30px;
	font-size: 1em;
	font-family: robotothin;
	border: 0
}
textarea {
	height: 90px;
	resize: none
}
input[type="submit"] {
	width: 50%;
	margin-top: 20px;
	font-family: robotolight;
	border-radius: 0 .25em;
	font-size: 1.25em;
	padding: .25em
}
input[type="submit"]:hover {
	background: orange;
	border-radius: .25em 0;
	color: #EEE;
	cursor: pointer
}
#galeria {
	width: 100%;
	min-height: 600px;
	background: #e9e9e9;
	padding: 3em 0
}
#galeria h2 {
	color: #6a88b2;
	text-transform: uppercase;
	margin-bottom: 1em;
	text-align: center
}
.isotope {
	display: none
}
#cargando p {
	text-align: center
}
#cargando img {
	display: block;
	margin: auto;
	width: 50px
}
.tituloGaleria {
	font-family: omnessemibold;
	text-align: center;
	font-size: 2.5em;
	padding-bottom: 1em;
	color: #3e3e3e
}
.producto, .tamano {
	width: 18%
}
.producto {
	min-height: 100px;
	background: #FFF;
	border: 1px solid #e3e3e3;
	margin-bottom: 1.8em;
	float: left;
	padding: .5em !important;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 4px 18px #7d7b7b;
	-webkit-box-shadow: 0 4px 18px #7d7b7b;
	-moz-box-shadow: 0 4px 18px #7d7b7b
}
.producto img {
	max-width: 100%;
	cursor: zoom
}
.medianil {
	width: 2.5%
}
.descripcion, .etiquetasGaleria {
	padding: .4em;
	margin-bottom: .4em
}
.etiquetasGaleria {
	border-top: 1px solid #ccc;
	font-style: italic;
	margin-bottom: .5em
}
.etiquetasGaleria span {
	background: #ccc;
	padding: .1em .5em;
	line-height: 1.8em;
	color: #000;
	cursor: pointer;
	white-space: nowrap;
	-ms-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out
}
.etiquetasGaleria span:hover {
	color: #FFF
}
.button-group {
	padding-bottom: 2.5em
}
.button {
	display: inline-block;
	padding: .5em 1em;
	background: 0;
	border: 0;
	outline: 0;
	color: #222;
	font-size: 16px;
	cursor: pointer;
	margin: 0 .5em .5em 0
}
.button:hover {
	color: #222
}
.button:active, .button.is-checked {
	color: #28F
}
.button.is-checked {
	color: 000
}
.button:active {
	box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8)
}
.gris {
	margin-top: -20px !important
}
.gris h1 {
	color: #e9e9e9
}
.iz, .der {
	width: 50%;
	float: left
}
#todoServicio #resp .imagenesResp>img {
	display: inline-block !important;
	width: 33% !important;
	padding: 1%;
	margin-top: 2em
}
#resp span {
	font-size: 1.1em;
	font-weight: bold
}