
body {
	overflow-x: hidden !important;
    scrollbar-face-color: #333;
}
::-webkit-scrollbar {
	width: 10px;
} 

::-webkit-scrollbar-track {
	background-color: #333;
} 

::-webkit-scrollbar-thumb {
	background-color: #666;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	     -o-border-radius: 2px;
			border-radius: 2px;
} 

::-webkit-scrollbar-button {
	display: none;
} 

::-webkit-scrollbar-corner {
	background-color: #000000;
}


.oculto{
	display: none !important;
}
.sombra1{
	-webkit-box-shadow: 0 0 10px 0 #000000;
box-shadow: 0 0 10px 0 #000000;
}
.img-portada{
	margin:10px;
}
.banerTopItem{
	
height: 550px;
	
width: 100%;
	
-webkit-background-size: cover;
	
-moz-background-size: cover;
	
-o-background-size: cover;
	
background-size: cover;
	
background-repeat:no-repeat !important;
	
background-position: center center;
	
/* background-attachment:fixed; */
	
margin-left: 0;
	
margin-right: 0;
}


.gallery_product{
	/* display:inline-block; */
	height: 120px;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat:no-repeat !important;
	background-position: center center;
	border:2px solid #FFF;
}


.homepage .owl-nav {
  position: absolute;
  top: 50%;
  margin-top:-30px;
  /* right: 0; */
  left: auto;
  width: 100%;
  padding: 20px;
  /* text-align: right; */
  height: 1px;
}

.homepage .owl-nav .owl-prev{
	
float: left;
}
.homepage .owl-nav .owl-next{
	
/* right: 0px; */
	
float: right;
}
.homepage .owl-nav .owl-prev, .homepage .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  color: #171b47;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.homepage .owl-nav .owl-prev:hover {
	background: #171b47 !important;
	color: #fff !important;
}
.homepage .owl-nav .owl-next:hover {
	background: #171b47 !important;
	color: #fff !important;
}
.homepage .item .caption{
	top: 20vh;
	/* left: 0; */
	margin-left: 50px;
	/* margin-top: -50%; */
	position: fixed;
}
.homepage .item .caption h1{
	
font-size: 4vw;
	
text-shadow: 0 1px 1px rgba(0,0,0,0.4);
	
-webkit-transition: all 0.25s ease;
	
-o-transition: all 0.25s ease;
	
transition: all 0.25s ease;
}
.homepage .item{
	border: none !important;
}
.item{
	-webkit-box-shadow: 0 0 10px 0 #999999;
	box-shadow: 0 0 10px 0 #999999;
	border: 4px solid #FFF;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	transition: all .5s;
}
.item:hover{
	-webkit-box-shadow: 0 0 20px 0 #999999;
	box-shadow: 0 0 20px 0 #999999;
	transition: all .5s;
}
.item a{
	color:#333;
	transition: all .5s;
}
.item .box-simple{
	transition: all .5s;
	z-index:100;
}

.item:hover .box-simple,
.item:focus .box-simple {
  transform: scale(0.95);
  /*background-size:100%;*/
  transition: all .5s;
   z-index: -1 !important;
   opacity:0.5px;
}

.box-search{
	background-color: rgba(255,255,255,0.5);
	text-align: center;
	min-height: 250px;
	display: none;
	margin-top: -250px;
	z-index: 999;
	background-image: url(../img/view.png);
	background-position: center center;
	background-repeat: no-repeat;
	/*
	background-size: cover;
	
	
	margin-top: 0px;
	display: none;
	
	z-index: 900;
	*/
	opacity: 0.5;
}
.item:hover .box-search,
.item:focus .box-search {
  display:block;
  z-index: 9999 !important;
}
.itemText{
	display:inline-block;
	background-color: #f6b800;
	width: 100%;
	padding: 10px;
}
.table_odd{
	background-color:#EEE;
}
.pointer{
	cursor:pointer;
}
.action{
	
}

.inputDnD .form-control-file {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 6em;
  outline: none;
  visibility: hidden;
  cursor: pointer;
  background-color: #c61c23;
  box-shadow: 0 0 5px solid currentColor;
}
.inputDnD .form-control-file:before {
  content: attr(data-title);
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 100%;
  min-height: 6em;
  line-height: 2em;
  padding-top: 1.5em;
  opacity: 1;
  visibility: visible;
  text-align: center;
  border: 0.25em dashed currentColor;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
}
.inputDnD .form-control-file:hover:before {
  border-style: solid;
  box-shadow: inset 0px 0px 0px 0.25em currentColor;
}
.caret{
	/* padding-right:5px; */
	/* border: 3px solid #000; */
	/* float: left; */
}


.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

.carousel-inner .carousel-item-right.active,
.carousel-inner .carousel-item-next {
  transform: translateX(25%);
}

.carousel-inner .carousel-item-left.active, 
.carousel-inner .carousel-item-prev {
  transform: translateX(-25%);
}
  
.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left{ 
  transform: translateX(0);
  
}

.carousel-control-next{
	color:#000 !important;
}
.carousel-control-prev{
	color:#000 !important;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0.5; }
}

.ribbon {
  position: absolute !important;
  /* right: -5px; */
  left: 70%;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 13px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#F70505 0%, #8F0808 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px;
  right: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #8F0808;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #8F0808;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}

@media (min-width: 1100px) {
.navbar-brand{
	position: absolute;
    top: 0;
    left: 10px;
    height: 50px;
}
}

input { text-transform: uppercase; }