@media screen and (min-width: 768px) {
    .bandacookies {
        padding: 30px 50px;
        font-size: 0.9em;
    }

    .box_cookies_dx {
        width: 20%;
        padding-left: 50px;
    }
    .boxcookiesinfo_btn {
        padding: 0;
        width: 100%;
    }
    .boxcookiesinfo_btn a {
        display: inline-block;
        width: calc(33.33333% - 6px);
    }

    .desccookies {
        display: block;
    }
    
    .titcookies {
        position: relative;
        height: 50px;
        font-weight: 800;
        font-size: 1.3em;
        border-bottom: 1px solid #696969;
        margin-bottom: 20px;
    }
    
    .fix_consensi {
        position: relative;
        height: calc(100% - 120px);
    }

    .fix_bottoni {
        position: relative;
        height: 70px;
    }

}

@media screen and (min-width: 1366px) {
    .boxcookiesinfo {
        width: 50%;
        height: 60%;
        top: 20%;
        left: 25%;
        padding: 50px;
        line-height: 20px;
        font-size: 0.9em;
    }
}

@media screen and (min-width: 1600px) {
    .boxcookiesinfo {
        width: 40%;
        height: 60%;
        top: 20%;
        left: 30%;
        padding: 50px;
        line-height: 20px;
        font-size: 0.9em;
    }



}