*{
	/*font-family:  HelveticaNeue,Helvetica Neue,Helvetica,Arial,sans-serif;*/
	/*font-family: Roboto,HelveticaNeue,Helvetica Neue,sans-serif*/

	font-size  : 15px;
	line-height: 20px;
}



.div_maps{
	margin-top: 0px;
}

.lista_tiendas :{
	

}


/*galeria de imagenes*/
.gallery-container{
		display              : grid;
		grid-template-columns: repeat(1,1fr);
		grid-auto-rows       : 250px;
		padding              : 0px;
		margin               : 0px;
		grid-gap             : 20px;
}
.gallery__item{
    position: relative;
    overflow: hidden;
}
.gallery__title{
	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   : 0 3px 0 3px;
	text-align: center;
}
.gallery__img{
    border-radius: 5px;
    width        : 100%;
    height       : 100%;
    object-fit   : cover;
    cursor       : pointer;
    transition   : .5s;
}
/*imagnes con zoom*/
.gallery__item img{
    -webkit-transition:all .9s ease; /* Safari y Chrome */
    -moz-transition   :all .9s ease; /* Firefox */
    -o-transition     :all .9s ease; /* IE 9 */
    -ms-transition    :all .9s ease; /* Opera */
    width             :100%;
}
.gallery__item:hover img{
    -webkit-transform:scale(1.2);
    -moz-transform   :scale(1.2);
    -ms-transform    :scale(1.2);
    -o-transform     :scale(1.2);
    transform        :scale(1.2);
}


.bg-negro{
	background-color: #000;
}
/**/


.footer{
	/*padding: auto;*/

	background-color: #000;
	color           : #fff;
	
}



.footer h3{
	margin: 30px 0px 10px; 
	font-family   : Roboto,HelveticaNeue,Helvetica Neue,sans-serif;
	font-size     :110%;
	letter-spacing: 1px;
	font-weight   : 400;
	

	
	
	
}


.footer ul{
	font-family :Roboto,HelveticaNeue,Helvetica Neue,sans-serif;
	font-size   : 15px;
	list-style  : none;
	display     : list-item;
	margin      : 0px 0px 0em;

}

.footer a{
	color: #fff;
	text-decoration: none;
	background: transparent;
	transition: 1.0s;
}

.footer a:hover{
	color: #858285;
	
}
.footer li {
	margin: 0px 0px 0em;
	font-family: sans-serif;


}




.footer
@media screen and (max-width 768px){
	#lista_tiendas{
		display: flex;
	}

	.div_maps .row{
		width: 100%;
	}

	.row{
		margin-bottom: 10px;
	}
}

.div_lista_scroll:hover{
	color: #858285;
	transition: 1.0s;
}

.accordion-header button:hover{
	color: #858285;
	/*background-color:red ;*/
	transition: 1.0s;

}




.div_lista_scroll{
  
  height: 400px;
  overflow-y: auto;
  padding: 16px;
  background: #eee;
	/*Firefox*/
  /*overflow: scroll;*/
  scrollbar-color: rgb(0,0,0) ;
  scrollbar-width: thin;
  
  /*Webkit*/
  overflow: overlay;
  /*Experimental*/
  scrollbar-gutter: stable;
}
.div_lista_scroll:hover {
  scrollbar-color: rgb(0,0,0) ;
}
@-moz-document url-prefix() {
  .div_lista_scroll {
   padding-right: 8px;
  }
}
/*Webkit*/
.div_lista_scroll::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.div_lista_scroll::-webkit-scrollbar-track {
  background-color: ;
}
.div_lista_scroll::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.05);
}
.div_lista_scroll:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,1);
}



