body {
  font-family: 'Josefin Sans', sans-serif;
  color: #a2a9af;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Sofia, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Sofia, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Sofia, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Sofia, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Sofia, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Sofia, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

p {
  margin-bottom: 30px;
}

a {
  color: #a2a9af;
  text-decoration: none;
}

.padroes-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #666;
}

.padrao-title-h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafafa;
  color: #999;
}

.padrao-content {
  padding: 15px;
}

.padrao-content-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.padrao-classe-nome {
  font-family: 'Josefin Sans', sans-serif;
  color: #000;
  font-weight: 400;
}

.padrao-content-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.padrao-content-full.padrao-content-full-dark {
  background-color: #b6b1b1;
}

.ztitle1 {
  display: inline-block;
  margin-right: 5px;
  padding-top: 7px;
  font-size: 36px;
  line-height: 46px;
}

.ztitle2 {
  display: inline-block;
  font-size: 28px;
  line-height: 38px;
}

.ztitle3 {
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.zcolor1 {
  color: #613942;
}

.zcolor2 {
  color: #839973;
}

.zcolor3 {
  color: #36374b;
}

.zcolor0 {
  color: #fff;
}

.zbgcolor0 {
  min-height: 15px;
  min-width: 15px;
  background-color: #fff;
}

.zbgcolor1 {
  min-height: 15px;
  min-width: 15px;
  background-color: #613942;
}

.zbgcolor2 {
  min-height: 15px;
  min-width: 15px;
  background-color: #839973;
}

.zbgcolor3 {
  min-height: 15px;
  min-width: 15px;
  background-color: #36374b;
}

.zbox1 {
  min-height: 200px;
  min-width: 200px;
  border: 1px solid #e6e6e6;
  border-radius: 3.5px;
  background-color: #fff;
}

.zbgcolor4 {
  min-height: 15px;
  min-width: 15px;
  background-color: #fafafa;
}

.zbox2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 83px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.zbox2-figure {
  width: 100%;
}

.zbox2-img {
  width: 100%;
  height: auto;
}

.zbox2-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
}

.zbox2-content {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.zbox2-content.zcolor0 {
  height: 83px;
}

.ztitle4 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
}

.ztitle5 {
  margin-top: 0px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
}

.zimg1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.zimg1-figure {
  width: 100%;
  margin-bottom: 0px;
}

.zimg1-figure.walden {
  width: 100%;
}

.zimg1-img {
  width: 100%;
  height: auto;
}

.zimg2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 350px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3.5px;
}

.zimg2-figure {
  width: 100%;
  margin-bottom: 0px;
}

.zimg2-img {
  width: 100%;
  height: auto;
}

.zimg3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3.5px;
}

.zimg3-figure {
  width: 100%;
  margin-bottom: 0px;
}

.zimg3-img {
  width: 100%;
}

.zimg4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3.5px;
}

.zimg4-figure {
  width: 100%;
}

.zimg4-img {
  width: 100%;
}

.zinput1 {
  width: 100%;
  margin-bottom: 0px;
  padding: 20px 10px;
  border-radius: 3.5px;
}

.zbtn1 {
  width: 100%;
  height: 100%;
  padding: 20px 10px;
  border-radius: 3.5px;
}

.zbtn2 {
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #fff;
  border-radius: 3.5px;
  font-size: 14px;
  text-transform: uppercase;
}

.zbgcolor0alpha {
  min-height: 15px;
  min-width: 15px;
  background-color: hsla(0, 0%, 100%, .9);
}

.zboxpost1 {
  width: 100%;
}

.zboxpost1.zbox1 {
  margin-bottom: 60px;
}

.zboxpost1-thumb {
  position: relative;
}

.zboxpost1-shared {
  padding: 15px;
  text-align: right;
}

.zboxpost1-title {
  padding: 15px;
  text-align: center;
}

.zboxpost1-tags {
  padding: 15px 15px 30px;
}

.zshare1 {
  display: inline-block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.zshare-text {
  margin-right: 5px;
}

.zshareimg {
  width: 25px;
  height: auto;
}

.zshare1-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.zshare1-container.zcolor2 {
  position: relative;
}

.zboxpost1-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ztext1 {
  max-width: 320px;
  margin-bottom: 0px;
  text-align: center;
}

.ztag1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ztag1-text {
  margin-right: 5px;
  margin-left: 5px;
  padding-bottom: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.ztag1-text:hover {
  padding-bottom: 3px;
  border-bottom: 1px solid #839973;
  color: #839973;
  text-decoration: none;
}

.ztag1-tags {
  font-size: 14px;
}

.zboxpost1-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .7);
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.zboxpost1-overlay:hover {
  opacity: 1;
}

.ztitle6 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 60px;
  line-height: 70px;
  text-transform: capitalize;
}

.zboxpost1-overlay-text {
  margin-right: 5px;
}

.zboxpost1-overlay-ico {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.zboxpost1-overlay-img {
  width: 100px;
  height: auto;
}

.zboxpost1-overlay-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.54;
}

.zslider1 {
  width: 100%;
  height: 500px;
}

.zslider1-left-arrow {
  display: none;
}

.zslider1-right-arrow {
  display: none;
  width: 35%;
}

.zslider1-img {
  width: 100%;
  height: auto;
}

.zslider1-figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.zslider1-bullets {
  right: 0px;
  bottom: 0px;
  display: block;
  width: 30%;
  height: 100%;
  margin-right: 0px;
  margin-left: auto;
}

.zslider1-thumbs {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  overflow: hidden;
  width: 30%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.zslider1-thumb1 {
  position: absolute;
  top: 0px;
  z-index: 5;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.zslider1-thumb2 {
  position: absolute;
  top: 0px;
  z-index: 4;
}

.zslider1-thumb3 {
  position: absolute;
  top: 0px;
  z-index: 3;
  display: none;
}

.zslider1-thumb4 {
  position: absolute;
  top: 0px;
  z-index: 2;
  display: none;
}

.zslider1-thumb5 {
  position: absolute;
  top: 0px;
  z-index: 1;
  display: none;
}

.zslider1-thumb-img {
  max-width: none;
}

.zslider1-content {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.zslider1-faixa {
  width: 60%;
  padding: 15px;
}

.zslider1-faixa-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.zslider1-faixa-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.zslider1-faixa-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ztext2 {
  max-width: 350px;
}

.zslider1-faixa-title-container {
  min-width: 450px;
}

.zthumbs {
  width: 100%;
  height: 100%;
}

.zthumbs-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.zthumb {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.zthumb-figure {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.zthumb-overlay {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
}

.zthumb-img {
  width: auto;
  height: 100%;
  max-width: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.zthumb-content {
  position: absolute;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.zthumb-ico {
  width: 50px;
  height: 50px;
}

.zthumb-ico-img {
  opacity: 0.7;
}

.zmblog {
  padding-top: 60px;
}

.zfcontainer {
  padding: 15px;
  color: #fff;
  text-align: center;
}

.zhwelcome-container {
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 15px;
}

.zhwelcome-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.zhwelcome-slogan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.zhwelcome-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.zhwelcome-social-link {
  width: 30px;
  height: 30px;
  margin-right: 3px;
  margin-left: 3px;
}

.zhbrand-container {
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.zhbrand-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.zhbrand-link {
  width: 200px;
}

.zhbrand-logo {
  width: 100%;
  height: auto;
  margin: 30px 15px 15px;
}

.zmblog-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.zmblog-container.zbgcolor0 {
  height: 600px;
}

.zmfilters {
  width: 100%;
}

.zmposts {
  width: 100%;
  padding: 15px;
}

.zmsidebar {
  width: 330px;
  padding: 14px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.zmcontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.zmposts-aside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.zmposts-aside-popular {
  width: 100%;
  padding: 15px 0px 15px 15px;
}

.zmposts-asideadvertising {
  width: 300px;
  margin-right: 15px;
  padding: 30px 0px 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image {
  width: 300px;
  height: auto;
  max-width: none;
}

.image-2 {
  width: 300px;
  height: auto;
  max-width: none;
}

.zhadvertising-container {
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 15px;
}

.zbanner728x90 {
  display: block;
  width: 728px;
  margin-right: auto;
  margin-left: auto;
}

.zbanner728x90-content {
  width: 728px;
  height: 90px;
}

.image-3 {
  width: 728px;
  height: 90px;
}

.zhmenu-container {
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.znavbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.znavsearch {
  width: 30%;
  padding-top: 15px;
}

.znavmenu {
  width: 70%;
  float: left;
}

.znavmenu-link {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #36374b;
  text-transform: capitalize;
}

.znavmenu-link:hover {
  color: #a2a9af;
}

.znavmenu-link.w--current {
  color: #839973;
}

.znavsearch-formcontainer {
  margin-bottom: 0px;
}

.znavsearch-input {
  width: 90%;
  margin-bottom: 0px;
  float: left;
  border: 0px solid #000;
  background-color: transparent;
  text-align: right;
}

.znavsearch-button {
  width: 10%;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: transparent;
  color: #a2a9af;
  font-size: 22px;
  text-align: right;
}

.success-message {
  background-color: transparent;
  text-align: right;
}

.zmfilter-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.zmfilter-text.zcolor3 {
  display: inline-block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.zmfilters-filter {
  position: relative;
  width: 450px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.select-field {
  display: inline-block;
  height: 60px;
  margin-bottom: 0px;
  padding: 0px;
  border: 0px solid #000;
  background-color: rgba(255, 0, 0, 0);
  background-image: -webkit-linear-gradient(270deg, #fafafa, #fafafa);
  background-image: linear-gradient(180deg, #fafafa, #fafafa);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Sofia, sans-serif;
  color: #a4afb8;
  font-size: 36px;
  line-height: 46px;
  cursor: pointer;
}

.zmfilter-dica {
  width: 100%;
}

.zmfilter-dica-text {
  position: relative;
  top: -3px;
  right: -161px;
  display: inline-block;
  text-align: right;
}

.zmfilter-dica-ico {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100px;
  height: auto;
}

.form-block {
  width: 330px;
  margin-bottom: 0px;
  float: left;
}

.zbox2-link {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.zbox2-link:hover {
  opacity: 1;
}

.zbox2-link-ico {
  width: 70px;
  height: 70px;
  margin-right: 30px;
  opacity: 0.65;
}

.zbanner300x250-content {
  width: 300px;
}

.image-4 {
  width: 300px;
  height: auto;
  max-width: none;
}

.zbannerfacebook {
  margin-bottom: 30px;
  padding: 15px;
  border-radius: 3.5px;
  background-image: url('../images/bgLikeFacebook.png');
  background-position: 0px 0px;
  background-size: cover;
  color: #fff;
}

.zbannernews {
  margin-bottom: 30px;
  padding: 15px 15px 79px;
  background-image: url('../images/bgNewsletter.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.image-5 {
  width: 300px;
  height: auto;
}

.zpostheader {
  overflow: hidden;
  height: 500px;
}

.zpostheader-container {
  position: relative;
}

.zpostheader-figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.zpostheader-img {
  width: 100%;
  height: auto;
}

.zpostheader-content {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
}

.zpostheader-share {
  margin-top: 15px;
  margin-bottom: 15px;
}

.zpostheader-infos-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.zpostheader-info-col1 {
  width: 50%;
  margin-right: 5px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
  text-align: center;
}

.zpostheader-info-col2 {
  width: 50%;
  margin-left: 5px;
  padding: 5px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
  text-align: center;
}

.zpostheader-info-icon {
  width: 80px;
}

.zpostheader-photos-title {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 5px;
}

.zpostheader-photos-text {
  display: inline-block;
  color: #839973;
}

.zpostheader-photos-ico {
  width: 25px;
  height: auto;
  margin-left: 5px;
}

.zpostheader-photos-thumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.zpostheader-photos-thumb {
  margin-right: 5px;
  margin-left: 5px;
}

.zpostheader-photos-figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 90px;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.zpostheader-photos-figure.clarendon {
  width: 92px;
  height: 60px;
}

.zpostheader-content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.zpostheader-content-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 330px;
  height: 100%;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .8));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .8));
}

.zbox3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

.zbox3-ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.zbox3-box {
  width: 80%;
  padding: 60px;
}

.zbox3-ico-img {
  width: 120px;
  height: auto;
}

.image-6 {
  width: 70px;
  height: auto;
}

.image-7 {
  width: 70px;
  height: auto;
}

.zmarticle-figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.zmarticle-img {
  width: 100%;
  height: auto;
}

.zmarticle-text {
  display: block;
  max-width: 600px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.zmarticle-title {
  margin-top: 30px;
  text-align: center;
}

.zrelated-thumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.zrelatede-thumb {
  width: 50%;
  padding: 15px;
}

.zrelatede-thumb-figure {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.zrelated-thumb-img {
  width: 100%;
  height: auto;
}

.zrelated-thumb-text {
  margin-top: 15px;
}

.zrelated-link {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  opacity: 0;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.zrelated-link:hover {
  opacity: 1;
}

.zrelated-link-ico {
  width: 80px;
  height: auto;
  opacity: 0.5;
}

.heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  text-align: center;
}

.div-block {
  clear: both;
}

.form {
  width: 360px;
}

.zbox4 {
  margin-bottom: 50px;
  padding: 15px;
}

.zpatttern {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-image: url('../images/vertical-waves.png');
  background-position: 0px 0px;
  background-size: 200px;
}

@media (max-width: 991px) {
  .ztitle1 {
    font-size: 30px;
    line-height: 40px;
  }
  .ztitle2 {
    font-size: 24px;
    line-height: 34px;
  }
  .zimg2 {
    height: 280px;
  }
  .zimg2-figure.walden {
    width: auto;
    height: 100%;
  }
  .zboxpost1-shared {
    padding: 5px 15px;
  }
  .zboxpost1-title {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .zboxpost1-tags {
    padding-top: 5px;
    padding-bottom: 15px;
  }
  .zshare-text {
    font-size: 14px;
  }
  .zshareimg {
    width: 20px;
  }
  .zboxpost1-text {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .zslider1-faixa-title {
    padding: 0px;
  }
  .zslider1-faixa-text {
    padding: 0px;
  }
  .zslider1-faixa-share {
    padding: 0px;
  }
  .zslider1-faixa-title-container {
    min-width: 350px;
    margin-bottom: 10px;
  }
  .zhbrand-content {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .zmfilters {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .zmposts-aside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .zmposts-aside-popular {
    padding: 0px;
  }
  .zmposts-asideadvertising {
    margin-bottom: 30px;
    padding: 0px;
  }
  .zhadvertising-container {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .znavsearch {
    width: 50%;
    padding-right: 15px;
  }
  .znavmenu {
    width: 50%;
  }
  .znavmenu-button {
    float: left;
    font-size: 30px;
  }
  .zmfilter-text.zcolor3 {
    padding-top: 5px;
  }
  .zbox3 {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .zbox3-ico {
    width: 100%;
    margin-bottom: 30px;
  }
  .zbox3-box.zbox1 {
    width: 100%;
  }
  .zrelatede-thumb-figure {
    height: 120px;
  }
}

@media (max-width: 767px) {
  .ztitle1 {
    padding-top: 0px;
    font-size: 25px;
    line-height: 35px;
  }
  .ztitle2 {
    font-size: 20px;
    line-height: 30px;
  }
  .zboxpost1-tags {
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .zslider1 {
    height: 400px;
  }
  .zslider1-bullets.zslidernav {
    width: 100%;
    height: 100px;
  }
  .zslider1-thumbs {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100px;
  }
  .zslider1-content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .zslider1-faixa {
    width: 100%;
    height: 70%;
  }
  .zslider1-faixa.zbgcolor0alpha {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .zslider1-faixa-text {
    display: none;
  }
  .ztext2 {
    max-width: 100%;
  }
  .zslider1-faixa-title-container {
    min-width: 100%;
  }
  .zthumb-img {
    width: 100%;
    height: auto;
  }
  .zfooter.zbgcolor2 {
    margin-top: 60px;
  }
  .zhbrand {
    width: 100%;
  }
  .zhmenu {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 20;
    width: 100%;
  }
  .zmblog {
    padding-top: 0px;
  }
  .zhwelcome-container {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .zhwelcome-social {
    position: relative;
    z-index: 30;
    width: 200px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .zhwelcome-social-link {
    min-height: 30px;
    min-width: 30px;
  }
  .zhbrand-content {
    padding-bottom: 50px;
  }
  .zhbrand-link {
    width: 120px;
  }
  .zmsidebar {
    padding-top: 0px;
  }
  .zmcontent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .zmposts-asideadvertising {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .zhadvertising-container {
    display: none;
  }
  .znavbar {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .znavsearch {
    position: absolute;
    left: 0px;
    top: 222px;
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .znavmenu {
    padding-top: 61px;
    background-color: hsla(95, 16%, 53%, .9);
  }
  .znavmenu-button {
    float: right;
  }
  .znavmenu-ico {
    color: #839973;
  }
  .znavmenu-link {
    font-size: 18px;
    text-align: center;
  }
  .znavmenu-link.w--current {
    color: #fff;
  }
  .zmfilter-container {
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .zmfilter-text.zcolor3 {
    position: relative;
    z-index: 2;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .zmfilters-filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    height: auto;
    margin-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .select-field {
    margin-top: -10px;
    font-size: 25px;
    line-height: 35px;
  }
  .zmfilter-dica-text {
    display: none;
    margin-top: -6px;
    padding-right: 9px;
    text-align: center;
  }
  .zmfilter-dica-ico {
    display: none;
  }
  .form-block {
    width: 200px;
  }
  .zbannerfacebook {
    margin-bottom: 30px;
  }
  .zbannernews {
    margin-bottom: 30px;
  }
  .zpostheader {
    overflow: visible;
    height: auto;
  }
  .zpostheader-figure.walden {
    height: 300px;
  }
  .zpostheader-content {
    position: static;
  }
  .zpostheader-photos-thumbs {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .zpostheader-content-content {
    width: 100%;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
  }
  .zmarticle-text {
    margin-bottom: 60px;
  }
  .zrelatede-thumb-figure {
    height: 150px;
  }
  .form {
    width: 200px;
  }
}

@media (max-width: 479px) {
  .zimg2 {
    height: 200px;
  }
  .zslider1 {
    height: 200px;
  }
  .zhwelcome-slogan {
    width: 70%;
  }
  .zhwelcome-slogan-text {
    font-size: 12px;
  }
  .znavmenu-button {
    float: right;
  }
  .znavsearch-input {
    width: 85%;
  }
  .znavsearch-button {
    width: 15%;
  }
  .zpostheader-figure.walden {
    height: 200px;
  }
  .zrelatede-thumb-figure {
    height: 80px;
  }
}

