/* @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: rgba(201, 214, 255, 0.4);
  /*background: rgba(201, 214, 255, 0.4);
  background: -webkit-linear-gradient(to right, rgba(226, 226, 226, 0.8), rgba(201, 214, 255, 0.4));
  background: linear-gradient(to right, rgba(226, 226, 226, 0.8), rgba(201, 214, 255, 0.4));*/
  display: flex;
  flex-direction: column;
  /*align-items: center;*/
  height: 100%;
}

main {
  flex-grow: 1;
  min-height: 1250px !important;
}

.introduction-align {
  height: 48%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pages {
  /*max-width: 900px !important;*/
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/**********/

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

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.container-interactive {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

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

/******/

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

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

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

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

.inst-words-box {
  margin: 20px;
}

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

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

.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;
  cursor: pointer;
}

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

/*********** swal *************/

div:where(.swal2-container) h2:where(.swal2-title) {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0.8em 1em 0;
  color: inherit;
  font-size: 1.6em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
  font-family: sans-serif !important;
  /*color: #7c9cf7 !important;*/
  color: black !important;
}

div:where(.swal2-container) .swal2-html-container {
  z-index: 1;
  justify-content: center;
  margin: 1em 1.6em 0.3em;
  padding: 0;
  overflow: auto;
  color: inherit;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
  word-break: break-word;
  font-family: sans-serif !important;
  /*color: #7c9cf7 !important;*/
  color: black !important;
}

div:where(.swal2-container) button:where(.swal2-styled) {
  margin: 0.3125em;
  padding: 0.625em 1.1em;
  transition: box-shadow .1s;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0);
  font-weight: 500;
  font-family: sans-serif !important;
  letter-spacing: 2px;
  color: white;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
  appearance: none !important;
  background-color: black !important;
  border: 2px solid #1A1A1A !important;
  border-radius: 15px !important;
  box-sizing: border-box !important;
  color: white !important;
  cursor: pointer !important;
  display: inline-block;
  font-family: sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: normal !important;
  margin: 0 !important;
  min-height: 60px !important;
  min-width: 0 !important;
  outline: none !important;
  padding: 16px 24px !important;
  text-align: center !important;
  text-decoration: none !important;
  transition: all 300ms cubic-bezier(.23, 1, 0.32, 1) !important;
  user-select: none !important;
  -webkit-user-select: none !important;
  touch-action: manipulation !important;
  will-change: transform !important;
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:disabled {
  pointer-events: none !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:hover {
  color: #fff !important;
  background-color: #1A1A1A !important;
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px !important;
  transform: translateY(-2px) !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:active {
  box-shadow: none !important;
  transform: translateY(0) !important;
}

div:where(.swal2-container) div:where(.swal2-popup) {
  display: none;
  position: relative;
  box-sizing: border-box;
  grid-template-columns: minmax(0, 100%);
  width: 32em;
  max-width: 100%;
  padding: 0 0 1.25em;
  border: none;
  border-radius: 13px !important;
  background-color: white !important;
  border: 5px solid #7c9cf7 !important;
  color: #545454;
  font-family: inherit;
  font-size: 1rem;
}

.swal2-close {
  visibility: hidden !important;
}

div:where(.swal2-container) div:where(.swal2-popup) {
  display: none;
  position: relative;
  box-sizing: border-box;
  grid-template-columns: minmax(0, 100%);
  width: 32em;
  max-width: 100%;
  padding: 0 0 1.25em;
  border: none;
  border-radius: 5px;
  background-color: white !important;
  color: #545454;
  font-family: inherit;
  font-size: 1rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}

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

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

  .title-words {
    margin-bottom: 20px !important;
    margin-top: 30px !important;
  }
  
  .hint {
    width: 90%;
  }

}

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

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

}

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

  .title-words {
    font-size: 1.7rem;
    margin-top: 5px !important;
  }

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

  .hint {
    width: 100%;
  }
}