.all-page {
  display: block;
  width: 1100px;
}

.window-content {
  background-color: rgb(1, 41, 97);
  background-image: url(/assets/images/intro/intro-background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 3rem 5rem;
  border-radius: 7px;
}

.window-body {
  padding: 0.9rem 2rem;
}

body {
  background-color: rgb(1, 41, 97);
  background-image: url(/assets/images/stars\ 2.gif);
  background-repeat: repeat;
  background-size: auto;
}

.lang-select .title-frame {
  width: 100%;
  display: flex;
  justify-content: center;
  background: rgb(2, 61, 143);
  border: none;
  border-bottom: 1px rgb(138, 145, 153) solid;
  padding: 0.6rem;
}

/* HEADER */

.header {
  background-image: url(/assets/images/general/header-background-clouds.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 1rem 0;
  margin: 2rem 50px;
  border-radius: 5px;
}

#ts {
  font-size: 6rem;
  -webkit-text-stroke: 2px #023d8f;
  -webkit-text-stroke: 0.12vw #023d8f;
  text-shadow: 0.15vw 0.15vw #bcbcbd;
}

#cshm {
  font-size: 2.4rem;
  line-height: 1;
}

span.title-frame {
  padding: 0;
}

/* TEXTOS */

h1 {
  color: white;
  font-family: "Space Grotesk";
  font-weight: 700;
  text-shadow: rgb(138, 145, 153) 1px 1px;
  margin-bottom: 1rem;
  margin-top: 0;
}

h2 {
  color: white;
  text-align: center;
  text-transform: none;
  font-family: "DotGothic16";
  font-weight: lighter;
  font-size: 2.7rem;
  text-shadow: rgb(138, 145, 153) 1px 1px;
}

.h2 {
  width: fit-content;
  margin: 2rem auto 2rem;
}

p {
  color: rgb(255, 255, 255);
  line-height: 1.3;
}

h3 {
  display: inline;
  color: white;
  font-family: "Space Grotesk";
  line-height: 0;
  margin: 0;
  text-shadow: rgb(138, 145, 153) 1px 1px;
}

/* LENGUAJE */

.lang-select {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 0 15px;
}

.eng,
.esp {
  border: 6px rgb(138, 145, 153) ridge;
  background-color: rgba(80, 113, 139, 0.94);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.main-padding {
  padding: 10px;
}

.eng-gif,
.esp-gif {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 35px;
  margin-bottom: 1rem;
}

.enter {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.enter a {
  color: rgb(0, 0, 0);
  text-decoration: underline;
  display: block;
  text-align: center;
  font-size: 1.7rem;
  font-family: "Inter";
}

.blinkies {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  justify-content: center;
}

/* MOBILE */

@media (max-width: 1100px) {
  p {
    width: auto;
    min-width: none;
    max-width: auto;
  }

  .header {
    margin: 0;
  }
  .all-page {
    overflow: hidden;
    width: 100%;
  }

  .window {
    margin: 0 5%;
  }

  #cshm .title-frame {
    display: block;
    width: fit-content;
  }

  .lang-select {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 0 0;
  }

  .eng,
  .esp {
    max-width: 430px;
    width: 100%;
    min-width: none;
  }

  .eng-gif img,
  .esp-gif img {
    width: 9vw;
    max-width: 60px;
  }

  #ts {
    font-size: 5vw;
    font-size: clamp(3rem, 5vw, 6rem);
  }

  #cshm {
    font-size: 2vw;
  }

  h1 {
    font-size: 4vw;
  }

  h2 {
    font-size: 3vw;
    font-size: clamp(2rem, 3vw, 3rem);
  }
}
