* {
  margin: 0;
  padding: 0;
  outline: none;
  min-height: 0;
  min-width: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-size: unset;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: normal;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  font-size: initial;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* CORES */
body {
  font-size: 16px;
  font-family: "Open Sans", "Roboto", Sans-serif, Helvetica, Arial;
  background: #FFFFFF;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a, p, span, h1, h2, h3, h4 {
  line-height: 1.2em;
  letter-spacing: -0.04em;
}

.titulo {
  color: #000000;
  font-weight: bold;
}

.retranca {
  font-size: 0.75em;
  text-transform: uppercase;
  color: #910f0f;
  display: block;
  font-weight: 800;
  margin-bottom: 5px;
}

.chamada {
  color: #595959;
  font-weight: 600;
}

.font-0 {
  font-size: 0.6875em;
}

.font-1 {
  font-size: 0.75em;
}

.font-2 {
  font-size: 0.875em;
}

.font-3 {
  font-size: 1em;
}

.font-4 {
  font-size: 1.125em;
}

.font-5 {
  font-size: 1.25em;
}

.font-6 {
  font-size: 1.375em;
}

.font-7 {
  font-size: 1.5em;
}

.font-8 {
  font-size: 1.625em;
}

.font-9 {
  font-size: 1.75em;
}

.font-10 {
  font-size: 1.875em;
}

.font-11 {
  font-size: 2em;
}

.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: inherit;
}

.flex .flex-1 {
  -ms-flex: 1;
      flex: 1;
}

.wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.menuGlobal {
  overflow: hidden;
}

#slide-out {
  background-color: #F5F5F5;
  padding-top: 30px;
}

#slide-out ul li a {
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
  font-size: 0.75em;
}

#slide-out ul.sub-items {
  margin-left: 20px;
  margin-bottom: 20px;
}

.alert {
  padding: .75em 1.25em;
  margin-bottom: 0.6875em;
  border: 1px solid transparent;
  border-radius: .25rem;
  font-size: 0.875em;
}

.alert.success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert.warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert.danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.dark-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
  z-index: 9999;
}

@media (max-width: 1024px) {
  .retranca {
    margin-bottom: 5px;
  }
}

@media (max-width: 558px) {
  .wrapper {
    padding: 0 10px;
  }
}

header .top {
  background: #910f0f;
  height: 100px;
}

header .top div.flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

header .top div.flex .left {
  -ms-flex-item-align: center;
      align-self: center;
  position: relative;
}

header .top div.flex .right {
  -ms-flex-item-align: center;
      align-self: center;
  text-align: right;
  min-width: 220px;
}

header .top div.flex .right ul li {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 10px;
}

header nav {
  background: #F5F5F5;
  height: 50px;
  margin-bottom: 40px;
}

header nav .wrapper {
  position: relative;
}

header nav .wrapper ul {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

header nav .wrapper ul li {
  -ms-flex-item-align: center;
      align-self: center;
  margin: 0 10px;
}

header nav .wrapper ul li a {
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
  font-size: 0.875em;
}

header nav .wrapper ul li ul.sub-items {
  display: none;
}

header nav .wrapper ul li.main-items {
  position: relative;
}

header nav .wrapper ul li.main-items ul.sub-items {
  position: absolute;
  background: #F5F5F5;
  padding-top: 15px;
  width: 182px;
  overflow: visible;
}

header nav .wrapper ul li.main-items ul.sub-items li {
  border-top: 1px solid #C3C3C3;
  padding: 5px 10px;
  margin: 0;
}

header nav .wrapper ul li.main-items ul.sub-items li:first-child {
  border: none;
}

header nav .wrapper ul li.sandwich {
  margin: 5px 10px 0 0;
}

header nav .wrapper ul li.sandwich a i {
  font-size: 2.125em;
}

header nav .wrapper ul li.sandwich a span {
  font-size: 0.7em;
  margin-top: -30px;
  display: none;
  margin-left: 35px;
  font-weight: bold;
}

header nav .wrapper .search {
  -ms-flex-preferred-size: 190px;
      flex-basis: 190px;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

header nav .wrapper .search form {
  height: inherit;
  -ms-flex-pack: justify;
      justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
}

header nav .wrapper .search form input {
  border: none;
  height: 21px;
  background: #f5f5f5;
  -ms-flex-item-align: center;
      align-self: center;
}

header nav .wrapper .search form button {
  background: #f5f5f5;
  border: none;
  height: 21px;
  -ms-flex-item-align: center;
      align-self: center;
}

header nav.title div.flex ul {
  -ms-flex-positive: 0;
      flex-grow: 0;
  width: 33%;
}

header nav.title div.flex ul li.sandwich {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

header nav.title div.flex ul li.sandwich a span {
  display: block;
}

header nav.title div.flex h2 {
  color: #910f0f;
  font-size: 1.5em;
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
  -ms-flex-item-align: center;
      align-self: center;
  text-align: center;
  width: 33%;
}

header nav.title div.flex .search {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
}

header nav.title div.flex .search form {
  float: right;
}

header nav.title div.flex .search form input {
  margin-right: 20px;
}

@media (max-width: 1024px) {
  header nav {
    margin-bottom: 20px;
  }
  header nav div.flex ul li.no-ipad-pro {
    display: none;
  }
  header nav div.flex ul li.sandwich {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media (max-width: 920px) {
  header .top {
    padding: 20px 0;
    height: auto;
  }
}

@media (max-width: 900px) {
  header nav div.flex ul li.no-ipad {
    display: none;
  }
  header nav.title div.flex h2 {
    font-size: 1.375em;
  }
}

@media (max-width: 768px) {
  header nav.title div.flex h2 {
    font-size: 1.125em;
  }
}

@media (max-width: 660px) {
  header nav.title ul {
    width: 40px !important;
  }
  header nav.title h2 {
    margin-left: -40px;
    width: calc(100% - 25px) !important;
  }
}

@media (max-width: 558px) {
  header .top {
    height: auto;
  }
  header .top .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  header .top .wrapper .left {
    margin: 0 auto 20px;
    text-align: center;
  }
  header .top .wrapper .left a img {
    width: 90%;
    position: unset;
  }
  header nav div.flex ul li.sandwich {
    left: 10px;
  }
  header nav div.flex ul li.sandwich a span {
    display: none !important;
  }
  header nav div.flex h2 {
    line-height: 2.625em;
    font-size: 1.25em !important;
  }
  header nav div.flex .search {
    display: none;
  }
  header nav div.flex.home {
    display: -ms-flexbox;
    display: flex;
  }
  header nav div.flex.home ul li.sandwich a span {
    display: block !important;
  }
  header nav div.flex.home .search {
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 518px) {
  header nav div.flex ul li.no-mobile {
    display: none;
  }
}

@media (max-width: 412px) {
  header nav div.flex ul li {
    display: none;
  }
}

section {
  margin-bottom: 40px;
}

section .row-1 {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

section .row-1 .left {
  -ms-flex-preferred-size: 338px;
      flex-basis: 338px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

section .row-1 .left ul li figure {
  -ms-flex-preferred-size: 130px;
      flex-basis: 130px;
}

section .row-1 .center {
  -ms-flex-preferred-size: 338px;
      flex-basis: 338px;
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin: 0 25px;
}

section .row-1 .center article h3 {
  font-size: 1.25em;
}

section .row-1 .center ul h4 {
  font-size: 1.5em;
}

section .row-1 .right {
  -ms-flex-preferred-size: 328px;
      flex-basis: 328px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

section .row-2 .left {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding-top: 20px;
}

section .row-2 .right {
  -ms-flex-preferred-size: 472px;
      flex-basis: 472px;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 45px;
}

section .row-3 div.flex {
  padding-top: 10px;
}

section .row-3 div.flex .left {
  -ms-flex-preferred-size: 530px;
      flex-basis: 530px;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

section .row-3 div.flex .center {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 333px;
      flex-basis: 333px;
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin: 0 25px;
}

section .row-3 div.flex .right {
  -ms-flex-preferred-size: 328px;
      flex-basis: 328px;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

section .uc div.flex {
  padding-top: 10px;
}

section .uc div.flex .destaque-six-cols {
  -ms-flex-preferred-size: calc(50% - 10px);
      flex-basis: calc(50% - 10px);
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

section .row-4 .left {
  -ms-flex-preferred-size: 335px;
      flex-basis: 335px;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

section .row-4 .center {
  -ms-flex-preferred-size: 335px;
      flex-basis: 335px;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

section .row-4 .right {
  -ms-flex-preferred-size: 495px;
      flex-basis: 495px;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

section .row-4 .right .pub-retangulo {
  padding: 20px;
}

section .row-5 .left {
  -ms-flex-preferred-size: 855px;
      flex-basis: 855px;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

section .row-5 .left .articles {
  -ms-flex-preferred-size: 343px;
      flex-basis: 343px;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

section .row-5 .left .articles .article {
  border: none;
  margin-bottom: 15px;
}

section .row-5 .left .articles .article figure {
  margin-bottom: 10px;
}

section .row-5 .left .articles .article .info span {
  margin-bottom: 5px;
}

section .row-5 .left .articles .article .info h3 {
  margin: 0;
  font-size: 0.75em;
}

section .row-5 .left .list {
  -ms-flex-preferred-size: 520px;
      flex-basis: 520px;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

section .row-5 .left .list li .info h4 a {
  font-size: 1.5em;
}

section .row-5 .right {
  -ms-flex-preferred-size: 315px;
      flex-basis: 315px;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 35px;
}

@media (max-width: 1024px) {
  section .row-1 .left {
    -ms-flex-preferred-size: calc(33% - 20px);
        flex-basis: calc(33% - 20px);
    margin-right: 20px;
  }
  section .row-1 .left ul li:nth-child(3) {
    display: none;
  }
  section .row-1 .left ul li:nth-child(4) {
    display: none;
  }
  section .row-1 .center {
    -ms-flex-preferred-size: calc(33% - 20px);
        flex-basis: calc(33% - 20px);
    margin: 0 20px 0 0;
  }
  section .row-1 .center article h3 {
    font-size: 1em;
  }
  section .row-1 .center ul h4 {
    font-size: 1em;
  }
  section .row-1 .right {
    -ms-flex-preferred-size: 34%;
        flex-basis: 34%;
    margin: 0;
  }
  section .row-2 .left {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  section .row-2 .right {
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    margin-left: 20px;
  }
  section .row-3 div.flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section .row-3 div.flex .left {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    margin-bottom: 20px;
  }
  section .row-3 div.flex .center {
    -ms-flex-preferred-size: calc(40% - 20px);
        flex-basis: calc(40% - 20px);
    margin: 0;
    margin-left: 20px;
    -ms-flex-positive: 0;
        flex-grow: 0;
  }
  section .row-3 div.flex .right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  section .row-3 div.flex .right .assembleia {
    -ms-flex-order: 0;
        order: 0;
    margin-right: 20px;
  }
  section .row-3 div.flex .right .pub-retangulo {
    -ms-flex-order: 1;
        order: 1;
  }
  section .row-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section .row-4 .left {
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
    margin-bottom: 20px;
  }
  section .row-4 .center {
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
    margin-bottom: 20px;
  }
  section .row-4 .right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  section .row-4 .right .pub-retangulo {
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
    padding: 20px;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  section .row-4 .right .pub-retangulo:nth-child(3) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 10px;
  }
  section .row-4 .right .pub-retangulo:nth-child(3) img {
    width: 460px;
  }
  section .row-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section .row-5 .left {
    -ms-flex-preferred-size: calc(70% - 10px);
        flex-basis: calc(70% - 10px);
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  section .row-5 .left .articles {
    -ms-flex-preferred-size: calc(35% - 10px);
        flex-basis: calc(35% - 10px);
  }
  section .row-5 .left .list {
    -ms-flex-preferred-size: calc(65% - 10px);
        flex-basis: calc(65% - 10px);
  }
  section .row-5 .left .list li {
    margin-bottom: 20px;
  }
  section .row-5 .left .list li .info h4 {
    font-size: 0.8em;
  }
  section .row-5 .left .list li .info span {
    margin-bottom: 5px;
  }
  section .row-5 .right {
    -ms-flex-preferred-size: calc(30% - 10px);
        flex-basis: calc(30% - 10px);
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  section .row-3 div.flex .right {
    margin: 0;
  }
  section .row-3 div.flex .right .pub-retangulo {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  section .row-3 div.flex .right .assembleia {
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
  }
  section .uc div.flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section .row-5 .left div.flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section .row-5 .left div.flex .articles {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  section .row-5 .left div.flex .articles .article {
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
  }
  section .row-5 .left div.flex .list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  section .row-5 .left div.flex .list li {
    -ms-flex-preferred-size: calc(34% - 10px);
        flex-basis: calc(34% - 10px);
  }
  section .row-5 .left div.flex .list li figure {
    margin-bottom: 0;
    display: table;
  }
  section .row-5 .left div.flex .list li figure a {
    display: table;
  }
  section .row-5 .left div.flex .list li .info h4 {
    font-size: 0.75em;
  }
  section .row-5 .left div.flex .list li:nth-child(1) figure {
    margin-bottom: 20px;
  }
}

@media (max-width: 558px) {
  section {
    margin-bottom: 20px;
  }
  section .row-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section .row-1 .left {
    -ms-flex-order: 0;
        order: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  section .row-1 .left ul li:nth-child(3) {
    display: -ms-flexbox;
    display: flex;
  }
  section .row-1 .left ul li:nth-child(4) {
    display: -ms-flexbox;
    display: flex;
  }
  section .row-1 .center {
    -ms-flex-order: 2;
        order: 2;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 0;
  }
  section .row-1 .center article .info h3 a {
    font-size: 1.5em;
  }
  section .row-1 .right {
    -ms-flex-order: 0;
        order: 0;
    display: block;
    height: inherit;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
  }
  section .row-1 .right .jornais {
    margin: 0;
  }
  section .row-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section .row-2 .left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 30px;
  }
  section .row-2 .right {
    margin: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  section .row-3 div.flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section .row-3 div.flex .left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 20px;
  }
  section .row-3 div.flex .center {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 0;
  }
  section .row-3 div.flex .right {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section .uc div.flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section .uc div.flex .destaque-six-cols {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  section .row-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section .row-4 .left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  section .row-4 .center {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  section .row-4 .right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  section .row-4 .right .pub-retangulo:nth-child(3) img {
    width: 100%;
  }
  section .row-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section .row-5 .left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  section .row-5 .left div.flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section .row-5 .left div.flex .articles {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    display: block;
  }
  section .row-5 .left div.flex .list {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    display: block;
  }
  section .row-5 .left div.flex .list li .info h4 {
    font-size: 0.6875em;
  }
  section .row-5 .right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 0;
  }
}

.interna .wrapper .right {
  margin-left: 36px;
  -ms-flex-preferred-size: 360px;
      flex-basis: 360px;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.interna .wrapper .right .pub-retangulo {
  background: transparent;
}

.interna .wrapper.materia article {
  margin: 0 0 25px 70px;
  padding: 20px 25px;
  border-bottom: 1px solid #EEEEEE;
}

.interna .wrapper.materia article h2 {
  font-size: 3em;
  margin-bottom: 25px;
}

.interna .wrapper.materia article p {
  font-size: 1.125em;
  margin-bottom: 20px;
}

.interna .wrapper.materia article span {
  font-size: 0.75em;
  color: #595959;
}

.interna .wrapper.materia div.flex {
  margin-left: 70px;
}

.interna .wrapper.materia div.flex .left {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.interna .wrapper.materia div.flex .left figure.flex {
  margin-bottom: 50px;
}

.interna .wrapper.materia div.flex .left figure.flex img.foto {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  width: calc(100% - 110px);
}

.interna .wrapper.materia div.flex .left figure.flex div.text {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.interna .wrapper.materia div.flex .left figure.flex div.text iframe {
  width: 100%;
  height: 430px;
}

.interna .wrapper.materia div.flex .left figure.flex .social {
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.interna .wrapper.materia div.flex .left figure.flex .social ul {
  padding: 20px 0;
}

.interna .wrapper.materia div.flex .left figure.flex .social ul li {
  width: 100%;
  padding: 10px 0;
  text-align: center;
}

.interna .wrapper.materia div.flex .left div.text p {
  font-size: 1.125em;
  margin-bottom: 20px;
}

.interna .wrapper.materia div.flex .right {
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.interna .wrapper.materia .title-secao {
  font-size: 1.5em;
  color: #910f0f;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 70px;
}

.cadastro .form-cadastro {
  max-width: 980px;
}

.cadastro .form-cadastro form div.flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cadastro .form-cadastro form div.flex .left {
  width: calc(50% - 15px);
}

.cadastro .form-cadastro form div.flex .right {
  width: calc(50% - 15px);
}

@media (max-width: 660px) {
  .interna .uc {
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 40px;
  }
  .interna .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .interna .wrapper .left {
    margin-bottom: 30px;
  }
  .interna .wrapper .right {
    margin: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .interna .wrapper.materia article {
    margin: 0 0 20px;
    padding: 0 0 10px;
  }
  .interna .wrapper.materia article h2 {
    font-size: 1.625em;
    margin-bottom: 15px;
  }
  .interna .wrapper.materia article p {
    font-size: 0.875em;
    margin-bottom: 20px;
  }
  .interna .wrapper.materia div.flex {
    margin: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .interna .wrapper.materia div.flex .left figure.flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .interna .wrapper.materia div.flex .left figure.flex img.foto {
    width: 100%;
  }
  .interna .wrapper.materia div.flex .left figure.flex div.text iframe {
    height: 260px;
  }
  .interna .wrapper.materia div.flex .left figure.flex .social {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .interna .wrapper.materia div.flex .left figure.flex .social ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 25px 0 0;
  }
  .interna .wrapper.materia div.flex .left figure.flex .social ul li {
    padding: 0;
    text-align: center;
    display: inline;
  }
  .interna .wrapper.materia div.flex .left div.text p {
    font-size: 1em;
  }
  .interna .wrapper.materia div.flex .left div.text iframe {
    width: 100%;
  }
  .interna .wrapper.materia div.flex .left div.text img {
    width: 100% !important;
    height: auto !important;
  }
  .interna .wrapper.materia div.flex .right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 20px;
  }
  .interna .wrapper.materia div.flex .right .pub-billboard {
    width: 300px;
    margin: 0 auto;
  }
  .interna .wrapper.materia .title-secao {
    font-size: 1.375em;
    margin-bottom: 20px;
    text-align: center;
  }
  .cadastro .form-cadastro form div.flex .left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .cadastro .form-cadastro form div.flex .right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

footer {
  padding-top: 70px;
  background: #212121;
}

footer .top {
  margin-bottom: 50px;
}

footer .top .right .menu {
  margin: 0 35px;
}

footer .top .right .menu h4 {
  font-weight: 600;
  font-size: 0.875em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 20px;
}

footer .top .right .menu ul li a {
  font-weight: normal;
  color: #FFFFFF;
  font-size: 0.875em;
}

footer .subfooter {
  background: #282828;
}

footer .subfooter .wrapper {
  padding: 25px;
}

footer .subfooter .wrapper span {
  color: #FFFFFF;
  font-family: 'Roboto';
}

footer .subfooter .wrapper span.left {
  font-size: 0.75em;
}

footer .subfooter .wrapper span.right {
  font-size: 0.75em;
}

@media (max-width: 558px) {
  footer {
    padding-top: 30px;
  }
  footer .top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .top .left {
    margin-bottom: 30px;
  }
  footer .top .right {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .top .right .menu {
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
    margin: 0 10px 30px 0;
  }
  footer .top .right .menu h4 {
    margin-bottom: 10px;
  }
  footer .subfooter .wrapper span.left {
    font-size: 0.6875em;
  }
  footer .subfooter .wrapper span.right {
    font-size: 0.6875em;
  }
}

article.article {
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 25px;
}

article.article figure {
  margin-bottom: 10px;
}

article.article figure img {
  width: 100%;
}

article.article div.info h3 {
  margin-bottom: 10px;
}

article.article div.info h3 a {
  font-size: 1.5em;
}

article.article div.info p {
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  article.article figure {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  article.article div.info h3 {
    font-size: 0.8em;
  }
}

ul.list li {
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 25px;
}

ul.list li figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-preferred-size: 240px;
      flex-basis: 240px;
  margin-right: 20px;
}

ul.list li figure img {
  width: 100%;
}

ul.list li div.info {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

ul.list.two-columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

ul.list.two-columns li {
  -ms-flex-preferred-size: calc(50% - 10px);
      flex-basis: calc(50% - 10px);
}

ul.list.two-columns li figure {
  -ms-flex-preferred-size: 120px;
      flex-basis: 120px;
}

@media (max-width: 1024px) {
  ul.list li {
    margin-bottom: 10px;
  }
  ul.list li figure {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
  ul.list li .info {
    margin-left: 10px !important;
  }
  ul.list.two-columns li {
    -ms-flex-preferred-size: calc(100% - 10px);
        flex-basis: calc(100% - 10px);
  }
}

@media (max-width: 768px) {
  ul.list li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
  ul.list li figure {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
  ul.list li .info {
    margin-left: 0 !important;
  }
  ul.list.two-columns li {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  ul.list.two-columns li figure {
    -ms-flex-preferred-size: 100px !important;
        flex-basis: 100px !important;
    margin-right: 10px;
  }
}

@media (max-width: 558px) {
  ul.list li {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  ul.list li figure {
    -ms-flex-preferred-size: 40% !important;
        flex-basis: 40% !important;
  }
  ul.list li .info {
    margin-left: 20px !important;
  }
}

.login {
  margin-bottom: 30px;
}

div.form-login {
  background: #F5F5F5;
  margin-bottom: 20px;
  max-width: 380px;
  margin: 0 auto 10px;
  text-align: left;
}

div.form-login form .row-2 {
  margin-left: 0 !important;
}

div.form-login form input {
  border: none;
  height: 42px;
  width: 100%;
  background: #E8E8E8;
  padding: 0 25px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #BBBBBB;
  font-size: 0.875em;
}

div.form-login form input#email {
  width: 100%;
}

div.form-login form input#entrar {
  background: #CCCCCC;
  color: #FFFFFF;
  cursor: pointer;
}

div.form-login form span {
  color: #000000;
  font-size: 0.875em;
  font-weight: bold;
}

div.form-login form div.row-3 {
  padding: 10px;
}

div.form-login form div.row-3 a {
  color: #CCCCCC;
  font-size: 0.6875em;
}

div.form-login form.flex {
  padding: 10px;
}

@media (max-width: 1024px) {
  .banner-revista {
    display: none;
  }
}

@media (max-width: 768px) {
  .banner-revista {
    display: block;
    padding: 10px;
    padding-bottom: 5px;
  }
  .banner-revista img {
    width: 100%;
  }
  div.form-login-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  div.form-login-top form input {
    width: 100%;
  }
  div.form-login-top form .row-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 558px) {
  .banner-revista {
    background: none !important;
    display: block;
    padding: 0;
  }
  .banner-revista img {
    width: 100%;
  }
}

div.form-login-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-item-align: center;
      align-self: center;
}

div.form-login-top form .row-1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

div.form-login-top form .row-2 {
  margin-left: 0 !important;
}

div.form-login-top form input {
  border: none;
  height: 35px;
  background: #E8E8E8;
  padding: 0 10px;
  margin: 5px;
  font-weight: bold;
  color: #BBBBBB;
  font-size: 0.875em;
}

div.form-login-top form input#email {
  width: 100%;
}

div.form-login-top form input#pass {
  max-width: 120px;
}

div.form-login-top form input#entrar {
  background: #CCCCCC;
  color: #FFFFFF;
  cursor: pointer;
}

div.form-login-top form span {
  color: #FFFFFF;
  font-size: 0.875em;
  font-weight: bold;
  padding: 5px;
}

div.form-login-top form div.row-3 {
  text-align: right;
  margin-bottom: 5px;
}

div.form-login-top form div.row-3 a {
  color: #CCCCCC;
  font-size: 0.6875em;
}

div.form-login-top form.flex {
  padding: 10px;
}

div.form-login-top .ico-perfil {
  display: none;
}

div.form-login-top .ico-perfil span {
  font-size: 0.875em;
  color: #FFFFFF;
}

div.form-login-top .ico-perfil a {
  font-size: 0.6875em;
  color: #FFFFFF;
}

div.form-login-top .ico-perfil img {
  width: 35px;
}

@media (max-width: 920px) {
  div.form-login-top {
    margin-left: 25px;
    position: relative;
  }
  div.form-login-top.logado {
    width: 100%;
  }
  div.form-login-top form {
    display: none;
    position: absolute;
    width: 250px;
    background: #fff;
    top: 45px;
    right: 0px;
    padding: 5px;
    border-radius: 5px;
    z-index: 999;
  }
  div.form-login-top form .row-1 {
    display: block;
  }
  div.form-login-top form .row-1 input {
    width: calc(100% - 10px);
    max-width: 100% !important;
  }
  div.form-login-top .ico-perfil {
    display: block;
  }
}

div.banner-revista {
  background: #C3C3C3;
  padding-top: 10px;
  padding-bottom: 5px;
  text-align: center;
  margin-bottom: 20px;
}

div.banner-revista div {
  margin: 0 auto;
}

div.box-title {
  text-align: center;
}

div.box-title h4 {
  text-transform: uppercase;
  color: #910f0f;
  font-weight: bold;
  font-style: italic;
  background: #FFFFFF;
  padding: 7.5px;
  display: inline;
  font-size: 1.25em;
}

div.box-title div.line {
  margin-top: -10px;
  border-top: 1px solid #727272;
  margin-bottom: 30px;
}

div.jornais-revistas ul li {
  margin-bottom: 15px;
}

div.jornais-revistas ul li figure {
  -ms-flex-preferred-size: 85px;
      flex-basis: 85px;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

div.jornais-revistas ul li figure img {
  width: 100%;
}

div.jornais-revistas ul li div.info {
  margin-left: 15px;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex: 1;
      flex: 1;
}

div.jornais-revistas ul li div.info span {
  display: block;
  text-transform: uppercase;
  font-weight: 800;
  color: #727272;
  margin-bottom: 10px;
  font-size: 0.75em;
}

div.jornais-revistas ul li div.info a {
  color: #000000;
  font-weight: bold;
}

div.pub-retangulo {
  text-align: center;
  background: #F5F5F5;
  padding-top: 10px;
  padding-bottom: 7.5px;
  margin-bottom: 20px;
}

div.pub-retangulo > div {
  margin: 0 auto;
}

div.pub-floorboard {
  display: -ms-flexbox;
  display: flex;
  background: #F5F5F5;
  place-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media (max-width: 1024px) {
  div.pub-retangulo {
    padding: 20px;
  }
  div.pub-retangulo img {
    width: 100%;
  }
}

@media (max-width: 1000px) {
  div.pub-floorboard {
    display: none;
  }
}

@media (max-width: 558px) {
  div.pub-retangulo {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    padding: 20px 0;
    background: none;
  }
}

div.video-news {
  padding-top: 20px;
}

div.video-news iframe {
  width: 100%;
  margin-bottom: 15px;
}

div.video-news h4 {
  text-align: center;
  font-size: 1.5em;
}

@media (max-width: 768px) {
  div.video-news h4 {
    font-size: 1.25em;
  }
  div.video-news iframe {
    height: 250px;
  }
}

div.colunistas h3 {
  text-transform: uppercase;
  color: #910f0f;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 15px;
  padding-left: 30px;
  font-size: 1.125em;
}

div.colunistas div.pagination {
  padding-right: 5px;
  width: auto;
}

div.colunistas div.pagination a {
  margin: 10px;
  cursor: pointer;
}

div.colunistas ul {
  border-top: 1px solid #727272;
  overflow: hidden;
}

div.colunistas ul li {
  background: #F5F5F5;
  padding: 25px 50px 25px 25px;
  margin-bottom: 1px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  display: -ms-flexbox !important;
  display: flex !important;
}

div.colunistas ul li figure {
  -ms-flex-preferred-size: 85px;
      flex-basis: 85px;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

div.colunistas ul li figure img {
  width: 100%;
}

div.colunistas ul li div.info {
  -ms-flex: 1;
      flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 20px;
}

div.colunistas ul li div.info span {
  margin-bottom: 10px;
}

@media (max-width: 558px) {
  div.colunistas ul li {
    padding: 10px;
  }
}

article.destaque-three-cols {
  max-width: 293px;
  overflow: hidden;
  margin-bottom: 20px;
}

article.destaque-three-cols figure a img {
  max-width: 293px;
  width: 100%;
}

article.destaque-three-cols div.info {
  padding: 5px;
}

article.destaque-three-cols div.info h4 {
  margin-bottom: 15px;
}

article.destaque-three-cols div.info h4 a {
  font-size: 1.125em;
  color: #000000;
  font-weight: 600;
  line-height: 1em;
}

@media (max-width: 1024px) {
  article.destaque-three-cols {
    -ms-flex-preferred-size: calc(25% - 15px);
        flex-basis: calc(25% - 15px);
  }
  article.destaque-three-cols div.info h4 {
    font-size: 0.8em;
  }
}

@media (max-width: 768px) {
  article.destaque-three-cols {
    max-width: 100%;
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
  }
  article.destaque-three-cols figure a img {
    max-width: 100%;
  }
  article.destaque-three-cols div.info h4 {
    font-size: 1em;
  }
}

@media (max-width: 558px) {
  article.destaque-three-cols {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

article.destaque-four-cols {
  margin-bottom: 25px;
}

article.destaque-four-cols figure {
  margin-bottom: 10px;
}

article.destaque-four-cols figure a img {
  width: 100%;
}

article.destaque-four-cols div.info span {
  text-transform: uppercase;
  color: #727272;
  font-size: 0.75em;
  font-weight: 800;
  margin-bottom: 5px;
  display: block;
}

article.destaque-four-cols div.info h4 {
  margin-bottom: 20px;
}

article.destaque-four-cols div.info h4 a {
  font-size: 1.125em;
  color: #000000;
  font-weight: 600;
  line-height: 1em;
}

@media (max-width: 558px) {
  article.destaque-four-cols figure a img {
    max-width: 100%;
  }
}

article.destaque-five-cols {
  position: relative;
}

article.destaque-five-cols figure a img {
  width: 100%;
}

article.destaque-five-cols div.info {
  width: 100%;
  padding: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
}

article.destaque-five-cols div.info h4 {
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

article.destaque-five-cols div.info h4 a {
  font-size: 2.175em;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1em;
}

article.destaque-five-cols div.info p a {
  color: #FFFFFF;
}

article.destaque-five-cols div.info .text-overlay {
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 5px;
  margin-left: -25px;
  opacity: 0.3;
}

@media (max-width: 768px) {
  article.destaque-five-cols div.info h4 {
    font-size: 0.75em;
  }
}

@media (max-width: 558px) {
  article.destaque-five-cols div.info h4 a {
    font-size: 1.5em;
  }
}

article.destaque-six-cols {
  position: relative;
  margin-bottom: 20px;
}

article.destaque-six-cols figure a img {
  max-width: 610px;
  width: 100%;
}

article.destaque-six-cols div.info {
  width: 100%;
  padding: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
}

article.destaque-six-cols div.info h4 {
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

article.destaque-six-cols div.info h4 a {
  font-size: 1.75em;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1em;
}

article.destaque-six-cols div.info p a {
  color: #FFFFFF;
}

article.destaque-six-cols div.info .text-overlay {
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 5px;
  margin-left: -25px;
  opacity: 0.3;
}

@media (max-width: 1024px) {
  article.destaque-six-cols {
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
  }
}

@media (max-width: 768px) {
  article.destaque-six-cols div.info h4 {
    margin-bottom: 0;
    font-size: 0.875em;
  }
}

@media (max-width: 558px) {
  article.destaque-six-cols {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  article.destaque-six-cols div.info h4 {
    margin-bottom: 0;
  }
  article.destaque-six-cols div.info h4 a {
    font-size: 1.25em;
  }
}

article.destaque-simple {
  margin-bottom: 30px;
}

article.destaque-simple a img {
  width: 100%;
  margin-bottom: 10px;
}

article.destaque-simple h4 a {
  color: #000000;
  font-size: 1.125em;
  font-weight: bold;
}

@media (max-width: 1024px) {
  article.destaque-simple {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  article.destaque-simple h4 {
    font-size: 0.875em;
  }
}

@media (max-width: 558px) {
  article.destaque-simple {
    margin-bottom: 20px;
  }
}

div.box-newsletter {
  padding-top: 45px;
  margin-bottom: 20px;
}

div.box-newsletter h3 {
  text-transform: uppercase;
  color: #910f0f;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 10px;
  font-size: 1.125em;
}

div.box-newsletter form {
  background: #F5F5F5;
  padding: 40px;
}

div.box-newsletter form p {
  font-size: 0.875em;
  color: #9f9f9f;
  margin-bottom: 20px;
}

div.box-newsletter form input {
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: bold;
  border: 1px solid #CCCCCC;
  color: #9f9f9f;
  background: #F5F5F5;
  width: 100%;
  padding: 15px;
  text-align: left;
  margin-bottom: 20px;
}

div.box-newsletter form button {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: bold;
  color: #FFFFFF;
  background: #CCCCCC;
  width: 100%;
  padding: 15px;
  text-align: center;
}

@media (max-width: 1024px) {
  div.box-newsletter {
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  div.box-newsletter form {
    padding: 20px;
  }
}

@media (max-width: 558px) {
  div.box-newsletter {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-top: 0;
  }
}

div.box-social {
  padding-top: 30px;
  margin-bottom: 40px;
}

div.box-social h3 {
  text-transform: uppercase;
  color: #910f0f;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 15px;
  font-size: 1.125em;
  padding: 0 15px;
}

div.box-social ul {
  background: #F5F5F5;
  padding: 20px;
  padding-bottom: 1px;
}

div.box-social ul li {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

div.box-social ul li a {
  margin-left: 15px;
  display: block;
  color: #000000;
  font-size: 0.75em;
  font-weight: 600;
}

div.box-social ul li a span {
  text-transform: uppercase;
}

div.box-social ul li a p {
  font-size: 0.75em;
}

div.shopping .pagination {
  border-bottom: 1px solid #727272;
  padding: 15px;
}

div.shopping .pagination a {
  cursor: pointer;
}

div.shopping .pagination h3 {
  text-transform: uppercase;
  color: #000000;
  font-size: 1.375em;
  font-weight: 600;
  font-style: italic;
}

div.shopping .carroussel {
  padding: 70px 20px;
}

div.shopping .carroussel div figure {
  max-width: 142px;
  text-align: center;
  margin: 0 auto 15px;
}

div.shopping .carroussel div figure a {
  display: block;
}

div.shopping .carroussel div figure a img {
  width: 100%;
}

div.shopping .carroussel div .info a {
  display: block;
  text-align: center;
  color: #727272;
  font-size: 0.875em;
  font-weight: bold;
}

div.shopping .carroussel div .info a p {
  color: #000000;
  font-weight: 600;
  margin-bottom: 15px;
}

div.shopping .carroussel div .info a span {
  display: block;
  font-weight: normal;
  text-decoration: line-through;
}

div.assembleia ul li {
  margin-bottom: 15px;
}

div.assembleia ul li figure {
  -ms-flex-preferred-size: 85px;
      flex-basis: 85px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

div.assembleia ul li figure img {
  width: 100%;
}

div.assembleia ul li .info {
  margin-left: 15px;
}

@media (max-width: 558px) {
  div.assembleia {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}

.pagination-list ul li {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.pagination-list ul li figure {
  display: grid;
}

.pagination-list ul li figure a {
  display: contents;
}

.pagination-list ul li .info {
  padding-top: 20px;
}

.pagination-list ul li .info h4 {
  font-size: 1.625em;
  line-height: 1.125em;
  margin-bottom: 10px;
}

.pagination-list .more {
  width: 100%;
}

.pagination-list .more button {
  display: block;
  background: #CCCCCC;
  color: #910f0f;
  cursor: pointer;
  margin: 0 auto;
  padding: 15px 20%;
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: bold;
}

.pagination-list .more-testemunhos {
  width: 100%;
}

.pagination-list .more-testemunhos button {
  display: block;
  background: #CCCCCC;
  color: #910f0f;
  cursor: pointer;
  margin: 0 auto;
  padding: 15px 20%;
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: bold;
}

@media (max-width: 414px) {
  .pagination-list ul li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pagination-list ul li figure {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
  .pagination-list ul li .info {
    padding-top: 20px;
    margin-left: 0 !important;
  }
}

.generic-list {
  padding: 20px 20px 1px;
  background: #F5F5F5;
  margin-bottom: 20px;
}

.generic-list h4 {
  text-transform: uppercase;
  color: #910f0f;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 1em;
}

.generic-list ul li {
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 20px;
}

.generic-list ul li figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-preferred-size: 85px;
      flex-basis: 85px;
}

.generic-list ul li figure img {
  width: 100%;
}

.generic-list ul li div.info {
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin-left: 20px;
  padding: 0;
}

.generic-list ul li div.info a {
  color: #000000;
  font-weight: bold;
}

.form-cadastro {
  width: 100%;
  margin: 0 auto;
  padding: 40px;
  background: #F5F5F5;
  margin-bottom: 100px;
}

.form-cadastro h2 {
  font-size: 1.625em;
}

.form-cadastro form {
  /* Custom radio input */
  /* Hide the browser's default checkbox */
}

.form-cadastro form p {
  font-size: 0.875em;
  color: #9f9f9f;
  font-weight: 600;
  margin-bottom: 30px;
}

.form-cadastro form input, .form-cadastro form textarea {
  background: #FFFFFF;
  padding: 15px;
  border: none;
  font-weight: bold;
  font-size: 0.75em;
  color: #727272;
  margin-bottom: 25px;
}

.form-cadastro form textarea {
  height: 150px;
  font-family: Arial;
}

.form-cadastro form :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  font-weight: bold;
  opacity: 1;
  /* Firefox */
}

.form-cadastro form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  font-weight: bold;
  opacity: 1;
  /* Firefox */
}

.form-cadastro form input[type=text], .form-cadastro form input[type=email], .form-cadastro form input[type=password] {
  width: 100%;
  padding: 15px;
}

.form-cadastro form input[type=date], .form-cadastro form input[type=radio], .form-cadastro form input[type=checkbox] {
  margin-bottom: 0;
}

.form-cadastro form .container_form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 48px;
  margin-bottom: 25px;
}

.form-cadastro form .container_form .col-10 {
  width: calc(83.33% - 10px);
  -ms-flex-item-align: center;
      align-self: center;
}

.form-cadastro form .container_form .col-8 {
  width: calc(66.66% - 10px);
  -ms-flex-item-align: center;
      align-self: center;
}

.form-cadastro form .container_form .col-6 {
  width: calc(50% - 10px);
  -ms-flex-item-align: center;
      align-self: center;
}

.form-cadastro form .container_form .col-4 {
  width: calc(34% - 10px);
  -ms-flex-item-align: center;
      align-self: center;
}

.form-cadastro form .container_form .col-2 {
  width: calc(17% - 10px);
  -ms-flex-item-align: center;
      align-self: center;
}

.form-cadastro form label {
  font-size: 0.75em;
  color: #727272;
  text-transform: uppercase;
  font-weight: bold;
}

.form-cadastro form label span {
  font-size: 1em;
  color: #727272;
  text-transform: uppercase;
  display: block;
  font-weight: bold;
}

.form-cadastro form .perm-emails {
  font-size: 0.75em;
  font-weight: 600;
  text-transform: none;
}

.form-cadastro form .perm-emails input {
  margin-right: 10px;
}

.form-cadastro form .submit {
  background: #CCCCCC;
  padding: 15px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: bold;
  width: 100%;
  margin: 0 auto;
}

.form-cadastro form .left div.flex, .form-cadastro form .right div.flex {
  margin-bottom: 25px;
}

.form-cadastro form .custom_radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
}

.form-cadastro form .custom_radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 1px;
  width: 1px;
  bottom: 0;
}

.form-cadastro form .custom_radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #FFFFFF;
  border-radius: 50%;
  border: 2px solid #ebe9e9;
}

.form-cadastro form .custom_radio input:checked ~ .checkmark {
  background-color: #727272;
}

.form-cadastro form .custom_radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.form-cadastro form .custom_radio input:checked ~ .checkmark:after {
  display: block;
}

.form-cadastro form .custom_checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-cadastro form .custom_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.form-cadastro form .custom_checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #FFFFFF;
  border: 2px solid #ebe9e9;
}

.form-cadastro form .custom_checkbox input:checked ~ .checkmark {
  background-color: #727272;
}

.form-cadastro form .custom_checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.form-cadastro form .custom_checkbox input:checked ~ .checkmark:after {
  display: block;
}

.form-cadastro form .custom_checkbox .checkmark:after {
  left: 6px;
  top: 0px;
  width: 7px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  .form-cadastro form .left, .form-cadastro form .right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.send-password {
  max-width: 320px;
  width: 100%;
  margin: 80px auto;
}

.send-password h2 {
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 20px;
}

.send-password p {
  text-align: center;
  margin-bottom: 40px;
}

.send-password form label {
  font-size: 0.875em;
  color: #000000;
}

.send-password form label input {
  width: 100%;
  padding: 10px;
  border-radius: 2px;
  border: 1px solid #9f9f9f;
  margin-bottom: 40px;
  font-size: 0.875em;
}

.send-password form button {
  width: 100%;
  cursor: pointer;
  background-color: #910f0f;
  padding: 10px;
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: bold;
  color: #FFFFFF;
  display: block;
}

.login-alert-exclusive {
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  padding: 30px;
  text-align: center;
}

.login-alert-exclusive h4 {
  font-size: 1.25em;
  margin-bottom: 30px;
}

.login-alert-exclusive p {
  margin-bottom: 30px;
}

.login-alert-exclusive img {
  width: 50%;
  margin-bottom: 30px;
}

.login-alert-exclusive strong {
  margin-bottom: 30px;
  display: block;
}

.login-alert-exclusive strong span {
  color: #e51716;
}

.login-alert-exclusive a.assine {
  cursor: pointer;
  background-color: #e51716;
  padding: 10px;
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: bold;
  color: #FFFFFF;
  display: block;
  width: 150px;
  margin: 0 auto 50px;
}

.login-alert-exclusive span.assinante {
  display: block;
  font-size: 0.875em;
  font-weight: bold;
  margin-bottom: 10px;
}

.login-alert-exclusive a.link-login {
  cursor: pointer;
  padding: 10px;
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: bold;
  color: #910f0f;
  display: block;
  width: 150px;
  margin: 0 auto;
  border: 2px solid #910f0f;
}

.digital-books {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.digital-books article {
  -ms-flex-preferred-size: calc(33% - 10px);
      flex-basis: calc(33% - 10px);
  max-width: 285px;
  min-width: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  padding: 20px 20px 15px 20px;
  text-align: center;
  margin: 5px;
  background: #F5F5F5;
}

.digital-books article h2 {
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  border-bottom: 2px solid #000;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.digital-books article a {
  color: #000;
}

.digital-books article figure {
  width: inherit;
  margin-bottom: 10px;
}

.digital-books article figure img {
  width: 100%;
}

.digital-books .more-books {
  width: 100%;
}

.digital-books .more-books button {
  display: block;
  background: #CCCCCC;
  color: #910f0f;
  cursor: pointer;
  margin: 20px auto 0;
  padding: 15px 20%;
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: bold;
}

@media (max-width: 968px) {
  .digital-books article {
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
    max-width: 50%;
  }
}

@media (max-width: 790px) {
  .digital-books article {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

.lightbox_login {
  position: fixed;
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
  background: #fff;
  z-index: 99999;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  padding: 30px;
  text-align: center;
}

.lightbox_login a.close {
  border: 2px solid #000;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: block;
  line-height: 16px;
  position: absolute;
  top: 5px;
  right: 5px;
  font-weight: bold;
}

.lightbox_login h4 {
  font-size: 1.25em;
  margin-bottom: 10px;
}

.lightbox_login p {
  margin-bottom: 10px;
}

.lightbox_login img {
  width: 280px;
  margin-bottom: 10px;
}

.lightbox_login strong {
  margin-bottom: 30px;
  display: block;
}

.lightbox_login strong span {
  color: #e51716;
}

.lightbox_login a.assine {
  cursor: pointer;
  background-color: #e51716;
  padding: 10px;
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: bold;
  color: #FFFFFF;
  display: block;
  width: 150px;
  margin: 0 auto 30px;
}

.lightbox_login span.assinante {
  display: block;
  font-size: 0.875em;
  font-weight: bold;
  margin-bottom: 10px;
}

.lightbox_login a.link-login {
  cursor: pointer;
  padding: 10px;
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: bold;
  color: #910f0f;
  display: block;
  width: 150px;
  margin: 0 auto;
  border: 2px solid #910f0f;
}

@media (max-width: 768px) {
  .lightbox_login img {
    width: 180px;
    margin-bottom: 10px;
  }
}

.box-periodico {
  padding: 20px 40px;
  background: #F5F5F5;
  margin-bottom: 20px;
}

.box-periodico h4 {
  text-transform: uppercase;
  color: #910f0f;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 1em;
}

.box-periodico img {
  width: 100%;
  margin-bottom: 20px;
}

.box-periodico .links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.box-periodico .links a {
  color: #000000;
  font-weight: bold;
}
