/* @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');

body,
html {
  font-family: 'Krub', sans-serif;
  margin: 0;
  padding: 0;
  /*background-color: #f4f3f7;*/
  /*background-color: #E0EAFC;*/
  /*background-color: #F1F6F9;*/
  /*background-color: #D1E9F6;*/
  /*background-color: #E3F4F4;*/
  /*background-color: #F7F9FC;*/
  background-color: #F5F7F8;
  display: flex;
  flex-direction: column;

  height: 100%;

  overflow: hidden;
}

a {
  text-decoration: none;
}

main {
  flex-grow: 1;
  /* min-height: 1250px !important; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  /* Asegura que el main se mantenga en su lugar */
  position: relative; 
  top: 0;
  height: 100vh;

  max-width: 700px;
  max-height: 700px;
  margin: 0 auto;
  box-sizing: border-box;
}

.background01 {
  background-color: #F7F9FC;
}

.index-container03 {
  height: 100vh;
}

.img-portada01 {
    width: 48%;
    border-radius: 15px;
    margin-bottom: 5px;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.pages {
  margin: 0 auto;
}

.title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  /*margin: -10px;*/
}

.title img {
  width: 75%;
}

#content {
  height: 100%;
  width: 100%;
}

.index-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  opacity: 1;
  border-radius: 20px;
  padding: 15px;
  
}

.index-container03 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center !important;
}

/****/

.logo {
  width: 180px;
}

.logo-titulo {
  width: 200px;
  background-size: cover;

}
/******/

.title-words {
  font-family: "Krub", sans-serif;
  font-weight: 800;
  font-size: 2.5rem;
  color: black;
  text-align: center;
  width: 100%;
  letter-spacing: 2px;
  margin-bottom: 20px;
  margin-top: 30px;
}

.hint04 {
  text-align: center;
  margin-bottom: 10px;
}

.hint04 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;
}

li {
  text-align: left;
  font-size: 0.9rem;
}

.list {
  width: 70px;
  height: 40px;
  border: 2px solid black;
  text-align: center;
  padding-top: 20px;
  cursor: pointer;
}

.list:hover {
  background-color: black;
  color: white;
  font-weight: 600;
}

.hint05 {
  width: 80%;
  background-color: #f6f6f6;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  font-size: 0.85rem;
  text-align: justify;
}

.show {
  display: block;
}

.timeline {
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: justify;
  border: 1px solid #009999;
  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;
  border-radius: 50%;
}

.time-img01 {
  width: 125px;
  height: 75px;
}

.width-img{
  width: 125px;
  height: 75px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: justify;
}

.hoverRef:hover {
  background-color: transparent !important;
  color: #009999 !important;
}

a {
  cursor: pointer;
}

.m-top {
  margin-top: 30px;
}

.letters03 {
  width: 100%;
  max-width: fit-content;
  margin-top: 20px;
  padding: 15px;
  border-radius: 10px;
  background-color: #eeee;
  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;
}

.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;
}

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

.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;
}

.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;
}

.btn {
  align-items: center;
  background-image: linear-gradient(144deg,#AF40FF, #5B42F3 50%,#00DDEB);
  border: 0;
  border-radius: 8px;
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
  box-sizing: border-box;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  line-height: 1em;
  padding: 10px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
  font-family: 'Myriad Pro', sans-serif;
  font-size: 1rem;
}

.btn:active,
.btn:hover {
  outline: 0;
}

.btn span {
  background-color: rgb(5, 6, 45);
  padding: 16px 24px;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  transition: 300ms;
}

.btn:hover span {
  background: none;
}

/*@media (min-width: 768px) {
  .btn {
    font-size: 24px;
  }
}*/

.linea {
  display: inline-block;
  width: 2px;
  height: 20px;
  background-color: #009999;
  vertical-align: middle;
}

.m003 {
  margin-bottom: 15px;
}

.timeline {
  cursor: pointer;
}

.backcolor01 {
  background-color: black;
  color: white;
  font-weight: 600;
}

.fsize {
  text-align: center;
  margin-bottom: 20px;
}

.responsiveImage {
  display: none;
}

.game-image {
  width: 150px;
  height: fit-content;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 5px;
}

.hidden-image {
  height: 230px;
  width: 150px;
}

.game-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 5px;
}

.image-box {
  margin: 10px;
  text-align: center;
  cursor: pointer;
}

.hidden {
  background-color: #186db6;
  width: 150px;
  height: 230px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 5px;
}

#message {
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
}

.info-index {
  width: 65vw;
  color: #333333;
  text-align: center;
  font-size: 1rem;
  width: 90%;
}

.time {
  color: #0000ff;
}

.time-inst {
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 10px;
  width: 95vw;
}

.inst {
  text-align: center;
  /*width: 90%;*/
}

.gray-background {
  color: #eeeeee;
}

.m01 {
  margin-top: 10px;
}

@media (max-width: 1500px) {
  .title-words {
    margin-bottom: 20px;
    margin-top: 30p;
  }
}

@media (max-width: 1200px) {
  .title-words {
    font-size: 2rem;
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  .responsiveImage {
    display: block;
    margin: 0 auto;
    border-radius: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
}

@media (max-width: 600px) {

  .img-portada01 {
    width: 80%;
    border-radius: 15px;
    margin-bottom: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  }

  .hint {
    background-color: transparent;
    box-shadow: none !important;
    padding: 0px;
    margin-bottom: 0px;
    position: relative;
    z-index: 10
  }

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

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

  .list {
    width: 35px;
    height: 20px;
    border: 2px solid black;
    text-align: center;
    padding-top: 0px;
  }

  .hint05 {
    font-size: 0.85rem !important;
  }

  .title img {
    width: 90%;
  }

  main {
    justify-content: flex-start;
  }

  h1.h1-paddings {
    padding-top: 1px;
    font-size: 1.7rem;
  }

  .game-container {
    flex-wrap: wrap;
  }

  .info-index {
    font-size: 0.9rem;
  }

  .image-box {
    margin: 3px;
  }

  .time-inst { 
    margin: 6px;
  }

  .logo {
    margin-top: 10px;
  }
}


