/* @Jael Orea para FCS */
@import url('https://fonts.googleapis.com/css2?family=Fahkwang:wght@200;300;400;500;600;700&family=Krub:wght@200;300;400;500;600;700&display=swap');

/* Estilos base */
body {
  min-height: 600px !important;
}

body,
html {
  font-family: 'Krub', sans-serif;
  margin: 0;
  padding: 0;
  background: linear-gradient(to bottom, #D2E04C, #5EDDC0);
  display: flex;
  flex-direction: column;
  height: 100%;
}

main {
  flex-grow: 1;
  min-height: 600px;
}

/* Estructura de layout */
.introduction-align,
.pages,
.index-container03,
.inst-words-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.introduction-align {
  justify-content: center;
  height: 100%;
}

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

#content {
  width: 100%;

  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Imágenes */
.logo {
  width: auto;
  max-width: 200px;
}

.img-portada01 {
  width: 65%;
  max-width: 600px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.gif-feedback {
  width: 80%;
  max-width: 600px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.gif-feedback {
  width: 120px;
  max-width: 300px;
}

/* Botones */
.mainBtn {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  color: white;
  background-color: #D94BD5;
  cursor: pointer;
  border: 3px solid black;
  padding: 0.25em 0.5em;
  margin-top: 0px;
  font-weight: 600;
}

.mainBtn:hover {
  border: 3px solid #D94BD5;
  background-color: black;
  color: white;
  transform: scale(1.07);
  box-shadow: 0 0 7px 1px #FF1493;
}

/* Textos y títulos */
.title-words,
#question-title,
#question-text {
  text-align: center;
}

#question-text {
  font-size: 1.2rem;
  font-weight: 500;
  width: auto;
}

.hint {
  width: 100%;
  max-width: 95%;
}

.instructions-words {
  line-height: 1.5;
  margin-bottom: 0rem !important;
  font-size: 1rem;
}

.instructions-words02 {
  line-height: 1.5;
  font-size: 0.9rem;
  line-height: 1.2rem;
  margin-bottom: 0.5rem;
}

.instructions-words ul,
.instructions-words02 ul {
  margin: 1em 0;
}

.instructions-words ul {
  padding-left: 1.5rem;
  font-size: 1rem;
}

.instructions-words02 ul {
  font-size: 0.9rem;
}

/* Feedback y respuestas */

#feedback {
  margin-top: -10px;
  margin-bottom: -10px;
}

.feedback-text,
.feedback-text02 {
  font-size: 0.85rem;
}

.feedback-title {
  color: #D94BD5;
}

.feedback-url {
  font-size: 0.7rem;
}

#answers,
.btn-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.btn-container {
    margin-top: 15px;
}

.answer {
  margin: 0 5px;
  width: 100px;
}

/* Enlaces */
a {
  color: black;
}

.generales-url {
  color: #D94BD5;
  font-weight: 600;
  margin: 10px 0 0 10px;
}

/* Listas */
ol li::marker {
  font-weight: bold;
}

#quiz-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Img de cada sección */

.question-img {
  width: 100%;
  max-width: 130px;
  height: auto;
}

/*  footer  */

.footer {
  font-size: 0.75rem;
  font-weight: 700;
  margin-top: 15px;
}

p {
  font-weight: 500;
}

@media (max-width: 1200px) {
  .title-words {
    font-size: 1.4rem;
  }
  .hint {
    width: 95%;
  }

  .btn-container {
    margin-top: 10px;
  }
}

@media (max-width: 700px) {

  #feedback {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .feedback-text {
    font-size: 0.7rem;
  }
  
  .feedback-text02 {
    font-size: 0.6rem;
  }
  
  .gif-feedback {
    width: 100px;
  }

  .instructions-words02 {
    font-size: 0.7rem;
    line-height: 0.9rem;
  }
  
  .instructions-words02 ul {
    font-size: 0.7rem;
  }
}

@media (max-width: 600px) {
  .title-words {
    font-size: 1.2rem;
  }
  
  .logo {
    max-width: 150px;
  }

  .instructions-words,
  .instructions-words ul {
    font-size: 0.8rem;
    line-height: 1.2;
  }
  
  .mainBtn {
    margin-top: 0;
  }
}

@media (max-width: 350px) {
  .feedback-text {
    font-size: 0.7rem;
    line-height: 1rem;
  }

  .feedback-text02 {
    font-size: 0.6rem;
    line-height: 0.9rem;
  }

  .gif-feedback {
    width: 80px;
  }
}