#section-widget-cookie{
    position: fixed;
    max-height: 124px;
    bottom: 0px;
    background: #EEEEEE;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 38px 0;
    width: 100%;
    left: 0;
    z-index: 9999999999;
}
#section-widget-cookie .content-itens {
    padding: 0 128px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

#section-widget-cookie p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #555555;
}
#section-widget-cookie p a{
    font-weight: 500;
    text-decoration-line: underline;
    color: #BE3533;
}
#section-widget-cookie button.accept {
    background: #52B028;
    border-radius: 30px;
    border: 0;
    color: #fff;
    font-family: Roboto;
    font-style: normal;
    padding: 14px 38px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
}
@media screen and (max-width: 48em) {
  	#tns1-iw #tns1-ow .tns-nav{
      display:none;
    }
    #section-widget-cookie {
        max-height: 100%;
        display: block;
        padding: 16px;
    }
    #section-widget-cookie .content-itens {
        display: block;
        padding: 0;
    }
    #section-widget-cookie .content-itens .content-text{
        margin-bottom: 8px;
    }
    #section-widget-cookie p {
        margin: 0;
    	font-size: 14px;
    }
    #section-widget-cookie button.accept{
        left: 50%;
        display: block;
        position: relative;
        transform: translateX(-50%);
    }
}