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

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	padding: 0;
	margin: 0;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*----*/

html,
body {
	width: 100%;
	position: relative;
}

.pagina {
	margin: auto;
	position: relative;
	z-index: 1;
	transition: all 0.5s ease;
}

.cont {
	max-width: 1200px;
	margin: auto;
}

.half-cont {
	overflow: hidden;
}

.half {
	width: 50%;
	float: left;
	display: block;
	box-sizing: border-box;
}

.half:first-child {
	padding-right: 20px;
}

.half:last-child {
	padding-left: 20px;
}

.third {
	width: 33.3%;
	float: left;
	display: block;
	box-sizing: border-box;
}

.w-quinto {
	width: 20%;
	float: left;
	display: block;
	box-sizing: border-box;
}

.clear {
	clear: both;
}

/*----GENERALES----*/

body {
	font: 0.9em 'Open Sans', sans-serif;
	color: #333;
}

p {
	text-align: justify;
	margin-bottom: 20px;
	line-height: 2em;
}

a {
	color: #00A2DF;
}

strong {
	font-weight: bold;
}

h1 {
	font: 300 1.6em 'Open Sans', sans-serif;
	margin-bottom: 20px;
	color: #00A2DF;
}

h2 {
	font: 300 1.4em 'Open Sans', sans-serif;
	margin-bottom: 20px;
	color: #00A2DF;
}

h3 {
	font: 300 1.2em 'Open Sans', sans-serif;
	margin-bottom: 20px;
	color: #00A2DF;
}

h4 {
	font: 300 1.1em 'Open Sans', sans-serif;
	margin-bottom: 20px;
	color: #00A2DF;
}

h5 {
	font: 300 1em 'Open Sans', sans-serif;
	margin-bottom: 20px;
	color: #00A2DF;
}

.main-title {
	color: #005294 !important;
	font-weight: 400 !important;
}

ol {
	padding-left: 20px;
	list-style: decimal;
}

ol li {
	margin-bottom: 15px;
}

dt {
	font-weight: bold;
}

.button {
	display: inline-block;
	background-color: #00A2DF;
	box-sizing: content-box;
	color: #FFF;
	padding: 5px 10px;
	text-decoration: none;
	font: 1em 'Open Sans', sans-serif;
	border: none;
	cursor: pointer;
	transition: all 0.2s ease;
}

.button:hover {
	box-shadow: 0 0 3px #000;
	background-color: #000;
}

.full {
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
}

img {
	max-width: 100%;
	vertical-align: middle;
}

.social-i {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 35px;
	display: inline-block;
	color: #484848;
	cursor: pointer;
	transition: all 0.2s ease;
}

.social-i i {
	transition: all 0.2s ease;
}

.social-i:hover i {
	transform: rotate(360deg);
}

.social-fb:hover {
	background-color: #3B5998;
	color: #FFF;
}

.social-tw:hover {
	background-color: #55ACEE;
	color: #FFF;
}

.social-gp:hover {
	background-color: #DD4B39;
	color: #FFF;
}

.social-ins:hover {
	background-color: #3F729B;
	color: #FFF;
}

.social-pin:hover {
	background-color: #CC2127;
	color: #FFF;
}

.social-you:hover {
	background-color: #B31217;
	color: #FFF;
}

.social-lin:hover {
	background-color: #0077B5;
	color: #FFF;
}


.desp-parent {
	position: relative;
}

.desp-parent a.desplega {
	display: block;
	text-decoration: none;
	color: #FFF;
	cursor: pointer;
}

.desp-parent a.desplega img {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}

.desplegable {
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #00A2DF;
	display: none;
	box-shadow: 0 0 2px #999;
}

.desplegable a {
	display: block;
	text-decoration: none;
	padding: 5px 10px;
	color: #FFF;
}

.desplegable a:hover {
	background: rgba(0, 0, 0, 0.2);
	color: #FFF;
}

/*---*/

header {
	position: relative;
	z-index: 2;
	padding-bottom: 20px;
	box-shadow: 0 0 3px #CCC;
}

header .cont {
	position: relative;
}

.head-top {
	background-color: #000;
	padding: 5px 0;
	margin-bottom: 20px;
}

.head-top p {
	text-align: right;
	margin-bottom: 0;
}

.head-top a {
	color: #FFF;
	text-decoration: none;
	font-weight: 400;
	display: inline-block;
	margin-left: 40px;
}

#languages {
	color: #FFF;
	display: block;
	font-weight: 400;
	padding: 15px;
	position: absolute;
	right: 0;
	top: 0;
	vertical-align: middle;
	z-index: 10;
}

#languages span {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

#languages a {
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 30px;
	height: 30px;
}

#languages a:hover {
	background-color: #A0A0A0;
}

#languages span.is-lang a {
	background-color: #FFF;
	color: #333;
}

#logo {
	float: left;
	max-width: 250px;
	margin: 0;
	padding-left: 20px;
}

#logo img {
	max-width: 100%;
}

#menu {
	position: relative;
	text-align: right;
	float: right;
	z-index: 1;
}

#menu li {
	display: inline-block;
	position: relative;
	transition: all 0.2s ease;
}

#menu a,
#menu span {
	display: block;
	padding: 13px 20px;
	color: #00A2DF;
	transition: all 0.2s ease;
	font-weight: 400;
	text-decoration: none;
}

#menu li:hover a,
#menu li:hover span {
	background-color: #00A2DF;
	color: #FFF !important;
}

#menu li.is-page > a,
#menu li.is-page > span {
	color: #999;
}

#menu .submenu {
	position: absolute;
	left: 0;
	background-color: #00A2DF;
	color: #FFF;
	padding: 10px;
	width: 200px;
	opacity: 0;
	display: none;
	transition: all 0.2s ease;
}

#menu .submenu a {
	color: #FFF;
}

#menu li:hover .submenu {
	display: block;
	opacity: 1;
}

#menu .submenu li {
	display: block;
	width: 100%;
	float: none;
	margin: 0;
	text-align: left;
}

#menu .submenu li a:hover {
	text-decoration: underline;
}

#content {
	position: relative;
	background-color: #FFF;
	padding: 40px;
	overflow: hidden;
}

footer {
	color: #FFF;
	text-align: center;
	font-weight: 300;
	background-color: #00A2DF;
	padding-bottom: 20px;
}

footer p {
	margin-bottom: 0;
}

footer .social {
	margin: 10px 0 20px;
}

footer a {
	color: #FFF;
}

footer .empresa {
	float: left;
}

footer .foot-links {
	text-align: right;
}

footer .foot-links a {
	display: inline-block;
	margin-left: 40px;
	font-weight: 400;
	text-decoration: none;
}

footer .logos-footer {
	background-color: #fff;
	border-top: 5px solid #00A2DF;
	padding: 20px 0;
	margin-bottom: 20px;
}

/*--- textos ----*/

#main-slider {
}

.slider-inner {
	max-width: 1200px;
	margin: 0 auto 40px;
}

.slide-inner {
	text-align: center;
}

.slider-inner img {
	vertical-align: middle;
}

.slide span {
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-size: 2em;
	opacity: 0.6;
	z-index: 2;
	transition: all 0.2s ease;
}

.slide:hover span {
	opacity: 1;
}

.prev-arrow,
.next-arrow {
	display: block;
	position: absolute;
	top: 45%;
	text-align: center;
	cursor: pointer;
	opacity: 0.8;
	font-size: 25px;
	line-height: 40px;
	color: #000;
	width: 60px;
	height: 40px;
	background-color: #00A2DF;
	transition: all 0.2s ease;
}

.slider:hover .prev-arrow,
.slider:hover .next-arrow {
	opacity: 1;
}

.prev-arrow {
	left: 0;
}

.prev-arrow:hover {
	padding-left: 20px;
}

.next-arrow {
	right: 0;
}

.next-arrow:hover {
	padding-right: 20px;
}

.slick-list,
.slick-track,
.slide {
	min-height: 1px;
	height: 100%;
}

.slide .cont {
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 2;
}

.slide img {
	position: relative;
	z-index: 1;
}

.slide {
	position: relative;
}

.slide-text {
	vertical-align: middle;
	position: absolute;
	z-index: 2;
	left: 0;
	top: -500px;
	width: 40%;
	line-height: 1em;
	height: 250px;
	background-color: rgba(153, 218, 243, 0.8);
	transition: all 0.5s ease;
	transition-delay: 0.5s;
}

.slide-text p {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
	text-align: right;
	max-width: 100%;
	box-sizing: border-box;
	padding: 20px;
	color: rgb(0, 82, 149);
	font-size: 2em;
	line-height: 1.4em;
}

.slick-active .slide-text {
	top: 0;
}

.page {
	margin: 0 0 40px;
	width: 800px;
	max-width: 800px;
	float: right;
	line-height: 1.1em;
}

.page-text {
	overflow: hidden;
	margin: auto;
}

.page-tit {
	font-size: 2em;
	text-align: left;
	margin-bottom: 40px;
	font-weight: 300;
	color: #00A2DF;
}

.page-desc {
	overflow: hidden;
	margin: auto;
}

.page-desc h2,
.page-desc h3,
.page-desc h4,
.page-desc h5,
.page-desc h6 {
	color: #00A2DF;
	margin-bottom: 20px;
}

.page-img {
	text-align: left;
	margin-bottom: 40px;
}

.page-text ul,
.page-text ol {
	padding-left: 20px;
}

.page-text ul li {
	list-style: disc;
}

.page-text ol li {
	list-style: decimal;
}

.page-text li {
	margin-bottom: 20px;
}

.page-text table {
	width: 100%;
	table-layout: auto;
}

.page-text td {
	padding: 0 10px;
}

/*---index---*/

.mapa {
	position: relative;
}

#idx h3,
#idx p {
	margin-bottom: 0;
}

#idx li {
	margin-bottom: 20px;
}

/*--- productos ---*/

.productos-list {
	overflow: hidden;
	text-align: center;
	margin: 0 auto 40px;
	max-width: 1800px;
	font-size: 1em;
	line-height: 0;
	position: relative;
	z-index: 1;
}

.producto-pag .productos-list {
	width: 330px;
	max-width: 20%;
	float: left;
	margin-right: 40px;
	overflow: hidden;
	position: relative;
}

.producto-pag .productos-list .aux-cont {
	overflow: auto;
}

.top-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	z-index: 2;

	background: rgba(255, 255, 255, 1);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}

.bottom-shadow {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	z-index: 2;

	background: rgba(255, 255, 255, 0);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}

.prod-mini {
	width: 300px;
	max-width: 95%;
	text-align: center;
	position: relative;
	overflow: hidden;
	font-size: 1em;
	margin: 5px;
	box-shadow: 0 0 3px #999;
	transition: all 0.2s ease;
}

.prod-mini:hover {
	box-shadow: 0 0 5px #000;
}

.prod-mini-img {
	text-align: center;
	z-index: 1;
	transition: all 0.5s ease;
}

.prod-mini-tit {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 3;
	bottom: 0;
	left: 0;
	text-align: center;
	padding: 10px;
	width: 100%;
	color: #FFF;
	box-sizing: border-box;
}

.prod-mini-tit h2 {
	margin: 0 !important;
}

.categorias-list {
	text-align: center;
}

.categorias-list .prod-mini {
	height: 300px;
	line-height: 300px;
	display: inline-block;
}


.slider-prod {
	max-width: 1200px;
	margin: 0 auto 40px;
}

.slide-prod {
	text-align: center;
}

.slider-prod img {
	vertical-align: middle;
}

.slider-prod .prev-arrow,
.slider-prod .next-arrow {
	width: 40px;
	height: 40px;
	background-image: none;
	background-color: #00A2DF;
	color: #FFF;
	line-height: 40px;
	border-radius: 40px;
}

/*-- clientes---*/

.clientes-list {
	max-width: 1200px;
	overflow: hidden;
	margin: 0 auto 40px;
}

.clientes-list .cliente-mini {
	width: 240px;
	height: 148px;
	line-height: 148px;
	text-align: center;
	float: left;
}

.clientes-list .cliente-mini:nth-of-type(2n+1) {
	background-color: #F4F4F4;
}

.clientes-list .cliente-mini-img {
	max-width: 240px;
	max-height: 148px;
	vertical-align: middle;
}


/*---- videos----*/

.videos-list {
	max-width: 960px;
	margin: 0 auto 40px;
}

.video {
	height: 0px;
	width: 100%;
	padding-top: 56.25%; /* Relación: 16/9 = 56.25% */
	position: relative;
	margin-bottom: 40px;
}

/* El iframe se adapta al tamaño del contenedor */
.video iframe {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
}

/*---contacto--*/

.contacto {
}

.contacto .half {
	padding: 0 20px;
}

.contacto .page-text {
	height: auto;
}

#gmap {
	width: 100%;
	height: 300px;
	margin-bottom: 20px;
}

.msg-error p {
	padding: 5px;
	margin: 20px 0;
	border-style: solid;
	border-width: 1px;
	font-size: 0.8em;
	background-color: #FBD3B1;
	color: #CE2700 !important;
	border-color: #F5C69A;
	display: none;
}

.msg-ok p {
	padding: 5px;
	margin: 20px 0;
	border-style: solid;
	border-width: 1px;
	font-size: 0.8em;
	background-color: #E0F2CB;
	color: #6DA827 !important;
	border-color: #6DA827;
	display: none;
}

label {
	display: block;
	font-size: 0.8em;
	font-weight: bold;
}

label span {
	color: #0065B1;
	font-size: 2em;
	position: relative;
	top: 5px;
}

input[type=text],
input[type=password] {
	display: block;
	border: 1px solid #EAEAEA;
	background-color: #FFF;
	margin-bottom: 10px;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	font: 0.8em Arial, Helvetica, sans-serif;
}

textarea {
	display: block;
	border: 1px solid #EAEAEA;
	background-color: #FFF;
	margin-bottom: 10px;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	height: 150px;
	font: 0.8em Arial, Helvetica, sans-serif;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
	box-shadow: 0 0 3px #999;
}

.contact-form input[type=text],
.contact-form textarea {
	background-color: #FFF;
	transition: all 0.2s ease;
}

#thanks {
	display: none;
	padding: 20px;
	width: 60%;
	text-align: center;
	margin: auto;
}

#thanks h2 {
	font-size: 1.6em;
}

#thanks p {
	text-align: center;
}

.contact-tit {
	font-size: 3em;
	font-weight: 300;
	margin-bottom: 20px;
}

.address {
	font-weight: 300;
	font-size: 1.6em;
}

.contact-data {
	display: grid;
	grid-template-columns: 1fr 2fr;
	grid-gap: 20px;
	align-items: center;
	font-size: 1.4em;
}

#index .contact-data {
	font-size: 1em;
}

.contact-data dt {
	float: left;
	font-weight: 700;
	clear: left;
}

.contact-data dd {
	float: left;
	font-weight: normal;
	flex-grow: 1;
}


.contact-data dt i {
	display: inline-block;
	width: 40px;
	height: 40px;
	font-size: 20px;
	border-radius: 40px;
	border: 2px solid;
	text-align: center;
	line-height: 40px;
	margin-right: 10px;
}

/*---producto---*/

.page.product {
	overflow: hidden;
	max-width: 1200px;
	margin: 5px auto 20px;
}

.product .page-img {
	max-width: 100%;
}


/*------*/

.list {
	width: 800px;
	max-width: 800px;
	float: right;
	overflow: hidden;
	clear: both;
}

.list article {
	margin-bottom: 40px;
}

.list article:last-child {
	margin-bottom: 0;
}

.contact-data {

}

/*---empleo---*/

#empleo h2 {
	color: #00A2DF;
	font-weight: 400;
}

#empleo table {
	width: 100%;
}

#empleo th {
	background-color: #00A2DF;
	color: #FFF;
	padding: 5px 10px;
	text-align: left;
	font-weight: 700;
}

#empleo td {
	padding: 5px 10px;
	background-color: #FFF;
}

#empleo tr:nth-of-type(2n+2) td {
	background-color: #F0F0F0;
}

/*---- mapa web --*/

#mapaweb li {
	line-height: 25px;
}

#mapaweb ul {
	padding-left: 40px;
}

#mapaweb > ul > li {
	margin-bottom: 20px;
	text-transform: uppercase;
	list-style: disc;
}

#mapaweb ul ul li {
	list-style: circle;
	text-transform: none;
}


/*---movil---*/


.mob {
	display: none;
}

#menu-fixed {
	text-align: center;
	width: 100%;
	background: #FFF;
	margin: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 21;
	box-shadow: 0 0 5px #000;
	display: none;
	height: 53px;
}

.menu-logo {
	position: absolute;
	left: 5px;
	top: 4px;
	height: 40px;
}

.menu-logo img {
	max-height: 100%;
}

#menu-fixed ul {
	padding: 0 !important;
	background: #FFF;
	border-radius: 0 !important;
	width: 100% !important;
	position: absolute;
	z-index: 1;
	top: -1000px;
	transition: all 0.2s ease;
}

#menu-fixed.opened ul {
	top: 53px;
}

#menu-fixed li {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	border-bottom: 1px solid #000;
	transition: all 0.2s ease;
}

#menu-fixed li.selected,
#menu-fixed li:hover {
	border-bottom-color: #000;
	background: #00A2DF;
}

#menu-fixed a {
	color: #000 !important;
	text-transform: uppercase;
	display: block;
	line-height: 30px;
	text-decoration: none;
	font-size: 1.1em;
	padding: 0;
	margin: 0 !important;
	margin-top: 5px;
	transition: all 0.2s ease;
	text-shadow: none !important;
}

#menu-fixed a:hover {
	font-weight: bold;
}

.select-menu {
	position: absolute;
	right: 5px;
	top: 7px;
	width: 40px;
	height: 40px;
	z-index: 3;
}

.select-menu a {
	display: block;
	width: 40px;
	height: 40px;
	background: #FFF;
	border-radius: 20px;
	vertical-align: middle;
	text-align: center;
	color: #000;
	box-shadow: 0 0 3px #E9E9E9;
}

.select-menu i {
	line-height: 40px;
	font-size: 20px;
	color: #000;
	vertical-align: middle;
	text-align: center;
}

#menu-tit {
	height: 53px;
	display: block;
	color: #000;
	background: #FFF;
	line-height: 53px;
	text-align: center;
	transition: all 0.2s ease;
	font-weight: bold;
	font-size: 1em;
	line-height: 53px;
	position: relative;
	z-index: 2;
}

.opened #menu-tit {
	color: #FFF;
	background-color: #909090;
}


@media only screen and (max-width: 850px) {
	.mob {
		display: block;
	}

	.cont {
		width: 100% !important;
	}

	.menu-logo {
		height: 45px;
	}

	#menu {
		display: none !important;
	}

	#menu-fixed {
		display: block !important;
	}

	body {
		background-image: none;
	}

	header {
		padding: 63px 10px 10px;
	}

	.head-top {
		display: none;
	}

	#logo {
		float: none;
		margin: 10px 0;
	}

	.social {
		text-align: center;
	}

	.social-i {
		margin: 0 2px 0;
	}

	#content {
		padding: 20px;
	}

	.page {
		width: 100%;
	}

	.list {
		width: 100%;
	}

	.slider-inner {
		float: none;
		height: auto;
		width: auto;
	}

	#contacto .half {
		margin-bottom: 20px;
		clear: both;
		overflow: hidden;
	}

	.contact-data {
		overflow: hidden;
	}

	.contact-data {
		grid-template-columns: 1fr;
		grid-gap: 0;
	}

	.contact-data dd {
		margin-bottom: 20px;
		padding-left: 60px;
	}

	.half {
		float: none;
		width: auto;
		padding: 0 !important;
	}

	footer .empresa {
		float: none;
		text-align: center;
		margin-bottom: 20px;
	}

	footer .foot-links {
		text-align: center;
	}

	footer .foot-links a {
		margin: 0 5px 0;
	}

	.slide .cont {
		position: static;
	}

	.slide-text {
		height: auto;
		top: auto !important;
		bottom: 0;
		width: 100%;
		position: static;
	}

	.slide-text p {
		position: static;
		min-height: 2em;
		font-size: 1.2em;
		text-align: center;
	}

}