#lgpd{
    transition: all .3s ease-in-out;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    max-width: 1170px;
    padding: 0 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    z-index: 99999;
}
#lgpd .content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: inherit;
    background: #FFF;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .2);
    padding: 0 15px;
    border-radius: 4px;
}
#lgpd .texto{
    vertical-align: middle;
    padding: 16px 16px 16px 0;
}
#lgpd .texto p{
    font-family: opensans, helvetica, arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.45px;
    color: #424242;
    margin: 0;
}
#lgpd .texto p a{
    color: #2196f3;
}
#lgpd .texto p a:hover{
    color: #ce3633;
}
#lgpd .botao{
    vertical-align: middle;
}
#lgpd .botao button{
    background-color: #2196f3;
    padding: 8px 16px;
    border-radius: 3px;
    font-family: opensans, helvetica, arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #FFF;
    border: 0;
    cursor: pointer;
}
#lgpd .botao button:hover{
    background: #0c7cd5;
}

#lgpd.not-acepted{
    visibility: visible;
    opacity: 1;
    bottom: 15px;
}