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

.box-cookies {
  position: fixed;
  background: rgba(0, 0, 0, .9);
  width: 100%;
  min-height: 65px;
  z-index: 1000;
  bottom: 0;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  
}

.box-cookies .msg-cookies,
.box-cookies .btn-cookies {
  text-align: center;
  padding: 0;
  margin-bottom: 0;
  margin-right: 25px;
  color: #fff;
  font-size: 15px;
}

.box-cookies .btn-cookies {
  background: #1e88e5;
  cursor: pointer;
  align-self: center;
  padding: 0;
    width: 100px;
    height: 40px;
    margin-right: 0;
    font-weight: 600;
}

@media screen and (max-width: 600px) {
  .box-cookies {
  flex-direction: column;
  padding: 15px 20px;
  }
  .box-cookies .msg-cookies {
    margin-right: 0;
    margin-bottom: 20px;
  }
}