body
    {
    margin: 0;
    padding: 0
}
   
.termoshref
{
    color: white !important;
    text-decoration: underline;
}

.termos {
    background-color: rgba(0,0,0,0.8);
    color: white !important;
    font-size: 13px;
    line-height: 14px;
    padding: 4px 8px
}

.termosdiv
{
    position: fixed;
    width: 100%;
    z-index: 1111;
    top:0;
}

.fa {
    display: inline-block;
    font-family: fontAwesome;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
}
.float-right {
    float: right !important;
}

