.cookie-bar {background:rgba(0, 0, 0, 0.9);padding:20px 0px;position:fixed;z-index:999999;bottom:0;left:0px;width:100%;}
.cookie-bar .box {float:left;width:calc(100% - 350px);}
.cookie-bar .titulo {color:#01fecf;font-size:22px;font-weight:700;margin-bottom:20px;}
.cookie-bar .texto {color:white;font-size:16px;}
.cookie-bar .texto a {color:#01fecf;}
.cookie-bar .buttons {float:right;width:300px;}
.cookie-bar .buttons li {cursor:pointer;margin-bottom:20px;border:3px solid #01fecf;text-transform:uppercase;font-size:16px;text-align:center;padding:15px 0px;font-weight:700;transition:all 0.3s cubic-bezier(0.420, 0.000, 0.580, 1.000);list-style:none;}
.cookie-bar .buttons li.aceitar {background:#01fecf;color:#333333;}
.cookie-bar .buttons li.nao-aceitar {color:#01fecf;}
.cookie-bar .buttons li:hover {opacity:0.8;}
.cookie-bar .wrapper {margin:0 auto;max-width:1200px;width:calc(100% - 40px);}

@media screen and (max-width:960px) {
  .cookie-bar .box {float:none;margin-left:20px;width:calc(100% - 40px);}
  .cookie-bar .buttons {float:none;margin-left:20px;width:calc(100% - 40px);margin-top:30px;}
}