.bannerCookies {
    position:fixed;
    bottom:0px;
    width:100%;
    padding:50px 35px;
    background-color:#F6FBEF;
    border-top:25px solid #B7D422;
    z-index:10000000;
}
.bannerCookies h2 {
    font-size:24px!important;
    margin-top:-25px!important;
    font-weight:800!important;
    margin-bottom:35px!important;
}
.bannerCookies p {
    font-size:14px!important;
    color:black!important;
}
.botones-cookies {
    margin-top:15px!important;
}
.botones-cookies button {
    margin-right:10px;
    margin-bottom:10px;
    font-weight:600;
    text-transform:uppercase;
}
.bannerCookies input[type="checkbox"] {
    margin-right:10px;
}
.revisionCookies {
    position:fixed;
    top:25px;
    left:0px;
    width:100px;
    padding:10px;
    background-color:#B7D422;
    border-radius:0px 10px 10px 0px;
    color:#111;
    z-index:10000000;
    font-size:14px;
    cursor:pointer;
}
.revisionCookies:hover {
    position:fixed;
    top:25px;
    left:0px;
    width:100px;
    padding:10px;
    opacity:0.9;
    z-index:10000000;
    font-size:14px;
}
