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

*{
	padding:0;
	margin:0;
}

html, body {
	margin:0;
	padding:0;
	height: 100%;
	width: 100%;
}
.no-padding {
	padding:0px;
}
.no-padding-left {
	padding-left:0px;
}
.no-padding-right {
	padding-right:0px;
}
a:focus {
	outline: none;
}
.limpia {
	clear:both;
}

ul, ol {
    margin-top: 0;
    list-style: none;
}

ul, li {
    margin-top: 0;
    list-style: none;

}
/*---- NAV ----*/

.nav {
	width:100%;
	height:144px;
	background: url(../images/bg_top.gif) repeat-x;
	position:relative;
}
.logo {
	width:189px;
	height:214px;
	position:absolute;
	background:url(../images/logo.png) no-repeat;
	left:60px;
	z-index: 2;
	text-indent:-999px;
}

.logo-distribuidor{
	width:252px;
	height:51px;
	background:url(../images/logo-distribuidor.gif) no-repeat;
	float: right;
	margin-top: -64px;
	}


#slideshowInterna {
	width: 100%;
	min-height: 697px;
	background-image:url(../images/bg-garantia.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:cover;
	padding-top:90px;
	overflow:hidden;
}

#slideshowInterna.interna_luminette {
	width: 100%;
	min-height: 697px;
	background-image:url(../images/bg_luminette.jpg);
}

#slideshowempresa {
	width: 100%;
	min-height: 697px;
	background-image:url(../images/bg-empresa.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:cover;
	padding-top:90px;
	overflow:hidden;
}

#faqInterna {
	width: 100%;
	min-height: 697px;
	background-image:url(../images/bg-faq.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:cover;
	padding-top:90px;
	overflow:hidden;
}

/*--SLIDE --*/

#slideshow {
	/*margin: 80px auto;*/
	position: relative;
	width: 100%;
	/*max-width:1300px;*/
	height: 697px;/*padding: 10px;
	box-shadow: 0 0 20px rgba(0,0,0,0.4);*/
}
#slideshow > div {
	position: absolute;/*top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;*/
}
#slideshow p {
	position:relative;
	z-index:999;
	top:-70px;
	padding:10px;
	background:rgba(0, 0, 0, 0.5);
	text-align:left;
}

.img01{
	background:url(../images/slide-home/01.jpg) no-repeat top left;
	background-size:cover;
	width:100%;
	height:833px;
	}
/*--- BOTONA SLIDE---*/

.botonera_slideInterna {
    width: 97%;
    height: 130px;
    background: rgba(192, 192, 192, 0.5);
    border: 1px solid #ffffff;
    margin: 23px auto;
}

.botonera_slide {
	width:97%;
	height:130px;
	position:absolute;
	background:rgba(192, 192, 192, 0.5);
	border:1px solid #ffffff;
	z-index:3;
	bottom:20px;
}
.cont_catalogo {
	width:100%;
	height:130px;
	border-right:1px solid #ffffff;
	padding-top: 31px;
	padding-left: 26px;
}
.cont_catalogo h2 {
	font-family:"Lato";
	color:#fff;
	font-weight:300;
	margin:0;
	padding:0;
}
.cont_catalogo h2 span {
	text-transform:uppercase;
	font-weight:700;
}
.subMenu {
	background:rgba(255, 255, 255, 0.5);
	width:100%;
	height:130px;
	margin-top:-1px;
	padding-top:40px;
	padding-left: 27px;
}
.btn {
	width:80%;
	height:60px;
	padding:10px;
	border:1px solid #fff;
	background:rgba(255, 255, 255, 0.8);
	border-radius:0px;
	margin: 38px 0 0 22px;
	font-family:"Lato";
	color:#666;
	font-weight:700;
	text-align:center;
	-webkit-transition: background-color ease-out 1s;
	-moz-transition: background-color ease-out 1s;
	-o-transition: background-color ease-out 1s;
	transition: background-color ease-out 1s;
}
.btn:hover {
	background:rgba(255, 255, 255, 0.5);
}
/*---- FOOTER ----*/

.footer {
	width:100%;
	min-height:50px;
	background:#DCDCDF;
	padding:20px;
}
.footer p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	float:left;
	color:#868686;
}
.footer p a {
	color:#868686;
	-webkit-transition: background-color ease-out 1s;
	-moz-transition: background-color ease-out 1s;
	-o-transition: background-color ease-out 1s;
	transition: background-color ease-out 1s;
}
.footer p a:hover {
	color:#00A3E1;
}
.footer p.last {
	float: right;
}


/*---- MENU  ----*/
section {
	padding:20px;
}

.menu_bar {
	display:none;
}

header {
	width: 100%;
}

header nav {
	z-index: 1000;
	max-width: 490px;
	width: 100%;
	margin: 95px 0 0 260px;
}
header nav ul {
	list-style:none;
}

header nav ul li {
	display:inline-block;
	position: relative;
	font-family:'Lato';
	font-size:13px;
}

header nav ul li:hover .children {
	display: block;
}

a:hover, a:focus{
	color:inherit;
	}

/*Submenu*/
header nav ul li .children {
	background:rgba(255,255,255,1);
	position: absolute;
	display: none;
	width: 265%;
	z-index: 1000;
}
header nav ul li .children li {
	display: block;
	overflow: hidden;
	border-bottom: 1px solid rgba(255,255, 255, 0.8);
}
header nav ul li .children li a {
	display: block;
	padding:10px;
}
header nav ul .children li a span {
	float: right;
	position: relative;
	top:3px;
	margin-right: 0px;
	margin-left:10px;
}
header nav ul li a {
	color:#000;
	text-decoration: none;
	display: inline-block;
	padding: 8px 27px;
	text-decoration:none;
}
header nav ul li:hover {
	color:#000;
	text-decoration:none;
	background:#c8c8c8;
}
header nav ul li span {
	margin-right:10px;
}
header nav ul li .caret {
	position: relative;
	top: 3px;
	margin-left: 10px;
	margin-right: 0;
}


/*---- SUB MENU FOOTER --*/

#menu {
	text-align: center;
	font-size: 15px;
	font-family:'Lato';
	width: 820px;
	margin:-11px auto;
	position:relative;
	z-index:30;
}
#menu ul {
	list-style-type: none;
}
#menu ul li.nivel1 {
	float: left;
	width: 192px;
	margin-right: 2px;
	text-align:left;
}
#menu ul li a {
	display: block;
	text-decoration: none;
	color: #000;
	background-color:rgba(255, 255, 255, 1);
	border: solid 1px #fff;
	padding: 8px;
	position: relative;

	height:60px;
}
#menu ul li:hover {
	position: relative;
}
#menu ul li a:hover, #menu ul li:hover a.nivel1 {
	background-color: #E6E7E8;
	color: #000;
	position: relative;
}
#menu ul li a.nivel1 {
	display: block!important;
	display: none;
}
#menu ul li ul {
	display: none;
}
#menu ul li a:hover ul, #menu ul li:hover ul {
	display: block;
	position: absolute;
	left: 0px;
}
#menu ul li ul li a {
	width: 190px;
	padding: 6px 0px 8px 10px;
	border-bottom-color: #fff;
	text-align: left;
	height: 35px;
	font-size:11px;
}
#menu ul li ul li a:hover {
	border-bottom-color: #fff;
	position: relative;
}
table.falsa {
	border-collapse:collapse;
	border:0px;
	float: left;
	position: relative;
}


ul#uno {
	top: -454px;
}

ul#dos {
	top: -139px;
}

ul#tres {
	top: -69px;
}
ul#cuatro {
	top: -116px;
}
ul#cinco {
	top: -87px;
}
#menu ul li a.nivel2, #menu ul li a.nivel2ie {
	color: #000;
}
#menu ul li a.nivel1, #menu ul li a.nivel2 {
	display: block!important;
	display: none;
	position: relative;
}
#menu ul li:hover {
	position: relative;
}
#menu ul li a:hover, #menu ul li:hover a.nivel1 {
	background-color: #E6E7E8;
	color: #000;
	position: relative;
}
#menu ul li ul {
	display: none;
}
#menu ul li:hover ul.nivel2, #menu ul li a:hover ul.nivel2 {
	display: block;
	position: absolute;
	left: 0px;
}

#menu ul li ul li:hover ul.nivel3 {
	display: block;
	position: absolute;
	left: 190px;
	top:0px;
}


#menu ul li ul li:hover ul.nivel4 {
	display: block;
	position: absolute;
	left: 190px;
	top:0px;
}

.menuMobile{
	display:none;
	}

.destCatalogo{
	background:rgba(255,255,255,0.8);
	text-align: left;
	font-size: 20px;
	font-family: "Lato";
	font-weight: 100;
	height: 50px;
	margin-top: 50px;
	}


.garantia {
    width: 90%;
    min-height: 430px;
    background: rgba(255,255,255,0.9);
    position: relative;
    margin: auto;
    padding-bottom: 30px;
}

.internaProdcucto {
    width: 90%;
    min-height: 430px;
    background: rgba(255,255,255,0.9);
    position: relative;
    margin: auto;
    padding-bottom: 30px;
}

.internaProdcucto h1 {
    width: 100%;
    height: 55px;
    background: rgba(255,255,255,0.8);
    border-bottom: 1px solid #fff;
    font-family: 'Lato';
    color: #666;
    font-size: 18px;
    z-index: 2;
    padding: 20px;
		text-align: center;
		margin:0px;
		text-transform: uppercase;
		position: relative;
		z-index: 2;
		top:0px;
	}

.internaProdcucto p.detail {
			font-family: 'Lato';
			color: #333;
			font-size: 16px;
			line-height: 27px;
			padding: 0px 0px 0px 0px;
			width: 100%;
		}


.contacto_bg {
    width: 90%;
    min-height:660px;
    background:rgba(255,255,255,0.9);
    position: relative;
    margin: auto;
	padding-bottom:30px;
}

#slideshowempresa.contacto{
	width: 100%;
	min-height: 927px;
	background-image:url(../images/bg-contacto.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:cover;
	padding-top:90px;
	overflow:hidden;
}

#slideshowempresa.presupuesto{
    width: 100%;
    min-height: 1160px;
	max-height:2500px;
    background-image: url(../images/bg-presupuesto.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding-top: 90px;
    overflow: hidden;
}

.contacto_bg h1 {
    width: 100%;
    height: 55px;
    background: rgba(255,255,255,0.5);
    border-bottom: 1px solid #fff;
    font-family: 'Lato';
    color: #666;
    font-size: 18px;
    z-index: 2;
    display: inline-block;
    padding: 20px;
	margin:0px;
	text-transform: uppercase;
	}

.contacto_bg h1.empresa {
	    background: #00A3E1;
	    color: #fff;
			width: 100%;
			font-size: 18px;
			height: 60px;
	}

.contacto_bg p {
    font-family: 'Lato';
    color: #333;
    font-size: 16px;
    line-height: 32px;
    padding: 40px 20px 20px 20px;
    width: 100%;
	}

.garantia h1 {
    width: 100%;
    height: 55px;
    background: rgba(255,255,255,0.5);
    border-bottom: 1px solid #fff;
    font-family: 'Lato';
    color: #666;
    font-size: 18px;
    z-index: 2;
    display: inline-block;
    padding: 20px;
	margin:0px;
	text-transform: uppercase;
	}

	.garantia h1.empresa {
	    background: #00A3E1;
	    color: #fff;
			width: 100%;
			font-size: 18px;
			height: 60px;
	}

.garantia p {
    font-family: 'Lato';
    color: #333;
    font-size: 16px;
    line-height: 32px;
    padding: 40px 20px 20px 20px;
    width: 100%;
	}

  .garantia p.detail {
      font-family: 'Lato';
      color: #333;
      font-size: 16px;
      line-height: 27px;
      padding: 20px 0px 0px 0px;
      width: 100%;
  	}

.garantia .logo-garantia{
	width:150px;
	height:156px;
	background:url(../images/garantia.png) no-repeat;
	position:absolute;
	top: -60px;
	right: 20px;
	z-index:3;
	}

.garantia .logo-recuperado{
		width:150px;
		height:156px;
		background:url(../images/recuperado.png) no-repeat;
		position:absolute;
		top: -60px;
		right: 20px;
		z-index:3;
		}

.garantia .logo-ventas{
	width:150px;
	height:156px;
	background:url(../images/ventas.png) no-repeat;
	position:absolute;
	top: -60px;
	right: 20px;
	z-index:3;
	}



.garantia .logo-faq{
	width:150px;
	height:156px;
	background:url(../images/faq.png) no-repeat;
	position:absolute;
	top: -60px;
	right: 20px;
	z-index:20;
	}


/*--- ACORDEON ---*/

.acordeon{
	position:absolute;
	top:80px;}

	.garantia.pregFrecuentes {
	    min-height:660px;
	}


/*--- INATALACIONES --*/
	.instalaciones {
	    width: 90%;
	    min-height: 430px;
	    background: rgba(255,255,255,0.9);
	    position: relative;
	    margin: auto;
	}

	.instalaciones h1 {
	    width: 100%;
	    height: 55px;
	    background: rgba(255,255,255,0.garantia5);
	    border-bottom: 1px solid #fff;
	    font-family: 'Lato';
	    color: #666;
	    font-size: 18px;
	    z-index: 2;
	    display: inline-block;
	    padding: 20px;
			margin:0px;
			text-transform: uppercase;
		}

	.instalaciones p {
	    font-family: 'Lato';
	    color: #333;
	    font-size: 16px;
	    line-height: 32px;
	    padding: 40px 20px 20px 20px;
	    width: 100%;
		}

	.instalaciones .logo-instalaciones{
		width:150px;
		height:156px;
		background:url(../images/instalaciones.png) no-repeat;
		position:absolute;
		top: -60px;
		right: 20px;
		z-index:3;
		}


.garantia .logo-soporte_tecnico{
	width:150px;
	height:156px;
	background:url(../images/soporte-tecnico.png) no-repeat;
	position:absolute;
	top: -60px;
	right: 20px;
	z-index:3;
	}


.garantia .logo-motorizacion{
		width:150px;
		height:156px;
		background:url(../images/motorizacion.png) no-repeat;
		position:absolute;
		top: -60px;
		right: 20px;
		z-index:3;
		}


/*--- FORM ---*/

input.tuneado{
	display:block!important;
	border: 1px solid #ccc;
    padding: 5px;
	width:100%;
	height:37px;
	color: #808285;
    font-family: 'Open Sans';
    font-size: 13px;
	font-weight: 100;
	margin-bottom:15px;
	}


textarea.tuneado{
	border: 1px solid #ccc;
    margin-right:0px;
    padding: 5px;
	width:100%;
	height:85px;
	font-family: 'Open Sans';
    font-size: 13px;
	font-weight: 100;
	}

.enviar{
	width:80px;
	height:28px;
	cursor:pointer;
	float:right;
	margin-right:0px;
	margin-top:20px;
	margin-left: 15px;
	background:#00A3E1;
	color:#fff;
	font-family: 'Open Sans';
	border:none;
	text-transform:uppercase;


	-webkit-transition:all 0.2s ease-out;  /* Chrome y Safari */
	-o-transition:all 0.2s ease-out;  /* Opera */
	-moz-transition:all 0.2s ease-out;  /* Mozilla Firefox */
	-ms-transition:all 0.2s ease-out;   /* Internet Explorer */
	transition:all 0.2s ease-out;  /* W3C */
	}

.enviar:hover{
	background:#158ebc;
	}


h3 {
	font-family:"Lato";
	color:#00A3E1;
	font-weight:700;
	margin:0;
	padding:20px 0 20px 0;
}

.espacio{
	width:100%;
	height:40px;
	}


/*------ INTERNAS PRODUCTOS -----*/

.slide {
    width: 100%;
    height: auto;
    position: relative;
    top: -55px;
	}

ul.listado{
  margin-top: 20px;
}

ul li.destacado{
  background: url(../images/bullet.gif) no-repeat left 12px;
  padding-left: 20px;
  font-family:"Lato";
  font-size: 14px;
  line-height: 32px;
  color: #000;
}

.borde{
	border: 1px solid #FFF;
	width: 72px;
	height: 72px;
	position: relative;
	z-index: 1;
	display: inline-block;
}

.borde .more{
	width: 15px;
	height: 15px;
	background:  url(../images/more.png) no-repeat;
	position: absolute;
	z-index: 2;
	bottom: 5px;
	right: 5px;
}

.top {
    margin-top: -70px;
}


/*---HACK FOR CHROME--*/

@media screen and (-webkit-min-device-pixel-ratio:0) {
    ul#uno {
	top: -454px;
}

ul#tres {
    top: -69px;
}
}

.btn.btn-default.pdf {
    width: 150px;
    height: 40px;
    background: #00a3e1;
		border: none;
		color: #fff;
		text-transform: uppercase;
		margin: 20px 0 0 0;

		-webkit-transition: background-color ease-out 1s;
		-moz-transition: background-color ease-out 1s;
		-o-transition: background-color ease-out 1s;
		transition: background-color ease-out 1s;
}

.btn.btn-default.pdf:hover {
    background: #06749e;
}
