.alerta_coockies{
    left: 0px;
    width: 100%;
    bottom: 15%;
    z-index: 9999;
    position: fixed;
}
.box-coockies{
    width: 80%;
    color: #fff;
    margin: auto;
    padding: 30px;
    font-size: 14px;
    background: #090909;
    border: solid 1px #090909;
    /*box-shadow: 0px 0px 1px #000;*/
}
.a-termo, .a-termo:focus, .a-termo:active{
    color: #ffffff;
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
    /*text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;*/
}
.a-termo:hover{
    color: #e40050;
}