@font-face {
    font-family: Effra;
    src: url("../fonts/Effra/Effra-Regular.ttf");
    src: url("../fonts/Effra/Effra-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: EffraLight;
    src: url("../fonts/Effra/Effra-Light.ttf");
    src: url("../fonts/Effra/Effra-Light.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: EffraMedium;
    src: url("../fonts/Effra/Effra-Bold.ttf");
    src: url("../fonts/Effra/Effra-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: Roboto;
    src: url("../fonts/Roboto/Roboto-Regular.ttf");
    src: url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: RobotoLight;
    src: url("../fonts/Roboto/Roboto-Light.ttf");
    src: url("../fonts/Roboto/Roboto-Light.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: RobotoMedium;
    src: url("../fonts/Roboto/Roboto-Medium.ttf");
    src: url("../fonts/Roboto/Roboto-Medium.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
      font-family: Sora;
      src: url(../fonts/Sora/Sora-Regular.ttf);
      src: url(../fonts/Sora/Sora-Regular.ttf) format("truetype");
      font-weight: 400;
      font-style: normal;
      font-display: swap;
  }
  @font-face {
      font-family: SoraLight;
      src: url(../fonts/Sora/Sora-Light.ttf);
      src: url(../fonts/Sora/Sora-Light.ttf) format("truetype");
      font-weight: 400;
      font-style: normal;
      font-display: swap;
  }
  @font-face {
      font-family: SoraMedium;
      src: url(../fonts/Sora/Sora-Medium.ttf);
      src: url(../fonts/Sora/Sora-Medium.ttf) format("truetype");
      font-weight: 400;
      font-style: bold;
      font-display: swap;
  }
  .btn-show-more,
  .button,
  .button--big,
  .button--small,
  .calc-response .calc-response__btn,
  .event__button,
  .faq .help-modal__link,
  .showcase__button,
  .wp-block-button .wp-block-button__link,
  .wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-submit {
      display: inline-block;
      vertical-align: middle;
      padding: 0 3rem;
      border: none;
      -webkit-box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.4) inset;
      box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.4) inset;
      background-color: #edece5;
      color: #ff6900;
      text-transform: uppercase;
      font-family: SoraMedium, Effra, Roboto;
      font-size: 1.6rem;
      line-height: 5.6rem;
      font-weight: 400;
      letter-spacing: 0.01em;
      text-align: center;
      text-transform: uppercase;
      cursor: pointer;
  }
  .btn-show-more:focus,
  .btn-show-more:hover,
  .button--big:focus,
  .button--big:hover,
  .button--small:focus,
  .button--small:hover,
  .button:focus,
  .button:hover,
  .calc-response .calc-response__btn:focus,
  .calc-response .calc-response__btn:hover,
  .event__button:focus,
  .event__button:hover,
  .faq .help-modal__link:focus,
  .faq .help-modal__link:hover,
  .showcase__button:focus,
  .showcase__button:hover,
  .wp-block-button .wp-block-button__link:focus,
  .wp-block-button .wp-block-button__link:hover,
  .wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-submit:focus,
  .wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-submit:hover {
      outline: 0;
      color: #ff6900;
      text-shadow: 0 0 currentColor;
      background-color: #e3e1d6;
  }
  .btn-show-more:active,
  .button--big:active,
  .buttoen--small:active,
  .button:active,
  .calc-response .calc-response__btn:activ,
  .event__button:active,
  .faq .help-modal__link:active,
  .showcase__button:active,
  .wp-block-button .wp-block-button__link:active,
  .wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-submit:active {
      -webkit-box-shadow: 0 0 0 0 #88888a inset;
      box-shadow: 0 0 0 0 #88888a inset;
      -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
      transform: translateY(1px);
  }
  .-orange.btn-show-more,
  .-orange.button,
  .-orange.button--big,
  .-orange.button--small,
  .-orange.event__button,
  .-orange.showcase__button,
  .calc-response .-orange.calc-response__btn,
  .faq .-orange.help-modal__link,
  .wp-block-button .-orange.wp-block-button__link,
  .wpcf7 .wpcf7-form .-orange.wpcf7-form-control.wpcf7-submit {
      background-color: #f1762e;
      color: #fff;
      -webkit-box-shadow: 0 -2px 0 #f1762e inset;
      box-shadow: 0 -2px 0 #f1762e inset;
      border-radius: 20px;
  }
  .-orange.btn-show-more:focus,
  .-orange.btn-show-more:hover,
  .-orange.button--big:focus,
  .-orange.button--big:hover,
  .-orange.button--small:focus,
  .-orange.button--small:hover,
  .-orange.button:focus,
  .-orange.button:hover,
  .-orange.event__button:focus,
  .-orange.event__button:hover,
  .-orange.showcase__button:focus,
  .-orange.showcase__button:hover,
  .calc-response .-orange.calc-response__btn:focus,
  .calc-response .-orange.calc-response__btn:hover,
  .faq .-orange.help-modal__link:focus,
  .faq .-orange.help-modal__link:hover,
  .wp-block-button .-orange.wp-block-button__link:focus,
  .wp-block-button .-orange.wp-block-button__link:hover,
  .wpcf7 .wpcf7-form .-orange.wpcf7-form-control.wpcf7-submit:focus,
  .wpcf7 .wpcf7-form .-orange.wpcf7-form-control.wpcf7-submit:hover {
      outline: 0;
      color: #fff;
      background-color: #e65f00;
  }
  .-orange.btn-show-more:active,
  .-orange.button--big:active,
  .-orange.button--small:active,
  .-orange.button:active,
  .-orange.event__button:active,
  .-orange.showcase__button:active,
  .calc-response .-orange.calc-response__btn:active,
  .faq .-orange.help-modal__link:active,
  .wp-block-button .-orange.wp-block-button__link:active,
  .wpcf7 .wpcf7-form .-orange.wpcf7-form-control.wpcf7-submit:active {
      -webkit-box-shadow: 0 0 0 0 #d45b04 inset;
      box-shadow: 0 0 0 0 #d45b04 inset;
      -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
      transform: translateY(1px);
  }
  .-blue.btn-show-more,
  .-blue.button,
  .-blue.button--big,
  .-blue.button--small,
  .-blue.event__button,
  .-blue.showcase__button,
  .calc-response .-blue.calc-response__btn,
  .faq .-blue.help-modal__link,
  .wp-block-button .-blue.wp-block-button__link,
  .wpcf7 .wpcf7-form .-blue.wpcf7-form-control.wpcf7-submit {
      background-color: #003660;
      color: #fff;
      -webkit-box-shadow: 0 -2px 0 #052238 inset;
      box-shadow: 0 -2px 0 #052238 inset;
  }
  .-blue.btn-show-more:focus,
  .-blue.btn-show-more:hover,
  .-blue.button--big:focus,
  .-blue.button--big:hover,
  .-blue.button--small:focus,
  .-blue.button--small:hover,
  .-blue.button:focus,
  .-blue.button:hover,
  .-blue.event__button:focus,
  .-blue.event__button:hover,
  .-blue.showcase__button:focus,
  .-blue.showcase__button:hover,
  .calc-response .-blue.calc-response__btn:focus,
  .calc-response .-blue.calc-response__btn:hover,
  .faq .-blue.help-modal__link:focus,
  .faq .-blue.help-modal__link:hover,
  .wp-block-button .-blue.wp-block-button__link:focus,
  .wp-block-button .-blue.wp-block-button__link:hover,
  .wpcf7 .wpcf7-form .-blue.wpcf7-form-control.wpcf7-submit:focus,
  .wpcf7 .wpcf7-form .-blue.wpcf7-form-control.wpcf7-submit:hover {
      outline: 0;
      color: #fff;
      background-color: #002847;
  }
  .-blue.btn-show-more:active,
  .-blue.button--big:active,
  .-blue.button--small:active,
  .-blue.button:active,
  .-blue.event__button:active,
  .-blue.showcase__button:active,
  .calc-response .-blue.calc-response__btn:active,
  .faq .-blue.help-modal__link:active,
  .wp-block-button .-blue.wp-block-button__link:active,
  .wpcf7 .wpcf7-form .-blue.wpcf7-form-control.wpcf7-submit:active {
      -webkit-box-shadow: 0 0 0 0 #052238 inset;
      box-shadow: 0 0 0 0 #052238 inset;
      -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
      transform: translateY(1px);
  }
  .-green.btn-show-more,
  .-green.button,
  .-green.button--big,
  .-green.button--small,
  .-green.event__button,
  .-green.showcase__button,
  .calc-response .-green.calc-response__btn,
  .faq .-green.help-modal__link,
  .wp-block-button .-green.wp-block-button__link,
  .wpcf7 .wpcf7-form .-green.wpcf7-form-control.wpcf7-submit {
      background-color: #769350;
      color: #fff;
      -webkit-box-shadow: 0 -2px 0 #526650 inset;
      box-shadow: 0 -2px 0 #526650 inset;
  }
  .-green.btn-show-more:focus,
  .-green.btn-show-more:hover,
  .-green.button--big:focus,
  .-green.button--big:hover,
  .-green.button--small:focus,
  .-green.button--small:hover,
  .-green.button:focus,
  .-green.button:hover,
  .-green.event__button:focus,
  .-green.event__button:hover,
  .-green.showcase__button:focus,
  .-green.showcase__button:hover,
  .calc-response .-green.calc-response__btn:focus,
  .calc-response .-green.calc-response__btn:hover,
  .faq .-green.help-modal__link:focus,
  .faq .-green.help-modal__link:hover,
  .wp-block-button .-green.wp-block-button__link:focus,
  .wp-block-button .-green.wp-block-button__link:hover,
  .wpcf7 .wpcf7-form .-green.wpcf7-form-control.wpcf7-submit:focus,
  .wpcf7 .wpcf7-form .-green.wpcf7-form-control.wpcf7-submit:hover {
      outline: 0;
      color: #fff;
      background-color: #698247;
  }
  .-green.btn-show-more:active,
  .-green.button--big:active,
  .-green.button--small:active,
  .-green.button:active,
  .-green.event__button:active,
  .-green.showcase__button:active,
  .calc-response .-green.calc-response__btn:active,
  .faq .-green.help-modal__link:active,
  .wp-block-button .-green.wp-block-button__link:active,
  .wpcf7 .wpcf7-form .-green.wpcf7-form-control.wpcf7-submit:active {
      -webkit-box-shadow: 0 0 0 0 #526650 inset;
      box-shadow: 0 0 0 0 #526650 inset;
      -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
      transform: translateY(1px);
  }
  .-red.btn-show-more,
  .-red.button,
  .-red.button--big,
  .-red.button--small,
  .-red.event__button,
  .-red.showcase__button,
  .calc-response .-red.calc-response__btn,
  .faq .-red.help-modal__link,
  .wp-block-button .-red.wp-block-button__link,
  .wpcf7 .wpcf7-form .-red.wpcf7-form-control.wpcf7-submit {
      background-color: #e73838;
      color: #fff;
      -webkit-box-shadow: 0 -2px 0 #924547 inset;
      box-shadow: 0 -2px 0 #924547 inset;
  }
  .-red.btn-show-more:focus,
  .-red.btn-show-more:hover,
  .-red.button--big:focus,
  .-red.button--big:hover,
  .-red.button--small:focus,
  .-red.button--small:hover,
  .-red.button:focus,
  .-red.button:hover,
  .-red.event__button:focus,
  .-red.event__button:hover,
  .-red.showcase__button:focus,
  .-red.showcase__button:hover,
  .calc-response .-red.calc-response__btn:focus,
  .calc-response .-red.calc-response__btn:hover,
  .faq .-red.help-modal__link:focus,
  .faq .-red.help-modal__link:hover,
  .wp-block-button .-red.wp-block-button__link:focus,
  .wp-block-button .-red.wp-block-button__link:hover,
  .wpcf7 .wpcf7-form .-red.wpcf7-form-control.wpcf7-submit:focus,
  .wpcf7 .wpcf7-form .-red.wpcf7-form-control.wpcf7-submit:hover {
      outline: 0;
      color: #fff;
      background-color: #e42121;
  }
  .-red.btn-show-more:active,
  .-red.button--big:active,
  .-red.button--small:active,
  .-red.button:active,
  .-red.event__button:active,
  .-red.showcase__button:active,
  .calc-response .-red.calc-response__btn:active,
  .faq .-red.help-modal__link:active,
  .wp-block-button .-red.wp-block-button__link:active,
  .wpcf7 .wpcf7-form .-red.wpcf7-form-control.wpcf7-submit:active {
      -webkit-box-shadow: 0 0 0 0 #924547 inset;
      box-shadow: 0 0 0 0 #924547 inset;
      -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
      transform: translateY(1px);
  }
  .-premium.btn-show-more,
  .-premium.button,
  .-premium.button--big,
  .-premium.button--small,
  .-premium.event__button,
  .-premium.showcase__button,
  .calc-response .-premium.calc-response__btn,
  .faq .-premium.help-modal__link,
  .wp-block-button .-premium.wp-block-button__link,
  .wpcf7 .wpcf7-form .-premium.wpcf7-form-control.wpcf7-submit {
      background-color: #333;
      color: #fff;
      text-transform: uppercase;
      font-family: Sora, Effra, Roboto;
      -webkit-box-shadow: none;
      box-shadow: none;
  }
  .-premium.btn-show-more:focus,
  .-premium.btn-show-more:hover,
  .-premium.button--big:focus,
  .-premium.button--big:hover,
  .-premium.button--small:focus,
  .-premium.button--small:hover,
  .-premium.button:focus,
  .-premium.button:hover,
  .-premium.event__button:focus,
  .-premium.event__button:hover,
  .-premium.showcase__button:focus,
  .-premium.showcase__button:hover,
  .calc-response .-premium.calc-response__btn:focus,
  .calc-response .-premium.calc-response__btn:hover,
  .faq .-premium.help-modal__link:focus,
  .faq .-premium.help-modal__link:hover,
  .wp-block-button .-premium.wp-block-button__link:focus,
  .wp-block-button .-premium.wp-block-button__link:hover,
  .wpcf7 .wpcf7-form .-premium.wpcf7-form-control.wpcf7-submit:focus,
  .wpcf7 .wpcf7-form .-premium.wpcf7-form-control.wpcf7-submit:hover {
      outline: 0;
      color: #fff;
      background-color: #262626;
      -webkit-box-shadow: none;
      box-shadow: none;
  }
  .-disabled.btn-show-more,
  .-disabled.button,
  .-disabled.button--big,
  .-disabled.button--small,
  .-disabled.event__button,
  .-disabled.showcase__button,
  .btn-show-more:disabled,
  .button--big:disabled,
  .button--small:disabled,
  .button:disabled,
  .calc-response .-disabled.calc-response__btn,
  .calc-response .calc-response__btn:disabled,
  .event__button:disabled,
  .faq .-disabled.help-modal__link,
  .faq .help-modal__link:disabled,
  .showcase__button:disabled,
  .wp-block-button .-disabled.wp-block-button__link,
  .wp-block-button .wp-block-button__link:disabled,
  .wpcf7 .wpcf7-form .-disabled.wpcf7-form-control.wpcf7-submit,
  .wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-submit:disabled {
      background-color: #edece5;
      color: #a59c94;
      -webkit-box-shadow: 0 2px 0 #a59c94 inset;
      box-shadow: 0 2px 0 #a59c94 inset;
  }
  .-disabled.btn-show-more:focus,
  .-disabled.btn-show-more:hover,
  .-disabled.button--big:focus,
  .-disabled.button--big:hover,
  .-disabled.button--small:focus,
  .-disabled.button--small:hover,
  .-disabled.button:focus,
  .-disabled.button:hover,
  .-disabled.event__button:focus,
  .-disabled.event__button:hover,
  .-disabled.showcase__button:focus,
  .-disabled.showcase__button:hover,
  .btn-show-more:disabled:focus,
  .btn-show-more:disabled:hover,
  .button--big:disabled:focus,
  .button--big:disabled:hover,
  .button--small:disabled:focus,
  .button--small:disabled:hover,
  .button:disabled:focus,
  .button:disabled:hover,
  .calc-response .-disabled.calc-response__btn:focus,
  .calc-response .-disabled.calc-response__btn:hover,
  .calc-response .calc-response__btn:disabled:focus,
  .calc-response .calc-response__btn:disabled:hover,
  .event__button:disabled:focus,
  .event__button:disabled:hover,
  .faq .-disabled.help-modal__link:focus,
  .faq .-disabled.help-modal__link:hover,
  .faq .help-modal__link:disabled:focus,
  .faq .help-modal__link:disabled:hover,
  .showcase__button:disabled:focus,
  .showcase__button:disabled:hover,
  .wp-block-button .-disabled.wp-block-button__link:focus,
  .wp-block-button .-disabled.wp-block-button__link:hover,
  .wp-block-button .wp-block-button__link:disabled:focus,
  .wp-block-button .wp-block-button__link:disabled:hover,
  .wpcf7 .wpcf7-form .-disabled.wpcf7-form-control.wpcf7-submit:focus,
  .wpcf7 .wpcf7-form .-disabled.wpcf7-form-control.wpcf7-submit:hover,
  .wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-submit:disabled:focus,
  .wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-submit:disabled:hover {
      outline: 0;
      cursor: not-allowed;
  }
  .-disabled.btn-show-more:active,
  .-disabled.button--big:active,
  .-disabled.button--small:active,
  .-disabled.button:active,
  .-disabled.event__button:active,
  .-disabled.showcase__button:active,
  .btn-show-more:disabled:active,
  .button--big:disabled:active,
  .button--small:disabled:active,
  .button:disabled:active,
  .calc-response .-disabled.calc-response__btn:active,
  .calc-response .calc-response__btn:disabled:active,
  .event__button:disabled:active,
  .faq .-disabled.help-modal__link:active,
  .faq .help-modal__link:disabled:active,
  .showcase__button:disabled:active,
  .wp-block-button .-disabled.wp-block-button__link:active,
  .wp-block-button .wp-block-button__link:disabled:active,
  .wpcf7 .wpcf7-form .-disabled.wpcf7-form-control.wpcf7-submit:active,
  .wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-submit:disabled:active {
      -webkit-box-shadow: 0 0 0 0 #a59c94 inset;
      box-shadow: 0 0 0 0 #a59c94 inset;
  }
  .guide__slide-limit,
  .hero__limit,
  .knowprod__limit,
  .limit,
  .material__limit,
  .newsletter__limit,
  .page-hero__search,
  .page-hero__title,
  .podcast__limit,
  .search__limit,
  .video__limit {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
  }
  .guide__header,
  .help-modal__limit,
  .limit--article,
  .magazine__limit,
  .wp-block-cover .wp-block-cover__inner-container {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
  }
  .page-tab__header,
  .wp-content--fluid > h1,
  .wp-content--fluid > h2,
  .wp-content--fluid > h3,
  .wp-content--page > h1,
  .wp-content--page > h2,
  .wp-content--page > h3,
  .wp-content > h1,
  .wp-content > h2,
  .wp-content > h3 {
      margin-bottom: 4rem;
  }
  .btn-show-more,
  .button,
  .button--big,
  .button--small,
  .calc-response .calc-response__btn,
  .event__button,
  .faq .help-modal__link,
  .help-modal__limit,
  .intro,
  .showcase__button,
  .wp-block-button .wp-block-button__link,
  .wp-block-image,
  .wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-submit,
  blockquote,
  dl,
  figure,
  form,
  h1,
  h2,
  h3,
  ol,
  p,
  pre,
  table,
  ul {
      margin-bottom: 2rem;
  }
  button,
  dd,
  dt,
  fieldset,
  input,
  li,
  select,
  textarea {
      margin-bottom: 1rem;
  }
  .wp-content--fluid > .has-text-color:first-child,
  .wp-content--fluid > div:not([class]):first-child,
  .wp-content--fluid > h1,
  .wp-content--fluid > h1:first-child,
  .wp-content--fluid > h2,
  .wp-content--fluid > h2:first-child,
  .wp-content--fluid > h3,
  .wp-content--fluid > h3:first-child,
  .wp-content--fluid > ol:first-child,
  .wp-content--fluid > p:first-child,
  .wp-content--fluid > ul:first-child,
  .wp-content--page > .has-text-color:first-child,
  .wp-content--page > div:not([class]):first-child,
  .wp-content--page > h1,
  .wp-content--page > h1:first-child,
  .wp-content--page > h2,
  .wp-content--page > h2:first-child,
  .wp-content--page > h3,
  .wp-content--page > h3:first-child,
  .wp-content--page > ol:first-child,
  .wp-content--page > p:first-child,
  .wp-content--page > ul:first-child,
  .wp-content > .has-text-color:first-child,
  .wp-content > div:not([class]):first-child,
  .wp-content > h1,
  .wp-content > h1:first-child,
  .wp-content > h2,
  .wp-content > h2:first-child,
  .wp-content > h3,
  .wp-content > h3:first-child,
  .wp-content > ol:first-child,
  .wp-content > p:first-child,
  .wp-content > ul:first-child {
      margin-top: 4rem;
  }
  .page-tab,
  .page-tab__search-error {
      padding-bottom: 4rem;
  }
  .accordion__content,
  .block--post-novidades,
  .video {
      padding-bottom: 2rem;
  }
  .page-tab,
  .page-tab__search-error {
      padding-top: 4rem;
  }
  .accordion__content,
  .block--post-novidades,
  .video {
      padding-top: 2rem;
  }
  .carousel__limit .button--small {
      background-color: #ff6900;
      background-color: var(--primary);
  }
  .breadcrumb__link,
  .breadcrumb__link:hover,
  .carousel .tns-nav [aria-controls],
  .eventslist__body .tns-nav [aria-controls],
  .header,
  .highlight__modal-close,
  .highlight__tooltip,
  .profit__slider-stage .tns-nav [aria-controls],
  .slider .tns-nav [aria-controls] {
      color: #ff6900;
      color: var(--primary);
  }
  a {
      color: #ff6900;
      text-decoration: none;
  }
  a:focus {
      outline: 0;
      text-shadow: 0 0 currentColor;
  }
  a:not([class]):focus,
  a:not([class]):hover {
      text-decoration: underline;
  }
  P > a:hover,
  b > a:hover,
  strong > a:hover {
      text-shadow: 0 0 #ff6900;
  }
  blockquote {
      border-left: 0.3rem solid #edece5;
      margin-left: 0;
      margin-right: 0;
      padding: 1rem 1.5rem;
  }
  blockquote :last-child {
      margin-bottom: 0;
  }
  body {
      font-size: 1.6em!Important;
      font-weight: 300;
      letter-spacing: 0.01em;
      line-height: 1.6;
      font-family: Sora, Effra, Roboto !important;
      -webkit-font-smoothing: antialiased !important;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
      color: #333;
  }
  body b {
      font-family: SoraMedium, Effra, Roboto;
  }
  code {
      background: #f4f5f6;
      border-radius: 0.4rem;
      font-size: 86%;
      margin: 0 0.2rem;
      padding: 0.2rem 0.5rem;
      white-space: nowrap;
  }
  figure img,
  figure svg {
      display: block;
      margin: auto;
      max-width: 100%;
  }
  input:not([type]),
  input[type="color"],
  input[type="date"],
  input[type="datetime-local"],
  input[type="datetime"],
  input[type="email"],
  input[type="month"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="url"],
  input[type="week"],
  select,
  textarea {
      -webkit-appearance: none;
      background-color: transparent;
      border: 0.2rem solid #d1d1d1;
      border-radius: 0.2rem;
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-box-sizing: inherit;
      box-sizing: inherit;
      height: 3.8rem;
      padding: 0.6rem 1rem 0.7rem;
      width: 100%;
  }
  input:not([type]):focus,
  input[type="color"]:focus,
  input[type="date"]:focus,
  input[type="datetime-local"]:focus,
  input[type="datetime"]:focus,
  input[type="email"]:focus,
  input[type="month"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="text"]:focus,
  input[type="url"]:focus,
  input[type="week"]:focus,
  select:focus,
  textarea:focus {
      border-color: #ff6900;
      outline: 0;
  }
  select {
      background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 8" width="30"><path fill="%23d1d1d1" d="M0,0l6,8l6-8"/></svg>') center right no-repeat;
      padding-right: 3rem;
  }
  select:focus {
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 8" width="30"><path fill="%23ff6900" d="M0,0l6,8l6-8"/></svg>');
  }
  select[multiple] {
      background: 0 0;
      height: auto;
  }
  textarea {
      min-height: 6.5rem;
  }
  label,
  legend {
      display: block;
      font-size: 1.6rem;
      font-weight: 700;
      margin-bottom: 0.5rem;
  }
  fieldset {
      border-width: 0;
      padding: 0;
  }
  input[type="checkbox"],
  input[type="radio"] {
      display: inline;
  }
  input[type="checkbox"]:focus,
  input[type="radio"]:focus {
      outline-color: #ff6900;
  }
  input[type="button"]:not([class]),
  input[type="submit"]:not([class]) {
      padding: 1rem 2.5rem;
      font-size: 1.5rem;
      min-width: 0;
      background-color: #edece5;
      cursor: pointer;
      font-family: SoraMedium, Effra, Roboto;
      border: none;
      -webkit-box-shadow: 0 -2px 0 0 #88888a inset;
      box-shadow: 0 -2px 0 0 #88888a inset;
  }
  input[type="button"]:not([class]):focus,
  input[type="submit"]:not([class]):focus {
      outline: 0;
      color: #ff6900;
      -webkit-box-shadow: 0 -2px 0 0 #ff6900 inset;
      box-shadow: 0 -2px 0 0 #ff6900 inset;
  }
  input[type="button"]:not([class]):active,
  input[type="submit"]:not([class]):active {
      -webkit-box-shadow: 0 -1px 0 0 #ff6900 inset;
      box-shadow: 0 -1px 0 0 #ff6900 inset;
      -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
      transform: translateY(1px);
  }
  input {
      font-family: Sora, Effra, Roboto;
  }
  .check-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      max-width: 420px;
      margin: auto;
  }
  .check-group .checktext {
      display: block;
      width: 100%;
  }
  .check-group .checktext .checktext__box {
      display: block;
      width: 100%;
      background-color: #edece5;
      border: 2px solid transparent;
      margin-bottom: 1rem;
      padding: 1rem;
  }
  .check-group .checktext .checktext__icon {
      position: relative;
      display: inline-block;
      width: 2rem;
      height: 2rem;
      vertical-align: middle;
      background-color: #fff;
      margin-right: 0.5rem;
      border: 1px solid gray;
      border-radius: 100%;
  }
  .check-group .checktext .checktext__icon::after {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 1.2rem;
      height: 1.2rem;
      border-radius: 100%;
      background-color: transparent;
      content: "";
  }
  .check-group .checktext input {
      display: none;
      margin-bottom: 0;
  }
  .check-group .checktext input:checked + .checktext__box {
      border-color: #ff6900;
  }
  .check-group .checktext input:checked + .checktext__box .checktext__icon::after {
      background-color: #ff6900;
  }
  .check-group .checktext label {
      display: block;
      cursor: pointer;
      margin-bottom: 0;
  }
  .check-group .checkimg {
      width: calc(50% - 2rem);
  }
  .check-group .checkimg img {
      max-width: 100%;
  }
  .ipt-group input {
      width: auto;
  }
  .ipt-group input.-small {
      width: 120px;
  }
  .ipt-group__label {
      margin: 0 1rem;
      font-size: 1.8rem;
      font-family: SoraMedium, Effra, Roboto;
  }
  .ipt-search,
  .ipt-search--white {
      position: relative;
  }
  .ipt-search input,
  .ipt-search--white input {
      width: 100%;
      padding-right: 2rem;
  }
  .ipt-search button,
  .ipt-search--white button {
      position: absolute;
      right: 1rem;
      top: 0;
      bottom: 0;
      width: 3rem;
      height: 3rem;
      margin: auto;
      padding: 0;
      background: 0 0;
      border: none;
      color: #a59c94;
      cursor: pointer;
  }
  .ipt-search button:focus,
  .ipt-search--white button:focus {
      outline: 0;
      color: #ff6900;
  }
  .ipt-search button .icon,
  .ipt-search--white button .icon {
      width: 2.4rem;
      height: 2.4rem;
  }
  .ipt-search--white {
      padding: 0;
      height: 38px;
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
  }
  .ipt-search--white input {
      background-color: #fff;
  }
  .btn-search {
      width: 100%;
      border: none;
      padding: 0;
      background: 0 0;
      color: #a59c94;
      height: 3.8rem;
      cursor: pointer;
      margin-bottom: 0;
  }
  .btn-search .icon {
      width: 2.4rem;
      height: 2.4rem;
  }
  .btn-search:focus {
      outline: 0;
      color: #ff6900;
  }
  .btn-show-more {
      display: block;
      margin: auto;
      padding: 0 2.5rem;
      line-height: 4.2rem;
      font-size: 1.5rem;
      min-width: 0;
      margin-top: 3rem;
  }
  h1,
  h2,
  h3 {
      font-family: Sora, Effra, Roboto;
      font-weight: 400;
      letter-spacing: 0.8px;
      margin-top: 0;
  }
  h1 b,
  h1 strong,
  h2 b,
  h2 strong,
  h3 b,
  h3 strong {
      font-family: Sora, Effra, Roboto;
      font-weight: 400;
  }
  h1.has-background,
  h2.has-background,
  h3.has-background {
      padding: 1rem;
  }
  h1 a,
  h2 a,
  h3 a {
      color: inherit;
  }
  h4,
  h5,
  h6 {
      font-family: Sora, Effra, Roboto;
      font-weight: 400;
      letter-spacing: 0.8px;
      margin: 1rem 0;
  }
  h4 b,
  h4 strong,
  h5 b,
  h5 strong,
  h6 b,
  h6 strong {
      font-family: Sora, Effra, Roboto;
      font-weight: 400;
  }
  h4.has-background,
  h5.has-background,
  h6.has-background {
      padding: 1rem;
  }
  h4 a,
  h5 a,
  h6 a {
      color: inherit;
  }
  h1 {
      font-size: 3.6rem;
      line-height: 1.2;
  }
  h2 {
      font-size: 3rem;
      line-height: 1.25;
  }
  h3 {
      font-size: 2.4rem;
      line-height: 1.3;
  }
  h4 {
      font-size: 2.1rem;
      line-height: 1.35;
  }
  h5 {
      font-size: 1.8rem;
      line-height: 1.5;
  }
  h6 {
      font-size: 1.6rem;
      letter-spacing: 0;
      line-height: 1.4;
  }
  hr {
      border: none;
      border-top: 0.1rem solid #f4f5f6;
      margin: 3rem 0;
  }
  html {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 62.5%;
  }
  dl,
  ol,
  ul {
      list-style: none;
      margin-top: 0;
      padding-left: 0;
  }
  dl dl,
  dl ol,
  dl ul,
  ol dl,
  ol ol,
  ol ul,
  ul dl,
  ul ol,
  ul ul {
      font-size: 90%;
      margin: 1.5rem 0 1.5rem 3rem;
  }
  ol {
      list-style: decimal inside;
  }
  ul {
      list-style: circle inside;
  }
  ol {
      counter-reset: list_rank1;
  }
  ol li {
      font-size: 1.6rem;
      list-style-type: none;
  }
  ol li:before {
      content: counter(list_rank1) ". ";
      counter-increment: list_rank1;
  }
  ol li ol {
      counter-reset: list_rank2;
  }
  ol li ol li:before {
      content: counter(list_rank1) "." counter(list_rank2, decimal) ". ";
      counter-increment: list_rank2;
  }
  ol li ol li ol {
      counter-reset: list_rank3;
  }
  ol li ol li ol li:before {
      content: counter(list_rank1) "." counter(list_rank2, decimal) "." counter(list_rank3, decimal) ". ";
      counter-increment: list_rank3;
  }
  ul:not([class]),
  ul[data-type="core/list"] {
      list-style: none;
  }
  ul:not([class]) li,
  ul[data-type="core/list"] li {
      font-size: 1.6rem;
  }
  ul:not([class]) li:not([class]),
  ul[data-type="core/list"] li:not([class]) {
      position: relative;
      font-size: 1.6rem;
      padding-left: 1.6rem;
  }
  ul:not([class]) li:not([class])::before,
  ul[data-type="core/list"] li:not([class])::before {
      position: absolute;
      left: 0;
      top: 1rem;
      margin: auto;
      width: 0.6rem;
      height: 0.6rem;
      display: none;
      content: "";
      border-radius: 0.6rem;
      background-color: #555;
      
  }
  p.has-background {
      padding: 1rem;
  }
  p.has-background a {
      cursor: pointer;
      text-decoration: underline;
  }
  p.has-background a:hover {
      color: inherit;
      text-shadow: 0 0 currentColor;
  }
  b,
  strong {
      font-weight: 700;
  }
  pre {
      background: #f4f5f6;
      border-left: 0.3rem solid #ff6900;
      overflow-y: hidden;
  }
  pre > code {
      border-radius: 0;
      display: block;
      padding: 1rem 1.5rem;
      white-space: pre;
  }
  small {
      font-size: 1.2rem;
  }
  table {
      border-spacing: 0;
      display: block;
      overflow-x: auto;
      text-align: left;
      width: 100%;
  }
  td,
  th {
      border-bottom: 0.1rem solid #e1e1e1;
      padding: 1.2rem 1.5rem;
  }
  tfoot tr td {
      font-size: 1.4rem;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
  }
  tr td,
  tr th {
      border: 1px solid #edece5;
  }
  .scroll-style {
      margin: 0 2rem;
  }
  .scroll-style ::-webkit-scrollbar {
      height: 5px;
  }
  .scroll-style ::-webkit-scrollbar-track {
      background-color: #88888a;
  }
  .scroll-style ::-webkit-scrollbar-thumb {
      background-color: #ff6900;
  }
  .post-password-form {
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0;
      background: url(../img/racao_footer.png) center bottom repeat-x #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
  }
  .post-password-form > p {
      width: 380px;
      max-width: 100%;
      margin: 0 auto 2rem;
  }
  .post-password-form > p:first-child {
      font-size: 2.4rem;
      line-height: 1.4;
      font-family: SoraMedium, Effra, Roboto;
  }
  .post-password-form > p:nth-child(2) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
  }
  .post-password-form > p:nth-child(2) label {
      margin-bottom: 0;
      width: 70%;
  }
  .post-password-form > p:nth-child(2) input {
      margin-bottom: 0;
  }
  .post-password-form > p:nth-child(2) input[type="submit"] {
      height: 40px;
      width: 30%;
      background-color: #ff6900;
      color: #fff;
      -webkit-box-shadow: 0 -2px 0 #d45b04 inset;
      box-shadow: 0 -2px 0 #d45b04 inset;
  }
  .post-password-form > p:nth-child(2) input[type="submit"]:focus,
  .post-password-form > p:nth-child(2) input[type="submit"]:hover {
      outline: 0;
      color: #fff;
      background-color: #e65f00;
  }
  .post-password-form > p:nth-child(2) input[type="submit"]:active {
      -webkit-box-shadow: 0 0 0 0 #d45b04 inset;
      box-shadow: 0 0 0 0 #d45b04 inset;
      -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
      transform: translateY(1px);
  }
  .wp-block-buttons.aligncenter {
      text-align: center;
  }
  .wp-block-buttons.alignright {
      text-align: right;
  }
  .wp-block-buttons.alignleft {
      text-align: left;
  }
  .wp-block-button {
      margin-bottom: 2rem;
  }
  .wp-block-button .wp-block-button__link {
      border-radius: 0;
      margin-bottom: 0;
      font-family: SoraMedium, Effra, Roboto;
  }
  .wp-block-button .wp-block-button__link:hover {
      text-shadow: 0 0 currentColor;
  }
  .wp-block-button.is-style--small .wp-block-button__link {
      padding: 0 2.5rem;
      line-height: 4.2rem;
      font-size: 1.5rem;
      min-width: 0;
      border-radius: 25px;
  }
  .wp-block-button.is-style-outline .wp-block-button__link {
      padding: 0 2.5rem;
      line-height: 4.2rem;
      font-size: 1.5rem;
      min-width: 0;
      background-color: transparent;
      border: 2px solid currentColor;
      opacity: 0.9;
      -webkit-box-shadow: none;
      box-shadow: none;
  }
  .wp-block-button.is-style-outline .wp-block-button__link:focus,
  .wp-block-button.is-style-outline .wp-block-button__link:hover {
      opacity: 1;
      background-color: transparent;
  }
  .wp-block-code code {
      font-size: 1.6rem;
  }
  .wp-block-columns {
      margin-bottom: 0;
      padding-top: 3rem;
      padding-bottom: 3rem;
  }
  .wp-block-column > :last-child {
      margin-bottom: 0;
  }
  .wp-block-column .wp-block-buttons:last-child .wp-block-button {
      margin-bottom: 0;
  }
  .wp-block-cover.aligncenter .wp-block-cover__inner-container {
      text-align: center;
  }
  .wp-block-embed {
      margin-top: 2.5rem;
      margin-bottom: 2.5rem;
  }
  .wp-block-embed .wp-block-embed__wrapper {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
  }
  .wp-block-embed .wp-block-embed__wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }
  .wp-block-gallery .blocks-gallery-grid {
      width: 100%;
  }
  .blocks-gallery-item {
      cursor: pointer;
  }
  .wp-gallery-modal {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      visibility: hidden;
      z-index: -1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background-color: rgba(0, 0, 0, 0.7);
      opacity: 0;
  }
  .wp-gallery-modal .wp-gallery-modal__close {
      display: block;
      position: absolute;
      right: 0;
      top: -3rem;
      width: 3rem;
      height: 3rem;
      color: transparent;
      font-size: 0;
      background-color: transparent;
      border: none;
  }
  .wp-gallery-modal .wp-gallery-modal__close::after,
  .wp-gallery-modal .wp-gallery-modal__close::before {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      margin: auto;
      display: block;
      content: "";
      width: 2rem;
      height: 0.2rem;
      background-color: #fff;
  }
  .wp-gallery-modal .wp-gallery-modal__close::after {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  }
  .wp-gallery-modal .wp-gallery-modal__close::before {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  }
  .wp-gallery-modal .wp-gallery-modal__content {
      position: relative;
      max-width: calc(100% - 20px);
      max-height: calc(100% - (20px + 3rem));
  }
  .wp-gallery-modal figure {
      display: block;
      margin-bottom: 0;
      border: 4px solid #fff;
      -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
      box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  }
  .wp-gallery-modal .wp-gallery-modal__slider img {
      width: auto;
  }
  .wp-gallery-modal .tns-controls [type="button"] {
      top: 0;
      bottom: 0;
      position: absolute;
      padding: 0;
      margin: auto;
      width: 3.2rem;
      background-color: transparent;
      z-index: 2;
      border: none;
      text-indent: -9999px;
      opacity: 0.7;
  }
  .wp-gallery-modal .tns-controls [type="button"]:disabled {
      opacity: 0.2;
      cursor: not-allowed;
  }
  .wp-gallery-modal .tns-controls [type="button"]:focus {
      outline: 0;
  }
  .wp-gallery-modal .tns-controls [type="button"][data-controls="prev"] {
      background: url(../img/prev.png) center center no-repeat;
      background-size: 2rem;
  }
  .wp-gallery-modal .tns-controls [type="button"][data-controls="next"] {
      right: 0;
      background: url(../img/next.png) center center no-repeat;
      background-size: 2rem;
  }
  .wp-gallery-modal.-is-visible {
      visibility: visible;
      z-index: 100;
      opacity: 1;
  }
  .wp-block-group .wp-block-group__inner-container > div,
  .wp-block-group > * {
      padding-top: 0;
      padding-bottom: 0;
      margin-bottom: 2rem;
  }
  .wp-block-group .wp-block-group__inner-container > div:last-child,
  .wp-block-group > :last-child {
      margin-bottom: 0;
  }
  .wp-block-group .wp-block-columns {
      padding-top: 0;
      padding-bottom: 0;
  }
  .wp-block-image {
      overflow: hidden;
  }
  .wp-block-image img {
      display: block;
      margin: 0;
  }
  .wp-block-media-text img {
      position: relative;
      z-index: 1;
      width: auto;
      max-width: 100%;
      height: auto;
  }
  .wp-block-media-text:not(.has-pattern).alignfull .wp-block-media-text__content {
      padding: 20px;
  }
  .wp-block-media-text:not(.has-pattern).alignfull.has-text-color {
      padding: 0;
  }
  .wp-block-media-text.has-pattern {
      position: relative;
  }
  .wp-block-quote {
      margin-top: 8rem;
      margin-bottom: 8rem;
      border-left: 0.5rem solid #edece5;
      width: 100%;
  }
  .wp-block-quote p {
      font-family: Sora, Effra, Roboto;
      font-size: 1.6rem;
      line-height: 1.8;
  }
  .wp-block-quote cite {
      display: block;
      font-size: 1.4rem;
  }
  .wp-block-quote cite::before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      height: 0.2rem;
      width: 1.6rem;
      margin-right: 0.5rem;
      background-color: #88888a;
  }
  .wp-block-quote.is-style-large {
      margin-top: 8rem;
      margin-bottom: 8rem;
  }
  .wp-block-quote.is-style-large p {
      margin-bottom: 0;
      font-family: Sora, Effra, Roboto;
      font-size: 2.4rem;
      line-height: 1.8;
  }
  .wp-block-table table {
      margin-bottom: 0;
      max-width: 960px;
      margin: auto;
  }
  .wp-block-table .has-text-align-center,
  .wp-block-table.has-text-align-center {
      text-align: center;
  }
  .wp-block-table .has-text-align-right,
  .wp-block-table.has-text-align-right {
      text-align: right;
  }
  .wp-block-table.is-style-stripes {
      border: none;
  }
  .wp-block-table.is-style-stripes thead tr {
      background: #e9e8df;
  }
  .wp-block-table.is-style-stripes thead tr td,
  .wp-block-table.is-style-stripes thead tr th {
      border-color: #fff;
  }
  .wp-block-table.is-style-stripes tfoot tr {
      background: #e9e8df;
      border-color: #fff;
  }
  .wp-block-table.is-style-stripes tbody tr td,
  .wp-block-table.is-style-stripes tbody tr th {
      border: 1px solid #edece5;
  }
  .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
      background-color: #fff;
      border-color: #a59c94;
  }
  .wp-block-table.is-style-stripes tbody tr:nth-child(even) {
      background: #edece5;
      border-color: #fff;
  }
  .wp-block-table.is-style-stripes tbody tr:nth-child(even) td,
  .wp-block-table.is-style-stripes tbody tr:nth-child(even) th {
      border-color: #fff;
  }
  .wp-block-table.is-style--premium-table {
      color: #545454;
  }
  .wp-block-table.is-style--premium-table thead tr {
      background-color: #efede7;
  }
  .wp-block-table.is-style--premium-table thead tr th {
      color: #fff;
  }
  .wp-block-table.is-style--premium-table thead tr th:nth-child(2) {
      background-color: #aba89b;
  }
  .wp-block-table.is-style--premium-table thead tr th:nth-child(3) {
      background-color: #f26522;
  }
  .wp-block-table.is-style--premium-table thead tr th:nth-child(4) {
      background-color: #d95517;
  }
  .wp-block-table.is-style--premium-table tbody td:first-child {
      background-color: #efede7;
      border-color: #fff;
  }
  .wp-block-table.is-style--premium-table tfoot td {
      border: none;
  }
  .wp-block-table.is-style--premium-table tfoot td a {
      position: relative;
      padding-left: 5rem;
      padding-right: 2rem;
      display: inline-block;
      line-height: 4rem;
      text-align: center;
      background-color: #333;
      color: #fff;
      border-radius: 5px;
  }
  .wp-block-table.is-style--premium-table tfoot td a img {
      position: absolute;
      left: 1rem;
      top: 0;
      bottom: 0;
      margin: auto;
      height: auto;
      width: auto;
      max-height: 4rem;
      max-width: 3rem;
  }
  .wp-block-table.is-style--premium-table tfoot td:nth-child(3),
  .wp-block-table.is-style--premium-table tfoot td:nth-child(4) {
      background: #efede7;
      border-bottom: 3px solid #dddbd3;
  }
  .wp-block-table.is-style--super-premium thead {
      position: relative;
      background: -webkit-gradient(linear, left top, right top, from(#d9d1c7), to(#efece8));
      background: -o-linear-gradient(left, #d9d1c7 0, #efece8 100%);
      background: linear-gradient(90deg, #d9d1c7 0, #efece8 100%);
      border-bottom: 4px solid #c5beb4;
  }
  .wp-block-table.is-style--super-premium thead th {
      padding: 3.5rem 1.5rem 1.5rem;
  }
  .wp-block-table.is-style--super-premium tfoot {
      border-top: 2px solid #c5beb4;
      background: -webkit-gradient(linear, left top, right top, from(#efece8), to(#d9d1c7));
      background: -o-linear-gradient(left, #efece8 0, #d9d1c7 100%);
      background: linear-gradient(90deg, #efece8 0, #d9d1c7 100%);
  }
  .wp-block-table.is-style--super-premium tfoot td {
      padding: 0.5rem 1.5rem 0.5rem;
  }
  .wp-block-table.is-style--super-premium td {
      padding: 1.5rem;
      font-size: 1.8rem;
  }
  .wp-block-table.is-style--super-premium th {
      font-size: 1.8rem;
      color: #a39e93;
  }
  .wp-block-table.is-style--super-premium tr th {
      border: 0;
  }
  .wp-block-table.is-style--super-premium tr td {
      border: 0;
  }
  .wp-block-table.is-style--super-premium tbody tr:nth-child(odd) {
      background: -webkit-gradient(linear, left top, right top, from(#dfd9d0), to(#f6f4f1));
      background: -o-linear-gradient(left, #dfd9d0 0, #f6f4f1 100%);
      background: linear-gradient(90deg, #dfd9d0 0, #f6f4f1 100%);
  }
  .wp-block-table.is-style--super-premium tbody tr:nth-child(even) {
      background: -webkit-gradient(linear, left top, right top, from(#dcd5cc), to(#eae7e2));
      background: -o-linear-gradient(left, #dcd5cc 0, #eae7e2 100%);
      background: linear-gradient(90deg, #dcd5cc 0, #eae7e2 100%);
  }
  .wp-block-verse {
      padding: 2rem 3rem;
  }
  .wp-content .has-text-align-center,
  .wp-content--fluid .has-text-align-center,
  .wp-content--page .has-text-align-center {
      text-align: center;
  }
  .wp-content .has-text-align-right,
  .wp-content--fluid .has-text-align-right,
  .wp-content--page .has-text-align-right {
      text-align: right;
  }
  .wp-content--fluid > h4,
  .wp-content--fluid > h5,
  .wp-content--fluid > h6,
  .wp-content--page > h4,
  .wp-content--page > h5,
  .wp-content--page > h6,
  .wp-content > h4,
  .wp-content > h5,
  .wp-content > h6 {
      margin: 1rem 0;
  }
  .wp-content--page > .wp-block-code,
  .wp-content--page > .wp-block-table {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
  }
  .wp-content--page > .wp-block-quote {
      max-width: 850px;
      margin-left: auto;
      margin-right: auto;
  }
  .wp-content--page > .wp-block-quote.is-style-large {
      max-width: 650px;
      margin-left: auto;
      margin-right: auto;
  }
  .wpcf7 {
      font-family: Sora, Effra, Roboto;
      font-size: 12px;
  }
  .wpcf7 .screen-reader-response {
      display: none !important;
  }
  .wpcf7 .wpcf7-form {
      margin-bottom: 0;
  }
  .wpcf7 .wpcf7-form .wpcf7__row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-left: -1rem;
      width: calc(100% + 2rem);
  }
  .wpcf7 .wpcf7-form .wpcf7__col {
      padding: 0 1rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
  }
  .wpcf7 .wpcf7-form .wpcf7__col.-full-width {
      width: 100%;
  }
  .wpcf7 .wpcf7-form .wpcf7__col.-full-width label {
      width: 100%;
  }
  .wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-submit {
      padding: 0 2.5rem;
      line-height: 3.8rem;
      height: 4rem;
      font-size: 1.5rem;
      min-width: 0;
      background-color: #ff6900;
      color: #fff;
      -webkit-box-shadow: 0 -2px 0 #d45b04 inset;
      box-shadow: 0 -2px 0 #d45b04 inset;
      margin-left: auto;
      margin-bottom: 0;
      margin-bottom: 1rem;
  }
  .wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-submit:focus,
  .wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-submit:hover {
      outline: 0;
      color: #fff;
      background-color: #e65f00;
  }
  .wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-submit:active {
      -webkit-box-shadow: 0 0 0 0 #d45b04 inset;
      box-shadow: 0 0 0 0 #d45b04 inset;
      -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
      transform: translateY(1px);
  }
  .wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-file {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      display: block;
      margin-bottom: 0;
      width: 100%;
  }
  .wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-file::-webkit-file-upload-button {
      display: none;
  }
  .wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-file::before {
      content: "Selecione um arquivo";
      display: inline-block;
      border: 0.2rem solid #d1d1d1;
      border-radius: 0.2rem;
      height: 3.8rem;
      padding: 0.6rem 1rem 0.7rem;
      line-height: 2.2rem;
      cursor: pointer;
      text-shadow: 1px 1px #fff;
      font-family: Sora, Effra, Roboto;
      font-size: 13px;
      margin-right: 15px;
  }
  .wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-file:hover::before {
      border-color: #ff6900;
  }
  .wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-file:active::before {
      background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
  }
  .wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-file:active,
  .wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-file:focus {
      outline: 0;
  }
  .wpcf7 .wpcf7-form label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-flex: 1;
      -ms-flex: auto;
      flex: auto;
      padding-right: 1rem;
  }
  .wpcf7 .wpcf7-form label > p {
      margin-bottom: 0;
      width: 100%;
  }
  .wpcf7 .wpcf7-form label > span {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
  }
  .wpcf7 .wpcf7-form label > small {
      display: block;
      margin: auto 0;
  }
  .wpcf7 .wpcf7-form label > small input[type="checkbox"] {
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 0;
      margin-right: 4px;
  }
  .wpcf7 .wpcf7-form label > small a,
  .wpcf7 .wpcf7-form label > small span {
      display: inline-block;
  }
  .wpcf7 .wpcf7-form label > small a {
      margin-left: 4px;
  }
  .wpcf7 .wpcf7-form label > small .wpcf7-not-valid-tip {
      display: none;
  }
  .wpcf7 .wpcf7-form label > small .wpcf7-not-valid {
      text-decoration: underline;
      color: red;
  }
  .wpcf7 .wpcf7-form label:last-child {
      padding-right: 0;
  }
  .wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
      display: block;
      font-size: 1rem;
      margin-top: -10px;
      text-align: right;
      white-space: nowrap;
      font-family: SoraLight, Effra, Roboto;
      color: #88888a;
  }
  .wpcf7 .wpcf7-form .wpcf7-not-valid {
      border-color: #ec6666;
      -webkit-animation: _blink cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s 2 backwards;
      animation: _blink cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s 2 backwards;
  }
  .wpcf7 .wpcf7-form .wpcf7-response-output {
      text-align: center;
      font-family: SoraLight, Effra, Roboto;
      color: #88888a;
      font-size: 1.2rem;
  }
  .wpcf7 .wpcf7-form textarea {
      display: block;
  }
  .wpcf7 .wpcf7-form .estado input,
  .wpcf7 .wpcf7-form .estado select,
  .wpcf7 .wpcf7-form .estados input,
  .wpcf7 .wpcf7-form .estados select {
      width: 80px;
  }
  .wpcf7 .wpcf7-form .numero input {
      width: 80px;
  }
  .wpcf7 .wpcf7-form .ipt-group {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
  }
  .wpcf7 .wpcf7-form .ipt-group .wpcf7-form-control-wrap {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
  }
  .wpcf7 .wpcf7-form .ipt-group [type="email"] {
      width: 100%;
  }
  .wpcf7 .wpcf7-form .wpcf7-form-control-wrap.mensagem::after {
      display: block;
      content: attr(data-length) "/1000";
      margin-bottom: 1rem;
  }
  .wpcf7 .screen-reader-response {
      cursor: pointer;
      display: none;
      position: relative;
      min-height: 1em;
      max-width: 700px;
      margin: 0 auto 30px;
      background: #f8f8f9;
      padding: 1em 1.5em;
      line-height: 1.4285em;
      color: rgba(0, 0, 0, 0.87);
      -webkit-transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
      transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
      -o-transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, box-shadow 0.1s ease;
      transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, box-shadow 0.1s ease;
      transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, box-shadow 0.1s ease, -webkit-box-shadow 0.1s ease;
      border-radius: 0.28571429rem;
      -webkit-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 0 0 0 transparent;
      box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 0 0 0 transparent;
  }
  .wpcf7 .screen-reader-response ul {
      display: none;
  }
  .wpcf7 .screen-reader-response[role="invalid"] {
      -webkit-box-shadow: 0 0 0 1px #c9ba9b inset, 0 0 0 0 transparent;
      box-shadow: 0 0 0 1px #c9ba9b inset, 0 0 0 0 transparent;
      background-color: #fffaf3;
      color: #573a08;
  }
  .wpcf7 .screen-reader-response[role="success"] {
      -webkit-box-shadow: 0 0 0 1px #a3c293 inset, 0 0 0 0 transparent;
      box-shadow: 0 0 0 1px #a3c293 inset, 0 0 0 0 transparent;
      background-color: #fcfff5;
      color: #2c662d;
  }
  .wpcf7 .screen-reader-response[role="alert"] {
      -webkit-box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent;
      box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent;
      background-color: #fff6f6;
      color: #9f3a38;
  }
  @-webkit-keyframes _blink {
      to {
          border-color: #d1d1d1;
      }
  }
  @keyframes _blink {
      to {
          border-color: #d1d1d1;
      }
  }
  .accordion {
      margin-bottom: 0;
  }
  .accordion__header {
      position: relative;
      font-family: SoraMedium, Effra, Roboto;
      color: #333;
      margin-bottom: 0;
      border-top: 2px solid #edece5;
      cursor: pointer;
  }
  .accordion__header .edit-question {
      color: #a59c94;
      font-size: 12px;
      position: absolute;
      left: 0;
      bottom: 0;
  }
  .accordion__header .edit-question:hover {
      text-decoration: underline;
  }
  .accordion__header::after {
      display: block;
      position: absolute;
      content: "";
      width: 2.5rem;
      height: 2.5rem;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      background: url(../img/accordion-arrow.png) center center no-repeat;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      -webkit-transition: -webkit-transform cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
      transition: -webkit-transform cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
      -o-transition: transform cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
      transition: transform cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
      transition: transform cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s, -webkit-transform cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
  }
  .accordion__header.-is-active::after {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
  }
  .accordion__body {
      overflow: hidden;
      margin-bottom: 0;
      height: 0;
      -webkit-transition: height cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
      -o-transition: height cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
      transition: height cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
  }
  .accordion__body p {
      font-family: Sora, Effra, Roboto;
      color: #88888a;
  }
  .accordion__content .help-modal.is-style--p-mode,
  .accordion__content p,
  .accordion__content ul li,
  .accordion__content ul:not([class]) li:not([class]) {
      font-family: Sora, Effra, Roboto;
      font-size: 1.5rem;
      margin-bottom: 1rem;
      line-height: 1.8;
      color: #88888a;
  }
  .accordion__content .help-modal.is-style--p-mode:first-child,
  .accordion__content p:first-child,
  .accordion__content ul li:first-child,
  .accordion__content ul:not([class]) li:not([class]):first-child {
      margin-top: 0;
  }
  .accordion__content ul {
      margin: 0 0 2rem !important;
      padding: 0;
  }
  .animated-icon {
      position: absolute;
      left: 12px;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 34px;
      height: 34px;
      z-index: 1;
  }
  .animated-icon__svg.-dogfood {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 30px;
      height: 30px;
  }
  .animated-icon__svg.-mag {
      position: absolute;
      bottom: 8px;
      left: 10px;
      width: 28px;
      height: 28px;
  }
  .animated-icon__svg.-correct {
      position: absolute;
      bottom: 10px;
      left: 10px;
      width: 34px;
      height: 34px;
  }
  .animated-icon__layer1 {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      width: 34px;
      height: 34px;
      margin: auto;
  }
  .animated-icon__layer2 {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      width: 34px;
      height: 34px;
      margin: auto;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-name: searching;
      animation-name: searching;
      -webkit-animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
      animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
      -webkit-animation-duration: 5s;
      animation-duration: 5s;
  }
  .animated-icon__layer2 .-correct {
      opacity: 0;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-name: confirm;
      animation-name: confirm;
      -webkit-animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
      animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
      -webkit-animation-duration: 5s;
      animation-duration: 5s;
  }
  @-webkit-keyframes searching {
      0% {
          -webkit-transform: scale(1) translate(0, 0);
          transform: scale(1) translate(0, 0);
      }
      10% {
          -webkit-transform: scale(1.1) translate(-12px, -2px);
          transform: scale(1.1) translate(-12px, -2px);
      }
      25% {
          -webkit-transform: scale(1) translate(-16px, 10px);
          transform: scale(1) translate(-16px, 10px);
      }
      40% {
          -webkit-transform: scale(0.9) translate(0, 8px);
          transform: scale(0.9) translate(0, 8px);
      }
      50% {
          -webkit-transform: scale(1) translate(0, 0);
          transform: scale(1) translate(0, 0);
      }
      100% {
          -webkit-transform: scale(1) translate(0, 0);
          transform: scale(1) translate(0, 0);
      }
  }
  @keyframes searching {
      0% {
          -webkit-transform: scale(1) translate(0, 0);
          transform: scale(1) translate(0, 0);
      }
      10% {
          -webkit-transform: scale(1.1) translate(-12px, -2px);
          transform: scale(1.1) translate(-12px, -2px);
      }
      25% {
          -webkit-transform: scale(1) translate(-16px, 10px);
          transform: scale(1) translate(-16px, 10px);
      }
      40% {
          -webkit-transform: scale(0.9) translate(0, 8px);
          transform: scale(0.9) translate(0, 8px);
      }
      50% {
          -webkit-transform: scale(1) translate(0, 0);
          transform: scale(1) translate(0, 0);
      }
      100% {
          -webkit-transform: scale(1) translate(0, 0);
          transform: scale(1) translate(0, 0);
      }
  }
  @-webkit-keyframes confirm {
      0% {
          opacity: 0;
      }
      49% {
          opacity: 0;
      }
      50% {
          opacity: 1;
          -webkit-transform: scale(0.1);
          transform: scale(0.1);
      }
      60% {
          -webkit-transform: scale(1);
          transform: scale(1);
      }
      90% {
          opacity: 1;
      }
      100% {
          opacity: 0;
      }
  }
  @keyframes confirm {
      0% {
          opacity: 0;
      }
      49% {
          opacity: 0;
      }
      50% {
          opacity: 1;
          -webkit-transform: scale(0.1);
          transform: scale(0.1);
      }
      60% {
          -webkit-transform: scale(1);
          transform: scale(1);
      }
      90% {
          opacity: 1;
      }
      100% {
          opacity: 0;
      }
  }
  .banner {
      position: relative;
      background-size: cover;
      background-repeat: no-repeat;
      z-index: 1;
  }
  .banner .banner__overlay .wp-block-columns,
  .banner .banner__overlay .wp-block-columns.has-background {
      margin-top: 0;
      margin-bottom: 0;
  }
  .banner__show-more {
      cursor: pointer;
      border: none;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      height: 4rem;
      width: 100%;
      text-indent: -99999px;
      background: url(../img/arrow-down.svg) center center no-repeat transparent;
      background-size: 3rem;
      opacity: 0.3;
  }
  .banner__show-more:focus {
      outline: 0;
      opacity: 0.5;
  }
  @-webkit-keyframes _banner__showmore {
      0% {
          -webkit-transform: translateY(0);
          transform: translateY(0);
      }
      100% {
          -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
      }
  }
  @keyframes _banner__showmore {
      0% {
          -webkit-transform: translateY(0);
          transform: translateY(0);
      }
      100% {
          -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
      }
  }
  @-webkit-keyframes _banner__closein {
      0% {
          -webkit-transform: scale(0.96);
          transform: scale(0.96);
      }
      100% {
          -webkit-transform: scale(1);
          transform: scale(1);
      }
  }
  @keyframes _banner__closein {
      0% {
          -webkit-transform: scale(0.96);
          transform: scale(0.96);
      }
      100% {
          -webkit-transform: scale(1);
          transform: scale(1);
      }
  }
  @-webkit-keyframes _background_clouseout {
      0% {
          background-size: 100%;
      }
      100% {
          background-size: 103%;
      }
  }
  @keyframes _background_clouseout {
      0% {
          background-size: 100%;
      }
      100% {
          background-size: 103%;
      }
  }
  .block--lista-linhas__list.-server {
      opacity: 0;
  }
  .block--lista-linhas__erro {
      max-width: 650px;
      display: block;
      margin: auto;
  }
  .block--lista-produtos__list.-server {
      opacity: 0;
  }
  .block--lista-produtos__erro {
      max-width: 650px;
      display: block;
      margin: auto;
      padding: 5rem 0;
  }
  .block--post-novidades .block--post-novidades__footer {
      overflow: hidden;
  }
  /*.breadcrumb {*/
  /*    display: none;*/
  /*    position: sticky;*/
  /*    top: 60px;*/
  /*    left: 0;*/
  /*    right: 0;*/
  /*    background-color: #edece5;*/
  /*    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07);*/
  /*    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07);*/
  /*}*/
  .breadcrumb .limit {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 0;
      line-height: 32px;
      height: 32px;
  }
  .breadcrumb__link {
      position: relative;
      padding: 0 0.2rem;
      display: inline-block;
      font-size: 1.4rem;
      letter-spacing: 0.08rem;
      font-family: SoraMedium, Effra, Roboto;
      line-height: 32px;
      opacity: 0.7;
  }
  .breadcrumb__link.-current-page {
      color: #555;
  }
  .-has-modal.button--big,
  .-has-modal.button--small,
  .button.-has-modal {
      margin-bottom: 0;
  }
  .button--big:not(.is-style--premium) > svg,
  .button--small:not(.is-style--premium) > svg,
  .button:not(.is-style--premium) > svg {
      display: none;
  }
  .button.is-style--premium,
  .button.is-style--premium--right,
  .is-style--premium--right.button--big,
  .is-style--premium--right.button--small,
  .is-style--premium.button--big,
  .is-style--premium.button--small {
      position: relative;
      background-color: #333;
      color: #fff;
      padding-right: 5rem;
      padding-left: 2rem;
  }
  .button.is-style--premium p,
  .button.is-style--premium--right p,
  .is-style--premium--right.button--big p,
  .is-style--premium--right.button--small p,
  .is-style--premium.button--big p,
  .is-style--premium.button--small p {
      margin: 1rem 0;
  }
  .button.is-style--premium svg,
  .button.is-style--premium--right svg,
  .is-style--premium--right.button--big svg,
  .is-style--premium--right.button--small svg,
  .is-style--premium.button--big svg,
  .is-style--premium.button--small svg {
      position: absolute;
      right: 1rem;
      top: 0;
      bottom: 0;
      height: 2.4rem;
      margin: auto;
      display: inline-block;
      vertical-align: middle;
  }
  .button.is-style--premium--right,
  .is-style--premium--right.button--big,
  .is-style--premium--right.button--small {
      float: right;
  }
  .button--small {
      padding: 0 2.5rem;
      line-height: 4.2rem;
      font-size: 1.5rem;
      min-width: 0;
      border-radius: 25px;
  }
  .button--big {
      padding: 0 5rem;
      line-height: 6rem;
      font-size: 2rem;
  }
  .list__card-news {
      list-style: none;
      margin-bottom: 0;
  }
  .list__card-news li:last-child {
      margin-bottom: 0;
  }
  .card-news, .card-news--material {
    position: relative;
    background-color: #fff;
    background-size: 10px;
    height: 390px;
    padding: 0px 0px 10px 0px;
    margin-bottom: 2rem;
    border-radius: 22px;
}
  .card-news__btn {
      margin-top: 1rem;
      margin-bottom: 0;
      padding: 0 1.5rem;
      line-height: 3.5rem;
      font-size: 1.5rem;
      margin-left: 0;
  }
  .card-news__thumb {
      position: relative;
      overflow: hidden;
  }
  .card-news__thumb img {
      /* position: absolute;
      left: 0;
      top: 0;
      bottom: 0; */
      height: 39%;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      border-top-left-radius: 22px;
      border-top-right-radius: 22px;
  }
  .card-news__cat {
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 999px;
    padding: .6em 1.2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    background-color: #FF6900 !important;
    font-weight: 400;
}
  .card-news__date {
      font-size: 1.2rem;
      font-family: SoraMedium, Effra, Roboto;
  }
  .card-news__title {
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 0rem;
    color: #333;
    padding: 6px 10px;
}
  .card-news__excerpt {
    font-size: 1.4rem;
    font-family: Sora, Effra, Roboto;
    line-height: 1.4;
    margin-bottom: 0;
    color: #555;
    padding: 6px 10px;
  }
  .card-news p {
    padding: 6px 10px;
  }
  .date_news {
    font-size: 11px;
    padding: 6px 10px;
    font-weight: 500;
  }
  .card-news__author {
      display: block;
      font-family: SoraMedium, Effra, Roboto;
      font-size: 1.2rem;
      color: #555;
      margin-top: 1rem;
  }
  .card-news--material {
      padding: 2rem;
      border-width: 2px;
      border-color: #e4e4e4;
  }
  .card-news--material .card-news__thumb {
      height: 100px;
      width: 100px;
      margin: auto;
  }
  .card-news--material .card-news__thumb img {
      right: 0;
      margin: auto;
      width: auto;
      height: auto;
      max-width: 100%;
      transition: 0.3s;
  }
  .card-news__thumb img:hover {
    opacity: 0.8;
  }
  .card-news--material .card-news__body {
      padding: 1rem 0;
  }
  .card-news--material .card-news__cat {
      background-color: #ff6900;
  }
  .card-news__limit {
      max-width: 850px;
      margin: auto;
  }
  .card-news__limit .card-news__body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
  }
  .card-post a {
      text-decoration: none;
  }
  .card-post a:hover {
      text-decoration: none;
  }
  .card-post.-fill-on-desk .card-post__body img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
  }
  .card-post__body {
      position: relative;
      display: block;
      margin-bottom: 0;
      overflow: hidden;
  }
  .card-post__thumb {
      -webkit-transition: -webkit-transform cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.8s;
      transition: -webkit-transform cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.8s;
      -o-transition: transform cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.8s;
      transition: transform cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.8s;
      transition: transform cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.8s, -webkit-transform cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.8s;
  }
  .card-post__content {
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      top: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      background-color: rgba(0, 0, 0, 0.3);
  }
  .card-post__tag {
      display: inline-block;
      font-size: 1.4rem;
      color: #fff;
      text-transform: uppercase;
  }
  .card-post__hat {
      display: block;
  }
  .card-post__title {
      color: #fff;
      margin-bottom: 0;
  }
  .card-post--horizontal {
      display: block;
  }
  .card-post--horizontal .card-post__content {
      position: static;
  }
  .card-post--horizontal .card-post__thumb {
      min-height: 100%;
      width: auto;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
  }
  .card-post--horizontal .card-post__body {
      display: grid;
      grid-template-columns: 30% 70%;
      padding: 1rem;
      border: 1px solid gray;
  }
  .card,
  .card--linhas,
  .card--tilted {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 100%;
      padding: 15px;
      border: 2px solid #edece5;
      background-color: #fff;
      background-size: 1.2rem;
      text-align: center;
      text-decoration: none;
      -webkit-transition: border-color cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
      -o-transition: border-color cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
      transition: border-color cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
      max-width: 300px;
      margin: auto;
  }
  .card .button,
  .card .button--big,
  .card .button--small,
  .card--linhas .button,
  .card--linhas .button--big,
  .card--linhas .button--small,
  .card--tilted .button,
  .card--tilted .button--big,
  .card--tilted .button--small {
      min-width: 120px;
  }
  .card--linhas:hover,
  .card--tilted:hover,
  .card:hover {
      border-color: #ff6900;
  }
  .card__thumb {
      background-color: #fff;
      margin-bottom: 1rem;
  }
  .card__thumb img {
      max-height: 220px;
  }
  .card__title {
      margin-bottom: 1rem;
      font-family: Sora, Effra, Roboto;
      font-size: 2rem;
      color: #000;
  }
  .card__cat {
      display: block;
      font-family: Sora, Effra, Roboto;
      font-size: 1.8rem;
      text-transform: uppercase;
      color: #88888a;
  }
  .card__resume {
      margin-bottom: 1rem;
      color: #88888a;
      font-size: 1.4rem;
  }
  .card__tag {
      display: block;
      background-color: currentColor;
      font-family: Sora, Effra, Roboto;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      font-size: 1.2rem;
  }
  .card__tag span {
      display: block;
      color: #fff;
      padding: 0 2rem;
  }
  .card__logo {
      margin-top: 1rem;
      margin-bottom: 1rem;
  }
  .card__logo img {
      max-width: 160px;
  }
  .card__logo-alt {
      margin-bottom: 0;
      font-family: Sora, Effra, Roboto;
  }
  .card__excerpt {
      font-family: SoraMedium, Effra, Roboto;
      margin-bottom: 1rem;
  }
  .card__excerpt p {
      font-size: 1.3rem;
      padding: 0 1rem;
      margin-bottom: 1rem;
      color: #88888a;
  }
  .card__excerpt p:last-child {
      margin-bottom: 0;
  }
  .card__buttons > a {
      width: 100%;
  }
  .card--linhas {
      max-width: 100%;
      padding: 0;
      border: none;
      -webkit-box-shadow: inset 0 0 0 1px currentColor;
      box-shadow: inset 0 0 0 1px currentColor;
      border-bottom: 4px solid currentColor;
  }
  .card--linhas:hover {
      border-color: inherit;
  }
  .card--linhas .card__thumb {
      display: block;
      margin-bottom: 0;
  }
  .card--linhas .card__thumb img {
      width: 100%;
      max-height: 100%;
  }
  .card--linhas .card__body {
      margin-bottom: auto;
  }
  .card--linhas .card__footer {
      margin-bottom: 2rem;
  }
  .card--linhas.-no-bg {
      background: 0 0;
      -webkit-box-shadow: inset 0 0 0 2px currentColor;
      box-shadow: inset 0 0 0 2px currentColor;
  }
  .card--linhas.-op3 {
      background: url(https://www.toptal.com/designers/subtlepatterns/patterns/double-bubble-outline.png) center center;
  }
  .card--tilted {
      max-width: 100%;
  }
  .carousel {
      position: relative;
  }
  .carousel.-has-slider {
      padding-bottom: 4rem;
  }
  .carousel .tns-nav {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 2;
      height: 4rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
  }
  .carousel .tns-nav [aria-controls] {
      position: relative;
      display: inline-block;
      padding: 0;
      margin: 0;
      border: none;
      height: 2rem;
      width: 2rem;
      background-color: transparent;
      -webkit-transition: width cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
      -o-transition: width cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
      transition: width cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
  }
  .carousel .tns-nav [aria-controls]:focus {
      outline: 0;
  }
  .carousel .tns-nav [aria-controls]::after {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      display: block;
      content: "";
      width: 1.4rem;
      height: 1.4rem;
      margin: auto;
      border-radius: 2rem;
      background-color: currentColor;
      -webkit-transition: width cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
      -o-transition: width cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
      transition: width cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
      -webkit-transform-origin: center;
      -ms-transform-origin: center;
      transform-origin: center;
  }
  .carousel .tns-nav [aria-controls].tns-nav-active {
      width: 4rem;
  }
  .carousel .tns-nav [aria-controls].tns-nav-active::after {
      width: 2.8rem;
  }
  .carousel .tns-controls [type="button"] {
      top: 0;
      bottom: 4rem;
      position: absolute;
      padding: 0;
      margin: auto;
      width: 2rem;
      background-color: transparent;
      z-index: 2;
      border: none;
      text-indent: -9999px;
      opacity: 0.7;
  }
  .carousel .tns-controls [type="button"]:disabled {
      opacity: 0.2;
      cursor: not-allowed;
  }
  .carousel .tns-controls [type="button"]:focus {
      outline: 0;
  }
  .carousel .tns-controls [type="button"][data-controls="prev"] {
      background: url(../img/prev.png) center center no-repeat;
      background-size: 1.5rem;
  }
  .carousel .tns-controls [type="button"][data-controls="next"] {
      right: 0;
      background: url(../img/next.png) center center no-repeat;
      background-size: 1.5rem;
  }
  .carousel button[data-action="start"],
  .carousel button[data-action="stop"] {
      display: none !important;
  }
  .carousel__item {
      position: relative;
  }
  .carousel__item.-has-content .carousel__content {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
  }
  .carousel__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
  }
  .carousel__limit {
      display: block;
  }
  .carousel__limit :last-child {
      margin-bottom: 0;
  }
  .carousel__limit .button--small {
      color: #fff;
  }
  .carousel__img {
      display: block;
      max-width: 100%;
      overflow: hidden;
  }
  .carousel__img img {
      width: 100%;
      display: block;
  }
  .carousel__showcase {
      overflow: hidden;
  }
  .carousel__item img{
      width:100%;
  }
  .carousel__btn-anchor {
      cursor: pointer;
      border: none;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      height: 4rem;
      width: 100%;
      display: block;
      text-indent: -99999px;
      background: url(../img/arrow-down.svg) center center no-repeat transparent;
      background-size: 3rem;
      opacity: 0.3;
      z-index: 1;
  }
  .carousel__btn-anchor:focus {
      outline: 0;
      opacity: 0.5;
  }
  @-webkit-keyframes _carousel__anchor {
      0% {
          -webkit-transform: translateY(0);
          transform: translateY(0);
      }
      100% {
          -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
      }
  }
  @keyframes _carousel__anchor {
      0% {
          -webkit-transform: translateY(0);
          transform: translateY(0);
      }
      100% {
          -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
      }
  }
  .cat-list {
      list-style: none;
  }
  .cat-list__item {
      display: inline-block;
      margin-right: 1rem;
  }
  .cat-list__bullet {
      display: block;
      font-size: 1.4rem;
      color: #fff;
      text-transform: uppercase;
      margin-bottom: 0;
  }
  .cat-list__bullet:hover {
      text-decoration: none;
      text-shadow: 0 0 currentColor;
  }
  .checkbox,
  .checkbox--switch {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
  }
  .checkbox--switch:focus-within label,
  .checkbox--switch:hover label,
  .checkbox:focus-within label,
  .checkbox:hover label {
      color: #09090a;
  }
  .checkbox--switch:focus-within label::after,
  .checkbox--switch:hover label::after,
  .checkbox:focus-within label::after,
  .checkbox:hover label::after {
      border-color: #ff6900;
  }
  .checkbox label,
  .checkbox--switch label {
      position: relative;
      cursor: pointer;
      color: #88888a;
      font-size: 1.8rem;
      font-family: SoraLight, Effra, Roboto;
      padding-left: 3rem;
  }
  .checkbox label::after,
  .checkbox label::before,
  .checkbox--switch label::after,
  .checkbox--switch label::before {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      display: block;
      content: "";
      border-radius: 0.4rem;
  }
  .checkbox label::after,
  .checkbox--switch label::after {
      height: 2rem;
      width: 2rem;
      border: 1px solid #88888a;
  }
  .checkbox label::before,
  .checkbox--switch label::before {
      height: 1.4rem;
      width: 1.4rem;
      left: 0.3rem;
      background-color: transparent;
  }
  .checkbox input[type="checkbox"],
  .checkbox--switch input[type="checkbox"] {
      position: absolute;
      opacity: 0;
      z-index: -1;
  }
  .checkbox input[type="checkbox"]:checked + label::before,
  .checkbox--switch input[type="checkbox"]:checked + label::before {
      background-color: #ff6900;
  }
  .checkimg {
      display: inline-block;
      margin: 0 1rem;
  }
  .checkimg img {
      display: block;
      margin: auto;
      border: 4px solid #fff;
      -webkit-filter: grayscale(1);
      filter: grayscale(1);
      opacity: 0.7;
      cursor: pointer;
  }
  .checkimg input[type="radio"] {
      display: none;
  }
  .checkimg input[type="radio"]:checked + label img {
      border-color: #ff6900;
      -webkit-filter: none;
      filter: none;
      opacity: 1;
  }
  .checkimg span {
      display: block;
      visibility: hidden;
      height: 0;
  }
  .choice .grid--fluid {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
  }
  .choice__img img {
      display: block;
  }
  .choice__img.-f-right img {
      margin-left: auto;
  }
  .choice__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-item-align: center;
      align-self: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
  }
  .choice__title {
      width: 100%;
      font-family: Sora, Effra, Roboto;
      color: #ff6900;
      text-align: center;
      margin-bottom: 2rem;
  }
  .choice__button {
      display: inline-block;
      width: calc(50% - 2rem);
      text-align: center;
      padding: 1.25rem 0.75rem 1.4rem;
      background-color: #ff6900;
      color: #fff;
      line-height: 1.1;
      font-family: SoraMedium, Effra, Roboto;
      text-transform: uppercase;
      -webkit-box-shadow: 0 -4px 0 0 #b34a00 inset;
      box-shadow: 0 -4px 0 0 #b34a00 inset;
      border-radius: 30px;
  }
  .choice__button:hover {
      color: #fff;
  }
  .choices {
      margin-bottom: 2px;
  }
  .choices .choices__inner {
      padding: 3px 7px;
      background-color: #fff;
      line-height: 25px;
      min-height: 40px;
      border: 0.2rem solid #d1d1d1;
  }
  .choices[data-type*="select-one"] .choices__inner {
      padding-bottom: 2px;
  }
  .choices[data-type*="select-one"] .choices__input {
      border-bottom: 0.2rem solid #ff6900;
  }
  .chosen {
      margin-bottom: 0;
  }
  .chosen-container-single .chosen-single {
      height: 3.8rem;
      padding: 0.6rem 1rem 0.7rem;
      border: 0.1rem solid #d1d1d1;
      background: #fff;
  }
  .chosen-container-single .chosen-single::after {
      position: absolute;
      right: 1rem;
      top: 0;
      bottom: 0;
      margin: auto;
      display: block;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0.6rem 0.6rem 0 0.6rem;
      border-color: #555 transparent transparent transparent;
  }
  .chosen-container-single.chosen-with-drop .chosen-single {
      background: #fff;
  }
  .chosen-container-single.chosen-with-drop .chosen-single::after {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  }
  .chosen-container-single .chosen-single div b {
      display: none !important;
  }
  .chosen-container-single .chosen-search input[type="text"] {
      height: 3.8rem;
      padding: 0.6rem 1rem 0.7rem;
      background: url(../img/search-black.svg) center right 1rem no-repeat;
      background-size: 1.5rem;
  }
  .chosen-container .chosen-results li {
      padding: 0.6rem 1rem 0.7rem;
      line-height: 1.2;
  }
  .chosen-container .chosen-results li.highlighted {
      line-height: 1.2;
      background: gray;
  }
  .-hidden-value0 .is-open .choices__list--dropdown .choices__item[data-value="0"] {
      display: none !important;
  }
  .clains,
  .clains--compact {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      list-style: none;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 0;
  }
  .clains__modal {
      display: none;
      z-index: 1;
      position: absolute;
      width: 240px;
      height: auto;
      max-width: 100vw;
      bottom: calc(100% + 1rem);
      background-color: #88888a;
      padding: 1.5rem;
  }
  .clains__modal h4 {
      display: block;
      text-align: left;
      margin-bottom: 1.2rem;
      font-size: 1.8rem;
      color: #fff;
  }
  .clains__modal p {
      font-size: 1.2rem;
      margin-bottom: 0;
      text-align: left;
      color: #fff;
  }
  .clains__modal::after {
      position: absolute;
      display: block;
      content: "";
      bottom: -1.1rem;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 1.2rem 1.2rem 0 1.2rem;
      border-color: #88888a transparent transparent transparent;
  }
  .clains__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: baseline;
      align-content: baseline;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin: 0;
  }
  .clains__fig {
      position: relative;
      margin: 0;
      cursor: pointer;
  }
  .clains__fig img,
  .clains__fig svg {
      max-width: 100px;
  }
  .clains__fig::after {
      display: block;
      margin-left: auto;
      height: 1.8rem;
      width: 1.8rem;
      content: "?";
      line-height: 2rem;
      font-size: 1.4rem;
      color: #fff;
      font-weight: 700;
      border-radius: 2rem;
      background-color: #a59c94;
      text-align: center;
  }
  .clains__fig:hover .clains__modal {
      display: block;
  }
  .clains__name {
      font-family: Sora, Effra, Roboto;
      font-size: 2.4rem;
      text-align: center;
  }
  .clains--compact {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      width: 100%;
      margin: 0;
      padding: 0 0.5rem;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
  }
  .clains--compact .clains__fig {
      padding: 0.75rem;
      max-width: 4rem;
      max-height: 4rem;
      background-color: currentColor;
      border-radius: 4em;
  }
  .clains--compact .clains__fig img {
      max-width: 100%;
  }
  .clains--compact .clains__item {
      display: block;
      max-width: 100%;
      padding: 0 0.5rem;
  }
  .clains--compact .clains__modal {
      left: calc(50%);
  }
  .clains--compact .clains__fig::after {
      display: none;
  }
  .clains--full {
      display: block;
      margin: auto;
  }
  .clains--full img {
      width: 100%;
      max-width: 100%;
  }
  .clains--full .clains__fig {
      padding: 1rem;
  }
  .clains--full .clains__fig::after {
      position: absolute;
      right: 1rem;
      top: 1rem;
  }
  .clains--full .clains__modal {
      color: #fff;
      background-color: #ff6900;
      font-size: 1.3rem;
      line-height: 1.3;
  }
  .clains--full .clains__modal::after {
      border-color: #ff6900 transparent transparent transparent;
  }
  .clains--full .clains__name {
      font-size: 1.6rem;
  }
  .cover {
      display: block;
  }
  .cover__content {
      position: relative;
      display: block;
      margin-bottom: 0;
      color: #fff;
  }
  .cover__content img {
      width: 100%;
      display: block;
  }
  .cover__overlay {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      height: 100%;
      padding: 8%;
      overflow: hidden;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.3);
  }
  .cover__title {
      margin-bottom: 0;
      font-size: 140%;
      text-align: center;
      text-transform: uppercase;
      line-height: 1.1;
  }
  .cover__hover {
      opacity: 0;
      margin-top: 0;
      font-size: 1.2rem;
      -webkit-transition: opacity cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
      -o-transition: opacity cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
      transition: opacity cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
      height: 0;
  }
  .cover__footer {
      text-align: center;
      padding: 4rem;
  }
  .cover__footer p {
      font-family: SoraLight, Effra, Roboto;
      font-weight: 700;
      font-size: 1.6rem;
      line-height: 1.8;
      color: #555;
  }
  .cover__footer a {
      margin-bottom: 0;
  }
  .details figure {
      margin-bottom: 0;
  }
  .details__body {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
  }
  .details__single {
      overflow: hidden;
      position: relative;
      cursor: pointer;
  }
  .details__caption > .details__title {
      position: absolute;
      left: 0;
      right: 0;
      display: inline;
  }
  .details__title {
      color: #fff;
      font-family: Sora, Effra, Roboto;
      letter-spacing: 0.4rem;
  }
  .details__resume {
      color: #fff;
      font-family: Sora, Effra, Roboto;
      margin-bottom: 0;
  }
  .detail__caption-box {
      max-width: 100%;
      padding: 2rem;
  }
  .distfinder .title,
  .distfinder .title--faq,
  .distfinder .title--section {
      margin-bottom: 2rem;
  }
  .distfinder__search {
      padding: 1rem 0;
  }
  .distfinder__search .distfinder__content {
      margin: auto;
      text-align: center;
  }
  .download-list {
      overflow: hidden;
  }
  .download-list .material-filter {
      padding: 0;
      margin-bottom: 3.25rem;
  }
  .download-list__filter .ipt-search [type="text"],
  .download-list__filter .ipt-search--white [type="text"] {
      margin-bottom: 0;
  }
  .download-list__mobile-menu legend {
      background-color: #edece5;
      margin-bottom: 0;
      padding: 1rem 2rem;
  }
  .download-list__mobile-menu ul {
      font-family: SoraMedium, Effra, Roboto;
      border: 4px solid #edece5;
      list-style: none;
  }
  .download-list__mobile-menu li {
      margin-bottom: 0;
      padding: 1rem 2rem;
      border: 2px solid #fff;
  }
  .download-list__mobile-menu li a {
      display: block;
      color: #333;
  }
  .download-list__mobile-menu li:hover {
      background-color: #f1f1f1;
  }
  .download-list__mobile-menu li a.-is-current {
      color: #ff6900;
  }
  .download-list__filter.-is-active ul {
      display: block;
  }
  .download-list__filter.-is-active legend::after {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  }
  .event {
      display: block;
      max-width: 320px;
      margin: auto;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
  }
  .event__overlay {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 2rem;
      background-color: rgba(0, 0, 0, 0.5);
  }
  .event__header {
      overflow: hidden;
      color: #fff;
  }
  .event__header .icon {
      float: left;
      width: 5rem;
      height: 5.5rem;
  }
  .event__header .icon svg {
      width: 90%;
      height: 90%;
      margin-top: 0;
      margin-left: 0;
  }
  .event__day {
      display: block;
      text-transform: uppercase;
      line-height: 1;
      font-size: 2.2rem;
      font-family: SoraMedium, Effra, Roboto;
  }
  .event__time {
      display: block;
      font-family: SoraLight, Effra, Roboto;
      text-transform: uppercase;
      font-size: 1.4rem;
  }
  .event__body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      position: relative;
      padding-top: 4.4rem;
      margin-top: 0;
      margin-bottom: auto;
  }
  .event__tag {
      position: absolute;
      right: 29px;
      bottom: 19rem;
      padding: 0.25rem 1rem 0.25rem 2rem;
      background-color: #003662;
      color: #fff;
      font-size: 1.3rem;
      font-family: SoraMedium, Effra, Roboto;
      text-transform: uppercase;
  }
  .event__hat {
      min-width: 1px;
      min-height: 1.6rem;
      display: block;
      color: #fff;
      font-size: 1.6rem;
      font-family: Sora, Effra, Roboto;
      letter-spacing: 0.2rem;
      margin-top: 1rem;
      margin-bottom: 1rem;
  }
  .event__title {
      color: #fff;
      font-size: 2.6rem;
      font-family: SoraMedium, Effra, Roboto;
      letter-spacing: 0.1rem;
      line-height: 1.3;
      margin-bottom: auto;
  }
  .event__resume {
      color: #fff;
      font-size: 1.5rem;
      font-family: Sora, Effra, Roboto;
      letter-spacing: 0.2rem;
      line-height: 1.5;
  }
  .event__button {
      padding: 0 2.5rem;
      line-height: 4.2rem;
      font-size: 1.5rem;
      min-width: 0;
      margin-bottom: 0;
  }
  .eventslist {
      padding-bottom: 3rem;
  }
  .eventslist__header .title,
  .eventslist__header .title--faq,
  .eventslist__header .title--section {
      margin-bottom: 1.2rem;
      color: #619ed6;
  }
  .eventslist__header p {
      font-family: Sora, Effra, Roboto;
      color: #555;
  }
  .eventslist__body {
      position: relative;
  }
  .eventslist__body .tns-nav {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      text-align: center;
      z-index: 2;
      height: 2.5rem;
  }
  .eventslist__body .tns-nav [aria-controls] {
      position: relative;
      display: inline-block;
      padding: 0;
      margin: 0;
      border: none;
      height: 2rem;
      width: 2rem;
      background-color: transparent;
      -webkit-transition: width cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
      -o-transition: width cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
      transition: width cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
  }
  .eventslist__body .tns-nav [aria-controls]:focus {
      outline: 0;
  }
  .eventslist__body .tns-nav [aria-controls]::after {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      display: block;
      content: "";
      width: 1.2rem;
      height: 1.2rem;
      margin: auto;
      border-radius: 2rem;
      background-color: currentColor;
      -webkit-transition: width cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
      -o-transition: width cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
      transition: width cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
      -webkit-transform-origin: center;
      -ms-transform-origin: center;
      transform-origin: center;
  }
  .eventslist__body .tns-nav [aria-controls].tns-nav-active {
      width: 4rem;
  }
  .eventslist__body .tns-nav [aria-controls].tns-nav-active::after {
      width: 2.8rem;
  }
  .eventslist__body .tns-controls [type="button"] {
      top: 0;
      bottom: 3rem;
      position: absolute;
      padding: 0;
      margin: auto;
      background-color: #a9a099;
      z-index: 2;
      border: none;
      text-indent: -9999px;
      opacity: 0.7;
  }
  .eventslist__body .tns-controls [type="button"]:disabled {
      opacity: 0.2;
      cursor: not-allowed;
  }
  .eventslist__body .tns-controls [type="button"]:focus {
      outline: 0;
  }
  .eventslist__body .tns-controls [type="button"][data-controls="prev"] {
      left: 0;
  }
  .eventslist__body .tns-controls [type="button"][data-controls="next"] {
      right: 0;
  }
  .eventslist__slider {
      list-style-type: none;
  }
  .faq {
      padding: 2rem 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background-color: #edece5;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
  }
  .faq h3 {
      font-family: Sora, Effra, Roboto;
      font-size: 2rem;
      color: #555;
  }
  .faq .help-modal__link {
      margin-bottom: 0;
      padding: 0 2.5rem;
      line-height: 4.2rem;
      font-size: 1.5rem;
      min-width: 0;
      background-color: #f1762e;
      color: #fff;
      -webkit-box-shadow: 0 -2px 0 #d45b04 inset;
      box-shadow: 0 -2px 0 #d45b04 inset;
      border-radius: 20px;
  }
  .faq .help-modal__link:focus,
  .faq .help-modal__link:hover {
      outline: 0;
      color: #fff;
      background-color: #e65f00;
  }
  .faq .help-modal__link:active {
      -webkit-box-shadow: 0 0 0 0 #d45b04 inset;
      box-shadow: 0 0 0 0 #d45b04 inset;
      -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
      transform: translateY(1px);
  }
  .clear_search {
      position: absolute;
      font-size: 9px;
      bottom: -8px;
      left: 23px;
      font-weight: 700;
      color: #ff6900;
      margin: 0;
      cursor: pointer;
  }
  .fieldgroup {
      margin-bottom: 0;
  }
  .fieldgroup.-is-visible {
      padding-bottom: 2rem;
  }
  .fieldgroup:not(.-is-visible) .fieldgroup__body {
      display: none;
  }
  .fieldgroup:not(.-is-visible) .fieldgroup__header::before {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  }
  .fieldgroup__header {
      position: relative;
      margin-bottom: 0;
      padding: 1rem 3rem 1rem 0;
      display: block;
      width: 100%;
      border-top: 1px solid #333;
      cursor: pointer;
      font-family: Sora, Effra, Roboto;
      color: #333;
  }
  .fieldgroup__header::after,
  .fieldgroup__header::before {
      position: absolute;
      right: 1rem;
      top: 0;
      bottom: 0;
      margin: auto;
      display: block;
      content: "";
      width: 1.2rem;
      height: 0.3rem;
      background-color: #555;
      -webkit-transition: -webkit-transform cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
      transition: -webkit-transform cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
      -o-transition: transform cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
      transition: transform cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
      transition: transform cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s, -webkit-transform cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
  }
  .filter .checkbox label,
  .filter .checkbox--switch label {
      font-size: 1.5rem;
  }
  .filter label,
  .filter legend {
      font-weight: 400;
  }
  .filter .filter__result [v-cloak] {
      display: none !important;
  }
  .filter__btn {
      width: 100%;
      margin-top: 2rem;
      margin-bottom: 0;
  }
  .filter__title {
      font-family: SoraLight, Effra, Roboto;
      font-size: 2rem;
  }
  .filter__open {
      position: relative;
      display: block;
      width: 100%;
      margin-top: 2rem;
      color: #555;
  }
  .filter__open:hover {
      color: #555;
  }
  .filter__open .icon {
      position: absolute;
      width: 2.5rem;
      height: 2.5rem;
      right: 1rem;
      top: 0;
      bottom: 0;
      margin: auto;
  }
  .filter__clear {
      margin-top: 2rem;
      width: 100%;
      color: #555;
  }
  .filter__clear:hover {
      color: #555;
  }
  .filter__clean-up {
      border: none;
      padding: 0;
      margin-bottom: 0;
      background-color: transparent;
      font-size: 1.6rem;
      font-family: Sora, Effra, Roboto;
      color: #ff6900;
      cursor: pointer;
  }
  .filter__clean-up:focus {
      outline: 0;
      font-weight: 700;
  }
  .filter__close {
      position: absolute;
      right: -0.5rem;
      top: -0.5rem;
      width: 4rem;
      height: 4rem;
      text-indent: -99999px;
      z-index: 1;
  }
  .filter__close::after,
  .filter__close::before {
      position: absolute;
      display: block;
      content: "";
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 1.6rem;
      height: 0.2rem;
      background-color: #555;
  }
  .filter__close::after {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  }
  .filter__close::before {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  }
  .filter__result span {
      font-family: SoraLight, Effra, Roboto;
      color: #a59c94;
  }
  .filter__result span b {
      color: #8e8278;
  }
  .floating {
      position: fixed;
      right: 0;
      bottom: 2rem;
      cursor: pointer;
  }
  .floating .floating__bg {
      -webkit-transition: padding cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
      -o-transition: padding cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
      transition: padding cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
      background-color: #003761;
      border-radius: 4rem 0 0 4rem;
      overflow: hidden;
  }
  .floating .floating__tooltip {
      right: 0;
      bottom: 0;
      height: 50px;
      padding: 10px 0.5rem;
  }
  .floating .floating__tooltip:after {
      display: none;
  }
  .floating.-is-active .floating__bg {
      padding-right: 198px;
  }
  .floating.-is-active .floating__tooltip {
      opacity: 1;
      visibility: visible;
      -webkit-transition-delay: 0.4s;
      -o-transition-delay: 0.4s;
      transition-delay: 0.4s;
      -webkit-transition-duration: 0.4s;
      -o-transition-duration: 0.4s;
      transition-duration: 0.4s;
  }
  .floating.-is-active .floating__close {
      display: block;
  }
  .floating__button {
      color: #000;
      display: block;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-item-align: center;
      align-self: center;
      justify-self: center;
      background-color: #003761;
      color: #fff;
      width: 5rem;
      height: 5rem;
  }
  .floating__button .icon {
      margin: auto;
      height: 3.8rem;
      width: 3.8rem;
  }
  .floating__button .icon img {
      width: 200%;
  }
  .floating__tooltip {
      opacity: 0;
      visibility: hidden;
      position: absolute;
      bottom: calc(100% + 1rem);
      right: 0;
      width: 200px;
      text-align: center;
      padding: 1rem;
      background-color: #003761;
      color: #fff;
      line-height: 1.2;
      font-size: 1.4rem;
      -webkit-transition: all cubic-bezier(0.62, 0.28, 0.23, 0.99) 0 0;
      -o-transition: all cubic-bezier(0.62, 0.28, 0.23, 0.99) 0 0;
      transition: all cubic-bezier(0.62, 0.28, 0.23, 0.99) 0 0;
  }
  .floating__tooltip::after {
      content: "";
      display: block;
      position: absolute;
      right: 1.4rem;
      bottom: -7px;
      margin: auto;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 7px 7px 0 7px;
      border-color: #003761 transparent transparent transparent;
  }
  .floating__close {
      position: absolute;
      width: 20px;
      height: 20px;
      top: -20px;
      right: 0;
      color: #555;
      text-align: center;
      display: none;
  }
  .floating__close svg {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 15px;
      height: 15px;
  }
  .foodfinder__questions {
      min-height: 480px;
  }
  .foodfinder__sub-title {
      margin-bottom: 4rem;
      font-size: 2.6rem;
      font-family: Sora, Effra, Roboto;
  }
  .foodfinder__step-footer {
      margin-top: 3rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      max-width: 420px;
      margin: 3rem auto 0;
  }
  .foodfinder__step-footer .button,
  .foodfinder__step-footer .button--big,
  .foodfinder__step-footer .button--small {
      margin-bottom: 0;
  }
  .foodfinder__step-content .ipt-group {
      max-width: 360px;
      margin: auto;
  }
  .foodfinder__step-content .check-group {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
  }
  .foodfinder__step-content .check-group .checkimg {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0;
  }
  .foodfinder__step-content .check-group .checkimg input[type="radio"] + label img {
      border: transparent;
  }
  .foodfinder__step-content .check-group .checkimg:first-child {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
  }
  .foodfinder__step-content .checkimg {
      margin: 0;
  }
  .foodfinder__stage {
      position: relative;
      overflow: hidden;
  }
  .foodfinder__stage img {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      margin: auto;
  }
  .foodfinder__stage img:not(.-is-active) {
      -webkit-filter: grayscale(1);
      filter: grayscale(1);
      opacity: 0.5;
  }
  .foddfinder__intro-limit {
      max-width: 640px;
      width: 100%;
  }
  .foddfinder__intro-limit h1 {
      font-family: Sora, Effra, Roboto;
      font-size: 3rem;
      text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.15);
  }
  .foddfinder__intro-limit p {
      font-family: Sora, Effra, Roboto;
      font-size: 1.8rem;
      color: #968a7e;
  }
  .foddfinder__intro-limit .button--small {
      margin-top: 4rem;
      margin-bottom: 0;
  }
  .footer {
      color: #fff;
  }
  .footer a {
      color: #fff;
  }
  .footer .grid .grid__item,
  .footer .grid .grid__item--auto {
      margin-bottom: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
  }
  .footer__widgets {
      background-color: #ff6900;
  }
  .footer__menu ul {
      list-style: none;
      margin-bottom: 0;
  }
  .footer__menu .menu > .menu-item a {
      display: block;
      padding: 0.2rem 0 0.2rem 0.5rem;
      font-size: 1.2rem;
      letter-spacing: 0.4px;
      font-weight: 700;
      opacity: 0.9;
      line-height: 15px;
  }
  .footer__menu .menu > .menu-item a:focus,
  .footer__menu .menu > .menu-item a:hover {
      opacity: 1;
      text-decoration: none;
  }
  .footer__menu .menu > .menu-item > a {
      margin: 0.5rem 0;
  }
  .footer__menu .menu > .menu-item:first-child > a {
      margin-top: 0;
  }
  .footer__menu .menu > .menu-item:last-child > a {
      margin-bottom: 0;
  }
  .footer__menu .sub-menu {
      margin: 0;
  }
  .footer__menu .sub-menu > .menu-item {
      margin-bottom: 0;
      padding-left: 12px;
  }
  .footer__menu .sub-menu > .menu-item > a {
      font-weight: 400;
  }
  .footer__menu .menu > .menu-item {
      margin-bottom: 0;
  }
  .footer__logo-area img {
      max-width: 160px !important;
      margin-right: 17px;
  }
  .footer__logo-area > a {
      display: block;
  }
  .footer__logo-area + .footer__logo-area img {
      max-width: 70px !important;
      margin-right: 17px;
  }
  .footer__app {
      margin-bottom: 2rem;
  }
  .footer__app p {
      margin-bottom: 0;
  }
  .footer__sac:first-child {
      margin-bottom: 3rem;
      padding-top: 15px;
  }
  .footer__sac {
      line-height: 15px;
  }
  .footer__sac:last-child {
      margin-bottom: 0;
      margin-top: 10px;
  }
  .footer__sac p {
      margin-bottom: 0;
  }
  .footer__sac .textwidget img {
      display: inline-block;
      vertical-align: middle;
      margin-right: 7px;
      max-height: 25px;
      max-width: 25px;
  }
  .footer__sac .textwidget img.alignleft {
      float: left;
      margin-right: 1rem;
      margin-bottom: 1rem;
  }
  .footer__sac .textwidget a {
      display: inline-block;
      vertical-align: middle;
      font-size: 1.4rem;
      font-weight: 400;
  }
  .footer__sac .textwidget a strong {
      display: block;
      font-family: SoraMedium, Effra, Roboto;
      font-size: 2rem;
      line-height: 1;
      letter-spacing: 0.1rem;
  }
  .footer__copyright {
      background-color: #310907;
      padding: 1rem 0;
  }
  .footer__copyright p {
      font-size: 11px;
      font-family: Sora, Effra, Roboto;
      letter-spacing: 1px;
      text-align: center;
      margin-bottom: 0;
  }
  .grid,
  .grid--fluid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      list-style: none;
  }
  .debug .grid,
  .debug .grid--fluid {
      border: 2px salmon dashed;
  }
  .debug .grid .grid__item,
  .debug .grid .grid__item--auto,
  .debug .grid--fluid .grid__item,
  .debug .grid--fluid .grid__item--auto {
      background-color: #add8e6;
  }
  .-j-center.grid,
  .-j-center.grid--fluid {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
  }
  .-j-between.grid,
  .-j-between.grid--fluid {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
  }
  .-a-center.grid,
  .-a-center.grid--fluid {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
  }
  .-a-end.grid,
  .-a-end.grid--fluid {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
  }
  .-h100.grid,
  .-h100.grid--fluid {
      height: 100%;
  }
  .grid {
      padding-left: 10px;
      padding-right: 10px;
  }
  .grid--fluid {
      width: 100%;
  }
  .grid .grid__item,
  .grid .grid__item--auto {
      margin-bottom: 20px;
      margin-left: 10px;
      margin-right: 10px;
  }
  .grid .-mb-0.grid__item--auto,
  .grid .grid__item.-mb-0 {
      margin-bottom: 0;
  }
  .-h100.grid__item--auto,
  .grid__item.-h100 {
      height: calc(100% - 20px);
  }
  .-h50.grid__item--auto,
  .grid__item.-h50 {
      height: calc(50% - 30px);
  }
  .grid__item--auto {
      width: auto;
  }
  .guide__slider {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  }
  .guide {
      text-align: center;
  }
  .guide .tns-controls {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 4.8rem;
      left: 0;
      right: 0;
      margin: auto;
      z-index: 1;
      max-width: 1200px;
  }
  .guide .tns-controls:focus {
      outline: 0;
  }
  .guide .tns-controls button {
      margin: 0;
      padding: 0;
      height: 4.8rem;
      width: 4.8rem;
      line-height: 4.8rem;
      border: none;
      text-indent: -9999px;
      background: url(../img/next.svg) center center no-repeat;
  }
  .guide .tns-controls button:focus-within {
      border: 1px solid red;
  }
  .guide .tns-controls button:disabled {
      opacity: 0.2;
      cursor: not-allowed;
  }
  .guide .tns-controls button[data-controls="prev"] {
      background-image: url(../img/back.svg);
  }
  .guide .tns-controls button[data-controls="prev"]:disabled {
      opacity: 0.2;
  }
  .guide__header {
      margin-bottom: 4rem;
  }
  .guide__day {
      font-family: Sora, Effra, Roboto;
      font-weight: 700;
      font-size: 4.8rem;
      line-height: 1;
      margin-bottom: 2rem;
  }
  .guide__current img {
      -o-object-fit: contain;
      object-fit: contain;
      display: block;
  }
  .guide__next,
  .guide__prev {
      margin-top: 5.8rem;
  }
  .guide__name {
      margin-bottom: 0;
      font-family: Sora, Effra, Roboto;
      line-height: 1;
  }
  .guide__value {
      font-family: Sora, Effra, Roboto;
      font-weight: 700;
  }
  .guide__desc {
      margin-bottom: 0;
      font-family: Sora, Effra, Roboto;
      color: #88888a;
  }
  .guide__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
  }
  .header {
      position: sticky;
      top: 0;
      left: 0;
      right: 0;
      height: 60px;
      background-color: #fff;
      border-bottom: 3px solid currentColor;
  }
  .-search-is-visible .header .search {
      display: block;
      max-height: 80rem;
  }
  .-search-is-visible .header .header__search-btn .-search {
      display: none;
  }
  .-search-is-visible .header .header__search-btn .-close {
      display: block;
  }
  .header .search {
      height: auto;
      max-height: 0;
      overflow: hidden;
      margin: 0;
      -webkit-transition: max-height 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99);
      -o-transition: max-height 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99);
      transition: max-height 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  }
  .header__limit {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 1200px;
      margin: 0 auto;
      color: #333;
  }
  .header__logo a {
      position: relative;
      display: block;
      width: 170px;
      height: 60px;
      color: #ff6900;
  }
  .header__logo img,
  .header__logo svg {
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      display: block;
      width: 100%;
      max-height: 60px;
  }
  .header__menu {
      z-index: 1;
  }
  .header__menu .menu {
      margin: 0;
      text-transform: uppercase;
      list-style: none;
      font-family: Sora, Effra, Roboto;
      font-size: 1.5rem;
  }
  .header__menu .menu > .menu-item {
      position: relative;
      margin: 0;
  }
  .header__menu .menu > .menu-item > a {
      display: block;
      color: #333;
  }
  .header__menu .menu > .menu-item.-highlight > a {
      color: #ff6900;
  }
  .header__menu .menu > .menu-item.menu-item-has-children > a::after {
      display: inline-block;
      vertical-align: middle;
      margin-top: -0.25rem;
      margin-left: 0.5rem;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0.5rem 0.5rem 0 0.5rem;
      border-color: #88888a transparent transparent transparent;
  }
  .header__menu .sub-menu {
      margin: 0;
      list-style: none;
  }
  .header__menu .sub-menu > .menu-item {
      margin: 0;
  }
  .header__menu .sub-menu > .menu-item > a {
      display: block;
      color: #333;
  }
  .header__search-btn {
      margin: 0;
      display: block;
      width: 60px;
      height: 60px;
      border: none;
      padding: 0;
      background-color: transparent;
      color: #333;
      cursor: pointer;
  }
  .header__search-btn:focus,
  .header__search-btn:hover {
      color: #ff6900;
      outline: 0;
  }
  .header__search-btn span {
      display: none;
  }
  .header__search-btn .icon {
      display: block;
      width: 2.5rem;
      height: 2.5rem;
      margin: auto;
  }
  .header__search-btn .icon.-close {
      display: none;
  }
  .header__language {
      position: absolute;
      right: 1rem;
      min-width: 70px;
  }
  .header__language .dropdown-lang {
      display: block;
      padding: 2rem 0 0;
  }
  /* .header__language .dropdown-lang::after {
      display: block;
      content: "";
      position: absolute;
      right: 0;
      top: 0.8rem;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0.4rem 0.4rem 0 0.4rem;
      border-color: #555 transparent transparent transparent;
  } */
  .header__language .dropdown-lang::after {
      display: block;
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="5" viewBox="0 0 8 5" fill="none"><path d="M1.25 0.625L4.25 3.625L7.25 0.625" stroke="white" stroke-width="1.05" stroke-linecap="round" stroke-linejoin="round"/></svg>');
      content: "";
      position: absolute;
      right: 0;
      top: 0.8rem;
      width: 10px;
      height: 10px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
  }
  .header__language .menu-lang {
      margin: 6px 0;
      list-style: none;
      width: 65px;
      background-color: #fff;
      -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
      box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
      height: 0;
  }
  .header__language .menu-lang .menu-item {
      margin: 0;
  }
  .header__language .menu-lang .menu-item.current-menu-item {
      position: absolute;
      top: 0;
      left: 0;
  }
  .header__language .menu-lang .menu-item:not(.current-menu-item) {
      min-width: 70px;
      opacity: 0;
      visibility: hidden;
  }
  .header__language .menu-lang .menu-item:first-child:not(.current-menu-item) {
      margin-top: 8px;
  }
  .header__language .menu-lang .menu-item a {
      display: block;
      font-size: 14px;
      line-height: 1.4rem;
      text-transform: uppercase;
      padding: 0.25rem 0.5rem;
      color: #555;
  }
  .header__language .menu-lang .menu-item a:hover {
      color: #000;
  }
  .header__language .menu-lang .menu-item img {
      margin-right: 4px;
      max-width: 20px;
  }
  .header__language .dropdown-lang:hover .menu-lang {
      height: auto;
  }
  .header__language .dropdown-lang:hover .menu-lang .menu-item {
      opacity: 1;
      visibility: visible;
  }
  /*.header__language .menu-item:hover {*/
  /*    background: #f7f7f7;*/
  /*}*/
  .header__toggle .-close {
      display: none;
  }
  .help-modal {
      background-color: #edece5;
  }
  .help-modal__limit {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 1.5rem;
  }
  .help-modal__title {
      text-transform: uppercase;
      font-size: 2rem;
      font-family: Sora, Effra, Roboto;
  }
  .help-modal__btn {
      margin-bottom: 0;
      position: relative;
      background-color: #333;
      border: none;
      padding-right: 4rem;
      cursor: pointer;
      border-radius: 24px;
  }
  .help-modal__btn p {
      font-size: 1.4rem;
      line-height: 2rem;
      margin: 1rem;
      font-family: Sora, Effra, Roboto;
      color: #fff;
  }
  .help-modal__btn .icon {
      position: absolute;
      right: 1rem;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 3rem;
  }
  .help-modal__btn:hover {
      text-shadow: 0 0 #fff;
      -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
      transform: scale(1.01);
  }
  .help-modal__btn:active {
      -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
      transform: translateY(1px);
  }
  .help-modal__btn.-align-center {
      margin: auto;
      max-width: -webkit-fit-content;
      max-width: -moz-fit-content;
      max-width: fit-content;
      display: block;
  }
  .help-modal__btn.-align-right {
      margin-left: auto;
      max-width: -webkit-fit-content;
      max-width: -moz-fit-content;
      max-width: fit-content;
      display: block;
  }
  .help-modal.is-style--p-mode {
      background-color: transparent;
      font-family: SoraMedium, Effra, Roboto;
  }
  .help-modal.is-style--p-mode .help-modal__limit {
      padding: 0;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
  }
  .hero,
  .hero--pet {
      position: relative;
  }
  .-img-on-left.hero--pet .hero__thumb,
  .hero.-img-on-left .hero__thumb {
      margin-left: 0;
      margin-right: auto;
  }
  .-img-on-left.hero--pet .hero__content,
  .hero.-img-on-left .hero__content {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
  }
  .hero__limit {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
  }
  .hero__content {
      color: #fff;
  }
  .hero__figure .hero__figure-video-limiter {
      display: block;
      margin-bottom: 0;
      position: relative;
      cursor: pointer;
      padding-bottom: 56.25%;
      height: 0;
  }
  .hero__figure .hero__figure-video-limiter iframe,
  .hero__figure .hero__figure-video-limiter img {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }
  .hero__thumb {
      display: block;
      margin-left: auto;
      margin-right: 0;
      max-width: 100%;
  }
  .hero__title img {
      -webkit-filter: brightness(0) invert(1);
      filter: brightness(0) invert(1);
      max-width: 250px;
      display: block;
      margin: 0;
  }
  .hero__title .hero__alt-title {
      line-height: 20px;
      font-size: 33px;
  }
  .hero__title img + .hero__alt-title,
  .hero__title svg + .hero__alt-title {
      display: none;
  }
  .hero__resume {
      text-shadow: 1px 0 #000;
  }
  .hero__arrow {
      cursor: pointer;
      border: none;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      height: 4rem;
      width: 100%;
      text-indent: -99999px;
      background: url(../img/arrow-down.svg) center center no-repeat transparent;
      background-size: 3rem;
      opacity: 0.3;
  }
  @-webkit-keyframes _hero_arrow {
      0% {
          -webkit-transform: translateY(0);
          transform: translateY(0);
      }
      100% {
          -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
      }
  }
  @keyframes _hero_arrow {
      0% {
          -webkit-transform: translateY(0);
          transform: translateY(0);
      }
      100% {
          -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
      }
  }
  .hero--pet {
      background-color: #ff6900;
  }
  .highlight__fig {
      position: relative;
      display: block;
      max-width: 640px;
      margin: auto;
      padding: 0;
  }
  .highlight__img {
      display: block;
      width: 100%;
  }
  .highlight__map {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
  }
  .highlight__map.-is-active .highlight__tooltip {
      display: none;
  }
  .highlight__map.-is-active .highlight__modal {
      visibility: visible;
      opacity: 1;
  }
  .highlight__modal-close,
  .highlight__tooltip {
      position: absolute;
      display: block;
      width: 3rem;
      height: 3rem;
      text-indent: -99999px;
      background-color: currentColor;
      border-radius: 1.5rem;
      cursor: pointer;
  }
  .highlight__modal-close::after,
  .highlight__modal-close::before,
  .highlight__tooltip::after,
  .highlight__tooltip::before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      display: block;
      content: "";
      width: 1.6rem;
      height: 0.3rem;
      border-radius: 2px;
      background-color: #fff;
  }
  .highlight__modal-close::before,
  .highlight__tooltip::before {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  }
  .highlight__modal-close {
      top: -1rem;
      right: -1rem;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      border: 1px solid #333;
      color: #fff;
  }
  .highlight__modal-close::after,
  .highlight__modal-close::before {
      background-color: #333;
  }
  .highlight__modal {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      left: 2rem;
      right: 2rem;
      top: 2rem;
      bottom: 2rem;
      max-width: 320px;
      height: 310px;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      margin: auto;
      background-color: #555;
      visibility: hidden;
      opacity: 0;
      border-radius: 6px;
      padding: 1rem;
      color: #fff;
      text-align: center;
  }
  .highlight__modal img {
      margin-bottom: 1rem;
  }
  .highlight__modal h4 {
      margin-bottom: 1rem;
      font-size: 2rem;
      font-family: Sora, Effra, Roboto;
  }
  .highlight__modal p {
      font-size: 1.4rem;
      margin-bottom: 0;
  }
  .highlight__modal-img {
      width: 100px;
      height: 100px;
      -o-object-fit: fit;
      object-fit: fit;
      display: block;
      margin: auto;
      margin-bottom: 2rem;
  }
  .icon {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      width: 3rem;
      height: 3rem;
  }
  .icon img,
  .icon svg {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      max-width: 80%;
      max-height: 80%;
      margin: auto;
  }
  .-is-inactive {
      opacity: 0.5;
      background: #6f6f6f;
      pointer-events: none;
  }
  .intro__product {
      text-align: center;
  }
  .intro__resume {
      text-align: center;
  }
  .intro__resume .show-more,
  .intro__resume .title,
  .intro__resume .title--faq,
  .intro__resume .title--section {
      text-align: left;
  }
  .intro__resume .title,
  .intro__resume .title--faq,
  .intro__resume .title--section {
      margin-bottom: 1rem;
  }
  .knowprod h2 {
      font-family: Sora, Effra, Roboto;
      line-height: 1.1;
      font-weight: 700;
      color: #555;
  }
  .knowprod.is-style--bg-gray-ordered {
      background-color: #edece5;
  }
  .knowprod__col {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
  }
  .knowprod__logo {
      margin-bottom: 0;
  }
  .knowprod__logo img {
      max-height: 100px;
      margin-bottom: 2rem;
  }
  .knowprod__picture img {
      display: block;
      margin: auto;
  }
  .knowprod__resume .button,
  .knowprod__resume .button--big,
  .knowprod__resume .button--small {
      margin-bottom: 0;
  }
  .banner-linha {
      min-height: 30rem;
      width: 100%;
      background-color: #edece5;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
  }
  .banner-linha__content {
      max-width: 1200px;
      margin: auto;
      width: 100%;
      padding: 2rem 40% 2rem 2rem;
      bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
  }
  .banner-linha__text {
      line-height: 3rem;
      font-family: Sora, Effra, Roboto;
      font-size: 3.5rem;
  }
  .banner-linha__img {
      max-width: 700px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      margin-left: 50%;
      bottom: 0;
  }
  .produto__img {
      max-width: 700px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      margin-right: 50%;
      bottom: 0;
  }
  .produto {
      background-color: #fff;
  }
  .produto-content {
      padding: 2rem 2rem 2rem 40%;
  }
  .produto-content h2 {
      color: #ff6900;
  }
  .produto-content h2 svg {
      height: 80px;
  }
  .lgpd-content {
      width: 100%;
      padding: 2rem 0 0;
      position: fixed;
      z-index: 2;
      bottom: 0;
      background: #edece5;
      color: #333;
  }
  .lgpd-content a {
      color: #ff6900;
  }
  .lgpd-content p {
      font-size: 14px;
  }
  .lgpd-content .lgpd_form {
      padding: 2rem 0;
  }
  .lgpd-content .button--small {
      background: 0 0;
      text-shadow: 0 0 currentColor;
      border: 2px solid #ff6900;
      -webkit-box-shadow: none;
      box-shadow: none;
      font-size: 13px;
  }
  .lgpd-content .close__lgpd {
      border: 1px solid #333;
      line-height: 17px;
      border-radius: 2px;
      text-align: center;
      color: #333;
      cursor: pointer;
      position: absolute;
      top: 0;
      right: 0;
  }
  .limit--grid {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
  }
  .line-bg {
      min-height: 160px;
  }
  .line-bg__logo {
      margin-bottom: 0;
  }
  .line-bg__logo img,
  .line-bg__logo svg {
      display: block;
  }
  .line-bg__logo img {
      -webkit-filter: brightness(0) invert(1);
      filter: brightness(0) invert(1);
  }
  .-has-loader {
      position: relative;
  }
  .loader-content {
      position: absolute;
      min-height: 200px;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.7);
      z-index: 11;
  }
  .loader-content__circle {
      width: 90px;
      height: 90px;
      border-radius: 50%;
      border: 2px solid #fff;
      border-left-color: #ff6900;
      border-right-color: #ff6900;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      -webkit-animation: tektektuguen_ryu 2s linear infinite;
      animation: tektektuguen_ryu 2s linear infinite;
  }
  @-webkit-keyframes tektektuguen_ryu {
      from {
          -webkit-transform: rotate(0);
          transform: rotate(0);
      }
      to {
          -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
      }
  }
  @keyframes tektektuguen_ryu {
      from {
          -ms-transform: rotate(0);
          -webkit-transform: rotate(0);
          transform: rotate(0);
      }
      to {
          -ms-transform: rotate(360deg);
          -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
      }
  }
  .logo {
      color: #ff6900;
  }
  .logo--white {
      color: #fff;
  }
  .magazine {
      background-color: #ff6900;
  }
  .magazine__thumb img {
      display: block;
      -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
      height: 280px;
      max-width: none;
  }
  .magazine__resume .button--small {
      margin-bottom: 1rem;
  }
  .magazine__related {
      display: block;
      color: #fff;
      text-decoration: underline;
  }
  .magazine__title {
      font-size: 2.8rem;
      font-family: SoraMedium, Effra, Roboto;
      margin-bottom: 1rem;
      color: #fff;
  }
  .magazine__desc {
      font-size: 1.4rem;
      font-family: Sora, Effra, Roboto;
      color: #fff;
  }
  .material .material__title {
      font-size: 2.6rem;
      margin-bottom: 1.4rem;
  }
  .material .button--small {
      margin-bottom: 0;
  }
  .material__resume {
      font-size: 1.5rem;
      font-family: Sora, Effra, Roboto;
      color: #555;
      margin-bottom: 3rem;
      max-width: 450px;
  }
  .material__label {
      font-family: SoraMedium, Effra, Roboto;
      font-size: 1.3rem;
      letter-spacing: 0.2rem;
      margin-bottom: 1rem;
  }
  .material__posts {
      list-style: none;
      margin-bottom: 0;
  }
  .material__post {
      margin-bottom: 20px;
  }
  .material__post:last-child {
      margin-bottom: 0;
  }
  .material__footer {
      padding: 0 20px;
      margin-top: 3rem;
  }
  .material__footer .button--small {
      width: 100%;
      margin-bottom: 0;
  }
  .mob-accordion .grid,
  .mob-accordion .grid__item,
  .mob-accordion .grid__item--auto {
      margin-bottom: 0;
  }
  .mob-accordion.-align-right .mob-accordion__body {
      text-align: right;
  }
  .mob-accordion.-align-right .topic__thumb {
      margin-left: auto;
  }
  .mob-accordion.-align-center .mob-accordion__body {
      text-align: center;
  }
  .mob-accordion.-align-center .topic__thumb {
      margin-left: auto;
      margin-right: auto;
  }
  .mob-accordion.-img-align-center .topic__thumb {
      margin-left: auto;
      margin-right: auto;
  }
  .mob-accordion.-img-align-right .topic__thumb {
      margin-left: auto;
  }
  .mob-accordion__title {
      font-family: Sora, Effra, Roboto;
      font-size: 2.4rem;
  }
  .mob-accordion__body {
      overflow: hidden;
  }
  .modal {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      visibility: hidden;
      opacity: 0;
      margin: auto;
      overflow: auto;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
  }
  .modal.-is-active {
      visibility: visible;
      opacity: 1;
  }
  .modal .tns-outer {
      position: relative;
  }
  .modal .tns-outer .tns-controls [type="button"] {
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 1;
      margin-bottom: 0;
      border: none;
      width: 4rem;
      background: url(../img/back.svg) center center no-repeat;
      background-size: 2rem;
      text-indent: -9999px;
  }
  .modal .tns-outer .tns-controls [type="button"][data-controls="next"] {
      right: 0;
      background-image: url(../img/next.svg);
  }
  .modal__limit {
      overflow: hidden;
      overflow-y: auto;
      max-height: 80vh;
  }
  .modal__content {
      position: relative;
      background-color: #edece5;
      -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
      box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  }
  .modal-footer {
      background-color: #fff;
      padding: 0 2rem;
  }
  .modal-footer .checkbox,
  .modal-footer .checkbox--switch {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
  }
  .modal-footer label {
      font-size: 1.4rem;
  }
  .modal__close {
      display: block;
      position: absolute;
      right: -0.75rem;
      top: -3rem;
      width: 3rem;
      height: 3rem;
      color: transparent;
      font-size: 0;
      background-color: transparent;
      border: none;
      opacity: 0.7;
      cursor: pointer;
  }
  .modal__close:focus,
  .modal__close:hover {
      outline: 0;
      opacity: 1;
  }
  .modal__close::after,
  .modal__close::before {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      margin: auto;
      display: block;
      content: "";
      width: 2rem;
      height: 0.2rem;
      background-color: #fff;
  }
  .modal__close::after {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  }
  .modal__close::before {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  }
  .modal__header {
      text-align: center;
      max-width: 640px;
      margin: auto;
      padding: 2rem;
  }
  .modal__header h2 {
      line-height: 1;
  }
  .modal__header p {
      font-size: 1.5rem;
      margin-bottom: 0;
  }
  .modal-mask {
      display: none;
  }
  .modal-mask.-is-active {
      background: rgba(0, 0, 0, 0.7);
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 0;
      display: block;
  }
  .modal-navigate {
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAMUlEQVQYV2NkwAHu3r27mRGbHEhCWVnZF0MSJgHShCKJLIEiiS4Bl8QmAZbEJQGSBACQQRtSD1v7RAAAAABJRU5ErkJggg==) repeat;
      -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
      box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
      text-align: center;
  }
  .modal-navigate .modal-aba {
      display: inline-block;
      background-color: #edece5;
      color: #333;
      text-decoration: none;
  }
  .modal-navigate .modal-aba:hover {
      text-decoration: none;
  }
  .modal-item-content {
      padding: 2rem;
      background-color: #fff;
  }
  .modal-item-content .modal-item {
      display: none;
  }
  .modal-item-content .modal-item.-is-current {
      display: block;
  }
  .modal-item-content .modal-item :last-child {
      margin-bottom: 0;
  }
  .response-modal {
      position: absolute;
      height: auto;
      width: 100%;
      background: #fff;
      top: 0;
      left: 0;
      vertical-align: middle;
      text-align: center;
      padding-top: 3rem;
      overflow: hidden;
      font-size: 30px;
      color: #fb6900;
  }
  .response-modal__header {
      color: #fb6900;
  }
  .newsletter {
      padding: 2rem 0;
      background: #ff6900;
  }
  .newsletter.is-style--brow-background {
      background-color: #310907;
  }
  .newsletter.is-style--brow-background .newsletter__form .wpcf7-form .wpcf7-form-control.wpcf7-submit {
      background-color: #ff6900;
  }
  .newsletter.is-style--brow-background .newsletter__form .wpcf7-form .wpcf7-form-control.wpcf7-submit:active,
  .newsletter.is-style--brow-background .newsletter__form .wpcf7-form .wpcf7-form-control.wpcf7-submit:focus,
  .newsletter.is-style--brow-background .newsletter__form .wpcf7-form .wpcf7-form-control.wpcf7-submit:hover {
      background-color: #f06300;
  }
  .newsletter.is-style--blue-background {
      background: url(../img/newsletter-bg.jpg) center center no-repeat;
      background-size: cover;
      background-color: #005287;
  }
  .newsletter.is-style--blue-background .newsletter__form .wpcf7-form .wpcf7-form-control.wpcf7-submit {
      background-color: #ff6900;
  }
  .newsletter.is-style--blue-background .newsletter__form .wpcf7-form .wpcf7-form-control.wpcf7-submit:active,
  .newsletter.is-style--blue-background .newsletter__form .wpcf7-form .wpcf7-form-control.wpcf7-submit:focus,
  .newsletter.is-style--blue-background .newsletter__form .wpcf7-form .wpcf7-form-control.wpcf7-submit:hover {
      background-color: #f06300;
  }
  .newsletter.-no-img .newsletter__form {
      margin: auto;
  }
  .newsletter.-no-img .newsletter__title {
      text-align: center;
  }
  .newsletter.-no-img .newsletter__info {
      margin-bottom: 1rem;
  }
  .newsletter.-no-img .newsletter__cf,
  .newsletter.-no-img .newsletter__info {
      margin-left: auto;
      margin-right: auto;
      text-align: left;
  }
  .newsletter.-custom-color .newsletter__info,
  .newsletter.-custom-color .newsletter__title {
      color: inherit;
  }
  .newsletter.-custom-color .wpcf7-form {
      color: inherit;
  }
  .newsletter__thumb {
      margin-top: -4rem;
  }
  .newsletter__thumb img {
      margin-bottom: 0;
  }
  .newsletter__form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: relative;
  }
  .newsletter__form .wpcf7 {
      margin: 0 0 0 auto;
  }
  .newsletter__form .wpcf7 .wpcf7-form label > small .wpcf7-not-valid {
      color: #fff;
  }
  .newsletter__form .wpcf7-form {
      position: relative;
      color: #fff;
  }
  .newsletter__form .wpcf7-form input {
      background-color: #fff;
      border: none;
  }
  .newsletter__form .wpcf7-form .wpcf7-form-control.wpcf7-submit {
      background-color: #003662;
      -webkit-box-shadow: none;
      box-shadow: none;
  }
  .newsletter__form .wpcf7-form .wpcf7-form-control.wpcf7-submit:active,
  .newsletter__form .wpcf7-form .wpcf7-form-control.wpcf7-submit:focus,
  .newsletter__form .wpcf7-form .wpcf7-form-control.wpcf7-submit:hover {
      background-color: #005295;
  }
  .newsletter__form .wpcf7-form .wpcf7-not-valid-tip,
  .newsletter__form .wpcf7-form .wpcf7-response-output {
      position: absolute;
      color: #fff;
  }
  .newsletter__form .wpcf7-form .wpcf7-response-output {
      display: block;
      text-align: center;
      font-size: 1rem;
  }
  .newsletter__form .wpcf7-form a {
      color: #fff;
  }
  .links_download {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      top: 0;
      left: 0;
      max-height: 320px;
      overflow: hidden;
      height: 100%;
      width: 100%;
      background: #fff;
      text-align: left;
      background: url(../img/racao_footer.png) bottom center no-repeat #fff;
      padding-bottom: 3rem;
      -webkit-box-shadow: 0 8px 3px rgba(0, 0, 0, 0.25);
      box-shadow: 0 8px 3px rgba(0, 0, 0, 0.25);
  }
  .links_download .links_download--title {
      padding: 2rem;
  }
  .links_download a {
      display: block;
  }
  .links_download ul {
      max-height: 210px;
      overflow: auto;
      padding: 0 2rem;
  }
  .links_download ul li {
      list-style: none;
  }
  .links_download svg {
      width: 16px;
      margin-left: 10px;
      fill: currentColor;
      display: inline-block;
  }
  .lins_download__desk {
      padding: 2rem;
  }
  .lins_download__desk > :first-child {
      margin-top: 0;
  }
  .lins_download__desk > :last-child {
      margin-bottom: 0;
  }
  .newsletter__title {
      font-family: SoraMedium, Effra, Roboto;
      color: #fff;
  }
  .newsletter__info {
      font-family: SoraLight, Effra, Roboto;
      line-height: 1.5;
      color: #fff;
      max-width: 4000px;
  }
  .noresult {
      text-align: center;
  }
  .noresult__title {
      font-size: 2.8rem;
      font-family: SoraLight, Effra, Roboto;
      text-transform: uppercase;
  }
  .noresult__text {
      color: #88888a;
  }
  .on-off {
      position: relative;
      display: inline-block;
      margin-bottom: 1.5rem;
  }
  .on-off label {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 0;
      background-color: #edece5;
      height: 4rem;
      line-height: 3rem;
      padding: 0.5rem 0.5rem;
      border-radius: 2rem;
      cursor: pointer;
      border: 1px solid transparent;
  }
  .on-off label span {
      position: relative;
      z-index: 2;
      width: 50%;
      padding: 0 1rem;
      color: #000;
      -webkit-transition: color 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
      -o-transition: color 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
      transition: color 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  }
  .on-off label span.on-off__false {
      color: #fff;
  }
  .on-off label::after {
      position: absolute;
      left: 0.5rem;
      top: 0.5rem;
      bottom: 0.5rem;
      content: "";
      width: calc(50% - 0.5rem);
      border-radius: 2rem;
      background-color: #a59c94;
      -webkit-transition: left 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
      -o-transition: left 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
      transition: left 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  }
  .on-off input[type="checkbox"]:focus + label {
      border-color: #ff6900;
  }
  .on-off input[type="checkbox"]:checked + label .on-off__true {
      color: #fff;
  }
  .on-off input[type="checkbox"]:checked + label .on-off__false {
      color: #333;
  }
  .on-off input[type="checkbox"]:checked + label::after {
      left: 50%;
      background-color: #ff6900;
  }
  .on-off input[type="checkbox"] {
      opacity: 0;
      position: absolute;
  }
  .overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.7);
  }
  .overlay:not(.-is-visible) {
      opacity: 0;
      visibility: hidden;
      z-index: -1;
  }
  .page-hero {
      position: relative;
  }
  .page-hero__content {
      margin-bottom: 0;
      display: block;
  }
  .page-hero__content img {
      display: block;
      width: 100%;
  }
  .page-hero__search,
  .page-hero__title {
      position: absolute;
      z-index: 10;
      margin: auto;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      line-height: 3.8rem;
      height: 3.2rem;
      color: #fff;
      font-family: SoraLight, Effra, Roboto;
      letter-spacing: 0.4px;
      text-transform: uppercase;
  }
  .page-hero__title {
      color: #ff6900;
      font-family: Sora, Effra, Roboto;
  }
  .page-hero__search {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      height: auto;
  }
  .page-hero__search h2 {
      font-size: 3.2rem;
      line-height: 1.2;
      font-family: SoraMedium, Effra, Roboto;
      text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
      margin-bottom: 2rem;
      margin-right: auto;
  }
  .page-hero__search .ipt-search--white {
      height: 60px;
      width: 100%;
  }
  .page-hero__search .ipt-search--white .icon {
      width: 3rem;
      height: 3rem;
  }
  .page-hero__search input {
      margin-bottom: 0;
      height: 60px;
      padding: 1rem 2rem;
      font-size: 1.8rem;
  }
  .page-hero__overlay {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: absolute;
      margin: auto;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
  }
  .page-hero__heading {
      font-size: 3.8rem;
      line-height: 3.8rem;
      height: 3.2rem;
      color: #fff;
      font-family: SoraMedium, Effra, Roboto;
      letter-spacing: 0.4px;
      text-transform: uppercase;
      color: #003662;
  }
  .page-hero__resume {
      font-size: 1.6rem;
      font-family: Sora, Effra, Roboto;
      color: #333;
      margin-bottom: 0;
  }
  .page-nav,
  .page-nav--tab {
      background-color: #ff6900;
  }
  .-slider-on-mobile.page-nav--tab,
  .page-nav.-slider-on-mobile {
      position: relative;
  }
  .-slider-on-mobile.page-nav--tab .page-nav__btn,
  .page-nav.-slider-on-mobile .page-nav__btn {
      display: none !important;
  }
  .page-nav__btn {
      display: block;
      padding: 0 20px;
      margin-bottom: 0;
      width: 100%;
      line-height: 3.8rem;
      font-family: Sora, Effra, Roboto;
      font-size: 1.8rem;
      background-color: #ff6900;
      color: #fff;
      text-transform: uppercase;
      border: none;
      text-align: left;
      background: url(../img/white-dropdown.png) center right 20px no-repeat;
  }
  .page-nav__btn:focus {
      outline: 0;
      text-decoration: underline;
  }
  .page-nav__content {
      margin-bottom: 0;
      list-style: none;
  }
  .page-nav--tab:not(.-slider-on-mobile) .page-nav__content,
  .page-nav:not(.-slider-on-mobile) .page-nav__content {
      overflow: hidden;
  }
  .page-nav__item {
      margin-bottom: 0;
  }
  .page-nav__item a {
      display: block;
      color: #fff;
      font-size: 1.5rem;
      font-family: Sora, Effra, Roboto;
  }
  .page-nav__item a:focus {
      outline: 0;
      text-decoration: underline;
  }
  .page-nav__item.-current-page a {
      font-family: SoraMedium, Effra, Roboto;
  }
  .page-nav--tab {
      background: none;
  }
  .page-nav--tab .page-nav__btn {
      background-color: #a59c94;
      text-decoration: none;
  }
  .page-nav--tab .page-nav__item.-is-active a.-blue-on-active {
      color: #619ed6;
  }
  .page-tab {
      display: none;
      margin: auto;
      width: 100%;
  }
  .page-tab.-is-active {
      display: block;
  }
  .page-tab.-no-padding {
      padding: 0;
  }
  .paget-tab__title {
      margin-bottom: 0;
      font-size: 3.2rem;
      font-weight: 700;
      font-family: Sora, Effra, Roboto;
      color: #ff6900;
  }
  .page-tab__desc {
      margin-top: 2rem;
  }
  .page-tab__desc > :last-child {
      margin-bottom: 0;
  }
  .page-tab__search-error {
      margin-bottom: 0;
      text-align: center;
  }
  .podcast {
      background-color: #f1762e;
  }
  .podcast__thumb-img {
      max-width: 200px;
  }
  .podcast__links {
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 0;
  }
  .podcast__link {
      margin: 0;
  }
  .podcast__link a {
      display: block;
      margin-bottom: 0;
  }
  .podcast__link a img {
      display: block;
      max-width: 68px;
      padding: 0 5px;
  }
  .podcast__title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
  }
  .podcast__title h3 {
      font-size: 2.5rem;
      font-family: Sora, Effra, Roboto;
      margin-bottom: 1rem;
      color: #fff;
  }
  .podcast__title p {
      font-size: 1.4rem;
      font-family: SoraLight, Effra, Roboto;
      color: #fff;
      margin-bottom: 0;
  }
  .podcast__content p {
      font-size: 1.6rem;
      font-family: Sora, Effra, Roboto;
      color: #fff;
  }
  .post-hero {
      display: block;
  }
  .post-hero .share {
      padding: 0;
  }
  .post-hero.-pdt {
      padding-top: 4rem;
  }
  .post-hero__thumb img {
      width: 100%;
      margin-bottom: 4rem;
  }
  .post-hero__title {
      display: block;
      font-weight: 600;
  }
  .post-hero__date {
      margin-bottom: 0;
      color: #ff6900;
      font-family: Sora, Effra, Roboto;
      font-weight: 700;
  }
  .post-hero__event {
      margin-bottom: 3rem;
  }
  .post-hero__event span {
      line-height: 1;
      padding: 1.2rem 0;
      font-size: 1.4rem;
      font-family: SoraMedium, Effra, Roboto;
      font-weight: 700;
      color: #5c544b;
  }
  .post-hero__event .icon {
      color: #ff6900;
      margin-right: 5px;
  }
  .post {
      position: relative;
      display: block;
      overflow: hidden;
  }
  .post__content {
      display: block;
      color: currentColor;
      letter-spacing: 0.1rem;
      width: 100%;
  }
  .post__content:hover {
      color: currentColor;
  }
  .post__thumb {
      display: block;
  }
  .post__thumb img {
      display: block;
  }
  .post__cat {
      position: absolute;
      top: 0;
      padding: 0.3rem 1rem;
      color: currentColor;
      background-color: currentColor;
  }
  .post__cat span {
      color: #fff;
  }
  .post__cat:hover {
      color: currentColor;
  }
  .post__date {
      color: currentColor;
      font-size: 1.4rem;
      font-family: SoraMedium, Effra, Roboto;
  }
  .post__title {
      color: #333;
      font-family: SoraMedium, Effra, Roboto;
      font-weight: 700;
      letter-spacing: 0.1rem;
      margin-bottom: 1rem;
  }
  .post__excerpt {
      margin-bottom: 0;
      font-family: Sora, Effra, Roboto;
      color: #88888a;
  }
  .postlist {
      padding: 6rem 0;
      -webkit-box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.15);
      box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.15);
  }
  .postlist__related {
      list-style: none;
  }
  .postlist__title {
      color: #ff6900;
  }
  .product {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
  }
  .product__video-limiter {
      display: block;
      margin-bottom: 0;
      position: relative;
      cursor: pointer;
      padding-bottom: 56.25%;
      height: 0;
      width: 100%;
  }
  .product__video-limiter iframe,
  .product__video-limiter img {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }
  .product__thumb {
      display: block;
      max-width: 100%;
      margin: 0;
  }
  .profit-slide__fig {
      margin: 0 auto;
      padding: 2.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      background-color: #ff6900;
      color: #fff;
      width: 300px;
      min-height: 410px;
      max-width: 100%;
  }
  .profit-slide__fig > img {
      max-width: 150px;
      margin: 0 auto 2.5rem;
  }
  .profit-slider__title {
      text-align: center;
      font-family: SoraMedium, Effra, Roboto;
      margin-bottom: 2.5rem;
  }
  .profit-slider__desc p {
      font-family: SoraLight, Effra, Roboto;
      font-size: 1.4rem;
  }
  .profit-slider__desc > * {
      color: currentColor;
  }
  .profit-slider__desc > :last-child {
      margin-bottom: 0;
  }
  .profit {
      overflow: hidden;
  }
  .profit__header-title {
      text-align: center;
      font-family: Sora, Effra, Roboto;
      margin-bottom: 1rem;
  }
  .profit__slider {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }
  .profit__slider-stage {
      position: relative;
      padding-bottom: 4.5rem;
      max-width: 100%;
  }
  .profit__slider-stage .tns-ovh {
      overflow: visible !important;
  }
  .profit__slider-stage .tns-nav {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      text-align: center;
      z-index: 2;
      height: 2.5rem;
  }
  .profit__slider-stage .tns-nav [aria-controls] {
      position: relative;
      display: inline-block;
      padding: 0;
      margin: 0;
      border: none;
      height: 2rem;
      width: 2rem;
      background-color: transparent;
      -webkit-transition: width cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
      -o-transition: width cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
      transition: width cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
  }
  .profit__slider-stage .tns-nav [aria-controls]:focus {
      outline: 0;
  }
  .profit__slider-stage .tns-nav [aria-controls]::after {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      display: block;
      content: "";
      width: 1.2rem;
      height: 1.2rem;
      margin: auto;
      border-radius: 2rem;
      background-color: #555;
      -webkit-transition: width cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s, background-color cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
      -o-transition: width cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s, background-color cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
      transition: width cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s, background-color cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
      -webkit-transform-origin: center;
      -ms-transform-origin: center;
      transform-origin: center;
  }
  .profit__slider-stage .tns-nav [aria-controls].tns-nav-active {
      width: 4rem;
  }
  .profit__slider-stage .tns-nav [aria-controls].tns-nav-active::after {
      width: 2.8rem;
      background-color: #ff6900;
  }
  .profit__slider-stage .tns-controls [type="button"] {
      top: 0;
      bottom: 0;
      position: absolute;
      padding: 0;
      margin: auto;
      background-color: #a9a099;
      z-index: 2;
      border: none;
      text-indent: -9999px;
      opacity: 0.7;
  }
  .profit__slider-stage .tns-controls [type="button"]:disabled {
      opacity: 0.2;
      cursor: not-allowed;
  }
  .profit__slider-stage .tns-controls [type="button"]:focus {
      outline: 0;
  }
  .profit__slider-stage .tns-controls [type="button"][data-controls="prev"] {
      left: 0;
  }
  .profit__slider-stage .tns-controls [type="button"][data-controls="next"] {
      right: 0;
  }
  .profit__slider-stage .tns-item {
      -webkit-transition: opacity cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s, -webkit-transform cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s, -webkit-filter cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
      transition: opacity cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s, -webkit-transform cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s, -webkit-filter cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
      -o-transition: transform cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s, opacity cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s, filter cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
      transition: transform cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s, opacity cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s, filter cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
      transition: transform cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s, opacity cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s, filter cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s, -webkit-transform cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s,
          -webkit-filter cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
      opacity: 1;
  }
  .profit__slider-stage .tns-item .profit-slider__content {
      -webkit-transform: translateY(10%);
      -ms-transform: translateY(10%);
      transform: translateY(10%);
      -webkit-transition: all 1s cubic-bezier(0.42, 0.02, 0, 1);
      -o-transition: all 1s cubic-bezier(0.42, 0.02, 0, 1);
      transition: all 1s cubic-bezier(0.42, 0.02, 0, 1);
  }
  .profit__slider-stage .tns-item.-center-item .profit-slider__content {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
  }
  .profit__slider-stage .tns-item.-center-item .profit-slide__fig {
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  }
  .profit__slider-stage .tns-item:not(.-center-item) {
      -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9);
      opacity: 0.4;
  }
  .profit__slider-stage .profit-slide {
      display: none;
  }
  .profit__slider-stage .profit-slide:first-child {
      display: block;
      width: 300px;
  }
  .profit__slider-stage .tns-outer .profit-slide {
      display: block;
      width: inherit;
  }
  .progress-bar {
      position: sticky;
      top: 60px;
      display: block;
      width: 100%;
      background-color: #e3e2dc;
      -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
      box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  }
  .progress-bar__status {
      display: block;
      width: 0;
      min-width: 1%;
      max-width: 100%;
      background-color: #ff6900;
      text-indent: -999999px;
      -webkit-transition: width cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
      -o-transition: width cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
      transition: width cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
  }
  .qcalc .grid,
  .qcalc .qcalc__content {
      margin-bottom: 0;
  }
  .qcalc__content .grid__item--auto:last-child,
  .qcalc__content .grid__item:last-child {
      margin-bottom: 0;
  }
  .qcalc__main {
      position: relative;
  }
  .qcalc__title {
      font-family: Sora, Effra, Roboto;
      font-size: 3.6rem;
      line-height: 1;
      color: #003662;
  }
  .qcalc__title p {
      font-family: Sora, Effra, Roboto;
      font-size: inherit;
      margin-bottom: 0;
  }
  .qcalc__form {
      margin-bottom: 0;
  }
  .qcalc__form fieldset {
      margin-bottom: 0;
  }
  .calc-response {
      background-color: #fff;
  }
  .calc-response .calc-response__content {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%;
      max-width: 480px;
      padding: 2rem 0;
      border: 1px solid #edece5;
      -webkit-box-shadow: 0 4px 9px rgba(0, 0, 0, 0.15);
      box-shadow: 0 4px 9px rgba(0, 0, 0, 0.15);
  }
  .calc-response .calc-response__group {
      width: 50%;
      padding: 0 2rem;
      margin-bottom: 1.2rem;
  }
  .calc-response .calc-response__group:last-child {
      margin-bottom: 0;
  }
  .calc-response .calc-response__group h1,
  .calc-response .calc-response__group h2,
  .calc-response .calc-response__group h3,
  .calc-response .calc-response__group h4,
  .calc-response .calc-response__group h5,
  .calc-response .calc-response__group h6 {
      font-family: Sora, Effra, Roboto;
      font-size: 2.2rem;
      line-height: 1;
      color: #003662;
      margin-bottom: 0;
  }
  .calc-response .calc-response__group p {
      margin-bottom: 0;
  }
  .calc-response .calc-response__group p b {
      font-size: 2rem;
      color: #ff6900;
  }
  .calc-response .calc-response__group.-fail {
      width: 100%;
  }
  .calc-response .calc-response__group.-fail h1,
  .calc-response .calc-response__group.-fail h2,
  .calc-response .calc-response__group.-fail h3,
  .calc-response .calc-response__group.-fail h4,
  .calc-response .calc-response__group.-fail h5 {
      margin-bottom: 2rem;
  }
  .calc-response .calc-response__group.-alimento-completo {
      width: 100%;
  }
  .calc-response .calc-response__group.-recalc {
      width: 100%;
  }
  .calc-response .calc-response__btn {
      margin-bottom: 0;
      padding: 0 1.6rem;
      line-height: 3.2rem;
      font-size: 1.5rem;
      min-width: 0;
      background-color: #ff6900;
      color: #fff;
      -webkit-box-shadow: 0 -2px 0 #d45b04 inset;
      box-shadow: 0 -2px 0 #d45b04 inset;
  }
  .calc-response .calc-response__btn:focus,
  .calc-response .calc-response__btn:hover {
      outline: 0;
      color: #fff;
      background-color: #e65f00;
  }
  .calc-response .calc-response__btn:active {
      -webkit-box-shadow: 0 0 0 0 #d45b04 inset;
      box-shadow: 0 0 0 0 #d45b04 inset;
      -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
      transform: translateY(1px);
  }
  .calc-response .newsletter {
      padding: 2rem 0;
      background: rgba(0, 0, 0, 0.3);
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      z-index: 100000;
  }
  .calc-response .-close-newsletter {
      position: absolute;
      right: 10px;
      top: 10px;
      border: none;
      background: 0 0;
  }
  .calc-response .wpcf7 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      max-width: 800px;
      max-height: 360px;
      padding: 3rem;
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      background: #fff url(../img/racao_footer.png) no-repeat bottom center;
  }
  .calc-response .wpcf7 form {
      width: 100%;
  }
  .calc-response .wpcf7 .wpcf7-form .wpcf7__col {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
  }
  .calc-response .wpcf7 .wpcf7-form .ipt-group,
  .calc-response .wpcf7 .wpcf7__col.-full-width label {
      max-width: 380px;
  }
  .calc-response .wpcf7 .wpcf7__message {
      color: #ff6900;
      text-align: center;
  }
  .calc-response .wpcf7 .wpcf7__message > h3 {
      font-weight: bolder;
  }
  .calc-response .calc-response__terms {
      max-width: 480px;
      padding: 1.2rem;
  }
  .calc-response .calc-response__terms p {
      font-family: Sora, Effra, Roboto;
      font-size: 1.2rem;
      line-height: 1.2;
      margin-bottom: 0;
      color: #a59c94;
  }
  .fields-pet {
      display: none;
  }
  .fields-pet.-is-visible {
      display: block;
  }
  .hidden-option select {
      display: none;
  }
  .hidden-option > input,
  .hidden-option > p {
      display: inline-block;
  }
  .hidden-option input:checked + p + select {
      display: block;
  }
  .rate {
      margin-top: 1rem;
  }
  .rate__label {
      display: inline-block;
      margin: 0 0.5rem;
      font-family: SoraLight, Effra, Roboto;
      line-height: 1;
      vertical-align: middle;
      vertical-align: sub;
  }
  .rate__btn,
  .rate__btn--deslike {
      display: inline-block;
      padding: 0;
      margin: 0 0.25rem;
      width: 2.5rem;
      height: 4rem;
      background: url(../img/like.png) center center no-repeat;
      background-size: 2.2rem;
      border: none;
      text-indent: -9999px;
      cursor: pointer;
  }
  .rate__btn--deslike:last-child,
  .rate__btn:last-child {
      margin-right: 0;
  }
  .rate__btn--deslike {
      background: url(../img/deslike.png) center bottom 5px no-repeat;
      background-size: 2.2rem;
  }
  .rate__msg p {
      margin-bottom: 0;
      line-height: 40px;
  }
  .response-modal {
      text-align: left;
      padding: 3rem;
  }
  .response-modal__header {
      color: #555;
  }
  .response-modal__body p {
      font-size: 15px;
      color: #ff6900;
  }
  .response-modal__footer button {
      margin: 0;
      display: inline-block;
      vertical-align: middle;
      padding: 0 2rem;
      border: none;
      -webkit-box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.4) inset;
      box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.4) inset;
      background-color: #edece5;
      color: #ff6900;
      text-transform: uppercase;
      font-family: SoraMedium, Effra, Roboto;
      font-size: 1.1rem;
      line-height: 3.6rem;
      font-weight: 400;
      letter-spacing: 0.01em;
      min-width: 100px;
      text-align: center;
      text-transform: uppercase;
      cursor: pointer;
  }
  .result .limit {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
  }
  .result__nav {
      position: relative;
  }
  .result__nav-next,
  .result__nav-prev {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 5rem;
      height: 100%;
      border: none;
      margin: 0;
      background-color: transparent;
      text-indent: -99999px;
      padding: 0;
  }
  .result__nav-next::after,
  .result__nav-prev::after {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      margin: auto;
      height: 3rem;
      width: 3rem;
      display: block;
      content: "";
      background: gray;
      opacity: 0.8;
  }
  .result__nav-next:focus,
  .result__nav-prev:focus {
      outline: 0;
  }
  .result__nav-next:focus::after,
  .result__nav-prev:focus::after {
      opacity: 1;
  }
  .result__nav-next {
      right: 0;
  }
  .result__nav-next::after {
      background: url(../img/search-next.svg) center center no-repeat;
      background-size: 1.2rem;
  }
  .result__nav-prev::after {
      background: url(../img/search-prev.svg) center center no-repeat;
      background-size: 1.2rem;
  }
  .result__nav-item {
      text-align: center;
      font-family: Sora, Effra, Roboto;
      color: #88888a;
  }
  .result__nav-item span {
      margin-right: 0.5rem;
      font-family: Sora, Effra, Roboto;
      color: #555;
  }
  .result__nav-item:hover {
      font-size: 1.65rem;
      color: #000;
  }
  [v-cloak] > * {
      display: none;
  }
  .search-header {
      background-color: #ff6900;
  }
  .search-header__form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 0;
      height: 180px;
  }
  .search-header__title {
      color: #fff;
      font-family: Sora, Effra, Roboto;
      margin-bottom: 0;
      font-size: 2rem;
      line-height: 2rem;
      letter-spacing: 0.1rem;
      text-transform: uppercase;
  }
  .search-header__search {
      position: relative;
  }
  .search-header__search input[type="text"] {
      display: block;
      width: auto;
      margin-bottom: 0;
      border: none;
      font-family: Sora, Effra, Roboto;
      padding: 0 3.8rem 0 3rem;
      color: #fff;
      font-size: 2rem;
      line-height: 2rem;
      letter-spacing: 0.1rem;
      border-bottom: 1px solid #fff;
      height: 3.8rem;
  }
  .search-header__search input[type="submit"] {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 3.8rem;
      height: 3.8rem;
      border: none;
      background: url(../img/search.svg) center center no-repeat;
      background-size: 2rem;
      text-indent: -99999px;
      cursor: pointer;
      -webkit-box-shadow: none;
      box-shadow: none;
  }
  .search {
      background-color: #edece5;
      color: #333;
  }
  .search__limit {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
  }
  .search__ipt {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
  }
  .search__ipt[type="text"] {
      display: block;
      padding: 2rem 0;
      margin: 0;
      font-size: 1.8rem;
      letter-spacing: 0.1rem;
      border: none;
      line-height: 6rem;
      height: 10rem;
      color: transparent;
      -webkit-transition: all cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.3s 0.3s;
      -o-transition: all cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.3s 0.3s;
      transition: all cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.3s 0.3s;
  }
  .search__ipt:focus {
      color: inherit;
  }
  .search__ipt:focus + .search__header {
      font-size: 1.2rem;
      height: 1.2rem;
      bottom: 8rem;
  }
  .search__header {
      position: absolute;
      bottom: 4rem;
      margin: auto;
      font-size: 2.2rem;
      height: 2.2rem;
      line-height: 1;
      font-family: Sora, Effra, Roboto;
      -webkit-transition: all cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.3s 0.3s;
      -o-transition: all cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.3s 0.3s;
      transition: all cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.3s 0.3s;
      color: #a59c94;
  }
  .secure-domain img {
      display: inline-block;
      max-width: 100px;
      margin: 0 -15px -9px -5px;
  }
  .share {
      padding: 2rem 0;
  }
  .share__label {
      display: block;
      font-family: Sora, Effra, Roboto;
      color: #555;
  }
  .share__list {
      margin-bottom: 0;
      display: inline-block;
      list-style: none;
  }
  .share__item {
      margin-bottom: 0;
      display: inline-block;
  }
  .share__item a {
      display: block;
      margin: 0;
      color: #555;
  }
  .shop-title {
      color: #ff6900;
  }
  .shoplist_title {
      text-transform: uppercase;
      color: #ff6900;
      padding: 2rem;
  }
  .shoplist__content ::-webkit-scrollbar {
      width: 10px;
  }
  .shoplist__content ::-webkit-scrollbar-track {
      background-color: #88888a;
  }
  .shoplist__content ::-webkit-scrollbar-thumb {
      background-color: #ff6900;
  }
  .shoplist {
      overflow: auto;
      height: 53rem;
      padding: 0;
  }
  .shoplist__title {
      font-size: 18px;
      font-family: Sora, Effra, Roboto;
      margin: 0;
      padding: 0;
  }
  .shoplist__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #edece5;
      padding: 0 2rem;
      height: 10rem;
      margin: 0.2rem;
      overflow: hidden;
  }
  .shoplist__item a {
      color: #88888a;
  }
  .shoplist__item span {
      display: block;
  }
  .shoplist__item p {
      margin: 0;
      padding: 0;
      font-size: 16px;
  }
  .shoplist__item::after {
      position: relative;
      left: 20px;
      margin: auto;
      display: block;
      height: 35px;
      width: 25px;
      background-image: url(../img/local.svg);
      background-size: 100% auto;
      background-repeat: no-repeat;
      content: "";
  }
  .show-more p {
      margin-bottom: 1rem;
      color: #555;
  }
  .show-more p a,
  .show-more p b {
      color: #333;
      font-family: SoraMedium, Effra, Roboto;
      font-weight: 700;
  }
  .show-more p a:hover {
      text-decoration: underline;
  }
  .show-more__link {
      margin: 1rem 0 0;
      display: inline-block;
      font-family: SoraMedium, Effra, Roboto;
      color: #333;
  }
  .show-more__link:hover {
      color: #000;
      font-weight: 700;
  }
  .show-more__preview {
      margin: 0;
  }
  .showcase {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 100%;
      padding: 1.2rem;
      background-color: #fff;
      text-align: center;
      text-decoration: none;
      -webkit-transition: border-color cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
      -o-transition: border-color cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
      transition: border-color cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
      max-width: 300px;
      margin: auto;
  }
  .showcase:focus-within,
  .showcase:hover {
      border-color: #ff6900;
  }
  .showcase__thumb {
      background-color: #fff;
      margin-bottom: 1.2rem;
  }
  .showcase__thumb img {
      display: block;
      margin: auto auto 0;
      max-height: 200px;
  }
  .showcase__limit {
      padding: 1.2rem;
      border: 1px solid #bfbfbf;
  }
  .showcase__title {
      font-size: 1.6rem;
      font-family: Sora, Effra, Roboto;
      line-height: 1.4;
      letter-spacing: 0.1px;
      margin-bottom: 1.2rem;
      color: #696864;
  }
  .showcase__titles {
      font-size: 1.6rem;
      font-family: Sora, Effra, Roboto;
      line-height: 1.4;
      letter-spacing: 0.1px;
      margin-bottom: 1.2rem;
      color: #696864;
  }
  .showcase__tag {
      display: block;
      text-transform: uppercase;
      font-size: 1.2rem;
      font-family: SoraMedium, Effra, Roboto;
      color: #fff;
      line-height: 1.4;
  }
  .showcase__sub-title {
      font-family: SoraLight, Effra, Roboto;
      line-height: 1.4;
      text-transform: uppercase;
      font-size: 1.6rem;
      color: #555;
  }
  .showcase__footer {
      margin-top: auto;
  }
  .showcase__button {
      display: block;
      margin-bottom: 1.2rem;
      padding: 0 2.5rem;
      line-height: 3.8rem;
      font-size: 1.6rem;
      font-family: SoraMedium, Effra, Roboto;
      min-width: 0;
  }
  .showcase__button:last-child {
      margin-bottom: 0;
  }
  .showcase__link {
      display: block;
      font-size: 1.6rem;
      font-family: SoraMedium, Effra, Roboto;
      color: #ff6900;
      text-transform: uppercase;
  }
  .slider {
      position: relative;
  }
  .slider .tns-nav {
      position: absolute;
      bottom: 3rem;
      left: 0;
      right: 0;
      text-align: center;
      z-index: 2;
      height: 2.4rem;
  }
  .slider .tns-nav [aria-controls] {
      position: relative;
      display: inline-block;
      padding: 0;
      margin: 0;
      border: none;
      height: 2rem;
      width: 2rem;
      background-color: transparent;
      -webkit-transition: width cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
      -o-transition: width cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
      transition: width cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
  }
  .slider .tns-nav [aria-controls]:focus {
      outline: 0;
  }
  .slider .tns-nav [aria-controls]::after {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      display: block;
      content: "";
      width: 1.4rem;
      height: 1.4rem;
      margin: auto;
      border-radius: 2rem;
      background-color: currentColor;
      -webkit-transition: width cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
      -o-transition: width cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
      transition: width cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
      -webkit-transform-origin: center;
      -ms-transform-origin: center;
      transform-origin: center;
  }
  .slider .tns-nav [aria-controls].tns-nav-active {
      width: 4rem;
  }
  .slider .tns-nav [aria-controls].tns-nav-active::after {
      width: 2.8rem;
  }
  .slider .tns-controls [type="button"] {
      top: 0;
      bottom: 2.4rem;
      position: absolute;
      padding: 0;
      margin: auto;
      width: 3.2rem;
      background-color: transparent;
      z-index: 2;
      border: none;
      text-indent: -9999px;
      opacity: 0.7;
  }
  .slider .tns-controls [type="button"]:disabled {
      opacity: 0.2;
      cursor: not-allowed;
  }
  .slider .tns-controls [type="button"]:focus {
      outline: 0;
  }
  .slider .tns-controls [type="button"][data-controls="prev"] {
      background: url(../img/prev.png) center center no-repeat;
      background-size: 2rem;
  }
  .slider .tns-controls [type="button"][data-controls="next"] {
      right: 0;
      background: url(../img/next.png) center center no-repeat;
      background-size: 2rem;
  }
  .slider button[data-action="start"],
  .slider button[data-action="stop"] {
      display: none !important;
  }
  .store-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      list-style: none;
  }
  .store-list__item {
      margin-bottom: 0;
  }
  .store {
      position: relative;
      padding: 1rem 5rem 1rem 2rem;
      display: block;
      background-color: #edece5;
      border-radius: 20px;
  }
  .store__name {
      font-weight: 700;
      min-height: 39px;
      text-transform: capitalize;
      margin-bottom: 0;
      font-size: 1.6rem;
      font-family: Sora, Effra, Roboto;
      color: #000;
  }
  .store__adress,
  .store__phone {
      color: #88888a;
      margin-bottom: 0;
      font-family: Sora, Effra, Roboto;
      font-size: 1.3rem;
  }
  .store__adress b,
  .store__phone b {
      font-family: Sora, Effra, Roboto;
      font-weight: 700;
  }
  .store__phone {
      display: block;
  }
  .store__phone:hover {
      color: #555;
  }
  .store__map-link {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 4rem;
      text-indent: -99999px;
      background: url(../img/gps.svg) center left no-repeat;
      cursor: pointer;
  }
  .switch {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
  }
  .switch::after {
      position: absolute;
      left: 2.5rem;
      right: 2.5rem;
      bottom: 1.5rem;
      content: "";
      display: block;
      margin: auto;
      height: 0.2rem;
      background-color: #88888a;
  }
  .switch__item {
      display: block;
      position: relative;
      padding-bottom: 3rem;
      cursor: pointer;
  }
  .switch__item label {
      display: block;
      margin-bottom: 1rem;
  }
  .switch__item label::before {
      position: absolute;
      margin: auto;
      content: "";
      display: block;
      bottom: 0.7rem;
      width: 2rem;
      height: 2rem;
      background-color: #ff6900;
      border: 0.2rem solid gray;
      border-radius: 2rem;
      margin-left: 1.5rem;
      z-index: 1;
      opacity: 0;
  }
  .switch__item::after {
      position: absolute;
      margin: auto;
      content: "";
      display: block;
      left: 0;
      right: 0;
      bottom: 0.9rem;
      width: 0.3rem;
      height: 1.4rem;
      background-color: #88888a;
  }
  .switch__item input[type="radio"] {
      display: none;
  }
  .switch__item input[type="radio"]:checked + label::before {
      opacity: 1;
  }
  .switch__icon {
      display: block;
      height: 5rem;
      width: 5rem;
      cursor: pointer;
  }
  .switch__icon img,
  .switch__icon svg {
      width: 100%;
  }
  .tags {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      list-style: none;
  }
  .tags__item {
      margin: 0 0.75rem;
  }
  .tags__item a {
      display: block;
      padding: 0.25rem 1.5rem;
      background-color: #a59c94;
      color: #fff;
  }
  .tags__item:first-child {
      margin-left: 0;
  }
  .tags__item:last-child {
      margin-right: 0;
  }
  .template__adaptive {
      list-style: none;
      margin-bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: grid;
      grid-gap: 2rem;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-bottom: 60px;
      grid-template-columns: 1fr;
    }

    @media screen and (min-width: 640px) {
    .template__adaptive {
        grid-template-columns: repeat(3, 1fr); 
    }
    }
  .template__adaptive-card {
      border-bottom: 3px solid #ff6900;
      display: block;
      width: auto;
      padding: 1rem 2rem;
  }
  .template__adaptive-body sup {
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      max-width: 230px;
      padding-right: 10px;
      position: relative;
      display: block;
      color: #555;
  }
  .template__adaptive-body sup:after {
      content: "⌄";
      display: block;
      position: absolute;
      right: 0;
      top: -2px;
  }
  .template__adaptive-title {
      margin: 0;
      color: #ff6900;
  }
  .template__adaptive-excerpt,
  .template__adaptive-title span {
      color: #555;
  }
  .template__adaptive-excerpt {
      font-size: 12px;
  }
  .title,
  .title--faq,
  .title--section {
      font-family: Sora, Effra, Roboto;
  }
  .title{
      color:#FF6900;
  }
  .-brand-color.title--faq,
  .-brand-color.title--section,
  .title.-brand-color {
      color: #ff6900;
  }
  .-caps.title--faq,
  .-caps.title--section,
  .title.-caps {
      text-transform: uppercase;
  }
  .-has_border.title--faq,
  .-has_border.title--section,
  .title.-has_border {
      position: relative;
  }
  .-has_border.title--faq::after,
  .-has_border.title--section::after,
  .title.-has_border::after {
      position: absolute;
      left: 0;
      bottom: -4px;
      width: 40%;
      height: 4px;
      display: block;
      content: "";
      background-color: currentColor;
  }
  .title--section {
      color: #003662;
  }
  .title--faq {
      font-family: Sora, Effra, Roboto;
      color: #ff6900;
  }
  .topic__thumb {
      position: relative;
      display: block;
      width: 120px;
      height: 120px;
      border-radius: 60px;
  }
  .topic__thumb img,
  .topic__thumb svg {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      margin: auto;
      width: 120px;
  }
  .topic__desc {
      margin-top: 2rem;
  }
  .topic__title {
      font-family: Sora, Effra, Roboto;
      margin-bottom: 1rem;
      font-size: 1.9rem;
  }
  .topic__resume {
      margin-bottom: 2rem;
  }
  .topic__resume > p {
      font-family: SoraMedium, Effra, Roboto;
      color: #88888a;
      margin-bottom: 1rem;
      font-size: 13px;
  }
  .topic__resume pre {
      font-family: Sora, Effra, Roboto;
      color: #555;
      letter-spacing: 0.01em;
      line-height: 1.6;
      font-size: 1.1rem;
      background: 0 0;
      border: none;
      margin-bottom: 0;
      white-space: normal;
  }
  .video__player {
      display: block;
      margin-bottom: 0;
      position: relative;
      cursor: pointer;
      padding-bottom: 56.25%;
      height: 0;
  }
  .video__player iframe,
  .video__player img {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }
  .video__player::after {
      display: block;
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      background: url(../img/video-player.svg) center center no-repeat;
      background-color: rgba(0, 0, 0, 0.3);
      background-size: 3rem;
      -webkit-transition: background cubic-bezier(0.62, 0.28, 0.23, 0.99);
      -o-transition: background cubic-bezier(0.62, 0.28, 0.23, 0.99);
      transition: background cubic-bezier(0.62, 0.28, 0.23, 0.99);
  }
  .video__content-title {
      font-family: Sora, Effra, Roboto;
      margin-bottom: 2rem;
      font-size: 2.8rem;
  }
  .video__content-body > :last-child {
      margin-bottom: 0;
  }
  .video__modal {
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background-color: rgba(0, 0, 0, 0.6);
      visibility: hidden;
      opacity: 0;
  }
  .video__modal.-is-active {
      visibility: visible;
      opacity: 1;
  }
  .video__modal .video__player::after {
      display: none;
  }
  .video__model-content {
      margin: auto;
  }
  .video__modal-close {
      display: block;
      margin-left: auto;
      width: 3.2rem;
      height: 3.2rem;
      text-indent: -9999px;
      margin-bottom: 0;
      background: url(../img/close.svg) bottom left no-repeat;
      background-size: 1.4rem;
      border: 0;
  }
  .video__modal-close:focus {
      outline: 0;
  }
  .video__modal-close:hover {
      opacity: 1;
  }
  .weight {
      max-width: 400px;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      list-style: none;
  }
  .weight::after {
      position: absolute;
      display: block;
      content: "";
      margin: 0 auto;
      top: 6rem;
      left: 3rem;
      right: 3rem;
      height: 3px;
      background-color: #a59c94;
  }
  .weight__item {
      text-align: center;
      margin: 0 1rem;
  }
  .weight__item:first-child .weight__icon img {
      -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
      transform: scale(0.6);
      -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
      transform-origin: bottom;
  }
  .weight__item:nth-child(2) .weight__icon img {
      -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
      transform: scale(0.7);
      -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
      transform-origin: bottom;
  }
  .weight__item:nth-child(3) .weight__icon img {
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8);
      -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
      transform-origin: bottom;
  }
  .weight__item:nth-child(4) .weight__icon img {
      -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9);
      -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
      transform-origin: bottom;
  }
  .weight__item:last-child .weight__icon img {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
      transform-origin: bottom;
  }
  .weight__icon {
      position: relative;
      display: block;
      margin-bottom: 2rem;
      height: 5rem;
      width: 4rem;
  }
  .weight__icon img {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      display: block;
      margin: auto;
      -o-object-fit: contain;
      object-fit: contain;
  }
  .weight__icon::after {
      position: absolute;
      content: "";
      display: block;
      width: 3px;
      height: 12px;
      background-color: #a59c94;
      bottom: -16px;
      left: 0;
      right: 0;
      margin: auto;
  }
  .weight__value {
      font-family: Sora, Effra, Roboto;
      font-weight: 700;
      display: block;
  }
  .where-filter label,
  .where-filter legend {
      font-size: 2rem;
      color: #ff6900;
      margin-bottom: 3rem;
  }
  .where-filter select {
      margin-bottom: 0;
  }
  .where-filter__by-cep,
  .where-filter__by-city {
      position: relative;
  }
  .where-filter__by-cep::after,
  .where-filter__by-city::after {
      display: block;
      width: 100%;
      height: 0.4rem;
      bottom: 0;
      left: 0;
      content: "";
      background-color: #ff6900;
  }
  .where-filter__field {
      margin-bottom: 0;
      position: relative;
  }
  .where-filter__field input {
      margin-bottom: 0;
      height: 42px;
  }
  .where-filter__field input.-error {
      border-color: #ff1700;
  }
  .error_msg {
      color: #ff1700;
      cursor: pointer;
      position: absolute;
      bottom: 2px;
      font-size: 10px;
      left: 20px;
  }
  .where-result {
      margin-bottom: 3rem;
  }
  .where-result__filter {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
  }
  .where-result__resume {
      font-size: 1.8rem;
      margin-bottom: 1rem;
  }
  .where-result__resume span {
      display: inline-block;
      margin-right: 0.5rem;
      font-family: Sora, Effra, Roboto;
  }
  .where-result__filter-by-letter {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      list-style: none;
      margin-bottom: 0;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
  }
  .where-result__filter-by-letter li {
      margin-bottom: 0;
  }
  .where-result__filter-by-letter li a {
      font-family: Sora, Effra, Roboto;
      font-size: 2rem;
      line-height: 3.8rem;
      padding: 0 1rem;
      color: #a59c94;
  }
  .where-result__filter-by-letter li a.-is-current,
  .where-result__filter-by-letter li a:hover {
      color: #ff6900;
  }
  .where-result__filter-by-letter li:first-child a {
      padding-left: 0;
  }
  .where-result__filter-by-letter li:last-child a {
      padding-right: 0;
  }
  .where-result__filter-by-search {
      width: 100%;
  }
  .where-result__filter-by-search input {
      margin-bottom: 0;
  }
  .where-sac {
      margin-top: 6rem;
      text-align: center;
      background: #948779;
      color: #fff;
      border-radius: 19px;
  }
  .where-sac p {
      font-size: 1.5rem;
      font-family: Sora, Effra, Roboto;
      color: #fff;
      margin-bottom: 0;
  }
  .where-sac p a {
      font-size: 1.5rem;
      font-family: Sora, Effra, Roboto;
      display: block;
      color: #fff;
  }
  .where-sac p a:hover {
      color: #555;
  }
  .wp-activate-container {
      width: 100%;
      max-width: 600px;
      background: rgba(255, 255, 255, 0.9);
      padding: 3rem;
  }
  .wp-activate-container h2 {
      font-family: Sora, Effra, Roboto;
      font-weight: bolder;
      font-size: 3rem;
      line-height: 1.25;
      letter-spacing: 0.8px;
      margin-top: 0;
  }
  .wp-activate-container form input[type="submit"] {
      display: inline-block;
      vertical-align: middle;
      padding: 0 3rem;
      border: none;
      -webkit-box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.4) inset;
      box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.4) inset;
      background-color: #edece5;
      color: #ff6900;
      text-transform: uppercase;
      font-family: SoraMedium, Effra, Roboto;
      font-size: 1.6rem;
      line-height: 5.6rem;
      font-weight: 400;
      letter-spacing: 0.01em;
      min-width: 180px;
      text-align: center;
      text-transform: uppercase;
      cursor: pointer;
  }
  #signup-content {
      display: block;
      margin: 0;
      background: url(../img/block-media-text/pattern.png) repeat-y left bottom;
  }
  .maintenance__section {
      margin: 60px 0;
  }
  .maintenance__section .limit {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
  }
  .maintenance__section .limit > div {
      max-width: 500px;
  }
  .maintenance__section h3 {
      color: #ff6900;
      font-size: 3.5rem;
      margin: 30px 0;
  }
  .has-light-gray-background-color.has-background,
  .has-light-gray-background-color.newsletter,
  .has-light-gray-background-color.wp-block-cover,
  .wp-block-button .has-light-gray-background-color.wp-block-button__link {
      background-color: #edece5;
  }
  .has-dark-gray-background-color.has-background,
  .has-dark-gray-background-color.newsletter,
  .has-dark-gray-background-color.wp-block-cover,
  .wp-block-button .has-dark-gray-background-color.wp-block-button__link {
      background-color: #a59c94;
  }
  .has-blue-dark-background-color.has-background,
  .has-blue-dark-background-color.newsletter,
  .has-blue-dark-background-color.wp-block-cover,
  .wp-block-button .has-blue-dark-background-color.wp-block-button__link {
      background-color: #003660;
  }
  .has-orange-background-color.has-background,
  .has-orange-background-color.newsletter,
  .has-orange-background-color.wp-block-cover,
  .wp-block-button .has-orange-background-color.wp-block-button__link {
      background-color: #f1762e;
  }
  .has-red-simba-background-color.has-background,
  .has-red-simba-background-color.newsletter,
  .has-red-simba-background-color.wp-block-cover,
  .wp-block-button .has-red-simba-background-color.wp-block-button__link {
      background-color: #e73838;
  }
  .has-chocolate-background-color.has-background,
  .has-chocolate-background-color.newsletter,
  .has-chocolate-background-color.wp-block-cover,
  .wp-block-button .has-chocolate-background-color.wp-block-button__link {
      background-color: #310907;
  }
  .has-green-aspargus-background-color.has-background,
  .has-green-aspargus-background-color.newsletter,
  .has-green-aspargus-background-color.wp-block-cover,
  .wp-block-button .has-green-aspargus-background-color.wp-block-button__link {
      background-color: #769350;
  }
  .has-pattern-orange-background-color.has-background,
  .has-pattern-orange-background-color.newsletter,
  .has-pattern-orange-background-color.wp-block-cover,
  .wp-block-button .has-pattern-orange-background-color.wp-block-button__link {
      background: url(../img/pattern-laranja.jpg);
      background-color: #ff6900;
      background-size: 200px;
  }
  .has-white-color.has-text-color,
  .has-white-color.newsletter,
  .wp-block-button .has-white-color.wp-block-button__link {
      color: #fff;
  }
  .has-light-gray-color.has-text-color,
  .has-light-gray-color.newsletter,
  .wp-block-button .has-light-gray-color.wp-block-button__link {
      color: #fff;
  }
  .has-dark-gray-color.has-text-color,
  .has-dark-gray-color.newsletter,
  .wp-block-button .has-dark-gray-color.wp-block-button__link {
      color: #a59c94;
  }
  .has-blue-dark-color.has-text-color,
  .has-blue-dark-color.newsletter,
  .wp-block-button .has-blue-dark-color.wp-block-button__link {
      color: #003660;
  }
  .has-orange-color.has-text-color,
  .has-orange-color.newsletter,
  .wp-block-button .has-orange-color.wp-block-button__link {
      color: #ff6900;
  }
  .has-red-simba-color.has-text-color,
  .has-red-simba-color.newsletter,
  .wp-block-button .has-red-simba-color.wp-block-button__link {
      color: #e73838;
  }
  .has-chocolate-color.has-text-color,
  .has-chocolate-color.newsletter,
  .wp-block-button .has-chocolate-color.wp-block-button__link {
      color: #310907;
  }
  .has-green-aspargus-color.has-text-color,
  .has-green-aspargus-color.newsletter,
  .wp-block-button .has-green-aspargus-color.wp-block-button__link {
      color: #769350;
  }
  .has-blue-light-color.has-text-color,
  .has-blue-light-color.newsletter,
  .wp-block-button .has-blue-light-color.wp-block-button__link {
      color: #619ed6;
  }
  .is-style--bg-gray {
      background-color: #edece5;
  }
  .is-style--section-title {
      font-family: Sora, Effra, Roboto;
      color: #003662;
  }
  .clearfix:after {
      clear: both;
      content: " ";
      display: table;
  }
  .float-left {
      float: left;
  }
  .float-right {
      float: right;
  }
  .-font-primary {
      font-family: Sora, Effra, Roboto;
  }
  .-font-primary--light {
      font-family: Sora, Effra, Roboto;
  }
  .-font-primary--medium {
      font-family: Sora, Effra, Roboto;
  }
  .-font-secondary {
      font-family: Sora, Effra, Roboto;
  }
  .-font-secondary--light {
      font-family: SoraLight, Effra, Roboto;
  }
  .-font-secondary--medium {
      font-family: SoraMedium, Effra, Roboto;
  }
  .-is-hidden {
      display: none !important;
  }
  .-lb,
  .-limit-breaker {
      width: calc(100% + 40px);
      max-width: 100vw;
      margin-left: -20px;
      margin-right: -20px;
  }
  .-ta-c,
  .-text-align-center {
      text-align: center;
  }
  .-ta-r,
  .-text-align-right {
      text-align: right;
  }
  ul.grid,
  ul.grid--fluid,
  ul.grid--fluid li {
      margin-bottom: 0;
  }
  v-cloak > * {
      display: none !important;
  }
  .tabela-acompanhamento-alimento-ideal {
      font-size: 9px;
      line-height: 10px;
      table-layout: fixed;
  }
  .tabela-acompanhamento-alimento-ideal thead tr {
      background-color: #eee;
  }
  .tabela-acompanhamento-alimento-ideal td,
  .tabela-acompanhamento-alimento-ideal th {
      padding: 0 1px;
  }
  .tabela-acompanhamento-alimento-ideal td.bggreen {
      background-color: #efe;
  }
  .tabela-acompanhamento-alimento-ideal td.bgred {
      background-color: #fee;
      font-size: 7px;
  }
  .slider {
      padding: 60px 0;
      margin: -60px 0;
      overflow: hidden;
      z-index: 1;
  }
  .slider .tns-ovh {
      overflow: visible !important;
  }
  .slider > .slider__content .banner {
      display: none;
  }
  .slider > .slider__content .banner:first-child {
      display: block;
  }
  .carousel__showcase > .carousel__item {
      display: none;
  }
  .carousel__showcase > .carousel__item:first-child {
      display: block;
  }
  [data-align="center"] .block-editor-inner-blocks {
      text-align: center;
  }
  .page-tab.-is-active {
      display: block !important;
  }
  .wp-block-group + .profit {
      padding-top: 0 !important;
  }
  .post-password-form {
      z-index: 90;
  }
  .floating,
  .progress-bar {
      z-index: 8;
  }
  .breadcrumb {
      z-index: 98;
  }
  .header {
      z-index: 99;
  }
  .modal-mask,
  .overlay {
      z-index: 100;
  }
  .filter__body {
      z-index: 101;
  }
  .foodfinder__stage img:not(.-is-active) {
      z-index: -1;
  }
  .wp-gallery-modal.-is-visible {
      z-index: 102;
  }
  .modal {
      z-index: 103;
  }
  .video__modal {
      z-index: 110;
  }
  @media screen and (min-width: 640px) {
      table {
          display: table;
          overflow-x: initial;
      }
      .wp-block-cover.is-style--align-left .wp-block-cover__inner-container {
          max-width: 50%;
          margin-left: 0;
      }
      .wp-block-cover.is-style--align-right .wp-block-cover__inner-container {
          max-width: 50%;
          margin-right: 0;
      }
      .wp-gallery-modal .wp-gallery-modal__slider img {
          max-width: 70vw;
          max-height: 70vh;
      }
      .wp-gallery-modal .tns-controls [type="button"][data-controls="prev"] {
          left: -3.2rem;
      }
      .wp-gallery-modal .tns-controls [type="button"][data-controls="next"] {
          right: -3.2rem;
      }
      .wp-block-image.is-style--neg-bottom img,
      .wp-block-image.is-style--neg-bottom-and-top img,
      .wp-block-image.is-style--neg-top img {
          position: relative;
          z-index: 1;
      }
      .wp-block-image.is-style--neg-bottom-and-top,
      .wp-block-image.is-style--neg-top {
          margin-top: -5rem;
      }
      .wp-block-image.is-style--neg-bottom,
      .wp-block-image.is-style--neg-bottom-and-top {
          margin-bottom: -5rem;
      }
      .wp-block-columns .wp-block-image.is-style--neg-bottom-and-top,
      .wp-block-columns .wp-block-image.is-style--neg-top {
          margin-top: -8rem;
      }
      .wp-block-columns .wp-block-image.is-style--neg-bottom,
      .wp-block-columns .wp-block-image.is-style--neg-bottom-and-top {
          margin-bottom: -8rem;
      }
      .wp-block-media-text .wp-block-media-text__media {
          padding-left: 2rem;
          padding-right: 2rem;
      }
      .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2;
      }
      .wp-block-media-text.has-media-on-the-right::before {
          display: block;
          left: 0;
          background-image: url(../img/block-media-text/pattern.png);
      }
      .wp-block-media-text.is-style--neg-bottom-and-top .wp-block-media-text__media,
      .wp-block-media-text.is-style--neg-top .wp-block-media-text__media {
          margin-top: -4rem;
      }
      .wp-block-media-text.is-style--neg-bottom .wp-block-media-text__media,
      .wp-block-media-text.is-style--neg-bottom-and-top .wp-block-media-text__media {
          margin-bottom: -4rem;
      }
      .wpcf7 .wpcf7-form .wpcf7__col {
          width: 50%;
      }
      .accordion__header {
          font-size: 2rem;
          padding: 2.5rem 2.5rem 2.5rem 0;
      }
      .banner .banner__overlay .wp-block-columns,
      .banner .banner__overlay .wp-block-columns.has-background {
          padding-top: 0;
          padding-bottom: 0;
      }
      .banner__mobile-bg {
          background: 0 0 !important;
      }
      .block--lista-linhas__list {
          padding-left: 20px;
      }
      .block--lista-linhas__filter {
          padding-right: 20px;
      }
      .block--lista-linhas__erro {
          padding: 5rem 0;
      }
      .block--lista-produtos__list {
          padding-left: 20px;
      }
      .block--lista-produtos__filter {
          padding-right: 20px;
      }
      .block--post-novidades .block--post-novidades__footer .button--small {
          float: right;
      }
      .block--post-novidades .block--post-novidades__footer.-ta-c .button--small {
          float: none;
      }
      .breadcrumb__link:first-child::before {
          margin-left: 0;
      }
      .breadcrumb__link:last-child {
          color: #88888a;
      }
      .breadcrumb__link::before {
          display: inline-block;
          content: "/";
          margin: 0 3px;
      }

      ul.list__card-news {
        display: grid;
        gap: 2rem;
        padding: 0;
        list-style: none;
      
        /* Mobile: 1 por linha */
        grid-template-columns: 1fr;
      }
      
      @media screen and (min-width: 640px) {
        ul.list__card-news {
          grid-template-columns: repeat(3, 1fr); /* 3 colunas no desktop */
        }
      }
      
      ul.list__card-news li {
        margin: 0; /* tira margens que podem vir do navegador */
      }
      
      .card-news--material .card-news__body {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
      }
      .card-news--material .card-news__author {
          margin-bottom: 0;
      }
      .card-news__limit .card-news__thumb {
          height: 230px;
      }
      .card-post.-fill-on-desk {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          height: calc(100% - 20px);
      }
      .card-post__content {
          padding: 2rem;
      }
      .card-post__tag {
          margin-left: -2rem;
          padding: 0.5rem 1rem 0.5rem 2rem;
          margin-bottom: 1rem;
      }
      .card-post__hat {
          font-size: 2.8rem;
      }
      .card-post__title {
          font-size: 2.2rem;
      }
      .card__logo-alt {
          font-size: 2.6rem;
      }
      .card--linhas .card__logo {
          height: 90px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
      }
      .card--tilted {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
      }
      .card--tilted .card__body {
          text-align: left;
          padding-left: 4rem;
      }
      .card--tilted .card__cat {
          margin-top: 0;
      }
      .card--tilted .card__thumb {
          margin-bottom: 0;
      }
      .card--tilted .card__title {
          font-size: 2.6rem;
          margin-bottom: 1rem;
      }
      .card--tilted .card__resume {
          font-size: 1.6rem;
      }
      .carousel .tns-slider .banner__overlay > div {
          min-height: 518px;
      }
      .carousel__content {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
      }
      .carousel__content.-is-esquerda .carousel__limit {
          padding: 0 75px;
          width: 50%;
          margin-right: auto;
      }
      .carousel__content.-is-direita .carousel__limit {
          padding: 0 75px 0 0px;
          width: 50%;
          margin-left: auto;
      }
      .carousel__content.-is-centro .carousel__limit {
          padding: 0 20px;
          width: 50%;
          margin-right: auto;
          margin-left: auto;
      }
      .cat-list__bullet {
          padding: 0.5rem 1rem;
      }
      .checkimg img {
          max-width: 260px;
      }
      .choice__title {
          font-size: 3.4rem;
      }
      .clains,
      .clains--compact {
          width: calc(100% + 2rem);
          margin-left: -1rem;
          margin-right: -1rem;
      }
      .clains__modal {
          width: 240px;
          left: calc(50% - 1rem);
          -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
      }
      .clains__modal::after {
          left: 0;
          right: 0;
          margin: auto;
      }
      .clains__item {
          max-width: 33.3%;
          padding: 1rem;
      }
      .clains--full {
          max-width: 200px;
      }
      .clains--full .clains__modal {
          left: calc(50%);
      }
      .details__body {
          max-width: 1200px;
          margin-left: auto;
          margin-right: auto;
      }
      .details__single {
          height: 520px;
          width: 100%;
          max-width: 400px;
      }
      .details__caption {
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          top: 0;
          background-color: rgba(0, 0, 0, 0.5);
      }
      .details__caption > .details__title {
          -webkit-transform: rotate(-90deg) translate(50%, 50%);
          -ms-transform: rotate(-90deg) translate(50%, 50%);
          transform: rotate(-90deg) translate(50%, 50%);
          bottom: 4rem;
          margin: auto;
          display: block;
          -webkit-transform-origin: bottom;
          -ms-transform-origin: bottom;
          transform-origin: bottom;
          height: 50px;
          line-height: 50px;
          white-space: nowrap;
      }
      .details__title {
          font-size: 3.2rem;
      }
      .detail__caption-box {
          position: absolute;
          margin: auto;
          bottom: 2rem;
          right: 2rem;
          width: 400px;
          opacity: 0;
          background-color: rgba(0, 0, 0, 0.6);
      }
      .details__background {
          max-width: none;
          max-height: 100%;
          min-width: 100%;
          min-height: 100%;
      }
      .details__body .details__single {
          -webkit-transition: max-width 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99);
          -o-transition: max-width 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99);
          transition: max-width 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99);
          will-change: max-width;
          max-width: 50%;
      }
      .details__body .details__caption {
          -webkit-transition: background-color 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99);
          -o-transition: background-color 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99);
          transition: background-color 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99);
          will-change: background-color;
      }
      .details__body .detail__caption-box {
          -webkit-transition: opacity 0s cubic-bezier(0.62, 0.28, 0.23, 0.99);
          -o-transition: opacity 0s cubic-bezier(0.62, 0.28, 0.23, 0.99);
          transition: opacity 0s cubic-bezier(0.62, 0.28, 0.23, 0.99);
          will-change: opacity;
          opacity: 0;
      }
      .details__body .details__caption > .details__title {
          opacity: 1;
          -webkit-transition: opacity 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99);
          -o-transition: opacity 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99);
          transition: opacity 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99);
          will-change: opacity;
      }
      .details__body.-is-active .details__single {
          max-width: 90px;
      }
      .details__body .details__single.-is-active {
          max-width: 1000px;
      }
      .details__body .details__single.-is-active .details__caption {
          background-color: rgba(0, 0, 0, 0);
      }
      .details__body .details__single.-is-active .detail__caption-box {
          opacity: 1;
          -webkit-transition: opacity 0.8s 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99);
          -o-transition: opacity 0.8s 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99);
          transition: opacity 0.8s 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99);
      }
      .details__body .details__single.-is-active .details__caption > .details__title {
          opacity: 0;
      }
      .distfinder .title,
      .distfinder .title--faq,
      .distfinder .title--section {
          font-size: 2.8rem;
      }
      .distfinder__resume {
          font-size: 1.5rem;
      }
      .distfinder__intro {
          background: url(../img/distfinder-bg.jpg) center right no-repeat;
          background-size: 50%;
      }
      .distfinder__intro .limit {
          min-height: 480px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
      }
      .distfinder__content {
          max-width: 50%;
          padding-right: 3rem;
      }
      .distfinder__filter {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: start;
          margin-bottom: 3rem;
      }
      .distfinder__filter .distfinder__ipt {
          width: 300px;
          margin: 0 3px 0px 0px;
      }
      .download-list .material {
          padding: 0;
      }
      .download-list__filter {
          padding-right: 4rem;
      }
      .download-list__limit {
          position: relative;
      }
      .download-list__limit:after {
          position: absolute;
          bottom: -8rem;
          content: "";
          display: block;
          right: 0;
          width: 150px;
          height: 500px;
          background: url(../img/material-bg.png) center bottom no-repeat;
          background-size: cover;
          z-index: 1;
      }
      .event {
          height: 100%;
          min-height: 440px;
      }
      .eventslist {
          padding-left: calc((100% - 1200px) / 2);
          padding-right: calc((100% - 1200px) / 2);
      }
      .eventslist__header .title,
      .eventslist__header .title--faq,
      .eventslist__header .title--section {
          font-size: 3.2rem;
      }
      .eventslist__header p {
          font-size: 1.6rem;
      }
      .eventslist__body {
          padding: 0 6.2rem 3rem;
      }
      .eventslist__body .tns-controls [type="button"] {
          width: 3.2rem;
      }
      .eventslist__body .tns-controls [type="button"][data-controls="prev"] {
          background: url(../img/agenda-prev.png) center center no-repeat;
          background-color: #edece5;
          background-size: 1.5rem;
      }
      .eventslist__body .tns-controls [type="button"][data-controls="next"] {
          background: url(../img/agenda-next.png) center center no-repeat;
          background-color: #edece5;
          background-size: 1.5rem;
      }
      .eventslist__slider {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
      }
      .faq h3 {
          margin-bottom: 0;
      }
      .faq .help-modal__link {
          margin-left: 2rem;
      }
      .foodfinder__questions {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
      }
      .foodfinder__stage {
          width: 50%;
      }
      .foddfinder__steps-group {
          width: 50%;
          padding-left: 20px;
          padding-right: calc((100% - 1200px) / 2);
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2;
      }
      .foddfinder__intro {
          width: 50%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2;
      }
      .foddfinder__intro-limit {
          padding: 0 2rem;
      }
      .footer .-footer_menu {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 50%;
          padding-top: 25px;
      }
      .footer .-footer_menu .footer__menu:last-child {
          padding-right: 0;
          border-right: 0;
      }
      .footer__widgets {
          padding: 3rem 0;
      }
      .footer__logo-area > a {
          margin-bottom: 2rem;
      }
      .grid {
          margin-bottom: 20px;
      }
      .grid--fluid {
          margin-bottom: 0;
      }
      .guide .tns-outer {
          position: relative;
      }
      .guide .tns-controls {
          top: 4.8rem;
          bottom: 0;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
      }
      .guide__title {
          font-size: 3.6rem;
      }
      .guide__current img {
          width: 380px;
          height: 220px;
      }
      .guide__current {
          margin: 0 2rem;
      }
      .guide__name {
          font-size: 2.4rem;
      }
      .guide__value {
          font-size: 4.8rem;
      }
      .guide__content {
          padding: 0 48px;
      }
      .help-modal__limit {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
      }
      .help-modal__title {
          margin-bottom: 0;
          margin-right: 2rem;
      }
      .hero,
      .hero--pet {
          margin-bottom: 4rem;
      }
      .-img-on-left.hero--pet .hero__figure,
      .hero.-img-on-left .hero__figure {
          padding-left: 0;
          padding-right: 4rem;
      }
      .hero__content {
          width: 50%;
          padding: 4rem 0;
      }
      .hero__figure {
          margin-bottom: 0;
          padding-left: 4rem;
          width: 50%;
      }
      .hero__thumb {
          padding-top: 4rem;
          padding-bottom: 4rem;
          max-height: calc(100vh - 100px);
      }
      .highlight__modal-close,
      .highlight__tooltip {
          -webkit-transform: translate(1.5rem, 1.5rem);
          -ms-transform: translate(1.5rem, 1.5rem);
          transform: translate(1.5rem, 1.5rem);
      }
      .highlight__modal-close {
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
      }
      .intro .line-bg {
          min-height: 200px;
      }
      .intro__product {
          padding-right: 4rem;
      }
      .intro__product .weight {
          max-width: -webkit-fit-content;
          max-width: -moz-fit-content;
          max-width: fit-content;
          margin-bottom: 4rem;
      }
      .intro__resume {
          padding-top: 2rem;
      }
      .knowprod h2 {
          font-size: 2.2rem;
      }
      .knowprod.is-style--bg-gray-ordered .knowprod__col:first-child,
      .knowprod.is-style--ordered .knowprod__col:first-child {
          padding-right: 0;
          padding-left: 1rem;
      }
      .knowprod.is-style--bg-gray-ordered .knowprod__col:last-child,
      .knowprod.is-style--ordered .knowprod__col:last-child {
          padding-left: 0;
          padding-right: 1rem;
      }
      .knowprod.is-style--bg-gray-ordered .knowprod__logo,
      .knowprod.is-style--ordered .knowprod__logo {
          text-align: right;
      }
      .knowprod.is-style--bg-gray-ordered .knowprod__col.-figure,
      .knowprod.is-style--ordered .knowprod__col.-figure {
          margin-left: 0;
          margin-right: auto;
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1;
      }
      .knowprod__limit {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
      }
      .knowprod__col.-figure {
          margin-left: auto;
      }
      .knowprod__col:first-child {
          padding-right: 1rem;
      }
      .knowprod__col:last-child {
          padding-left: 1rem;
      }
      .knowprod__logo img {
          margin-left: 0;
      }
      .line-bg {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 2rem 0;
      }
      .magazine {
          padding: 2rem 0;
      }
      .magazine__limit {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
      }
      .magazine__limit .magazine__resume {
          padding-right: 2rem;
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1;
      }
      .magazine__limit .magazine__thumb {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2;
      }
      .magazine__thumb img {
          margin-top: -4rem;
          position: relative;
          z-index: 1;
      }
      .magazine__resume {
          max-width: 950px;
      }
      .material__limit {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
      }
      .material__limit .material__desc,
      .material__limit .material__list {
          width: 50%;
      }
      .material__limit > div:first-child {
          padding-right: 10px;
      }
      .material__limit > div:last-child {
          padding-left: 10px;
      }
      .modal-navigate {
          padding: 2rem 0 0;
      }
      .modal-navigate .modal-aba {
          padding: 1rem 2rem;
      }
      .modal-navigate .modal-aba.-is-current {
          background-color: #fff;
      }
      .newsletter__limit {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
      }
      .newsletter__thumb {
          width: 50%;
          margin-bottom: 0;
      }
      .newsletter__form {
          width: 50%;
      }
      .newsletter__title {
          font-size: 2.6rem;
      }
      .newsletter__info {
          margin-left: auto;
          font-size: 1.8rem;
      }
      .page-hero__search,
      .page-hero__title {
          font-size: 3.8rem;
      }
      .page-hero__search .ipt-search--white {
          margin-right: auto;
          width: 540px;
      }
      .page-hero__overlay .page-hero__limit {
          max-width: 50%;
      }
      .page-nav__content {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          max-height: none !important;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
      }
      .page-nav__item a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          opacity: 0.9;
      }
      .page-nav__item a:hover {
          text-decoration: underline;
          opacity: 1;
      }
      .page-nav__item:first-child a {
          padding-left: 0;
      }
      .page-nav--tab .page-nav__content {
          padding-top: 3rem;
      }
      .page-nav--tab .page-nav__item {
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          margin-right: 2rem;
          background-color: #edece5;
      }
      .page-nav--tab .page-nav__item.-is-active {
          background-color: #fff;
          -webkit-box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.05);
      }
      .page-nav--tab .page-nav__item:last-child {
          margin-right: 0;
      }
      .page-nav--tab .page-nav__item:focus-within {
          background-color: #f3f3ee;
      }
      .page-nav--tab .page-nav__item:focus-within.-is-active {
          background-color: #fff;
      }
      .page-nav--tab .page-nav__item a {
          display: block;
          text-align: center;
          color: #88888a;
          padding-left: 0;
          padding-right: 0;
      }
      .page-nav--tab .page-nav__item a:focus,
      .page-nav--tab .page-nav__item a:hover {
          text-decoration: none;
          text-shadow: 0 0 #333;
      }
      .podcast__thumb {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-bottom: 0;
      }
      .podcast__limit {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
      }
      .podcast__limit .podcast__thumb {
          width: 50%;
          padding-right: 4rem;
      }
      .podcast__limit .podcast__content {
          width: 50%;
      }
      .podcast__links {
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
      }
      .podcast__link:first-child {
          margin-left: 0;
      }
      .podcast__link:last-child {
          margin-right: 0;
      }
      .podcast__title {
          padding: 22px 0;
      }
      .podcast__content p {
          margin-bottom: 1rem;
      }
      .post-hero .share .share__label {
          display: inline;
      }
      .post-hero__title {
          font-size: 3.6rem;
      }
      .post-hero__event {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
      }
      .post-hero__event span {
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
      }
      .post-hero__event span:first-child {
          padding-right: 1.5rem;
          border-right: 2px solid #ff6900;
      }
      .post-hero__event span:last-child {
          padding-left: 1.5rem;
          border-left: 2px solid #ff6900;
          text-align: right;
      }
      .post {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 2rem;
      }
      .post__content {
          padding-left: 2rem;
      }
      .post__thumb img {
          max-width: 250px;
      }
      .post__cat {
          right: 0;
      }
      .postlist__title {
          margin-bottom: 6rem;
      }
      .product {
          min-height: 300px;
      }
      .profit__slider-stage .profit__slider-limit {
          width: 320px;
          margin: auto;
      }
      .profit__slider-stage .tns-controls [type="button"] {
          height: 4rem;
          width: 4rem;
          border-radius: 50px;
      }
      .profit__slider-stage .tns-controls [type="button"][data-controls="prev"] {
          background: url(../img/agenda-prev.png) center center no-repeat;
          background-color: #edece5;
          background-size: 1rem;
      }
      .profit__slider-stage .tns-controls [type="button"][data-controls="next"] {
          background: url(../img/agenda-next.png) center center no-repeat;
          background-color: #edece5;
          background-size: 1rem;
      }
      .progress-bar {
          height: 1.5rem;
      }
      .progress-bar__status {
          height: 1.5rem;
      }
      .qcalc__hero {
          width: calc((100% / 12) * 4 - 20px);
          margin-left: 10px;
          margin-right: 10px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          margin-bottom: 0;
      }
      .qcalc__content {
          padding: 5rem 0;
      }
      .qcalc__title p {
          display: inline;
      }
      .rate {
          text-align: right;
      }
      .rate__btn,
      .rate__btn--deslike {
          opacity: 0.8;
      }
      .rate__btn--deslike:focus,
      .rate__btn--deslike:hover,
      .rate__btn:focus,
      .rate__btn:hover {
          opacity: 1;
          -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
          transform: scale(1.05);
          -webkit-transform-origin: center;
          -ms-transform-origin: center;
          transform-origin: center;
          outline: 0;
      }
      .result__limit {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          max-width: 1200px;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          margin: auto;
      }
      .result__nav {
          padding-top: 5rem;
          margin-bottom: 5rem;
          background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAMUlEQVQYV2NkwAHu3r27mRGbHEhCWVnZF0MSJgHShCKJLIEiiS4Bl8QmAZbEJQGSBACQQRtSD1v7RAAAAABJRU5ErkJggg==) repeat;
      }
      .result__nav-next,
      .result__nav-prev {
          display: none;
      }
      .result__nav-item {
          background-color: #edece5;
          width: calc((100% / 12) * 3 - 20px);
          line-height: 5rem;
          height: 5rem;
          margin-right: 2rem;
      }
      .result__nav-item.-is-active {
          -webkit-box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.05);
          background-color: #fff;
      }
      .result__nav-item:last-child {
          margin-right: 0;
      }
      .section {
          padding-top: 2rem;
          padding-bottom: 2rem;
      }
      .showcase__limit {
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
      }
      .slider .tns-slider .banner__overlay > div {
          min-height: 518px;
      }
      .store-list {
          margin-bottom: -0.75rem;
          margin-left: -0.75rem;
          margin-right: -0.75rem;
      }
      .video__limit {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
      }
      .video__content {
          padding: 0 2rem;
          width: 50%;
      }
      .video__player-col {
          width: 50%;
      }
      .where-result__filter-by-search {
          max-width: 300px;
      }
  }
  @media screen and (min-width: 960px) {
      .wp-block-group {
          padding-top: 4rem;
          padding-bottom: 4rem;
      }
      .wp-block-media-text:not(.has-pattern) .wp-block-media-text__content {
          padding: 0 20px;
          max-width: 850px;
      }
      .wp-block-media-text:not(.has-pattern).alignfull {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
      }
      .wp-block-media-text.has-pattern {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          padding: 2rem 100px;
      }
      .wp-block-media-text.has-pattern .wp-block-media-text__media {
          width: 100%;
          max-width: 600px;
      }
      .wp-block-media-text.has-pattern .wp-block-media-text__content {
          width: 100%;
          max-width: 600px;
          padding: 0 20px;
      }
      .wp-block-media-text.has-pattern::before {
          position: absolute;
          bottom: 0;
          content: "";
          display: none;
          width: 80px;
          height: calc(100% + 50px);
          background: url(../img/block-media-text/pattern-mirror.png) center bottom no-repeat;
          background-size: cover;
          z-index: 1;
      }
      .wp-block-media-text.has-pattern.has-media-on-the-right .wp-block-media-text__media {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2;
          padding-right: 0;
      }
      .wp-block-media-text.has-pattern.has-media-on-the-right::before {
          display: block;
          left: 0;
          background-image: url(../img/block-media-text/pattern.png);
      }
      .wp-block-media-text.has-pattern:not(.has-media-on-the-right) .wp-block-media-text__media {
          padding-left: 0;
      }
      .wp-block-media-text.has-pattern:not(.has-media-on-the-right)::before {
          display: block;
          right: 0;
      }
      .cover {
          padding: 1rem 0.5rem;
      }
      .mob-accordion {
          padding-top: 6.5rem;
          padding-bottom: 6.5rem;
      }
      .mob-accordion__title {
          margin-bottom: 5rem;
          font-size: 3.6rem;
      }
      .modal__content {
          max-width: 840px;
          width: calc(100vw - 80px);
      }
      .page-tab__sub-header {
          margin-top: 12rem;
          margin-bottom: 3rem;
      }
      .page-tab__sub-header:first-child {
          margin-top: 0;
      }
      .profit {
          padding-top: 5rem;
          padding-bottom: 5rem;
      }
      .profit__header {
          margin-bottom: 6rem;
      }
      .profit__header-title {
          font-size: 3.6rem;
      }
      .title,
      .title--faq,
      .title--section {
          margin-bottom: 5rem;
          font-size: 3.6rem;
      }
      .title--faq {
          margin-bottom: 3rem;
          font-size: 2.8rem;
      }
      .video__model-content {
          width: 960px;
          max-width: 80%;
      }
      .video__modal-close {
          margin-right: -3.2rem;
      }
      .is-style--section-title {
          margin-bottom: 5rem;
          font-size: 3.6rem;
      }
      .-bp,
      .foddfinder__steps-group,
      .guide,
      .material,
      .podcast {
          padding-top: 6.5rem;
          padding-bottom: 6.5rem;
      }
      .-bp.-no-padding,
      .-no-padding.foddfinder__steps-group,
      .-no-padding.guide,
      .-no-padding.material,
      .-no-padding.podcast {
          padding-top: 0;
          padding-bottom: 0;
      }
  }
  @media screen and (min-width: 1200px) {
      tr td,
      tr th {
          padding: 1rem;
      }
      .wp-block-media-text:not(.has-pattern).alignfull .wp-block-media-text__content {
          max-width: 650px;
      }
      .banner__show-more:hover {
          -webkit-animation: _banner__showmore 0.4s infinite alternate;
          animation: _banner__showmore 0.4s infinite alternate;
      }
      .breadcrumb__link:hover {
          opacity: 1;
      }
      .card-news__body {
          padding-right: 5rem;
      }
      .card-post:hover .card-post__content {
          background-color: rgba(0, 0, 0, 0.15);
      }
      .card-post:hover .card-post__thumb {
          -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
          transform: scale(1.05);
          -webkit-transition-duration: 3s;
          -o-transition-duration: 3s;
          transition-duration: 3s;
      }
      .carousel__btn-anchor:hover {
          -webkit-animation: _carousel__anchor 0.4s infinite alternate;
          animation: _carousel__anchor 0.4s infinite alternate;
      }
      .cat-list__item:hover {
          -webkit-transform: scale(1.03);
          -ms-transform: scale(1.03);
          transform: scale(1.03);
      }
      .choice__content {
          padding: 0 4rem;
      }
      .clains--full:hover .clains__name {
          color: #ff6900;
      }
      .cover .cover__title {
          -webkit-transition: margin cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s, -webkit-transform cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
          transition: margin cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s, -webkit-transform cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
          -o-transition: transform cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s, margin cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
          transition: transform cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s, margin cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
          transition: transform cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s, margin cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s, -webkit-transform cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
      }
      .cover .cover__hover {
          -webkit-transition: height 0.4s step-end, opacity 0.4s ease-out;
          -o-transition: height 0.4s step-end, opacity 0.4s ease-out;
          transition: height 0.4s step-end, opacity 0.4s ease-out;
      }
      .cover:hover .cover__title {
          -webkit-transform: scale(0.8);
          -ms-transform: scale(0.8);
          transform: scale(0.8);
          -webkit-transform-origin: center top;
          -ms-transform-origin: center top;
          transform-origin: center top;
          margin-top: -8rem;
      }
      .cover:hover .cover__hover {
          -webkit-transition: height 0.4s step-start, opacity 0.4s ease-out;
          -o-transition: height 0.4s step-start, opacity 0.4s ease-out;
          transition: height 0.4s step-start, opacity 0.4s ease-out;
          display: block;
          opacity: 1;
      }
      .details {
          padding: 5rem 0;
          background-color: #edece5;
          background: url(../img/details-bg.jpg) center center no-repeat;
          background-size: cover;
      }
      .floating:hover .floating__bg {
          padding-right: 198px;
      }
      .floating:hover .floating__tooltip {
          opacity: 1;
          visibility: visible;
          -webkit-transition-delay: 0.4s;
          -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
          -webkit-transition-duration: 0.4s;
          -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
      }
      .footer a:hover {
          text-decoration: underline;
      }
      .footer__sac .textwidget a {
          opacity: 0.9;
      }
      .footer__sac .textwidget a:hover {
          opacity: 1;
          text-decoration: none;
      }
      .-no-wrap-desk.grid,
      .-no-wrap-desk.grid--fluid {
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      }
      .-d1.grid__item--auto,
      .-mtd1.grid__item--auto,
      .-td1.grid__item--auto,
      .grid__item.-d1,
      .grid__item.-mtd1,
      .grid__item.-td1 {
          width: calc((100% / 12) * 1 - 20px);
      }
      .grid--fluid > .-d1.grid__item--auto,
      .grid--fluid > .-mtd1.grid__item--auto,
      .grid--fluid > .-td1.grid__item--auto,
      .grid--fluid > .grid__item.-d1,
      .grid--fluid > .grid__item.-mtd1,
      .grid--fluid > .grid__item.-td1 {
          width: calc((100% / 12) * 1);
      }
      .-d1.-ml-auto.grid__item--auto,
      .-mtd1.-ml-auto.grid__item--auto,
      .-td1.-ml-auto.grid__item--auto,
      .grid__item.-d1.-ml-auto,
      .grid__item.-mtd1.-ml-auto,
      .grid__item.-td1.-ml-auto {
          margin-left: auto;
      }
      .-d1.-mr-auto.grid__item--auto,
      .-mtd1.-mr-auto.grid__item--auto,
      .-td1.-mr-auto.grid__item--auto,
      .grid__item.-d1.-mr-auto,
      .grid__item.-mtd1.-mr-auto,
      .grid__item.-td1.-mr-auto {
          margin-right: auto;
      }
      .-d-order-1.grid__item--auto,
      .grid__item.-d-order-1 {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1;
      }
      .-d2.grid__item--auto,
      .-mtd2.grid__item--auto,
      .-td2.grid__item--auto,
      .grid__item.-d2,
      .grid__item.-mtd2,
      .grid__item.-td2 {
          width: calc((100% / 12) * 2 - 20px);
      }
      .grid--fluid > .-d2.grid__item--auto,
      .grid--fluid > .-mtd2.grid__item--auto,
      .grid--fluid > .-td2.grid__item--auto,
      .grid--fluid > .grid__item.-d2,
      .grid--fluid > .grid__item.-mtd2,
      .grid--fluid > .grid__item.-td2 {
          width: calc((100% / 12) * 2);
      }
      .-d2.-ml-auto.grid__item--auto,
      .-mtd2.-ml-auto.grid__item--auto,
      .-td2.-ml-auto.grid__item--auto,
      .grid__item.-d2.-ml-auto,
      .grid__item.-mtd2.-ml-auto,
      .grid__item.-td2.-ml-auto {
          margin-left: auto;
      }
      .-d2.-mr-auto.grid__item--auto,
      .-mtd2.-mr-auto.grid__item--auto,
      .-td2.-mr-auto.grid__item--auto,
      .grid__item.-d2.-mr-auto,
      .grid__item.-mtd2.-mr-auto,
      .grid__item.-td2.-mr-auto {
          margin-right: auto;
      }
      .-d-order-2.grid__item--auto,
      .grid__item.-d-order-2 {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2;
      }
      .-d3.grid__item--auto,
      .-mtd3.grid__item--auto,
      .-td3.grid__item--auto,
      .grid__item.-d3,
      .grid__item.-mtd3,
      .grid__item.-td3 {
          width: calc((100% / 12) * 3 - 20px);
      }
      .grid--fluid > .-d3.grid__item--auto,
      .grid--fluid > .-mtd3.grid__item--auto,
      .grid--fluid > .-td3.grid__item--auto,
      .grid--fluid > .grid__item.-d3,
      .grid--fluid > .grid__item.-mtd3,
      .grid--fluid > .grid__item.-td3 {
          width: calc((100% / 12) * 3);
      }
      .-d3.-ml-auto.grid__item--auto,
      .-mtd3.-ml-auto.grid__item--auto,
      .-td3.-ml-auto.grid__item--auto,
      .grid__item.-d3.-ml-auto,
      .grid__item.-mtd3.-ml-auto,
      .grid__item.-td3.-ml-auto {
          margin-left: auto;
      }
      .-d3.-mr-auto.grid__item--auto,
      .-mtd3.-mr-auto.grid__item--auto,
      .-td3.-mr-auto.grid__item--auto,
      .grid__item.-d3.-mr-auto,
      .grid__item.-mtd3.-mr-auto,
      .grid__item.-td3.-mr-auto {
          margin-right: auto;
      }
      .-d-order-3.grid__item--auto,
      .grid__item.-d-order-3 {
          -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
          order: 3;
      }
      .-d4.grid__item--auto,
      .-mtd4.grid__item--auto,
      .-td4.grid__item--auto,
      .grid__item.-d4,
      .grid__item.-mtd4,
      .grid__item.-td4 {
          width: calc((100% / 12) * 4 - 20px);
      }
      .grid--fluid > .-d4.grid__item--auto,
      .grid--fluid > .-mtd4.grid__item--auto,
      .grid--fluid > .-td4.grid__item--auto,
      .grid--fluid > .grid__item.-d4,
      .grid--fluid > .grid__item.-mtd4,
      .grid--fluid > .grid__item.-td4 {
          width: calc((100% / 12) * 4);
      }
      .-d4.-ml-auto.grid__item--auto,
      .-mtd4.-ml-auto.grid__item--auto,
      .-td4.-ml-auto.grid__item--auto,
      .grid__item.-d4.-ml-auto,
      .grid__item.-mtd4.-ml-auto,
      .grid__item.-td4.-ml-auto {
          margin-left: auto;
      }
      .-d4.-mr-auto.grid__item--auto,
      .-mtd4.-mr-auto.grid__item--auto,
      .-td4.-mr-auto.grid__item--auto,
      .grid__item.-d4.-mr-auto,
      .grid__item.-mtd4.-mr-auto,
      .grid__item.-td4.-mr-auto {
          margin-right: auto;
      }
      .-d-order-4.grid__item--auto,
      .grid__item.-d-order-4 {
          -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
          order: 4;
      }
      .-d5.grid__item--auto,
      .-mtd5.grid__item--auto,
      .-td5.grid__item--auto,
      .grid__item.-d5,
      .grid__item.-mtd5,
      .grid__item.-td5 {
          width: calc((100% / 12) * 5 - 20px);
      }
      .grid--fluid > .-d5.grid__item--auto,
      .grid--fluid > .-mtd5.grid__item--auto,
      .grid--fluid > .-td5.grid__item--auto,
      .grid--fluid > .grid__item.-d5,
      .grid--fluid > .grid__item.-mtd5,
      .grid--fluid > .grid__item.-td5 {
          width: calc((100% / 12) * 5);
      }
      .-d5.-ml-auto.grid__item--auto,
      .-mtd5.-ml-auto.grid__item--auto,
      .-td5.-ml-auto.grid__item--auto,
      .grid__item.-d5.-ml-auto,
      .grid__item.-mtd5.-ml-auto,
      .grid__item.-td5.-ml-auto {
          margin-left: auto;
      }
      .-d5.-mr-auto.grid__item--auto,
      .-mtd5.-mr-auto.grid__item--auto,
      .-td5.-mr-auto.grid__item--auto,
      .grid__item.-d5.-mr-auto,
      .grid__item.-mtd5.-mr-auto,
      .grid__item.-td5.-mr-auto {
          margin-right: auto;
      }
      .-d-order-5.grid__item--auto,
      .grid__item.-d-order-5 {
          -webkit-box-ordinal-group: 6;
          -ms-flex-order: 5;
          order: 5;
      }
      .-d6.grid__item--auto,
      .-mtd6.grid__item--auto,
      .-td6.grid__item--auto,
      .grid__item.-d6,
      .grid__item.-mtd6,
      .grid__item.-td6 {
          width: calc((100% / 12) * 6 - 20px);
      }
      .grid--fluid > .-d6.grid__item--auto,
      .grid--fluid > .-mtd6.grid__item--auto,
      .grid--fluid > .-td6.grid__item--auto,
      .grid--fluid > .grid__item.-d6,
      .grid--fluid > .grid__item.-mtd6,
      .grid--fluid > .grid__item.-td6 {
          width: calc((100% / 12) * 6);
      }
      .-d6.-ml-auto.grid__item--auto,
      .-mtd6.-ml-auto.grid__item--auto,
      .-td6.-ml-auto.grid__item--auto,
      .grid__item.-d6.-ml-auto,
      .grid__item.-mtd6.-ml-auto,
      .grid__item.-td6.-ml-auto {
          margin-left: auto;
      }
      .-d6.-mr-auto.grid__item--auto,
      .-mtd6.-mr-auto.grid__item--auto,
      .-td6.-mr-auto.grid__item--auto,
      .grid__item.-d6.-mr-auto,
      .grid__item.-mtd6.-mr-auto,
      .grid__item.-td6.-mr-auto {
          margin-right: auto;
      }
      .-d-order-6.grid__item--auto,
      .grid__item.-d-order-6 {
          -webkit-box-ordinal-group: 7;
          -ms-flex-order: 6;
          order: 6;
      }
      .-d7.grid__item--auto,
      .-mtd7.grid__item--auto,
      .-td7.grid__item--auto,
      .grid__item.-d7,
      .grid__item.-mtd7,
      .grid__item.-td7 {
          width: calc((100% / 12) * 7 - 20px);
      }
      .grid--fluid > .-d7.grid__item--auto,
      .grid--fluid > .-mtd7.grid__item--auto,
      .grid--fluid > .-td7.grid__item--auto,
      .grid--fluid > .grid__item.-d7,
      .grid--fluid > .grid__item.-mtd7,
      .grid--fluid > .grid__item.-td7 {
          width: calc((100% / 12) * 7);
      }
      .-d7.-ml-auto.grid__item--auto,
      .-mtd7.-ml-auto.grid__item--auto,
      .-td7.-ml-auto.grid__item--auto,
      .grid__item.-d7.-ml-auto,
      .grid__item.-mtd7.-ml-auto,
      .grid__item.-td7.-ml-auto {
          margin-left: auto;
      }
      .-d7.-mr-auto.grid__item--auto,
      .-mtd7.-mr-auto.grid__item--auto,
      .-td7.-mr-auto.grid__item--auto,
      .grid__item.-d7.-mr-auto,
      .grid__item.-mtd7.-mr-auto,
      .grid__item.-td7.-mr-auto {
          margin-right: auto;
      }
      .-d-order-7.grid__item--auto,
      .grid__item.-d-order-7 {
          -webkit-box-ordinal-group: 8;
          -ms-flex-order: 7;
          order: 7;
      }
      .-d8.grid__item--auto,
      .-mtd8.grid__item--auto,
      .-td8.grid__item--auto,
      .grid__item.-d8,
      .grid__item.-mtd8,
      .grid__item.-td8 {
          width: calc((100% / 12) * 8 - 20px);
      }
      .grid--fluid > .-d8.grid__item--auto,
      .grid--fluid > .-mtd8.grid__item--auto,
      .grid--fluid > .-td8.grid__item--auto,
      .grid--fluid > .grid__item.-d8,
      .grid--fluid > .grid__item.-mtd8,
      .grid--fluid > .grid__item.-td8 {
          width: calc((100% / 12) * 8);
      }
      .-d8.-ml-auto.grid__item--auto,
      .-mtd8.-ml-auto.grid__item--auto,
      .-td8.-ml-auto.grid__item--auto,
      .grid__item.-d8.-ml-auto,
      .grid__item.-mtd8.-ml-auto,
      .grid__item.-td8.-ml-auto {
          margin-left: auto;
      }
      .-d8.-mr-auto.grid__item--auto,
      .-mtd8.-mr-auto.grid__item--auto,
      .-td8.-mr-auto.grid__item--auto,
      .grid__item.-d8.-mr-auto,
      .grid__item.-mtd8.-mr-auto,
      .grid__item.-td8.-mr-auto {
          margin-right: auto;
      }
      .-d-order-8.grid__item--auto,
      .grid__item.-d-order-8 {
          -webkit-box-ordinal-group: 9;
          -ms-flex-order: 8;
          order: 8;
      }
      .-d9.grid__item--auto,
      .-mtd9.grid__item--auto,
      .-td9.grid__item--auto,
      .grid__item.-d9,
      .grid__item.-mtd9,
      .grid__item.-td9 {
          width: calc((100% / 12) * 9 - 20px);
      }
      .grid--fluid > .-d9.grid__item--auto,
      .grid--fluid > .-mtd9.grid__item--auto,
      .grid--fluid > .-td9.grid__item--auto,
      .grid--fluid > .grid__item.-d9,
      .grid--fluid > .grid__item.-mtd9,
      .grid--fluid > .grid__item.-td9 {
          width: calc((100% / 12) * 9);
      }
      .-d9.-ml-auto.grid__item--auto,
      .-mtd9.-ml-auto.grid__item--auto,
      .-td9.-ml-auto.grid__item--auto,
      .grid__item.-d9.-ml-auto,
      .grid__item.-mtd9.-ml-auto,
      .grid__item.-td9.-ml-auto {
          margin-left: auto;
      }
      .-d9.-mr-auto.grid__item--auto,
      .-mtd9.-mr-auto.grid__item--auto,
      .-td9.-mr-auto.grid__item--auto,
      .grid__item.-d9.-mr-auto,
      .grid__item.-mtd9.-mr-auto,
      .grid__item.-td9.-mr-auto {
          margin-right: auto;
      }
      .-d-order-9.grid__item--auto,
      .grid__item.-d-order-9 {
          -webkit-box-ordinal-group: 10;
          -ms-flex-order: 9;
          order: 9;
      }
      .-d10.grid__item--auto,
      .-mtd10.grid__item--auto,
      .-td10.grid__item--auto,
      .grid__item.-d10,
      .grid__item.-mtd10,
      .grid__item.-td10 {
          width: calc((100% / 12) * 10 - 20px);
      }
      .grid--fluid > .-d10.grid__item--auto,
      .grid--fluid > .-mtd10.grid__item--auto,
      .grid--fluid > .-td10.grid__item--auto,
      .grid--fluid > .grid__item.-d10,
      .grid--fluid > .grid__item.-mtd10,
      .grid--fluid > .grid__item.-td10 {
          width: calc((100% / 12) * 10);
      }
      .-d10.-ml-auto.grid__item--auto,
      .-mtd10.-ml-auto.grid__item--auto,
      .-td10.-ml-auto.grid__item--auto,
      .grid__item.-d10.-ml-auto,
      .grid__item.-mtd10.-ml-auto,
      .grid__item.-td10.-ml-auto {
          margin-left: auto;
      }
      .-d10.-mr-auto.grid__item--auto,
      .-mtd10.-mr-auto.grid__item--auto,
      .-td10.-mr-auto.grid__item--auto,
      .grid__item.-d10.-mr-auto,
      .grid__item.-mtd10.-mr-auto,
      .grid__item.-td10.-mr-auto {
          margin-right: auto;
      }
      .-d-order-10.grid__item--auto,
      .grid__item.-d-order-10 {
          -webkit-box-ordinal-group: 11;
          -ms-flex-order: 10;
          order: 10;
      }
      .-d11.grid__item--auto,
      .-mtd11.grid__item--auto,
      .-td11.grid__item--auto,
      .grid__item.-d11,
      .grid__item.-mtd11,
      .grid__item.-td11 {
          width: calc((100% / 12) * 11 - 20px);
      }
      .grid--fluid > .-d11.grid__item--auto,
      .grid--fluid > .-mtd11.grid__item--auto,
      .grid--fluid > .-td11.grid__item--auto,
      .grid--fluid > .grid__item.-d11,
      .grid--fluid > .grid__item.-mtd11,
      .grid--fluid > .grid__item.-td11 {
          width: calc((100% / 12) * 11);
      }
      .-d11.-ml-auto.grid__item--auto,
      .-mtd11.-ml-auto.grid__item--auto,
      .-td11.-ml-auto.grid__item--auto,
      .grid__item.-d11.-ml-auto,
      .grid__item.-mtd11.-ml-auto,
      .grid__item.-td11.-ml-auto {
          margin-left: auto;
      }
      .-d11.-mr-auto.grid__item--auto,
      .-mtd11.-mr-auto.grid__item--auto,
      .-td11.-mr-auto.grid__item--auto,
      .grid__item.-d11.-mr-auto,
      .grid__item.-mtd11.-mr-auto,
      .grid__item.-td11.-mr-auto {
          margin-right: auto;
      }
      .-d-order-11.grid__item--auto,
      .grid__item.-d-order-11 {
          -webkit-box-ordinal-group: 12;
          -ms-flex-order: 11;
          order: 11;
      }
      .-d12.grid__item--auto,
      .-mtd12.grid__item--auto,
      .-td12.grid__item--auto,
      .grid__item.-d12,
      .grid__item.-mtd12,
      .grid__item.-td12 {
          width: 100%;
      }
      .-d-order-12.grid__item--auto,
      .grid__item.-d-order-12 {
          -webkit-box-ordinal-group: 13;
          -ms-flex-order: 12;
          order: 12;
      }
      .header {
          -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
      }
      .header__limit {
          padding-right: 4rem;
      }
      .header__logo {
          margin: 0;
      }
      .header__menu {
          margin: auto;
      }
      .header__menu .menu {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
      }
      .header__menu .menu > .menu-item > a {
          padding: 0 1.2rem;
          line-height: 60px;
          font-family: Sora, Effra, Roboto;
          letter-spacing: 0.5px;
      }
      .header__menu .menu > .menu-item > a:focus,
      .header__menu .menu > .menu-item > a:hover {
          outline: 0;
          text-decoration: underline;
      }
      .header__menu .sub-menu {
          position: absolute;
          top: 80%;
          width: 100%;
          background-color: #fff;
          z-index: 1;
          padding: 15px 0;
          -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          visibility: hidden;
          opacity: 0;
          min-width: 214px;
      }
      .header__menu .sub-menu > .menu-item {
          position: relative;
      }
      .header__menu .sub-menu > .menu-item > a {
          padding: 0 14px;
          font-size: 1.2rem;
          font-family: Sora, Effra, Roboto;
          letter-spacing: 0.5px;
          line-height: 30px;
      }
      .header__menu .sub-menu > .menu-item > a:focus,
      .header__menu .sub-menu > .menu-item > a:hover {
          outline: 0;
          text-decoration: underline;
      }
      .header__menu .menu > .menu-item-has-children:hover .sub-menu {
          opacity: 1;
          visibility: visible;
      }
      .header__language {
          top: 30px;
      }
      :lang(es) .header__language {
          top: -15px;
          z-index: 9999;
      }
     :lang(es) .elementor-search-form {
          margin-bottom:0;
      }
      .header__toggle {
          display: none;
      }
      .hero__arrow:hover {
          -webkit-animation: _hero_arrow 0.4s infinite alternate;
          animation: _hero_arrow 0.4s infinite alternate;
      }
      .intro.-has-video .product {
          margin-top: -200px;
          margin-bottom: 2rem;
          padding: 0;
      }
      .intro__product .product {
          margin-top: -200px;
          margin-bottom: 2rem;
          padding: 6rem 8rem 2rem;
      }
      .line-bg__logo img,
      .line-bg__logo svg {
          max-height: 180px;
      }
      .modal-navigate .modal-aba:hover {
          color: #000;
      }
      .page-nav__item a {
          padding: 1.2rem 1.6rem;
      }
      .post__content:hover .post__title {
          text-decoration: underline;
      }
      .post__cat:hover span {
          text-decoration: underline;
      }
      .share__item a:hover {
          color: #3c3c3c;
      }
      .store-list__item {
          width: 25%;
          padding: 0.75rem;
      }
      .tags__item a:hover {
          -webkit-transform: scale(1.02);
          -ms-transform: scale(1.02);
          transform: scale(1.02);
      }
      .video__player:hover::after {
          background-color: rgba(0, 0, 0, 0.1);
      }
      .where-filter__by-cep {
          padding-right: 3rem;
      }
      .where-filter__by-city {
          padding-left: 3rem;
      }
      .wp-activate-container {
          margin: 0 calc((100% - 1280px) / 2);
      }
      .-is-hidden--desk {
          display: none !important;
      }
      .-margin-bottom-0,
      .-mb-0 {
          margin-bottom: 0;
      }
      .-margin-top-0,
      .-mt-0 {
          margin-top: 0;
      }
  }
  @media screen and (min-width: 1240px) {
      .guide__slide-limit,
      .hero__limit,
      .knowprod__limit,
      .limit,
      .material__limit,
      .newsletter__limit,
      .page-hero__search,
      .page-hero__title,
      .podcast__limit,
      .search__limit,
      .video__limit {
          max-width: 1200px;
      }
      .guide__header,
      .help-modal__limit,
      .limit--article,
      .magazine__limit,
      .wp-block-cover .wp-block-cover__inner-container {
          max-width: 650px;
      }
      .download-list__limit,
      .page-hero__overlay,
      .page-nav__content,
      .wp-block-columns,
      .wp-block-columns.has-background,
      .wp-block-media-text.alignwide:not(.has-pattern),
      .wp-content--page > .has-text-color,
      .wp-content--page > div:not([class]),
      .wp-content--page > h1,
      .wp-content--page > h2,
      .wp-content--page > h3,
      .wp-content--page > h4,
      .wp-content--page > h5,
      .wp-content--page > h6,
      .wp-content--page > ol,
      .wp-content--page > p,
      .wp-content--page > ul {
          padding-left: calc((100% - 1200px) / 2);
          padding-right: calc((100% - 1200px) / 2);
      }
      .foodfinder__result-header,
      .post-hero__content,
      .post-hero__event,
      .post-hero__footer,
      .share__limit,
      .wp-content > .has-text-color,
      .wp-content > div:not([class]),
      .wp-content > h1,
      .wp-content > h2,
      .wp-content > h3,
      .wp-content > h4,
      .wp-content > h5,
      .wp-content > h6,
      .wp-content > ol,
      .wp-content > p,
      .wp-content > ul {
          padding-left: calc((100% - 1180px) / 2);
          padding-right: calc((100% - 1180px) / 2);
      }
      .postlist__limit,
      .wp-block-embed,
      .wp-block-group.alignwide,
      .wp-block-media-text:not(.has-pattern):not(.alignfull):not(.alignwide) {
          padding-left: calc((100% - 1230px) / 2);
          padding-right: calc((100% - 1230px) / 2);
      }
      .wp-block-gallery {
          padding-left: calc((100% - 850px) / 2);
          padding-right: calc((100% - 850px) / 2);
      }
      .header__limit {
          padding-right: 0;
      }
      .limit--grid {
          max-width: 1240px;
      }
      .qcalc {
          padding-left: calc((100% - 1200px) / 2);
          padding-right: calc((100% - 1200px) / 2);
      }
  }
  @media screen and (min-width: 1280px) {
      .limit .grid,
      .limit--article .grid {
          width: calc(100% + 40px);
          margin-left: -20px;
          margin-right: -20px;
      }
  }
  @media screen and (max-width: 1241px) {
      .guide__slide-limit,
      .hero__limit,
      .knowprod__limit,
      .limit,
      .material__limit,
      .newsletter__limit,
      .page-hero__search,
      .page-hero__title,
      .podcast__limit,
      .search__limit,
      .video__limit {
          max-width: calc(100% - 40px);
      }
      .guide__header,
      .help-modal__limit,
      .limit--article,
      .magazine__limit,
      .wp-block-cover .wp-block-cover__inner-container {
          max-width: calc(100% - 40px);
      }
      .download-list__limit,
      .page-hero__overlay,
      .page-nav__content,
      .wp-block-columns,
      .wp-block-columns.has-background,
      .wp-block-media-text.alignwide:not(.has-pattern),
      .wp-content--page > .has-text-color,
      .wp-content--page > div:not([class]),
      .wp-content--page > h1,
      .wp-content--page > h2,
      .wp-content--page > h3,
      .wp-content--page > h4,
      .wp-content--page > h5,
      .wp-content--page > h6,
      .wp-content--page > ol,
      .wp-content--page > p,
      .wp-content--page > ul {
          padding-left: 20px;
          padding-right: 20px;
      }
      .foodfinder__result-header,
      .post-hero__content,
      .post-hero__event,
      .post-hero__footer,
      .share__limit,
      .wp-content > .has-text-color,
      .wp-content > div:not([class]),
      .wp-content > h1,
      .wp-content > h2,
      .wp-content > h3,
      .wp-content > h4,
      .wp-content > h5,
      .wp-content > h6,
      .wp-content > ol,
      .wp-content > p,
      .wp-content > ul {
          padding-left: 20px;
          padding-right: 20px;
      }
      .postlist__limit,
      .wp-block-embed,
      .wp-block-group.alignwide,
      .wp-block-media-text:not(.has-pattern):not(.alignfull):not(.alignwide) {
          padding-left: 20px;
          padding-right: 20px;
      }
      .wp-block-gallery {
          padding-left: 20px;
          padding-right: 20px;
      }
      .wp-block-media-text:not(.has-pattern).alignfull .wp-block-media-text__content {
          padding: 20px;
      }
      .wp-content--page > .wp-block-code,
      .wp-content--page > .wp-block-table {
          padding-left: 20px;
          padding-right: 20px;
      }
  }
  @media screen and (max-width: 1199px) {
      tr td,
      tr th {
          padding: 0.5rem;
      }
      .post-password-form {
          padding: 0 3rem;
      }
      .header__limit {
          -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
      }
      .header__logo {
          margin: 0 auto;
      }
      .header__menu {
          position: fixed;
          top: 95px;
          left: 0;
          right: 0;
          bottom: 0;
          background-color: #edece5;
          opacity: 0;
          visibility: hidden;
      }
      .-menu-is-visible .header__menu {
          opacity: 1;
          visibility: visible;
      }
      .header__menu .menu {
          padding: 3rem 0 2rem;
      }
      .header__menu .menu > .menu-item.menu-item-has-children > a {
          padding-right: 4rem;
      }
      .header__menu .menu > .menu-item.menu-item-has-children > a::after {
          position: absolute;
          right: 2rem;
          top: 0;
          bottom: 0;
          margin: auto;
      }
      .header__menu .menu > .menu-item > a {
          position: relative;
          padding: 0 1.2rem;
          line-height: 3;
          border-bottom: 1px solid #e3e1d6;
      }
      .header__menu .sub-menu {
          font-size: 1.5rem;
          background-color: #e3e1d6;
          height: auto;
          visibility: hidden;
          max-height: 0;
          overflow: hidden;
      }
      .header__menu .sub-menu > .menu-item:first-child > a {
          padding-top: 1rem;
      }
      .header__menu .sub-menu > .menu-item:last-child > a {
          padding-bottom: 1rem;
      }
      .header__menu .sub-menu > .menu-item > a {
          padding: 0 2rem 0 4rem;
          line-height: 3;
          border-bottom: 1px solid #d8d6c7;
      }
      .header__menu .menu > .menu-item.menu-item-has-children > a {
          -webkit-box-shadow: 0 4px 4px transparent;
          box-shadow: 0 4px 4px transparent;
      }
      .header__menu .menu > .menu-item.menu-item-has-children.-is-active > a {
          -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
      }
      .header__menu .menu > .menu-item.menu-item-has-children.-is-active .sub-menu {
          max-height: 100%;
          visibility: visible;
      }
      .header__language {
          top: 1rem;
          z-index: 999;
      }
      .header__toggle {
          width: 60px;
          height: 60px;
          border: none;
          padding: 0;
          margin: 0;
          color: #333;
          background-color: transparent;
      }
      .header__toggle .icon {
          margin: auto;
          width: 2.5rem;
          height: 2.5rem;
      }
      .header__toggle:focus {
          outline: 0;
      }
      .header__toggle span {
          display: none;
      }
      .-menu-is-visible .-close {
          display: block;
      }
      .-menu-is-visible .-toggle {
          display: none;
      }
      .banner .wp-content--fluid br {
          display: none !important;
      }
  }
  @media screen and (max-width: 959px) {
      .wp-block-group {
          padding-top: 3.25rem;
          padding-bottom: 3.25rem;
      }
      .wp-block-media-text:not(.has-pattern) .wp-block-media-text__content {
          padding: 20px;
          max-width: 650px;
      }
      .wp-block-media-text:not(.has-pattern) {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
      }
      .wp-block-media-text:not(.has-pattern) .wp-block-media-text__media {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1;
          margin-bottom: 0;
      }
      .wp-block-media-text:not(.has-pattern) .wp-block-media-text__content {
          padding-bottom: 20px;
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2;
      }
      .wp-block-media-text:not(.has-pattern).is-style--neg-bottom-and-top .wp-block-media-text__media,
      .wp-block-media-text:not(.has-pattern).is-style--neg-top .wp-block-media-text__media {
          margin-top: -2.5rem;
      }
      .wp-block-media-text:not(.has-pattern).is-style--neg-bottom .wp-block-media-text__media,
      .wp-block-media-text:not(.has-pattern).is-style--neg-bottom-and-top .wp-block-media-text__media {
          margin-bottom: -2.5rem;
      }
      .wp-block-media-text.has-pattern {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
      }
      .wp-block-media-text.has-pattern .wp-block-media-text__content {
          padding: 20px 20px 40px;
          max-width: 650px;
      }
      .mob-accordion {
          padding-top: 0;
          padding-bottom: 0;
          background-color: #edece5;
      }
      .mob-accordion__title {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          height: 65px;
          margin: 0;
          line-height: 1.2;
          font-size: 2.4rem;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          padding-right: 4rem;
      }
      .mob-accordion__title.title,
      .mob-accordion__title.title--faq,
      .mob-accordion__title.title--section {
          font-size: 2.2rem;
      }
      .mob-accordion__header {
          position: relative;
          height: 65px;
          -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
      }
      .mob-accordion__header::after {
          position: absolute;
          top: 0;
          bottom: 0;
          right: 20px;
          display: block;
          margin: auto;
          height: 25px;
          width: 25px;
          background: url(../img/gray-arrow.svg) center center no-repeat;
          background-size: 100% auto;
          content: "";
      }
      .mob-accordion__body {
          height: 0;
          -webkit-transition: height 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99);
          -o-transition: height 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99);
          transition: height 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99);
      }
      .mob-accordion__body > .grid,
      .mob-accordion__body > .limit {
          padding: 3.25rem 0;
      }
      .page-tab__sub-header {
          margin-top: 6rem;
          margin-bottom: 3rem;
      }
      .page-tab__sub-header:first-child {
          margin-top: 0;
      }
      .post__title {
          font-size: 2rem;
      }
      .profit {
          padding-top: 3rem;
          padding-bottom: 3rem;
      }
      .profit__header {
          margin-bottom: 3rem;
      }
      .profit__header-title {
          font-size: 2.4rem;
      }
      .title,
      .title--faq,
      .title--section {
          margin-bottom: 2.5rem;
          font-size: 2.4rem;
      }
      .title--faq {
          margin-bottom: 2rem;
          font-size: 2.4rem;
      }
      .topic {
          text-align: center;
      }
      .topic__thumb {
          margin: auto;
      }
      .is-style--section-title {
          margin-bottom: 2.5rem;
          font-size: 2.4rem;
      }
      .-bp,
      .foddfinder__steps-group,
      .guide,
      .material,
      .podcast {
          padding-top: 3.25rem;
          padding-bottom: 3.25rem;
      }
      .-bp.-no-padding,
      .-no-padding.foddfinder__steps-group,
      .-no-padding.guide,
      .-no-padding.material,
      .-no-padding.podcast {
          padding-top: 0;
          padding-bottom: 0;
      }
  }
  @media (max-width: 830px) {
      .maintenance__section .limit {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 0 30px;
      }
      .maintenance__section .limit > div {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
      }
      .maintenance__section .limit > figure {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
      }
  }
  @media screen and (max-width: 639px) {
      table {
          font-size: 14px;
      }
      .wp-block-button {
          width: 100%;
      }
      .wp-block-button .wp-block-button__link {
          display: block;
          width: 100%;
      }
      .wp-block-column {
          margin-bottom: 2rem;
      }
      .wp-block-column:last-child {
          margin-bottom: 0;
      }
      .wp-gallery-modal .wp-gallery-modal__slider img {
          max-width: 100%;
          max-height: 80vh;
      }
      .wp-block-quote {
          margin-top: 4rem;
          margin-bottom: 4rem;
      }
      .wp-block-quote.is-style-large {
          margin-top: 4rem;
          margin-bottom: 4rem;
      }
      .accordion__header {
          font-size: 1.4rem;
          padding: 1rem 2.5rem 1rem 0;
      }
      .banner__mobile-bg {
          background-size: cover;
          background-repeat: no-repeat;
      }
      .block--lista-linhas__erro {
          padding: 2.5rem 0;
      }
      .block--post-novidades .block--post-novidades__footer .button--small {
          width: 100%;
      }
      .block--post-novidades.is-style--altstyle .limit--grid > .grid {
          width: 100%;
          padding: 0;
      }
      .block--post-novidades.is-style--altstyle .limit--grid > .grid > .grid__item,
      .block--post-novidades.is-style--altstyle .limit--grid > .grid > .grid__item--auto {
          width: 100%;
          margin: 0;
      }
      .block--post-novidades.is-style--altstyle .limit--grid > .grid > .grid__item--auto:first-child,
      .block--post-novidades.is-style--altstyle .limit--grid > .grid > .grid__item:first-child {
          margin-bottom: 3rem;
      }
      .block--post-novidades.is-style--altstyle .limit--grid > .grid .card-post__tag {
          left: auto;
          right: 0;
      }
      .block--post-novidades.is-style--altstyle .card-news,
      .block--post-novidades.is-style--altstyle .card-news--material {
          padding: 1rem;
      }
      .block--post-novidades.is-style--altstyle .card-news .card-news__thumb,
      .block--post-novidades.is-style--altstyle .card-news--material .card-news__thumb {
          display: none;
      }
      .block--post-novidades.is-style--altstyle .block--post-novidades__footer .limit {
          max-width: 100%;
          padding: 0 1rem;
      }
      .breadcrumb__link {
          white-space: nowrap;
          overflow: hidden;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
      }
      .breadcrumb__link:nth-last-child(2) {
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
      }
      .breadcrumb__link:last-child {
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
          max-width: 30%;
      }
      .breadcrumb__link:last-child:nth-child(2n) {
          color: #88888a;
      }
      .breadcrumb__link:last-child:nth-child(2n),
      .breadcrumb__link:last-child:nth-child(3n) {
          max-width: none;
      }
      .breadcrumb__link:last-child::before {
          display: inline-block;
          content: "/";
      }
      .breadcrumb__link:not(:last-child):not(:nth-last-child(2)) {
          position: relative;
          padding-left: 20px;
          text-indent: -9999px;
          width: 0;
      }
      .breadcrumb__link:not(:last-child):not(:nth-last-child(2))::before {
          position: absolute;
          display: block;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          text-indent: 0;
          text-align: center;
          content: ".../";
      }
      .button.is-style--premium,
      .button.is-style--premium--right,
      .is-style--premium--right.button--big,
      .is-style--premium--right.button--small,
      .is-style--premium.button--big,
      .is-style--premium.button--small {
          width: 100%;
      }
      .card-news__btn {
          width: 100%;
      }
      .card-news__thumb img {
          right: 0;
      }
      .card-news__thumb {
          display: block;
          width: 100%;
          height: 230px;
          margin-bottom: 1.5rem;
          background: #fff;
      }
      .card-news--material .card-news__body {
          display: block;
          text-align: center;
      }
      .card-news--material .card-news__cat {
          left: 0;
          right: auto;
          font-size: 1.3rem;
      }
      .card-news__limit {
          padding-left: 20px;
          padding-right: 20px;
      }
      .card-news__limit .card-news__excerpt {
          display: none;
      }
      .card-post__content {
          padding: 1rem;
      }
      .card-post__tag {
          position: absolute;
          left: 0;
          top: 0;
          padding: 0.25rem 1rem 0.25rem 1rem;
      }
      .card-post__hat {
          font-size: 2rem;
      }
      .card-post__title {
          font-size: 1.6rem;
      }
      .card__logo-alt {
          font-size: 2.4rem;
      }
      .card--linhas .clains--compact {
          display: none;
      }
      .carousel__content.-is-esquerda .carousel__limit {
          padding: 20px;
      }
      .carousel__content.-is-direita .carousel__limit {
          padding: 20px;
      }
      .carousel__content.-is-centro .carousel__limit {
          padding: 0 20px;
      }
      .cat-list__bullet {
          padding: 0.25rem 1rem;
      }
      .choice__content {
          padding: 4rem 2rem;
      }
      .choice__title {
          font-size: 3rem;
      }
      .clains,
      .clains--compact {
          text-align: left;
      }
      .clains .clains__item:nth-child(even) .clains__modal,
      .clains--compact .clains__item:nth-child(even) .clains__modal {
          left: auto;
          right: 0;
      }
      .clains .clains__item:nth-child(even) .clains__modal::after,
      .clains--compact .clains__item:nth-child(even) .clains__modal::after {
          left: auto;
          right: calc(25% - 1.2rem);
      }
      .clains__modal {
          width: 200%;
          left: 0;
      }
      .clains__modal::after {
          left: calc(25% - 1.2rem);
      }
      .clains__item {
          width: 50%;
          margin-bottom: 2rem;
      }
      .clains__fig {
          padding-top: 2rem;
      }
      .clains--full img {
          max-width: 120px;
      }
      .details__body {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
      }
      .details__single {
          height: auto;
          max-height: 50px;
      }
      .details__caption > .details__title {
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          padding: 8px 2rem 0;
          margin: auto;
          background-color: rgba(0, 0, 0, 0.5);
      }
      .details__caption > .details__title::after {
          position: absolute;
          top: 0;
          bottom: 0;
          right: 20px;
          display: inline-block;
          margin: auto;
          height: 25px;
          width: 25px;
          background-image: url(../img/vetor.svg);
          background-repeat: no-repeat;
          background-size: 100% auto;
          background-position: center center;
          content: "";
      }
      .details__title {
          font-size: 1.8rem;
          line-height: 4rem;
      }
      .details__resume {
          font-size: 1.6rem;
      }
      .detail__caption-box {
          background-color: #555;
      }
      .details__body .details__single {
          -webkit-transition: max-height 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99);
          -o-transition: max-height 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99);
          transition: max-height 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99);
      }
      .details__body .details__caption > .details__title {
          -webkit-transition: opacity 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99);
          -o-transition: opacity 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99);
          transition: opacity 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99);
          opacity: 1;
      }
      .details__body .details__single.-is-active {
          max-height: 800px;
      }
      .details__body .details__single.-is-active .details__caption > .details__title {
          opacity: 0;
      }
      .distfinder .title,
      .distfinder .title--faq,
      .distfinder .title--section {
          font-size: 2.2rem;
      }
      .distfinder__resume {
          font-size: 1.4rem;
      }
      .distfinder__intro {
          background: url(../img/distfinder-bg.jpg) top right no-repeat;
          background-size: 300px;
          padding-top: calc(220px + 3rem);
          padding-bottom: 3rem;
      }
      .distfinder__content {
          text-align: center;
      }
      .distfinder__filter .distfinder__ipt {
          margin-bottom: 2rem;
      }
      .download-list .material {
          padding: 0 20px;
      }
      .download-list__limit {
          width: 100%;
          max-width: 100%;
          padding: 0;
      }
      .download-list__mobile-menu {
          margin-bottom: 4rem;
      }
      .download-list__mobile-menu legend {
          position: relative;
          padding-right: 8rem;
      }
      .download-list__mobile-menu legend:after {
          position: absolute;
          content: "";
          right: 1rem;
          top: 0;
          bottom: 0;
          margin: auto;
          display: block;
          width: 4rem;
          height: 4rem;
          background: url(../img/vetor.svg) center center no-repeat;
          background-size: 2rem;
      }
      .download-list__mobile-menu ul {
          overflow: hidden;
          display: none;
      }
      .download-list__mobile-menu .-is-active legend::after {
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg);
      }
      .eventslist__header {
          padding-left: 20px;
          padding-right: 20px;
      }
      .eventslist__header .title,
      .eventslist__header .title--faq,
      .eventslist__header .title--section {
          font-size: 2.8rem;
      }
      .eventslist__header p {
          font-size: 1.4rem;
      }
      .eventslist__body {
          padding: 0 0 6rem;
      }
      .eventslist__body .tns-controls [type="button"] {
          width: 40px;
      }
      .eventslist__body .tns-controls [type="button"][data-controls="prev"] {
          background-color: transparent;
      }
      .eventslist__body .tns-controls [type="button"][data-controls="next"] {
          background-color: transparent;
      }
      .eventslist__slider .tns-item {
          -webkit-transition: -webkit-transform cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
          transition: -webkit-transform cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
          -o-transition: transform cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
          transition: transform cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
          transition: transform cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s, -webkit-transform cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
      }
      .eventslist__slider .tns-item:not(.-center-item) {
          -webkit-transform: scale(0.9);
          -ms-transform: scale(0.9);
          transform: scale(0.9);
          -webkit-transform-origin: center right;
          -ms-transform-origin: center right;
          transform-origin: center right;
      }
      .eventslist__slider .tns-item.-center-item + .tns-item {
          -webkit-transform-origin: left center;
          -ms-transform-origin: left center;
          transform-origin: left center;
      }
      .faq {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
      }
      .filter__header {
          padding: 2rem;
      }
      .filter__open {
          margin-top: 0;
          margin-bottom: 0;
      }
      .filter__result {
          padding: 0 20px;
      }
      .filter__body {
          position: fixed;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          top: 2rem;
          left: 2rem;
          right: 2rem;
          bottom: 2rem;
          background-color: #fff;
          padding: 3rem 0 2rem;
          z-index: 9999999;
  
      }
      .filter__body .fieldgroup:first-of-type .fieldgroup__header {
          border: none;
      }
      .filter__body .filter__btn {
          max-width: calc(100% - 4rem);
          margin: 1rem auto 0;
      }
      .filter__body:not(.-is-visible) {
          opacity: 0;
          visibility: hidden;
          z-index: -1;
      }
      .filter__body-scroll {
          overflow: scroll;
          padding: 0 2rem;
          max-height: calc(100% - 6rem);
      }
      .foddfinder__steps-group {
          padding-left: 20px;
          padding-right: 20px;
      }
      .foodfinder__stage {
          width: 100vw;
          height: 100vw;
      }
      .foddfinder__intro-limit {
          padding: 4rem 2rem 0;
      }
      .footer .-footer_logo {
          margin-bottom: 2rem;
      }
      .footer .-footer_menu {
          padding-bottom: 3rem;
      }
      .footer__widgets {
          padding: 3rem 0 1rem;
      }
      .footer__logo-area + .footer__logo-area > div {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
      }
      .footer__logo-area + .footer__logo-area > div > a,
      .footer__logo-area + .footer__logo-area > div > img {
          max-width: 50%;
      }
      .grid {
          margin-bottom: 10px;
      }
      .grid--fluid {
          margin-bottom: 0;
      }
      .-m1.grid__item--auto,
      .-mt1.grid__item--auto,
      .-mtd1.grid__item--auto,
      .grid__item.-m1,
      .grid__item.-mt1,
      .grid__item.-mtd1 {
          width: calc((100% / 12) * 1 - 20px);
      }
      .grid--fluid > .-m1.grid__item--auto,
      .grid--fluid > .-mt1.grid__item--auto,
      .grid--fluid > .-mtd1.grid__item--auto,
      .grid--fluid > .grid__item.-m1,
      .grid--fluid > .grid__item.-mt1,
      .grid--fluid > .grid__item.-mtd1 {
          width: calc((100% / 12) * 1);
      }
      .-m1.-ml-auto.grid__item--auto,
      .-mt1.-ml-auto.grid__item--auto,
      .-mtd1.-ml-auto.grid__item--auto,
      .grid__item.-m1.-ml-auto,
      .grid__item.-mt1.-ml-auto,
      .grid__item.-mtd1.-ml-auto {
          margin-left: auto;
      }
      .-m1.-mr-auto.grid__item--auto,
      .-mt1.-mr-auto.grid__item--auto,
      .-mtd1.-mr-auto.grid__item--auto,
      .grid__item.-m1.-mr-auto,
      .grid__item.-mt1.-mr-auto,
      .grid__item.-mtd1.-mr-auto {
          margin-right: auto;
      }
      .-m-order-1.grid__item--auto,
      .grid__item.-m-order-1 {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1;
      }
      .-m2.grid__item--auto,
      .-mt2.grid__item--auto,
      .-mtd2.grid__item--auto,
      .grid__item.-m2,
      .grid__item.-mt2,
      .grid__item.-mtd2 {
          width: calc((100% / 12) * 2 - 20px);
      }
      .grid--fluid > .-m2.grid__item--auto,
      .grid--fluid > .-mt2.grid__item--auto,
      .grid--fluid > .-mtd2.grid__item--auto,
      .grid--fluid > .grid__item.-m2,
      .grid--fluid > .grid__item.-mt2,
      .grid--fluid > .grid__item.-mtd2 {
          width: calc((100% / 12) * 2);
      }
      .-m2.-ml-auto.grid__item--auto,
      .-mt2.-ml-auto.grid__item--auto,
      .-mtd2.-ml-auto.grid__item--auto,
      .grid__item.-m2.-ml-auto,
      .grid__item.-mt2.-ml-auto,
      .grid__item.-mtd2.-ml-auto {
          margin-left: auto;
      }
      .-m2.-mr-auto.grid__item--auto,
      .-mt2.-mr-auto.grid__item--auto,
      .-mtd2.-mr-auto.grid__item--auto,
      .grid__item.-m2.-mr-auto,
      .grid__item.-mt2.-mr-auto,
      .grid__item.-mtd2.-mr-auto {
          margin-right: auto;
      }
      .-m-order-2.grid__item--auto,
      .grid__item.-m-order-2 {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2;
      }
      .-m3.grid__item--auto,
      .-mt3.grid__item--auto,
      .-mtd3.grid__item--auto,
      .grid__item.-m3,
      .grid__item.-mt3,
      .grid__item.-mtd3 {
          width: calc((100% / 12) * 3 - 20px);
      }
      .grid--fluid > .-m3.grid__item--auto,
      .grid--fluid > .-mt3.grid__item--auto,
      .grid--fluid > .-mtd3.grid__item--auto,
      .grid--fluid > .grid__item.-m3,
      .grid--fluid > .grid__item.-mt3,
      .grid--fluid > .grid__item.-mtd3 {
          width: calc((100% / 12) * 3);
      }
      .-m3.-ml-auto.grid__item--auto,
      .-mt3.-ml-auto.grid__item--auto,
      .-mtd3.-ml-auto.grid__item--auto,
      .grid__item.-m3.-ml-auto,
      .grid__item.-mt3.-ml-auto,
      .grid__item.-mtd3.-ml-auto {
          margin-left: auto;
      }
      .-m3.-mr-auto.grid__item--auto,
      .-mt3.-mr-auto.grid__item--auto,
      .-mtd3.-mr-auto.grid__item--auto,
      .grid__item.-m3.-mr-auto,
      .grid__item.-mt3.-mr-auto,
      .grid__item.-mtd3.-mr-auto {
          margin-right: auto;
      }
      .-m-order-3.grid__item--auto,
      .grid__item.-m-order-3 {
          -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
          order: 3;
      }
      .-m4.grid__item--auto,
      .-mt4.grid__item--auto,
      .-mtd4.grid__item--auto,
      .grid__item.-m4,
      .grid__item.-mt4,
      .grid__item.-mtd4 {
          width: calc((100% / 12) * 4 - 20px);
      }
      .grid--fluid > .-m4.grid__item--auto,
      .grid--fluid > .-mt4.grid__item--auto,
      .grid--fluid > .-mtd4.grid__item--auto,
      .grid--fluid > .grid__item.-m4,
      .grid--fluid > .grid__item.-mt4,
      .grid--fluid > .grid__item.-mtd4 {
          width: calc((100% / 12) * 4);
      }
      .-m4.-ml-auto.grid__item--auto,
      .-mt4.-ml-auto.grid__item--auto,
      .-mtd4.-ml-auto.grid__item--auto,
      .grid__item.-m4.-ml-auto,
      .grid__item.-mt4.-ml-auto,
      .grid__item.-mtd4.-ml-auto {
          margin-left: auto;
      }
      .-m4.-mr-auto.grid__item--auto,
      .-mt4.-mr-auto.grid__item--auto,
      .-mtd4.-mr-auto.grid__item--auto,
      .grid__item.-m4.-mr-auto,
      .grid__item.-mt4.-mr-auto,
      .grid__item.-mtd4.-mr-auto {
          margin-right: auto;
      }
      .-m-order-4.grid__item--auto,
      .grid__item.-m-order-4 {
          -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
          order: 4;
      }
      .-m5.grid__item--auto,
      .-mt5.grid__item--auto,
      .-mtd5.grid__item--auto,
      .grid__item.-m5,
      .grid__item.-mt5,
      .grid__item.-mtd5 {
          width: calc((100% / 12) * 5 - 20px);
      }
      .grid--fluid > .-m5.grid__item--auto,
      .grid--fluid > .-mt5.grid__item--auto,
      .grid--fluid > .-mtd5.grid__item--auto,
      .grid--fluid > .grid__item.-m5,
      .grid--fluid > .grid__item.-mt5,
      .grid--fluid > .grid__item.-mtd5 {
          width: calc((100% / 12) * 5);
      }
      .-m5.-ml-auto.grid__item--auto,
      .-mt5.-ml-auto.grid__item--auto,
      .-mtd5.-ml-auto.grid__item--auto,
      .grid__item.-m5.-ml-auto,
      .grid__item.-mt5.-ml-auto,
      .grid__item.-mtd5.-ml-auto {
          margin-left: auto;
      }
      .-m5.-mr-auto.grid__item--auto,
      .-mt5.-mr-auto.grid__item--auto,
      .-mtd5.-mr-auto.grid__item--auto,
      .grid__item.-m5.-mr-auto,
      .grid__item.-mt5.-mr-auto,
      .grid__item.-mtd5.-mr-auto {
          margin-right: auto;
      }
      .-m-order-5.grid__item--auto,
      .grid__item.-m-order-5 {
          -webkit-box-ordinal-group: 6;
          -ms-flex-order: 5;
          order: 5;
      }
      .-m6.grid__item--auto,
      .-mt6.grid__item--auto,
      .-mtd6.grid__item--auto,
      .grid__item.-m6,
      .grid__item.-mt6,
      .grid__item.-mtd6 {
          width: calc((100% / 12) * 6 - 20px);
      }
      .grid--fluid > .-m6.grid__item--auto,
      .grid--fluid > .-mt6.grid__item--auto,
      .grid--fluid > .-mtd6.grid__item--auto,
      .grid--fluid > .grid__item.-m6,
      .grid--fluid > .grid__item.-mt6,
      .grid--fluid > .grid__item.-mtd6 {
          width: calc((100% / 12) * 6);
      }
      .-m6.-ml-auto.grid__item--auto,
      .-mt6.-ml-auto.grid__item--auto,
      .-mtd6.-ml-auto.grid__item--auto,
      .grid__item.-m6.-ml-auto,
      .grid__item.-mt6.-ml-auto,
      .grid__item.-mtd6.-ml-auto {
          margin-left: auto;
      }
      .-m6.-mr-auto.grid__item--auto,
      .-mt6.-mr-auto.grid__item--auto,
      .-mtd6.-mr-auto.grid__item--auto,
      .grid__item.-m6.-mr-auto,
      .grid__item.-mt6.-mr-auto,
      .grid__item.-mtd6.-mr-auto {
          margin-right: auto;
      }
      .-m-order-6.grid__item--auto,
      .grid__item.-m-order-6 {
          -webkit-box-ordinal-group: 7;
          -ms-flex-order: 6;
          order: 6;
      }
      .-m7.grid__item--auto,
      .-mt7.grid__item--auto,
      .-mtd7.grid__item--auto,
      .grid__item.-m7,
      .grid__item.-mt7,
      .grid__item.-mtd7 {
          width: calc((100% / 12) * 7 - 20px);
      }
      .grid--fluid > .-m7.grid__item--auto,
      .grid--fluid > .-mt7.grid__item--auto,
      .grid--fluid > .-mtd7.grid__item--auto,
      .grid--fluid > .grid__item.-m7,
      .grid--fluid > .grid__item.-mt7,
      .grid--fluid > .grid__item.-mtd7 {
          width: calc((100% / 12) * 7);
      }
      .-m7.-ml-auto.grid__item--auto,
      .-mt7.-ml-auto.grid__item--auto,
      .-mtd7.-ml-auto.grid__item--auto,
      .grid__item.-m7.-ml-auto,
      .grid__item.-mt7.-ml-auto,
      .grid__item.-mtd7.-ml-auto {
          margin-left: auto;
      }
      .-m7.-mr-auto.grid__item--auto,
      .-mt7.-mr-auto.grid__item--auto,
      .-mtd7.-mr-auto.grid__item--auto,
      .grid__item.-m7.-mr-auto,
      .grid__item.-mt7.-mr-auto,
      .grid__item.-mtd7.-mr-auto {
          margin-right: auto;
      }
      .-m-order-7.grid__item--auto,
      .grid__item.-m-order-7 {
          -webkit-box-ordinal-group: 8;
          -ms-flex-order: 7;
          order: 7;
      }
      .-m8.grid__item--auto,
      .-mt8.grid__item--auto,
      .-mtd8.grid__item--auto,
      .grid__item.-m8,
      .grid__item.-mt8,
      .grid__item.-mtd8 {
          width: calc((100% / 12) * 8 - 20px);
      }
      .grid--fluid > .-m8.grid__item--auto,
      .grid--fluid > .-mt8.grid__item--auto,
      .grid--fluid > .-mtd8.grid__item--auto,
      .grid--fluid > .grid__item.-m8,
      .grid--fluid > .grid__item.-mt8,
      .grid--fluid > .grid__item.-mtd8 {
          width: calc((100% / 12) * 8);
      }
      .-m8.-ml-auto.grid__item--auto,
      .-mt8.-ml-auto.grid__item--auto,
      .-mtd8.-ml-auto.grid__item--auto,
      .grid__item.-m8.-ml-auto,
      .grid__item.-mt8.-ml-auto,
      .grid__item.-mtd8.-ml-auto {
          margin-left: auto;
      }
      .-m8.-mr-auto.grid__item--auto,
      .-mt8.-mr-auto.grid__item--auto,
      .-mtd8.-mr-auto.grid__item--auto,
      .grid__item.-m8.-mr-auto,
      .grid__item.-mt8.-mr-auto,
      .grid__item.-mtd8.-mr-auto {
          margin-right: auto;
      }
      .-m-order-8.grid__item--auto,
      .grid__item.-m-order-8 {
          -webkit-box-ordinal-group: 9;
          -ms-flex-order: 8;
          order: 8;
      }
      .-m9.grid__item--auto,
      .-mt9.grid__item--auto,
      .-mtd9.grid__item--auto,
      .grid__item.-m9,
      .grid__item.-mt9,
      .grid__item.-mtd9 {
          width: calc((100% / 12) * 9 - 20px);
      }
      .grid--fluid > .-m9.grid__item--auto,
      .grid--fluid > .-mt9.grid__item--auto,
      .grid--fluid > .-mtd9.grid__item--auto,
      .grid--fluid > .grid__item.-m9,
      .grid--fluid > .grid__item.-mt9,
      .grid--fluid > .grid__item.-mtd9 {
          width: calc((100% / 12) * 9);
      }
      .-m9.-ml-auto.grid__item--auto,
      .-mt9.-ml-auto.grid__item--auto,
      .-mtd9.-ml-auto.grid__item--auto,
      .grid__item.-m9.-ml-auto,
      .grid__item.-mt9.-ml-auto,
      .grid__item.-mtd9.-ml-auto {
          margin-left: auto;
      }
      .-m9.-mr-auto.grid__item--auto,
      .-mt9.-mr-auto.grid__item--auto,
      .-mtd9.-mr-auto.grid__item--auto,
      .grid__item.-m9.-mr-auto,
      .grid__item.-mt9.-mr-auto,
      .grid__item.-mtd9.-mr-auto {
          margin-right: auto;
      }
      .-m-order-9.grid__item--auto,
      .grid__item.-m-order-9 {
          -webkit-box-ordinal-group: 10;
          -ms-flex-order: 9;
          order: 9;
      }
      .-m10.grid__item--auto,
      .-mt10.grid__item--auto,
      .-mtd10.grid__item--auto,
      .grid__item.-m10,
      .grid__item.-mt10,
      .grid__item.-mtd10 {
          width: calc((100% / 12) * 10 - 20px);
      }
      .grid--fluid > .-m10.grid__item--auto,
      .grid--fluid > .-mt10.grid__item--auto,
      .grid--fluid > .-mtd10.grid__item--auto,
      .grid--fluid > .grid__item.-m10,
      .grid--fluid > .grid__item.-mt10,
      .grid--fluid > .grid__item.-mtd10 {
          width: calc((100% / 12) * 10);
      }
      .-m10.-ml-auto.grid__item--auto,
      .-mt10.-ml-auto.grid__item--auto,
      .-mtd10.-ml-auto.grid__item--auto,
      .grid__item.-m10.-ml-auto,
      .grid__item.-mt10.-ml-auto,
      .grid__item.-mtd10.-ml-auto {
          margin-left: auto;
      }
      .-m10.-mr-auto.grid__item--auto,
      .-mt10.-mr-auto.grid__item--auto,
      .-mtd10.-mr-auto.grid__item--auto,
      .grid__item.-m10.-mr-auto,
      .grid__item.-mt10.-mr-auto,
      .grid__item.-mtd10.-mr-auto {
          margin-right: auto;
      }
      .-m-order-10.grid__item--auto,
      .grid__item.-m-order-10 {
          -webkit-box-ordinal-group: 11;
          -ms-flex-order: 10;
          order: 10;
      }
      .-m11.grid__item--auto,
      .-mt11.grid__item--auto,
      .-mtd11.grid__item--auto,
      .grid__item.-m11,
      .grid__item.-mt11,
      .grid__item.-mtd11 {
          width: calc((100% / 12) * 11 - 20px);
      }
      .grid--fluid > .-m11.grid__item--auto,
      .grid--fluid > .-mt11.grid__item--auto,
      .grid--fluid > .-mtd11.grid__item--auto,
      .grid--fluid > .grid__item.-m11,
      .grid--fluid > .grid__item.-mt11,
      .grid--fluid > .grid__item.-mtd11 {
          width: calc((100% / 12) * 11);
      }
      .-m11.-ml-auto.grid__item--auto,
      .-mt11.-ml-auto.grid__item--auto,
      .-mtd11.-ml-auto.grid__item--auto,
      .grid__item.-m11.-ml-auto,
      .grid__item.-mt11.-ml-auto,
      .grid__item.-mtd11.-ml-auto {
          margin-left: auto;
      }
      .-m11.-mr-auto.grid__item--auto,
      .-mt11.-mr-auto.grid__item--auto,
      .-mtd11.-mr-auto.grid__item--auto,
      .grid__item.-m11.-mr-auto,
      .grid__item.-mt11.-mr-auto,
      .grid__item.-mtd11.-mr-auto {
          margin-right: auto;
      }
      .-m-order-11.grid__item--auto,
      .grid__item.-m-order-11 {
          -webkit-box-ordinal-group: 12;
          -ms-flex-order: 11;
          order: 11;
      }
      .-m12.grid__item--auto,
      .-mt12.grid__item--auto,
      .-mtd12.grid__item--auto,
      .grid__item.-m12,
      .grid__item.-mt12,
      .grid__item.-mtd12 {
          width: 100%;
      }
      .-m-order-12.grid__item--auto,
      .grid__item.-m-order-12 {
          -webkit-box-ordinal-group: 13;
          -ms-flex-order: 12;
          order: 12;
      }
      .guide {
          position: relative;
          padding-bottom: 8rem;
      }
      .guide .tns-controls {
          bottom: 3rem;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
      }
      .guide .tns-controls button {
          margin: 0 1rem;
          background-size: 20px;
          width: 2rem;
          height: 2rem;
      }
      .guide__title {
          font-size: 2.8rem;
      }
      .guide__day {
          font-size: 3.2rem;
      }
      .guide__current {
          margin: 0 1rem;
          max-width: calc(100% - 150px);
      }
      .guide__next,
      .guide__prev {
          width: 65px;
      }
      .guide__name {
          font-size: 1.4rem;
      }
      .guide__value {
          font-size: 2.4rem;
          line-height: 1;
      }
      .help-modal__limit {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
      }
      .help-modal__limit .help-modal__btn {
          width: 100%;
      }
      .help-modal__title {
          margin-bottom: 1.5rem;
      }
      .hero,
      .hero--pet {
          margin-bottom: 8rem;
      }
      .hero__limit {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
      }
      .hero__content {
          width: 100%;
          padding: 2rem 0;
      }
      .hero__content > p {
          font-size: 1.4rem;
      }
      .hero__content > p:last-of-type {
          margin-bottom: 0;
      }
      .hero__figure {
          width: 100%;
          -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
          order: 3;
      }
      .hero__title img {
          width: 100%;
      }
      .hero__resume {
          margin-bottom: 0;
      }
      .intro.-has-video .product {
          padding: 0;
          margin-top: -150px;
          margin-bottom: 3rem;
      }
      .intro__product .product {
          padding: 2rem 8rem;
          margin-top: -150px;
          margin-bottom: 0;
      }
      .intro__product .weight {
          width: 100%;
          max-width: 80%;
          margin-bottom: 3rem;
      }
      .knowprod h2 {
          font-size: 1.8rem;
      }
      .knowprod__limit {
          text-align: center;
          padding: 2rem 0 0;
      }
      .knowprod__col {
          padding: 4rem 0;
          overflow: hidden;
      }
      .knowprod__col.-figure {
          display: none;
      }
      .knowprod__col:last-child {
          margin-bottom: 0;
      }
      .banner-linha {
          display: inline-block;
          border-bottom: 1px solid #88888a;
      }
      .banner-linha__content {
          width: 100%;
          padding: 1rem;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
      }
      .banner-linha__text {
          width: 100%;
          text-align: center;
          padding: 0 1rem;
      }
      .banner-linha__img {
          width: 100%;
          height: auto;
          bottom: 0;
          margin: 0;
          position: relative;
      }
      .banner-linha__img img {
          padding: 0;
      }
      .produto__img {
          width: 100%;
          height: auto;
          bottom: 0;
          margin: 0;
          position: relative;
      }
      .produto__img img {
          padding: 0;
      }
      .produto-content {
          width: 100%;
          padding: 1rem;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
      }
      .lgpd-content p {
          font-size: 12px;
      }
      .lgpd-content .grid {
          padding: 0;
      }
      .lgpd-content .grid__item,
      .lgpd-content .grid__item--auto {
          margin: 0;
      }
      .lgpd-content .button--small {
          font-size: 10px;
          padding: 0 16px;
          line-height: 3;
      }
      .limit.-fluid-mobile {
          width: 100%;
          max-width: 100%;
      }
      .magazine {
          padding: 4rem 0;
      }
      .magazine__thumb img {
          margin-top: -6rem;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 2rem;
      }
      .magazine__resume {
          text-align: center;
      }
      .modal__content {
          max-width: calc(100% - 2rem);
          width: 100%;
      }
      .modal__header h2 {
          font-size: 2.4rem;
      }
      .modal-navigate {
          padding: 1rem 4rem;
      }
      .newsletter__thumb {
          margin-bottom: 4rem;
      }
      .newsletter__form {
          text-align: center;
      }
      .newsletter__title {
          font-size: 2.4rem;
      }
      .newsletter__info {
          font-size: 1.4rem;
      }
      .page-hero.-single .page-hero__search {
          padding-bottom: 40%;
      }
      .page-hero__search,
      .page-hero__title {
          font-size: 3rem;
      }
      .page-hero__title {
          font-size: 2.8rem;
          bottom: 50%;
          text-align: center;
      }
      .page-hero__search {
          text-align: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
      }
      .page-hero__search h2 {
          text-align: center;
          margin-top: -60px;
          margin-bottom: 7rem;
          width: 100%;
      }
      .page-hero__overlay {
          padding-bottom: 60%;
      }
      .-slider-on-mobile.page-nav--tab,
      .-slider-on-mobile.page-nav--tab .page-nav__content,
      .page-nav.-slider-on-mobile,
      .page-nav.-slider-on-mobile .page-nav__content {
          background: #fff;
      }
      .-slider-on-mobile.page-nav--tab .page-nav__content,
      .page-nav.-slider-on-mobile .page-nav__content {
          padding: 0;
      }
      .-slider-on-mobile.page-nav--tab .page-nav__link,
      .page-nav.-slider-on-mobile .page-nav__link {
          text-align: center;
      }
      .-slider-on-mobile.page-nav--tab .tns-controls [type="button"],
      .page-nav.-slider-on-mobile .tns-controls [type="button"] {
          top: 0;
          bottom: 0;
          position: absolute;
          padding: 0;
          margin: auto;
          width: 3.2rem;
          background-color: transparent;
          z-index: 2;
          border: none;
          text-indent: -9999px;
          opacity: 0.7;
      }
      .-slider-on-mobile.page-nav--tab .tns-controls [type="button"]:disabled,
      .page-nav.-slider-on-mobile .tns-controls [type="button"]:disabled {
          opacity: 0.2;
          cursor: not-allowed;
      }
      .-slider-on-mobile.page-nav--tab .tns-controls [type="button"]:focus,
      .page-nav.-slider-on-mobile .tns-controls [type="button"]:focus {
          outline: 0;
      }
      .-slider-on-mobile.page-nav--tab .tns-controls [type="button"][data-controls="prev"],
      .page-nav.-slider-on-mobile .tns-controls [type="button"][data-controls="prev"] {
          background: url(../img/prev.png) center center no-repeat;
          background-size: 1rem;
      }
      .-slider-on-mobile.page-nav--tab .tns-controls [type="button"][data-controls="next"],
      .page-nav.-slider-on-mobile .tns-controls [type="button"][data-controls="next"] {
          right: 0;
          background: url(../img/next.png) center center no-repeat;
          background-size: 1rem;
      }
      .page-nav--tab:not(.-slider-on-mobile) .page-nav__content,
      .page-nav:not(.-slider-on-mobile) .page-nav__content {
          height: auto;
          max-height: 0;
          background-color: #ff8733;
          -webkit-transition: max-height cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
          -o-transition: max-height cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
          transition: max-height cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
      }
      .page-nav__item a {
          padding: 1.2rem 0;
      }
      .page-nav--tab:not(.-slider-on-mobile) .page-nav__content {
          background-color: #f3f3ee;
      }
      .page-nav--tab .page-nav__item a {
          color: #555;
      }
      .podcast__thumb {
          text-align: center;
          padding: 0 2rem;
      }
      .podcast__thumb img {
          margin-bottom: 2rem;
      }
      .podcast__links {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      }
      .podcast__links .podcast__link {
          max-width: calc(33.333% - 2rem);
      }
      .podcast__link a img {
          margin: auto;
          max-width: 80%;
      }
      .podcast__link {
          margin-top: 2rem;
      }
      .podcast__content p {
          margin-bottom: 2rem;
      }
      .podcast__content {
          text-align: center;
      }
      .post-hero__title {
          font-size: 2.8rem;
      }
      .post-hero__event span {
          display: block;
      }
      .post__content {
          position: relative;
          padding: 2rem;
          -webkit-box-shadow: 0 -10px 16px rgba(0, 0, 0, 0.25);
          box-shadow: 0 -10px 16px rgba(0, 0, 0, 0.25);
      }
      .post__cat {
          left: 0;
      }
      .post__excerpt {
          font-size: 1.4rem;
      }
      .postlist__title {
          font-size: 2.4rem;
          margin-bottom: 3rem;
      }
      .profit__slider-stage .tns-controls [type="button"] {
          width: 40px;
          height: 100%;
      }
      .profit__slider-stage .tns-controls [type="button"][data-controls="prev"] {
          background-color: transparent;
      }
      .profit__slider-stage .tns-controls [type="button"][data-controls="next"] {
          background-color: transparent;
      }
      .progress-bar {
          height: 0.75rem;
      }
      .progress-bar__status {
          height: 0.75rem;
      }
      .qcalc {
          margin: 3rem 0;
          padding-bottom: 3rem;
      }
      .qcalc__hero {
          margin-left: -20px;
          margin-right: -20px;
          margin-bottom: 150px;
          width: calc(100% + 30px);
          padding: 4rem 30px;
          background: url(../img/qtd_calc/calc_pattern.jpg) center center no-repeat #ff6900;
          background-size: cover;
      }
      .qcalc__title {
          color: #fff;
          text-align: center;
          margin-bottom: 4rem;
      }
      .qcalc__form [type="submit"] {
          width: 100%;
      }
      .qcalc__figure {
          margin-bottom: -180px;
      }
      .qcalc__figure img {
          display: block;
          margin: 0 auto 20px;
          max-width: 180px;
      }
      .calc-response .wpcf7 {
          margin: auto 2rem;
      }
      .rate {
          text-align: center;
      }
      .result__nav-item {
          display: none;
          width: 100%;
          height: 8rem;
          line-height: 8rem;
          text-transform: uppercase;
          padding: 0 5rem;
          font-size: 2rem;
          opacity: 0;
      }
      .result__nav-item.-is-active {
          display: block;
          opacity: 1;
      }
      .search-header__form {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
      }
      .search-header__title {
          margin-top: auto;
          margin-bottom: 2rem;
      }
      .search-header__search {
          margin-bottom: auto;
      }
      .shoplist__title {
          font-size: 16px;
      }
      .shoplist__item {
          padding-left: 1rem;
          height: 9rem;
      }
      .shoplist__item p {
          font-size: 13px;
      }
      .shoplist__item::after {
          height: 35px;
          width: 25px;
          margin: auto 2rem;
      }
      .store-list__item {
          width: 100%;
          padding-bottom: 1.5rem;
      }
      .store-list__item:last-child {
          padding-bottom: 0;
      }
      .-has_border.title--faq::after,
      .-has_border.title--section::after,
      .title.-has_border::after {
          display: none;
      }
      .video__content {
          padding: 3rem 0 4rem 0;
      }
      .video__model-content {
          width: 100%;
          max-width: calc(100% - 2rem);
      }
      .video__modal-close {
          background-position: center right;
      }
      .where-filter .btn-search {
          position: relative;
          border: none;
          background-color: #ff6900;
          padding: 0 3rem;
      }
      .where-filter .btn-search span {
          display: block;
          text-align: center;
          color: #fff;
      }
      .where-filter .btn-search .icon {
          display: none;
      }
      .wp-activate-container #key,
      .wp-activate-container #submit {
          width: 100%;
          font-size: 24px;
      }
      .-is-hidden--mobile {
          display: none !important;
      }
      .-lb--mobile,
      .-limit-breaker--mobile {
          width: calc(100% + 40px);
          max-width: 100vw;
          margin-left: -20px;
          margin-right: -20px;
      }
      .-margin-bottom-0,
      .-mb-0 {
          margin-bottom: 0;
      }
      .-margin-top-0,
      .-mt-0 {
          margin-top: 0;
      }
      h1 + .section,
      h2 + .section,
      h3 + .section,
      h4 + .section,
      h5 + .section,
      h6 + .section {
          padding-top: 0;
      }
  }
  @media screen and (min-width: 640px) and (max-width: 959px) {
      .wp-block-columns {
          display: block;
      }
      .wp-block-column {
          margin-left: 0 !important;
      }
      .wp-block-media-text:not(.has-pattern) .wp-block-media-text__media {
          max-width: 50%;
      }
      .modal__content {
          width: 640px;
          max-width: 80vw;
      }
      .page-nav__item a {
          font-size: 1.2rem;
      }
  }
  @media screen and (min-width: 960px) and (max-width: 1199px) {
      .wp-block-media-text:not(.has-pattern).alignfull .wp-block-media-text__content {
          max-width: 50%;
      }
  }
  @media screen and (min-width: 640px) and (max-width: 1199px) {
      .carousel__limit h3 {
          font-size: 2rem;
          margin-bottom: 1rem;
      }
      .carousel__limit p {
          font-size: 1.4rem;
          margin-bottom: 1rem;
      }
      .choice__content {
          padding: 2rem;
      }
      .footer .grid .-tab-order2.grid__item--auto,
      .footer .grid .grid__item.-tab-order2 {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2;
      }
      .footer .-footer_logo {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
      }
      .footer .-footer_menu {
          margin-bottom: 2rem;
      }
      .footer .-footer_menu > .footer__menu {
          width: 50%;
      }
      .footer .-footer_menu > .footer__menu .menu-footer-coluna-a-container > .menu,
      .footer .-footer_menu > .footer__menu .menu-footer-coluna-b-container > .menu {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
      }
      .footer .-footer_details {
          display: grid;
          grid-template-columns: 1fr 1fr 1fr;
          grid-gap: 2rem;
          margin-bottom: 2rem;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
      }
      .footer .-footer_sac {
          display: grid;
          grid-template-columns: 1fr 1fr 1fr;
          grid-gap: 2rem;
      }
      .-no-wrap-tablet.grid,
      .-no-wrap-tablet.grid--fluid {
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      }
      .-mt1.grid__item--auto,
      .-mtd1.grid__item--auto,
      .-t1.grid__item--auto,
      .-td1.grid__item--auto,
      .grid__item.-mt1,
      .grid__item.-mtd1,
      .grid__item.-t1,
      .grid__item.-td1 {
          width: calc((100% / 12) * 1 - 20px);
      }
      .grid--fluid > .-mt1.grid__item--auto,
      .grid--fluid > .-mtd1.grid__item--auto,
      .grid--fluid > .-t1.grid__item--auto,
      .grid--fluid > .-td1.grid__item--auto,
      .grid--fluid > .grid__item.-mt1,
      .grid--fluid > .grid__item.-mtd1,
      .grid--fluid > .grid__item.-t1,
      .grid--fluid > .grid__item.-td1 {
          width: calc((100% / 12) * 1);
      }
      .-mt1.-ml-auto.grid__item--auto,
      .-mtd1.-ml-auto.grid__item--auto,
      .-t1.-ml-auto.grid__item--auto,
      .-td1.-ml-auto.grid__item--auto,
      .grid__item.-mt1.-ml-auto,
      .grid__item.-mtd1.-ml-auto,
      .grid__item.-t1.-ml-auto,
      .grid__item.-td1.-ml-auto {
          margin-left: auto;
      }
      .-mt1.-mr-auto.grid__item--auto,
      .-mtd1.-mr-auto.grid__item--auto,
      .-t1.-mr-auto.grid__item--auto,
      .-td1.-mr-auto.grid__item--auto,
      .grid__item.-mt1.-mr-auto,
      .grid__item.-mtd1.-mr-auto,
      .grid__item.-t1.-mr-auto,
      .grid__item.-td1.-mr-auto {
          margin-right: auto;
      }
      .-t-order-1.grid__item--auto,
      .grid__item.-t-order-1 {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1;
      }
      .-mt2.grid__item--auto,
      .-mtd2.grid__item--auto,
      .-t2.grid__item--auto,
      .-td2.grid__item--auto,
      .grid__item.-mt2,
      .grid__item.-mtd2,
      .grid__item.-t2,
      .grid__item.-td2 {
          width: calc((100% / 12) * 2 - 20px);
      }
      .grid--fluid > .-mt2.grid__item--auto,
      .grid--fluid > .-mtd2.grid__item--auto,
      .grid--fluid > .-t2.grid__item--auto,
      .grid--fluid > .-td2.grid__item--auto,
      .grid--fluid > .grid__item.-mt2,
      .grid--fluid > .grid__item.-mtd2,
      .grid--fluid > .grid__item.-t2,
      .grid--fluid > .grid__item.-td2 {
          width: calc((100% / 12) * 2);
      }
      .-mt2.-ml-auto.grid__item--auto,
      .-mtd2.-ml-auto.grid__item--auto,
      .-t2.-ml-auto.grid__item--auto,
      .-td2.-ml-auto.grid__item--auto,
      .grid__item.-mt2.-ml-auto,
      .grid__item.-mtd2.-ml-auto,
      .grid__item.-t2.-ml-auto,
      .grid__item.-td2.-ml-auto {
          margin-left: auto;
      }
      .-mt2.-mr-auto.grid__item--auto,
      .-mtd2.-mr-auto.grid__item--auto,
      .-t2.-mr-auto.grid__item--auto,
      .-td2.-mr-auto.grid__item--auto,
      .grid__item.-mt2.-mr-auto,
      .grid__item.-mtd2.-mr-auto,
      .grid__item.-t2.-mr-auto,
      .grid__item.-td2.-mr-auto {
          margin-right: auto;
      }
      .-t-order-2.grid__item--auto,
      .grid__item.-t-order-2 {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2;
      }
      .-mt3.grid__item--auto,
      .-mtd3.grid__item--auto,
      .-t3.grid__item--auto,
      .-td3.grid__item--auto,
      .grid__item.-mt3,
      .grid__item.-mtd3,
      .grid__item.-t3,
      .grid__item.-td3 {
          width: calc((100% / 12) * 3 - 20px);
      }
      .grid--fluid > .-mt3.grid__item--auto,
      .grid--fluid > .-mtd3.grid__item--auto,
      .grid--fluid > .-t3.grid__item--auto,
      .grid--fluid > .-td3.grid__item--auto,
      .grid--fluid > .grid__item.-mt3,
      .grid--fluid > .grid__item.-mtd3,
      .grid--fluid > .grid__item.-t3,
      .grid--fluid > .grid__item.-td3 {
          width: calc((100% / 12) * 3);
      }
      .-mt3.-ml-auto.grid__item--auto,
      .-mtd3.-ml-auto.grid__item--auto,
      .-t3.-ml-auto.grid__item--auto,
      .-td3.-ml-auto.grid__item--auto,
      .grid__item.-mt3.-ml-auto,
      .grid__item.-mtd3.-ml-auto,
      .grid__item.-t3.-ml-auto,
      .grid__item.-td3.-ml-auto {
          margin-left: auto;
      }
      .-mt3.-mr-auto.grid__item--auto,
      .-mtd3.-mr-auto.grid__item--auto,
      .-t3.-mr-auto.grid__item--auto,
      .-td3.-mr-auto.grid__item--auto,
      .grid__item.-mt3.-mr-auto,
      .grid__item.-mtd3.-mr-auto,
      .grid__item.-t3.-mr-auto,
      .grid__item.-td3.-mr-auto {
          margin-right: auto;
      }
      .-t-order-3.grid__item--auto,
      .grid__item.-t-order-3 {
          -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
          order: 3;
      }
      .-mt4.grid__item--auto,
      .-mtd4.grid__item--auto,
      .-t4.grid__item--auto,
      .-td4.grid__item--auto,
      .grid__item.-mt4,
      .grid__item.-mtd4,
      .grid__item.-t4,
      .grid__item.-td4 {
          width: calc((100% / 12) * 4 - 20px);
      }
      .grid--fluid > .-mt4.grid__item--auto,
      .grid--fluid > .-mtd4.grid__item--auto,
      .grid--fluid > .-t4.grid__item--auto,
      .grid--fluid > .-td4.grid__item--auto,
      .grid--fluid > .grid__item.-mt4,
      .grid--fluid > .grid__item.-mtd4,
      .grid--fluid > .grid__item.-t4,
      .grid--fluid > .grid__item.-td4 {
          width: calc((100% / 12) * 4);
      }
      .-mt4.-ml-auto.grid__item--auto,
      .-mtd4.-ml-auto.grid__item--auto,
      .-t4.-ml-auto.grid__item--auto,
      .-td4.-ml-auto.grid__item--auto,
      .grid__item.-mt4.-ml-auto,
      .grid__item.-mtd4.-ml-auto,
      .grid__item.-t4.-ml-auto,
      .grid__item.-td4.-ml-auto {
          margin-left: auto;
      }
      .-mt4.-mr-auto.grid__item--auto,
      .-mtd4.-mr-auto.grid__item--auto,
      .-t4.-mr-auto.grid__item--auto,
      .-td4.-mr-auto.grid__item--auto,
      .grid__item.-mt4.-mr-auto,
      .grid__item.-mtd4.-mr-auto,
      .grid__item.-t4.-mr-auto,
      .grid__item.-td4.-mr-auto {
          margin-right: auto;
      }
      .-t-order-4.grid__item--auto,
      .grid__item.-t-order-4 {
          -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
          order: 4;
      }
      .-mt5.grid__item--auto,
      .-mtd5.grid__item--auto,
      .-t5.grid__item--auto,
      .-td5.grid__item--auto,
      .grid__item.-mt5,
      .grid__item.-mtd5,
      .grid__item.-t5,
      .grid__item.-td5 {
          width: calc((100% / 12) * 5 - 20px);
      }
      .grid--fluid > .-mt5.grid__item--auto,
      .grid--fluid > .-mtd5.grid__item--auto,
      .grid--fluid > .-t5.grid__item--auto,
      .grid--fluid > .-td5.grid__item--auto,
      .grid--fluid > .grid__item.-mt5,
      .grid--fluid > .grid__item.-mtd5,
      .grid--fluid > .grid__item.-t5,
      .grid--fluid > .grid__item.-td5 {
          width: calc((100% / 12) * 5);
      }
      .-mt5.-ml-auto.grid__item--auto,
      .-mtd5.-ml-auto.grid__item--auto,
      .-t5.-ml-auto.grid__item--auto,
      .-td5.-ml-auto.grid__item--auto,
      .grid__item.-mt5.-ml-auto,
      .grid__item.-mtd5.-ml-auto,
      .grid__item.-t5.-ml-auto,
      .grid__item.-td5.-ml-auto {
          margin-left: auto;
      }
      .-mt5.-mr-auto.grid__item--auto,
      .-mtd5.-mr-auto.grid__item--auto,
      .-t5.-mr-auto.grid__item--auto,
      .-td5.-mr-auto.grid__item--auto,
      .grid__item.-mt5.-mr-auto,
      .grid__item.-mtd5.-mr-auto,
      .grid__item.-t5.-mr-auto,
      .grid__item.-td5.-mr-auto {
          margin-right: auto;
      }
      .-t-order-5.grid__item--auto,
      .grid__item.-t-order-5 {
          -webkit-box-ordinal-group: 6;
          -ms-flex-order: 5;
          order: 5;
      }
      .-mt6.grid__item--auto,
      .-mtd6.grid__item--auto,
      .-t6.grid__item--auto,
      .-td6.grid__item--auto,
      .grid__item.-mt6,
      .grid__item.-mtd6,
      .grid__item.-t6,
      .grid__item.-td6 {
          width: calc((100% / 12) * 6 - 20px);
      }
      .grid--fluid > .-mt6.grid__item--auto,
      .grid--fluid > .-mtd6.grid__item--auto,
      .grid--fluid > .-t6.grid__item--auto,
      .grid--fluid > .-td6.grid__item--auto,
      .grid--fluid > .grid__item.-mt6,
      .grid--fluid > .grid__item.-mtd6,
      .grid--fluid > .grid__item.-t6,
      .grid--fluid > .grid__item.-td6 {
          width: calc((100% / 12) * 6);
      }
      .-mt6.-ml-auto.grid__item--auto,
      .-mtd6.-ml-auto.grid__item--auto,
      .-t6.-ml-auto.grid__item--auto,
      .-td6.-ml-auto.grid__item--auto,
      .grid__item.-mt6.-ml-auto,
      .grid__item.-mtd6.-ml-auto,
      .grid__item.-t6.-ml-auto,
      .grid__item.-td6.-ml-auto {
          margin-left: auto;
      }
      .-mt6.-mr-auto.grid__item--auto,
      .-mtd6.-mr-auto.grid__item--auto,
      .-t6.-mr-auto.grid__item--auto,
      .-td6.-mr-auto.grid__item--auto,
      .grid__item.-mt6.-mr-auto,
      .grid__item.-mtd6.-mr-auto,
      .grid__item.-t6.-mr-auto,
      .grid__item.-td6.-mr-auto {
          margin-right: auto;
      }
      .-t-order-6.grid__item--auto,
      .grid__item.-t-order-6 {
          -webkit-box-ordinal-group: 7;
          -ms-flex-order: 6;
          order: 6;
      }
      .-mt7.grid__item--auto,
      .-mtd7.grid__item--auto,
      .-t7.grid__item--auto,
      .-td7.grid__item--auto,
      .grid__item.-mt7,
      .grid__item.-mtd7,
      .grid__item.-t7,
      .grid__item.-td7 {
          width: calc((100% / 12) * 7 - 20px);
      }
      .grid--fluid > .-mt7.grid__item--auto,
      .grid--fluid > .-mtd7.grid__item--auto,
      .grid--fluid > .-t7.grid__item--auto,
      .grid--fluid > .-td7.grid__item--auto,
      .grid--fluid > .grid__item.-mt7,
      .grid--fluid > .grid__item.-mtd7,
      .grid--fluid > .grid__item.-t7,
      .grid--fluid > .grid__item.-td7 {
          width: calc((100% / 12) * 7);
      }
      .-mt7.-ml-auto.grid__item--auto,
      .-mtd7.-ml-auto.grid__item--auto,
      .-t7.-ml-auto.grid__item--auto,
      .-td7.-ml-auto.grid__item--auto,
      .grid__item.-mt7.-ml-auto,
      .grid__item.-mtd7.-ml-auto,
      .grid__item.-t7.-ml-auto,
      .grid__item.-td7.-ml-auto {
          margin-left: auto;
      }
      .-mt7.-mr-auto.grid__item--auto,
      .-mtd7.-mr-auto.grid__item--auto,
      .-t7.-mr-auto.grid__item--auto,
      .-td7.-mr-auto.grid__item--auto,
      .grid__item.-mt7.-mr-auto,
      .grid__item.-mtd7.-mr-auto,
      .grid__item.-t7.-mr-auto,
      .grid__item.-td7.-mr-auto {
          margin-right: auto;
      }
      .-t-order-7.grid__item--auto,
      .grid__item.-t-order-7 {
          -webkit-box-ordinal-group: 8;
          -ms-flex-order: 7;
          order: 7;
      }
      .-mt8.grid__item--auto,
      .-mtd8.grid__item--auto,
      .-t8.grid__item--auto,
      .-td8.grid__item--auto,
      .grid__item.-mt8,
      .grid__item.-mtd8,
      .grid__item.-t8,
      .grid__item.-td8 {
          width: calc((100% / 12) * 8 - 20px);
      }
      .grid--fluid > .-mt8.grid__item--auto,
      .grid--fluid > .-mtd8.grid__item--auto,
      .grid--fluid > .-t8.grid__item--auto,
      .grid--fluid > .-td8.grid__item--auto,
      .grid--fluid > .grid__item.-mt8,
      .grid--fluid > .grid__item.-mtd8,
      .grid--fluid > .grid__item.-t8,
      .grid--fluid > .grid__item.-td8 {
          width: calc((100% / 12) * 8);
      }
      .-mt8.-ml-auto.grid__item--auto,
      .-mtd8.-ml-auto.grid__item--auto,
      .-t8.-ml-auto.grid__item--auto,
      .-td8.-ml-auto.grid__item--auto,
      .grid__item.-mt8.-ml-auto,
      .grid__item.-mtd8.-ml-auto,
      .grid__item.-t8.-ml-auto,
      .grid__item.-td8.-ml-auto {
          margin-left: auto;
      }
      .-mt8.-mr-auto.grid__item--auto,
      .-mtd8.-mr-auto.grid__item--auto,
      .-t8.-mr-auto.grid__item--auto,
      .-td8.-mr-auto.grid__item--auto,
      .grid__item.-mt8.-mr-auto,
      .grid__item.-mtd8.-mr-auto,
      .grid__item.-t8.-mr-auto,
      .grid__item.-td8.-mr-auto {
          margin-right: auto;
      }
      .-t-order-8.grid__item--auto,
      .grid__item.-t-order-8 {
          -webkit-box-ordinal-group: 9;
          -ms-flex-order: 8;
          order: 8;
      }
      .-mt9.grid__item--auto,
      .-mtd9.grid__item--auto,
      .-t9.grid__item--auto,
      .-td9.grid__item--auto,
      .grid__item.-mt9,
      .grid__item.-mtd9,
      .grid__item.-t9,
      .grid__item.-td9 {
          width: calc((100% / 12) * 9 - 20px);
      }
      .grid--fluid > .-mt9.grid__item--auto,
      .grid--fluid > .-mtd9.grid__item--auto,
      .grid--fluid > .-t9.grid__item--auto,
      .grid--fluid > .-td9.grid__item--auto,
      .grid--fluid > .grid__item.-mt9,
      .grid--fluid > .grid__item.-mtd9,
      .grid--fluid > .grid__item.-t9,
      .grid--fluid > .grid__item.-td9 {
          width: calc((100% / 12) * 9);
      }
      .-mt9.-ml-auto.grid__item--auto,
      .-mtd9.-ml-auto.grid__item--auto,
      .-t9.-ml-auto.grid__item--auto,
      .-td9.-ml-auto.grid__item--auto,
      .grid__item.-mt9.-ml-auto,
      .grid__item.-mtd9.-ml-auto,
      .grid__item.-t9.-ml-auto,
      .grid__item.-td9.-ml-auto {
          margin-left: auto;
      }
      .-mt9.-mr-auto.grid__item--auto,
      .-mtd9.-mr-auto.grid__item--auto,
      .-t9.-mr-auto.grid__item--auto,
      .-td9.-mr-auto.grid__item--auto,
      .grid__item.-mt9.-mr-auto,
      .grid__item.-mtd9.-mr-auto,
      .grid__item.-t9.-mr-auto,
      .grid__item.-td9.-mr-auto {
          margin-right: auto;
      }
      .-t-order-9.grid__item--auto,
      .grid__item.-t-order-9 {
          -webkit-box-ordinal-group: 10;
          -ms-flex-order: 9;
          order: 9;
      }
      .-mt10.grid__item--auto,
      .-mtd10.grid__item--auto,
      .-t10.grid__item--auto,
      .-td10.grid__item--auto,
      .grid__item.-mt10,
      .grid__item.-mtd10,
      .grid__item.-t10,
      .grid__item.-td10 {
          width: calc((100% / 12) * 10 - 20px);
      }
      .grid--fluid > .-mt10.grid__item--auto,
      .grid--fluid > .-mtd10.grid__item--auto,
      .grid--fluid > .-t10.grid__item--auto,
      .grid--fluid > .-td10.grid__item--auto,
      .grid--fluid > .grid__item.-mt10,
      .grid--fluid > .grid__item.-mtd10,
      .grid--fluid > .grid__item.-t10,
      .grid--fluid > .grid__item.-td10 {
          width: calc((100% / 12) * 10);
      }
      .-mt10.-ml-auto.grid__item--auto,
      .-mtd10.-ml-auto.grid__item--auto,
      .-t10.-ml-auto.grid__item--auto,
      .-td10.-ml-auto.grid__item--auto,
      .grid__item.-mt10.-ml-auto,
      .grid__item.-mtd10.-ml-auto,
      .grid__item.-t10.-ml-auto,
      .grid__item.-td10.-ml-auto {
          margin-left: auto;
      }
      .-mt10.-mr-auto.grid__item--auto,
      .-mtd10.-mr-auto.grid__item--auto,
      .-t10.-mr-auto.grid__item--auto,
      .-td10.-mr-auto.grid__item--auto,
      .grid__item.-mt10.-mr-auto,
      .grid__item.-mtd10.-mr-auto,
      .grid__item.-t10.-mr-auto,
      .grid__item.-td10.-mr-auto {
          margin-right: auto;
      }
      .-t-order-10.grid__item--auto,
      .grid__item.-t-order-10 {
          -webkit-box-ordinal-group: 11;
          -ms-flex-order: 10;
          order: 10;
      }
      .-mt11.grid__item--auto,
      .-mtd11.grid__item--auto,
      .-t11.grid__item--auto,
      .-td11.grid__item--auto,
      .grid__item.-mt11,
      .grid__item.-mtd11,
      .grid__item.-t11,
      .grid__item.-td11 {
          width: calc((100% / 12) * 11 - 20px);
      }
      .grid--fluid > .-mt11.grid__item--auto,
      .grid--fluid > .-mtd11.grid__item--auto,
      .grid--fluid > .-t11.grid__item--auto,
      .grid--fluid > .-td11.grid__item--auto,
      .grid--fluid > .grid__item.-mt11,
      .grid--fluid > .grid__item.-mtd11,
      .grid--fluid > .grid__item.-t11,
      .grid--fluid > .grid__item.-td11 {
          width: calc((100% / 12) * 11);
      }
      .-mt11.-ml-auto.grid__item--auto,
      .-mtd11.-ml-auto.grid__item--auto,
      .-t11.-ml-auto.grid__item--auto,
      .-td11.-ml-auto.grid__item--auto,
      .grid__item.-mt11.-ml-auto,
      .grid__item.-mtd11.-ml-auto,
      .grid__item.-t11.-ml-auto,
      .grid__item.-td11.-ml-auto {
          margin-left: auto;
      }
      .-mt11.-mr-auto.grid__item--auto,
      .-mtd11.-mr-auto.grid__item--auto,
      .-t11.-mr-auto.grid__item--auto,
      .-td11.-mr-auto.grid__item--auto,
      .grid__item.-mt11.-mr-auto,
      .grid__item.-mtd11.-mr-auto,
      .grid__item.-t11.-mr-auto,
      .grid__item.-td11.-mr-auto {
          margin-right: auto;
      }
      .-t-order-11.grid__item--auto,
      .grid__item.-t-order-11 {
          -webkit-box-ordinal-group: 12;
          -ms-flex-order: 11;
          order: 11;
      }
      .-mt12.grid__item--auto,
      .-mtd12.grid__item--auto,
      .-t12.grid__item--auto,
      .-td12.grid__item--auto,
      .grid__item.-mt12,
      .grid__item.-mtd12,
      .grid__item.-t12,
      .grid__item.-td12 {
          width: 100%;
      }
      .-t-order-12.grid__item--auto,
      .grid__item.-t-order-12 {
          -webkit-box-ordinal-group: 13;
          -ms-flex-order: 12;
          order: 12;
      }
      .intro.-has-video .product {
          margin-top: -170px;
          margin-bottom: 2rem;
          padding: 0;
      }
      .intro__product .product {
          margin-top: -170px;
          margin-bottom: 2rem;
          padding: 4rem;
      }
      .banner-linha__content {
          padding: 2rem 50% 2rem 2rem;
      }
      .banner-linha__text {
          font-size: 2.5rem;
          margin: 0;
          margin-bottom: 1rem;
      }
      .banner-linha__img {
          margin-left: 50%;
      }
      .produto__img {
          margin-right: 50%;
      }
      .produto-content {
          padding: 1rem 2rem 1rem 50%;
      }
      .produto-content h2 {
          margin-bottom: 0;
      }
      .produto-content h2 svg {
          height: 70px;
      }
      .line-bg__logo img,
      .line-bg__logo svg {
          max-height: 150px;
      }
      .page-nav__item a {
          padding: 1rem;
      }
      .calc-response .wpcf7 {
          max-width: 100%;
          margin: auto 3rem;
      }
      .store-list__item {
          width: 50%;
          padding: 0.75rem;
      }
      .wp-activate-container {
          margin: 0 auto;
      }
      .-is-hidden--tab {
          display: none !important;
      }
      .-margin-bottom-0,
      .-mb-0 {
          margin-bottom: 0;
      }
      .-margin-top-0,
      .-mt-0 {
          margin-top: 0;
      }
  }
  @media screen and (min-width: 1200px) and (max-width: 1880px) {
      .carousel__img img {
          width: 100%;
      }
  }
  .d-none {
      display: none;
  }
  .magazine__limit {
      max-width: none;
  }
  .banner-alimento {
      min-height: 265px;
  }
  
  a:hover {
    text-decoration: none;
  }
  
  .header__menu .sub-menu > .menu-item > a:hover {
    outline: 0;
    text-decoration: underline;
    color: #ff6900;
  }
  
  /*LOJISTAS*/
  
  .wp-block-search .wp-block-search__input {
    flex-grow: 1;
    min-width: 3em;
    border: none;
    margin: 8px;
    width: 100%;
  }
  .wp-block-search .wp-block-search__button {
      margin-left: .625em;
      word-break: normal;
      border: none;
      font-size: 26px;
      background: transparent;
      margin: 4px;
    }
    .btn-plus a{
      border-radius: 50px!important;
      text-transform: lowercase!important;
      box-shadow: none!important;
      padding: 5px 15px 5px 90px!important;
      line-height: unset!important;
    }
    .blog-lojista .wp-block-coblocks-post-carousel__image a {
      display: block;
      padding: 120px 0;
      width: 100%;
      background-repeat: no-repeat;
    }
    .podcast-universo{
      background-position: right bottom;
      background-color: #ff6900;
    }
  
    .podcast-universo .podcast {
      background-color: transparent;
      padding: 0px;
    }
  
    .podcast-universo .titulo{
      color: #fff;
      font-size: 34px;
      line-height: 17px !important;
      font-weight: 800;
      margin-top: 8px;
    }
  
    .podcast-universo p:first-child{
      color: #fff;
    max-width: 500px;
    }
  
    .distribuidor{
      background-position: right;
    }
    .distribuidor .titulo{
      color: #3c3c3c;
      font-size: 34px;
      line-height: 17px !important;
      font-weight: 800;
      margin: 20px 0;
    }
  
    .distribuidor p{
      margin: 40px 0 !important;
    }
  
    .programas-lojistas .wp-block-coblocks-row[data-columns="1"] .wp-block-coblocks-column__inner > [class*="wp-block-"] {
      max-width: 700px;
    }
  
    .programas-lojistas .titulo{
      color: #fff;
      font-size: 34px;
      line-height: 17px !important;
      font-weight: 800;
      margin-top: 8px;
    }
  
    .distfinder .title{
      color: #3c3c3c!important;;
      font-size: 34px!important;;
      line-height: 33px !important;
      font-weight: 800;
      margin-top: 8px;
    }
  
    /*.tour{min-height: 440px;}*/
    .tour p{
      font-size: 38px;
      margin: 0;
    }
  
    .tour .wp-block-button__link{
      background: #fff;
      margin-top: 30px;
    }
  
    .destaques-lojistas .card-news__limit {
      max-width: 1200px;
      margin: auto;
    }
    .destaques-lojistas .card-news{
      position: relative;
      border: none;
      grid-template-columns: auto;
    }
    .destaques-lojistas li{width: 33%; display: inline-block;}
  
    .destaques-lojistas .card-news__cat {
      position: absolute;
      right: 15px;
      top: 230px;
      padding: 0px 10px 0 45px;
      color: #fff;
      text-transform: uppercase;
      font-size: 1.1rem;
      font-family: SoraMedium,Effra,Roboto;
      letter-spacing: .1rem;
      background-color: #fc6a05;
    }
  
    .destaques-lojistas .card-news__date {
      display: none;
    }
  
    .destaques-lojistas .card-news__body {
      padding-right: 0;
    }
  
    .titulo{
      color: #3c3c3c;
      font-size: 34px;
      line-height: 30px !important;
      font-weight: 800;
      margin: 25px 0 10px;
      text-align: left;
    }
  
    .post-news a{
      font-size: 1.8rem;
      font-family: SoraMedium,Effra,Roboto;
      line-height: 1.2;
      margin-bottom: 1rem;
      color: #333;
    }
  
   .pesquisa .wp-block-coblocks-column{
    padding-top: 0;
    padding-bottom: 0;
   }
  
   .pesquisa .wp-block-search{margin: 0;}
  
   .page-nav--tab .page-nav__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 2rem;
    background-color: #edece5;
    border-bottom: 2px solid #a8a8a8;
  }
  
  .page-nav--tab .page-nav__item:hover{border-bottom: 2px solid #ff6a01;}
  .page-nav--tab .page-nav__item a:hover {
    text-decoration: none;
    text-shadow: none;
    color: #ff6a01;
  }
  
  .event__body {
    padding-top: 0px;
  }
  
  .event__day {
    display: block;
    text-transform: uppercase;
    line-height: 1;
    font-size: 16px;
    font-family: unset;
    margin: 15px 0 18px;
    color: #fff;
    font-weight: 300;
  }
  
  .event__hat {
    display: none;
  }
  
  .event__title {
    color: #fff;
    font-size: 18px;
    font-family: SoraMedium,Effra,Roboto;
    letter-spacing: .1rem;
    line-height: 25px;
    margin-bottom: auto;
  }
  
  .event__tag {
    left: 192px;
    background-color: #ff6900 !important;
    max-width: 93px;
    padding: 3px 0px;
    text-align: center;
    margin-bottom: -30px;
    bottom: auto;
    position: relative;
  }
  
  .event__overlay {
    margin-top: 2px;
    padding: 10px 20px;
    background-color: #5d5d5d;
  }
  
  /*.event__button {
    margin-bottom: -30px;
  }*/
  
  /* FIM LOJISTAS */
  form .contato{background-color: transparent;}
  .contato{
    padding: 10px 0;
    background-color: #ff6900;
    color: #fff;
    text-align: center;
  }
  
  .contato p{margin: 0; font-size: 15px;}
  .contato a{color: #fff;}
  .help-modal__link{
    background: #f1762e;
  color: #fff;
  padding: 4px 10px;
  text-align: center;
  display: inline-block;
  border-radius: 25px;
  }
  
  #pag404{
    color: #fff;
    background: url(../img/bg_404_desktop.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  }
  
  #pag404 .limit{
    margin-left:63%;
    overflow: hidden;
    margin-top: 10%;
  }
  
  #pag404 .limit h2{
    font-size: 45px;
  }
  
  #pag404 .wp-block-button__link {
    color: #ff6900 !important;
  background-color: #fff;
  padding: 6px 40px;
  font-size: 13px;
  font-weight: 700;
  }
  
  #pag404 .wp-block-button__link:hover {
  background-color: #ddd;
  }
  
  #pag404 img{
    display: block;
    margin-top: 35px;
  }
  
  .footer__selos {
    background-color: #ff6900;
    text-align: center;
  }
  .footer__app img{
    margin: 0 7px;
    height: 90px;
    width: auto;
  }
  
  #ra-widget-reputation {
    max-height: 80px!important;
  }
  
  #reputation-ra{
    display: inline-block;
    vertical-align: middle;
  }
  
  #ra-widget-reputation .ra-widget-reputation-holder .ra-widget-reputation-content .ra-widget-reputation-stamp {
    margin: 3px auto 6px;
    height: 30px !important;
  }
  
  #ra-widget-reputation .ra-widget-reputation-holder .ra-widget-reputation-content {
    width: 94px;
    height: 75px!important;
  }
  
  .-footer_sac{text-align: right;}
  .footer__menu{margin: 0 auto;}
  
  .racao-linhatempo{
    margin-bottom: -85px;
    z-index: 1;
  }
  
  /*TARJA LANÇAMENTO*/
  .tarja-null{
    height: 28px;
    margin-bottom: 0;
  }
  .tarja_lancamento, .tarja_indisponivel{
    margin-top: -200px;
    margin-bottom: 2rem;
    padding: 6rem 8rem 2rem;
  }
  
  .tarja.produto {
    margin-bottom: 105px;
    margin-left: 0;
    font-size: 19px;
  }
  
  /*Página de Produto*/
  .tarja_indisponivel .tarja {
    padding: 5px 25px !important;
    color: #7a7c7e!important;
    max-width: 180px;
    font-size: 14px!important;
    margin-left: 0!important;
  }
  
  /*Página Linha de Produtos*/
  .indisponivel.tarja{
    padding: 5px 13px !important;
    color: #757575!important;
  }
  
  #erro-ondecomprar{
    display: block;
    position: initial;
    padding: 10px 10px;
    text-align: center;
    width: 100%;
  }
  
  .store__site-link{
    position: absolute;
    right: 30px;
    top: 38px;
    bottom: 0px;
    text-indent: -99983px;
    cursor: pointer;
    background: #ff6900;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 18px;
  }
  
  .store__site-link img {
    /*filter: invert(1);*/
    position: absolute;
    right: 9px;
    top: 11px;
    bottom: 0;
    width: 1.8rem;
    text-indent: -99999px;
    cursor: pointer;
  }
  
  .store {
    margin: 15px;
  }
  
  .store span{
    color: #87867c;
    font-size: 16px;
    text-transform: capitalize;
    display: none;
  }
  
  .where-sac {
    margin: 6rem 0;
  }
  
  .where-sac div{
  display: inline-block;
  margin: -10px;
  padding: 30px 40px;
  vertical-align: middle;
  text-align: center;
  }
  
  .where-sac div:first-child{
  text-align: left;
  }
  
  .where-sac a{color: #fff;}
  
  .where-sac strong {
    font-size: 18px;
  }
  
  .form-lojaonline{
    background: #edece5;
  border: 4px solid #fff;
  border-radius: 20px;
  margin-top: -73px;
  position: relative;
  padding: 17px 10px 0;
  margin-bottom: 60px;
  }
  
  .form-lojaonline:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -20px;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 20px solid #edece5;
    clear: both;
  }
  
  .form-lojaonline .btn-search {
    width: auto;
    border: none;
    padding: 7px 30px;
    background: #ff6900;
    color: #fff;
    height: auto;
    cursor: pointer;
    margin-bottom: 0;
    border-radius: 20px;
  }
  
  .form-lojaonline .choices .choices__inner {
    padding: 10px 7px;
      padding-bottom: 10px;
    padding-bottom: 6px;
    background-color: #edece5;
    line-height: 14px;
    min-height: 26px;
    border: 1px solid #93928f;
    border-radius: 20px;
  }
  
  .form-lojaonline .where-filter__by-city::after {
    height: 0;
  }
  
  .form-lojaonline .grid__item{margin-bottom: 0;}
  
  .form-lojaonline .grid__item:nth-child(2n) {
    padding-top: 5px;
  }
  
  .form-lojaonline span{font-weight: 700;font-size: 20px;
    line-height: 1px;}
  
  .onde-comprar .btn-show-more {
    display: block;
    margin: auto;   
    padding: 0 9.5rem;
    line-height: 3.2rem;
    font-size: 1.5rem;
    min-width: 0;
    margin-top: 6rem;
    background: #ff6900;
    color: #fff;
    border-radius: 20px;
    box-shadow: none;
    text-transform: lowercase;
  }
  
  #menu-menu-principal li:nth-child(n+4):nth-child(-n+6) a:hover{
    text-decoration: none;
  }
  
  #menu-menu-principal li:first-child a:hover{
      text-decoration: none;
  }
  
  
  .sub-menu li a:hover{
    text-decoration: underline!important;
  }
  
  /** BLOCO DONWLOAD LOJISTAS - NEWS**/
  .news_lojista{background: #edece5!important;}
  .news_lojista h3{color: #ff6900!important;}
  .news_lojista .newsletter__form{padding: 0 50px 0px 0px;}
  .news_lojista .newsletter__form {
    width: 80%;
  }
  .news_lojista .newsletter__info {
    font-size: 1.6rem;
  }
  .news_lojista .wpcf7-submit{
    color: #fff !important;
  background-color: #ff6900 !important;
  min-width: auto !important;
  border-radius: 20px;
  }
  .news_lojista select{background-color: #fff;}
  .news_lojista .newsletter__thumb {
    margin: auto;
  }
  
  /*********************/
  
  .blogvet .card-news__btn{display: none;}
  
  .encontre-seu-pet .botao-maior {
    background-size: 114px 60px!important;
  }
  
  .qcalc__main small{
    font-size: 11px;
  }
  
  div.jms-testimonial-star-rating{
    margin-top: 0!important;
    background: #ff6900;
    color: white;
    border-radius: 10px!important;
    margin-left: 0!important;
    width: 107px;
    padding: 0px 3px;
  }
  .dashicons, .dashicons-before::before {
    font-family: dashicons;
    display: inline-block;
    line-height: 0.7;
    font-weight: 400;
    font-style: normal;
    speak: never;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 15px;
    font-size: 15px;
    vertical-align: middle;
    text-align: center;
    transition: color .1s ease-in;
  }
  
  .wp-block-jmsthemes-blocks-testimonial .jms-testimonial-style-3 .jms-testimonial-image {
    max-width: 130px;
  }
  
  h1 strong, h2 b, h2 strong, h3 b, h3 strong, h4 b, h4 strong, h5 b, h5 strong, h6 b, h6 strong {
    font-weight: bold;
  }
  
  /** ONDE COMPRAR MAPS - LOJA FISICA**/
  
  #asl-storelocator.asl-cont .sl-main-cont .asl-map-canv .asl-reset-map {
    margin-top: 0 !important;
    background-color: #003761 !important;
    padding: 5px 53px !important;
    color: #fff;
    margin-left: 10px;
    display: block !important;
  }
  
  #asl-storelocator.asl-cont .sl-main-cont .btn.btn-asl {
    font-weight: 700!important;
    padding: 6px 10px 6px 50px !important;
    border-radius: 28px!important;
  }
  
  #asl-storelocator.asl-cont .sl-main-cont .asl-panel-inner .sl-main-cont-box ul.sl-list li.sl-item .sl-addr-sec .sl-act-btns .s-visit-website {
    padding: 6px 18px;
    border-radius: 15px;
  }
  
  #asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .Filter_section {
    border-radius: 20px 20px 0 0;
  }
  .sl-shortcode-block{
    margin-top: -67px;
  }
  
  #asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .Filter_section .search_filter p {
    color: #262626!important;
  }
  
  /****/
  
  .onde-comprar-g{
    margin-top: 40px;
  }
  
  .onde-comprar-g .store__name {
    font-weight: 600;
    min-height: auto;
    text-transform: none;
    margin-bottom: 0;
    font-size: 1.6rem;
    font-family: Sora,Effra,Roboto;
    color: #000;
    padding: 23px;
  }
  .onde-comprar-g .store__site-link {
    position: absolute;
    right: 40px;
    top: 60px;
    width: 30px;
  height: 30px;
  padding: 23px;
  }
  
  .onde-comprar-g .store__site-link img {
    filter: none;
    right: 9px;
  top: 12px;
  bottom: 0;
  width: auto;
  }
  
  .carousel-slider .carousel-slider-video-overlay {
    background-color: transparent!important;
  }
  
  .relacionados li{
    display: inline-block;
    text-align: center;
  }
  
  .d-inline-block{
    display: inline-block!important;
  }
  
  .text-center{
  text-align: center!important;
  }
  
  
  .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    color: #fff;
  }
  .carousel-slider .owl-nav button.owl-next, .carousel-slider .owl-nav button.owl-prev, .carousel-slider button.owl-dot {
    background: #ff6900!important;
    border-radius: 20px;
    width: 30px;
    height: 30px;
  }
  
  .carousel-slider .owl-nav button.owl-prev { 
    margin-left: -15px;
  }
  .carousel-slider .owl-nav button.owl-next { 
    margin-right: -15px;
  }
  
  .fig-caption-img figcaption{
    color: #fff;
    font-size: 36px;
    font-weight: 800;
    position: absolute;
    top: 258px;
    left: 15%;
  }
  .fig-caption-img figcaption em{
    font-size: 27px;
    display: block;
    font-style: normal;
    line-height: 12px;
    font-weight: 500;
  }
  
  /*AJUSTE BANNER CONSENTIMENTO COOKIES - SECURITI*/
  
  .cc-banner .cc-compliance {
    padding: 20px 0 0!important;
  }
  
  .cc-banner .cc-message {
    padding: 16px 0!important;
  }
  
  @media screen and (max-width: 767px) {
    .cc-window .cc-message {
      margin-bottom: 0 !important;
          padding: 16px 0 0 !important;
    }
  }
  
  
  /*********** POP-UP *********/
  
  
  
  .exit-intent-popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    background: rgba(33, 33, 33, 0.8);
    transform: translateY(60%) scale(0);
    transition: transform 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
  }
  
  .exit-intent-popup.visible {
    transform: translateY(0) scale(1);
  }
  
  .exit-intent-popup .newsletter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  
  .exit-intent-popup .newsletter { 
    padding: 65px;
    border-radius: 3px;
    max-width: 600px;
  background-size: contain!important;
  
  }
  
  .exit-intent-popup .newsletter h1{
    font-weight: 800;
    line-height: 35px;
  }
  
  .exit-intent-popup .newsletter .wp-block-button__link {
    font-size: 15px;
    margin: 6px 0;
  }
  
  .close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 10px;
    height: 10px;
  }
  
  @media (max-width: 469px){
    .exit-intent-popup .newsletter {
      top: 5%;
      left: 0;
      transform: none;
      
    }
    .exit-intent-popup .newsletter h1 {
      line-height: 21px;
      font-size: 20px;
    }
    .exit-intent-popup .newsletter p {
      font-size: 14px;
    }
  }
  
  /******** FIM POP-UP  ******/
  
  .header {
    -webkit-box-shadow: 0 4px 4px rgb(0 0 0 / 5%);
    box-shadow: 0 4px 4px rgb(0 0 0 / 5%);
  }
  .header {
    z-index: 99;
  }
  .header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    height: 95px;
    background-color: #fff;
    border-bottom: 3px solid currentColor;
  }
  
  body > header > div
  element.style {
  }
  /*@media screen and (min-width: 1240px)
  .header__limit {
    padding-right: 0;
  }
  @media screen and (min-width: 1200px)
  .header__limit {
    padding-right: 4rem;
  }*/
  .header__limit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    color: #333;
    height: 90px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  *, *::before, *::after {
    box-sizing: inherit;
  }
  user agent stylesheet
  div {
    display: block;
  }
  .breadcrumb__link, .breadcrumb__link:hover, .carousel .tns-nav [aria-controls], .eventslist__body .tns-nav [aria-controls], .header, .highlight__modal-close, .highlight__tooltip, .profit__slider-stage .tns-nav [aria-controls], .slider .tns-nav [aria-controls] {
    color: #ff6900;
    color: var(--primary);
  }
  
  .breadcrumb {
      display: block;
      padding: 0.75rem 1rem!important;
      margin-bottom: 0!important;
  }
  
  .breadcrumb p {
      margin: 0 auto !important;
      max-width: 1200px !important;
      font-size: 14px;
  }
  
  .page-id-203794 .breadcrumb {
      display: none !important;
  }
  
  .page-id-208454 .breadcrumb {
      position:static;
  }
  
  /*body {*/
  /*  font-size: 1.6em;*/
  /*  font-weight: 300;*/
  /*  letter-spacing: .01em;*/
  /*  line-height: 1.6;*/
  /*  font-family: Sora,Effra,Roboto;*/
  /*  -webkit-font-smoothing: antialiased!important;*/
  /*  -moz-osx-font-smoothing: grayscale;*/
  /*  text-rendering: optimizeLegibility;*/
  /*  color: #333;*/
  /*}*/
  :root {
    --primary: #ff6900;
    --grad-init: #0C67B0;
    --grad-end: #1B3662;
  }
  html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
  }
  *, *::before, *::after {
    box-sizing: inherit;
  }
  *, *::before, *::after {
    box-sizing: inherit;
  }
  .page-hero__title {
    text-align: center;
  }
  
  .has-light-gray-color.has-text-color, .has-light-gray-color.newsletter, .wp-block-button .has-light-gray-color.wp-block-button__link{
  align-items: center;
  text-align: center;
  }
  
  @media screen and (max-width: 639px){
    .event {
      height: auto!important;
    }
  }
  
  /*.profit{
  height: 390px;
  }
  
  .page-hero__title {
      bottom: 4%;
  }
  */
  
  .profit__slider-stage.tns-nav{
  position: relative !important;
  }
  
  #tns1-mw{
  height: auto !important;
  }
  
  div.carousel__content.-is-centro{
  text-align: center;
  }
  
  /*.profit-slider__desc p{
  color: #FFF;
  }*/
  
  
  
  
  #rating-form-2-1{
  visibility: hidden;
  }
  
  #rating-form-2-2{
  visibility: hidden;
  }
  
  #rating-form-2-3{
  visibility: hidden;
  }
  
  
  div.jms-testimonial-star-rating{
  background:#ff6900;
  color: white;
  border-radius: 10%;
  margin-left: 278px
  
  
  
  
  }
  
  div.jms-testimonial-author > div > div.jms-testimonial-name.wp-block-jmsthemes-testimonial__name__text{
  
  }
  
  div.jms-testimonial-content{
  border-color: #ff6900;!important
  
  }
  
  
  div.owl-nav.jms-nav.nav-type-5{
  margin-left: 1000px;
  }
  
  .wp-block-jmsthemes-blocks-testimonial .jms-testimonial-style-2 .jms-testimonial-content {
    position: relative;
    padding: 2rem 1.5rem 1rem 2rem;
    border-radius: 4px;
    border: 3px solid #ff6900;
  }
  
  
  div.jms-testimonial-author{
  margin: -59px;
  }
  
  #_fpgxd6y0s > div.owl-stage-outer > div > div:nth-child(4) > div > div > div.jms-testimonial-author > div > div{
  margin-top: -85px
  }
  
  #_fpgxd6y0s > div.owl-stage-outer > div > div:nth-child(5) > div > div > div.jms-testimonial-author > div > div{
  margin-top: -85px
  }
  
  #_fpgxd6y0s > div.owl-stage-outer > div > div:nth-child(6) > div > div > div.jms-testimonial-author > div > div{
  margin-top: -85px
  }
  
  #_fpgxd6y0s > div.owl-stage-outer > div > div:nth-child(7) > div > div > div.jms-testimonial-author > div > div{
  margin-top: -85px
  }
  
  #lgpd.lgpd-content{
  display: none;
  }
  
  body > main > article > div > div.wp-block-columns > div:nth-child(2) > p{
  padding-left: 0!important;
  }
  
  .form-all-content{
  padding: 180px;
  padding-top: 45px;
  padding-bottom: 45px;
  }
  
  .wpcf7 .wpcf7-form .wpcf7-response-output {
  color: #FF6900;
  font-size: 1.8rem;
  font-weight: 600;
  }
  
  /* Anexar - Form */
  
  .input-anexar-aqui::before {
  content: 'Anexe aqui' !important;
  }
  
  /* Anexar - Form */
  
  @media only screen and (max-width: 768px) {
  
  .form-all-content{
  padding: 5px;
  }
  
  .wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-file {
     width: 109%;
  }
  }
  
  /* Formulario */
  
  .radioboxorientador{
  display: flex;
  padding: 20px;
  }
  .radioboxorientador .wpcf7-list-item-label{
  margin-left: 35%;
  margin-top: -45%;
  }
  .wpcf7-form-control.wpcf7-radio.radioboxorientador .last{
  margin-left: 20%;
  }
  .OrientadoeOrientador .last{
  margin-top: 2%;
  }
  
  .textosinput{
  font-family: Sora;
  font-size: inherit;
  }
  
  small{
  font-size: 16px;
  }
  
  span.wpcf7-form-control-wrap.telefone span.mailto-message{
  display: none;
  }
  
  .wpcf7-form-control.wpcf7-submit{
  margin-left: 10% !important;
  }
  
  .wpcf7-select, .wpcf7-textarea{
  font-size: inherit;
  font-family: Sora;
  resize: none;
  }
  
  .grupotextarea{
  padding: 0 1rem;
  width: 100%;
  }
  
  /* Formulario */
  
  
  
  /* Comentários do Blog */
  
  .comment-form-url{
  display: none;
  }
  
  .form-submit input.submit{
  background-color: #A59C94;
  color: white;
  font-size: 18px;
  padding: 10px;
  border: none;
  border-radius: 5px;
  }
  
  .form-submit input.submit:hover{
  background-color: #FF6900;
  }
  
  #comments{
  max-width: 1200px;
  }
  .commentmetadata{
  display: flex;
  }
  
  .comments-title{
  display: none;
  }
  
  
  li::before{
  display: none;
  }
  
  .fn{
  text-transform: capitalize;
  }
  
  .comments-area {
  margin: 30px auto;
  max-width: 100%;
  font-size: 12px;
  }
  
  .comments-area textarea {
  width: 100%;
  }
  
  .comment-body  {
  border: 1px solid #ddd;
  background: #f9f9f9;
  padding: 15px;
  margin: 15px 0;
  }
  
  .comment-reply-title,
  .comments-title {
  font: 700 16px/1.5 Roboto;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  }
  
  .comment-list {
  list-style: none;
  margin: 0 0 30px 0;
  }
  
  .comment-author {
  font-size: 14px;
  line-height: 1.7142857142;
  }
  
  .comment-list .reply,
  .comment-metadata {
  font-size: 10px;
  text-transform: uppercase;
  }
  
  .comment-reply-link {
  padding: 5px 10px;
  color: #fff;
  display: inline-block;
  background: #1e88e5;
  }
  
  .comment-author .fn {
  font-weight: 900;
  margin-left: 10px;
  font-size: 16px;
  }
  
  .comment-list article,
  .comment-list .pingback,
  .comment-list .trackback {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
  padding-top: 24px;
  }
  
  .comment-list > li:first-child > article,
  .comment-list > .pingback:first-child,
  .comment-list > .trackback:first-child {
  border-top: 0;
  }
  
  .comment-author {
  position: relative;
  }
  
  .comment-author .avatar {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2px;
  border-radius: 35px;
  }
  
  .says {
  display: none;
  }
  
  /*.comment-author,
  .comment-awaiting-moderation,
  .comment-content,
  .comment-metadata {
  padding-left: 30px;
  }*/
  
  .comment-edit-link {
  margin-left: 10px;
  }
  
  .comment-content {
  -webkit-hyphens: auto;
  -moz-hyphens:    auto;
  -ms-hyphens:     auto;
  hyphens:         auto;
  word-wrap: break-word;
  }
  
  .comment-content ul,
  .comment-content ol {
  margin: 0 0 24px 22px;
  }
  
  .comment-content li > ul,
  .comment-content li > ol {
  margin-bottom: 0;
  }
  
  .comment-content > :last-child {
  margin-bottom: 0;
  }
  
  .comment-list .children {
  list-style: none;
  margin-left: 15px;
  }
  
  .comment-respond {
  margin-bottom: 24px;
  padding: 0;
  }
  
  .comment .comment-respond {
  margin-top: 24px;
  }
  
  .comment-respond h3 {
  margin-top: 0;
  margin-bottom: 24px;
  }
  
  .comment-notes,
  .comment-awaiting-moderation,
  .logged-in-as,
  .no-comments,
  .form-allowed-tags,
  .form-allowed-tags code {
  color: #767676;
  }
  
  .comment-notes,
  .comment-awaiting-moderation,
  .logged-in-as {
  font-size: 14px;
  line-height: 1.7142857142;
  }
  
  .no-comments {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  margin-top: 24px;
  text-transform: uppercase;
  }
  
  .comment-form label {
  display: block;
  }
  
  .comment-form input[type="text"],
  .comment-form input[type="email"],
  .comment-form input[type="url"] {
  width: 100%;
  }
  
  .form-allowed-tags,
  .form-allowed-tags code {
  font-size: 12px;
  line-height: 1.5;
  }
  
  .required {
  color: #c0392b;
  }
  
  .comment-reply-title small a {
  color: #2b2b2b;
  float: none;
  overflow: hidden;
  font-size: 12px;
  display: block;
  clear: both;
  }
  
  .comment-navigation {
  font-size: 12px;
  line-height: 2;
  margin-bottom: 48px;
  text-transform: uppercase;
  }
  
  .comment-navigation .nav-next,
  .comment-navigation .nav-previous {
  display: inline-block;
  }
  
  .comment-navigation .nav-previous a {
  margin-right: 10px;
  }
  
  #comment-nav-above {
  margin: 15px 0;
  }
  
  .comment-reply-link{
  display: none;
  }
  
  /* Comentários do Blog */
  
  /*Tarja de Lançamento*/
  .tarja{
  padding: 5px 5px!important;
  border-radius: 10px;
  color: #FFF;
  font-weight: 600;
  font-size: 14px;
  max-width: 160px;
  text-align: center;
  display: inline-block;
  bottom: 300px;
  left: 148px;	
  font-weight: 600;
  margin-bottom: 1px;
  }
  
  
  .tarja_lancamento{
  width: 100%;
  }
  
  
  :lang(es) .no-bootstrap {
      font-size: 1.0em;
      font-weight: 300;
      letter-spacing: .01em;
      line-height: 1.6;
      font-family: Sora, Effra, Roboto;
      text-rendering: optimizeLegibility;
  }
  .mailto-message {
      top: 1px;
      left: 50%;
      margin-bottom: -5px;
      transform: translate(-50%, -100%);
      position: absolute;
      display: none;
      width: auto;
      white-space: nowrap;
      font-size: 12px;
      background-color: black;
      color: white;
      padding: 2px 6px;
      border-radius: 2px;
  }
  
  .no-bootstrap{
    /*font-size: 1.4em;*/
    font-weight: 300;
    letter-spacing: .01em;
    line-height: 1.6;
    font-family: Sora,Effra,Roboto;
    text-rendering: optimizeLegibility;
  }
  
  .mailto-link {
      position: relative;
      padding: 8px 0;
  }
  .mailto-message {
      top: 1px;
      left: 50%;
      margin-bottom: -5px;
      transform: translate(-50%, -100%);
      position: absolute;
      display: none;
      width: auto;
      white-space: nowrap;
      font-size: 12px;
      background-color: black;
      color: white;
      padding: 2px 6px;
      border-radius: 2px;
      &:after,
      &:before {
          content: '';
      }
      &:before {
          top: 100%;
          left: 50%;
          border: solid transparent;
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          border-color: rgba(0, 0, 0, 0);
          border-top-color: #000000;
          border-width: 4px;
          margin-left: -4px;
      }
  }
  
  .telefone {
      position: relative;
      padding: 8px 0;
  }
  
  .telefone:hover .mailto-message,
  .telefone:focus .mailto-message,
  .telefone:focus-within .mailto-message {
      display: block;
  }
  
  .mailto-link:hover .mailto-message,
  .mailto-link:focus .mailto-message,
  .mailto-link:focus-within .mailto-message {
      display: block;
  }
  
  #carouselProdutos .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-top: none;
    border-bottom: none;
    border-radius: 10px;
    background-color: #ff6900;
  }
  
  #carouselProdutos .carousel-indicators {
    bottom: -20px;
  }
  
  .magnify {
    margin: 20px auto;
    display: inline-block;
    position: relative;
  }
  .magnify .magnified {
    display: block;
    z-index: 10;
    margin: auto;
  }
  .magnify .magnifier {
    height: 190px;
    width: 190px;
    position: absolute;
    z-index: 20;
    border: 4px solid white;
    border-radius: 50%;
    background-size: 200%;
    background-repeat: no-repeat;
    margin-left: -100px !important;
    margin-top: -100px !important;
    pointer-events: none;
    display: none;
  }
  
  .carousel .tns-controls [type="button"][data-controls="prev"], .carousel .tns-controls [type="button"][data-controls="next"] {
    filter: brightness(100);
  }
  
  .lp_google .limit{max-width: 700px;margin-right: auto !important;}
  .lp_google2 .limit{max-width: 700px!important;margin-right: auto !important;}
  .lp_google h2{
    max-width: 328px!important;
    margin-left: 0!important;
    font-size: 36px;
    line-height: 35px;
    font-family: SoraLight;
  }
  .lp_google p{
    max-width: 400px!important;
    margin-left: 0!important;
    line-height: 20px;
  }
  
  .lp_google p:last-of-type{
    max-width: none !important;
    font-family: SoraLight;
    line-height: 35px;
  }
  
  .lp_google p:last-of-type strong{
    font-weight: 900;
    font-family: Sora;
  }
  
  .lp_google .wp-block-button .wp-block-button__link{
    box-shadow: none;
    background-color: #fff;
    text-transform: none;
  }
  
  @media (min-width: 1300px){
    .fig-caption-img figcaption{
      left: 20%;
    }
    .header__menu {
      margin: auto;
    }
    .header__menu .menu > .menu-item > a{padding: 0 2rem;}
  }
  
  @media (min-width: 1200px){
    .onde-comprar-g .store-list__item{width:50%;padding:.75rem}
    .header__menu {
      margin: auto 15px;
    }
  
    .header__menu .menu > .menu-item > a{padding: 0 1.1rem!important;}
  }
  
  @media screen and (max-width: 959px){
    .ordem-0 .wp-block-media-text:not(.has-pattern) .wp-block-media-text__content {
      order: 0;
    }
  }
  
  @media(max-width:640px){
    .news_lojista .newsletter__form {
      width: 100%;
    }
    .news_lojista .newsletter__form{padding: 0;}
    .page-hero__search, .page-hero__title {
      top: -83px;
    }
    .page-hero__search input {
      height: 40px;
    }
  
    #pag404{
      background: url(../img/bg_404_mobile.jpg) no-repeat center;
      background-size: 440px auto;
    }
  
    #pag404 .limit {
      margin-left: auto;
      margin-top: 40%;
    }
    .-footer_sac{text-align: left;}
  
    .footer__app img {
      margin: 0;
      height: 50px;
      width: auto;
    }
  
    #ra-widget-reputation .ra-widget-reputation-holder .ra-widget-reputation-content .ra-widget-reputation-text {
      font-size: 10px;
      text-transform: uppercase;
      font-weight: 700;
      margin: 0px auto 2px!important;
    }
  
    #ra-widget-reputation .ra-widget-reputation-holder .ra-widget-reputation-content .ra-widget-reputation-logo {
      width: 68px !important;
      margin: 0px auto;
    }
  
    #ra-widget-reputation .ra-widget-reputation-holder .ra-widget-reputation-content {
      height: 68px !important;
      width: 70px!important;
    }
    #ra-widget-reputation {
      max-height: 70px !important;
      width: 74px !important;
    }
  
    .footer .grid .grid__item{margin: 0;}
  
    .wp-block-coblocks-row:not([data-columns="1"]) {
      display: block;
    }
    .destaques-lojistas li {
      width: 100%;
    }
  
    .blog-lojista img{max-height: 100px;}
    .blog-lojista p{font-size: 18px!important; text-align: center!important;}
  
  
  
  
    .where-sac div{
      text-align: left;
      }
  
      .onde-comprar-g .store {
        padding: 0rem 2rem 0rem 2rem;
      }
  
      .form-lojaonline{
      margin-top: -47px;
      }
      .form-lojaonline span {
        font-size: 16px;
      }
  
      .form-lojaonline .where-filter .btn-search span {
        display: inline;
      }
      .form-lojaonline .btn-search {
        padding: 7px 14px;
      }
  
      .sl-shortcode-block{
        margin-top: 0px;
      }
  
      .fig-caption-img figcaption {
        font-size: 18px;
        top: 105px;
        left: 27px;
      }
  
      .fig-caption-img figcaption em {
        font-size: 15px;
      }
  
      .header__search-btn .icon {
        margin-top: 30px;
      }
  
      .magnify .magnifier {
        height: 90px!important;
        width: 90px!important;
        background-size: 250%!important;
        margin-left: -20px !important;
        margin-top: -50px !important;
      }
  
      .lp_google{
        background-size: contain;
        background-color: #dddada;
        background-position: top !important;
      }
  
      .lp_google h2 {
        max-width: 190px !important;
        font-size: 30px!important;
        line-height: 29px;
      }
      .lp_google p {
        margin-top: 25px;
      }
      .lp_google p:last-of-type{
        margin-top: 0;
      }
  }
  
  
  @media (min-width: 320px) and (max-width: 480px) {
  .tarja.produto{
    font-size: 17px;		
  }
  .tarja{
    bottom: 94%;
    left: 28%
  }
  }
  
  @media screen and (min-width: 1240px){
  .wp-content > h5, .wp-content > p, .wp-content > ul{
  padding-left: calc((100% - 1180px)/2)!important;
  padding-right: calc((100% - 1180px)/2)!important;
  }
  
      #survey_966846, #hotjar_widget{
          position: fixed;
    bottom: 0px;
    right: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
      }
  }
  
  @media screen and (min-width:1440px){
    .limit{max-width:1400px}
  }
  @media screen and (min-width:1640px){
    .limit{max-width:1500px}
  }
  @media screen and (min-width:2000px){
    .limit{max-width:1800px}
  }
  
  
  .wpcf7__col small {
  font-size: 12px;
  font-weight: 500;
  }
  
  .wp-block-coblocks-row[data-columns="1"] .wp-block-coblocks-column__inner > [class*="wp-block-"] {
  max-width: none;
  }.container, .container-lg, .container-md, .container-sm, .container-xl {
  
    max-width: 1200px!important;
  
  }
  
  .grecaptcha-badge{display:none!important;}
  
  
  
  /*Fim*/
  /* NEWSLETTER ONGS INICIO */
  
  .news-ong .newsletter__form .wpcf7-form input {
    background-color: #edece5;
  }
  
  .news-ong .newsletter__form .wpcf7-form a {
    color: #ff6900;
  }
  .news-ong .newsletter__info {
    margin-left: 0;
    font-size: 1.8rem;
  }
  
  .news-ong .newsletter__form .wpcf7-form .wpcf7-form-control.wpcf7-submit {
    background-color: #003662;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 20px;
    min-width: auto;
  }
  .news-ong .newsletter__form .wpcf7 .wpcf7-form label > small .wpcf7-not-valid {
    color: #201d1d;
  }
  
  /* NOVO PADRÃO DE TABELA */
  .tabela-padrao table tr:nth-child(2n+1){
    background: #ff6900;
  color: #fff;
  }
  
  
  .swiper-slide, .swiper-slide-thumbnail {
      flex-direction: column;
      justify-content: unset;
  }
  
   .a.button--small.content-universitarios-premios-de-pesquisa {
      display:none;
  }
  
  .header__language .menu-lang .menu-item img {
      vertical-align: middle;
  }
  
  #news-submit[type="submit"]:disabled {
      background-color: #FF6900;
      color: #fff;
      cursor: not-allowed;
      pointer-events: none;
      filter: brightness(0.5);
  }
  #filhotes_button[type="submit"]:disabled {
      color: #fff;
      cursor: not-allowed;
      pointer-events: none;
      opacity: 0.5;
  }
  
  #filhotes_button[type="submit"]:hover {
      transition: 0.2s all;
      transform: translateY(3px);
  }
  
  #premioSubmit[type="submit"]:disabled {
      color: #fff;
      cursor: not-allowed;
      pointer-events: none;
      opacity: 0.5;
  }
  
  #premioSubmit[type="submit"]:hover {
      transition: 0.2s all;
      transform: translateY(3px);
  }
  
  
  input#peso_atual {
      font-size: 15px;
  }
  
  @media screen and (max-width: 1000px) {
    .elementor-202284 .elementor-element.elementor-element-b68ca4a,
    .elementor-202263 .elementor-element.elementor-element-b68ca4a{
      --grid-row-gap: 5px!Important;
    }
  
    .elementor-element.elementor-element-c1594c4.elementor-widget.elementor-widget-text-editor,
    .elementor-element.elementor-element-f7d482c.elementor-widget.elementor-widget-text-editor {
      font-size: 8px;
    }
  
    .elementor-element.elementor-element-0925609.elementor-widget.elementor-widget-text-editor {
      font-size: 13px;
    }
    .elementor-element.elementor-element-3b9dad1.elementor-widget.elementor-widget-text-editor {
        margin-bottom:33px;
    }
  }
  
  ._hj-YR-2H__Feedback__container {
          z-index: 10!Important;
  }
  
  /* Aplique estilos às imagens dentro da galeria */
  figure.wp-block-gallery.has-nested-images figure.wp-block-image img {
      display: block;
      width: 100%;
      object-fit: contain;
      height: 100px;
  }
  
  .has-orange-background-color {
      background-color: #ff6900;
  }
  
  #breadcrumbs .content-caes, #breadcrumbs .content-gatos {
      color: #ff6900;
  }
  
  .content-caes {
      color:white;
  }
  
  .content-gatos {
      color:white;
  }
  
  @media screen and (max-width: 767px) {
      .home_image {
          margin-top: 26px!important;
      }
  }
  
  ._hj-Pbej5__styles__resetStyles a{
      pointer-events: none;
  }
  a.btn-inscreva-parceiros.px-4.py-3.content-xabHQqV1o9V4sCMCA{
      display: flex;
      justify-content: center;
      margin: 0 64px;
  }
  
  .bg-laranja {
      background-color: #FF6900;
  }
  
  .premios {
    display:none;  
  } 
  
  .premio {
    display:none;  
  }
  
  .primeiro-premio {
      display:block;
  }
  
  .titleOndeComprar {
      color: white!important;
      font-size: 3.6rem!important;
  }
  
  .page-id-35800 .page-hero__search h2 {
      color:white!important;
  }
  
  #logoPopup {
      object-fit: contain;
  }
  
  .guia-de-pet-parceiros {
      padding-bottom:100px;
  }
  
  .selectize-input {
      padding: 8px 28px 8px 8px;
  }
  
  .postid-211145 .eael-post-elements-readmore-btn {
      display: block!important;
  }
  
  
  .enter-popup {
      display: none; /* Inicialmente escondido */
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5); /* Fundo semi-transparente */
      z-index: 9999; /* Garante que o popup fique sobre outros conteúdos */
      align-items: center;
      justify-content: center;
      text-align: center;
      overflow: hidden; /* Garante que o conteúdo do popup não saia da tela */
  }
  
  .enter-popup .popup-content {
    position: relative;
    /* background: #fff; */
    padding: 20px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .enter-popup .popup-content img {
      max-width: 40%; /* Ajusta a imagem para o tamanho da caixa */
      height: auto;
      display: block; /* Remove o espaço abaixo da imagem */
  }
  
  .enter-popup .close-popup {
      position: absolute;
      top: 8%;
      left: 68%;
      transform: translate(-50%, -50%);
      cursor: pointer;
      font-size: 32px;
      color: white;
      border: 1px solid #ddd;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 1;
  }
  
  @media (max-width: 768px) {
    .enter-popup .popup-content img {
      max-width: 100%;
      }
      
      .enter-popup .popup-content {
      height: 100vh;
      }
      
      .enter-popup .close-popup {
      top: 28%;
      left: 87%;
      }
  
  }
  
  .page-id-226614 select {
      background-image: unset!important;
      padding-right: 0;
  }
  .page-id-226614 select:focus {
      background-image: unset!important;
  }
  
  .elementor-message.elementor-message-success {
      background-color: #4CAF50; /* Cor de fundo (verde, por exemplo) */
      color: #fff; /* Cor do texto */
      border: 2px solid #4CAF50; /* Borda */
      border-radius: 10px; /* Bordas arredondadas */
      padding: 20px; /* Espaçamento interno */
      font-size: 18px; /* Tamanho da fonte */
      font-family: 'Arial', sans-serif; /* Tipo de fonte */
      text-align: center; /* Centralizar o texto */
      box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Sombra para dar destaque */
  }
  
  .elementor-message.elementor-message-success {
      animation: fadeIn 1s ease-in-out;
  }
  
  @keyframes fadeIn {
      from {
          opacity: 0;
          transform: translateY(-20px);
      }
      to {
          opacity: 1;
          transform: translateY(0);
      }
  }
  
  ul.elementor-inline-items.elementor-icon-list-items.elementor-post-info {
      list-style: none;
  }
  
  .elementor-kit-193956 p {
      margin-bottom: 11px ! Important;
  }
  
  .page-id-203794 button.slick-next.slick-arrow {
      transform: scaleX(-1);
  }
  
  :lang(en) .wp-content {
      padding: 50px 0;
  }
  
  .choices__list--dropdown, .choices__list[aria-expanded] {
    z-index: 10!important;
  }