* {
  font-family: 'Outfit', sans-serif;
  margin: 0;
  padding: 0;
}

body {
  background-color: #FFF7EF !important;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.header {
  background-color: #181F2D;
  width: 100%;
  height: 116px;
  position: sticky;
  z-index: 1;
  top: 0;
  margin-bottom: 17.5px;
}

.menu-list{
  display: none;
}



input:checked  ~ ul{
  display:block;
}

.menu {
  display: none;
}

label {
  font-size: 25px;
  margin-top: 12.5px;
    box-sizing: border-box;
    display: inline-block;
    border: none;
  width: 7.5%;
    height: 30px;
    line-height: 30px;
  font-weight: bold;
    text-align: center;
    user-select: none;
  color: #FFF7EF;
    border-radius: 5px;
}

.menu-list{
  margin-top:0;
  margin-left: 5.2%;
  padding: 0;
  width: 200px;
  position: absolute;
  
}

#myTags{
  margin-bottom: 0;
}

li {
  display: block;
  background: #FFF7EF;
  margin: 0;
  padding: 10px;
  list-style: none;
  border-bottom: 2px solid #E8412E;
}

li:hover {
  filter: brightness(110%);
}

a {
  text-decoration: none !important;
  color: #181F2D;
}

.titulo {
  margin-top: -30px;
  color: #FFF7EF;
  text-align: center;
  font-family: Outfit;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.buscador {
  display: flex;
  margin: 0 auto;
  width: 80%;
  height: 40px;
  background-color: #181F2D;
  border: 2px solid #FFF7EF;
  border-radius: 20px;
  color: #FFF7EF;
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  margin-top: 15px;
  background-image: url('./imagenes/Vector.svg');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  padding-left: 35px;
}

.text1 {
  width: 50%;
  justify-content: center;
  color: #181F2D;
  text-align: center;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 auto;
}

.text2 {
  color: #E8412E;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.text3 {
  color: #181F2D;
  text-align: center;
  font-size: 22.5px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
}

.text4 {
    color: #E8412E;
}


#juego {
  width: 95%;
}

#myTags{
  display: none;
}

.redes {
  margin-top: 47.5px;
  width: 100% !important;
  height: 65px;
  background: #181F2D;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
  bottom: 0;
  left: 0;
  right: 0;
}

.facebook {
  height: 35px;
  margin-top: 15px;
}

.instagram {
  height: 35px;
  margin-top: 15px;
}

.twitter {
  height: 35px;
  margin-top: 15px;
}



p {
  font: 22pt Outfit, sans-serif;
  margin: 20px 20px 0px 20px;
}


#juego {
  border: 1px solid #181F2D;
  border-radius: 7.5px;
  padding: 25px;
  float: left;
  margin: 30px 20px;
  background-color: #FFF7EF;
}

#juego div {
  width: 75%;
  margin: 0 auto;
}


#juego .puzzleSquare {
  height: 30px;
  width: 30px;
  text-transform: uppercase;
  background-color: #FFF7EF;
  border: 0;
  font: 1em sans-serif;
}

button::-moz-focus-inner {
  border: 0;
}


#juego .selected {
  background-color: #E8412E;
}


#juego .found {
  background-color: #181F2D;
  color: #FFF7EF;
}

#juego .solved {
  background-color: purple;
  color: white;
}


#juego .complete {
  background-color: green;
}


#Palabras {
        padding-top: 21px;
}
#Palabras ul {
  list-style-type: none;
}

#Palabras li {
  padding: 3px 0;
  font: 15px sans-serif;
}


#Palabras .wordFound {
  text-decoration: line-through;
  color: gray;
}

@media screen and (max-width: 768px) {

  .puzzleSquare{

    font: 2em sans-serif;
  }
}