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

.box-cookies {
  position: fixed;
  background: #FFFFFF;
  z-index: 998;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0.5px solid;
  border-color: lightgray;
  margin-left: 20%;
  margin-right: 20%;
}

#lgpd-title {
  color: #003BD1;
  font-weight: 500;
  font-size: 12px;
}

.lgpd-body {
  text-align: justify;
  font-size: 14px;
  align-self: center;
  padding: 15px;
}

.btn-cookies {
  background-color: #003bd1;
  font-size: 12px;
  font-size: 1.125rem;
  padding: 10px 30px;
  color: white;
  text-align: center;
  border: 1px solid #003bd1;
  display: inline-block;
  cursor: pointer;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  align-self: center;
  margin-right: 15px;
}

.btn-cookies:hover {
  background-color: white;
  color: #003BD1;
}

@media screen and (max-width: 600px) {
  .box-cookies {
    flex-direction: column;
    margin-left: 2%;
    margin-right: 2%;
  }
}
