* {
  font-family: 'Century Gothic Paneuropean', sans-serif;
}
.bg-custom {
  background-color: #e7e1d9;
  /* bg-stone-200 */
  /* background-color: red; */
}
.bg-custom-hover {
  background-color: #848383;
  /* bg-stone-300 */
  /* background-color: red; */
}

.color-custom {
  color: #e7e1d9;
}

.btn-gris {
  background-color: #a7a7a7;
  color: #fff;
}
/* .btn-gris:hover {
  background-color: #848383;  
} */
 .btn-sucursales {
  border: 2px solid black;
  color: #000;
}

.btn-gris-rounded {
  background-color: #a7a7a7;
  border-radius: 10px;
  color: #fff;
}
.btn-gris-rounded:hover {
  background-color: #848383;  
}

/* tecnologias */
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}
.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}