/* Post Navigation */
.post-navigation {
    display: none !important;
}


/* Lista Prós e Contras */
.lista-pros-contras {
    list-style: none;
    padding-left: 0;
}

.lista-pros-contras li {
    padding-left: 1.5em;
    position: relative; 
}

.lista-pros-contras li:before {
    content: "";
    position: absolute;
    left: 0;
}


/* Formulário MailPoet */
.mailpoet_checkbox_label {
		color: rgb(249 245 239);
}

.mailpoet_checkbox_label a{
		color: rgb(242 201 76) !important;
}



/* Cores MailPoet pages */
/* FORÇAR FUNDO BRANCO E TEXTO PRETO EM TODAS AS PÁGINAS DO MAILPOET */

/* Fundo branco no body e html */
body[class*="mailpoet"],
body[class*="mailpoet"] html {
    background: #ffffff !important;
}

/* Fundo branco em todas as estruturas principais */
body[class*="mailpoet"] div,
body[class*="mailpoet"] section,
body[class*="mailpoet"] article,
body[class*="mailpoet"] main {
    background: #ffffff !important;
}

/* Texto todo a preto */
body[class*="mailpoet"] * {
    color: #000000 !important;
}