/*-------------------------*/
.box-cookies{
    position: fixed;
    bottom: 0px;
    background-color: #ffffff;
    width: calc(100vw);
    opacity: 0.9;
    text-align: center;
    font-size: 13px;
    color: #770505;
    padding: 5px 15px 0px 5px;
    line-height: 18px;
    z-index: 100;
}
.box-btn-cookies{
    line-height: 30px;
}
.btn-cookies{
    background-color: #cecece;
    padding: 5px 10px;
    color: #000000;
    border-radius: 4px;
    margin-right: 5px;
}
/*-------------------------*/