body{margin: 0; padding: 0;}

.touch-horizontal, 
.touch-horizontal div, 
.touch-horizontal div a,
#historias-box{
  display: flex;
  justify-content: center;
  align-items: center;
}
.touch-horizontal::-webkit-scrollbar {display: none;}

.touch-horizontal{
  z-index: 99;
  position:relative;
  justify-content: flex-start;
  width: 100%;
  white-space: nowrap;
  background-color: rgba(30,30,30, 1);

  overflow-x: auto;
  overflow-y: hidden;
}


.touch-horizontal div{
  width: 100%;
  height: 300px;
  margin: 0 0px; /*espacio entre divs*/
  padding: 0 10px;
  color: #f3f3f3;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3em;
}

.touch-horizontal div a{
  border:1px solid red;
  width: 150px;
}

.menu-a{background-color:;}
.menu-b{background-color:;}



/*==================== 768px Celular ===============*/

@media screen and (min-width: 768px) {
.touch-horizontal{
  justify-content: center;
}

}