#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;
}
#cb-cookie-banner button.btn.btn-success {
  width: fit-content;
  padding: 0.5rem 1.5rem;
}

@media (orientation: portrait){
  #cb-cookie-banner {
    width: calc(100% - 40px);
    margin-left: 20px;
    font-size: 0.75rem;
    line-height: 1rem;
    padding: 1rem 0;
  }
  #cb-cookie-banner button.btn.btn-success {
    font-size: 0.8rem;
    padding: 0.4rem 2rem !important;
    margin-top: 0.6rem;
  }
}