#cb-cookie-banner {
  position: fixed;
  bottom: 1.5rem;
  left: 0;
  width: 100%;
  z-index: 11111111111;
  border-radius: 6px;
  display: none;
  background: #fffffff0;
  width: calc(100% - 500px);
  margin-left: 250px;
  box-shadow: 0px 0px 15px #0000003d;
  }
#cb-cookie-banner .container{
  position: relative;
}
button.fecharBanner {
  background: #cdcdcd;
  border: none;
  height: 30px;
  width: 30px;
  border-radius: 24px;
  color: #545454;
  position: absolute;
  right: 0px;
  top: -30px;
}

button.fecharBanner:hover {
  background: #be4949;
  color: #ffffff;
}
@media (orientation: portrait){
  #cb-cookie-banner {
    width: calc(100% - 40px);
    margin-left: 20px;
  }
}