.section-politica-privacidade {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3rem 0;
}

.box-cookies {
  position: fixed;
  background: rgba(88, 88, 88, 0.9);
  max-width: 90vw;
  width: max-content;
  left: 50%;
  transform: translate(-50%, 0);
  min-height: 6vh;
  z-index: 998;
  bottom: 30px;
  display: grid;
  grid-template-columns: max-content auto;
  gap: 2rem;
  padding: 1rem;
  /* border: blueviolet solid; */
  align-items: center;
}

.box-cookies .btn-cookies,
.box-cookies .msg-cookies {
  text-align: center;
  padding: 1rem;
  color: #fff;
  line-height: 1.6rem;
  font-size: 1.4rem;
}

.link-cookies {
  color: #fff !important;
  font-size: 16px;
  align-items: center;
  cursor: pointer;
  text-decoration: underline;
  /* padding: 0 2rem; */
  /* display: flex; */
}

.box-cookies .btn-cookies {
  width: max-content;
  margin: 0;
}

.btn-cookies {
  width: 13rem;
  color: #fff;
}

@media screen and (max-width: 800px) {
  .box-cookies {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 1rem;
    align-items: center;
  }
  .btn-cookies {
    align-self: inherit !important;
  }
}
