.aviso-cookie {
    margin: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: #7a868b;
    padding: 20px;
    line-height: 24px;
    font-size: 18px;
    color: #ffffff;
    box-shadow: 0 5px 12px 14px rgb(0 0 0 / 6%);
    z-index: 999;
}
.ct-aceita {
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 0 20px;
    height: 35px;
    border-radius: 3px;
    cursor: pointer;
    text-transform: capitalize;
    --buttonShadow: none;
    --buttonTransform: none;
    transition: background 0.5s;
    cursor: pointer;
    transition: color 0.5s;
    
}
.texto-cookie{
    text-align: justify;
    width: 70%;
    margin-right: 50px;
}
.ct-aceita:hover{
    background: #fff;
    color:#000;
}
#politica{
    text-decoration: underline;
    color: rgb(91, 91, 247);
    font-weight: 700;
}