.sitioColorFondo{
	background-color: #f2f2f2!important;
}

.sitioTopColorFondo{
	background-color: #38A2BC!important;
}

.sitioFiltroColorFondo{
	color: #0c5460;
    background-color: #bee5eb;	
}

.scrollArticuloImage{
    max-height:180px;
    max-width:225px;

}

.topIconsColor {
	  	/*
		filter: brightness(0.2) sepia(1) hue-rotate(140deg) saturate(6);
		*/
}	
	
.inputTopBorderColor{
	/*
	border-color: #0b3969!important;
	border-width: thin;
	*/
}

.scrollCatArticuloImage{
    max-width:225px;
}

.scrollCategoriaArticuloImage{
    max-height:378px;
    max-width:280px;
    height:378px;
    width:280px;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}


/* Aca comienza CSS de visor de productos */



.card3 {
  display: inline-block;
  position: relative;
  overflow: hidden;
  min-height: 200px;
  max-height:360px;
  height: 100%;
  width: auto;
  padding: 20px;
  border-radius: 10px;
    
}



/*pruebas----------------------------------------------------------------------------*/
.card {
  display: inline-block;
  position: relative;
  overflow: hidden;
  min-height: 200px;
  max-height: 260px;
  height: 100%;
  width: auto;
  padding: 20px;
  border-radius: 10px;
 
}



.card-img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50%;
  overflow: hidden;
}
.card-img-wrapper img {
  transition: 1.5s ease;
}

.card-body .card-title {
  margin-bottom: calc(50% + 20px);
  transition: 1.5s ease;
}

.card-body {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10%;  
  background-color: #fff;
  transition: 1.5s ease;
  
  
}
  


.card-content {
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
  transition: 1.5s ease;
}

.card:hover .card-body {
  height: 50%;  
}

.card:active .card-body {
  height: 50%;
}

.card:hover .card-content {
  bottom: 0;
}
.card:hover .card-body .card-title {
  margin-bottom: .75rem;  
}
.card:hover .card-img-wrapper img {
  transform: scale(1.15);  
}
.card:hover {
  box-shadow: 4px 6px 15px -5px #ab98ab;  
}

.container img {vertical-align: middle;}

.container .content {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

.card:hover .card-body .descprod {
  color: #d5d5d5; 
}
.card:active .card-body .descprod {
  color: #d5d5d5; 
}
/*fin pruebas------------------------------------------------------------------------*/
div.titprod {
	color: black;
}

div.descprod {
	color: #ececec;
}

.descprod:hover div{
	color: black;
}




fieldset.active {
    display: block !important
}

fieldset {
    display: none
}


.product-pic {
    padding-left: auto;
    padding-right: auto;
    width: 100%
}

.thumbnails {
    position: static
}

.fit-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover
}

.tb {
    width: 62px;
    height: 62px;
    border: 0px solid grey;
    margin: 2px;
    opacity: 0.4;
    cursor: pointer
}

.tb-inactivo {
    width: 62px;
    height: 62px;
    border: 0px solid grey;
    margin: 2px;    
    cursor: pointer
}

.tb-active {
    opacity: 1
}

.thumbnail-img {
    max-width: 55px;
    max-height: 55px;

  
  border-radius: 1px;
  

}

.pic0 {
    width: 500px;    
    max-height: auto;
    margin-left: 5px;
    margin-right: 5px;
    display: block
}

@media screen and (max-width: 900px) {
    .pic0 {
        max-width: 250px;
        min-height: 250px
    }
}

.producto-scroller-pic{
	width: 150px;
    height: 350px
}
/* FINALIZA CSS de visor de productos */



/*SCROLL DE NAV*/
.smart-scroll{
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.scrolled-down{
   transform:translateY(-100%); transition: all 0.3s ease-in-out;
}
.scrolled-up{
   transform:translateY(0); transition: all 0.3s ease-in-out;
}
/*FIN SCROLL DE NAV*/
