@font-face { 
  font-family: 'Kallisto'; 
  src: url('Kallisto-Medium-Italic-iF66729ea8ae757.woff') format('woff'); 
  font-weight: normal; 
  font-style: normal; }
body {
  display: flex;
  flex-direction: column;
  font-family: 'Kallisto', Verdana;
  background-color: #000;
  align-items: center; /* centraliza os elementos horizontalmente */
  height: 90vh;
  margin: 0;
}

header, nav, footer {
  width: 85%; /* ajusta a largura para 98% */
}

header {
  background-color: #000; /* exemplo de estilo */
  margin-bottom: 2px; /* adiciona espaço abaixo */
  padding: 10px;
  position: fixed;
  z-index: 899;
}

nav {
  background: url(../img/AOficial.png);
  background-repeat: no-repeat; /* evita que a imagem se repita */ 
  background-position: center; /* centraliza a imagem na div */
  background-size: contain; /* ajusta o tamanho da imagem para caber dentro da div */ 
  flex-grow: 1; /* ocupa o espaço restante */
  background-color: #fff; /* exemplo de estilo */
  margin-bottom: 2px; /* adiciona espaço abaixo */
  margin-top: 130px;
  z-index: 898;
}
footer {
  font-size: 10px;
  color:#ECACBD;
  font-family: 'kallisto', Verdana;
  height: 15px;
  text-align: center;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  float: left;
}
ul a {
  display: block;
  padding: 0 2em;
  margin-top: 6px;
  line-height: 2.2em;
  text-decoration: none;
  color:#fff;
}
ul li {
  width: 14%;
  float: left;
  font: 15px 'kallisto', Verdana;
  font-weight: 900;
  font-color:   #3B6084;
  border:2px #000;
}
INPUT,
TEXTAREA {
  width: 70%;
  padding: 2px;
  margin-bottom: 2px;
  padding-left: 5px;
  font-size: 12px;
}
BUTTON {
  text-decoration: none;
}
.container {
  display: flex;
  background-color: #fff;
  padding: 10px;
  height: 100px;
  justify-content: space-between; /* distribui o espaço igualmente entre as imagens */
  align-items: center; /* alinha as imagens verticalmente ao centro */
  padding: 0 2%; /* adiciona espaçamento nas laterais */
}

.logado {
  background: url(../img/fundo.png);
  background-repeat: no-repeat; /* evita que a imagem se repita */ 
  background-position: center; /* centraliza a imagem na div */
  background-size: contain; /* ajusta o tamanho da imagem para caber dentro da div */ 
  //flex-grow: 1; /* ocupa o espaço restante */
  background-color: #fff; /* exemplo de estilo */
  margin-bottom: 2px; /* adiciona espaço abaixo */
  //margin-top: 2px;
  width: 85%;
  z-index: 1;
}
.menu {
  padding: 1px;
  width: 96%;
  margin: 7px ;
  display: inline-block;
  text-align: left;
  justify-content: space-between;
}
.menu1 {
  padding: 1px;
  width: 96%;
  margin: 7px ;
  margin-top: 0;
  display: inline-block;
  text-align: left;
  justify-content: space-between;
}
.bot{
  width: 100%;
  height: 40px;
  text-align: center;
  margin-top: 3px;
  background: url(../img/botao.png) no-repeat center;
  background-size: contain; /* ajusta o tamanho da imagem para caber dentro da div */
}
.corpo{
  display: flex;
  width: 96%;
  align-items: center;
  justify-content: space-between;
}
.barrah{
  padding: 15px;
  border-radius: 15px;
  width: 90%;
  height: 90px;
  margin-left: 0;
  position: relative;
  display: inline-block;
  text-align: left;
  opacity: 0.8;
  background-color: #c6c6c6;
  display: flex;
  text-align: left;
  gap: 720px;
  z-index:2;
}
.late,
.latd, 
.central {
  margin-left: 25px;
  margin-right: 25px;
  width: 32%;
  height: 620px;
  color: #4CA582;
}

.late{
  display: flex; 
  flex-direction: column;
  justify-content: space-between;
}
.dia {
  font: 42px  #ECACBD 'kallisto', Verdana;
  text-shadow: 0.1em 0.1em #3B6084;
  font-weight: 900;
  margin: 10px;
  padding: 10px;
}
.rsocial {
  font-weight: 900;
  font-family: 'kallisto', Verdana, sans-serif;
  font-size: 10px;
  background-color: #FFFFFF;
  padding: 4px;
  border-radius: 10px;
  border: 2px solid #C8523D ;
  display: inline-flex;
  justify-content: space-between;
  width: 10%;
  height: 32px ;
  top: 20px; /* Ajuste a posição conforme necessário */ 
  left: 10px; /* Ajuste a posição conforme necessário */ 
  position: relative;
  z-index: 3;
  }
.modal{
  background-color: #fff;
  padding: 10px;
  right: 35px;
  position: relative;
  z-index: 4;
}
.insc{
  padding: 20px;
  margin-bottom: 2px;
  text-align: center;
  display: flex;
}
.oval{
  margin-top: 5px;
  margin-bottom: 10px;
  margin-right: 0px;
  display: flex;
  justify-content: flex-end;
}
.carta {
  padding: 20px;
  display: flex; 
  justify-content: center;
}
.meio {
border: 2px #3B6084 solid;
border-radius: 15px;
width: 60%;
padding: 15px;
margin: 15px;
}
.botao {
  background: url(../img/botao.png) no-repeat center;
  background-size: contain; 
  border: #fff;
  padding: 5px;
  margin: 3px;
  cursor: pointer;
}
.campo{
  font-size: 9px;
  text-align: left;
  margin-left: 13%;
}

.bt-whatsApp{
  right:85px; 
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  z-index:900;"
}
#alertWapp {
  right: 85px; 
  position:fixed; 
  visibility: hidden; 
  width:17px;	
  height:17px;
  bottom:90px; 
  background: #C8523D;
  z-index:101; 
  font-size:11px; 
  color:#fff;
  text-align:center; 
  border-radius: 50px; 
  font-weight:bold;
  line-height: normal; 
}
#corpo_form {
margin-top: 10px;
padding: 10px;
background-color: #fff;
border: 3px #4CA582 solid;
border-radius: 12px;
color: #4CA582;
font-weight: bold;
text-decoration: none;
}
#corpo_form a {
  text-decoration: none;
}
#msg1 {
  font-size: 15px ;
  font-weight: 600;
  margin: 10px auto;
  padding: 10px;
}
#msg2 {
  color:#C8523D;
  font-weight: 600;
  font-size: 15px;
  margin: 10px auto;
  padding: 10px;
  width: 90%;
}
/* Paleta Reduzida
Cor Primária: #4CA582 (Verde médio)
Cor Secundária: #C8523D (Vermelho terroso)
Neutro Escuro: #3B6084 (Azul acinzentado)
Neutro Claro (opcional): #ECACBD (Rosa claro pastel) */