
body.showcookie {
    height: 100vh;
    width: 100vw;
    position: fixed;
    overflow: hidden;
}

.cookiesgdpr__base {
    position: absolute;
    height: 100vh;
    width: 100vw;
    overflow: auto;
    background-color: rgba(18,18,18,0.6);
    z-index: 1200;
}


.wb-co-cookiesgdpr__dialog {
    background: #fff;
    border: 1px solid #626262;
    margin: 0 auto;
    padding: 30px 30px;
}

.wb-co-cookiesgdpr__title {
    font-size: 2rem;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}


.titulo_grupo_cookies {
    font-size: 1.5rem;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}


.cookiesgdpr__actionbtn {
    background-color: #fc6500;
    color: white;
    border: none;
}

    .cookiesgdpr__actionbtn:hover {
        background-color: #fc6500;
        color: white;
        border: none;
    }


.cookiesgdpr__acceptallbtn {
    color: #7b5c4e;
}

.cookiesgdpr__rejectallbtn {
    color: #fc6500;
}

.wb-co-cookiesgdpr__title__container {
}

.wb-co-cookiesgdpr__logo__container {
    text-align: right;
}



.wb-co-cookiesgdpr__logo {
    height: 65px;
    margin-top: -15px;
}



.tipocookies_status {
    font-weight: bold;
    font-size: 14px;
    text-align: right;
}

.wb-co-cookiesgdpr__cookieslist {
    overflow-x: auto;
}

    .wb-co-cookiesgdpr__cookieslist table {
        width: 100%;
        border-collapse: collapse;
        min-width: 600px;
    }

        .wb-co-cookiesgdpr__cookieslist table th {
            background-color: #fc6500;
            color: white;
            padding-top: 15px;
            padding-bottom: 15px;
            text-align: left;
        }

    .wb-co-cookiesgdpr__cookieslist th, .wb-co-cookiesgdpr__cookieslist td {
        padding: 10px;
        border: 1px solid #eaeaea;
        /*font-size: 14px;*/
        vertical-align: top;
    }

    .wb-co-cookiesgdpr__cookieslist p {
        /*font-size: 14px;*/
    }



.wb-co-cookiesgdpr__tipo {
    padding-top: 15px;
    padding-bottom: 25px;
    margin-bottom: 35px;
    border-bottom: 1px solid #323232;
}

.wb-co-cookiesgdpr__viewcookies:hover {
    text-decoration: none;
}

.wb-co-cookiesgdpr__closebtn {
    position: relative;
}

.cookiesgdpr__closebtn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fc6500;
    color: #fff;
    position: absolute;
    right: -96px;
    top: -90px;
    border: none;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
}

    .cookiesgdpr__closebtn:focus {
        border: none;
        outline: none;
    }

.check_container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .check_container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.check_container:hover input ~ .checkmark {
    background-color: #ccc;
}

.check_container input:checked ~ .checkmark {
    background-color: #fc6500;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.check_container input:checked ~ .checkmark:after {
    display: block;
}

.check_container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 6px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.gdpr_btn_habilitar, .gdpr_btn_deshabilitar {
    display: block;
    border: 1px solid #fc6500;
    margin-bottom: 10px;
    padding: 6px 14px;
    background-color: transparent;
    color: #fc6500;
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;
}

    .gdpr_btn_habilitar.active, .gdpr_btn_habilitar:hover {
        background-color: #fc6500;
        color: white;
        text-decoration: none;
    }

.gdpr_btn_deshabilitar {
    border-color: #7b5c4e;
    color: #7b5c4e;
}

    .gdpr_btn_deshabilitar.active, .gdpr_btn_deshabilitar:hover {
        background-color: #7b5c4e;
        color:white !important;
        text-decoration:none;
    }



@media (min-width: 600px) {
    .cookiesgdpr__base {
        padding: 140px 0;
    }

    .wb-co-cookiesgdpr__dialog {
        background: #fff;
        border: 1px solid #626262;
        margin: 0 auto;
        padding: 64px 72px;
    }
}

@media (max-width: 600px) {
    .wb-co-cookiesgdpr__dialog {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        width: 95%;
        height: 97%;
        top: 1.5%;
        overflow: scroll;
    }

    .wb-co-cookiesgdpr__title__container {
        order: 2;
        margin-top: 10px;
    }

    .wb-co-cookiesgdpr__logo {
        height: 45px;
    }

    .wb-co-cookiesgdpr__description p {
        font-size: 16px;
    }

    .wb-co-cookiesgdpr__title {
        text-align: center;
        font-size: 27px !important;
        line-height: 1.3;
    }

    .wb-co-cookiesgdpr__description {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .wb-co-cookiesgdpr__logo__container {
        text-align: center;
    }

    .tipocookies_status {
        /*display: none;*/
    }

    .cookiesgdpr__closebtn {
        color: white;
        right: -31px;
        top: -30px;
        border-radius: 0;
        width: 40px;
        height: 35px;
        font-size: 15px;
        padding-left: 10px;
    }

    .cookies__explicitbuttons .check_container {
        margin-bottom: -18px;
        padding-left: 0;
    }
    .cookies__explicitbuttons .check_container a {
        display: inline-block;
        margin-right: 10px;
    }
    

    .wb-co-cookiesgdpr__viewcookies {
        font-size: 16px;
    }

    .cookiesgdpr__extramargin {
        height: 90px;
    }
}
