#home .boxTopo .topo form .fstSingleMode .fstQueryInput, #contato .boxRight .content form .fstSingleMode .fstQueryInput, #contato .contentForm .box-left .fstSingleMode .fstQueryInput {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important; }

body {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  overflow-x: hidden !important;
  overflow-y: scroll;
  background: #fff; }

a,
button,
input[type="image"] {
  cursor: pointer;
  text-decoration: none;
  outline: none !important;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-tap-highlight-color: transparent;
  box-shadow: none !important; }

input,
button[type="submit"],
textarea {
  font-family: "Lato", sans-serif;
  outline: none; }

input[type=text],
input[type=email],
input[type=password],
textarea {
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-tap-highlight-color: transparent; }

.responsive {
  width: 100%;
  max-width: 1190px;
  margin: 0 auto;
  height: auto;
  padding: 0 15px; }

.swiper-button-disabled {
  cursor: default;
  opacity: .5; }

.swiper-wrapper {
  opacity: 0; }

.js-off-canvas-overlay {
  background: rgba(0, 0, 0, 0.8); }

/******************************
* content ajax default
*******************************/
.content-ajax {
  width: 100%;
  height: auto;
  float: left;
  margin: 0; }

/******************************
* menu fixed
*******************************/
.menu-fixed {
  width: 100%;
  height: 50px;
  float: left;
  margin: 0;
  background: #744C41;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-tap-highlight-color: transparent;
  position: fixed;
  top: -50px;
  z-index: 1200; }
  .menu-fixed i {
    float: left;
    font-size: 15px;
    color: #fff; }
  .menu-fixed ul {
    width: auto;
    height: 50px;
    float: none;
    display: table;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    /* centraliza na vertical */
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    /* centraliza na horizontal */
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .menu-fixed ul li {
      width: auto;
      height: auto;
      float: left;
      margin: 0;
      padding: 0 15px; }
      .menu-fixed ul li a {
        width: auto;
        height: 50px;
        float: left;
        margin: 0;
        color: #fff;
        font-size: 14px;
        line-height: 50px; }
        .menu-fixed ul li a:hover, .menu-fixed ul li a.ativo {
          color: #D1AA66; }
  .menu-fixed.open {
    top: 0; }

/* Nav Trigger */
.nav-trigger {
  width: 50px;
  height: 50px;
  position: fixed;
  background: transparent;
  border: none;
  vertical-align: middle;
  padding: 10px;
  margin: 0;
  z-index: 902;
  cursor: pointer;
  display: none; }
  .nav-trigger.anima {
    opacity: 0;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    -webkit-tap-highlight-color: transparent;
    animation-delay: 1s;
    pointer-events: none; }
  .nav-trigger:focus {
    outline: 0; }
  .nav-trigger:hover span,
  .nav-trigger:hover span:before,
  .nav-trigger:hover span:after {
    background: #bbbbbb; }
  .nav-trigger:before {
    content: '';
    opacity: 0;
    width: 0;
    height: 0;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    background: transparent;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease; }
  .nav-trigger span {
    display: block;
    position: relative; }
    .nav-trigger span:before, .nav-trigger span:after {
      content: '';
      position: absolute;
      left: 0; }
    .nav-trigger span:before {
      top: -8px; }
    .nav-trigger span:after {
      bottom: -8px; }
  .nav-trigger span,
  .nav-trigger span:before,
  .nav-trigger span:after {
    width: 100% !important;
    height: 4px;
    background: #eee;
    transition: all 0.4s ease; }

.logo-menu-mobile {
  width: 100%;
  height: auto;
  float: left;
  margin: 15px 0 0 0;
  padding: 0 15px; }

.slider-int {
  width: 100%;
  height: auto;
  float: left;
  margin: 0;
  position: relative; }

.f-left {
  float: left; }

.f-right {
  float: right; }

.p-relative {
  position: relative; }

.p-absolute {
  position: absolute; }

ol, ul, li {
  margin: 0;
  padding: 0;
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif; }

[canvas=container].js-close-any {
  cursor: pointer !important; }

.openMenuMobile {
  width: 100%;
  height: 100%;
  float: left;
  margin: 0;
  position: fixed;
  top: 0;
  z-index: 1000;
  display: none; }

#lt_page {
  width: 100%;
  height: 100vh;
  float: left;
  margin: 0;
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 903;
  overflow: hidden;
  font-size: 14px;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  /* centraliza na vertical */
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  /* centraliza na horizontal */
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: none; }

#lt_int_page {
  width: 600px;
  height: auto;
  float: left;
  margin: 0;
  padding: 30px;
  background: #fff;
  border-radius: 10px; }

#load {
  width: 100%;
  height: auto;
  float: left;
  margin: 0;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-tap-highlight-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 601; }
  #load span {
    width: 0;
    height: 5px;
    float: left;
    margin: 0;
    background: #238C00; }

[off-canvas] {
  background: #D1AA66 !important; }
  [off-canvas] .logo {
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    padding: 15px;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    /* centraliza na vertical */
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    /* centraliza na horizontal */
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center; }
  [off-canvas] ul {
    width: 100%;
    height: auto;
    float: left;
    margin: 0; }
    [off-canvas] ul li {
      width: 100%;
      height: auto;
      float: left;
      margin: 0;
      border-bottom: 1px solid #8F6156; }
      [off-canvas] ul li:last-of-type {
        border-bottom: 0; }
      [off-canvas] ul li a {
        width: 100%;
        height: auto;
        float: left;
        margin: 0;
        padding: 10px 15px;
        color: #744C41;
        font-size: 15px; }
        [off-canvas] ul li a:hover {
          background: #744C41;
          color: #fff; }

#menuPrincipal {
  margin-top: 15px; }
  #menuPrincipal ul {
    list-style: none;
    position: relative;
    float: left;
    margin: 0;
    padding: 0; }
    #menuPrincipal ul a {
      display: block;
      color: #333;
      text-decoration: none;
      font-weight: 700;
      font-size: 12px;
      line-height: 32px;
      padding: 0 15px; }
    #menuPrincipal ul li {
      position: relative;
      float: left;
      margin: 0;
      padding: 0; }
      #menuPrincipal ul li:hover > ul {
        display: block; }
      #menuPrincipal ul li.current-menu-item {
        background: #ddd; }
      #menuPrincipal ul li:hover {
        background: #f6f6f6; }
    #menuPrincipal ul ul {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      background: #fff;
      padding: 0; }
      #menuPrincipal ul ul li {
        float: none;
        width: 200px; }
      #menuPrincipal ul ul a {
        line-height: 120%;
        padding: 10px 15px; }
      #menuPrincipal ul ul ul {
        top: 0;
        left: 100%; }

#home .boxTopo .topo form .fstSingleMode .fstQueryInput, #contato .boxRight .content form .fstSingleMode .fstQueryInput, #contato .contentForm .box-left .fstSingleMode .fstQueryInput {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.titPage {
  width: 100%;
  height: auto;
  float: left;
  margin: 40px 0 50px 0;
  text-align: center;
  font-family: "Satisfy", cursive;
  color: #784C3B;
  font-size: 41px; }

article {
  width: 100%;
  height: auto;
  float: left;
  margin: 0; }
  article p {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #784C3B; }

#lt-produto {
  width: 100%;
  height: auto;
  float: left;
  margin: 0; }
  #lt-produto figure {
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 25px 0;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    /* centraliza na vertical */
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    /* centraliza na horizontal */
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    max-height: 220px; }
    #lt-produto figure img {
      max-height: 220px; }
  #lt-produto h3 {
    width: 100%;
    height: auto;
    float: left;
    margin: 20px 0 15px 0;
    text-align: center;
    color: #744C41;
    font-size: 18px;
    font-weight: 700; }
  #lt-produto p {
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 30px 0;
    text-align: center;
    font-size: 15px;
    color: #784C3B; }
  #lt-produto .btn-comprar {
    width: auto;
    height: auto;
    float: left;
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    background: #008C23;
    font-style: italic;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    /* centraliza na vertical */
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    /* centraliza na horizontal */
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 12px 25px;
    float: none;
    display: table;
    margin: 0 auto;
    border-radius: 5px; }
    #lt-produto .btn-comprar:hover {
      background: #D1AA66; }

.accordion-menu .nested.is-accordion-submenu, .menu.nested {
  margin: 0 !important; }

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  border-color: #956153 transparent transparent; }

.accordion-menu .is-accordion-submenu a {
  padding-left: 35px !important; }

.logoMobile {
  width: 100%;
  height: auto;
  float: left;
  margin: 30px 0;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  /* centraliza na vertical */
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  /* centraliza na horizontal */
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center; }

.lista {
  width: 100%;
  height: auto;
  float: left;
  margin: 0; }
  .lista ul {
    width: 100%;
    height: auto;
    float: left;
    margin: 0; }
    .lista ul h3 {
      font-weight: 700;
      color: #744C41; }
      .lista ul h3:nth-of-type(2) {
        margin-top: 30px; }
    .lista ul li {
      color: #868686; }
      .lista ul li a {
        color: #744C41;
        font-weight: 700; }

#home .boxTopo .topo form .fstSingleMode .fstQueryInput, #contato .boxRight .content form .fstSingleMode .fstQueryInput, #contato .contentForm .box-left .fstSingleMode .fstQueryInput {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

#home .boxTopo .topo form .fstSingleMode .fstQueryInput, #contato .boxRight .content form .fstSingleMode .fstQueryInput, #contato .contentForm .box-left .fstSingleMode .fstQueryInput {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

#home {
  width: 100%;
  height: 728px;
  float: left;
  margin: 0;
  background: url(../imgs/bgtopo.jpg) 0 0 no-repeat;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0; }
  #home .boxTopo {
    width: 100%;
    height: auto;
    float: left;
    margin: 20px 0 0 0;
    position: relative;
    z-index: 650; }
    #home .boxTopo .topo {
      width: 100%;
      height: 118px;
      float: left;
      margin: 0;
      background: #fff;
      -webkit-border-radius: 6px 6px 0 0;
      -moz-border-radius: 6px 6px 0 0;
      -o-border-radius: 6px 6px 0 0;
      border-radius: 6px 6px 0 0;
      padding: 0 35px;
      display: -ms-flex;
      display: -webkit-flex;
      display: flex;
      /* centraliza na vertical */
      -ms-align-items: center;
      -webkit-align-items: center;
      align-items: center;
      /* centraliza na horizontal */
      -ms-justify-content: center;
      -webkit-justify-content: center;
      justify-content: space-between; }
      #home .boxTopo .topo .logo {
        width: 236px;
        height: 85px;
        float: left;
        margin: 0;
        background: url(../imgs/logo.jpg) 0 0 no-repeat; }
        #home .boxTopo .topo .logo:hover {
          opacity: .7; }
      #home .boxTopo .topo form {
        width: 100%;
        height: auto;
        float: left;
        margin: 0 0 0 20px;
        max-width: 456px; }
        #home .boxTopo .topo form .fstToggleBtn {
          color: #fff;
          background: #000;
          display: -ms-flex;
          display: -webkit-flex;
          display: flex;
          /* centraliza na vertical */
          -ms-align-items: center;
          -webkit-align-items: center;
          align-items: center;
          /* centraliza na horizontal */
          -ms-justify-content: center;
          -webkit-justify-content: center;
          justify-content: flex-start;
          font-size: 14px; }
          #home .boxTopo .topo form .fstToggleBtn::after {
            border-top-color: #fff;
            opacity: 1; }
        #home .boxTopo .topo form .fstSingleMode .fstQueryInput {
          opacity: 0; }
        #home .boxTopo .topo form .fstSingleMode .fstControls {
          padding: 0; }
        #home .boxTopo .topo form .fstElement {
          width: 100%;
          float: left;
          border: 0;
          background: transparent; }
        #home .boxTopo .topo form .fstResultItem {
          font-size: 14px;
          border: 0; }
        #home .boxTopo .topo form .fstFocused {
          background-color: #744C41; }
        #home .boxTopo .topo form .fstResultItem.fstSelected {
          background-color: #744C41;
          border-color: #744C41; }
        #home .boxTopo .topo form .fstQueryInput {
          font-size: 14px; }
        #home .boxTopo .topo form .fstSingleMode .fstQueryInput {
          padding: 7px 15px;
          height: 40px; }
          #home .boxTopo .topo form .fstSingleMode .fstQueryInput.placeholder {
            font-size: 14px; }
          #home .boxTopo .topo form .fstSingleMode .fstQueryInput:-moz-placeholder {
            font-size: 14px; }
          #home .boxTopo .topo form .fstSingleMode .fstQueryInput::-moz-placeholder {
            font-size: 14px; }
          #home .boxTopo .topo form .fstSingleMode .fstQueryInput:-ms-input-placeholder {
            font-size: 14px; }
          #home .boxTopo .topo form .fstSingleMode .fstQueryInput::-webkit-input-placeholder {
            font-size: 14px; }
        #home .boxTopo .topo form .fstNoResults {
          font-size: 15px;
          line-height: 20px;
          padding: 10px; }
        #home .boxTopo .topo form .fstResultItem:first-child {
          display: none; }
        #home .boxTopo .topo form .fstToggleBtn {
          border: 1px solid #744C41;
          height: 40px;
          padding: 0 15px;
          background: #fff;
          color: #744C41;
          font-size: 16px;
          font-weight: 500;
          font-family: "Roboto", sans-serif; }
          #home .boxTopo .topo form .fstToggleBtn:after {
            border-top-color: #744C41; }
      #home .boxTopo .topo .infos {
        width: auto;
        height: auto;
        float: left;
        margin: 0 0 0 55px;
        min-height: 58px;
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        /* centraliza na vertical */
        -ms-align-items: center;
        -webkit-align-items: center;
        align-items: center;
        /* centraliza na horizontal */
        -ms-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center; }
        #home .boxTopo .topo .infos .content {
          float: left;
          position: relative; }
          #home .boxTopo .topo .infos .content i {
            width: 46px;
            height: 46px;
            float: left;
            margin: 0;
            background: url(../imgs/telefone.png) center left no-repeat;
            position: absolute;
            left: -65px;
            top: 5px;
            cursor: pointer; }
            #home .boxTopo .topo .infos .content i:hover {
              background: url(../imgs/telefonehover.png) center left no-repeat; }
          #home .boxTopo .topo .infos .content .telefone {
            float: left;
            display: -ms-flex;
            display: -webkit-flex;
            display: flex;
            /* centraliza na vertical */
            -ms-align-items: center;
            -webkit-align-items: center;
            align-items: center;
            /* centraliza na horizontal */
            -ms-justify-content: center;
            -webkit-justify-content: center;
            justify-content: flex-start; }
            #home .boxTopo .topo .infos .content .telefone small {
              float: left;
              color: #744C41;
              font-size: 24px;
              line-height: 24px; }
            #home .boxTopo .topo .infos .content .telefone ins {
              float: left;
              font-size: 30px;
              line-height: 30px;
              color: #744C41;
              margin-left: 5px;
              text-decoration: none;
              cursor: pointer; }
          #home .boxTopo .topo .infos .content p {
            float: left;
            clear: both;
            color: #744C41;
            margin: 0;
            font-size: 19px;
            line-height: 19px; }
  #home #menuPrincipal {
    width: 100%;
    height: 48px;
    float: left;
    margin: 0;
    max-width: 1180px;
    background: #754C40;
    float: none;
    display: flex;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 601; }
    #home #menuPrincipal ul {
      float: left;
      display: -ms-flex;
      display: -webkit-flex;
      display: flex;
      /* centraliza na vertical */
      -ms-align-items: center;
      -webkit-align-items: center;
      align-items: center;
      /* centraliza na horizontal */
      -ms-justify-content: center;
      -webkit-justify-content: center;
      justify-content: flex-start; }
    #home #menuPrincipal i {
      float: left;
      font-size: 15px;
      color: #fff; }
    #home #menuPrincipal li {
      height: 48px; }
      #home #menuPrincipal li:hover {
        background: transparent; }
      #home #menuPrincipal li a {
        line-height: 48px;
        color: #fff;
        font-size: 15px;
        font-weight: 500;
        text-transform: uppercase; }
        #home #menuPrincipal li a:hover {
          opacity: .6; }
    #home #menuPrincipal .social {
      width: auto;
      height: auto;
      float: right;
      margin: 0 0 0 25px;
      display: -ms-flex;
      display: -webkit-flex;
      display: flex;
      /* centraliza na vertical */
      -ms-align-items: center;
      -webkit-align-items: center;
      align-items: center;
      /* centraliza na horizontal */
      -ms-justify-content: center;
      -webkit-justify-content: center;
      justify-content: flex-start; }
      #home #menuPrincipal .social .facebook {
        width: 27px;
        height: 27px;
        float: left;
        margin: 0 5px 0 0;
        background: url("../imgs/facebook.png") center no-repeat; }
        #home #menuPrincipal .social .facebook:focus, #home #menuPrincipal .social .facebook:hover {
          opacity: 0.7; }
        #home #menuPrincipal .social .facebook:last-child {
          margin-right: 0; }
      #home #menuPrincipal .social .instagram {
        width: 27px;
        height: 27px;
        float: left;
        margin: 0 5px 0 0;
        background: url("../imgs/instagram.png") center no-repeat; }
        #home #menuPrincipal .social .instagram:focus, #home #menuPrincipal .social .instagram:hover {
          opacity: 0.7; }
        #home #menuPrincipal .social .instagram:last-child {
          margin-right: 0; }
  #home .boxDestaque {
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    /* centraliza na vertical */
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    /* centraliza na horizontal */
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    top: -48px; }
    #home .boxDestaque .area-navs {
      width: 100%;
      height: 0;
      float: left;
      margin: 0;
      max-width: 1160px;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      position: absolute;
      top: 43%;
      z-index: 600; }
      #home .boxDestaque .area-navs .prevdestaque, #home .boxDestaque .area-navs .nextdestaque {
        opacity: 1; }
      #home .boxDestaque .area-navs .prevdestaque {
        width: 68px;
        height: 68px;
        float: left;
        margin: 0 0 0 -15px;
        background: url(../imgs/prev.png) 0 0 no-repeat; }
        #home .boxDestaque .area-navs .prevdestaque:hover {
          opacity: .7; }
      #home .boxDestaque .area-navs .nextdestaque {
        width: 68px;
        height: 68px;
        float: right;
        margin: 0 -15px 0 0;
        background: url(../imgs/next.png) 0 0 no-repeat; }
        #home .boxDestaque .area-navs .nextdestaque:hover {
          opacity: .7; }
    #home .boxDestaque .slider-int {
      width: 100%;
      height: auto;
      float: left;
      margin: 0;
      max-width: 1350px;
      float: none;
      display: flex;
      margin: 0 auto; }
      #home .boxDestaque .slider-int .destaque {
        width: 100%;
        height: auto;
        float: left;
        margin: 0; }
        #home .boxDestaque .slider-int .destaque .swiper-slide {
          height: 647px;
          -webkit-background-size: cover;
          background-size: cover;
          background: no-repeat center center; }
          #home .boxDestaque .slider-int .destaque .swiper-slide img {
            display: none; }

#categorias {
  width: 100%;
  height: auto;
  float: left;
  margin: 0;
  background: #774C3E;
  padding: 90px 0;
  position: relative; }
  #categorias .dtl {
    width: 100%;
    height: 100px;
    float: left;
    margin: 0;
    background: url(../imgs/dtl.png) center center no-repeat;
    position: absolute;
    top: -72px;
    z-index: 750;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%; }
  #categorias .area-navs {
    width: 100%;
    height: 0;
    float: left;
    margin: 0;
    max-width: 1160px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 30%;
    z-index: 600; }
    #categorias .area-navs .prevcategorias, #categorias .area-navs .nextcategorias {
      opacity: 1; }
    #categorias .area-navs .prevcategorias {
      width: 19px;
      height: 32px;
      float: left;
      margin: 0 0 0 -80px;
      background: url(../imgs/prev2.png) 0 0 no-repeat; }
      #categorias .area-navs .prevcategorias:hover {
        opacity: .7; }
    #categorias .area-navs .nextcategorias {
      width: 19px;
      height: 32px;
      float: right;
      margin: 0 -80px 0 0;
      background: url(../imgs/next2.png) 0 0 no-repeat; }
      #categorias .area-navs .nextcategorias:hover {
        opacity: .7; }
  #categorias .categorias {
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    overflow: hidden; }
    #categorias .categorias a:hover figure {
      background: #E6D09C; }
    #categorias .categorias a figure {
      width: 167px;
      height: 167px;
      float: left;
      margin: 0;
      border-radius: 50%;
      border: 3px solid #E6D09C;
      display: -ms-flex;
      display: -webkit-flex;
      display: flex;
      /* centraliza na vertical */
      -ms-align-items: center;
      -webkit-align-items: center;
      align-items: center;
      /* centraliza na horizontal */
      -ms-justify-content: center;
      -webkit-justify-content: center;
      justify-content: center;
      -moz-transition: all 200ms ease-in-out;
      -o-transition: all 200ms ease-in-out;
      -webkit-transition: all 200ms ease-in-out;
      transition: all 200ms ease-in-out;
      -webkit-tap-highlight-color: transparent;
      float: none;
      margin: 0 auto; }
    #categorias .categorias a .contentTxt {
      width: 100%;
      height: auto;
      float: left;
      margin: 20px 0 0 0;
      display: -ms-flex;
      display: -webkit-flex;
      display: flex;
      /* centraliza na vertical */
      -ms-align-items: center;
      -webkit-align-items: center;
      align-items: center;
      /* centraliza na horizontal */
      -ms-justify-content: center;
      -webkit-justify-content: center;
      justify-content: center; }
      #categorias .categorias a .contentTxt span {
        width: 100%;
        height: auto;
        float: left;
        margin: 0;
        max-width: 180px;
        color: #fff;
        font-size: 24px;
        line-height: 28px;
        font-weight: 500;
        text-align: center;
        text-transform: uppercase; }
  #categorias .frase {
    width: 100%;
    height: auto;
    float: left;
    margin: 90px 0 0 0;
    text-align: center;
    font-size: 16px;
    color: #fff; }

#colecao {
  width: 100%;
  height: auto;
  float: left;
  margin: 0;
  padding: 80px 0 100px; }
  #colecao .area-navs {
    width: 100%;
    height: 0;
    float: left;
    margin: 0;
    max-width: 1160px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 50%;
    z-index: 600; }
    #colecao .area-navs .prevcolecao, #colecao .area-navs .nextcolecao {
      opacity: 1; }
    #colecao .area-navs .prevcolecao {
      width: 19px;
      height: 32px;
      float: left;
      margin: 0 0 0 -80px;
      background: url(../imgs/prev3.png) 0 0 no-repeat; }
      #colecao .area-navs .prevcolecao:hover {
        opacity: .7; }
    #colecao .area-navs .nextcolecao {
      width: 19px;
      height: 32px;
      float: right;
      margin: 0 -80px 0 0;
      background: url(../imgs/next3.png) 0 0 no-repeat; }
      #colecao .area-navs .nextcolecao:hover {
        opacity: .7; }
  #colecao .colecao {
    width: 100%;
    height: auto;
    float: left;
    margin: 70px 0 0 0;
    overflow: hidden; }
    #colecao .colecao a:hover figure img {
      opacity: .7; }
    #colecao .colecao a:hover p {
      color: #784C3B; }
    #colecao .colecao a figure {
      width: 100%;
      height: auto;
      float: left;
      margin: 0 0 20px 0;
      display: -ms-flex;
      display: -webkit-flex;
      display: flex;
      /* centraliza na vertical */
      -ms-align-items: center;
      -webkit-align-items: center;
      align-items: center;
      /* centraliza na horizontal */
      -ms-justify-content: center;
      -webkit-justify-content: center;
      justify-content: center; }
      #colecao .colecao a figure img {
        -moz-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        -webkit-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
        -webkit-tap-highlight-color: transparent; }
    #colecao .colecao a p {
      width: 100%;
      height: auto;
      float: left;
      margin: 0;
      max-width: 150px;
      text-align: center;
      color: #111;
      font-weight: 600;
      font-size: 16px;
      line-height: 20px;
      float: none;
      display: table;
      margin: 0 auto;
      text-transform: uppercase;
      -moz-transition: all 200ms ease-in-out;
      -o-transition: all 200ms ease-in-out;
      -webkit-transition: all 200ms ease-in-out;
      transition: all 200ms ease-in-out;
      -webkit-tap-highlight-color: transparent; }
    #colecao .colecao a span {
      width: 100%;
      height: auto;
      float: left;
      margin: 0;
      text-align: center;
      color: #784C3B;
      font-size: 12px;
      line-height: 12px; }

#sobre {
  width: 100%;
  height: auto;
  float: left;
  margin: 0; }
  #sobre .boxLeft {
    width: 50%;
    height: 570px;
    float: left;
    margin: 0; }
    #sobre .boxLeft .area-navs {
      width: auto;
      height: 0;
      float: left;
      margin: 0;
      position: absolute;
      bottom: 80px;
      right: 20px;
      z-index: 600; }
      #sobre .boxLeft .area-navs .prevsobre, #sobre .boxLeft .area-navs .nextsobre {
        opacity: 1;
        background-color: #784C3C !important;
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        /* centraliza na vertical */
        -ms-align-items: center;
        -webkit-align-items: center;
        align-items: center;
        /* centraliza na horizontal */
        -ms-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        padding: 20px;
        height: 65px !important; }
        #sobre .boxLeft .area-navs .prevsobre:hover, #sobre .boxLeft .area-navs .nextsobre:hover {
          background-color: #674134 !important; }
      #sobre .boxLeft .area-navs .prevsobre {
        width: 19px;
        height: 32px;
        float: left;
        margin: 0;
        background: url(../imgs/prev4.png) center center no-repeat; }
      #sobre .boxLeft .area-navs .nextsobre {
        width: 19px;
        height: 32px;
        float: left;
        margin: 0;
        background: url(../imgs/next4.png) center center no-repeat; }
    #sobre .boxLeft .sobre {
      width: 100%;
      height: auto;
      float: left;
      margin: 0;
      overflow: hidden; }
      #sobre .boxLeft .sobre .swiper-slide {
        height: 570px;
        -webkit-background-size: cover;
        background-size: cover;
        background: no-repeat center center; }
        #sobre .boxLeft .sobre .swiper-slide img {
          display: none; }
  #sobre .boxRight {
    width: 50%;
    height: 570px;
    float: left;
    margin: 0;
    background: #F8F1E2; }
    #sobre .boxRight .content {
      width: 100%;
      height: auto;
      float: left;
      margin: 0;
      max-width: 570px;
      padding: 40px 30px; }
      #sobre .boxRight .content .tit {
        width: 100%;
        height: auto;
        float: left;
        margin: 0 0 10px 0;
        font-family: "Satisfy", cursive;
        font-size: 41px;
        color: #784C3B;
        -webkit-text-stroke-color: #333 !important;
        -webkit-text-stroke: 0.2px !important; }
      #sobre .boxRight .content p {
        width: 100%;
        height: auto;
        float: left;
        margin: 0;
        color: #784C3B;
        font-size: 16px;
        line-height: 20px; }
      #sobre .boxRight .content .btn {
        width: 110px;
        height: 50px;
        float: left;
        margin: 60px 0 0 0;
        border: 2px solid #784C3C;
        border-radius: 3px;
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        /* centraliza na vertical */
        -ms-align-items: center;
        -webkit-align-items: center;
        align-items: center;
        /* centraliza na horizontal */
        -ms-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        font-size: 16px;
        color: #784C3B; }
        #sobre .boxRight .content .btn:hover {
          background: #784C3C;
          color: #fff; }

#reportagens {
  width: 100%;
  height: auto;
  float: left;
  margin: 0;
  padding: 100px 0;
  position: relative; }
  #reportagens .nave {
    width: 347px;
    height: 241px;
    float: left;
    margin: 0;
    background: url(../imgs/nave.jpg) 0 0 no-repeat;
    position: absolute;
    top: 60px;
    left: 0;
    pointer-events: none; }
  #reportagens .estrela {
    width: 311px;
    height: 182px;
    float: left;
    margin: 0;
    background: url(../imgs/estrela.jpg) 0 0 no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none; }
  #reportagens .tit {
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 10px 0;
    font-family: "Satisfy", cursive;
    font-size: 41px;
    color: #784C3B;
    text-align: center;
    -webkit-text-stroke-color: #333 !important;
    -webkit-text-stroke: 0.2px !important; }
  #reportagens .area-navs {
    width: 100%;
    height: 0;
    float: left;
    margin: 0;
    max-width: 1160px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 60%;
    z-index: 600; }
    #reportagens .area-navs .prevreportagens, #reportagens .area-navs .nextreportagens {
      opacity: 1; }
    #reportagens .area-navs .prevreportagens {
      width: 19px;
      height: 32px;
      float: left;
      margin: 0 0 0 -60px;
      background: url(../imgs/prev3.png) 0 0 no-repeat; }
      #reportagens .area-navs .prevreportagens:hover {
        opacity: .7; }
    #reportagens .area-navs .nextreportagens {
      width: 19px;
      height: 32px;
      float: right;
      margin: 0 -60px 0 0;
      background: url(../imgs/next3.png) 0 0 no-repeat; }
      #reportagens .area-navs .nextreportagens:hover {
        opacity: .7; }
  #reportagens .reportagens {
    width: 100%;
    height: auto;
    float: left;
    margin: 60px 0 0 0;
    overflow: hidden; }
    #reportagens .reportagens a:hover .contentNoticia h2 {
      color: #784C3B; }
    #reportagens .reportagens a .content {
      width: 100%;
      height: auto;
      float: left;
      margin: 0;
      display: -ms-flex;
      display: -webkit-flex;
      display: flex;
      /* centraliza na vertical */
      -ms-align-items: center;
      -webkit-align-items: center;
      align-items: center;
      /* centraliza na horizontal */
      -ms-justify-content: center;
      -webkit-justify-content: center;
      justify-content: flex-start; }
      #reportagens .reportagens a .content .boxData {
        width: 74px;
        height: 74px;
        float: left;
        margin: 0;
        border: 1px solid #BBB;
        border-radius: 4px;
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        /* centraliza na vertical */
        -ms-align-items: center;
        -webkit-align-items: center;
        align-items: center;
        /* centraliza na horizontal */
        -ms-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center; }
        #reportagens .reportagens a .content .boxData .contentData {
          width: 100%;
          height: auto;
          float: left;
          margin: 0; }
          #reportagens .reportagens a .content .boxData .contentData span, #reportagens .reportagens a .content .boxData .contentData strong {
            width: 100%;
            height: auto;
            float: left;
            margin: 0;
            text-align: center;
            color: #BCBCBC; }
          #reportagens .reportagens a .content .boxData .contentData span {
            font-size: 17px;
            line-height: 17px; }
          #reportagens .reportagens a .content .boxData .contentData strong {
            font-size: 38px;
            line-height: 38px;
            font-weight: 700; }
    #reportagens .reportagens a .contentNoticia {
      width: -moz-calc(100% - 90px);
      width: -webkit-calc(100% - 90px);
      width: calc(100% - 90px);
      float: right;
      margin-left: 16px; }
      #reportagens .reportagens a .contentNoticia h2 {
        font-size: 22px;
        color: #111;
        line-height: 22px;
        font-weight: 600;
        -moz-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        -webkit-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
        -webkit-tap-highlight-color: transparent; }
      #reportagens .reportagens a .contentNoticia p {
        margin: 0;
        font-size: 16px;
        font-style: italic;
        color: #777777; }

#parallax {
  width: 100%;
  height: 360px;
  float: left;
  margin: 0;
  background: no-repeat fixed center bottom;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  /* centraliza na vertical */
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  /* centraliza na horizontal */
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center; }
  #parallax .content {
    width: 100%;
    height: auto;
    float: left;
    margin: 0; }
    #parallax .content h2, #parallax .content h3 {
      width: 100%;
      height: auto;
      float: left;
      margin: 0;
      text-align: center;
      font-size: 40px;
      line-height: 55px;
      color: #fff; }
    #parallax .content h2 {
      font-weight: 300; }
    #parallax .content h3 {
      font-weight: 700; }

#parceiros {
  width: 100%;
  height: auto;
  float: left;
  margin: 0;
  padding: 70px 0 140px;
  position: relative; }
  #parceiros .hello {
    width: 163px;
    height: 283px;
    float: left;
    margin: 0;
    background: url(../imgs/hello.jpg) 0 0 no-repeat;
    position: absolute;
    bottom: 40px;
    left: 0;
    pointer-events: none; }
  #parceiros .casa {
    width: 182px;
    height: 191px;
    float: left;
    margin: 0;
    background: url(../imgs/casa.jpg) 0 0 no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none; }
  #parceiros .tit {
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 10px 0;
    font-family: "Satisfy", cursive;
    font-size: 41px;
    color: #784C3B;
    text-align: center;
    -webkit-text-stroke-color: #333 !important;
    -webkit-text-stroke: 0.2px !important; }
  #parceiros .area-navs {
    width: 100%;
    height: 0;
    float: left;
    margin: 0;
    max-width: 1160px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 60%;
    z-index: 600; }
    #parceiros .area-navs .prevparceiros, #parceiros .area-navs .nextparceiros {
      opacity: 1; }
    #parceiros .area-navs .prevparceiros {
      width: 19px;
      height: 32px;
      float: left;
      margin: 0 0 0 -60px;
      background: url(../imgs/prev3.png) 0 0 no-repeat; }
      #parceiros .area-navs .prevparceiros:hover {
        opacity: .7; }
    #parceiros .area-navs .nextparceiros {
      width: 19px;
      height: 32px;
      float: right;
      margin: 0 -60px 0 0;
      background: url(../imgs/next3.png) 0 0 no-repeat; }
      #parceiros .area-navs .nextparceiros:hover {
        opacity: .7; }
  #parceiros .parceiros {
    width: 100%;
    height: auto;
    float: left;
    margin: 60px 0 0 0;
    overflow: hidden; }
    #parceiros .parceiros a {
      display: -ms-flex;
      display: -webkit-flex;
      display: flex;
      /* centraliza na vertical */
      -ms-align-items: center;
      -webkit-align-items: center;
      align-items: center;
      /* centraliza na horizontal */
      -ms-justify-content: center;
      -webkit-justify-content: center;
      justify-content: center;
      height: 120px;
      border: 1px solid #EEE;
      padding: 4px;
      border-radius: 4px;
      -webkit-transition-property: unset;
      -moz-transition-property: unset;
      -ms-transition-property: unset;
      -o-transition-property: unset;
      transition-property: unset; }
      #parceiros .parceiros a:hover {
        border-color: #744C41; }

#contato {
  width: 100%;
  height: auto;
  float: left;
  margin: 0;
  width: 100%;
  height: auto;
  float: left;
  margin: 0; }
  #contato .boxLeft {
    width: 50%;
    height: 445px;
    float: left;
    margin: 0;
    background: #EDDEB9;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    /* centraliza na vertical */
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    /* centraliza na horizontal */
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: flex-end; }
    #contato .boxLeft .content {
      width: 100%;
      height: auto;
      float: right;
      margin: 0;
      max-width: 520px;
      padding-right: 45px; }
      #contato .boxLeft .content .telefone {
        width: 100%;
        height: auto;
        float: left;
        margin: 0 0 25px 0;
        min-height: 50px;
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        /* centraliza na vertical */
        -ms-align-items: center;
        -webkit-align-items: center;
        align-items: center;
        /* centraliza na horizontal */
        -ms-justify-content: center;
        -webkit-justify-content: center;
        justify-content: flex-end;
        font-size: 32px;
        font-weight: 600;
        color: #794C3A; }
        #contato .boxLeft .content .telefone i {
          float: right;
          margin-left: 20px;
          margin-right: 7px; }
      #contato .boxLeft .content .email {
        width: 100%;
        height: auto;
        float: left;
        margin: 0 0 25px 0;
        color: #794C3A;
        font-size: 16px;
        min-height: 22px;
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        /* centraliza na vertical */
        -ms-align-items: center;
        -webkit-align-items: center;
        align-items: center;
        /* centraliza na horizontal */
        -ms-justify-content: center;
        -webkit-justify-content: center;
        justify-content: flex-end; }
        #contato .boxLeft .content .email i {
          float: right;
          margin-left: 20px; }
      #contato .boxLeft .content .endereco {
        width: 100%;
        height: auto;
        float: left;
        margin: 0;
        color: #794C3A;
        font-size: 16px;
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        /* centraliza na vertical */
        -ms-align-items: center;
        -webkit-align-items: center;
        align-items: center;
        /* centraliza na horizontal */
        -ms-justify-content: center;
        -webkit-justify-content: center;
        justify-content: flex-end;
        text-align: right; }
        #contato .boxLeft .content .endereco i {
          float: right;
          margin-left: 20px;
          margin-right: 7px; }
      #contato .boxLeft .content .btnMapa {
        width: 170px;
        height: 40px;
        float: right;
        margin: 30px 40px 0 0;
        border: 2px solid #794C3A;
        border-radius: 4px;
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        /* centraliza na vertical */
        -ms-align-items: center;
        -webkit-align-items: center;
        align-items: center;
        /* centraliza na horizontal */
        -ms-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        font-size: 16px;
        color: #794C3A; }
        #contato .boxLeft .content .btnMapa:hover {
          background: #794C3A;
          color: #fff; }
  #contato .boxRight {
    width: 50%;
    height: 445px;
    float: left;
    margin: 0;
    background: #784C3C;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    /* centraliza na vertical */
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    /* centraliza na horizontal */
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: flex-start; }
    #contato .boxRight .content {
      width: 100%;
      height: auto;
      float: left;
      margin: 0;
      padding: 0 20px 0 30px;
      max-width: 670px; }
      #contato .boxRight .content .tit {
        width: 100%;
        height: auto;
        float: left;
        margin: 0;
        text-align: left;
        font-family: "Satisfy", cursive;
        color: #D1AA66;
        font-size: 41px; }
      #contato .boxRight .content form {
        width: 100%;
        height: auto;
        float: left;
        margin: 30px 0 0 0; }
        #contato .boxRight .content form .fstToggleBtn {
          color: #fff;
          background: #000;
          display: -ms-flex;
          display: -webkit-flex;
          display: flex;
          /* centraliza na vertical */
          -ms-align-items: center;
          -webkit-align-items: center;
          align-items: center;
          /* centraliza na horizontal */
          -ms-justify-content: center;
          -webkit-justify-content: center;
          justify-content: flex-start;
          font-size: 14px; }
          #contato .boxRight .content form .fstToggleBtn::after {
            border-top-color: #fff;
            opacity: 1; }
        #contato .boxRight .content form .fstSingleMode .fstQueryInput {
          opacity: 0; }
        #contato .boxRight .content form .fstSingleMode .fstControls {
          padding: 0; }
        #contato .boxRight .content form .fstElement {
          width: 100%;
          float: left;
          border: 0;
          background: transparent; }
        #contato .boxRight .content form .fstResultItem {
          font-size: 14px;
          border: 0; }
        #contato .boxRight .content form .fstFocused {
          background-color: #744C41; }
        #contato .boxRight .content form .fstResultItem.fstSelected {
          background-color: #744C41;
          border-color: #744C41; }
        #contato .boxRight .content form .fstQueryInput {
          font-size: 14px; }
        #contato .boxRight .content form .fstSingleMode .fstQueryInput {
          padding: 7px 15px;
          height: 40px; }
          #contato .boxRight .content form .fstSingleMode .fstQueryInput.placeholder {
            font-size: 14px; }
          #contato .boxRight .content form .fstSingleMode .fstQueryInput:-moz-placeholder {
            font-size: 14px; }
          #contato .boxRight .content form .fstSingleMode .fstQueryInput::-moz-placeholder {
            font-size: 14px; }
          #contato .boxRight .content form .fstSingleMode .fstQueryInput:-ms-input-placeholder {
            font-size: 14px; }
          #contato .boxRight .content form .fstSingleMode .fstQueryInput::-webkit-input-placeholder {
            font-size: 14px; }
        #contato .boxRight .content form .fstNoResults {
          font-size: 15px;
          line-height: 20px;
          padding: 10px; }
        #contato .boxRight .content form .fstResultItem:first-child {
          display: none; }
        #contato .boxRight .content form .fstToggleBtn {
          min-width: 100%;
          max-width: 90px;
          width: 100%;
          height: 40px;
          float: left;
          margin: 0;
          border: 1px solid #A28378;
          box-shadow: none;
          padding: 0 15px;
          color: #EDDEB9;
          font-size: 16px;
          background: transparent; }
        #contato .boxRight .content form input, #contato .boxRight .content form textarea {
          width: 100%;
          height: 40px;
          float: left;
          margin: 0;
          border: 1px solid #A28378;
          box-shadow: none;
          padding: 0 15px;
          color: #EDDEB9;
          font-size: 16px;
          background: none; }
          #contato .boxRight .content form input.placeholder, #contato .boxRight .content form textarea.placeholder {
            color: #EDDEB9;
            font-size: 16px; }
          #contato .boxRight .content form input:-moz-placeholder, #contato .boxRight .content form textarea:-moz-placeholder {
            color: #EDDEB9;
            font-size: 16px; }
          #contato .boxRight .content form input::-moz-placeholder, #contato .boxRight .content form textarea::-moz-placeholder {
            color: #EDDEB9;
            font-size: 16px; }
          #contato .boxRight .content form input:-ms-input-placeholder, #contato .boxRight .content form textarea:-ms-input-placeholder {
            color: #EDDEB9;
            font-size: 16px; }
          #contato .boxRight .content form input::-webkit-input-placeholder, #contato .boxRight .content form textarea::-webkit-input-placeholder {
            color: #EDDEB9;
            font-size: 16px; }
        #contato .boxRight .content form textarea {
          padding: 15px;
          height: 105px;
          resize: none; }
        #contato .boxRight .content form button {
          width: 300px;
          height: 40px;
          float: right;
          margin: 0;
          background: #E9D399;
          border-radius: 5px;
          color: #794C3A;
          font-size: 16px;
          font-weight: 600; }
          #contato .boxRight .content form button:hover {
            background: #e0c16f; }
        #contato .boxRight .content form .cmpFull {
          width: 100%;
          height: auto;
          float: left;
          margin: 0 0 10px 0;
          float: right; }
        #contato .boxRight .content form .cmp {
          width: -moz-calc(100% + 10px);
          width: -webkit-calc(100% + 10px);
          width: calc(100% + 10px);
          float: right;
          margin-bottom: 10px; }
          #contato .boxRight .content form .cmp .c {
            width: -moz-calc(100% / 2 - 10px);
            width: -webkit-calc(100% / 2 - 10px);
            width: calc(100% / 2 - 10px);
            float: left;
            margin: 0 0 0 10px; }
            #contato .boxRight .content form .cmp .c .cidade {
              width: 206px;
              float: left; }
            #contato .boxRight .content form .cmp .c .uf {
              width: 90px;
              float: right; }

#copy {
  width: 100%;
  height: 65px;
  float: left;
  margin: 0;
  background: #2F2F2F;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  /* centraliza na vertical */
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  /* centraliza na horizontal */
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center; }
  #copy .responsive {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    /* centraliza na vertical */
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    /* centraliza na horizontal */
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: space-between; }
  #copy span {
    float: left;
    color: #fff; }
  #copy a {
    width: 86px;
    height: 22px;
    float: left;
    margin: 0;
    background: url(../imgs/palmasite.png) 0 0 no-repeat; }

#interno #home {
  background: url("../imgs/bgfundointerno.png") center center no-repeat !important;
  height: 280px !important; }
#interno .conteudo {
  margin-top: 280px !important; }

.conteudo .dtlInterno {
  background: url(../imgs/dtl2.png) center center no-repeat !important;
  position: absolute;
  top: -100px;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100px !important;
  float: left;
  margin: 0; }

#virtual {
  width: 100%;
  height: auto;
  float: left;
  margin: 0;
  position: relative; }
  #virtual .nome {
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 10px 0;
    text-align: center;
    font-size: 58px;
    font-weight: 900;
    color: #784C39;
    font-style: italic; }
  #virtual p {
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 30px 0;
    padding: 0 60px;
    text-align: center;
    font-size: 21px;
    line-height: 26px;
    color: #222222; }
  #virtual .boxContador {
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    max-width: 400px;
    float: none;
    display: table;
    margin: 0 auto; }
    #virtual .boxContador ins {
      width: 100%;
      height: auto;
      float: left;
      margin: 0 0 10px 0;
      text-align: center;
      text-decoration: none;
      font-size: 17px;
      color: #3F3F3F;
      font-style: italic;
      font-weight: 700; }
    #virtual .boxContador .contador {
      width: 100%;
      height: 60px;
      float: left;
      margin: 0;
      display: -ms-flex;
      display: -webkit-flex;
      display: flex;
      /* centraliza na vertical */
      -ms-align-items: center;
      -webkit-align-items: center;
      align-items: center;
      /* centraliza na horizontal */
      -ms-justify-content: center;
      -webkit-justify-content: center;
      justify-content: center;
      border: 2px solid #008C23; }
      #virtual .boxContador .contador span, #virtual .boxContador .contador i {
        font-size: 38px;
        font-weight: 700;
        font-style: italic;
        color: #008C23;
        float: left; }
      #virtual .boxContador .contador i {
        margin: 0 10px; }

#boxLista {
  width: -moz-calc(100% + 20px);
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  float: right;
  margin-top: 80px;
  padding-bottom: 70px; }
  #boxLista .item {
    width: -moz-calc(100% / 4 - 20px);
    width: -webkit-calc(100% / 4 - 20px);
    width: calc(100% / 4 - 20px);
    float: left;
    margin: 0 0 0 20px; }
    #boxLista .item figure {
      width: 100%;
      height: auto;
      float: left;
      margin: 0 0 15px 0;
      display: -ms-flex;
      display: -webkit-flex;
      display: flex;
      /* centraliza na vertical */
      -ms-align-items: center;
      -webkit-align-items: center;
      align-items: center;
      /* centraliza na horizontal */
      -ms-justify-content: center;
      -webkit-justify-content: center;
      justify-content: center; }
    #boxLista .item .contentInfo {
      width: 100%;
      height: auto;
      float: left;
      margin: 0;
      max-width: 180px;
      float: none;
      display: table;
      margin: 0 auto; }
    #boxLista .item strong {
      width: 100%;
      height: auto;
      float: left;
      margin: 0 0 10px 0;
      text-align: center; }
    #boxLista .item h3 {
      width: 100%;
      height: auto;
      float: left;
      margin: 0 0 10px 0;
      text-align: center;
      font-size: 16px;
      font-weight: 600;
      color: #111;
      text-transform: uppercase; }
    #boxLista .item .por {
      width: 100%;
      height: auto;
      float: left;
      margin: 0;
      text-align: center;
      color: #111;
      font-size: 17px;
      font-weight: 700;
      font-style: italic; }
    #boxLista .item span {
      width: 100%;
      height: auto;
      float: left;
      margin: 0;
      text-align: center;
      font-style: italic;
      color: #008C19;
      font-size: 17px;
      text-transform: uppercase; }
    #boxLista .item .btn {
      width: 170px;
      height: 35px;
      float: left;
      margin: 0;
      display: -ms-flex;
      display: -webkit-flex;
      display: flex;
      /* centraliza na vertical */
      -ms-align-items: center;
      -webkit-align-items: center;
      align-items: center;
      /* centraliza na horizontal */
      -ms-justify-content: center;
      -webkit-justify-content: center;
      justify-content: center;
      float: none;
      margin: 0 auto;
      background: #008C23;
      color: #fff;
      font-size: 17px;
      font-weight: 700;
      font-style: italic;
      border: 2px solid transparent; }
      #boxLista .item .btn:hover {
        background: #fff;
        color: #008C23;
        border-color: #008C23; }
  #boxLista .a {
    width: 100%;
    height: auto;
    float: left;
    margin: 60px 0 0 0; }
  #boxLista .b {
    width: 100%;
    height: auto;
    float: left;
    margin: 60px 0 0 0;
    display: none; }

.conteudo {
  width: 100%;
  height: auto;
  float: left;
  margin: 728px 0 0 0;
  position: relative;
  z-index: 800;
  background: #fff; }

#quem-somos {
  width: 100%;
  height: auto;
  float: left;
  margin: 0;
  position: relative; }
  #quem-somos .box-left {
    width: -moz-calc(100% - 615px);
    width: -webkit-calc(100% - 615px);
    width: calc(100% - 615px);
    float: left; }
  #quem-somos .box-right {
    width: 550px;
    height: auto;
    float: right;
    margin: 0;
    overflow: hidden; }
  #quem-somos #fotospagination {
    width: 100%;
    height: auto;
    float: left;
    margin: 20px 0 0 0;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    /* centraliza na vertical */
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    /* centraliza na horizontal */
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative; }
    #quem-somos #fotospagination .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      float: left;
      margin: 0 5px 0 0;
      background: #744C41; }
      #quem-somos #fotospagination .swiper-pagination-bullet:last-child {
        margin-right: 0; }

#enxoval {
  width: 100%;
  height: auto;
  float: left;
  margin: 0;
  position: relative; }
  #enxoval .content {
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    position: relative; }
  #enxoval ul {
    width: 275px;
    height: auto;
    float: left;
    margin: 0;
    border: 2px solid #744C41;
    padding: 30px 10px;
    position: sticky;
    top: 20px; }
    #enxoval ul li {
      width: 100%;
      height: auto;
      float: left;
      margin: 0; }
      #enxoval ul li:last-child a {
        border-bottom: 0; }
      #enxoval ul li a {
        width: 100%;
        height: auto;
        float: left;
        margin: 0;
        padding: 10px 15px;
        border-bottom: 1px solid #eee3e0;
        color: #744C41;
        font-size: 16px; }
        #enxoval ul li a:hover, #enxoval ul li a.ativo {
          background: #744C41;
          color: #fff; }
  #enxoval .box-right {
    width: -moz-calc(100% - 310px);
    width: -webkit-calc(100% - 310px);
    width: calc(100% - 310px);
    float: right; }

#post {
  width: 100%;
  height: auto;
  float: left;
  margin: 0; }
  #post .social {
    width: 100%;
    height: auto;
    float: left;
    margin: 40px 0 0 0;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    /* centraliza na vertical */
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    /* centraliza na horizontal */
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: flex-start; }
    #post .social span {
      font-size: 12px;
      color: #744C41;
      float: left;
      margin-right: 10px; }
    #post .social .facebook, #post .social .twitter {
      width: 22px;
      height: 22px;
      float: left;
      margin: 0 5px 0 0; }
      #post .social .facebook svg, #post .social .twitter svg {
        fill: #744C41; }
        #post .social .facebook svg path, #post .social .twitter svg path {
          fill: #744C41; }

#contato {
  width: 100%;
  height: auto;
  float: left;
  margin: 0;
  position: relative;
  z-index: 50; }
  #contato .contentForm {
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    /* centraliza na vertical */
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    /* centraliza na horizontal */
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center; }
    #contato .contentForm .box-left {
      width: -moz-calc(100% - 600px);
      width: -webkit-calc(100% - 600px);
      width: calc(100% - 600px);
      float: left; }
      #contato .contentForm .box-left .cmp {
        width: 100%;
        height: auto;
        float: left;
        margin: 0 0 20px 0; }
        #contato .contentForm .box-left .cmp input, #contato .contentForm .box-left .cmp textarea {
          width: 100%;
          height: 45px;
          float: left;
          margin: 0;
          border: 1px solid #744C41;
          padding: 0 20px;
          box-shadow: none;
          color: #744C41;
          font-size: 14px; }
          #contato .contentForm .box-left .cmp input.placeholder, #contato .contentForm .box-left .cmp textarea.placeholder {
            color: #744C41;
            font-size: 14px; }
          #contato .contentForm .box-left .cmp input:-moz-placeholder, #contato .contentForm .box-left .cmp textarea:-moz-placeholder {
            color: #744C41;
            font-size: 14px; }
          #contato .contentForm .box-left .cmp input::-moz-placeholder, #contato .contentForm .box-left .cmp textarea::-moz-placeholder {
            color: #744C41;
            font-size: 14px; }
          #contato .contentForm .box-left .cmp input:-ms-input-placeholder, #contato .contentForm .box-left .cmp textarea:-ms-input-placeholder {
            color: #744C41;
            font-size: 14px; }
          #contato .contentForm .box-left .cmp input::-webkit-input-placeholder, #contato .contentForm .box-left .cmp textarea::-webkit-input-placeholder {
            color: #744C41;
            font-size: 14px; }
        #contato .contentForm .box-left .cmp textarea {
          height: 180px;
          resize: none;
          padding: 20px; }
      #contato .contentForm .box-left button {
        width: 100%;
        height: 45px;
        float: left;
        margin: 0;
        background: #744C41;
        color: #fff;
        font-size: 18px;
        font-weight: 500; }
        #contato .contentForm .box-left button:hover {
          background: #D1AA66; }
      #contato .contentForm .box-left .fstToggleBtn {
        color: #fff;
        background: #000;
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        /* centraliza na vertical */
        -ms-align-items: center;
        -webkit-align-items: center;
        align-items: center;
        /* centraliza na horizontal */
        -ms-justify-content: center;
        -webkit-justify-content: center;
        justify-content: flex-start;
        font-size: 14px; }
        #contato .contentForm .box-left .fstToggleBtn::after {
          border-top-color: #fff;
          opacity: 1; }
      #contato .contentForm .box-left .fstSingleMode .fstQueryInput {
        opacity: 0; }
      #contato .contentForm .box-left .fstSingleMode .fstControls {
        padding: 0; }
      #contato .contentForm .box-left .fstElement {
        width: 100%;
        float: left;
        border: 0;
        background: transparent; }
      #contato .contentForm .box-left .fstResultItem {
        font-size: 14px;
        border: 0; }
      #contato .contentForm .box-left .fstFocused {
        background-color: #744C41; }
      #contato .contentForm .box-left .fstResultItem.fstSelected {
        background-color: #744C41;
        border-color: #744C41; }
      #contato .contentForm .box-left .fstQueryInput {
        font-size: 14px; }
      #contato .contentForm .box-left .fstSingleMode .fstQueryInput {
        padding: 7px 15px;
        height: 40px; }
        #contato .contentForm .box-left .fstSingleMode .fstQueryInput.placeholder {
          font-size: 14px; }
        #contato .contentForm .box-left .fstSingleMode .fstQueryInput:-moz-placeholder {
          font-size: 14px; }
        #contato .contentForm .box-left .fstSingleMode .fstQueryInput::-moz-placeholder {
          font-size: 14px; }
        #contato .contentForm .box-left .fstSingleMode .fstQueryInput:-ms-input-placeholder {
          font-size: 14px; }
        #contato .contentForm .box-left .fstSingleMode .fstQueryInput::-webkit-input-placeholder {
          font-size: 14px; }
      #contato .contentForm .box-left .fstNoResults {
        font-size: 15px;
        line-height: 20px;
        padding: 10px; }
      #contato .contentForm .box-left .fstResultItem:first-child {
        display: none; }
      #contato .contentForm .box-left .fstToggleBtn {
        border: 1px solid #744C41;
        height: 40px;
        padding: 0 20px;
        background: #fff;
        color: #744C41;
        font-size: 14px;
        font-family: "Roboto", sans-serif; }
        #contato .contentForm .box-left .fstToggleBtn:after {
          border-top-color: #744C41; }
    #contato .contentForm .box-right {
      width: 410px;
      height: auto;
      float: right;
      margin: 0 0 0 40px; }
      #contato .contentForm .box-right .content {
        width: 100%;
        height: auto;
        float: right;
        margin: 0;
        max-width: 520px;
        padding-right: 45px; }
        #contato .contentForm .box-right .content .telefone {
          width: 100%;
          height: auto;
          float: left;
          margin: 0 0 25px 0;
          min-height: 50px;
          display: -ms-flex;
          display: -webkit-flex;
          display: flex;
          /* centraliza na vertical */
          -ms-align-items: center;
          -webkit-align-items: center;
          align-items: center;
          /* centraliza na horizontal */
          -ms-justify-content: center;
          -webkit-justify-content: center;
          justify-content: flex-end;
          font-size: 32px;
          font-weight: 600;
          color: #794C3A; }
          #contato .contentForm .box-right .content .telefone i {
            float: right;
            margin-left: 20px;
            margin-right: 7px; }
        #contato .contentForm .box-right .content .email {
          width: 100%;
          height: auto;
          float: left;
          margin: 0 0 25px 0;
          color: #794C3A;
          font-size: 16px;
          min-height: 22px;
          display: -ms-flex;
          display: -webkit-flex;
          display: flex;
          /* centraliza na vertical */
          -ms-align-items: center;
          -webkit-align-items: center;
          align-items: center;
          /* centraliza na horizontal */
          -ms-justify-content: center;
          -webkit-justify-content: center;
          justify-content: flex-end; }
          #contato .contentForm .box-right .content .email i {
            float: right;
            margin-left: 20px; }
        #contato .contentForm .box-right .content .endereco {
          width: 100%;
          height: auto;
          float: left;
          margin: 0;
          color: #794C3A;
          font-size: 16px;
          display: -ms-flex;
          display: -webkit-flex;
          display: flex;
          /* centraliza na vertical */
          -ms-align-items: center;
          -webkit-align-items: center;
          align-items: center;
          /* centraliza na horizontal */
          -ms-justify-content: center;
          -webkit-justify-content: center;
          justify-content: flex-end;
          text-align: right; }
          #contato .contentForm .box-right .content .endereco i {
            float: right;
            margin-left: 20px;
            margin-right: 7px; }

#reportagensPage {
  width: 100%;
  height: auto;
  float: left;
  margin: 0; }
  #reportagensPage .lista {
    width: -moz-calc(100% + 40px);
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
    float: right;
    margin-top: 40px; }
    #reportagensPage .lista a {
      width: -moz-calc(100% / 3 - 40px);
      width: -webkit-calc(100% / 3 - 40px);
      width: calc(100% / 3 - 40px);
      display: -ms-flex;
      display: -webkit-flex;
      display: flex;
      /* centraliza na vertical */
      -ms-align-items: center;
      -webkit-align-items: center;
      align-items: center;
      /* centraliza na horizontal */
      -ms-justify-content: center;
      -webkit-justify-content: center;
      justify-content: flex-start;
      margin: 0 0 45px 40px;
      float: left; }
      #reportagensPage .lista a:hover .contentNoticia h2 {
        color: #784C3B; }
      #reportagensPage .lista a .boxData {
        width: 74px;
        height: 74px;
        float: left;
        margin: 0;
        border: 1px solid #BBB;
        border-radius: 4px;
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        /* centraliza na vertical */
        -ms-align-items: center;
        -webkit-align-items: center;
        align-items: center;
        /* centraliza na horizontal */
        -ms-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center; }
        #reportagensPage .lista a .boxData .contentData {
          width: 100%;
          height: auto;
          float: left;
          margin: 0; }
          #reportagensPage .lista a .boxData .contentData span, #reportagensPage .lista a .boxData .contentData strong {
            width: 100%;
            height: auto;
            float: left;
            margin: 0;
            text-align: center;
            color: #BCBCBC; }
          #reportagensPage .lista a .boxData .contentData span {
            font-size: 17px;
            line-height: 17px; }
          #reportagensPage .lista a .boxData .contentData strong {
            font-size: 38px;
            line-height: 38px;
            font-weight: 700; }
      #reportagensPage .lista a .contentNoticia {
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
        width: calc(100% - 90px);
        float: right;
        margin-left: 16px; }
        #reportagensPage .lista a .contentNoticia h2 {
          font-size: 22px;
          color: #111;
          line-height: 22px;
          font-weight: 600;
          -moz-transition: all 200ms ease-in-out;
          -o-transition: all 200ms ease-in-out;
          -webkit-transition: all 200ms ease-in-out;
          transition: all 200ms ease-in-out;
          -webkit-tap-highlight-color: transparent; }
        #reportagensPage .lista a .contentNoticia p {
          margin: 0;
          font-size: 16px;
          font-style: italic;
          color: #777777; }

#parceirosPage {
  width: 100%;
  height: auto;
  float: left;
  margin: 0; }
  #parceirosPage .lista {
    width: -moz-calc(100% + 22px);
    width: -webkit-calc(100% + 22px);
    width: calc(100% + 22px);
    float: right; }
    #parceirosPage .lista a {
      width: -moz-calc(100% / 6 - 22px);
      width: -webkit-calc(100% / 6 - 22px);
      width: calc(100% / 6 - 22px);
      float: left;
      margin: 0 0 22px 22px;
      display: -ms-flex;
      display: -webkit-flex;
      display: flex;
      /* centraliza na vertical */
      -ms-align-items: center;
      -webkit-align-items: center;
      align-items: center;
      /* centraliza na horizontal */
      -ms-justify-content: center;
      -webkit-justify-content: center;
      justify-content: center;
      height: 120px;
      border: 1px solid #EEE;
      padding: 4px;
      border-radius: 4px; }
      #parceirosPage .lista a:hover {
        border-color: #744C41; }
  #parceirosPage form {
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    max-width: 600px;
    float: none;
    display: table;
    margin: 0 auto; }
    #parceirosPage form .cmp {
      width: 100%;
      height: auto;
      float: left;
      margin: 0 0 15px 0; }
      #parceirosPage form .cmp input {
        width: 100%;
        height: 45px;
        float: left;
        margin: 0;
        border: 1px solid #744C41;
        color: #744C41;
        padding: 0 20px;
        box-shadow: none;
        border-radius: 5px; }
        #parceirosPage form .cmp input.placeholder {
          font-size: 14px;
          color: #744C41; }
        #parceirosPage form .cmp input:-moz-placeholder {
          font-size: 14px;
          color: #744C41; }
        #parceirosPage form .cmp input::-moz-placeholder {
          font-size: 14px;
          color: #744C41; }
        #parceirosPage form .cmp input:-ms-input-placeholder {
          font-size: 14px;
          color: #744C41; }
        #parceirosPage form .cmp input::-webkit-input-placeholder {
          font-size: 14px;
          color: #744C41; }
      #parceirosPage form .cmp.divider {
        width: -moz-calc(100% + 15px);
        width: -webkit-calc(100% + 15px);
        width: calc(100% + 15px);
        float: right; }
        #parceirosPage form .cmp.divider input {
          width: -moz-calc(100% / 2 - 15px);
          width: -webkit-calc(100% / 2 - 15px);
          width: calc(100% / 2 - 15px);
          margin-left: 15px; }
    #parceirosPage form button {
      width: 100%;
      height: auto;
      float: left;
      margin: 0;
      padding: 15px 0;
      font-size: 18px;
      font-weight: 700;
      color: #fff;
      background: #008C23;
      border-radius: 5px;
      float: none;
      display: table;
      margin: 0 auto; }
      #parceirosPage form button:hover {
        background: #D1AA66; }

#dicasPage {
  width: 100%;
  height: auto;
  float: left;
  margin: 0; }
  #dicasPage .listaDicas {
    width: 100%;
    height: auto;
    float: left;
    margin: 0; }
    #dicasPage .listaDicas .accordion-item {
      width: 100%;
      height: auto;
      float: left;
      margin: 0 0 10px 0; }
      #dicasPage .listaDicas .accordion-item.is-active .accordion-title {
        border-bottom: 0; }
    #dicasPage .listaDicas .accordion-content {
      width: 100%;
      height: auto;
      float: left;
      margin: 0;
      color: #784C3B;
      border-top: 0;
      border-bottom: 1px solid #744C41;
      border-color: #744C41; }
    #dicasPage .listaDicas .accordion-title {
      color: #744C41;
      font-size: 16px;
      border: 1px solid #744C41; }
      #dicasPage .listaDicas .accordion-title:hover, #dicasPage .listaDicas .accordion-title:focus {
        background-color: #eee3e0; }

.close {
  position: absolute;
  right: 50px;
  top: 50px; }

#home .boxTopo .topo form .fstSingleMode .fstQueryInput, #contato .boxRight .content form .fstSingleMode .fstQueryInput, #contato .contentForm .box-left .fstSingleMode .fstQueryInput {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

@media (max-width: 1190px) {
  #home .boxTopo .topo form {
    max-width: 350px;
    margin: 0 0 0 30px; }

  #home .boxTopo .topo {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    /* centraliza na vertical */
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    /* centraliza na horizontal */
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: space-between; }

  #home .boxTopo .topo form .fstToggleBtn {
    background: transparent; } }
@media (max-width: 1180px) {
  #home #menuPrincipal li a {
    padding: 0 10px;
    font-size: 13px; }

  #home #menuPrincipal {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    /* centraliza na vertical */
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    /* centraliza na horizontal */
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center; } }
@media (max-width: 1360px) {
  .area-navs {
    display: none !important; }

  #contato .boxRight .content form .cmp .c .cidade {
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px); } }
@media (max-width: 1023px) {
  .menu-fixed {
    display: none; }

  #contato .boxLeft .content .endereco {
    text-align: center; }

  #reportagensPage .lista a {
    width: -moz-calc(100% / 2 - 40px);
    width: -webkit-calc(100% / 2 - 40px);
    width: calc(100% / 2 - 40px); }

  #interno #home, #virtual .dtl {
    display: none; }

  #virtual .nome {
    font-size: 32px; }

  #virtual p {
    font-size: 16px; }

  #virtual .boxContador .contador span, #virtual .boxContador .contador i {
    font-size: 24px; }

  #virtual .boxContador {
    max-width: 300px; }

  #interno .conteudo {
    margin: 0 !important; }

  #contato .boxRight .content .tit {
    text-align: center; }

  #contato .boxRight .content form button {
    float: none;
    display: table;
    margin: 0 auto; }

  #copy {
    display: block;
    padding: 10px 0; }
    #copy .responsive {
      display: block; }
    #copy span {
      width: 100%;
      height: auto;
      float: left;
      margin: 0 0 10px 0;
      text-align: center; }
    #copy a {
      float: none;
      display: table;
      margin: 0 auto; }

  #parceiros {
    padding-bottom: 80px; }

  #contato .boxLeft {
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    padding: 60px 0; }

  #contato .boxLeft .content {
    max-width: 100%;
    padding: 0; }

  #contato .boxLeft .content > div {
    text-align: center;
    justify-content: center !important;
    margin-bottom: 15px !important; }
    #contato .boxLeft .content > div i {
      display: none; }
    #contato .boxLeft .content > div:last-of-type {
      margin-bottom: 30px !important; }

  #contato .boxRight {
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    padding: 60px 0; }

  #contato .boxRight .content {
    max-width: 100%;
    padding: 0 15px; }

  #contato .boxLeft .content .telefone {
    font-size: 24px;
    line-height: 24px;
    min-height: unset; }

  #contato .boxLeft .content .btnMapa {
    float: none;
    margin: 0 auto; }

  #reportagens .nave,
  #reportagens .estrela,
  #parceiros .hello,
  #parceiros .casa {
    display: none; }

  #reportagens .reportagens a .contentNoticia h2 {
    font-size: 16px; }

  #reportagens .reportagens a .contentNoticia p {
    font-size: 14px; }

  #reportagens .reportagens a .content .boxData .contentData strong {
    font-size: 26px;
    line-height: 26px; }

  #reportagens .reportagens a .content .boxData .contentData span {
    font-size: 15px;
    line-height: 15px; }

  #home .boxTopo {
    display: none; }

  .conteudo {
    position: unset;
    z-index: -1; }

  [canvas=container] {
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    position: relative;
    background-color: white;
    -webkit-overflow-scrolling: touch; }

  [canvas], [off-canvas] {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: -webkit-transform 300ms;
    transition: transform 300ms;
    -webkit-backface-visibility: hidden; }

  [canvas=container], [off-canvas] {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    moz-box-sizing: border-box;
    box-sizing: border-box; }

  #home {
    position: relative;
    height: auto; }

  #home .boxDestaque {
    position: unset; }

  #categorias .dtl,
  #home #menuPrincipal {
    display: none; }

  #home .swiper-container-fade .swiper-slide {
    background: none !important;
    height: auto !important; }
    #home .swiper-container-fade .swiper-slide img {
      display: block !important; }

  .conteudo {
    margin: 0; }

  .nav-trigger {
    display: block; }

  #topo {
    display: none; }

  input, textarea {
    font-size: 14px; }
    input.placeholder, textarea.placeholder {
      font-size: 14px; }
    input:-moz-placeholder, textarea:-moz-placeholder {
      font-size: 14px; }
    input::-moz-placeholder, textarea::-moz-placeholder {
      font-size: 14px; }
    input:-ms-input-placeholder, textarea:-ms-input-placeholder {
      font-size: 14px; }
    input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
      font-size: 14px; } }
@media (max-width: 968px) {
  #contato .contentForm .box-left {
    width: 100%;
    height: auto;
    float: left;
    margin: 0; }

  #contato .contentForm .box-right {
    display: none; }

  #quem-somos .box-left {
    width: 100%;
    height: auto;
    float: left;
    margin: 0; }

  #galeria .swiper-slide img {
    width: 100%; }

  #quem-somos .box-right {
    width: 100%;
    height: auto;
    float: left;
    margin: 50px 0 0 0; }

  #parallax .content h2, #parallax .content h3 {
    font-size: 26px;
    line-height: 30px; }

  #parallax {
    height: 260px;
    -webkit-background-size: cover;
    background-size: cover; }

  #categorias .categorias a .contentTxt span {
    font-size: 18px;
    line-height: 22px; }

  #sobre .boxRight {
    width: 100%;
    height: auto;
    float: left;
    margin: 0; }

  #sobre .boxRight .content .btn {
    float: none;
    margin: 0 auto; }

  #sobre .boxRight .content .tit {
    text-align: center; }

  #sobre .boxRight .content p {
    text-align: center;
    line-height: 23px;
    margin-bottom: 40px; }

  #sobre .boxRight .content {
    max-width: 100%; }

  #sobre .boxLeft {
    display: none; }

  .tit,
  #contato .boxRight .content .tit,
  .titPage {
    font-size: 26px !important;
    line-height: 32px; }

  #enxoval ul {
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    position: unset; }

  #enxoval .box-right {
    width: 100%;
    height: auto;
    float: left;
    margin: 30px 0 0 0; } }
@media (max-width: 768px) {
  #parceirosPage form .cmp.divider {
    width: 100%;
    float: left; }
    #parceirosPage form .cmp.divider input {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-bottom: 15px; }
      #parceirosPage form .cmp.divider input:last-child {
        margin-bottom: 0; }

  #parceirosPage .lista a {
    width: -moz-calc(100% / 2 - 22px);
    width: -webkit-calc(100% / 2 - 22px);
    width: calc(100% / 2 - 22px); }

  #reportagensPage .lista {
    width: 100%;
    height: auto;
    float: left;
    margin: 0; }

  #reportagensPage .lista a .boxData .contentData span {
    font-size: 14px; }

  #reportagensPage .lista a .contentNoticia h2 {
    font-size: 15px; }

  #reportagensPage .lista a .boxData .contentData strong {
    font-size: 26px; }

  #reportagensPage .lista a {
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 30px 0; }

  #boxLista .item {
    width: -moz-calc(100% / 2 - 20px);
    width: -webkit-calc(100% / 2 - 20px);
    width: calc(100% / 2 - 20px); }

  #boxLista .item h3,
  #boxLista .item .por,
  #boxLista .item span {
    font-size: 14px; }

  #boxLista .item .btn {
    width: 140px;
    font-size: 14px; }

  #boxLista .b {
    display: block; }

  #boxLista .a {
    display: none; } }

/*# sourceMappingURL=app.css.map */
