.div_cookies_banner {
    position: fixed;
    background-color: rgba(0,0,0,0.9);
    width: 100%;
    display: flex;
    justify-content: space-between;
    bottom: 0;
    height: 0;
    transition: height 1s;
    z-index: 99;
    border-top:4px solid #31a836;
}

.div_cookies_banner .div_text {
    font-size: 13pt;
    color: #fff;
    padding-top: 20px;
    width: 52%;
    justify-content: space-between !important;
}

.div_cookies_banner .div_text a {
    font-size: 13pt;
    color: #fff;
}    

.div_cookies_banner .div_cross {
    flex:1;
    margin-top:5px;
    margin-right:10px;
}

.div_cookies_banner .div_cross .fa-times {
    color: #fff;
    font-size: 18pt;
    right: 35px;
}
