body {
  font-family: 'Alegreya', serif;
  color: #333;
}
body .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
body .embed-container iframe,
body .embed-container object,
body .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body h1 {
  font-weight: bold;
}
body #juegos,
body #quienessomos,
body #contacto,
body #tiendas,
body h2 {
  scroll-margin-top: 130px;
}
body header {
  background-color: #fff;
}
body .btn-primary {
  background-color: #333 !important;
  border-color: #333 !important;
}
body .nav a {
  padding: 30px;
  color: #333;
}
body .nav a:hover {
  background-color: #333;
  color: #fff;
}
body form {
  width: 100%;
  display: flex;
  flex-direction: column;
}
body form input,
body form textarea {
  border: none;
  background-color: #F8F9FA;
  padding: 12px 10px;
  font-size: 16px;
  resize: none;
  margin-top: 7px;
  margin-bottom: 16px;
  border-radius: .25rem;
  color: #000;
  outline-color: #000;
  outline-width: thin;
  -webkit-appearance: none;
}
body form textarea {
  height: 150px;
}
body form button {
  width: 50%;
  align-self: center;
  background-color: #333 !important;
  border-color: #333 !important;
}
body form button:hover {
  background-color: #000 !important;
}
body footer a:hover {
  color: #333 !important;
}
#gotop {
  position: fixed;
  right: 30px;
  bottom: 20px;
  font-size: 2em;
  z-index: 9999;
}
#gotop a {
  color: #333;
}
#tiendas div.card {
  margin: 10px !important;
}
#tiendas div.card a {
  color: #333 !important;
}
#tiendas .nav.provincias a.nav-link {
  padding: 5px;
  border: 1px solid #eee;
  margin-right: 5px;
}
#tiendas .nav.provincias a.nav-link:hover {
  background-color: #333;
  color: #fff;
}
@media screen and (max-width: 768px) {
  body .nav {
    justify-content: space-between;
  }
  body .nav a {
    padding: 10px 15px;
    color: #333;
    background-color: #eee !important;
    margin: 5px;
  }
}
