*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  width: 100%;
  overflow-x: hidden;
  font-family: "Ubuntu", sans-serif;
}

@keyframes moveDown {
  0% {
    opacity: 0;
    top: -5rem;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
.ui-center {
  width: 90%;
  max-width: 1140px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.ui-center::after {
  content: "";
  display: block;
  clear: both;
}

.col-half {
  float: left;
  clear: none;
  text-align: inherit;
  width: 49.193548385%;
  margin-left: 0%;
  margin-right: 1.61290323%;
}
.col-half::after {
  content: "";
  display: block;
  clear: both;
}
.col-half:last-child {
  margin-right: 0%;
}

@media (max-width: 1000px) {
  [class^="col-"] {
    width: 100% !important;
  }
}
.cmnv-header {
  width: 100%;
  background: #000;
  position: relative;
}
.cmnv-header .cmnv-center {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  height: 130px;
}
@media (max-width: 1000px) {
  .cmnv-header .cmnv-center {
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 110px;
  }
}
.cmnv-header .cmnv-center .open-menu {
  display: none;
}
@media (max-width: 1000px) {
  .cmnv-header .cmnv-center .open-menu {
    display: block;
    background-color: transparent;
    border: 0;
    font-size: 24px;
    color: #fff;
  }
}
.cmnv-header .cmnv-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1000px) {
  .cmnv-header .cmnv-logo {
    max-width: 50%;
  }
}

.cmnv-menu-mobile {
  display: none;
}
.cmnv-menu-mobile .close-menu {
  position: absolute;
  right: 5%;
  top: 30px;
  background-color: transparent;
  border: 0;
  color: #fff;
  font-size: 18px;
}
@media (max-width: 1000px) {
  .cmnv-menu-mobile {
    display: block;
    position: fixed;
    top: -200%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 1000;
    padding: 60px 5%;
    transition: 0.6s;
  }
  .cmnv-menu-mobile.active {
    top: 0;
  }
}
.cmnv-menu-mobile__social {
  position: absolute;
  bottom: 30px;
  left: 0;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.cmnv-menu-mobile__social a {
  margin: 0 10px;
}
.cmnv-menu-mobile__list a {
  position: relative;
}
.cmnv-menu-mobile__list a::before {
  content: "";
  width: 50px;
  height: 4px;
  position: absolute;
  background: #707070;
  bottom: 0;
  left: calc(50% - 25px);
}
.cmnv-menu-mobile a {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 26px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: block;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.cmnv-search {
  background: #000;
  display: none;
}
.cmnv-search .cmnv-center {
  padding: 15px 0;
  border-bottom: 1px solid #fff;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.cmnv-search button {
  background-color: transparent;
  border: 0;
  font-size: 20px;
  color: #fff;
}
.cmnv-search input {
  width: 10px;
  -ms-flex-positive: 2;
  flex-grow: 2;
  margin-right: 20px;
  height: 40px;
  line-height: 40px;
  background-color: transparent;
  border: 0;
  font-family: "Ubuntu", sans-serif;
  color: #fff;
  font-size: 16px;
  outline: none;
}
.cmnv-search input:-ms-input-placeholder {
  color: #fff;
}
.cmnv-search input::placeholder {
  color: #fff;
}
.cmnv-menu a,
.cmnv-menu button {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 26px;
  cursor: pointer;
  margin: 0 8px;
  transition: 0.4s;
}
.cmnv-menu a:hover,
.cmnv-menu button:hover {
  color: #f6ee27;
}
.cmnv-menu a::before,
.cmnv-menu button::before {
  font-size: 16px;
}
@media (max-width: 1000px) {
  .cmnv-menu a {
    display: none;
  }
}
.cmnv-menu button {
  border: 0;
  background-color: transparent;
  width: 20px;
  text-align: center;
  outline: none;
}
@media (max-width: 1000px) {
  .cmnv-menu button::before {
    font-size: 18px !important;
  }
}
.cmnv-fastmenu {
  height: 55px;
  line-height: 50px;
  padding-top: 5px;
  border-bottom: 1px solid #000;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 30px;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 1000px) {
  .cmnv-fastmenu {
    display: none;
  }
}
.cmnv-fastmenu a {
  color: #000;
  text-decoration: none;
  transition: 0.4s;
  position: relative;
}
.cmnv-fastmenu a::before {
  content: "";
  width: 100%;
  height: 4px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: -1.5px;
}
.cmnv-fastmenu--novarejo:before,
.cmnv-fastmenu a[href$="cat=4720"]:before {
  background: #5a5a5a !important;
}
.cmnv-fastmenu--novarejo:hover,
.cmnv-fastmenu a[href$="cat=4720"]:hover {
  color: #5a5a5a !important;
}
.cmnv-fastmenu--defesa-do-consumidor:before,
.cmnv-fastmenu a[href$="cat=48"]:before {
  background: #007ce6 !important;
}
.cmnv-fastmenu--defesa-do-consumidor:hover,
.cmnv-fastmenu a[href$="cat=48"]:hover {
  color: #007ce6 !important;
}
.cmnv-fastmenu--experiencia:before,
.cmnv-fastmenu a[href$="cat=50"]:before {
  background: #bd4cb3 !important;
}
.cmnv-fastmenu--experiencia:hover,
.cmnv-fastmenu a[href$="cat=50"]:hover {
  color: #bd4cb3 !important;
}
.cmnv-fastmenu--comportamento:before,
.cmnv-fastmenu a[href$="cat=54"]:before {
  background: #f7941d !important;
}
.cmnv-fastmenu--comportamento:hover,
.cmnv-fastmenu a[href$="cat=54"]:hover {
  color: #f7941d !important;
}
.cmnv-fastmenu--inovacao:before,
.cmnv-fastmenu a[href$="cat=52"]:before {
  background: #f6ee27 !important;
}
.cmnv-fastmenu--inovacao:hover,
.cmnv-fastmenu a[href$="cat=52"]:hover {
  color: #f6ee27 !important;
}
.cmnv-fastmenu--consumo-consciente:before,
.cmnv-fastmenu a[href$="cat=49"]:before {
  background: #33ae9f !important;
}
.cmnv-fastmenu--consumo-consciente:hover,
.cmnv-fastmenu a[href$="cat=49"]:hover {
  color: #33ae9f !important;
}

.cmnv-center {
  width: calc(100% - 60px);
  max-width: 1980px;
  position: relative;
  margin: 0 auto;
}

.publicidade-wrapper .textwidget {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.cmnv-post__image {
  width: 100%;
  padding-top: 40%;
  background-size: cover;
  background-position: center center;
}

.cmnv-menu button:last-child {
  margin-right: 0;
}

.cmnv-footer {
  padding: 40px 0 200px;
  background: #000 url(../images/2019/footer-bg.png) repeat-x bottom center;
}
@media (max-width: 1000px) {
  .cmnv-footer {
    padding: 40px 20px 100px;
    background-position: center bottom -100px;
  }
}
.cmnv-footer__logo {
  display: block;
  max-width: 210px;
  height: auto;
  margin: 0 auto 30px;
}
@media (max-width: 1000px) {
  .cmnv-footer__logo {
    max-width: 50%;
  }
}
.cmnv-footer__text {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  .cmnv-footer__text {
    font-size: 12px;
  }
}
.cmnv-footer__social {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 120px;
}
@media (max-width: 1000px) {
  .cmnv-footer__social {
    margin-bottom: 60px;
  }
}
.cmnv-footer__social a {
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  margin: 0 10px;
  transition: 0.4s;
}
@media (max-width: 1000px) {
  .cmnv-footer__social a {
    font-size: 20px;
  }
}
.cmnv-footer__social a:hover {
  color: #f6ee27;
}

.cmnv-home {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 1000px) {
  .cmnv-home {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
}
.cmnv-sidebar {
  width: 100%;
  max-width: 360px;
  margin-left: 20px;
  padding-bottom: 40px;
}
@media (max-width: 1000px) {
  .cmnv-sidebar {
    max-width: 100%;
    margin-left: 0;
    padding: 0 20px 30px;
  }
}
.cmnv-content {
  width: 10px;
  -ms-flex-positive: 2;
  flex-grow: 2;
}
@media (max-width: 1000px) {
  .cmnv-content {
    width: 100%;
  }
}
.cmnv-widget__title {
  font-size: 26px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 30px;
}
.cmnv-widget__title:not(:first-child) {
  margin-top: 40px;
}
.cmnv-widget__read-more {
  display: block;
  color: #002ce6;
  text-decoration: none;
  font-size: 15px;
  line-height: 20px;
  margin-top: 25px;
  transition: 0.4s;
}
.cmnv-widget__read-more:hover {
  color: #000;
}
.cmnv-widget__read-more i {
  margin-left: 5px;
}
.cmnv-featured {
  display: block;
  width: 100%;
  height: 460px;
  background: no-repeat center center;
  background-size: 120%;
  position: relative;
  margin-bottom: 15px;
  transition: 0.6s;
}
@media (max-width: 1000px) {
  .cmnv-featured {
    background-size: cover !important;
    height: 400px;
  }
}
.cmnv-featured__list {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.cmnv-featured__list--intern {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.cmnv-featured__list--intern .cmnv-featured__item {
  width: 28%;
  margin-bottom: 30px;
  margin-right: 0 !important;
}
.cmnv-featured__list--intern .cmnv-featured__item:not(:nth-child(3n)) {
  margin-right: 15px !important;
}
@media (max-width: 1000px) {
  .cmnv-featured__list--intern .cmnv-featured__item:not(:nth-child(3n)) {
    margin-right: 0 !important;
  }
}
@media (max-width: 1000px) {
  .cmnv-featured__list--intern .cmnv-featured__item {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .cmnv-featured__list {
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.cmnv-featured__item {
  width: 10px;
  -ms-flex-positive: 2;
  flex-grow: 2;
  color: #000;
  transition: 0.4s;
  text-decoration: none;
}
@media (max-width: 1000px) {
  .cmnv-featured__item {
    width: 100%;
  }
}
.cmnv-featured__item:hover {
  color: #002ce6;
}
.cmnv-featured__item:not(:last-child) {
  margin-right: 15px;
}
@media (max-width: 1000px) {
  .cmnv-featured__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cmnv-featured__picture {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.cmnv-featured__title {
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  padding-left: 60px;
  padding-top: 10px;
  position: relative;
}
@media (max-width: 1000px) {
  .cmnv-featured__title {
    padding-left: 20px;
    max-width: 70%;
  }
}
.cmnv-featured__title::before {
  content: "";
  position: absolute;
  left: 60px;
  top: -5px;
  width: 150px;
  height: 5px;
  background: #000;
}
@media (max-width: 1000px) {
  .cmnv-featured__title::before {
    left: 20px;
  }
}
.cmnv-featured::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.5)
  );
}
.cmnv-featured-title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 60px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #fff;
  z-index: 10;
  padding-bottom: 16px;
}
@media (max-width: 1000px) {
  .cmnv-featured-title {
    padding: 0 20px 20px;
  }
}
.cmnv-featured-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 60px;
  width: 150px;
  height: 5px;
  background: #000;
}
@media (max-width: 1000px) {
  .cmnv-featured-title::before {
    left: 20px;
  }
}
.cmnv-featured-title.title-inovacao::before {
  background: #f6ee27;
}
.cmnv-news-list {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cmnv-news-list__item {
  width: 30%;
  -ms-flex-positive: 2;
  flex-grow: 2;
  padding-left: 60px;
  margin-bottom: 60px;
  text-decoration: none;
}
.cmnv-news-list__item a {
  text-decoration: none;
}
@media (max-width: 1000px) {
  .cmnv-news-list__item {
    padding: 0 20px;
    margin-bottom: 25px;
    width: 100%;
  }
}
.cmnv-news-list__item:not(:nth-child(3n)) {
  margin-right: 15px;
}
@media (max-width: 1000px) {
  .cmnv-news-list__item:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
.cmnv-news-list__category {
  padding-top: 8px;
  position: relative;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  color: #585858;
  text-transform: uppercase;
  margin-bottom: 10px;
  transition: 0.4s;
  text-decoration: none;
}
@media (max-width: 1000px) {
  .cmnv-news-list__category {
    margin-bottom: 5px;
    font-size: 14px;
  }
}
.cmnv-news-list__category::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 5px;
  background: #000;
}
.cmnv-news-list__title {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  color: #000;
  transition: 0.4s;
}
@media (max-width: 1000px) {
  .cmnv-news-list__title {
    font-size: 18px;
    line-height: 24px;
  }
}
.cmnv-news-list__item:hover .cmnv-news-list__title {
  color: #002ce6;
}
.cmnv-news-list__excerpt {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  color: #585858;
}
@media (max-width: 1000px) {
  .cmnv-news-list__excerpt {
    font-size: 14px;
    line-height: 20px;
  }
}
.cmnv-novarejo__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  border-top: 5px solid #f8008f;
  border-bottom: 5px solid #f8008f;
  display: inline-block;
  margin-left: 60px;
  margin-bottom: 15px;
  transition: 0.4s;
}
.cmnv-novarejo__title:hover {
  color: #f8008f;
}
@media (max-width: 1000px) {
  .cmnv-novarejo__title {
    margin-left: 20px;
    font-size: 18px;
  }
}
.cmnv-mid-banner .slick-dots {
  position: absolute;
  z-index: 15;
  left: 0;
  bottom: 20px;
  display: -ms-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.cmnv-mid-banner .slick-dots li {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  margin: 0 5px;
  list-style: none;
  cursor: pointer;
}
.cmnv-mid-banner .slick-dots li.slick-active {
  background: #f8008f;
}
.cmnv-mid-banner .slick-dots li button {
  display: none;
}
.cmnv-mid-banner__item {
  height: 490px;
  background: no-repeat center center;
  background-size: cover;
  display: block;
  text-decoration: none;
  position: relative;
}
@media (max-width: 1000px) {
  .cmnv-mid-banner__item {
    height: 400px;
  }
}
.cmnv-mid-banner__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0.1)
  );
}
.cmnv-mid-banner__item .cmnv-center {
  height: 490px;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1000px) {
  .cmnv-mid-banner__item .cmnv-center {
    height: 400px;
  }
}
.cmnv-mid-banner__title {
  font-size: 25px;
  line-height: 30px;
  position: relative;
  z-index: 10;
  color: #fff;
  font-weight: 500;
  max-width: 440px;
  padding-bottom: 15px;
}
@media (max-width: 1000px) {
  .cmnv-mid-banner__title {
    font-size: 22px;
    line-height: 28px;
    max-width: 70%;
  }
}
.cmnv-mid-banner__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 5px;
  background: #000;
}
.cmnv-newsletter {
  padding: 50px 0 60px;
  border-bottom: 2px solid #000;
}
.cmnv-newsletter__title {
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-bottom: 30px;
}
.cmnv-newsletter__form {
  max-width: 680px;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 30px;
}
@media (max-width: 1000px) {
  .cmnv-newsletter__form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.wpcf7-form .wpcf7-form-control.cmnv-newsletter__input {
  width: 100%;
  height: 64px;
  line-height: 64px;
  background: #000;
  padding: 0 15px;
  color: #fff;
  border: 0;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  font-weight: 300;
  outline: none;
  margin-bottom: 0;
}
.wpcf7-form-control-wrap.your-email {
  width: 10px;
  flex-grow: 2;
  margin-right: 15px;
}

@media (max-width: 1000px) {
  .wpcf7-form .wpcf7-form-control.cmnv-newsletter__input {
    height: 54px;
    line-height: 54px;
    font-size: 15px;
    margin-bottom: 0 !important;
  }
  .wpcf7-form-control-wrap.your-email {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.wpcf7-form .wpcf7-form-control.cmnv-newsletter__input:-ms-input-placeholder {
  color: #fff;
}
.wpcf7-form .wpcf7-form-control.cmnv-newsletter__input::placeholder {
  color: #fff;
}
.wpcf7-form .wpcf7-submit.cmnv-newsletter__button {
  height: 64px;
  line-height: 64px;
  width: 150px;
  text-align: center;
  border: 0;
  padding: 0;
  font-family: "Ubuntu", sans-serif;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background: #000;
  transition: 0.4s;
}
@media (max-width: 1000px) {
  .wpcf7-form .wpcf7-submit.cmnv-newsletter__button {
    width: 100%;
    height: 54px;
    line-height: 54px;
    font-size: 15px;
  }
}
.wpcf7-form .wpcf7-submit.cmnv-newsletter__button:hover {
  background-color: transparent;
  box-shadow: inset 0 0 0 5px #000;
  color: #000;
}
.cmnv-newsletter__obs {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  color: #999999;
  font-weight: 700;
}
.cmnv-newsletter__social {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
.cmnv-newsletter__social a {
  font-size: 22px;
  color: #000;
  margin: 0 10px;
  text-decoration: none;
  transition: 0.4s;
}
.cmnv-newsletter__social a:hover {
  color: #707070;
}
.cmnv-area__title {
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  .cmnv-area__title {
    font-size: 25px;
    line-height: 30px;
  }
}
.cmnv-area__read-more {
  font-size: 15px;
  line-height: 20px;
  color: #002ce6;
  text-align: right;
  font-weight: 500;
  text-decoration: none;
  display: block;
  margin-bottom: 20px;
  transition: 0.4s;
}
@media (max-width: 1000px) {
  .cmnv-area__read-more {
    font-size: 14px;
  }
}
.cmnv-area__read-more:hover {
  color: #000;
}
.cmnv-colunistas {
  border-bottom: 2px solid #000;
  padding: 40px 0 70px;
}
@media (max-width: 1000px) {
  .cmnv-colunistas {
    padding: 40px 0;
  }
}
.cmnv-colunistas__list {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .cmnv-colunistas__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -20px;
  }
}
.cmnv-colunistas__name {
  font-size: 23px;
  font-weight: 700;
  color: #000;
  line-height: 26px;
}
@media (max-width: 1000px) {
  .cmnv-colunistas__name {
    font-size: 18px;
    line-height: 22px;
  }
}
.cmnv-colunistas__role {
  font-size: 18px;
  line-height: 21px;
  color: #999999;
  font-weight: 300;
}
@media (max-width: 1000px) {
  .cmnv-colunistas__role {
    font-size: 16px;
    line-height: 20px;
  }
}
.cmnv-colunistas__item {
  width: 18%;
  max-width: 240px;
  text-decoration: none;
  text-align: center;
  transition: 0.4s;
}
@media (max-width: 1000px) {
  .cmnv-colunistas__item {
    width: calc(50% - 10px);
    max-width: 100%;
    margin-bottom: 20px;
    text-align: left;
  }
  .cmnv-colunistas__item:last-child {
    display: none;
  }
}
.cmnv-colunistas__item img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 20px;
  display: block;
}
.cmnv-colunistas__list:hover .cmnv-colunistas__item:not(:hover) {
  opacity: 0.7;
  transform: scale(0.98);
}
.cmnv-videos {
  padding: 60px 0 80px;
  border-bottom: 2px solid #000;
}
.cmnv-videos.cmnv-center {
  padding-top: 20px;
}
.cmnv-videos.cmnv-center .cmnv-area__title {
  margin-bottom: 40px;
}
.cmnv-videos__list {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -30px;
  padding-top: 60px;
}
@media (max-width: 1000px) {
  .cmnv-videos__list {
    padding-top: 20px;
  }
}
.cmnv-videos__list-item {
  width: calc(25% - 30px);
  margin-bottom: 30px;
  text-decoration: none;
}
@media (max-width: 1000px) {
  .cmnv-videos__list-item {
    margin-bottom: 20px;
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .cmnv-videos {
    padding: 40px 0;
  }
}
.cmnv-videos img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}
.cmnv-videos__col {
  width: 100%;
  max-width: 270px;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 45px;
}
@media (max-width: 1000px) {
  .cmnv-videos__col {
    display: none;
  }
}
.cmnv-videos__row {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cmnv-videos__title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #000;
}
.cmnv-videos__item {
  text-decoration: none;
  display: block;
}
.cmnv-videos__item:not(:last-child) {
  margin-bottom: 30px;
}
.cmnv-videos__col {
  position: relative;
}
.wp-caption.alignleft {
  margin-right: 30px;
}
.wp-caption.alignright {
  margin-left: 30px;
}

.cmnv-videos__scroll {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding-right: 10px;
}
.cmnv-videos__image {
  margin-bottom: 15px;
  position: relative;
}
.cmnv-videos__image i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
  color: #fff;
  font-size: 45px;
  background: rgba(0, 0, 0, 0.25);
}
.cmnv-videos__featured {
  width: 10px;
  -ms-flex-positive: 2;
  flex-grow: 2;
  margin-right: 60px;
  text-decoration: none;
}
@media (max-width: 1000px) {
  .cmnv-videos__featured {
    margin-right: 0;
  }
}
.cmnv-videos__featured .cmnv-videos__image i {
  font-size: 90px;
}
.menu-menu-header-cmnv-container ul {
  padding: 0;
  display: flex;
  text-transform: uppercase;
  list-style: none;
}

.menu-menu-header-cmnv-container {
  display: inline-block;
}

.cmnv-fastmenu > div {
  width: 100%;
}

.cmnv-fastmenu > div > ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.cmnv-fastmenu > div > ul a {
  line-height: 50px;
  display: block;
  text-transform: uppercase;
  text-decoration: none !important;
}
@media (max-width: 1000px) {
  .cmnv-videos__featured .cmnv-videos__image i {
    font-size: 40px;
  }
}
.cmnv-videos__featured-title {
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  color: #000;
}
@media (max-width: 1000px) {
  .cmnv-videos__featured-title {
    font-size: 20px;
    line-height: 22px;
  }
}
.cmnv-edicoes {
  padding: 50px 0;
}
@media (max-width: 1000px) {
  .cmnv-edicoes {
    padding: 40px 0;
  }
}
.cmnv-edicoes__list {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .cmnv-edicoes__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -20px;
  }
}
.cmnv-edicoes__title {
  font-size: 15px;
  line-height: 17px;
  font-weight: 500;
  color: #5a5a5a;
}
.cmnv-edicoes__month {
  font-size: 15px;
  line-height: 17px;
  font-weight: 500;
  color: #0120a5;
}
.cmnv-edicoes__item {
  width: 18%;
  max-width: 260px;
  text-decoration: none;
  transition: 0.4s;
}
@media (max-width: 1000px) {
  .cmnv-edicoes__item {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .cmnv-edicoes__item:last-child {
    display: none;
  }
}
.cmnv-edicoes__item img {
  width: 100%;
  height: auto !important;
  display: block;
  vertical-align: middle;
  margin-bottom: 15px;
}
.cmnv-edicoes__list:hover .cmnv-edicoes__item:not(:hover) {
  opacity: 0.7;
  transform: scale(0.98);
}

.mais-lidas__item {
  padding: 15px 0;
  border-bottom: 1px solid #707070;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #000;
  transition: 0.4s;
}
.mais-lidas__item:hover {
  color: #002ce6;
}
.mais-lidas__item:first-child {
  padding-top: 0;
}
.mais-lidas__title {
  font-size: 15px;
  font-weight: 500;
  width: 10px;
  -ms-flex-positive: 2;
  flex-grow: 2;
}
.mais-lidas__number {
  width: 32px;
  font-size: 40px;
  font-weight: 500;
}

.ultimas__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;
  color: #000;
  transition: 0.4s;
  text-decoration: none;
  padding: 5px 0;
  border-bottom: 1px solid #707070;
}
.ultimas__item:first-child {
  padding-top: 0;
}
.ultimas__item:hover {
  color: #002ce6;
}
.ultimas__picture {
  max-width: 130px;
  height: auto;
  margin-left: 20px;
}
.ultimas__title {
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
}

.title-inovacao::before {
  background: #f6ee27 !important;
}

a[href$="inovacao/"]:before,
a[href$="cat=52"]:before {
  background: #f6ee27 !important;
}

a[href$="inovacao/"]:hover,
a[href$="cat=52"]:hover {
  color: #f6ee27;
}
.cmnv-menu-mobile__list ul {
  padding-left: 0;
}
.title-novarejo::before {
  background: #f8008f !important;
}

a[href$="novarejo/"]:before,
a[href$="cat=4720"]:before {
  background: #f8008f !important;
}

a[href$="novarejo/"]:hover,
a[href$="cat=4720"]:hover {
  color: #f8008f;
}

.title-defesa-do-consumidor::before {
  background: #007ce6 !important;
}

a[href$="defesa-do-consumidor/"]:before,
a[href$="cat=48"]:before {
  background: #007ce6 !important;
}

a[href$="defesa-do-consumidor/"]:hover,
a[href$="cat=48"]:hover {
  color: #007ce6;
}

.title-experiencia::before {
  background: #bd4cb3 !important;
}

a[href$="experiencia/"]:before,
a[href$="cat=50"]:before {
  background: #bd4cb3 !important;
}

a[href$="experiencia/"]:hover,
a[href$="cat=50"]:hover {
  color: #bd4cb3;
}

.title-comportamento::before {
  background: #f7941d !important;
}

/*a[href$="comportamento/"]:before, a[href$="cat=54"]:before {
    background: #F7941D !important;
}

a[href$="comportamento/"]:hover, a[href$="cat=54"]:hover {
    color: #F7941D;
}*/

.title-consumo-consciente::before {
  background: #33ae9f !important;
}

a[href$="consumo-consciente/"]:before,
a[href$="cat=49"]:before {
  background: #33ae9f !important;
}

a[href$="consumo-consciente/"]:hover,
a[href$="cat=49"]:hover {
  color: #33ae9f;
}

.cmnv-post {
  padding-left: 90px;
  font-size: 20px;
  line-height: 30px;
  color: #585858;
  padding-right: 20px;
}
@media (max-width: 1000px) {
  .cmnv-post {
    font-size: 16px;
    line-height: 24px;
    padding: 20px;
  }
}
.cmnv-post p:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 1000px) {
  .cmnv-post p:not(:last-child) {
    margin-bottom: 20px;
  }
}
.cmnv-post h2,
.cmnv-post h3,
.cmnv-post h4,
.cmnv-post h5,
.cmnv-post h6 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  .cmnv-post h2,
  .cmnv-post h3,
  .cmnv-post h4,
  .cmnv-post h5,
  .cmnv-post h6 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.cmnv-post img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.cmnv-post__wrapper {
  padding-bottom: 90px;
  margin-bottom: 30px;
  border-bottom: 2px solid #000;
}
@media (max-width: 1000px) {
  .cmnv-post__wrapper {
    padding-bottom: 30px;
    margin-bottom: 0;
  }
}
.cmnv-post__title {
  font-size: 34px;
  line-height: 40px;
  font-weight: 500;
  color: #000;
  margin-bottom: 5px !important;
}
@media (max-width: 1000px) {
  .cmnv-post__title {
    font-size: 24px;
    line-height: 30px;
  }
}
.cmnv-post__excerpt {
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  color: #5a5a5a;
}
@media (max-width: 1000px) {
  .cmnv-post__excerpt {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px !important;
  }
}
.cmnv-post__author {
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  color: #5a5a5a;
  text-transform: uppercase;
  margin-bottom: 20px !important;
}
@media (max-width: 1000px) {
  .cmnv-post__author {
    font-size: 14px;
    line-height: 18px;
  }
}
.cmnv-post__author a {
  color: #5a5a5a;
  text-decoration: none;
  transition: 0.4s;
}
.cmnv-post__author a:hover {
  color: #002ce6;
}
.cmnv-post__share {
  position: absolute;
  left: 0;
  top: 420px;
  padding: 20px;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1000px) {
  .cmnv-post__share {
    position: static;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.cmnv-post__share a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  background: #000;
  line-height: 40px;
  font-size: 18px;
  text-decoration: none;
  transition: 0.4s;
}
.cmnv-post__share a:hover {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #000;
  color: #000;
}
@media (max-width: 1000px) {
  .cmnv-post__share a {
    margin: 0 5px;
  }
}
.cmnv-post__share a:not(:last-child) {
  margin-bottom: 12px;
}
@media (max-width: 1000px) {
  .cmnv-post__share a:not(:last-child) {
    margin-bottom: 0;
  }
}
.cmnv-post__excerpt {
  margin-bottom: 20px;
}

.cmnv-post .attachment-post-thumbnail {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

.cmnv-post .thumbnail_caption {
  font-size: 0.8em;
  font-style: italic;
  margin-bottom: 20px;
  display: block;
  color: #999;
}

.cmnv-post .cmnv-post-text a {
  text-decoration: none;
  color: #002ce6;
  transition: 0.4s;
}

.cmnv-post .cmnv-post-text strong,
.cmnv-post .cmnv-post-text bold {
  font-weight: 700;
}

.cmnv-post .cmnv-post-text i {
  font-style: italic;
}

.cmnv-post .cmnv-post-text u {
  text-decoration: underline;
}
.cmnv-post .wp-post-image + .thumbnail_caption {
  margin-top: -20px;
}
.wp-caption {
  max-width: 100%;
  margin-bottom: 20px;
}

.wp-caption img {
  margin-bottom: 0;
}

.cmnv-featured__list--intern .cmnv-featured__item img {
  max-width: 100%;
  height: auto;
}

p.wp-caption-text {
  font-size: 0.7em;
  line-height: 1.6em;
  margin-top: 5px;
  font-style: italic;
  color: #999;
}

.cmnv-post .cmnv-post-text iframe {
  width: 100%;
  height: 480px;
  margin-bottom: 20px;
  vertical-align: middle;
}

@media (max-width: 1000px) {
  .cmnv-post .cmnv-post-text iframe {
    height: 280px;
  }
}

.cmnv-post .cmnv-post-text a:hover {
  color: #333;
}

.cmnv-post-text blockquote {
  margin-bottom: 25px;
  padding-left: 20px;
  border-left: 5px solid;
  font-style: italic;
}

.category-title-wrap {
  padding: 0;
  background: transparent;
  color: #000;
}

.category-title-wrap .cmnv-center {
  padding: 20px 0 35px;
  margin-bottom: 40px;
  border-bottom: 1px solid #000;
}

.cmnv-page-content {
  font-size: 16px;
  line-height: 22px;
}

.cmnv-page-content a {
  color: #002ce6;
}

.cmnv-page-content p {
  margin-bottom: 20px;
}

.cmnv-page-content strong {
  font-weight: 600;
}

#loginform label {
  display: flex;
  font-weight: 600;
  margin-bottom: 5px;
  align-items: center;
  cursor: pointer;
}

#loginform {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

#loginform .input {
  width: 100%;
  height: 50px;
  padding: 0 15px;
}

#loginform label input {
  margin-right: 10px;
}

#loginform .button {
  width: 200px;
  height: 50px;
  background: #000;
  border: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 50px;
  cursor: pointer;
  transition: 0.4s;
}

#loginform .button:hover {
  background: transparent;
  color: #000;
  box-shadow: inset 0 0 0 2px #000;
}

.cmnv-fastmenu .current-menu-item a::before {
  height: 17px;
  bottom: -14.5px;
}

.cmnv-novarejo .cmnv-featured-title {
  padding: 0 20px 16px;
}

.cmnv-novarejo .cmnv-featured-title::before {
  left: 20px;
}

.cmnv-novarejo .cmnv-featured__title {
  padding-left: 20px;
}

.cmnv-novarejo .cmnv-featured__title::before {
  left: 20px;
}

.cmnv-novarejo .cmnv-news-list__item {
  padding-left: 20px;
  padding-right: 20px;
}

.cmnv-videos.cmnv-center .cmnv-area__title {
  margin-top: -20px;
}

label.checkbox-inline {
  display: flex;
  align-items: center;
  line-height: 26px;
  cursor: pointer;
}

label.checkbox-inline input {
  margin-right: 8px;
}
.cmnv-colunistas-page-list {
  display: flex;
  flex-wrap: wrap;
}

.cmnv-colunistas-page-list .item {
  width: calc(25% - 15px);
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  color: #333;
  font-size: 18px;
  transition: 0.4s;
}

.cmnv-post img.size-image_post {
  width: 100%;
  height: auto;
}

.cmnv-colunistas-page-list .item p {
  margin-bottom: 0 !important;
}

.cmnv-colunistas-page-list .item:not(:nth-child(4n)) {
  margin-right: 20px;
}

.cmnv-colunistas-page-list .item img {
  width: 100%;
  margin-bottom: 5px;
}

.cmnv-colunistas-page-list:hover .item:not(:hover) {
  opacity: 0.6;
  transform: scale(0.95);
}

.cmnv-area__title + .cmnv-videos__list {
  padding-top: 0;
}
.cmnv-videos__list:hover .cmnv-videos__list-item:not(:hover) {
  opacity: 0.8;
  transform: scale(0.96);
}

.cmnv-videos__list-item {
  transition: 0.4s;
}
.cmnv-center .cmnv-center {
  width: 100%;
}

.cmnv-post hr {
  width: 100%;
  height: 1px;
  border: 0;
  background: #585858;
  margin: 25px 0;
}
@media (max-width: 1000px) {
  .cmnv-colunistas-page-list {
    padding: 10px 20px 40px;
  }
  .cmnv-colunistas-page-list .item {
    width: calc(50% - 10px);
    margin-right: 0 !important;
    font-size: 16px;
  }
  .cmnv-colunistas-page-list .item:not(:nth-child(2n)) {
    margin-right: 20px !important;
  }
  .loop-articles {
    margin: 0 20px;
  }
  .videoWrapper iframe {
    height: 100% !important;
  }

  .videoWrapper {
    margin-bottom: 15px;
  }
  .cmnv-sidebar {
    padding-top: 30px;
  }
}
p.cmnv-not-found {
  font-weight: 600;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}
strong.search-highlight {
  font-weight: 600;
  background: #eee;
}
.alignleft {
  float: left;
}
.aligncenter {
  margin: 0 auto 20px;
}
.alignright {
  float: right;
}
div.wpcf7-response-output {
  width: 90%;
  max-width: 680px;
  display: block;
  margin: 0 auto 30px !important;
  font-size: 1.4em;
  font-weight: 700;
  padding: 15px !important;
  background: #ff0000;
  color: #fff;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  background: #f7e700;
  color: #333;
}
span.wpcf7-not-valid-tip {
  font-size: 1.4em !important;
  margin-top: 10px;
  display: block;
}
div.wpcf7-mail-sent-ok {
  background: #398f14;
  color: #fff;
}
.wpcf7-display-none {
  display: none !important;
}

.cmnv-colunistas__image {
  background-color: #e64c3e;
  padding: 20px;
  margin-bottom: 20px;
}

.cmnv-colunistas__image img {
  margin-bottom: 0 !important;
  transition: 0.3s;
  vertical-align: middle;
  filter: grayscale(1);
}

.cmnv-colunistas-page-list .item:nth-child(even) .cmnv-colunistas__image img,
.cmnv-colunistas__item:nth-child(even) .cmnv-colunistas__image img {
  transform: rotate(2deg);
}

.cmnv-colunistas-page-list .item:nth-child(odd) .cmnv-colunistas__image img,
.cmnv-colunistas__item:nth-child(odd) .cmnv-colunistas__image img {
  transform: rotate(-2deg);
}

.cmnv-colunistas-page-list .item:hover .cmnv-colunistas__image img,
.cmnv-colunistas__item:hover .cmnv-colunistas__image img {
  transform: rotate(0deg) scale(1);
  filter: grayscale(0);
}

.cmnv-colunistas-page-list .item .cmnv-colunistas__image {
  margin-bottom: 10px;
}

.cmnv-mid-banner__title {
  margin-left: 60px;
}

.cmnv-newsletter,
.cmnv-colunistas,
.cmnv-videos,
.cmnv-edicoes {
  margin: 0 60px;
}

.cmnv-videos.cmnv-center {
  margin: 0 auto;
}

.cmnv-posts {
  border-bottom: 2px solid #000;
  padding: 80px 80px 60px;
  margin: 0 60px;
}

.cmnv-posts .cmnv-area__title {
  margin-bottom: 40px;
}

.ultimas__list {
  margin-top: -10px;
}

@media (max-width: 1000px) {
  .cmnv-colunistas__image {
    padding: 10px;
  }
  .cmnv-mid-banner__title {
    margin-left: 0;
  }
  .cmnv-newsletter,
  .cmnv-colunistas,
  .cmnv-videos,
  .cmnv-edicoes,
  .cmnv-posts {
    margin: 0;
  }
  .cmnv-posts {
    padding: 30px 0 10px;
  }
  .cmnv-posts .cmnv-featured__title {
    max-width: 100%;
    font-size: 18px;
    line-height: 24px;
  }
  .cmnv-posts .cmnv-area__title {
    margin-bottom: 20px;
  }
  .cmnv-videos.cmnv-center .cmnv-area__title {
    margin-top: 0;
  }
  .cmnv-featured--novarejo,
  .cmnv-featured__list--novarejo {
    margin: 0 -30px 10px;
    width: calc(100% + 60px);
  }

  .cmnv-novarejo .cmnv-news-list__item {
    padding: 0;
  }

  .cmnv-news-list--novarejo {
    margin: 0 -10px;
  }
}
