

.owl-carousel,
.owl-carousel .item ,{
	height: 600px
}

.fancybox-container {
	z-index: 99999;
}

.owl-carousel .item {
	position: relative;
}

#nuestros-productos h3::last-word {
	font-size: 40px;
}

.item-video {
	margin-bottom: 30px;
	min-height: 250px;

}

#descargas a.link_descarga {
	margin-bottom: 30px;
	display: block;
}

#grilla-productos h4 {
	min-height: 118px;
}

#grilla-productos .imagen_lista {
	height: 400px;
}
#grilla-productos .contain-producto {
	display: block;
	margin-bottom: 30px;
	min-height: 418px;
}
#grilla-productos .img-contain {
	height: 400px;
	height: 300px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(255,255,255,1);
}

#detalle-producto #imagen_principal {
	max-height: 400px;
}
#detalle-producto a.link_descarga {
	color: #FF0006;
}
.navbar {
	margin-bottom: 0;
	z-index: 99998;
}


#descargas label,
#filtros label {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}

#descargas .form-control,
#filtros .form-control {
	background: rgba(30,35,36,1);
	color: rgba(255,255,255,1);
}
#filtros select.form-control {
	padding: 0px 26px;
	height: 60px;
}
#filtros select.form-control option {
	padding: 30px 26px;
}



.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #FF0006; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

.fancybox-is-open .fancybox-bg {
	opacity: .47;
}
.fancybox-bg {
	background: #eeeeee;
}

#formNewsletter .header .logo {
	margin-right: 10px;
	height: 80px;
}
#formNewsletter p {
	/* color: rgba(255,255,255,1); */
}
#formNewsletter h3 {
	font-weight: 700;
	font-size: 30px;
}

@media (max-width: 992px) and (min-width: 768px) {
	body .navbar {
		min-height: inherit;
	}
	body .navbar .nav {
		max-width: inherit;
	}
	body .navbar-header {
		float: none;
	}
	body .navbar-left,.navbar-right {
		float: none !important;
	}
	body .navbar-toggle {
		display: block;
	}
	body .navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	body .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	body .navbar-collapse.collapse {
		display: none!important;
	}
	body .navbar-nav {
		float: none!important;
		margin-top: 7.5px;
	}
	body .navbar-nav>li {
		float: none;
	}
	body .navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	body .collapse.in{
		display:block !important;
	}
	body .navbar-nav>li>a {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	body .navbar-fixed-bottom .navbar-collapse,
	body .navbar-fixed-top .navbar-collapse {
		max-height: inherit;
	}
}

@media (max-width: 767px){
	#header h3 {
		font-size: 16px;
	}
	#header h5 {
		clear: both;
		font-size: 13px;
		padding-right: 66px;
	}
	body .navbar {
		min-height: inherit;
	}
	body .navbar .nav {
		max-width: inherit;
	}
}