@import url('https://fonts.googleapis.com/css2?family=Niramit: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');


:root {
  font-size: 62.5%;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Niramit", sans-serif;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}


.principal {
  margin: 0 auto;
  width: auto;
  height: 100%;
  background-color: #d6a72f0a;
  padding-left: 50px;
}
.direita_principal {
  height: 100vh;
  max-width: 1190px;
  display: flex;
  justify-content: center;
  align-items: center;
}









.menu_lateral {

}
nav.menu_lateral {
  width: 30px;
  height: 100%;
  background-color: rgb(33, 84, 194);
  padding: 20px 0 20px 1%;
  box-shadow: 3px 0 0 #f3d77b;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  transition: .4s;
  z-index: 99;
}

nav.menu_lateral:hover {
  width: 200px;
}

.btn-expandir {
  width: 100%;
  padding-left: 0px;
}

.btn-expandir > i {
  color: #fff;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 100;
}

ul {
  height: 100%;
  list-style-type: none;
}

ul li {
  transition: .2s;
}

ul li .ativo {
  background-color: #08f5f5;
}

ul li:hover {
  background-color: rgb(20, 113, 220);
}

ul li.item-menu a {
  color:#fff;
  text-decoration: none;
  font-size: 1.8rem;
  padding: 10px 4%;
  display: flex;
  flex-wrap: nowrap;
  font-weight: 200;
}

ul li.item-menu a .txt-link {
  margin-left: 30px;
}

ul li.item-menu a .icon {
  font-size: 40px;
}









.botaoLogin {
  background:url(../imagens/avatar.png) no-repeat;
  background-size: cover;
  text-indent:-9999px;
  width: 25px;
  height: 25px;
  border: none;
  overflow: hidden;
}
.botaoLogin:hover {
  cursor: pointer;
}
#menu_avatar{
  position: absolute;
  right: 0px;
  top: 32px;
  border: 1px solid rgb(215, 213, 213);
  margin-top: 5px;
  padding: 10px;
  background-color: rgb(175, 175, 175);
  z-index: 999;
  display: none;
}
#menu_avatar ul {
  list-style: none;
  padding: 5px;
}
#menu_avatar ul li {
  padding: 5px;
  font-size: 1.3rem;
}


.flex-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.container-box {
  height: 100vh;
}

.cadastro {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box_cadastro {
  min-width: 210px;
  max-width: 500px;
  color: #000;
  background: linear-gradient(60deg, #f0ece086, #F0ECE0);
  padding: 30px;
}
.box_cadastro form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.box_cadastro form span {
  font-size: 1.2rem;
  margin-left: 10px;
  display: flex;
  gap: 10px;
}
.box_cadastro form span a {
  color:#0057A2;
  font-weight: 400;
}
.box_cadastro div {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 450px) {
  .box_cadastro div input {
    width: 100%;
  }
}

.content-box {
  max-width: 800px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: white;
  background: linear-gradient(60deg, #f0ece086, #F0ECE0);
}

.login a {
  color: rgb(29, 29, 119);
  font-size: 1.3rem;
}
.login a:hover {
  color: rgb(54, 54, 155);
  font-size: 1.3rem;
}
.lateral_esquerda {
  max-width: 800px;
  display: flex;
  justify-content: center;
}
.lateral_esquerda form {
  width: 80%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 20px;
  padding-bottom: 25px;
}
.lateral_esquerda form h1 {
  color: black;
  margin-bottom: 10px;
}

.lateral_esquerda form span {
  color: rgb(38, 39, 39);
  font-size: 1.4rem;
  padding-left: 10px;
  line-height: 1.3;
}
.lateral_esquerda form span a {
  color: #daa814;
  font-size: 1.3rem;
}
.lateral_esquerda form span a:hover {
  color: rgb(90, 145, 247);
  font-size: 1.3rem;
}

input {
  padding: 10px;
  border: none;
  outline: none;
  font-size: 1.4rem;
  border-radius: 10px;
  color: #0057A2;
}
.lateral_esquerda .entrar {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 10px;
  background-color: rgba(211, 209, 209, 0.5);
  transition: 0.3s;
}
.lateral_esquerda .entrar:hover {
  background-color: rgba(11, 32, 124, 0.774);
  cursor: pointer;
  color: #fff;
}
.lateral_direita {
  height: 350px;
  background: url(../imagens/telaLogin.gif);
  background-size: cover;
  padding: 20px;
  padding-top: 30px;
}
.lateral_direita p {
  margin-top: 15px;
  font-size: 1.6rem;
  line-height: 1.2;
  color: black;
}

.erro_login {
  background-color: #ffd7d7;
  padding: 10px;
  color: black;
}

.rodape_login {
  width: 100%;
  background-color: #fff;
  padding: 20px;
}

@media (max-width: 900px) {
  .lateral_direita {
    height: 70%;
    order: -1;
    overflow: hidden;
  }
  .content-box {
    grid-template-columns: 1fr;
    width: 90%;
  }
}










.cadastro {
    margin: 0 auto;
    max-width: 800px;
}
.conteudo_cadastro {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-content: center;
}
.form_cadastro {
  flex-basis: 50%;
}
.itens_form_cadastro {
  display: flex;
  justify-content: space-around;
  column-gap: 10px;
}
.form_cadastro input {
  font-size: 1.5rem;
  padding: 10px;
  outline: none;
  width: 94%;
  margin-bottom: 10px;
  border: solid 1px #c5c5c5;
}

.form_cadastro input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.botaoCadastro {
  color: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
}
.botaoCadastro:hover {
  color: rgba(0, 0, 0, 1);
  cursor: pointer;
}

.erro_conteudo_cadastro {
  background-color: #ffc5c5;
  padding: 2rem;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.true_conteudo_cadastro {
  background-color: #c5e3ff;
  padding: 2rem;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.true_recupera {
  background-color: #c5e3ff;
  padding: 2rem;
  font-size: 1.3rem;
  margin-bottom: 20px;
  color: #262727;
}




.cabeca_promocoes {
  margin: 0 auto;
  max-width: 700px;
  font-size: 2.5rem;
  margin-bottom: 30px;
}

.promocoes {
  margin: 0 auto;
  max-width: 700px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  gap: 40px;
}

.box_promocoes {

}

.url_promocoes {
  display: flex;
  gap: 30px;
}

.url_promocoes a {
  text-decoration: none;
  color: rgb(38, 39, 39);
}

.url_promocoes:hover {
  cursor: pointer;
  opacity: 0.7;
}

.foto_promocoes img {
  object-fit: contain;
}

.texto_promocoes {
  font-size: 1.5rem;
}

.texto_promocoes p {
  color: rgb(233, 171, 14);
  font-size: 1.5rem;
  font-weight: 400;
}

.status_on {
  width: 100%;
  padding: 5px 0;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 5px;
  background-color: #5ab104;
  color: #fff;
}

.status_off {
  width: 100%;
  padding: 5px 0;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 5px;
  background-color: #e6bc05;
  color: #fff;
}

@media (max-width: 700px) {
  .promocoes {
    width: 90%;
    grid-template-columns: repeat(1, 1fr);
  }
  .cabeca_promocoes {
    width: 90%;
  }
}