<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#div-cookies {
    z-index: 99999999;
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 300px;
    transform: translate(-50%, -50%);
    max-width: 375px;
    background-color: #607d8b;
    padding: 20px;
    border-radius: 5px;
    box-shadow: inset 0 0 0 5px #607d8b, inset 0 0 0 7px #fff;
    font-family: system-ui;
}


    #div-cookies h4 {
        color: #EE4B5A;
        font-family: 'Quicksand', sans-serif;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    #div-cookies h5 {
        color: #EE4B5A;
        font-family: 'Quicksand', sans-serif;
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    #div-cookies p, #div-cookies ul {
        color: white;
        font-size: 15px;
        line-height: 1.5em;
    }

        #div-cookies p:last-child {
            margin-bottom: 0;
            text-align: right;
        }

    #div-cookies li {
        width: 49%;
        display: inline-block;
    }

    #div-cookies a {
        color: #ff9800;
        text-decoration: none;
        font-size: 15px;
        padding-bottom: 2px;
        border-bottom: 1px dotted rgba(255,255,255,0.75);
        transition: all 0.3s ease-in;
    }

        #div-cookies a:hover {
            color: white;
            border-bottom-color: #ff9800;
            transition: all 0.3s ease-in;
        }

    #div-cookies button {
        border: none;
        background: #ff9800;
        color: white;
        font-family: 'Quicksand', sans-serif;
        font-size: 15px;
        padding: 7px;
        border-radius: 3px;
        margin-left: 15px;
        cursor: pointer;
        transition: all 0.3s ease-in;
        clear: both;
        width: 90%;
    }

button#ihavecookiesBtn {
    border: none;
    background-color: transparent;
    color: white;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    padding: 7px;
    cursor: pointer;
    transition: all 0.3s ease-in;
    clear: both;
    max-width: 55px;
    max-height: 55px;
    width: 11vw;
    height: 11vw;
    background-image: url(/RecusosCooKies/img_cookies.png);
    background-size: 90% 90%;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.6;
}

    button#ihavecookiesBtn:hover {
        opacity: 1;
        max-width: 55px;
        max-height: 55px;
        max-width: 65px;
        max-height: 65px;
        width: 13vw;
        height: 13vw;
    }

button#gdpr-cookie-accept:hover {
    background: white;
    color: #ff9800;
    transition: all 0.3s ease-in;
}

button#gdpr-cookie-advanced:hover {
    /*background: white;*/
    color: #ff9800;
    transition: all 0.3s ease-in;
}
/*#div-cookies button:hover {
    background: white;
    color: #EE4B5A;
    transition: all 0.3s ease-in;
}*/
button#gdpr-cookie-advanced {
    background: #607d8b;
    color: white;
    font-size: 15px;
    line-height: 1.5em;
}

#div-cookies button:disabled {
    opacity: 0.3;
}

#div-Privacidad {
    z-index: 99999999;
    position: fixed;
    bottom: 0;
    max-width: 375px;
    font-family: system-ui;
}
</pre></body></html>