.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:180px;
    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:100%;
    margin: 0 auto;
    margin-top:20px;
}
.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:#FF3C1D;
    color:#fff;
    font-weight: bold;
    text-align: center;
    padding:8px 40px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    text-transform: uppercase;
    cursor: pointer;
}
.buttonAccepted:hover,.buttonAccepted:focus {
    color:#fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.divButtons {
    margin-top: 15px;
    text-align: center;
}

@media only screen and (max-width: 992px) { 
    .wrapper3 {
        width:100%;
        margin-bottom:20px;
    }
    .rodo-accepted {
        height:initial;
    }
    .divButtons {
        margin-bottom:5px;
    }
}

@media only screen and (max-width: 600px) { 
    .wrapper3 {
        width:100%;
    }
    .rodo-accepted {
        height:initial;
    }
    .divButtons {
        margin-bottom:5px;
    }
    .buttonAccepted {
        padding: 8px 25px;
    }
}