* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
  scroll-behavior: smooth;/**/
}
body {
  font-family: "Golos Text", sans-serif;
  color: rgb(201, 195, 188);


}
header {
  
  width: 100%;
  background-color: rgb(109, 23, 43);
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
nav {/**/

  width: 100%;

  padding: 20px;
  
  background-color: rgb(109, 23, 43);
}
.logo {
  width: 80px;
}
#checking {
  display: none;
}

.fa-bars {
  font-size: 24px;
  color: rgb(231, 230, 244);
  padding: 10px;
}

label {
  display: none;
  padding: 10px;
}

ul {
  display: flex;
  gap: 8px;
}

a {
  display: block;
  padding: 15px;
  text-align: center;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}

li {
  list-style: none;
  background-color: #d81744;
}

li:hover {
  box-shadow: 0px 0px 5px 2px rgb(255, 255, 255);
}

@media (width<768px) {
  ul {
    flex-direction: column;
  }

  label {
    display: block;
  }

  nav {
    position: absolute;
    top: 100px;
    width: 100%;
    left: -100%;
    transition: left 0.5s ease-in-out;/**/
  }
}

#checking:checked ~ nav {
  left: 0;
}
main {
    font-size: 18px;
    background-color: #5f2642f8;
    padding-bottom: 50px;
}
section {
  width: 90vw;
  padding: 15px;
  text-align: center;
  margin: 50px auto 0;/**/

}
#Introduccion, #Personajesytrasfondo{
  background-image:linear-gradient(rgba(93, 54, 54, 0.9),rgba(87, 57, 12, 0.76)) ,url(Imagenes/monte.jpg);
  width: 100%;
  
}
#Introduccion {
  margin-top: 0;  /*Por la section*/
  padding: 50px 100px;
  width: 100%;
  min-height: 50vh;

  align-content: center;
 
}
#Introduccion{
  padding: 50px;

    background-image: linear-gradient(rgb(75, 39, 14), rgba(0, 0, 0, 0.63)), url(Imagenes/Monteebott.jfif);
  background-repeat: no-repeat;
  background-size: cover;
}

footer {
    padding: 30px 0;
  text-align: center;
  background-color: #d81744;
}

p {
  font-family: cursive;
}

.cajondetarjetas {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.unatarjeta {
  width: 260px;
  display: grid;
  grid-template-rows: 300px;

  row-gap: 15px;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.575);
  padding-bottom: 24px;
}

.unatarjeta img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.navfooter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.navfooter a {
  text-decoration: none;
  color: rgb(186, 186, 202);
}
dialog {
  border: none;
  background-color: #d7d0d0;
  width: 60vw;
  margin: 100px auto;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.575);
}
dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.575);
}
h3 {
  padding: 10px;
}
h3 span {
  font-weight: lighter;
}
h2 {
  padding: 20px;
}
p {
  line-height: 2;
  font-family: cursive;
  padding: 10px;
}
.desctripcionpro>p{
    line-height: 1;}

button {
  padding: 12px 24px;
  border: none;
  background-color: #9ffc9a;
  cursor: pointer;
}
#protagonistas{
    background: linear-gradient(rgba(189, 59, 189, 0.719), rgba(230, 36, 36, 0.836));
}
#Historiadeljuego{
    background: linear-gradient(rgba(189, 59, 189, 0.719), rgba(230, 36, 36, 0.836));
    margin-bottom: 50px;
    
}
