/* COOKIES LAYER 1 */
#banner-lopd-emt-1{
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    min-height: 50px;
    background-color: rgba(33, 33, 33, 0.87);
    font-size: 11px;
    text-align: left;
    padding: 15px;
    z-index: 10;
}


.link, .legal-link{
    color: rgb(166, 0, 0);
    font-weight: bold;
    cursor: pointer;
}


/* COOKIES LAYER 2 */
#banner-lopd-emt-2{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 50px;
    background-color: #212121de;
    font-size: 11px;
    text-align: left;
    padding: 15px;
    z-index: 11;
    display:none;
}
.tancar{
    position: absolute;
    right: 18px;
}

/* LEGAL */

#legal-full-background{
    background-color: #212121de;
    position: fixed;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 12;
    overflow-y: scroll;
    display:none;
}
.legal-popup{
    background-color: black;
    text-align: left;
    padding: 25px;
    max-width: 916px;
    margin: 0 auto;
    
}

.legal-header{
    padding: 10px 0;
    font-weight: bold;
    font-size: 12px;
}

.button-group{
    width: 100%;
    text-align: right;
}

/* COMMON */
.cookie-title, .legal-title{
    padding: 10px 0;
    font-weight: bold;
}

.cookies-button, .legal-button{
    background-color: rgb(166, 0, 0);
    padding: 5px;
    border-radius: 3px;
    color: white;
    margin-left: 10px;
    cursor: pointer;
    text-transform: uppercase;
    line-height: 11px;
}

ins{
    text-decoration: underline;
}

ul{
    list-style-type: square;
    padding-left: 30px;
}

ul ul{
    list-style-type: circle;
}