p,
h4 {
  color: #e76b4b;
  font-weight: 900;
}
nav a {
  color: rgb(231, 107, 75);
  font-weight: 900;
}
a.link:hover {
  color: rgb(231, 107, 75);
  opacity: 0.5;
}
div h2 {
  font-weight: 900;
  font-size: xx-large;
}
p.somos {
  max-width: 500px;
  padding: 30px;
  margin: auto;
}
section.preguntas {
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.preguntas p {
  font-size: x-large;
}
section.preguntas p a {
  color: rgb(231, 107, 75);
}
section.micasino p.codigo {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 60%;
  left: 55%;
  font-size: xxx-large;
}
img.carousel {
  max-height: 670px;
}

img.galery {
  max-height: 670px;
}
img.icon {
  width: 24px;
  height: 24px;
}
img.carpetimg:hover {
  filter: blur(5px);
}

div.galery {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
body::-webkit-scrollbar {
  width: 1em;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: rgb(231, 107, 75);
  outline: 1px solid slategrey;
  border-radius: 5%;
}
.pp-9BRK6EBD7DJVW {
      text-align: center;
      border: none;
      border-radius: 0.25rem;
      min-width: 11.625rem;
      padding: 0 2rem;
      height: 2.625rem;
      font-weight: bold;
      background-color: #FFD140;
      color: #000000;
      font-family: "Helvetica Neue", Arial, sans-serif;
      font-size: 1rem;
      line-height: 1.25rem;
      cursor: pointer;
      transition: background-color 0.2s;
    }
    
    .pp-9BRK6EBD7DJVW:hover {
      background-color: #ffd966;
      transform: scale(1.05);
    }

@media (min-width: 1400px) {
  img.portada {
    margin-top: -250px;
  }
}
