@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;500;700&family=Montserrat:wght@100;300;500&family=Poppins:wght@100;300;500;700&family=Roboto:wght@100;300;500;700&display=swap');

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Roboto', sans-serif;
  margin-left: 20;
  margin-right: 20;
  overflow: hidden;
  background-color: #ffffff;
}

.layout-tv {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 99vh;
  background-color: #ffffff;
}

.pure-g {
  margin-top: -20px;
}

.layout-conteudo {
  display: flex;
  background-color: #ffffff;
}

.container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #ffffff;
  padding: 10px;
  min-height: 160px;
}

.resp-iframe {
  width: 715px;
  height: 400px;
}

.scrolling-limit {
  overflow: hidden;
  white-space: nowrap;
  padding: 5px;
  padding-top: 20px;
  border-radius: 15;
}

.skills {
  position: relative;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-size: 4vw;
  display: inline-block;
  white-space: nowrap;
  animation: floatText 25s infinite linear;
  padding-left: 100%;
  /*Initial offset*/
  color: #fff;
}

.langs {
  animation-delay: 5s;
}

@keyframes floatText {
  to {
    transform: translateX(-100%);
  }
}

.senha-titulo {
  font-size: 2em;
  font-weight: bold;
  color: white;
}

.senha-senha {
  font-size: 4.5em;
  font-weight: bold;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  color: white;
}

.senha-sala {
  font-size: 3em;
  font-weight: 600;
  color: white;
}

.container-senhas {
  padding: 2em;
  margin: 1em;
  background: #0e3569;
  border-radius: 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  text-align: center;
  width: 20%;
  font-size: 0.850em;
  white-space: nowrap;
}

.container-ultima-senha {
  padding: 2em;
  margin: 1em;
  margin-right: 3em;
  background: #0e3569;
  border-radius: 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  text-align: center;
  width: 20%;
  white-space: nowrap;
  font-size: 0.875em;
}

.labelDate {
  margin-top: 3rem;
  font-size: 4.5rem;
  font-weight: bold;
  color: #0e3569;
}

.labelTime {
  margin-top: 2rem;
  font-size: 8rem;
  font-weight: bold;
  color: #0e3569;
}

.labelGraus {
  margin-top: 2rem;
  font-size: 4rem;
  font-weight: bold;
  color: #0e3569;
}

.section_zone {
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding: 10px;
  background-color: #ffffff;
}

div.box_frame {
  float: left;
  padding: 2px;
  margin-left: 1.5rem;
  text-align: center;
}

div.box_frame:first-child {
  margin-left: 0;
}

div.section_zone_senha {
  width: 100%;
  height: 90vh;
  display: flex;
  align-items: center; 
  justify-content: center; 
}

div.box_frame_senha:first-child {
  margin-left: 0;
}

.labelSenhaChamada {
  margin-top: -2rem;
  font-size: 10rem;
  font-weight: bold;
  color: #0e3569;
}

.labelSenhaChamada#_01 {
  font-weight: bold;
}

.labelSenhaChamada#_02 {
  color: red;
}

.labelNomeChamada {
  margin-top: 2rem;
  font-size: 6rem;
  font-weight: bold;
  color: #0e3569;
}

.labelConsultorioChamada {
  margin-top: 2rem;
  font-size: 8rem;
  font-weight: bold;
  color: #0e3569;
}

@media (max-width: 768px) {
  .container {
    font-size: 0.4em;
  }

  .resp-iframe {
    display: none;
  }
}

@media (min-width: 768px) {
  .container {
    font-size: 0.6em;
  }

  .resp-iframe {
    width: 403px;
    height: 226px;
  }

  .labelDate,
  .labelTime,
  .labelGraus {
    font-size: 4em;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .container {
    font-size: 0.7em;
  }

  .resp-iframe {
    width: 506px;
    height: 284px;
  }
}

@media (min-width: 1200px) {
  .container {
    font-size: 0.8em;
  }

  .resp-iframe {
    width: 703px;
    height: 395px;
  }

  .labelTime {
    font-size: 8em;
    text-align: center;
  }

  .labelDate {
    font-size: 6em;
    text-align: center;
  }

  .labelGraus {
    font-size: 3em;
    text-align: center;
  }
}

@media (min-width: 1400px) {
  .container {
    font-size: 0.8em;
  }

  .resp-iframe {
    width: 715px;
    height: 400px;
  }

  .labelTime {
    font-size: 8em;
    text-align: center;
  }

  .labelDate {
    font-size: 6em;
    text-align: center;
  }

  .labelGraus {
    font-size: 3em;
    text-align: center;
  }
}


@media (max-width: 768px) {
  .labelSenhaChamada {
    margin-top: -2rem;
    font-size: 6rem;
    font-weight: bold;
    color: #0e3569;
  }
  
  .labelSenhaChamada#_01 {
    font-weight: bold;
  }
  
  .labelSenhaChamada#_02 {
    color: red;
  }
  
  .labelNomeChamada {
    margin-top: 1rem;
    font-size: 4rem;
    font-weight: bold;
    color: #0e3569;
  }
  
  .labelConsultorioChamada {
    margin-top: 1rem;
    font-size: 6rem;
    font-weight: bold;
    color: #0e3569;
  }
}

/************ MODAL LOGIN ***********/ 

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Fundo semi-transparente */
}

.modal-content {
  background-color: #fff;
  padding: 20px;
  width: 80%;
  max-width: 600px;
  margin: 100px auto;
  /* Centraliza verticalmente */
  border-radius: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  position: relative;
}

.close {
  cursor: pointer;
  height: 20px;
}

.conteudo-modal {
  padding: 10px 0;
}

.titulo-modal {
  font-family: 'Inter', sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
}

ul {
  list-style: none;
  padding: 0 10px;
}

ul li {
  margin: 6px 0;
}

ul li button {
  text-align: start;
  color: #FFF;
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  background-color: #1496E6;
  border: none;
  padding: 12px;
  border-radius: 12px;
  width: 100%;
}

ul li button:hover {
  background-color: #0b5b8c;
}

.rodape-modal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
}

.btn-salvar {
  padding: 12px;
  border-radius: 12px;
  background-color: #1496E6;
  border: none;
  color: white;
  font-family: Inter;
  font-size: 13px;
  font-weight: 600;
}

.btn-salvar:hover {
  background-color: #0b5b8c;
}

h6 {
  color: #000000ad;
  text-align: center;
  font-family: Inter;
  font-size: 13px;
  font-weight: 600;
}

/************ MODAL FULLSCREEN SENHA ***********/ 

.modal-senha {
  font-family: "Roboto", sans-serif;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  text-align: center;
}

.modal-content-senha {
  background-color: #FFF;
  margin: 0 auto;
  /* Centraliza verticalmente */
  height: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

/* TITULOS MODAL SENHA */

.titulo-modal-senha {
  font-family: 'Inter', sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.labelSenhaChamada#_01 {
  font-weight: bold;
  color: #0e3569;
}

.labelSenhaChamada#_02 {
  color: red;
}

.labelNomeChamada {
  margin-top: 1rem;
  font-size: 6rem;
  font-weight: bold;
  color: #0e3569;
}

.labelConsultorioChamada {
  margin-top: 1rem;
  font-size: 6rem;
  font-weight: bold;
  color: #0e3569;
}

#_01 {
  font-size: 10em;
}

/* BOTAO CONFIG  */

.nav-config {
  height: 40px;
  margin: 30px;
}

#botao-config {
  width: 24px;
}