.divDisableSite {
    position: fixed; 
    opacity: 1;
    transition: 0.5s;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 30000000000;
    background: rgba(0,0,0,0.2);
    -webkit-font-smoothing: antialiased;
}

.rodo-accepted {
    height:130px;
    position:fixed;
    bottom:0;
    width:100%;
    z-index:9999;
    background-color:#fff;
    color:#111;
    font-size:16px;
    font-weight:400;
    font-family: \'Lato\', sans-serif; 
    padding-top:10px;
    padding-bottom:10px;
    line-height: 1.4;
    text-align: center;
}

.wrapper3 {
    width:720px;
    margin: 0 auto;
}
.rodo-accepted a {
    color:#5e5e5e;
    font-size:17px;
    text-decoration: underline;
}
.rodo-accepted h3 {
    font-size:24px;
    text-align:center;
    margin-top: 30px;
}
.buttonAccepted {
    background: #111;
    color: #fff;
    font-size: 14px;
    padding: 10px 30px;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 1px;
}

.divButtons {
    margin-top: 15px;
    text-align: center;
}

@media (max-width:1400px) {
    .rodo-accepted a {
        font-size:14px;
    }
    .rodo-accepted {
        height:120px; 
    }
}
@media (max-width:1200px) {
    .rodo-accepted {
        height:140px; 
    }
}
@media(max-width:991px){
    .rodo-accepted a {
        font-size:16px;
    }
    .rodo-accepted {
        height:150px; 
    }
}
@media only screen and (max-width: 768px) { 
    .rodo-accepted {
        height:initial;
    }
    .divButtons {
        margin-bottom:5px;
    }
}