.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:#04ccec;font-size:22px;font-weight:700;margin-bottom:20px;}
.cookie-bar .texto {color:white;font-size:16px;}
.cookie-bar .texto a {color:#04ccec;}
.cookie-bar .buttons {float:right;width:300px;}
.cookie-bar .buttons li {cursor:pointer;margin-bottom:20px;border:3px solid #04ccec;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);}
.cookie-bar .buttons li.aceitar {background:#04ccec;color:white;}
.cookie-bar .buttons li.nao-aceitar {color:#04ccec;}
.cookie-bar .buttons li:hover {opacity:0.8;}

@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;}
}