@font-face {
	font-family: opensans-light;
	src: url('fonts/opensans-light.ttf');
	src: url('fonts/opensans-light.eot?#iefix') format('embedded-opentype'),
		 url('fonts/opensans-light.woff') format('woff'),
		 url('fonts/opensans-light.ttf') format('truetype'),
		 url('fonts/opensans-light.svg#opensans-light') format('svg');
}

@font-face {
	font-family: opensans-regular;
	src: url('fonts/opensans-regular.ttf');
	src: url('fonts/opensans-regular.eot?#iefix') format('embedded-opentype'),
		 url('fonts/opensans-regular.woff') format('woff'),
		 url('fonts/opensans-regular.ttf') format('truetype'),
		 url('fonts/opensans-regular.svg#opensans-regular') format('svg');
}

@font-face {
	font-family: opensans-bold;
	src: url('fonts/opensans-bold.ttf');
	src: url('fonts/opensans-bold.eot?#iefix') format('embedded-opentype'),
		 url('fonts/opensans-bold.woff') format('woff'),
		 url('fonts/opensans-bold.ttf') format('truetype'),
		 url('fonts/opensans-bold.svg#opensans-bold') format('svg');
}

@font-face {
	font-family: robotoslab-regular;
	src: url('fonts/robotoslab-regular.ttf');
	src: url('fonts/robotoslab-regular.eot?#iefix') format('embedded-opentype'),
		 url('fonts/robotoslab-regular.woff') format('woff'),
		 url('fonts/robotoslab-regular.ttf') format('truetype'),
		 url('fonts/robotoslab-regular.svg#robotoslab-regular') format('svg');
}

@font-face {
	font-family: robotoslab-bold;
	src: url('fonts/robotoslab-bold.ttf');
	src: url('fonts/robotoslab-bold.eot?#iefix') format('embedded-opentype'),
		 url('fonts/robotoslab-bold.woff') format('woff'),
		 url('fonts/robotoslab-bold.ttf') format('truetype'),
		 url('fonts/robotoslab-bold.svg#robotoslab-bold') format('svg');
}

body {
	margin: 0;
	margin-top: 100px;
}

a {
	text-decoration: none;
	color: #32b0ee;
}

a:hover {
	color: #0571a6;
}

.separador {
	clear: both;
}

.pmenu, .pcontacto, .pfooter {
	max-width: 1100px;
	margin: auto;
	padding: 0px 10px;
}

div.menu {
	position: fixed;
	width: 100%;
	top: 0;
	background: #fff;
	z-index: 999;
	-webkit-box-shadow: 0px 5px 17px 0px rgba(50, 50, 50, 0.6);
	-moz-box-shadow:    0px 5px 17px 0px rgba(50, 50, 50, 0.6);
	box-shadow:         0px 5px 17px 0px rgba(50, 50, 50, 0.6);
}

.menu .pmenu {
	min-height: 100px;
	background-color: transparent;
}

.menu .pmenu img {
	float: left;
	position: absolute;
	margin-top: 15px;
}

.menu .pmenu .moduletable_menu {
	float: right;
	margin-top: 50px;
}

.menu .pmenu .moduletable_menu ul {
	padding: 0;
	list-style: none;
	background: transparent;
	height: 50px;
}

.menu .pmenu .moduletable_menu ul li {
	display: inline;
}

.menu .pmenu .moduletable_menu ul li a {
	color: #626262;
	text-decoration: none;
	font-size: 17px;
	font-family: opensans-regular;
	padding: 7px 10px 27px;
}

/*.menu .pmenu .moduletable_menu ul li:hover a,*/
.menu .pmenu .moduletable_menu ul li.active a {
	color: #fff;
	background: #32b0ee;
}

.menu .pmenu ul {
	margin: 0;
}

.nav-icon {
	display: none;
	float: right;
	padding: 11px;
	width: 29px;
	cursor: pointer;
	position: absolute;
	right: 0;
}

.nav-icon .top,
.nav-icon .middle,
.nav-icon .down {
	background-color: #27acde;
	content: '';
	display: block;
	height: 3px;
	margin: 5px 0;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.slider {
	max-height: 540px;
}

.slider .nivo-caption {
	background: url(../images/background-slider.png);
	color: #000;
	font-family: opensans-regular;
	font-size: 35px;
}

.slider .nivo-caption a {
	color: #000 !important;
}

.slider .nivo-caption a:hover {
	color: #000 !important;
}

.slider .nivo-caption .centrado {
	position: relative;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	text-align: left;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.slider .nivo-caption .centrado strong,
.slider .nivo-caption .centrado b {
	font-family: opensans-bold;
}


.slider .nivo-controlNav {
	text-align: center;
	margin-top: -18px;
}

.avisos-noticias {
	background-color: #eaeaea;
}

#system-message-container {
  display: none;
}

#content {
	font-family: opensans-light;
	font-size: 18px;
	color: #777777;
}

#content .item-page {
	max-width: 1100px;
	margin: auto;
	padding: 0px 10px 30px;
}

#content .item-page h1 {
	margin-top: 0;
}

#content .item-page h2 {
	font-size: 20px;
	color: #32b0ee;
}

#content strong, #content b {
	font-family: opensans-bold;
}

.psoluciones {
	max-width: 1100px;
	margin: auto;
	padding: 30px 10px;
	text-align: center;
	font-family: opensans-light;
	color: #626262;
	font-size: 30px;
}

.psoluciones b, .psoluciones strong {
	font-family: opensans-regular;
	font-size: 37px;
	color: #000;
}

.psoluciones i {
	font-style: normal;
	color: #32b0ee;
}

.servicios {
	background: #e6f0f7;
}

.servicios .pservicios {
	max-width: 1100px;
	margin: auto;
	padding: 30px 10px;
	text-align: center;
	font-family: opensans-light;
	color: #626262;
	overflow: hidden;
}

.servicios .pservicios .titulo {
	font-family: robotoslab-regular;
	font-size: 55px;
	color: #32b0ee;
}

.servicios .pservicios strong {
	font-family: opensans-bold;
	font-size: 25px;
	color: #777777;
}

.servicios .pservicios img {
	width: 150px;
	-webkit-transition: all 0.5s ease; /* Safari and Chrome */
	-moz-transition: all 0.5s ease; /* Firefox */
	-ms-transition: all 0.5s ease; /* IE 9 */
	-o-transition: all 0.5s ease; /* Opera */
	transition: all 0.5s ease;
}

.servicios .pservicios .unico:hover img,
.servicios .pservicios .doble-izq:hover img,
.servicios .pservicios .doble-derc:hover img {
	-webkit-transform:scale(1.25); /* Safari and Chrome */
	-moz-transform:scale(1.25); /* Firefox */
	-ms-transform:scale(1.25); /* IE 9 */
	-o-transform:scale(1.25); /* Opera */
	transform:scale(1.25);
}

.servicios .pservicios .unico,
.servicios .pservicios .doble-izq,
.servicios .pservicios .doble-derc {
	padding: 40px 0px;
}

.servicios .pservicios .doble-izq {
	float: left;
	width: 400px;
}

.servicios .pservicios .doble-derc {
	float: right;
	width: 400px;
}

.info-servicios {
	display: none;
	padding: 30px 0;
}

.info-servicios .pinfo-servicios {
	max-width: 1100px;
	margin: auto;
	padding: 0 10px;
	font-family: opensans-light;
	color: #626262;
	overflow: hidden;
	font-size: 20px;
}

.info-servicios .pinfo-servicios h3 {
	text-align: center;
	font-family: robotoslab-regular;
	font-size: 50px;
	color: #32b0ee;
}

.info-servicios .cerrar {
	text-align: center;
}

.info-servicios .cerrar.cx {
	text-align: left;
	margin-left: 30px;
}

.info-servicios .cerrar img {
	width: 35px;
}

.info-servicios .info {
	display: none;
	padding: 0 0 30px;
}

.datos {
	background: url(../images/background.jpg) no-repeat center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.datos .pdatos {
	max-width: 1100px;
	margin: auto;
	padding: 30px 10px;
	text-align: center;
	font-family: opensans-light;
	color: #fff;
	font-size: 30px;
}

.datos .pdatos .titulo {
	font-family: robotoslab-regular;
	font-size: 55px;
	color: #32b0ee;
	margin-top: 25px;
}

.datos .pdatos ul {
	list-style-type: none;
	margin: 30px 0 50px;
	padding: 0;
}

.datos .pdatos ul li {
	display: inline-block;
	padding: 15px 22px;
}

.datos .pdatos ul li img {
	width: 130px;
}

.datos .pdatos ul.alianzas li img {
	width: 300px;
}

.lista-productos {
	text-align: center;
	font-family: opensans-regular;
	padding-top: 30px;
}

.lista-productos h3 {
	text-align: center;
	font-family: robotoslab-regular;
	font-size: 50px;
	color: #32b0ee;
	margin: 0 0 50px;
}

.lista-productos .info-prod {
	max-width: 1100px;
	margin: auto;
	color: #626262;
	padding: 0px 10px 30px;
	font-size: 21px;
	font-family: opensans-light;
}

.lista-productos .categorias-productos li {
	font-family: opensans-light;
	font-size: 17px;
}

.lista-productos .producto-info .contenido .category {
	font-family: robotoslab-bold;
	font-size: 14px;
	margin-top: 15px;
}

.quienes-somos {
	background: #32b0ee;
}

.quienes-somos .pquienes-somos {
	max-width: 1100px;
	margin: auto;
	padding: 30px 10px 50px;
	font-family: opensans-light;
	font-size: 20px;
	color: #fff;
	text-align: center;
}

.quienes-somos .pquienes-somos strong {
	font-family: robotoslab-regular;
	font-size: 55px;
	color: #fff;
}

.contacto .titulocontacto {
	max-width: 1100px;
	margin: auto;
	padding: 30px 10px 0px
}

.contacto .pcontacto {
	max-width: 1100px;
	margin: auto;
	padding: 30px 10px 50px;
	overflow: hidden;
	font-family: opensans-light;
}

.contacto .pcontacto .moduletable {
	float: left;
	width: 48%;
	overflow: hidden;
	margin-bottom: 25px;
}

.contacto .pcontacto .direccioncontacto {
	float: right;
	width: 40%;
	overflow: hidden;
}

.contacto .pcontacto .direccioncontacto .moduletable {
	width: auto;
}

.contacto h3 {
	text-align: center;
	font-family: robotoslab-regular;
	font-size: 50px;
	color: #32b0ee;
	margin: 0px;
}

.contacto form {
	color: #777777;
}

.contacto .intro-contacto {
	display: none;
	text-align: center;
	max-width: 1100px;
	margin: auto;
	color: #626262;
	padding: 0px 10px 30px;
	font-size: 21px;
	font-family: opensans-light;
}

/*.contacto .easyform--container {
	width: 48%;
	float: left;
}

.contacto .etiqueta-email {
	float: right;
}*/

.contacto .etiqueta-textarea {
	width: 99.99%;
	float: none;
}

.contacto label.error {
	float: left;
	margin-top: -20px;
	margin-bottom: 10px;
}

.contacto .error-input {
	background: #32b0ee;
	padding: 5px 10px;
	border-radius: 0 0 5px 5px;
	color: #fff;
	font-family: opensans-regular;
	font-size: 13px;
}

.contacto .etiqueta-textarea label.error {
	margin-top: -25px;
	margin-bottom: 12px;
}

.contacto input,
.contacto textarea {
	padding: 5px;
	border: 0px;
	border: 1px solid #cccccc;
	/*width: 98.99%;*/
	width: 97%;
	font-size: 17px;
	margin-bottom: 20px;
	color: #a8a8a8;
	outline: none;
	font-family: opensans-regular;
}

.contacto input[type="checkbox"] {
	width: 20px;
	margin: 0;
}

.contacto input[name='nombre'] {
	float: left;
}

.contacto input[name='email'] {
	/*float: right;*/
	/*width: 98.99%;*/
}

.contacto textarea {
	/*width: 99%;*/
	height: 115px;
	resize: none;
}

.contacto #dynamic_recaptcha_1 {
	float: left;
}

.contacto input[type="submit"] {
	border: 1px solid #fff;
	float: right;
	width: 155px;
	background: url(../images/submit.png) no-repeat center left 7px transparent;
	color: #777777;
	font-family: opensans-light;
	font-size: 15px;
	cursor: pointer;
	padding: 5px 8px 5px 42px;
	border-radius: 6px;
}

.contacto input[type="submit"]:hover {
	color: #38bAf9;
}

.contacto .form-success,
.contacto .form-error {
	display: none;
	position: fixed;
	z-index: 9999999;
	top: 100px;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	color: #fff;
	background: #32b0ee;
	font-family: opensans-regular;
	font-size: 15px;
	-webkit-box-shadow: 0px 5px 17px 0px rgba(50, 50, 50, 0.6);
	-moz-box-shadow:    0px 5px 17px 0px rgba(50, 50, 50, 0.6);
	box-shadow:         0px 5px 17px 0px rgba(50, 50, 50, 0.6);
}

.mapa {
	/*border-bottom: 5px solid #000;*/
}

.mapa iframe {
	border: 0;
}

#content .blog {
	max-width: 1100px;
	margin: auto;
	padding: 0px 10px 30px;
}

#content .blog h1 {
	margin-top: 0;
}

#content .blog h2 a {
	font-size: 20px;
}

#content .blog .pagination .counter {
	text-align: center;
}

#content .blog .pagination ul {
	list-style-type: none;
	padding: 0;
	text-align: center;
}

#content .blog .pagination ul li {
	display: inline-block;
	padding: 0 8px;
	width: 20px !important;
}

#content .blog .pagination ul li.pagination-start {
	background: url(../images/first.png) no-repeat center center;
	background-size: 24px;
}

#content .blog .pagination ul li.pagination-prev {
	background: url(../images/prev.png) no-repeat center center;
	background-size: 24px;
}

#content .blog .pagination ul li.pagination-next {
	background: url(../images/next.png) no-repeat center center;
	background-size: 24px;
}

#content .blog .pagination ul li.pagination-end {
	background: url(../images/end.png) no-repeat center center;
	background-size: 24px;
}

#content .blog .pagination ul li.pagination-start,
#content .blog .pagination ul li.pagination-prev,
#content .blog .pagination ul li.pagination-next,
#content .blog .pagination ul li.pagination-end,
#content .blog .pagination ul li.pagination-start a,
#content .blog .pagination ul li.pagination-prev a,
#content .blog .pagination ul li.pagination-next a,
#content .blog .pagination ul li.pagination-end a {
	color: transparent;
}

.tooltip {
	display: none !important;
}

.readmore {
	text-align: right;
}

.info-contactenos {
	width: 284px;
	position: fixed;
	right: -246px;
	bottom: 12%;
	background: url(../images/fondo-popup.png) no-repeat top left;
	z-index: 999;
}

.info-contactenos .boton {
	width: 36px;
	height: 48px;
	float: left;
	cursor: pointer;
}

.info-contactenos .boton img {
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin-left: 3px;
}

.info-contactenos .pinfo-contactenos {
	width: 220px;
	float: right;
	/*background-color: #4EAEF3;*/
	background-color: #3d89bf;
	border-right: 0px;
	border-radius: 0px 0px 0px 15px;
	padding: 13px;
	font-family: opensans-light;
	color: #fff;
}

.info-contactenos .pinfo-contactenos a {
	color: #fff;
}

.info-contactenos .pinfo-contactenos a:hover {
	color: #fff;
	text-decoration: underline;
}

.info-contactenos .pinfo-contactenos b,
.info-contactenos .pinfo-contactenos strong {
	font-family: opensans-bold;
}

.footer {
	/*background: #32b0ee;*/
	background: #4d849c;
	overflow: hidden;
	background: url(../images/background_old.jpg) no-repeat center bottom #4d849c;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.footer .moduletable_menu {
	margin-top: 20px;
	text-align: center;
}

.footer .moduletable_menu ul {
	padding: 0;
	list-style: none;
	background: transparent;
	height: 50px;
}

.footer .moduletable_menu ul li {
	display: inline;
	padding: 0px 20px;
}

.footer .moduletable_menu ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 17px;
	font-family: opensans-light;
}

.footer .moduletable_menu ul li a:hover {
	/*color: #000;*/
	text-decoration: underline;
}

.footer ul {
	margin: 0;
}

.footer .moduletable {
	margin-top: 70px;
	margin-bottom: 20px;
	font-family: opensans-regular;
	font-size: 13px;
}

.footer .moduletable ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.footer .moduletable ul li {
	display: inline-block;
	padding: 0 20px 10px;
}

.footer .moduletable a {
	text-decoration: none;
	color: #fff;
}

.footer .moduletable a:hover {
	/*color: #000;*/
	text-decoration: underline;
}

.activebar-container,
.activebar-container p,
.activebar-container button {
	text-align: center !important;
	float: none !important;
	background: #32b0ee !important;
	font-family: opensans-light;
	color: #fff;
	font-size: 16px;
	border: 0 !important;
}

.activebar-container p {
	padding: 0 10px;
}

.activebar-container button {
	border: 1px solid #fff;
	border-radius: 5px;
	background: #fff !important;
	color: #32b0ee !important;
	cursor: pointer;
	margin: 0px 10px 5px !important;
	padding: 1px 10px !important;
	font-family: opensans-regular;
	outline: none;
}

#map-canvas {
	height: 215px;
}

a[href^="http://maps.google.com/maps"]{display:none !important}
a[href^="https://maps.google.com/maps"]{display:none !important}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display:none;
}
.gmnoprint div {
    background:none !important;
}

.resize {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	color: #fff;
	background: #f00;
	padding: 7px;
	border-radius: 0px 5px 0px 0px;
	z-index: 999999;
	opacity: 0.5;
}

@media (max-width: 1350px) {
	.slider .nivo-caption {
		font-size: 28px;
	}
}

@media (max-width: 1050px) {
	.slider .nivo-caption {
		font-size: 23px;
	}
}

@media (max-width: 930px) {
	.psoluciones {
		font-size: 20px;
	}
	.psoluciones b, .psoluciones strong {
		font-size: 30px;
	}
	.quienes-somos .pquienes-somos {
		font-size: 21px;
	}
}

@media (max-width: 900px) {
	.servicios .pservicios .doble-izq,
	.servicios .pservicios .doble-derc {
		float: none !important;
		width: 100%;
	}
	.info-servicios .pinfo-servicios {
		font-size: 18px;
	}
}
@media (max-width: 895px) {
	.slider .nivo-caption {
		font-size: 18px;
	}
}

@media (max-width: 865px) {
	body {
		margin-top: 55px;
	}
	div.menu {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		overflow: hidden;
		margin-bottom: -4px;
		position: fixed;
		width: 100%;
		z-index: 8009;
	}
	.menu .pmenu {
		min-height: 55px;
		padding: 0px;
	}
	.menu .pmenu .separador {
		height: 55px;
	}
	.menu .pmenu img{
		width: 160px;
		margin: 5px 0;
		padding-left: 10px;
	}
	.menu .pmenu .mod-languages {
		right: 50px;
	}
	.nav-icon {
		display: block;
	}
	.menu .moduletable_menu {
		margin: 0 !important;
		float: none !important;
		padding-bottom: 20px;
		display: none;
		height: 220px;
	}
	.menu .moduletable_menu ul {
		height: auto !important;
	}
	.menu .moduletable_menu ul li {
		display: block !important;
		text-align: center;
		padding: 0;
		margin-bottom: 15px;
	}
	.menu .pmenu .moduletable_menu ul li.active a {
		color: #32b0ee;
		background: #fff;
		padding: 0;
	}
	.menu .mod-languages {
		margin: 14px 5px !important;
	}
	.separador {
		display: block;
	}
	.contacto .pcontacto .moduletable {
		float: none;
		width: auto;
	}
	.contacto .pcontacto .direccioncontacto {
		float: none;
		width: 100%;
		text-align: center;
		margin-top: 50px;
	}
	.contacto .form-success,
	.contacto .form-error {
		top: 55px;
	}
	.categorias-productos li {
		width: 300px;
		margin: auto;
	}
}

@media (max-width: 800px) {
	.contacto .easyform--container {
		float: none !important;
		width: 100% !important;
	}
}

@media (max-width: 700px) {
	.info-contactenos {
		display: none;
	}
}

@media (max-width: 675px) {
	.info-servicios .pinfo-servicios {
		font-size: 16px;
	}
	.slider .nivo-caption {
		font-size: 15px;
	}
}

@media (max-width: 675px) {
	.footer .moduletable_menu {
		display: none;
	}
}

@media (max-width: 630px) {
	.slider .nivo-caption {
		font-size: 12px;
	}
}

@media (max-width: 615px) {
	.psoluciones {
		font-size: 16px;
	}
	.psoluciones b, .psoluciones strong {
		font-size: 23px;
	}
}

@media (max-width: 600px) {
	.contacto #dynamic_recaptcha_1 {
		float: none;
	}
	.contacto input[type="submit"] {
		float: none;
		margin: 20px 0 0 !important;
	}
}

@media (max-width: 550px) {
	.slider .nivo-caption {
		display: none !important;
	}
}

@media (max-width: 930px) {
	.quienes-somos .pquienes-somos,
	.contacto .intro-contacto,
	.lista-productos .info-prod {
		font-size: 18px;
	}
}