@font-face {
  font-family: "Roboto";
  src: url("Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

.lgpd
{
  width: 100%;
  position: fixed;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  background-color: #ffffff;
  font-family: "Roboto";
  display: flex;
  flex-direction: row;
  border-top: 2px #002742 solid;
  font-size: 15px;
}

.lgpd .lgpd-area
{
  width: calc(100% - 40px);
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: center;
  align-items: center;
  justify-content: center;
}

.lgpd .lgpd-texto
{
  flex-grow: 1;
}

.lgpd .lgpd-texto strong
{
  font-size: 20px;
  color: #002742;
  line-height: 40px;
}

.lgpd .lgpd-texto a
{
  color: #36A2D3;
  font-weight: bold;
}

.lgpd .lgpd-texto b
{
  color: #36A2D3;
  font-weight: bold;
}

.lgpd .lgpd-botao input
{
  background-color: #00c0f3;
  border-width: 0px;
  padding: 12px 32px;
  color: #ffffff;
  font-family: "Roboto";
  font-size: 12px;
}

.lgpd .lgpd-botao2 input
{
  background-color: #ffffff;
  border: #00c0f3 solid 1px;
  padding: 12px 30px;
  color: #00c0f3;
  font-family: "Roboto";
  font-size: 12px;
}

.lgpd-configuracoes
{
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
  font-family: "Roboto";
  font-size: 15px;
  backdrop-filter: blur(5px);
}

.lgpd-configuracoes .lgpd-area
{
  width: calc(100% - 40px);
  max-width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border: 2px #002742 solid;
  padding: 36px;
}

.lgpd-configuracoes .lgpd-area .tarja{
  width: 100%;
  margin-top: 0px;
  margin-bottom: 36px;
}

.lgpd-configuracoes .lgpd-area strong
{
  font-size: 20px;
  color: #002742;
  line-height: 30px;
}

.lgpd-configuracoes .lgpd-area a
{
  color: #36A2D3;
  font-weight: bold;
}

.lgpd-configuracoes .lgpd-botao
{
  width: 100%;
  display: flex;
  justify-content: end;
  flex-direction: row;
}

.lgpd-configuracoes .lgpd-botao input
{
  background-color: #00c0f3;
  border-width: 0px;
  padding: 10px 30px;
  color: #ffffff;
  font-family: "Roboto";
  font-size: 14px;
}

.lgpd-configuracoes .faixa_excura
{
  margin-top: 5px;
  background-color: #002742;
  color: #ffffff;
  font-size: 18px;
  padding: 8px 18px;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.lgpd-configuracoes .faixa_excura .botao-lgpd
{
  font-size: 14px;
  line-height: 18px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.lgpd-configuracoes .faixa_excura a
{
  color: #ffffff;
}

.lgpd-configuracoes .faixa_excura .botao-lgpd img
{
  margin-bottom: 2px;
}

@media (max-width: 950px) {
  .lgpd .lgpd-area
  {
    flex-direction: column;
  }
}
