
body{
  overflow: hidden;
  background-color: black;
}

body, html{
  font-family: var(--font-family);
  margin: 0;
  padding: 0;
  margin-top: 0 !important;
}

body{
  height: 100vh !important;
  max-height: fit-content;
  font-size: var(--text-size);
}


/* - - - - - - - - JOHN STUFF HERE! - - - - - - - - - */
.message{
  background-color: white!important;
  border-radius: 2em;
  color:#333;
  font-family:'Montserrat';
  padding:2.1em;
  padding-bottom:2em;

}

.message p{
  padding:0;

    color:#333;

}

.message .button3{
  padding-top:1em;
  background-color:transparent!important;
  border:solid 2px black;
  text-align: center!important;
  bottom:2em;
}

.bodysnatcher{
  position: fixed;
  top:0;
  left:0;
  width:100vw;
  height:100%;
  overflow: hidden;
  z-index: 4000;
  display:none;
  padding-top:4.5rem;
}

.tinycolumns{
  width:33.33%!important;
  float:left;
}

.columncoisa{
    padding:0!important;
}

.columnscoisa{
    width: 100%;
    height: 100%;
}

.textcoisa{
  font-size:0.9em;
  padding: 2rem 2.5rem!important;
}

.left-text-body.patient-text, .left-text-body.patient-text-list{
  opacity: 1!important;
  padding:0!important;
}

.patient-record .text-span, .task-list .text-span{
  font-size: 0.8em!important;
    font-weight: 500!important;
    float:none;
}

.w-rowcoisa{
  margin-left: 0;
    margin-right: 0;
}

.patient-record, .task-list{
  position: absolute;
  height:100%!important;

}

.menus-novos-necessarios{
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:white;
  z-index:9999;
  display: block;
  padding-top:4.5rem;
  font-family: 'Mohave';
  left:100%;
  transition: all 0.34s ease;
}

.menus-novos-necessarios.open{
  left:0;
}

.menus-novos-necessarios .holdmenu{
  background-color:var(--cor-bg-tercaria);
  height:calc(100%);
  position: relative;
    overflow: hidden;
    padding:1.3em;
}

.menus-novos-necessarios .holdmenu h3{
  position: relative;
  margin:0;
  padding:0;
  text-transform: uppercase;
  font-weight: 700;
  font-size:2.8em;
  text-align: right;
  margin-top:0.3em;
  letter-spacing: -1px;
}

.menus-novos-necessarios .holdmenu .menulink{
  font-family: 'Montserrat', sans-serif;
  position: relative;
  display:block;
  margin:0;
  padding:0;
  text-transform: uppercase;
  font-weight: 700;
  font-size:1em;
  padding-bottom:1em;
  padding-top:1em;
  color:black;
  text-decoration: none;
  border-bottom:1px solid lightgrey;
  border-top:1px solid white;
}

.menus-novos-necessarios .holdmenu .menulink:first-of-type{

  border-top:1px solid transparent;
}

.menus-novos-necessarios .holdmenu .powered{
  position: absolute;
    bottom: 1.3em;
    right: 1.3em;
}

.menus-novos-necessarios .holdmenu .powered h3{
  margin:0;
  padding:0;
  font-size:1.3em;
}

.game-layout{
  position: absolute;
  top:0;
  left:0;
  padding-top:3rem;
  display: none;
}

#hamburger{
  position: fixed;
  top:1rem;
  right:1rem;
  width:2.5rem;
  height:2.5rem;
  background:url("/images/burger2.svg") no-repeat center center;
  background-size:contain;
  filter: invert(100%);
  z-index:10001;
}

#mezooletters{
  position: fixed;
  top:0rem;
  left:0rem;
  width:100%;
  height:4.5rem;
  color:black;
  font-family: 'Mohave';
  font-weight: 700;
  font-size:2em;
  filter: invert(100%);
  z-index:10000;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0.5em;
}

#ajuda{
  position: fixed;
  top:1.25rem;
  left:1.25rem;
  width:2rem;
  height:2rem;
  background:url("/images/info.svg") no-repeat center center;
  background-size:contain;
  filter: invert(100%);
  z-index:10000;
}

#hammertime{
  position: absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:1;
}

.givemetrans{
  transition: all 0.5s ease;
}

.wrapper-chat{
  padding-bottom:0;
}
.left-text-body, .right-text-body{
  opacity:0;
  transition: all 0.34s ease;
  text-align: left!important;
  padding:1.2em!important;
  font-size: 1em;
}

.body-chat2{
  padding:0em;
}

.box-button2{
  padding:1em!important;
  padding-bottom:0;
}

.doctorforward{
  opacity:0;
  transition: all 0.34s ease;
  margin-bottom:2em;
}

.clicked{
  border-color: rgb(70, 186, 67);
}


.off{
  background-color:grey!important;
  pointer-events: none;
}


.doctorscreen{
  display:none;
}


.initialScreen{
  position: absolute;
  z-index: 9999;
  top: 0;
  left:0;
  height: 100%;
  width: 100vw;
  background-color:white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.initialScreen .heading{
  font-family: "Mohave";
  font-size:5em;
  line-height: 1.1em;
}

.initialScreen .image-2{
  object-fit:contain!important;
}

.titleHeading{
  width: 100vw;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

}

.titleHeading p, .gameHeading p{
  font-size: var(--titles-size);
  /* text-transform: uppercase; */
  color: var(--cor-bg-principal);
  font-weight: bolder;
}





/* JOHN STUFF ENDS */





#divEscolherLingua{
  display: flex;
  flex-flow: column wrap;
  text-align: center;
  position: relative;
  z-index: 9999;
  top: 0;
  left:0;
  height: 80vh;
  width: 100vw;
}
#leftLang, #rightLang{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25vh;
}

.flags{
  height: 100%;
}

.mainMenu{
  display:none;
  height:100vh;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index:999;
}

.mainMenu ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 94%;
  background-color: #f1f1f1;
  display:flex;
  flex-direction: column;
}
.mainMenu li{
  display: flex;
  flex-grow: 1;
  justify-content: center;
  margin: 1rem;
  margin-bottom: 0;
}

.mainMenu li a{
  display: flex;
  text-decoration: none;
  width: fit-content;
  font-size: var(--subtitles-size);
  color: var(--cor-bg-principal);
  align-self: center;

}

/****Personalizar o menu****/
li#one{
  background-color: var(--cor-bg-secundaria);

}
 li#two{
  background-color: var(--cor-bg-secundaria);
  margin-bottom: 1em;
 }

/*POP-UP ENTRAR MEMORIAS*/
.memoPopUp{
  display:none;
  width: 100vw;
  height: 100vh;
  background-color:var(--cor-bg-transparent);
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.message {
  width: 70%;
  height: 30%;
  background-color:var(--cor-bg-tercaria);
  position: relative;
  margin-bottom: 7rem;
}

.question{
  color: var(--cor-bg-secundaria);
  font-size: var(--subtitles-size);
  padding: 1em;
  text-align: center;
}

.optionstoGo{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  align-items: center;
}

.accept{
    left: 8% !important;
    right: auto !important;
    text-decoration: none;
}

/*MEZOO VET STYLE*/



@media(orientation: landscape){

  .initialScreen{
    justify-content: space-between;
  }
  .museuName{
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;

  }

  #divEscolherLingua{
    flex-flow:row wrap;
    height:70%;

  }

  #leftLang, #rightLang{
    height: auto;
    width: 50%;
    align-items: flex-start;
  }

  #leftLang img, #rightLang img{
    height: 60%
  }

  .mainMenu ul{
    background-color: #f1f1f1;
    display:flex;
    flex-direction: row;
  }

  .mainMenu li{
    display: flex;
    width: 50%;
    justify-content: center;
    margin: 1rem;
    margin-right: 0;
  }
  li#two{
  margin-right: 1em;
  }

}

.doctorscreen.endgame{
  display: none;
}

.carrosselwrap{
  position: fixed;
  top:0;
  left:0;
  height:70vh;
  width:100%;
  display: flex;

  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.carrosselimg{
  object-fit: contain;
  object-position: center;
}

.carrosselwrap.hideit{
  display:none;
}
