@charset "UTF-8";
.main-header .main-logo .open-menu:hover,
.main-header .main-logo .submenu li a:hover,
.main-header .main-menu .open-search:hover,
.search-wrap .center button:hover {
  opacity: 0.7;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
.single-content i,
p em {
  font-style: italic;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  background: #fff;
  font-family: Ubuntu, sans-serif;
}
ol,
ul {
  list-style-type: circle;
  padding-left: 30px;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.reset {
  clear: both;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
@media (max-width: 500px) {
  body {
    background: #fff;
  }
}
.center {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
}
.search-wrap {
  background: #000;
  display: none;
}
.main-header .center,
.search-wrap .center {
  display: -ms-flex;
  display: -ms-flexbox;
  -ms-flex-pack: justify;
}
.search-wrap .center {
  padding: 10px 0;
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: space-between;
}
.search-wrap .center button {
  border: 0;
  background-color: transparent;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  transition: 0.4s;
}
.search-wrap .center .input {
  height: 40px;
  line-height: 40px;
  background-color: transparent;
  border: 0;
  font-family: Ubuntu, sans-serif;
  color: #fff;
  font-size: 16px;
  -ms-flex-positive: 2;
  flex-grow: 2;
  margin-right: 15px;
  outline: 0;
}
.search-wrap .center .input:-ms-input-placeholder {
  color: #fff;
}
.search-wrap .center .input::placeholder {
  color: #fff;
}
.main-header {
  width: 100%;
  height: 115px;
  background: #000;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 100;
}
.main-header .center {
  display: flex;
  justify-content: space-between;
  height: 115px;
  -ms-flex-align: center;
  align-items: center;
}
.main-header .main-logo {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  position: relative;
  align-items: center;
  height: 115px;
}
.main-header .main-logo .submenu {
  position: absolute;
  left: 0;
  top: 100%;
  background: #000;
  width: 340px;
  display: none;
}
.main-header .main-logo .submenu .social-wrap {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 35px;
  line-height: 30px;
  border-top: 1px solid #333;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.main-header .main-logo .submenu .social-wrap a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.main-header .main-logo .submenu li {
  width: 100%;
  height: 58px;
  line-height: 58px;
  border-top: 1px solid #333;
}
.main-header .main-logo .submenu li:last-child a {
  color: #666;
}
.main-header .main-logo .submenu li a {
  display: block;
  padding: 0 35px;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  transition: 0.4s;
}
.main-header .main-logo .open-menu {
  font-size: 22px;
  width: 20px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: 0.4s;
  margin-right: 20px;
}
.main-header .main-menu {
  width: 70%;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .main-header .main-menu {
    display: none;
  }
}
.main-header .main-menu .menu-menu-principal-container {
  width: 92%;
}
.main-header .main-menu ul {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.main-header .main-menu .open-search {
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  transition: 0.4s;
  position: relative;
  top: -4px;
}
.main-header .main-menu li {
  font-size: 12px;
  text-transform: uppercase;
}
.main-header .main-menu li a {
  transition: 0.4s;
  text-decoration: none;
}
.main-header .main-menu li:first-child a {
  color: #3b94c4;
}
.main-header .main-menu li:nth-child(2) a {
  color: #bd4cbc;
}
.main-header .main-menu li:nth-child(3) a {
  color: #f7941e;
}
.main-header .main-menu li:nth-child(4) a {
  color: #f6ee26;
}
.main-header .main-menu li:nth-child(5) a {
  color: #6ec5a0;
}
.main-header .main-menu li:nth-child(6) a {
  color: #999;
}
.main-header .main-menu li:hover a {
  color: #fff !important;
}
.padding-wrap {
  padding: 40px 0;
}
.banner-publicitario {
  width: 100%;
  margin-bottom: 45px;
  display: block;
}
.banner-publicitario img {
  width: 100%;
  vertical-align: middle;
}
.featured-wrap {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 370px;
  margin-bottom: 25px;
}
.featured-wrap .item {
  margin-right: 2px;
  width: 26%;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  border-top: 7px solid #000;
}
.featured-wrap .item.comportamento {
  border-color: #f7941e;
}
.featured-wrap .item.comportamento .info .category {
  background-color: #f7941e;
}
.featured-wrap .item.consumo-consciente {
  border-color: #6ec5a0;
}
.featured-wrap .item.consumo-consciente .info .category {
  background-color: #6ec5a0;
}
.featured-wrap .item.experiencia {
  border-color: #bd4cbc;
}
.featured-wrap .item.experiencia .info .category {
  background-color: #bd4cbc;
}
.featured-wrap .item.defesa-do-consumidor {
  border-color: #3b94c4;
}
.featured-wrap .item.defesa-do-consumidor .info .category {
  background-color: #3b94c4;
}
.featured-wrap .item.inovacao {
  border-color: #efe716;
}
.image.inovacao {
  border-color: #efe716 !important;
}
.image.experiencia {
  border-color: #bd4cbc !important;
}
.image.comportamento {
  border-color: #f7941e !important;
}
.image.experiencia {
  border-color: #bd4cbc !important;
}
.image.consumo-consciente {
  border-color: #6ec5a0 !important;
}
.image.defesa-do-consumidor {
  border-color: #3b94c4 !important;
}
.maislidas.inovacao {
  border-color: #efe716 !important;
  border-top: 5px solid;
  width: 85.5%;
}
.maislidas.experiencia {
  border-color: #bd4cbc !important;
  border-top: 5px solid;
  width: 85.5%;
}
.maislidas.comportamento {
  border-color: #f7941e !important;
  border-top: 5px solid;
  width: 85.5%;
}
.maislidas.experiencia {
  border-color: #bd4cbc !important;
  border-top: 5px solid;
  width: 85.5%;
}
.maislidas.consumo-consciente {
  border-color: #6ec5a0 !important;
  border-top: 5px solid;
  width: 85.5%;
}
.maislidas.defesa-do-consumidor {
  border-color: #3b94c4 !important;
  border-top: 5px solid;
  width: 85.5%;
}
.featured-wrap .item.inovacao .info .category {
  background-color: #efe716;
}
.featured-wrap .item:first-child .info .title {
  font-size: 27px;
  line-height: 32px;
}
.featured-wrap .item:hover .image {
  transform: scale(1.1);
}
.featured-wrap .item a {
  text-decoration: none;
}
.featured-wrap .item .info {
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 0 30px 30px;
  z-index: 10;
  text-decoration: none;
}
.featured-wrap .item .info .category {
  display: inline-block;
  padding: 0 10px;
  height: 24px;
  line-height: 24px;
  background: #000;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
}
.featured-wrap .item .info .title {
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  margin-top: 5px;
  display: block;
}
.featured-wrap .item .info .sub-title {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  margin-top: 12px;
  display: block;
}
.featured-wrap .item .info .sub-title a {
  color: #fff;
}
.featured-wrap .item .info .sub-title span {
  font-weight: 700;
}
.featured-wrap .item .image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: center center no-repeat;
  background-size: cover;
  transition: 0.4s;
}
.featured-wrap .item .image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.featured-wrap .item:last-child {
  margin-right: 0;
}
.featured-wrap .item:first-child {
  width: calc(48% - 4px);
}
.list-featured-news {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}
.list-featured-news .item {
  width: 32%;
  text-decoration: none;
}
.list-featured-news .item.comportamento .image {
  border-color: #f7941e;
}
.list-featured-news .item.comportamento .image .category {
  background-color: #f7941e;
}
.list-featured-news .item.consumo-consciente .image {
  border-color: #6ec5a0;
}
.list-featured-news .item.consumo-consciente .image .category {
  background-color: #6ec5a0;
}
.list-featured-news .item.experiencia .image {
  border-color: #bd4cbc;
}
.list-featured-news .item.experiencia .image .category {
  background-color: #bd4cbc;
}
.list-featured-news .item.defesa-do-consumidor .image {
  border-color: #3b94c4;
}
.list-featured-news .item.defesa-do-consumidor .image .category {
  background-color: #3b94c4;
}
.list-featured-news .item.inovacao .image {
  border-color: #efe716;
}
.list-featured-news .item.inovacao .image .category {
  background-color: #efe716;
}
.list-featured-news .item a {
  text-decoration: none;
}
.list-featured-news .item .title {
  text-decoration: none;
  font-weight: 700;
  font-size: 21px;
  line-height: 28px;
  color: #000;
  margin-bottom: 10px;
  display: block;
}
.list-featured-news .item .sub-title {
  font-size: 14px;
  line-height: 16px;
  color: #999;
}
.list-featured-news .item .sub-title a {
  color: #999;
  font-weight: 700;
}
.list-featured-news .item .image {
  width: 100%;
  border-top: 7px solid #000;
  position: relative;
  margin-bottom: 20px;
}
.list-featured-news .item .image img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}
.list-featured-news .item .image .category {
  display: inline-block;
  padding: 0 10px;
  height: 24px;
  line-height: 24px;
  background: #000;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  left: 0;
}
.newsletter-wrap {
  border: 6px solid #f1f1f1;
  padding: 30px;
  background: #000;
}
.newsletter-wrap header {
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 500px) {
  .newsletter-wrap header {
    font-size: 20px;
    line-height: 22px;
  }
}
.newsletter-wrap .button,
.newsletter-wrap .input {
  height: 42px;
  line-height: 42px;
  font-family: Ubuntu, sans-serif;
}
.newsletter-wrap header span {
  font-size: 14px;
  font-weight: 400;
  color: #999;
  margin-left: 5px;
}
@media (max-width: 500px) {
  .newsletter-wrap header span {
    font-size: 12px;
    display: block;
  }
}
.newsletter-wrap .row {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-widget,
.list-more-read {
  display: -ms-flex;
  display: -ms-flexbox;
}
.newsletter-wrap .input {
  margin-right: 20px;
  width: calc(40% - 20px);
  background: #fff;
  box-sizing: border-box;
  border: 0;
  padding: 0 15px;
  font-size: 16px;
  color: #333;
}
@media (max-width: 500px) {
  .newsletter-wrap .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .newsletter-wrap .input {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.newsletter-wrap .input:-ms-input-placeholder {
  color: #333;
}
.newsletter-wrap .input::placeholder {
  color: #333;
}
.newsletter-wrap .button {
  width: 20%;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  box-shadow: inset 0 0 0 1px #fff;
  background-color: transparent;
  transition: 0.4s;
  cursor: pointer;
}
.newsletter-wrap .button:hover {
  background: #fff;
  color: #000;
}
.grey-wrap {
  padding: 35px 0 70px;
  background: #f1f1f1;
}
.grey-wrap .banner-publicitario {
  margin: 0;
}
.header-widget {
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 35px;
  border-bottom: 1px solid #ccc;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 700;
  color: #333;
}
.header-widget a {
  font-size: 13px;
  text-transform: uppercase;
  color: #999;
  transition: 0.4s;
  text-decoration: none;
  font-weight: 400;
}
.header-widget a:hover {
  color: #fff;
}
.list-more-read {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 500px) {
  .newsletter-wrap .button {
    width: 100%;
  }
  .list-more-read {
    margin-bottom: 20px;
  }
}
.list-more-read:hover .item {
  opacity: 0.6;
}
.list-more-read:hover .item:hover {
  opacity: 1;
}
.list-more-read .item {
  width: 32%;
  margin-right: 2%;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 25px;
  text-decoration: none;
  transition: 0.4s;
}
@media (max-width: 500px) {
  .list-more-read .item {
    width: 100%;
    display: none;
  }
  .list-more-read .item:nth-child(1),
  .list-more-read .item:nth-child(2),
  .list-more-read .item:nth-child(3) {
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.list-more-read .item a {
  text-decoration: none;
}
.list-more-read .item .info {
  width: 10px;
  -ms-flex-positive: 2;
  flex-grow: 2;
}
.list-more-read .item .info .title {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #000;
}
.list-more-read .item .info .sub-title {
  margin-top: 10px;
  font-size: 14px;
  line-height: 16px;
  color: #999;
}
.list-more-read .item .info .sub-title a {
  color: #999;
}
.list-more-read .item .info .sub-title span {
  font-weight: 700;
}
.list-more-read .item img {
  margin-right: 20px;
  width: 115px;
  height: auto;
}
.list-more-read .item:nth-child(3n) {
  margin-right: 0;
}
.dark-wrap {
  padding: 40px 0 70px;
  background: #2c2c2c;
}
.dark-wrap .header-widget {
  border-color: #666;
}
.dark-wrap .header-widget p {
  color: #fff;
}
.list-edicoes {
  margin: 0 -15px;
}
.list-edicoes .item {
  padding: 0 15px;
  display: block;
  outline: 0;
  text-decoration: none;
}
.list-edicoes .item img {
  width: 100%;
  vertical-align: middle;
  margin-bottom: 10px;
}
.list-edicoes .item p {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  color: #fff;
}
.featured-item {
  margin-bottom: 15px;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  box-sizing: border-box;
  min-height: 400px;
}
.featured-item.comportamento .image {
  border-color: #f7941e;
}
.featured-item.comportamento .category {
  background-color: #f7941e !important;
}
.featured-item.consumo-consciente .image {
  border-color: #6ec5a0;
}
.featured-item.consumo-consciente .category {
  background-color: #6ec5a0 !important;
}
.featured-item.experiencia .image {
  border-color: #bd4cbc;
}
.featured-item.experiencia .category {
  background-color: #bd4cbc !important;
}
.featured-item.defesa-do-consumidor .image {
  border-color: #3b94c4;
}
.featured-item.defesa-do-consumidor .category {
  background-color: #3b94c4 !important;
}
.featured-item.inovacao .image {
  border-color: #efe716;
}
.featured-item.inovacao .category {
  background-color: #efe716 !important;
}
.featured-item a {
  text-decoration: none;
}
.featured-item .image {
  position: relative;
  border-top: 7px solid #000;
  margin-bottom: 20px;
}
.featured-item .image img {
  width: 100%;
  vertical-align: middle;
  height: auto;
}
.featured-item .image .category {
  padding: 0 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
  color: #fff;
  height: 24px;
  line-height: 24px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
.featured-item .title {
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  display: block;
  margin-bottom: 12px;
}
.featured-item .sub-title {
  font-size: 14px;
  color: #999;
  display: block;
}
.flex-row,
.list-row .item {
  display: -ms-flex;
  display: -ms-flexbox;
}
.featured-item .sub-title a {
  color: #999;
  font-weight: 700;
  transition: 0.4s;
}
.list-row .item {
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 25px;
}
.list-row .item a {
  text-decoration: none;
}
.list-row .item .image {
  width: 110px;
  margin-right: 20px;
  border-top: 5px solid #000;
}
.list-row .item .image img {
  max-width: 100%;
  height: auto;
}
.list-row .item .info {
  width: 10px;
  -ms-flex-positive: 2;
  flex-grow: 2;
}
.list-row .item .title {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
  display: block;
}
.list-row .item .sub-title {
  font-size: 14px;
  color: #999;
}
.list-row .item .sub-title a {
  font-weight: 700;
  color: #999;
}
.flex-row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-row .column {
  width: 32%;
  margin-right: 2%;
}
.flex-row .column:nth-child(3n) {
  margin-right: 0;
}
.flex-row .column .column-header {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 40px;
  height: 39px;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 40px;
}
.flex-row .column .column-header span {
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #000;
}
.flex-row .column.comportamento .column-header span,
.flex-row .column.comportamento .featured-item .image,
.flex-row .column.comportamento .list-row .item .image {
  border-color: #f7941e;
}
.flex-row .column .column-header a {
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: none;
  color: #999;
  transition: 0.4s;
}
.flex-row .column .column-header a:hover {
  color: #000;
}
.flex-row .column.comportamento .column-header a:hover,
.flex-row .column.comportamento .featured-item .sub-title a:hover,
.flex-row .column.comportamento .list-row .item .sub-title a:hover {
  color: #f7941e;
}
.flex-row .column.comportamento .featured-item .image .category {
  background: #f7941e;
}
.flex-row .column.defesa-do-consumidor .column-header span,
.flex-row .column.defesa-do-consumidor .featured-item .image,
.flex-row .column.defesa-do-consumidor .list-row .item .image {
  border-color: #3b94c4;
}
.flex-row .column.defesa-do-consumidor .column-header a:hover,
.flex-row .column.defesa-do-consumidor .featured-item .sub-title a:hover,
.flex-row .column.defesa-do-consumidor .list-row .item .sub-title a:hover {
  color: #3b94c4;
}
.flex-row .column.defesa-do-consumidor .featured-item .image .category {
  background: #3b94c4;
}
.flex-row .column.inovacao .column-header span,
.flex-row .column.inovacao .featured-item .image,
.flex-row .column.inovacao .list-row .item .image {
  border-color: #efe716;
}
.flex-row .column.inovacao .column-header a:hover,
.flex-row .column.inovacao .featured-item .sub-title a:hover,
.flex-row .column.inovacao .list-row .item .sub-title a:hover {
  color: #efe716;
}
.flex-row .column.inovacao .featured-item .image .category {
  background: #efe716;
}
.flex-row .column.experiencia .column-header span,
.flex-row .column.experiencia .featured-item .image,
.flex-row .column.experiencia .list-row .item .image {
  border-color: #bd4cbc;
}
.flex-row .column.experiencia .column-header a:hover,
.flex-row .column.experiencia .featured-item .sub-title a:hover,
.flex-row .column.experiencia .list-row .item .sub-title a:hover {
  color: #bd4cbc;
}
.flex-row .column.experiencia .featured-item .image .category {
  background: #bd4cbc;
}
.flex-row .column.consumo-consciente .column-header span,
.flex-row .column.consumo-consciente .featured-item .image,
.flex-row .column.consumo-consciente .list-row .item .image {
  border-color: #6ec5a0;
}
.flex-row .column.consumo-consciente .column-header a:hover,
.flex-row .column.consumo-consciente .featured-item .sub-title a:hover,
.flex-row .column.consumo-consciente .list-row .item .sub-title a:hover {
  color: #6ec5a0;
}
.flex-row .column.consumo-consciente .featured-item .image .category {
  background: #6ec5a0;
}
.flex-row .column.videos .column-header span,
.flex-row .column.videos .featured-item .image {
  border-color: #666;
}
.flex-row .column.videos .column-header a:hover {
  color: #666;
}
.flex-row .column.videos .featured-item .image a:first-child {
  position: relative;
  display: block;
}
.flex-row .column.videos .featured-item .image a:first-child::before,
.flex-row .column.videos .list-row .item .image::before {
  content: "";
  font-weight: 900;
  height: 100%;
  top: 0;
  display: -ms-flex;
  display: -ms-flexbox;
  left: 0;
  width: 100%;
  font-family: Font Awesome\5 Free;
}
.flex-row .column.videos .featured-item .image a:first-child::before {
  position: absolute;
  font-size: 62px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-row .column.videos .featured-item .image .category {
  background: #666;
  z-index: 5;
}
.flex-row .column.videos .featured-item .sub-title a:hover {
  color: #666;
}
.flex-row .column.videos .list-row .item .image {
  border-color: #666;
  position: relative;
}
.flex-row .column.videos .list-row .item .image::before {
  position: absolute;
  font-size: 30px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-row .column.videos .list-row .item .image img {
  vertical-align: middle;
}
.flex-row .column.videos .list-row .item .sub-title a:hover {
  color: #666;
}
.blue-wrap {
  padding: 70px 0 90px;
  background: #20314d;
}
.blue-wrap .header-widget .with-border {
  color: #bbd52f;
  position: relative;
}
.blue-wrap .header-widget .with-border::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -21px;
  width: 100%;
  height: 1px;
  background: #bbd52f;
}
.blue-wrap .header-widget .see-all {
  color: #ccc;
}
.blue-wrap .header-widget .see-all:hover {
  color: #bbd52f;
}
.blue-wrap .list-blue-wrap {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 500px) {
  .flex-row .column {
    width: 100%;
  }
  .blue-wrap {
    padding: 40px 0;
  }
  .blue-wrap .list-blue-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.blue-wrap .list-blue-wrap .featured-item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 0;
}
@media (max-width: 500px) {
  .blue-wrap .list-blue-wrap .featured-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .list-colunistas .slick-arrow {
    display: none !important;
  }
}
.blue-wrap .list-blue-wrap .featured-item .sub-title,
.blue-wrap .list-blue-wrap .featured-item .sub-title a,
.blue-wrap .list-blue-wrap .featured-item .title {
  color: #fff;
}
.blue-wrap .list-blue-wrap .featured-item:last-child {
  margin-right: 0;
}
.blue-wrap .list-blue-wrap .featured-item .image {
  border-color: #bbd52f;
}
.blue-wrap .list-blue-wrap .featured-item .image .category {
  background: #bbd52f;
}
.blue-wrap .list-blue-wrap .featured-item .sub-title a:hover {
  color: #bbd52f;
}
.list-colunistas {
  margin: 0 -15px 20px;
  position: relative;
}
.list-colunistas .slick-arrow {
  font-size: 40px;
  color: #c9c9c9;
  transition: 0.4s;
  line-height: 60px;
  top: 50%;
  margin-top: -30px;
  position: absolute;
  cursor: pointer;
}
.list-colunistas .slick-arrow.slick-disabled {
  opacity: 0.1;
  cursor: default;
}
.list-colunistas .slick-arrow:hover {
  color: #333;
}
.list-colunistas .slick-arrow.fa-chevron-left {
  left: -60px;
}
.list-colunistas .slick-arrow.fa-chevron-right {
  right: -60px;
}
.list-colunistas .slick-track .item {
  opacity: 0.6;
}
.list-colunistas .slick-track .item:hover {
  opacity: 1;
}
.list-colunistas .item {
  padding: 0 15px;
  text-align: center;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  transition: 0.4s;
}
.list-colunistas .item img {
  border-radius: 50%;
  width: 100%;
  margin-bottom: 30px;
}
.footer-destaques {
  padding-left: 250px;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s;
}
.footer-destaques:hover {
  color: #ccc;
}
.main-footer {
  padding: 60px 0 0;
  background: #2c2c2c;
}
.main-footer .copy {
  border-top: 1px solid #666;
  margin-top: 50px;
  line-height: 44px;
  color: #666;
  font-size: 14px;
}
.main-footer .flex-row {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.main-footer .last-news {
  width: 66%;
}
@media (max-width: 500px) {
  .main-footer .copy {
    font-size: 11px;
    text-align: center;
  }
  .main-footer .last-news {
    display: none;
  }
}
.main-footer .last-news .header {
  font-size: 19px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
  border-bottom: 1px solid #666;
  padding-bottom: 12px;
  justify-content: space-between;
  display: flex;
}
.main-footer .last-news .list-row {
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main-footer .last-news .list-row .item {
  text-align: left;
  width: 49%;
  text-transform: none;
}
.main-footer .last-news .list-row .title {
  text-transform: none;
  color: #ccc;
  text-align: left;
}
.main-footer .last-news .list-row .sub-title {
  text-align: left;
  text-transform: none;
}
.main-footer .info {
  width: 32%;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  color: #999;
  text-align: center;
}
@media (max-width: 500px) {
  .main-footer .info {
    width: 100%;
  }
}
.main-footer .info img {
  display: block;
  margin: 0 auto 25px;
  max-width: 100%;
}
.main-footer .info .social-links {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 50px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}
.main-footer .info .social-links a {
  width: 32px;
  height: 32px;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 50%;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  transition: 0.4s;
}
.main-footer .info .social-links a:hover {
  background: #fff;
  color: #2c2c2c;
}
.category-comportamento .category-title-wrap {
  background: #f7941e;
}
.category-experiencia .category-title-wrap {
  background: #bd4cbc;
}
.category-defesa-do-consumidor .category-title-wrap {
  background: #3b94c4;
}
.category-inovacao .category-title-wrap {
  background: #f6ee26;
}
.category-consumo-consciente .category-title-wrap {
  background: #6ec5a0;
}
.category-title-wrap {
  padding: 50px 0;
  text-align: center;
  color: #fff;
  background: #333;
}
.category-title-wrap.defesa-do-consumidor {
  background: #3b94c4;
}
.category-title-wrap .label {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 5px;
  line-height: 16px;
}
.category-title-wrap .category-title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 23px;
  line-height: 26px;
}
.category-title-wrap .description {
  font-size: 14px;
  line-height: 21px;
  margin-top: 15px;
}
.page-content-wrap {
  padding: 40px 0 70px;
}
.page-content-wrap::after {
  content: "";
  display: block;
  clear: both;
}
.page-content-wrap b,
.page-content-wrap strong {
  font-weight: 700;
}
.page-content-wrap p {
  margin-bottom: 20px;
  line-height: 24px;
  font-size: 16px;
}
.page-content-wrap .sidebar {
  width: 40%;
  max-width: 340px;
  float: right;
}
.page-content-wrap .sidebar .publicidade-wrapper {
  text-align: center;
  margin: 15px 0;
}
.page-content-wrap .sidebar .publicidade-wrapper > div {
  display: inline-block;
}
.publicidade-wrapper-top > div {
  max-width: 100%;
  display: inline-block;
}
.publicidade-wrapper-top {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
.publicidade-wrapper-middle > div {
  max-width: 100%;
  display: inline-block;
}
.publicidade-wrapper-middle {
  margin-bottom: 30px;
  max-width: 100%;
  text-align: center;
}
@media (max-width: 500px) {
  .page-content-wrap .sidebar {
    width: 100%;
    max-width: 100%;
  }
}
.page-content-wrap .publicidade {
  display: block;
  margin-bottom: 40px;
}
.page-content-wrap .publicidade img {
  max-width: 100%;
  border: 1px solid #ccc;
  vertical-align: middle;
  height: auto;
}
.widget-sidebar-header {
  line-height: 40px;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #e2e2e2;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.list-edicoes-sidebar .item,
.list-last-news-sidebar .item {
  display: -ms-flex;
  display: -ms-flexbox;
  text-decoration: none;
}
.widget-sidebar-header a {
  font-size: 13px;
  color: #999;
  transition: 0.4s;
  text-decoration: none;
}
.widget-sidebar-header a:hover {
  color: #000;
}
.widget-sidebar-header span {
  font-size: 19px;
  font-weight: 700;
  color: #000;
  position: relative;
}
.widget-sidebar-header span::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  bottom: -1px;
  background: #000;
}
.list-last-news-sidebar {
  margin-bottom: 20px;
}
.list-last-news-sidebar .item {
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  -ms-flex-align: start;
  align-items: flex-start;
}
.list-last-news-sidebar .item img {
  margin-right: 20px;
  width: 125px;
  height: auto;
}
.list-last-news-sidebar .item .title {
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}
.list-last-news-sidebar .item .quote {
  font-size: 14px;
  line-height: 18px;
  color: #999;
}
.list-last-news-sidebar .item .quote strong {
  font-weight: 700;
}
.list-edicoes-sidebar .item {
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 30px;
}
.list-edicoes-sidebar .item:last-child {
  margin-bottom: 0;
}
.list-edicoes-sidebar .item img {
  margin-right: 20px;
  width: 170px;
}
.list-edicoes-sidebar .item .title {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  color: #666;
  -ms-flex-positive: 2;
  flex-grow: 2;
}
.content-in-fact {
  width: 80%;
  max-width: 800px;
  float: left;
}
.content-in-fact a {
  color: #333;
}
.loop-articles:hover .item {
  opacity: 0.6;
}
.loop-articles .item {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 40px;
  transition: 0.4s;
}
@media (max-width: 500px) {
  .content-in-fact {
    width: 100%;
    max-width: 100%;
  }
  .loop-articles .item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.loop-articles .item:hover {
  opacity: 1;
}
.loop-articles .item a {
  text-decoration: none;
}
.loop-articles .item .image {
  max-width: 270px;
  margin-right: 30px;
  position: relative;
}
.loop-articles .item .image.video::before {
  content: "";
  font-family: Font Awesome\5 Free;
  font-weight: 900;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  font-size: 45px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 500px) {
  .loop-articles .item .image {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.loop-articles .item .image img {
  width: 100%;
  height: auto;
}
.loop-articles .item .info {
  width: 10px;
  -ms-flex-positive: 2;
  flex-grow: 2;
  font-size: 16px;
  line-height: 22px;
  color: #333;
}
.loop-articles .item .title {
  display: block;
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}
.loop-articles .item .credits {
  font-size: 14px;
  line-height: 16px;
  color: #999;
  margin-bottom: 15px;
}
.loop-articles .item .credits a {
  color: #999;
  transition: 0.4s;
  font-weight: 700;
}
.loop-articles .item .credits a:hover {
  color: #000;
}
.header-page-single {
  margin-bottom: 35px;
}
.header-page-single .single-title {
  font-size: 52px;
  line-height: 60px;
  font-weight: 700;
  color: #000;
  margin-bottom: 25px;
}
@media (max-width: 500px) {
  .header-page-single .single-title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 15px;
  }
}
.header-page-single .excerpt {
  font-size: 18px;
  line-height: 24px;
  color: #999;
  margin-bottom: 15px;
}
@media (max-width: 500px) {
  .header-page-single .excerpt {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
}
.header-page-single .date {
  font-size: 14px;
  line-height: 16px;
  color: #999;
}
.header-page-single .date a {
  color: #999;
  font-weight: 700;
  text-decoration: none;
  transition: 0.4s;
}
.header-page-single .date a:hover {
  color: #000;
}
.header-page-single .categories {
  margin-bottom: 20px;
}
.single-content h1,
.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5,
.single-content h6,
.single-content p {
  margin-bottom: 24px;
}
.single-content .thumbnail_caption {
  width: 100%;
  margin-bottom: 10px;
  display: block;
}
.header-page-single .categories a {
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  background: #000;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 6px;
  text-decoration: none;
  transition: 0.4s;
}
.header-page-single .categories a:hover {
  background: #333 !important;
}
.header-page-single .categories a[href$="experiencia/"] {
  background: #bd4cbc;
}
.header-page-single .categories a[href$="defesa-do-consumidor/"] {
  background: #3b94c4;
}
.header-page-single .categories a[href$="consumo-consciente/"] {
  background: #6ec5a0;
}
.header-page-single .categories a[href$="comportamento/"] {
  background: #f7941e;
}
.header-page-single .categories a[href$="inovacao/"] {
  background: #f6ee26;
}
.header-page-single .categories a[href$="videos/"] {
  background: #999;
}
.single-footer .share a:hover,
.single-footer .tags a:hover {
  background: #ccc;
}
.single-content {
  font-size: 16px;
  line-height: 24px;
  color: #333;
}
.single-content h1 {
  font-size: 2em;
}
.single-content h2 {
  font-size: 1.7em;
}
.single-content h3 {
  font-size: 1.5em;
}
.single-content h4 {
  font-size: 1.4em;
}
.single-content h5 {
  font-size: 1.3em;
}
.single-content h6 {
  font-size: 1.2em;
}
.single-content strong {
  font-weight: 700;
}
.single-content a {
  color: #333;
  text-decoration: underline;
  transition: 0.4s;
}
.single-content a:hover {
  text-decoration: none;
}
.single-content .attachment-post-thumbnail,
.single-content img {
  margin-bottom: 30px;
  max-width: 100%;
  height: auto;
}
.single-content .attachment-post-thumbnail {
  width: 100%;
}
.single-content .alignright {
  max-width: 100%;
  height: auto;
  float: right;
  margin: 5px 0 5px 20px;
}
.single-content .alignleft {
  max-width: 100%;
  width: none;
  height: auto;
  float: left;
  margin: 5px 20px 5px 0;
}
.single-content img {
  max-width: 100%;
  width: 100%;
  margin-bottom: 10px;
  height: auto;
}
.single-content .alignright {
  max-width: 100%;
  height: auto;
  float: right;
  margin: 5px 0 10px 5px;
}
.single-content .alignleft {
  max-width: 100%;
  margin-bottom: 10px;
  height: auto;
  float: left;
  margin: 5px 5px 10px 0;
}
.single-content .aligncenter {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: inline-block;
  margin: 5px 5px 10px 5px;
}
.single-footer {
  padding-top: 30px;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.single-footer .share a,
.single-footer .tags a {
  display: inline-block;
  text-decoration: none;
  transition: 0.4s;
  box-shadow: inset 0 0 0 1px #ccc;
}
@media (max-width: 500px) {
  .single-footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .single-footer .share {
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
}
.single-footer .share a {
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 34px;
  border-radius: 50%;
  font-size: 16px;
  color: #999;
  margin-left: 8px;
}
.single-footer .tags {
  line-height: 36px;
  height: 36px;
  max-width: 80%;
}
.single-footer .tags a {
  padding: 0 15px;
  font-size: 13px;
  font-weight: 700;
  color: #666;
  margin-right: 8px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media (max-width: 500px) {
  .single-footer .tags {
    line-height: 30px;
    height: 30px;
    width: 100%;
  }
  .single-footer .tags a {
    padding: 0 8px;
    font-size: 12px;
    margin-right: 5px;
  }
}
.related-posts {
  padding: 50px 0 80px;
  background: #f5f5f5;
}
.related-posts .related-posts-header {
  font-weight: 700;
  font-size: 19px;
  line-height: 20px;
  text-transform: uppercase;
  color: #333;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
.list-related {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.list-related .featured-item {
  width: 32%;
  margin-bottom: 0;
}
@media (max-width: 500px) {
  .list-related {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list-related .featured-item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.atitude-positiva-wrapper {
  padding: 50px 0 80px;
  background: #00a5b1;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  color: #fefafa;
}
.atitude-positiva-wrapper p {
  margin-bottom: 24px;
}
.atitude-positiva-wrapper p:last-child {
  margin-bottom: 0;
}
.atitude-positiva-wrapper .label-title-atitude {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  margin-bottom: 40px;
  text-transform: uppercase;
}
@media (max-width: 500px) {
  .atitude-positiva-wrapper .label-title-atitude {
    font-size: 32px;
    line-height: 40px;
  }
}
.atitude-positiva-wrapper img {
  display: inline-block;
  margin-bottom: 80px;
  max-width: 100%;
}
.atitude-positiva-wrapper-two {
  padding: 50px 0 70px;
  background: #66c9d0;
  text-align: center;
}
.atitude-positiva-wrapper-two .label {
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  color: #002336;
  font-weight: 700;
  margin-bottom: 50px;
}
.atitude-positiva-wrapper-two .list-pilares {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.atitude-positiva-wrapper-two .list-pilares .column {
  width: 24%;
  font-weight: 700;
  color: #fff;
  font-size: 21px;
  line-height: 28px;
}
@media (max-width: 500px) {
  .atitude-positiva-wrapper-two .list-pilares {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .atitude-positiva-wrapper-two .list-pilares .column {
    width: 100%;
    margin-bottom: 20px;
  }
  .atitude-positiva-wrapper-two .list-pilares .column:last-child {
    margin-bottom: 0;
  }
}
.atitude-positiva-wrapper-two .list-pilares .column .image {
  width: 100%;
  height: 275px;
  background: center center no-repeat #002336;
  border-radius: 10px;
  margin-bottom: 30px;
}
.not-found .info a,
a.see-all-atitude {
  border-radius: 8px;
  text-decoration: none;
  transition: 0.4s;
}
.atitude-positiva-wrapper-three {
  padding: 70px 0;
  background: #00a5b1;
}
.atitude-positiva-wrapper-three .list-apoiadores {
  max-width: 730px;
  margin: 0 auto;
  width: 100%;
}
.atitude-positiva-wrapper-three .list-apoiadores img {
  width: 100%;
  height: auto;
}
.atitude-positiva-title-area {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  line-height: 34px;
  text-transform: uppercase;
}
.atitude-positiva-subtitle-area {
  font-size: 18px;
  font-weight: 700;
  color: #d3ff00;
  text-align: center;
  margin-bottom: 30px;
  line-height: 22px;
  text-transform: uppercase;
}
.atitude-positiva-wrapper-four {
  padding: 60px 0 80px;
  background: #66c9d0;
}
.atitude-positiva-wrapper-four .fb-comments {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.loop-atitude-positiva {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.loop-atitude-positiva .item {
  background: #fff;
  width: 32%;
  margin-bottom: 25px;
  margin-right: 2%;
}
@media (max-width: 500px) {
  .loop-atitude-positiva .item {
    margin-right: 0;
    width: 100%;
  }
}
.loop-atitude-positiva .item .image img {
  width: 100%;
  vertical-align: middle;
  height: auto;
}
.loop-atitude-positiva .item .info {
  padding: 30px;
}
.loop-atitude-positiva .item:nth-child(3n) {
  margin-right: 0;
}
.loop-atitude-positiva .item .title {
  text-decoration: none;
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
  color: #000;
  margin-bottom: 12px;
  display: block;
}
.loop-atitude-positiva .item .date {
  font-size: 14px;
  line-height: 16px;
  color: #999;
}
.loop-atitude-positiva .item .date a {
  color: #999;
  text-decoration: none;
  font-weight: 700;
  transition: 0.4s;
}
.loop-atitude-positiva .item .date a:hover {
  color: #000;
}
.page-pagination {
  text-align: center;
  width: 100%;
}
.page-pagination .align-center {
  line-height: 42px;
  height: 42px;
  padding: 0 20px;
  box-shadow: inset 0 0 0 1px #ccc;
  display: inline-block;
  font-weight: 700;
  color: #000;
  font-size: 13px;
}
.page-pagination .align-center a {
  text-decoration: none;
  color: #999;
  transition: 0.4s;
}
.page-pagination .align-center a:hover {
  color: #333;
}
.page-pagination .align-center a,
.page-pagination .align-center span {
  padding: 0 5px;
}
a.see-all-atitude {
  width: 240px;
  display: block;
  margin: 0 auto;
  line-height: 46px;
  height: 46px;
  background: #000;
  text-align: center;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
a.see-all-atitude:hover {
  background: #fff;
  color: #000;
}
.not-found .info a,
p.category-search {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
p.category-search {
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  background: #000;
  margin-bottom: 5px;
  display: inline-block;
  padding: 0 10px;
}
p.category-search.experiencia {
  background: #bd4cbc;
}
p.category-search.defesa-do-consumidor {
  background: #3b94c4;
}
p.category-search.consumo-consciente {
  background: #6ec5a0;
}
p.category-search.comportamento {
  background: #f7941e;
}
p.category-search.inovacao {
  background: #f6ee26;
}
p.category-search.videos {
  background: #999;
}
.not-found {
  padding: 120px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.not-found .oops {
  font-size: 100px;
  font-weight: 700;
  margin-right: 30px;
}
.not-found .info {
  -ms-flex-positive: 2;
  flex-grow: 2;
  font-size: 18px;
  line-height: 28px;
}
.not-found .info .title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 10px;
}
.not-found .info a {
  display: inline-block;
  line-height: 46px;
  height: 46px;
  margin-top: 20px;
  background: #000;
  font-size: 14px;
  padding: 0 20px;
}
.not-found .info a:hover {
  background-color: transparent;
  color: #000;
  box-shadow: inset 0 0 0 2px #000;
}
.quote-access {
  padding: 15px;
  border: 1px solid #aaa;
  background: #eee;
  margin-bottom: 25px;
}
.quote-access a {
  color: #333;
  font-weight: 700;
  text-decoration: none;
}
.quote-access a:hover {
  text-decoration: underline;
}
.loop-edicoes {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}
.loop-edicoes .item {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 40px;
}
@media (max-width: 500px) {
  .loop-edicoes .item {
    width: 49%;
    margin-bottom: 25px;
    margin-right: 2% !important;
  }
  .loop-edicoes .item:nth-child(2n) {
    margin-right: 0 !important;
  }
}
.loop-edicoes .item:nth-child(3n) {
  margin-right: 0;
}
.loop-edicoes .item img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 10px;
}
.loop-edicoes .item .title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}
.loop-edicoes .item .row-buttons {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
}
.loop-edicoes .item .row-buttons a {
  width: 100%;
  margin-right: 10px;
  height: 36px;
  line-height: 36px;
  background: #333;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  transition: 0.4s;
  text-align: center;
}
.loop-edicoes .item .row-buttons a i {
  margin-right: 5px;
}
.loop-edicoes .item .row-buttons a:hover {
  background-color: transparent;
  color: #333;
  box-shadow: inset 0 0 0 2px #333;
}
.loop-edicoes .item .row-buttons a:last-child {
  margin-right: 0;
}
.wpcf7-form h3 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
  color: #333;
}
.wpcf7-form .wpcf7-submit {
  height: 42px;
  line-height: 42px;
  width: 170px;
  text-align: center;
  background: #000;
  border: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  float: right;
  transition: 0.4s;
}
.wpcf7-form .wpcf7-submit:hover {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #000;
  color: #000;
}
.wpcf7-form .wpcf7-form-control.wpcf7-select,
.wpcf7-form .wpcf7-form-control.wpcf7-text,
.wpcf7-form .wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
  line-height: 42px;
  background: #f1f1f1;
  font-size: 14px;
  color: #333;
  padding: 0 15px;
  border: 0;
  font-family: Ubuntu, sans-serif;
  min-height: 42px;
}
.wpcf7-form .wpcf7-form-control.wpcf7-textarea {
  line-height: 26px;
  padding: 10px 15px;
  height: 200px;
}
.wpcf7-form .wpcf7-checkbox.cadastronewsletter.checkbox {
  padding: 20px 30px;
  margin-bottom: 20px;
  line-height: 40px;
  background: #ccc;
  font-size: 16px;
  color: #333;
  margin-right: 0;
  width: 100%;
  box-sizing: border-box;
}
.wpcf7-form .wpcf7-checkbox.cadastronewsletter.checkbox label {
  cursor: pointer;
}
.wpcf7-form .wpcf7-checkbox.cadastronewsletter.checkbox label input {
  margin-right: 10px;
}
.wpcf7-form .wpcf7-form-control.wpcf7-file {
  width: 100%;
  margin-bottom: 20px;
}
.wpcf7-form .cadastroNewsLetterExperiencia,
.wpcf7-form .wpcf7-checkbox.anuncieExperiencia,
.wpcf7-form .wpcf7-radio {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wpcf7-form .cadastroNewsLetterExperiencia label,
.wpcf7-form .wpcf7-checkbox.anuncieExperiencia label,
.wpcf7-form .wpcf7-radio label {
  margin-right: 15px;
  font-size: 16px;
  line-height: 20px;
  color: #333;
  margin-bottom: 20px;
  cursor: pointer;
}
.wpcf7-form .cadastroNewsLetterExperiencia label input,
.wpcf7-form .wpcf7-checkbox.anuncieExperiencia label input,
.wpcf7-form .wpcf7-radio label input {
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.filter-wrapper {
  margin-bottom: 30px;
  box-shadow: inset 0 0 0 1px #ccc;
  line-height: 42px;
  height: 42px;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  color: #333;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}
.filter-wrapper a {
  margin-left: 10px;
  text-decoration: none;
  color: #333;
  padding: 0 10px;
  display: inline-block;
  line-height: 42px;
}
.filter-wrapper a.active {
  background: #333;
  color: #fff;
}
.tribe-events-calendar
  div[id*="tribe-events-event-"]
  h3.tribe-events-month-event-title
  a {
  color: #333;
}
#tribe-events-content a,
.tribe-events-adv-list-widget .tribe-events-widget-link a,
.tribe-events-adv-list-widget .tribe-events-widget-link a:hover,
.tribe-events-back a,
.tribe-events-back a:hover,
.tribe-events-event-meta a,
.tribe-events-list-widget .tribe-events-widget-link a,
.tribe-events-list-widget .tribe-events-widget-link a:hover,
ul.tribe-events-sub-nav a,
ul.tribe-events-sub-nav a:hover {
  color: #333;
  word-wrap: break-word;
}
ul.tribe-events-sub-nav a {
  height: 32px;
  line-height: 32px;
  display: block;
  width: 120px;
  text-align: center;
  background: #333;
  color: #fff !important;
  border-radius: 6px;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  transition: 0.4s;
}
ul.tribe-events-sub-nav a:hover {
  background: #fff;
  box-shadow: inset 0 0 0 2px #333;
  color: #333 !important;
}
.events-list .tribe-events-loop,
.single-tribe_organizer .tribe-events-loop,
.single-tribe_venue .tribe-events-loop,
.tribe-events-day .tribe-events-loop {
  max-width: 100% !important;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-pagination .align-center:empty {
  display: none;
}
.flex-row .column.videos .featured-item .image a:first-child img {
  max-height: 257px;
}
.content-in-fact form#loginform label {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #333;
  display: block;
  margin-bottom: 5px;
  cursor: pointer;
}
.content-in-fact form#loginform .input {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 0;
  line-height: 42px;
  background: #f1f1f1;
  font-size: 14px;
  color: #333;
  padding: 0 15px;
  border: 0;
  font-family: Ubuntu, sans-serif;
  min-height: 42px;
}
.content-in-fact form#loginform .button {
  height: 42px;
  line-height: 42px;
  width: 170px;
  text-align: center;
  background: #000;
  border: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  float: right;
  transition: 0.4s;
}
.content-in-fact form#loginform .button:hover {
  background: 0 0;
  box-shadow: inset 0 0 0 3px #000;
  color: #000;
}
