/* clase del boto */
.accept-cookie{
    background-color: #3AA8E0;
    border-color: 1px solid white;
    color: white;
    margin-right: 5px;
}
/* clase del div contenidor */
.cookie-banner{
    background-color: #3AA8E0;
    width: 100%;
    bottom: 0;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px; 
    position: fixed;
    z-index: 9999;
}

/* clase del p del text de les cookie */
.text-banner{
    color: white;
}

/* clase del boto de link pagina politica */

.policy-link{
    background-color: #3AA8E0;
    border-color: 1px solid white;
    color: white;
}