@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

*{
    box-sizing: border-box;
}

li {
    list-style: none;
}
/* me machaca el color de la web
body{
    background-color: rgba(0,0,0,0.6);
    position: fixed;
    bottom: 0px;
    left: 0px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #666666;
    width: 100%;
    padding: 0px;
    margin: 0px;
}                      */

h1 {
    font-size: 1.3rem;
}

#widgetCookiesPpal{
    background-color: #fff;
    padding: 0px;
        -webkit-box-shadow: 0px -2px 5px 2px rgba(0,0,0,0.17);
    -moz-box-shadow: 0px -2px 5px 2px rgba(0,0,0,0.17);
    -ms-box-shadow: 0px -2px 5px 2px rgba(0,0,0,0.17);
    -o-box-shadow: 0px -2px 5px 2px rgba(0,0,0,0.17);
    box-shadow: 0px -2px 5px 2px rgba(0,0,0,0.17);
    /* CARLOS */
    position: fixed;
    width: 100%;
    left: 0px;
    bottom: 0px;
    padding: 20px;
    font-size: 14px;
/*    height: 0px;
    bottom: 0px;        */
}


.widgetCookiesButtons button{
        color: #fff;
    background-color: #000;
    border: 1px solid #000;
        padding-top: 6px;
    padding-right: 15px;
    padding-bottom: 6px;
    padding-left: 15px;
    border-radius: 5px;
    line-height: 20px;
    cursor: pointer;
    font-weight: bold;
    letter-spacing: 1.2px;
    height: auto;
    margin-right: 20px;
}

.widgetCookiesButtons button:nth-of-type(2){
    background-color: transparent;
    color: #000;
    
}

.widgetCookiesButtons {
    margin-top: 24px;
}

button.on-off {
    position: absolute;
    right: 5px;
    top: 5px;
}

.widgetCookiesOptions input{
    height: auto;
    margin: 0px;
}

.widgetCookiesOptions ul li {
    list-style: none;
    margin-bottom: 10px;
}

@media only screen and (max-width: 480px){
    .widgetCookiesButtons button{
        width: 100%;
        margin-bottom: 10px;
    } 
    
    #widgetCookiesPpal{
        font-size: 12px;
    }
}