body {
  background-color: #f4cdd7;
  margin          : 0px;
  color           : rgb(0, 0, 0);
}

#messageBox label {
  display: block;
  width  : fit-content;
  padding: 2px;
}

.principal {
  display        : flex;
  flex-direction : row;
  justify-content: center;
  align-items    : center;
}

.form {
  width     : 330px;
  text-align: left;
  /* display: none; */
}

.logo-campanha {
  display        : flex;
  justify-content: center;
  margin-top     : 20px;
  margin-bottom  : 10px;
}

p.mensagem-ok {
  text-align: center;
}

span.parabens {
  font-size  : 1.5rem;
  font-weight: 700;
}

span.codigo-promocao {
  font-size     : 1.1rem;
  letter-spacing: 2px;
  font-weight   : 700;
  color         : burlywood;
}

.vouchers ul {
  background   : #426c8c;
  display      : flex;
  border-radius: 8px;
  padding      : 5px;
  list-style   : none;
}

.vouchers ul li {
  list-style: none;
  width     : 33%;
  display   : flex;
}


/* LGPD */


.box-cookies.hide {
  display: none !important;
}



.box-cookies {
    position: fixed;
    background: #cacaca;
    width: 100%;
    max-width: 980px;
    z-index: 998;
    bottom: 0;
    right: 0;
    border-radius: 8px 0px 0px 0px;
    border: solid 1px rgba(255, 255, 255, 0.6);
    border-bottom: none;
    border-right: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box-cookies a {
  color      : #004a83;
  font-weight: bold;
}

.box-cookies a:hover {
  text-decoration: underline;
}

.msg-cookies,
.box-cookies .btn-cookies {
  text-align   : left;
  padding      : 5px;
  color        : #004a83;
  font-size    : 14px;
  margin-bottom: 5px;
}

.box-cookies .btn-cookies {
  cursor       : pointer;
  height       : auto;
  margin       : 11px 10px 10px;
  padding      : 3px 8px;
  border       : none;
  border-radius: 5px;
}

.msg-cookies {
  padding: 8px;
}

@media screen and (max-width: 600px) {
  .box-cookies {
    flex-direction: column;
    border-left   : none;
  }
}

.lista-cidades {
    display: flex;
    justify-content: flex-start;
}


ul.nome-cidade {
    width: 100%;
    display: block;
    list-style: none;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    text-align: initial;
    /* overflow-y: scroll; */
    height: auto;
}

.nome-cidade li {
    background: #ed7e9a;
    padding: 14px 5px;
    margin: 5px 0px;
    border-radius: 10px;
    border: 1px solid #ffffff2e;
}

input#cpf {
      width: 100%;
      font-size: 2.5rem;
      color: #004a83;
      background: #e5e5e5;
      border: none;
      font-weight: 800;
      border-radius: 5px;
      text-align: center;
    }

span.nome-cliente {
    font-size: 1.5rem;
    color: #ffff6c;
}

span.bem-vindo {
    display: flex;
    justify-content: center;
    font-size: 1.2rem;
    padding: 5px;
    color: #6eff30;
}

span.sem-cadastro {
    display: flex;
    justify-content: center;
    padding: 10px;
    color: #ffd200;
    text-align: center;
}

.parabens {
    font-size: 1rem;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 15px;
    background-color: #9bffac;
}