.box-cookies.hide {
    display: none !important;
}

.box-cookies {
    position: fixed;
    background: rgba(13, 0, 73);
    width: 100%;
    z-index: 998;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}
.content-cookies{
    width: 80%;
    margin: auto;
    display: block;
    padding: 5px;
    align-items: center;
}
.msg-cookies{
    margin: auto;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    font-size: 12px;
    float: left;
    line-height: 36px;
}

.btn-cookies {
    float: left;
}
.btn-cookies button{
    background: #E64E1F;;
    cursor: pointer;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    border-radius: 15px;
    font-size: 12px;
    margin-left: 15px;
}

@media screen and (max-width: 600px) {
    .box-cookies {
        flex-direction: column;
    }

.msg-cookies{
line-height: 25px!important;
text-align: center;
}
.btn-cookies button {
    margin-top: 10px;
    margin-left: 10px;
}
.content-cookies{
width: 100%;
display: block;
}
.btn-cookies{
     float: none;
    width: 100%;
    align-items: center;
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}
}
