* {
	box-sizing: border-box;
}

body {
    width: 100%;
    font-size: 16px;
}

@font-face {
	font-family: 'HelveticaNeueLTStd-Lt';
	src: url('../fonts/HelveticaNeueLTStd-Lt.eot');
	src: url('../fonts/HelveticaNeueLTStd-Lt.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HelveticaNeueLTStd-Lt.woff') format('woff'),
		url('../fonts/HelveticaNeueLTStd-Lt.ttf')  format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Helvetica Neue LT-Std';
	src: url('../fonts/HelveticaNeueLTStd-LtCn.eot');
	src: url('../fonts/HelveticaNeueLTStd-LtCn.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HelveticaNeueLTStd-LtCn.woff') format('woff'),
		url('../fonts/HelveticaNeueLTStd-LtCn.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

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

@font-face {
	font-family: 'HelveticaNeueLTStd-Md';
	src: url('../fonts/HelveticaNeueLTStd-Md.eot');
	src: url('../fonts/HelveticaNeueLTStd-Md.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HelveticaNeueLTStd-Md.woff') format('woff'),
		url('../fonts/HelveticaNeueLTStd-Md.ttf')  format('truetype');
	font-weight: 400;
	line-height: 9.6px;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeueLTStd-Md-condensed';
	src: url('../fonts/HelveticaNeue67MediumCondensed.otf');
	src: url('../fonts/HelveticaNeue67MediumCondensed.otf') format('embedded-opentype'),
		url('../fonts/HelveticaNeue67MediumCondensed.otf') format('woff'),
		url('../fonts/HelveticaNeue67MediumCondensed.otf')  format('truetype');
	font-weight: 400;
	line-height: 9.6px;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeueLTStd-Md-regular';
	src: url('../fonts/HelveticaNeueRegular.otf');
	src: url('../fonts/HelveticaNeueRegular.otf') format('embedded-opentype'),
		url('../fonts/HelveticaNeueRegular.otf') format('woff'),
		url('../fonts/HelveticaNeueRegular.otf')  format('truetype');
	font-weight: 400;
	line-height: 9.6px;
	font-style: normal;
}

@font-face {
	font-family: 'Helvetica Neue LT Std';
	src: url('../fonts/HelveticaNeueLTStd-BdCn.eot');
	src: url('../fonts/HelveticaNeueLTStd-BdCn.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HelveticaNeueLTStd-BdCn.woff') format('woff'),
		url('../fonts/HelveticaNeueLTStd-BdCn.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

img {
	max-width: 100%;
}

.f-width {
	width: 100%;
}

.wrapper {
	width: 100%;
	margin: auto;
	background-color: #fff;
}

header .container-fluid,
footer .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}
.title-section{
	display: flex;
    flex-direction: column;
	align-items: center;
}

 .title-section h1 {
	font-family: 'HelveticaNeueLTStd-Md-regular';
	font-size: 3rem;
	color: #ffffff;
	margin-bottom: 1%;
	font-weight:lighter;
	letter-spacing: 1px;
}
.title-section h2 {
	font-family: 'HelveticaNeueLTStd-Md-condensed';
	font-size: 4rem;
	color: #ffffff;
	margin-top: 0;
	letter-spacing: 1px;
}
.title-section h3 {
	font-family: 'HelveticaNeueLTStd-Md-condensed';
	font-size: 2.5rem;
	color: #ffffff;
	margin-left: 2rem;
	letter-spacing: 1px;
	font-weight: 100;
	margin-top: 0;
}
.title-section p{
	font-family: 'HelveticaNeueLTStd-Md-condensed';
	font-size: 4rem;
	color: #ffffff;
	margin-top: 0;
	margin-left: 2rem;
}

.title-section-color h1{
	color: #1a4b6b;
}
.title-section-color h2{
	color:#1a4b6b;
	font-size: 3rem;
}
.title-section-color h3{
	color: #1a4b6b;
}
.title-section-color p{
	color: #1a4b6b;
}
.divTiulos{
	display: flex;
    justify-content: flex-start;
	align-items: center;
}
.div-link-navegacion{
	display: flex;
    width: 98%;
    align-items: center;
    flex-direction: row;
    padding: 5p;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.div-link-navegacion a{
	color: #fff;
	font-family: 'HelveticaNeueLTStd-Lt';
	font-size: 2rem;
	letter-spacing: 1px;
}
.div-link-navegacion a:hover{
	color:#1f97e7;
	font-family: 'HelveticaNeueLTStd-Lt';
	font-size: 2rem;
	letter-spacing: 1px;
}
.div-link-navegacion-ilu{
	display: flex;
    width: 98%;
    align-items: center;
    flex-direction: row;
    padding: 5p;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.div-link-navegacion-ilu a{
	color: #fff;
	font-family: 'HelveticaNeueLTStd-Lt';
	font-size: 2rem;
	letter-spacing: 1px;
}
.div-link-navegacion-ilu a:hover{
	color:#072c46;
	font-family: 'HelveticaNeueLTStd-Lt';
	font-size: 2rem;
	letter-spacing: 1px;
}
footer {
	background: #212530;
	font-family: 'HelveticaNeueLTStd-Lt';
	font-size: 1.5rem;
	color: #fff;
	padding: 2rem;
}

footer a {
	color: #fff;
}

footer a:hover,
footer a:focus {
	color: #fff;
	text-decoration: underline;
}


.nav-list ul {
	list-style: none;
	padding-left: 0;
}

.nav-list ul li {
	display: inline-block;
	margin-right: 1.25rem;
}

.nav-list ul li a {
	color: #fff;
}

/* Estilos para el menú de navegación principal */
.navbar-collapse {
	width: 100%;
}

.navbar-nav {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	justify-content: flex-end;
	align-items: center;
	margin: 0;
}

.navbar-nav > li {
	flex: 0 1 auto;
	white-space: nowrap;
	min-width: 0;
}

.navbar-nav > li > a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#dispositivos-slider {
	background: url(../img/bg-carousel.jpg) top left no-repeat;
	font-family: 'Helvetica Neue LT Std';
	background-size: cover;
}

#highlight-01 {
	font-family: 'Helvetica Neue LT-Std';
	font-weight: bold;
	font-size: 2.75rem;
	line-height: 5rem;
	color: #fff;
	margin: auto;
}

.highlight-03 {
	font-family: 'Helvetica Neue LT-Std';
	font-size: 3.25rem;
	color: #000;
    margin-bottom: 20px;
}

.bajada {
	font-family: 'Helvetica Neue LT-Std';
	font-size: 2.5rem;
	color: #000;
    margin-top: 1.5rem;
	margin-bottom: 20px;
}

.highlight-02 {
	font-family: 'Helvetica Neue LT-Std';
	font-size: 3.5rem;
	color: #000;
}

.highlight-02 a {
	color: #000;
}

.highlight-02 a:hover {
	color: #186990;
	text-decoration: none;
}

.highlight-02 .glyphicon.glyphicon-triangle-right {
	font-size: 3rem;
	margin-right: 1rem;
}


/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}


.blue-link {
	font-family: 'Helvetica Neue LT-Std';
	font-size: 2rem;
	color: #186990;
	margin-left: 4rem;
}

.blue-link:hover {
	text-transform: uppercase;
	text-decoration: none;
	color: #020e16;
}
/* .blue-link:visited {
	text-decoration: none;
	color: #1a4b6b;
} */


#info > p {
	text-align: left;
	font-family: 'HelveticaNeueLTStd-Lt';
	font-size: 1.75rem;
	margin-bottom: 1.75rem;
}

.recuadro-negro {
	background: url(../img/bg-back.banner.jpg) left bottom no-repeat #1f1f1f;
	background-size: cover;
	padding: 2rem 3rem;
}

.grey-link {
	font-family: 'Helvetica Neue LT-Std';
	font-size: 2.75rem;
	color: #d0cccc;
	margin: auto;
}

.grey-link:hover {
	color: #fff;
	text-decoration: underline;
}

.white-title {
	font-family: 'Helvetica Neue LT-Std';
	font-size: 5rem;
	color: #d0cccc;
}

.item-dist {
	margin-bottom: 6rem;
}

.item-dist > h3 {
	font-family: 'Helvetica Neue LT Std';
	font-size: 2rem;
}

.item-dist > p {
	font-family: 'Helvetica Neue LT-Std';
	font-size: 1.75rem;
}

/* FORMULARIO */
label {
	font-family: 'Helvetica Neue LT-Std';
	font-size: 2rem;
	margin: 1rem auto;
}
.form-control {
	border: #666 1px solid;
	border-radius: 0;
	font-family: 'Helvetica Neue LT-Std';
	font-size: 2rem;
	margin-bottom: 1rem;
}

button {
	text-align: center;
	color: #fff;
	font-family: 'Helvetica Neue LT-Std';
	font-size: 2rem;
	transition: all ease .2s;
	width: 150px;
	line-height: 3rem;
	display: inline-block;
}

.grey-btn {
	border: #c6c7c7 1px solid;
	background: #c6c7c7;
}

.grey-btn:hover {
	background: #fff;
	color: #c6c7c7;
	margin-right: 20px;
}

.blue-btn {
	border: #428daa 1px solid;
	background: #428daa;
}

.blue-btn:hover {
	background: #fff;
	color: #428daa;
}

.black-btn {
	text-align: center;
	color: #000;
	font-family: 'Helvetica Neue LT Std';
	font-size: 2rem;
	transition: all ease .2s;
	line-height: 4rem;
	border: #000 1px solid;
	background: #fff;
	display: block;
}

.black-btn:hover {
	color: #fff;
	background: #000;
	text-decoration: none;
}

.bolder {
	font-family: 'Helvetica Neue LT Std';
	font-size: 2rem;
	padding: 3px;
}

.full-width {
	width: 100%;
}

/* EQUIPOS */
.nav-equipos div {
	background: #77abc0;
	font-family: 'Helvetica Neue LT-Std';
	font-size: 2rem;
	line-height: 5rem;
	color:#fff;
	padding-left: 2rem;
	margin-bottom: 1rem;
}

.nav-equipos div .glyphicon.glyphicon-triangle-right {
	margin-right: 1rem;
	font-size:1.5rem;
}

.nav-equipos div.active{
	background: #428daa;
	font-family: 'Helvetica Neue LT Std';
	font-style:italic;
}

.nav-equipos ul {
	padding-left: 0;
}

/* .equiposDivision {
	background-image: url('../img/equiposDivision.jpg');
	background-size: cover;
	min-height: 100vh;
    background-position: center;
} */
.divDivision {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	background-color: #000;
	width: 100%;
	max-width: 100%;
}
.divisionMobile{
	display: none;
}
.mobileHome{
	background-image:url('../img/galeria1.png');
	background-size: cover;
    background-position: center;
	height: calc(100vh/3);
	display: none;
	border: solid 2px #000;
	font-family: 'HelveticaNeueLTStd-Md';
}
.divParrafo {
	color: white;
	font-family: 'HelveticaNeueLTStd-Md';
	display: flex;
    justify-content: center;
	flex-direction: column;
    align-items: center;
    width: 50%;
}
.divParrafo h4 {
	font-family: 'HelveticaNeueLTStd-Md-condensed';
	font-size: 5rem;
	color: #ffffff;
	margin-top: 0;
	letter-spacing: 1px;
}
.divParrafo h5 {
	font-size: 20px;
}
.fondo1{
	background-image:url('../img/galeriaLab.png');
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
    background-position: center;
	position: relative;
	text-decoration: none;
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box;
}

.divParrafo.fondo1,
.fondo1.divParrafo {
	width: 100% !important;
	max-width: 100% !important;
}
.fondo1:active{
	zoom: 135%;
	text-decoration: none;
	color: #fff;
}
.fondo2{
	background-image:url('../img/galeriaIlu.png');
	background-size: cover;
	height: 100vh;
    background-position: center;
	position: relative;
	text-decoration: none;
	color: #fff;
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box;
}

.divParrafo.fondo2,
.fondo2.divParrafo {
	width: 100% !important;
	max-width: 100% !important;
}
.fondo2:active{
	zoom: 135%;
	text-decoration: none;
	color: #fff;
}


.divIngresar {
	display: flex;
    align-items: center;
}
.divIngresar h6{
	color: white;
	text-decoration: none;
	font-family: 'HelveticaNeueLTStd-Md-condensed';
	font-size: 2.5rem;
	letter-spacing: 1px;
}
.divIngresar h6:hover{
	color: #c6c7c7;
}
.divIngresar img {
	width: 70%;
}
#div-ilum {
	margin-bottom: 6rem;
}

.link-list {
	list-style: none;
	margin-bottom: 1rem;
	font-family: 'Helvetica Neue LT-Std';
	font-size: 2rem;
	line-height: 5rem;
	color: #458ba9;
}

.nav-equipos ul li {
	border: 2px solid #9fbed1;
	padding-left: 2rem;
	list-style: none;
	margin-bottom: 1rem;
	font-family: 'Helvetica Neue LT-Std';
	font-size: 2rem;
	line-height: 5rem;
}

.nav-equipos ul li.current,
.nav-equipos ul li:hover {
	border: 2px solid #458ba9;
}

.nav-equipos ul li.current a {
	color: #458ba9;
}

.nav-equipos ul li a {
	color: #999a9d;
}

.nav-equipos ul li a:hover,
.link-list ul li a:hover {
	text-decoration: none;
	color: #458ba9;
	cursor: pointer;
}

.glyphicon.glyphicon-stop {
	font-size: 1.25rem;
	color: #76aac1;
	margin-right: 1.5rem;
}

.nav-equipos ul li:hover .glyphicon.glyphicon-stop {
	color: #458ba9;
}

h2.name {
	color: #1a4b6b;
	font-family: 'HelveticaNeueLTStd-Md-condensed';
	font-size: 2.25rem;
	line-height: 2.25rem;
}

h3.brand {
	font-family: 'HelveticaNeueLTStd-Md-condensed';
	font-size: 1.75rem;
	line-height: 1.75rem;
	color: #1a4b6b;
}

hr.name-line {
    margin-top: 2.5rem;
    margin-bottom: 1.75rem;
    border: 0;
    border-top: 3px solid #c8c8c8;
}

hr.bolder-line {
    margin-top: 3rem;
    margin-bottom: 3rem;
    border: 0;
    border-top: 3px solid #000;
}

.vip {
	font-family: 'HelveticaNeueLTStd-Md-condensed';
	font-size: 1.75rem;
	color: #1a4b6b;
	line-height:2rem;
}

.title-list,
.description {
	font-family: 'HelveticaNeueLTStd-Md-condensed';
	font-size: 1.7rem;
	color: #333333;
	letter-spacing: 1px;
}

.description {
	padding-left: 0;
	margin-left: 0;
}

.description li {
	list-style: none;
}

#flag {
	vertical-align: middle;
	margin-left: 3px;
}
/*acomodar el divBannertamaño*/
.divBannerBG{
	background-image: url('../img/galeria/banner.png');
	width: 100%;
	min-height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    justify-content: space-between;
}

.banner-ilu-01{
	display: flex;
}
.divBannerIlu{
	background-image: url('../img/galeria/banner1.png');
	width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.divBannerBG--productos{
	background-image: url('../img/galeria/banner.png');
	width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    justify-content: space-between;
	margin-bottom: 3%;
}
.divBannerIlu div{
	height: 100%;
}
.div-iluminacion-texto{
    width: 80%;
    margin-bottom: 3%;
    margin-top: 1%;

}
.bannerIluminacion{
	margin-bottom: 3%;

}
.tituloBanner{
	display: flex;
    align-items: center;
}
.tituloBanner h1{
	font-size: 2.5rem;
	font-family: 'HelveticaNeueLTStd-Md-condensed';
	text-align: left;
	color: #1a4b6b;
	margin: 0;
	font-weight: 100;
}
.tituloBanner p{
	font-family: 'HelveticaNeueLTStd-Md-condensed';
	font-size: 2.5rem;
	margin: 0;
	letter-spacing: 1px;
	text-align: left;
	color: #1a4b6b;
	font-weight: 100;
	margin-right:5px;
	margin-left: 5px;
}
.tituloBanner h2{
	font-family: 'HelveticaNeueLTStd-Md-condensed';
	font-size: 2.5rem;
	margin: 0;
	letter-spacing: 1px;
	text-align: left;
	color: #1a4b6b;
	font-weight: 5000;
}
.tituloNegatoscopio{
    display: flex;
	flex-wrap: wrap;
    align-content: center;
	align-items: center;
	padding: 1%;
}
.tituloNegatoscopio-Banner{
	width: 50%;
    padding-left: 1%;
	display: flex;
	flex-wrap: wrap;
    align-content: center;
	align-items: center;
}
.tituloNegatoscopio-Banner h4{
	color: #1a4b6b;
	font-size: 2.5rem;
	font-family: 'HelveticaNeueLTStd-Md-condensed';
	font-weight: 500;
	text-align: left;
	margin: 0;
}
.tituloNegatoscopio-Banner img{
	width: 15px;
	height: 20px;
	margin-right: 10px;
}
.tituloNegatoscopio h4{
	color: #1a4b6b;
	font-size: 4rem;
	font-family: 'HelveticaNeueLTStd-Md-condensed';
	font-weight: 500;
	text-align: left;
	margin: 0;
}
.tituloNegatoscopio a:hover{
	color: #0980af;
}
.tituloNegatoscopio img{
	width: 15px;
	height: 20px;
	margin-right: 10px;
}
.containerIluminacion{
	background-color: #000;
	height: 40vh;
	width: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.containerIluminacion a{
	color: white;
	text-decoration: none;
}
.divLinkIluminacion{
	background-image: url('../img/iluHome.png');
	display: flex;
    flex-direction: column;
    align-items: center;
	height: 95%;
	width: 20%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    justify-content: flex-end;
}
.containerTextosIlu{
	display: flex;
    flex-direction: column;
    align-items: center;
	margin-bottom: 5%;
}
.divTextIlu{
	display: flex;
	color: white;
	align-items: center;
	flex-direction: column;
	margin-bottom: 10%;
}
.divTextIlu img{
	height: 50%;
}
.divTextIlu h4{
	font-size: 2.5rem;
	font-family: 'HelveticaNeueLTStd-Md-condensed';
	letter-spacing: 1px;
	font-weight: 100;
}
.div-icon-ilu{
	display: flex;
	align-items: center;
	font-family: 'HelveticaNeueLTStd-Md-condensed';
	font-size: 2rem;
	letter-spacing: 1px;
}
.div-icon-ilu a:hover{
	color:#197bbd;
}

.divProductosIlu{
	display: flex;
    justify-content: center;
	flex-direction: column;
    align-items: center;

}
.divProductoLab{
	display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;

}
.divProximamente{
	height: 350px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'HelveticaNeueLTStd-Md-condensed';
	font-size: 3rem;
	color: #1a4b6b;
	letter-spacing: 1px;
    flex-direction: column;
}

.divProximamente a:hover{
	color: #1a4b6b;;
}

.containerProductosIlu{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.productosIluDiv{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.categoriaProductosDiv{
	width: 200px;
	margin: 2%;
	display: flex;
    text-align: center;
    flex-direction: column;
	align-items: center;
}
.categoriaProductosDiv h5 {
	color: #1a4b6b;
	font-family: 'HelveticaNeueLTStd-Md-condensed';
	font-size: 1.5rem;
	letter-spacing: 1px;
}
.categoriaProductosDiv a {
	color:  #1a4b6b;
	font-family: 'HelveticaNeueLTStd-Md-condensed';
	font-size: 1.5rem;
	letter-spacing: 1px;
}
.divImgIlu{
	border: solid 1px #186990;
	width: 100%;
	display: flex;
    justify-content: center;
}
.divImgIlu img{
	height: 130px;
}
.irArriba{
	width: 90%;
	margin-bottom: 1%;
    display: flex;
    justify-content: flex-end;
}
.div-links-producto{
	display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.div-links-producto a{
	color:#499ec9;
	font-family: 'HelveticaNeueLTStd-Md-condensed';
	font-size: 1.5rem;
	line-height: 15px;
	letter-spacing: 1px;
	margin-top: 7px;
}
.div-links-producto a:hover{
	color:#12344b
}
.irArribaText{
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
}
.irArribaText a{
	color: #1a4b6b;
	font-family: 'HelveticaNeueLTStd-Md-condensed';
	font-size: 1.75rem;
	line-height: 15px;
	letter-spacing: 1px;
}
.irArribaText a:hover{
	color: #0980af;
}
.irArribaText img{
	width: 15px;
	height: 25px;
	margin-right: 10px;
}
.containerBannerText{
	width: 100%;
    display: flex;
    align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
}
.divBanner{
	width: 100%;
	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;

}
/* .divBanner h1 {
	font-size: 25px;
	font-family: 'HelveticaNeueLTStd-Lt';
	text-align: left;
	color: #fff;
	margin: 0;
}
.divBanner h3 {
	font-size: 50px;
	font-family: 'HelveticaNeueLTStd-Lt';
	text-align: left;
	color: #fff;
	margin: 0;
}
.divBanner h4 {
	font-size: 24px;
	font-family: 'HelveticaNeueLTStd-Lt';
	text-align: left;
	color: #fff;
	margin-top: 0;
} */
.divTextosBanner{
	display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
}
section {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.equiposDivision {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.containerCategoria{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	box-sizing: border-box;
}

.imgGaleria{
	width: 20%;
	border: solid 4px black;
    height: 310px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	font-size: 3rem;
	text-align: center;
	color: #fff;
	display: flex;
	align-items: center;
    flex-direction: column;
    justify-content: flex-end;
	position: relative;
	box-sizing: border-box;
}

.imgGaleriaConFiltro {
	position: relative;
}

.imgGaleriaConFiltro::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(to bottom, rgba(31, 151, 231, 0.8), rgba(31, 151, 231, 0.7));
	pointer-events: none;
	z-index: 1;
}

.imgGaleria a {
	text-decoration: none;
	color: #fff;
	font-family: 'HelveticaNeueLTStd-Md-condensed';
	font-size: 1.6rem;
	cursor: pointer;
	line-height: 2.8rem;

}

.textCategoria{
	display: flex;
    width: 60%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	margin-bottom: 13%;
	position: relative;
	z-index: 2;
}
.textCategoria p{
	font-family: 'HelveticaNeueLTStd-Md-condensed';
	color:#fff;
	font-size: 2.5rem;
    line-height: 2.8rem;
	margin-bottom: 0;
}

.divTextCategoria{
	display: flex;
	align-items: center;
	justify-content: center;

}
.divTextCategoria a:hover{
	color: #c6c7c7;
}
.divTextCategoria img{
	width: 25%;
}
.subcategoriasDIV{
	/* height: 100vh;
	width: 100vw; */
	height: 100vh;
	display: flex;
	justify-content: space-evenly;
	align-items: center;

}

.imgSubcategoria{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;


}
.imgSubcategoria h3{
	font-family: 'HelveticaNeueLTStd-Md-condensed';
	color: #1a4b6b;
	font-size: 3rem;

}
.imgSubcategoria a{
	font-family: 'HelveticaNeueLTStd-Md-condensed';
	color: #1a4b6b;
	font-size: 2rem;

}
.imgSubcategoria a:hover{

	color: #0980af;

}
/* .imgSubcategoria img {
	width: 80%;
	height: 70%;
} */
.resizeImage{
	width: 60%;
	height: 60%;
	object-fit: contain;
}
.division{
	display: flex;
	width: 20%;
    padding-top: 5%;
    flex-direction: column;
	color: #1a4b6b;
}
.division h5{
	font-family: 'HelveticaNeueLTStd-Md-condensed';
	font-size: 2rem;
	line-height: 15px;
}
.division h6{
	font-family: 'HelveticaNeueLTStd-Md';
	font-size: 1.55rem;
	line-height: 1.75rem;
	color: #1a4b6b;
}

.iconDivision{
	width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    padding: 2%;
}
.iconDivision img{
	width: 10px;
    height: 15px;
    margin-right: 10px;
}
.iconDivisionLab{
	display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.iconDivisionLab img{
	width: 10px;
    height: 15px;
    margin-right: 10px;
}

.divProductoView{
	display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
}
.text-center{
	text-align: left;
}
.modeloText p {
	font-size: 2rem;
	font-family: 'HelveticaNeueLTStd-Md';
	color: #1a4b6b;
}
.divImagen{
	width: 80%;
	height: 100%;
	display: flex;
    align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.divImagenLab{
	width: 80%;
	height: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.divImagen p{
	color: #1a4b6b;
	font-family: 'HelveticaNeueLTStd-Md';
	font-size: 20px;

}
.div-imagen-producto{
	display: flex;
	justify-content: center;
}
.divImgIluminacion{
	height: 70%;
    width: 70%;
}
.divImgIluminacion img{
	width: 80%;
}
/*Buscador*/

.select-box{
	margin-top:100px;
	width: 300px;
	position: relative;
}
.select-option{
	position: relative;
}
.select-option input{
	width: 100%;
	background-color: #fff;
	color: #000;
	border-radius: 10px;
	cursor: pointer;
	font-size: 22px;
	padding: 15px 20px;
	border: 0;
	outline: 0;
}
.select-option:after{
	content: "";
	border-top: 12px solid #186990;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	position: absolute;
	right: 3px;
	top: 50%;
	margin-top: 0;
}

.content{
	background-color: #fff;
	position: absolute;
	color: #000;
	border-radius: 10px;
	margin-top: 15px;
	width: 100%;
	z-index: 999;
	padding: 15px;
	display: none;
}

.search input{
	width: 100%;
	font-size: 17px;
	padding: 15px;
	outline: 0;
	border: 3px solid #186990;
	border-radius:5px ;

}

.options{
	margin-top: 10px;
	max-height: 250px;
	overflow-y: auto;
	padding: 0;
}
.options li{
	padding: 10px 15px;
	border-radius: 5px;
	font-size: 23px;
	cursor: pointer;
	border-bottom: 3px solid #186990;
}
.options li:hover{
	background-color: #5e8ec0;
}

.select-box.active .content{
	display: block;
}

.select-box.active .select-option:after{
	transform: rotate(-180deg);
}
.white{
	color: white;
}


@media(min-width:2001px){
	.bannerIluminacion{
		margin-bottom: 0;
	}
	.imgGaleria{
		height: 550px;
	   }
	.imgGaleria a{
		font-size: 2.6rem;
		line-height: 2.8rem;
	}
	.textCategoria p{
	    font-size: 3.5rem;
    	line-height: 3.8rem;
	}
	.categoriaProductosDiv {
		width: 350px;
	}
	.categoriaProductosDiv h5{
		font-size: 2.5rem;
	}
	.categoriaProductosDiv a{
		font-size: 2.5rem;
	}
	.divImgIlu img {
		height: 300px;
	}
	.textCategoria p{
		font-size: 4rem;
		line-height: 4rem;
		}
		.divTextCategoria a{
			font-size: 3.5rem;
		}
		.tituloBanner h1{
			font-size: 4rem;
		}
		.tituloBanner p{
			font-size: 4rem;
		}
		.tituloBanner h2{
			font-size: 4%;
		}
		
		.tituloNegatoscopio-Banner h4 {
			font-size: 4rem;
		}
		.division h5{
			font-size: 3.5rem;
			line-height: 25px;
		}
		.division h6{
			font-size: 3rem;
			line-height: 25px;
		}
		
		h2.name{
			font-size: 3.5rem;
			line-height: 4.25rem;
		}
		.vip{
			font-size: 2.8rem;
			line-height: 3rem;
		   }
		.description{
			font-size: 3rem;
		}
}
@media (min-width: 1650px) and (max-width:2000px)  {

	.recuadro-negro.text-left {
		height: 445px;
	}

	.textCategoria p{
	font-size: 3.5rem;
	line-height: 3.8rem;
	}
	.divTextCategoria a{
		font-size: 2.5rem;
	}
	.tituloBanner h1{
		font-size: 3.5rem;
	}
	.tituloBanner p{
		font-size: 3.5rem;
	}
	.tituloBanner h2{
		font-size: 3.5rem;
	}
	
	.tituloNegatoscopio-Banner h4 {
		font-size: 3.5rem;
	}
	.division h5{
		font-size: 3rem;
    	line-height: 25px;
	}
	.division h6{
		font-size: 2.7rem;
    	line-height: 25px;
	}
	
	h2.name{
		font-size: 3.25rem;
		line-height: 4.25rem;
	}
	.description{
		font-size: 2.7rem;
	}
	.categoriaProductosDiv{
		width: 260px;
	}
	.categoriaProductosDiv h5{
		font-size: 2rem;
	}
	.categoriaProductosDiv a{
		font-size: 2rem;
	}
	.divImgIlu img {
		height: 200px;
	}
	.bannerIluminacion{
		margin-bottom: 0;
	}
   .imgGaleria{
	height: 450px;
   }
   .vip{
	font-size: 2rem;
   }
   
}

@media (min-width: 1400px) {
	.nav > li > a {
		padding: 10px 40px;
	}

	.navbar-nav {
		position: relative;
		bottom: -20px;
		flex-wrap: nowrap;
	}

	footer {
		padding: 3rem 2rem;
	}

	footer .ptop {
		padding-top: 1.5%;
	}

	#highlight-01 {
		width: 65%;
		margin-top: 10%;
	}

	.recuadro-negro {
		padding: 5rem 7rem;
	}

	#comentarios {
		height: 200px;
	}

	.nav-equipos {
		padding-top: 4rem;
	}
	.imgGaleria{
		font-size: 1.3rem;
	}
}

@media (min-width: 1001px) {
	#sm-visible {
		display: none;
	}
	
	.navbar-nav {
		flex-wrap: nowrap;
	}
	
	.navbar-nav > li > a {
		padding: 10px 15px;
		font-size: 1.4rem;
	}
}

@media (max-width: 1000px) {
	.recuadro-negro {
		margin-bottom: 20px;
	}

	.ptop {
		margin-bottom: 10px;
	}

	#lg-visible {
		display: none;
	}
	
	.navbar-nav {
		flex-wrap: nowrap;
		justify-content: flex-end;
	}
	
	.navbar-nav > li > a {
		padding: 10px 8px;
		font-size: 1.2rem;
		white-space: nowrap;
	}
	.containerCategoria {
		flex-direction: column;
		align-items: center;
	}
	.textCategoria{
		margin-bottom: 0;
	}
	.textCategoria p{
		font-size: 3rem;
		line-height: 3.5rem;
	}
	.divTextCategoria img{
		display: none;
	}
	.imgGaleria {
		width: 100%;
		height: calc(100vh /4);
		font-size: 3rem;
		display: flex;
		justify-content: center;
	}
	.imgGaleria a{
		margin: 0;
		font-size: 2rem;
	}
	.divLinkIluminacion{
		width: 45%;
	}
	.div-iluminacion-texto {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.iconDivision img{
		display: none;
	}
	.seleccionadoLab{
		display: none;
	}
	.subcategoriasDIV{
		flex-direction: column;
		height: 100%;
		align-items: center;
		padding: 2%;
	}

	.resizeImage {
		max-height: 400px;
	}
	.div-mobile{
		display: flex !important;
		flex-direction: column-reverse !important;
	}
	.max-height-300px {
		max-height: 300px !important;
		overflow-y: auto;
	}

}
 @media (min-width: 769px){
	.divDivision{
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100vh;
		background-color: #000;
	}
	.fondo1:active{
		zoom: 0%;
	}
	.fondo2:active{
		zoom: 0%;
	}
	
	.navbar-nav {
		flex-wrap: nowrap;
	}
	
	.navbar-nav > li > a {
		padding: 10px 10px;
		font-size: 1.3rem;
		white-space: nowrap;
	}
}
@media (max-width: 768px) {
	body {
		font-size: 12px;
	}

	.navbar-inverse .navbar-brand {
		width: 70%;
	}
	
	.navbar-nav {
		flex-wrap: nowrap;
		justify-content: flex-end;
	}
	
	.navbar-nav > li > a {
		padding: 10px 5px;
		font-size: 1rem;
		white-space: nowrap;
	}

	#dispositivos-slider {
		padding-bottom: 20px;
	}
	.divDivision{
		display: none;
	}
	.divisionMobile{
		display: flex;
		height: 100%;
		flex-direction: column;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #000;
	}
	.mobileHome{
		background-size: cover;
		height: calc(100vh/3);
		background-position: center;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		color: #fff;
	}
	.mobileHome h4{
		font-size: 25px;
	}

	.divParrafo{
		display: none;
	}
	.fondo1{
		background-image:url('../img/galeria2.png');
		background-size: cover;
		height: calc(100vh/3);
		background-position: center;
		display: flex;
		width: 100% !important;
		max-width: 100% !important;
		border: solid 2px #000;
		box-sizing: border-box;
	}

	.fondo1 h4{
		font-size: 20px;
	}
	.fondo2{
		background-image:url('../img/galeria3.png');
		background-size: cover;
		height: calc(100vh/3);
		background-position: center;
		display: flex;
		width: 100% !important;
		max-width: 100% !important;
		border: solid 2px #000;
		box-sizing: border-box;
	}

	.fondo2 h4{
		font-size: 20px;
	}
	.divIngresar img {
		width: 20%;
	}
	.clickMobile.agrandar {
		zoom: 75%;

	}
	.containerCategoria{
		flex-direction: column;
		align-items: center;
	}
	.imgGaleria{
		width: 100% !important;
		max-width: 100% !important;
		height: calc(100vh /4);
		margin: 0 !important;
	}
	.divBanner{
		justify-content: center;
	}
	.divBanner h1 {
		font-size: 2rem;
	}
	.divBanner h3 {
		font-size: 1.7rem;
	}
	.divBanner h4 {
		font-size: 1.7rem;
		margin: 0;
	}
	.divBannerBG{
		height: calc(100vw / 3);
	}
	.div-link-navegacion a{
		font-size: 1rem;
	}
	.imgSubcategoria {
		width: 90%;
		text-align: center;
	}
	.resizeImage {
		max-height: 250px;
	}
	.mobileCategorias{
		width: 100%;
	}
	.mobileDivImg{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-evenly;
	}
	.textCategoria{
		margin-bottom: 0;
	}

	.tituloBanner h1{
		font-size: 30px;
	}
	.tituloBanner p{
		font-size: 20px;
	}
	.tituloBanner h2{
		font-size: 20px;
	}
	.title-section{
		align-items: center;
	}
	.title-section h1{
		font-size: 3.3rem;

	}
	.title-section h2{
		font-size: 3rem;

	}
	.title-section p {
		margin-left: 3px;
	}
	.title-section h3{
		font-size: 2.5rem;
		margin-left: 5px;

	}
	.subcategoriasDIV{
		flex-direction: column;
		height: 100%;
		align-items: center;
		padding: 2%;
	}

	.bannerIluminacion{
		margin-top: 1%;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
	.tituloBanner{
		flex-direction: column;
	}
	.tituloBanner p{
		display: none;
	}
	.containerBannerText{
		flex-direction: column;
		align-items: center;
	}

	.divLinkIluminacion a{
		font-size: 2rem;
	}
	.divTiulos{
		flex-direction: column;
	}
	.divTiulos p {
		display: none;
	}
	.divTextIlu h4 {
		font-size: 2rem;
	}

	.tituloNegatoscopio {
		width: 100%;
		justify-content: center;
		text-align: center;
	}
	/* .tituloNegatoscopio img{
		display: none
	} */
	.tituloNegatoscopio-Banner {
		width: 100%;
		justify-content: center;
		text-align: center;
	}
	.tituloNegatoscopio-Banner img{
		display: none;
	}
	.containerProductosIlu {
		height: 100%;
		width: 100%;
	}
	.productosIluDiv {
		width: 100%;
		height: 100%;
		justify-content: center;
		padding: 10px;
	}
	.divProductoView{
		justify-content: center;
	}
	.text-center{
		text-align: center;
	}
	.categoriaProductosDiv {
		width: 160px;
		margin: 5% 3% 5% 3%;
	}
	.irArribaText{
		font-size: 20px;
	}
	.irArribaText img{
		width: 10px;
		height: 20px;
	}
	.division{
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		text-align: center;
	}
	.divisonDiv{
		display: none;
	}
	.divImagen{
		width: 100%;
		text-align: center;
	}


	.divImagenLab{
		width: 100%;
	}
}
@media(max-width:670px){
	.navbar-nav {
		flex-wrap: nowrap;
		justify-content: flex-end;
	}
	
	.navbar-nav > li > a {
		padding: 10px 3px;
		font-size: 0.9rem;
		white-space: nowrap;
	}
	
	.title-section h1{
		font-size: 2.5rem;

	}
	.title-section h2{
		font-size: 3rem;

	}
	.title-section h3{
		font-size: 1.7rem;

	}
	/* .containerIluminacion{
		height: calc(100vh/2);
	} */
	.divTextIlu{
		width: 100%;
	}
	.divLinkIluminacion{
		width: 100%;
	}
	.div-icon-ilu a{
		font-size: 2rem;
		margin-bottom: 0.2rem;
	}
	.divTextIlu h4 {
		font-size: 2rem;
	}

}
@media (max-width: 350px) {
	.navbar-nav {
		flex-wrap: nowrap;
		justify-content: flex-end;
	}
	
	.navbar-nav > li > a {
		padding: 10px 2px;
		font-size: 0.8rem;
		white-space: nowrap;
	}
	
	.tituloBanner h1{
		font-size: 25px;
	}
	.tituloBanner h2{
		font-size: 15px;
	}
	.divBannerBG {
		height: calc(100vw / 2);
	}
	.imgSubcategoria {
		width: 100%;
		height: 80%;
	}
	.divTextIlu h4 {
		font-size: 1.5rem;
	}
}