/* @Jael Orea para FCS */

@import url('https://fonts.googleapis.com/css2?family=Fahkwang:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Krub:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

/********* Estilos Generales ************/
body,
html {
  font-family: 'Krub', sans-serif;
  margin: 0;
  padding: 0;
  background-size: auto;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  max-width: 800px;
  min-height: 600px;
  margin: 0 auto;
}

.introduction-align {
  max-width: 900px;
  margin: 0 auto;
}

body.portadaall {
  background-image: url('../assets/img/PORTADA-PRIMARIA-BAJA07.png');
  background-size: cover;
  background-position: 20% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 0;
  padding: 0;
}

main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 0;
  height: 100vh;
}

.pages {
  margin: 0 auto;
}

/********** Contenido Principal ************/
#content {
  height: 100%;
  width: 100%;
}

.index-container,
.index-container03 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.index-container {
  height: 100%;
  opacity: 1;
  border-radius: 20px;
  padding: 15px;
}

/********** Logos ************/
.logo,
.logo-titulo {
  width: 200px;
  background-size: cover;
}

.logo {
  margin-top: 30px;
}

/********** Títulos y Textos ************/
.title-words,
.title-words-level01-b {
  font-family: "Krub", sans-serif;
  font-weight: 800;
  color: white;
  text-align: center;
  /*width: 100%;*/
  letter-spacing: 2px;
  padding: 5px;
}

.title-words {
  font-size: 2.5rem;
  margin-bottom: 20px;
  margin-top: 30px;
}

.title-words-level01-b {
  font-size: 1.3rem;
  margin-bottom: 10px;
  margin-top: 10px;
}

.hint {
  text-align: center;
  background-color: #eeeeee;
  padding: 10px;
  border-radius: 10px;
  /*box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;*/
  box-shadow: rgba(0, 0, 3, .3) 0px 0px 0px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(0, 37, 4, 24.35) 0px -2px 6px 0px inset;
  margin-bottom: 10px;
  width: 80%;
}

.hint p {
  font-size: 1.1rem;
}

.subtitle-words {
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 1.3rem;
}

.instructions-words {
  font-size: 0.85rem;
  text-align: justify;
  margin-bottom: 0px;
}

.inst-words-box {
  margin: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: justify;
  line-height: 1.2rem;
}

/********** Botones y Enlaces ************/
a {
  cursor: pointer;
}

.mingle {
  appearance: none;
  background-color: #B046A1;
  border-radius: 15px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
  cursor: pointer;
}

.mingle:hover {
  background-color: transparent;
  color: white;
}

/********** Margins y Paddings ************/
.m-top {
  margin-top: 30px;
}

.logo-margin {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/********** Imágenes ************/
.img-style {
  width: 100%;
  height: auto;
  max-width: 100px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.img-style:hover {
  opacity: 0.85;
}

/********** Inputs ************/
.inputNumber {
  padding-left: 10px;
  font-size: 18px;
  font-weight: 600;
  color: black;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 40px;
  width: 100%;
  box-sizing: border-box;
}

/********** Contenedores Interactivos ************/
.container-interactive {
  background-color: #f4f4f8;
  padding: 40px;
  border-radius: 20px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

/********** Listas ************/
/*ul {
  margin-block-end: 0.2rem !important;
  margin-block-start: 0.2rem !important;
}*/

/********** Puzzle Box ************/
.mainBoxPuzzle {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

ul li::marker {
  color: #7F3F98;
}

h4, h1 {
  color: #7F3F98;
}

@media (max-width: 1200px) {
  .logo {
    margin-top: 10px;
  }

  .title-words {
    font-size: 2rem;
    margin-top: 10px;
  }

  .hint {
    width: 90%;
  }
}

@media (max-width: 700px) {
  .mainBoxPuzzle {
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  .hint p {
    font-size: 0.8rem;
  }

  .title-words {
    font-size: 1.8rem;
    margin-top: 5px;
  }

  .title-words-level01-b {
    font-size: 1rem;
  }

  .hint {
    width: 100%;
  }

  .index-container03 {
    flex-direction: column;
  }
}