/* Mobile first */

/* CSS reset */ 
*, *:before, *:after {
  margin: 0px;
  padding: 0px;
  /*font-family: 'Red Hat Display', sans-serif;
  font-weight: 500;*/
  font: normal 16pt verdana;
  /*-webkit-appearance: none; /* Para resertar a formatação do Safari IOS */
  box-sizing: inherit;
}

body {
  background-color: white;
  font: normal Arial;
  color: #4e4e4e; /*Preto Rodada*/
  /*background-image: linear-gradient(#006eb9, #f7941d);*/
}

.sub-cards {
  /*border: solid 1px green;*/
  width: 100%;
  margin: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.sub-card-1 {
  height: 60%;
}

.sub-card-2 {
  height: 20%;
}

.sub-card-3 {
  height: 20%;
  flex-direction: column;
}

.sub-card-tarja {
  /*border: solid 1px green;*/
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

.tarja {
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color:  #21b24b; /*Verde Rodada*/
  color: white;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  width: auto;
  min-height: 60px;
  padding-left: 15px;
  padding-right: 15px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  display: flex;
  align-items: center;
  justify-content: center;

}

#sub-card-cubo {
  /*border: solid 1px red;*/
  width: 100%;
  min-height: 50vh;
  perspective: 900px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sub-card-logo-Fornecedor {
  /*border: solid 1px green;*/
  max-width: 80%;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.sub-card-botoes {
  /*border: solid 1px green;*/
  position: fixed;
  bottom: 15px;
  width: 95%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.sub-card-pergunta {
  width: 100%;
  margin-top: 10%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.sub-card-agenda {
  width: 100%;
  margin-top: 10%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-around;
}

.fornecedor-agenda {
  width: 80vw;
  height: 40vw;
  margin-top: 6vw;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.fornecedor-agenda__meio {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#containerLogin {
  /*border: solid 1px red;*/
  width: 95%;
  height: 100%;
  margin: auto;
  display: none; /* vira flex quando o JS mandar */
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#cardLogado {
  /*order: solid 1px blue;*/
  width: 95%;
  height: 10vh;
  margin: auto;
  display: none; /* vira flex quando o JS mandar */
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
}

#containerEspera {
  /*border: solid 1px red;*/
  width: 95%;
  margin: auto;
  display: none; /* vira flex quando o JS mandar */
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#containerPitchFornecedores {
  /*border: solid 1px blue;*/
  width: 95%;
  max-width: 800px;
  min-height: 50vh;
  margin: auto;
  display: none; /* vira flex quando o JS mandar */
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

#containerRevisaoAgenda {
  /*border: solid 1px blue;*/
  width: 95%;
  margin: auto;
  display: none; /* vira flex quando o JS mandar */
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#logoRodada img {
  margin: auto;
  width: auto;
  height: 80%;
}

.titulo {
  font-size: 1.5rem;
  margin: auto;
}

.botao {
  appearance: button;
  backface-visibility: hidden;
  background-color: #006eb9; /*Azul Rodada*/
  border-radius: 6px;
  border-width: 0;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: 'Red Hat Display', sans-serif;
  font-weight: 500;
  font-size: 0.8rem;
  height: 60px;
  /*line-height: 1.15;*/
  margin: 12px 0 0;
  outline: none;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
  text-align: center;
  text-transform: none;
  transform: translateZ(0);
  transition: all .2s ease-in;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 100%;
}

.botao:disabled {
  background: #CCCCCC; /*Cinza Médio*/
  cursor: default;
}

.botao:active {
  font-size: 1.2rem;
}

.botao-login {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.botao-sair {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0px;
  background-color: #f7941d; /*Laraja Rodada*/
  width: 80px;
}

.botao-nao {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  padding: 0px;
  background-color: #ccc;
  width: calc(95/2);
}

.botao-sim {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0px;
  background-color: #ccc;
  width: calc(95/2);
}

.caixa-texto {
  border: solid 2px #006eb9; /*Azul Rodada*/
  height: 56px;
  margin-top: 10px;
  border-radius: 6px;
  outline: none;
  padding-left: 20px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.caixa-texto:focus {
  border: solid 2px #21b24b; /*Verde Rodada*/
  color: #006eb9; /*Azul Rodada*/
  box-shadow: 0 0 5px #21b24b; /*Verde Rodada*/

}

.caixa-texto-login {
  width: 100px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 1rem;
}

.caixa-texto-logado {
  border: solid 2px #f7941d; /*Laraja Rodada*/
  font-size: 0.8rem;
  width: 100%;
  padding: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#cardBotoes {
  border: solid 1px green;
  width: 90%;
  height: 100px;
  margin: auto;
  margin-top: 20px;
}

#mininoFornecedores {
  font-weight: 500;
  color: #f7941d; /*Laraja Rodada*/
  font-size: 1.3rem;
}

/* Início - MODAL -------------------*/
.modal,
#modalAlerta { /*Cortina*/
  position: fixed;
  z-index: 1; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.7);
  display: none;
  align-items: center;
  justify-content: center;
}

.modal .conteudo {
  background-color: white;
  margin: 15% auto; 
  padding: 20px;
  border-radius: 5px;
  width: 70%; 
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: Verdana;
}

.conteudo-titulo-modal {
  color: #4e4e4e; /*Preto Rodada*/
  margin-bottom: 5%;
  font-size: 1rem;
}

.conteudo-texto-modal {
  margin-top: 0;
  font-size: 0.8rem;
}

.entrada-modal {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  width: 100%;
}
/* Fim - MODAL -------------------*/

/* INÍCIO - Moeda Sim / Não */
.container-moeda {
  margin-left: 15px;
  width: 60px;
  height: 60px;
  perspective: 100px;
}

.moeda {
  display: none; /* vira block quando o JS mandar */
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transform-style: preserve-3d;
  transform-origin: center right;
  transition: transform 0.5s;
}

.moeda.is-flipped {
  transform: translateX(-100%) rotateY(-180deg);
}

.moeda__face {
  border-radius: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 60px;
  color: white;
  text-align: center;
  /*font-weight: bold;*/
  font-size: 0.8rem;
  backface-visibility: hidden;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.moeda__face--nao {
  /*background: #f7941d; /*Laraja Rodada*/
  color: #f7941d; /*Laraja Rodada*/
  
}

.moeda__face--sim {
  /*background: #006eb9; /*Azul Rodada*/
  color: #006eb9; /*Azul Rodada*/
  transform: rotateY(180deg);
}

/* FIM - Moeda Sim / Não */

/* Ajustes gerais Desktop */
@media ( min-width: 764px ) {

  #containerLogin {
    /*border: solid 1px red;*/
    width: 50vw;
    height: 95%;
  }

  #containerPitchFornecedores {
    max-width: 100%;
    /*max-width: 800px;*/
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .modal .conteudo {
    width: 30vw; 
  }
  
  .caixa-texto-logado {
    width: 50%;
  }

  .sub-card-botoes {
    width: 50vw;
  }

  .sub-card-logo-Fornecedor {
    margin-top: 20px;
    max-width: 30vw;
  }

  .sub-card-pergunta {
    margin-top: 0px;
    flex-direction: column;
    align-items: center;

  }

  .container-moeda {
    margin-left: 0px;
    margin-top: 20px;
    width: 60px;
    height: 60px;
  }

  .sub-card-agenda {
    width: 100%;
    margin-top: 0px;
    align-items: flex-start;
    justify-content: center ;
  }

  .fornecedor-agenda {
    width: 30vw;
    height: 15vw;
    margin-top: 15px;
    margin-left: 7px;
    margin-right: 7px;
  }


}