#CookielawBanner {
    margin: 10px;
    top: auto !important;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    border-radius: 20px;
    justify-content: center;
    position: fixed;
    z-index: 1;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 20%);
    padding: 10px !important;
}

#CookielawBanner > div {
    
    line-height: 42px !important; 
}

#CookielawBanner > div > text {
    padding: 10px;
}

#CookielawBanner .container {
    position: relative;
}

.Cookielawpos1 {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    height: 30px;
}

.Cookielawtitulo1 {
    color: #fff;
    font-size: 12px;
}

.Cookielawlink1 {
    color: #006d3a !important;
    text-decoration: underline;
}

.Cookielawbotao1 {
    background-color:rgb(15, 173, 98);
    border-color: rgb(15, 173, 98);
    box-shadow: rgb(15, 173, 98) 0px 10px 28px -12px;
    width: 100px;
    margin-left: 10px;
    color: white !important;
    font-size: 14px;
    font-weight: 500;
    border-radius: 20px;
    cursor: pointer;
    padding: 8px 30px 8px 30px;
    text-decoration: none !important;
}


.navbar.navbar-custom1 {
    min-height: 10px;
    margin-bottom: 0;
}