.full {
    width: 100%;
    height: 100%;
    font-family: Helvetica;
    margin: 0px;
    font-size: 10px!important;
    color: black!important;
}

h1 {
    text-align: center;
}

p {
    font-size: 12px;
    color: black!important;
}

p.sub-titulo {
    font-size: 20px;
}

.direita {
    text-align: right;
}

.center {
    text-align: center;
}

.title {
    text-align: center;
    padding: 0px 50px 0px 50px;
}

.conteudo {
    padding: 0px 10px 0px 10px;
    font-size: 10px!important;
}

.logo {
    margin-top: 20px;
    margin-left: 25px;
}

.rodape {
    bottom: 0;
    left: 0;
    height: 40px;
    position: relative;
    width: 100%;
    margin-top: 90%;
    padding: 0px 50px 0px 50px;
}

.break {
    page-break-before: always;
}



.footer {
    bottom: 0;
    position: fixed;
    width:100%;
    text-align: center;
}

.footer p{
   color: #fff!important;
}