/* @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;
  display: flex;
  flex-direction: column;

  height: 100%;

  overflow: hidden;
}

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

/****/

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

.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 !important;
  margin-bottom: 10px;
  height: 300px;
}

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

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

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

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
  background-color: #186db6 !important;
  border-radius: 6px !important;
  box-sizing: border-box !important;
  color: white !important;
  font-family: "Avenir Next LT W01 Bold",sans-serif !important;
  box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset,rgba(50, 50, 93, .1) 0 2px 5px 0,rgba(0, 0, 0, .07) 0 1px 1px 0 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 24px !important;
  padding: 16px 23px !important;
  position: relative !important;
  text-decoration: none !important;
  user-select: none !important;
  -webkit-user-select: none !important;
  touch-action: manipulation !important;
}

div:where(.swal2-container) h2:where(.swal2-title) {
  color: #186db6 !important;
}

div:where(.swal2-container) div:where(.swal2-popup) {
  width: auto !important;
  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;
  height: 225px;
}

.mingle {
  appearance: button;
  backface-visibility: hidden;
  background-color: #405cf5;
  border-radius: 6px;
  border-width: 0;
  box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset,rgba(50, 50, 93, .1) 0 2px 5px 0,rgba(0, 0, 0, .07) 0 1px 1px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: -apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Ubuntu,sans-serif;
  font-size: 100%;
  height: 44px;
  line-height: 1.15;
  margin: 12px 0 0;
  outline: none;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
  text-align: center;
  text-transform: none;
  transform: translateZ(0);
  transition: all .2s,box-shadow .08s ease-in;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 100%;
  letter-spacing: 1px;
  font-weight: bold;
}

.mingle:disabled {
  cursor: default;
}

.mingle:focus {
  box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset, rgba(50, 50, 93, .2) 0 6px 15px 0, rgba(0, 0, 0, .1) 0 2px 2px 0, rgba(50, 151, 211, .3) 0 0 0 4px;
}

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

.inst {
  text-align: center;
}

.gray-background {
  color: #eeeeee;
}

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

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

  .index-container03 {
    justify-content: flex-start;
  }

  .image-box {
    margin: 3px;
  }

  .time-inst { 
    margin: 6px;
  }

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