/* @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: white;
  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;
  /*width: 100%;*/
  height: 100vh;
}

.pages {
  /*max-width: 900px !important;*/
  margin: 0 auto;
}

.title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.title img {
  width: 75%;
}

/*.hover01:hover {
  background-color: #eae2e8;
}

.hover02:hover {
  background-color: #faf7d6;
}

.hover03:hover {
  background-color: #f2dcd2;
}

.hover04:hover {
  background-color: #d6e8d8;
}

.hover05:hover {
  background-color: #faf7d6;
}*/
/**********/

#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;
  margin-top: 30px;
}

.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;
  margin-bottom: 10px;
  width: 80%;
}

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

.hint04 {
  text-align: center;
  /*background-color: #eeeeee;*/
  /*padding: 10px;
  border-radius: 10px;*/
  margin-bottom: 10px;
  /*width: 80%; quit*/
}

.hint04 p {
  /*margin: 20px;*/
  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;
}

.inst-words-box04 {
  /*margin: 10px; quit*/
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: justify;
  line-height: 1.2rem;
  /*width: 250px;*/
  /*height: 390px;*/
}

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

/*.hint05 {
  display: none;
}*/

.show {
  display: block;
}

.timeline {
  /*width: 250px;
  height: 75px;*/
  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%;
  /*margin-bottom: 30px;*/
}

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

/*.width-img:hover {
  background-color: #009999;
  color: white;
}*/

.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: #ee7f5c !important;
  border: 1px solid #333333 !important;
  box-sizing: border-box !important;
  color: white !important;
  font-family: "Avenir Next LT W01 Bold",sans-serif !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;
  border-radius: 0px !important;
}

/*div:where(.swal2-container) .swal2-html-container {
  margin: 0px !important;
}*/

div:where(.swal2-container) div:where(.swal2-actions) {
   margin: 0px !important;
}

.mingle {
  background-color: #ee7f5c;
  border: 1px solid #333333;
  box-sizing: border-box;
  color: white;
  font-family: "Avenir Next LT W01 Bold",sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 16px 23px;
  position: relative;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

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

.mingle:hover {
  background-color: transparent;
  cursor: pointer;
  color: #333333;
}

.mingle:before {
  background-color: #ee7f5c;
  content: "";
  height: calc(100% + 3px);
  position: absolute;
  right: -7px;
  top: -9px;
  transition: background-color 300ms ease-in;
  width: 100%;
  z-index: -1;
}

.mingle:hover:before {
  background-color: #6DCFF6;
}

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

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

  .title-words {
    margin-bottom: 20px;
    margin-top: 30p;
  }
  
  /*.hint {
    width: 90%;
  } quit */

}

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

  .title-words {
    font-size: 2rem;
    margin-top: 10px;
  }
  /*.hint {
    width: 90%;
  } quit */

}

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

  .mingle {
    padding: 16px 32px;
  }
}

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

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

  .logo {
    margin-top: 15px;
  }

  .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%;
  }
  /*.timeline {
    margin-bottom: 20px;
  }*/

  /*.hint {
    width: 100%;
  } quit */
}