* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-decoration: none;
  scroll-behavior: smooth;
}

.wow {
  visibility: hidden;
}

main {
  margin-top: 66px;
}

a:hover {
  color: #2424257a;
}
.row {
  align-items: center;
}

.titulo {
  padding: 15px;
}

.container {
  margin: 25px auto;
  text-align: center;
}

.oferta {
  color: #18bc9c;
  font-weight: 600;
}

.centrado {
  text-align: center;
  margin: 0 auto;
}

.hidden {
  display: none;
}

.cantidad {
  max-width: 100px;
  height: 26px;
}

.errorForm  {
  color: red;
}

.form-control:focus {
  box-shadow: 0 0 0 0.2rem #bf883575;
  border-color: #ffffff00;
}

::selection {
  background-color:#bf883575!important;
  color:white;
}

/* para persistir las flechitas del input number sin necesidad de hacerle hover */
input[type=number]::-webkit-inner-spin-button {
    opacity: 1
}

/* Para modificar los valores de la barra de scroll lateral https://codepen.io/zakkain/pen/phjBC */

::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-thumb {
  background-color: #bf883575;
  /* border-radius: 10px; */
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgb(214,177,122);
}
