@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: white;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  max-width: 900px;
  margin: 0 auto;
}

main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative; 
  top: 0;
  height: 100vh;
}

.pages {
  margin: 0 auto;
}

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

.title img {
  width: 90%;
}

#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: 0.95rem;
  line-height: 1.3rem;
}

.hint04 {
  text-align: center;
  background-color: #eeeeee;
  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;
}

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

.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 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: justify;
  line-height: 1.2rem;
  width: 250px;
  height: 390px;
}

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

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

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

.responsiveImage {
  display: none;
}

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

.padding02 {
  padding: 15px !important;
}

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

  .title-words {
    margin-bottom: 20px;
    margin-top: 30px;
  }
}

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

  .title-words {
    font-size: 2rem;
    margin-top: 10px;
  }
}

/*@media (max-width: 850px) {
  .responsiveImage {
    display: block;
  }
}*/

@media (max-width: 768px) {
  .two {
    line-height: 8rem !important;
    font-size: 0.68rem !important;
  }
}

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

  .responsiveTitle {
    display: none;
  }

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

@media (max-width: 600px) {
  .title-words {
    font-size: 1.8rem;
    margin-top: 5px;
  }

  .logo {
    margin-top: 15px;
  }

  .fsize {
    font-size: 0.7rem !important;
    line-height: 1.2rem !important;
  }

  .instructions-words {
    font-size: 0.75rem;
  }
}

@media (max-width: 378px) {
  .hint p {
    font-size: 0.65rem !important;
    line-height: 0.6rem !important;
  }
}
