/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg"); }
@font-face {
  font-family: 'FontBrands';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg"); }
@font-face {
  font-family: 'open_sanslight';
  src: url("../fonts/OpenSans-Light-webfont.eot");
  src: url("../fonts/OpenSans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Light-webfont.woff") format("woff"), url("../fonts/OpenSans-Light-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Light-webfont.svg#open_sanslight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sansextrabold';
  src: url("../fonts/OpenSans-ExtraBold-webfont.eot");
  src: url("../fonts/OpenSans-ExtraBold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-ExtraBold-webfont.woff") format("woff"), url("../fonts/OpenSans-ExtraBold-webfont.ttf") format("truetype"), url("../fonts/OpenSans-ExtraBold-webfont.svg#open_sansextrabold") format("svg");
  font-weight: normal;
  font-style: normal; }
.fab:before, .fab:after {
  font-family: 'FontBrands'; }

.fa:before, .fa:after {
  font-family: 'Font Awesome 5 Free';
  /*font-weight: 900;*/ }

body {
  font-family: "open_sanslight";
  background: #f3f3f3; }

p {
  line-height: 20px;
  font-size: 16px;
  color: #343434; }

:focus {
  outline: 0; }

.col-50 {
  width: 50%; }

.header-fixed {
  background: rgba(255, 255, 255, 0.95);
  transition: all 500ms ease 0s; }
  .header-fixed .centro {
    padding: 10px 25px;
    height: 65px;
    transition: all 500ms ease 0s; }
  .header-fixed img {
    width: 80px;
    height: auto;
    transition: all 500ms ease 0s; }
  .header-fixed ul {
    transition: all 500ms ease 0s;
    margin-top: 15px; }
  .header-fixed .menu a {
    color: #343434; }

.centro {
  max-width: 1266px;
  padding: 25px;
  margin: auto;
  box-sizing: border-box;
  transition: all 250ms ease 0s; }

.d-flex {
  display: flex; }

.title-home {
  font-size: 121px;
  font-family: "open_sansextrabold";
  text-transform: uppercase; }

header {
  width: 100%;
  position: fixed;
  top: 0px;
  background: transparent;
  transition: all 250ms ease 0s;
  z-index: 10; }
  header img {
    width: 200px;
    transition: all 500ms ease 0s; }
  header ul {
    transition: all 500ms ease 0s;
    margin-top: 40px; }
  header li {
    margin-left: 30px; }
    header li:first-child {
      margin-left: 0px; }
  header .logo a {
    display: inline-block; }
  header .menu a {
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    position: relative; }
    header .menu a:before {
      content: '';
      width: 100%;
      height: 2px;
      background: #f11b27;
      position: absolute;
      bottom: -8px;
      opacity: 0;
      transition: all 250ms ease 0s; }
    header .menu a:hover:before {
      opacity: 1;
      transition: all 250ms ease 0s; }

.logo {
  flex: 1; }

.header-interna img {
  width: 150px;
  height: auto; }

.header-interna img {
  width: 150px;
  height: auto; }

.header-fixed.header-interna img {
  width: 80px;
  height: auto;
  transition: all 500ms ease 0s; }

nav input[type="checkbox"], nav label {
  display: none; }

.icone-menu {
  transform: rotate(0deg);
  transition: .5s ease;
  cursor: pointer;
  padding: 5px;
  width: 37px;
  height: 37px;
  box-sizing: border-box;
  margin: -5px -10px;
  z-index: 3;
  position: absolute;
  top: 22px;
  right: 25px; }

.icone-menu span {
  display: block;
  position: absolute;
  height: 4px;
  width: 80%;
  background: #f11b27;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  right: 0px;
  margin: auto;
  transform: rotate(0deg);
  transition: .25s ease; }

.icone-menu span:nth-child(1) {
  top: 5px; }

.icone-menu span:nth-child(2), .icone-menu span:nth-child(3) {
  top: 15px; }

.icone-menu span:nth-child(4) {
  top: 25px; }

.icone-menu.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%; }

.icone-menu.open span:nth-child(2) {
  transform: rotate(45deg); }

.icone-menu.open span:nth-child(3) {
  transform: rotate(-45deg); }

.icone-menu.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

.apresentacao {
  position: relative;
  height: 620px;
  background: url(../img/banner-home.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
  color: #fff; }
  .apresentacao:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+99&0.8+0,0.2+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.11) 99%, rgba(0, 0, 0, 0.2) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.11) 99%, rgba(0, 0, 0, 0.2) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.11) 99%, rgba(0, 0, 0, 0.2) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#33000000',GradientType=0 );
    /* IE6-9 */ }
  .apresentacao .centro {
    height: 100%;
    display: flex;
    justify-content: flex-end; }
  .apresentacao .content {
    width: 50%;
    text-align: right;
    position: relative;
    align-self: center; }
  .apresentacao h1 {
    font-family: "open_sansextrabold";
    font-size: 50px;
    margin-bottom: 35px; }
  .apresentacao p {
    font-size: 22px;
    line-height: 25px;
    color: #fff; }

.produtos .title-home {
  color: #f11b27;
  position: relative;
  margin-top: -68px; }

.lista-box {
  flex-wrap: wrap;
  padding: 70px 0px; }
  .lista-box li {
    width: calc(25% - 40px);
    margin: 20px; }
  .lista-box .item .content {
    padding: 15px;
    background: #fff;
    text-align: center; }
    .lista-box .item .content h2, .lista-box .item .content h3 {
      color: #f11b27;
      margin-bottom: 15px;
      font-family: "open_sansextrabold";
      text-transform: uppercase; }
    .lista-box .item .content p {
      line-height: 25px; }
  .lista-box figure {
    overflow: hidden; }
    .lista-box figure img {
      width: 100%;
      height: auto;
      display: block;
      transform: scale(1);
      transition: all 250ms ease 0s; }
    .lista-box figure:hover img {
      transform: scale(1.05);
      transition: all 250ms ease 0s; }
  .lista-box .bt-saiba-mais {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background: #f11b27;
    color: #fff;
    display: block;
    text-decoration: none;
    text-align: center;
    margin-top: 5px;
    transition: all 500ms ease 0s; }
    .lista-box .bt-saiba-mais:hover {
      background: #ca000b; }

.lista-box.lista-box-dark .content {
  background: #343434; }
  .lista-box.lista-box-dark .content h3 {
    color: #f11b27; }
  .lista-box.lista-box-dark .content p {
    color: #fff; }

.cta-mais-produtos {
  height: 100%;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-size: 38px;
  text-transform: uppercase;
  font-family: "open_sansextrabold";
  background: #000;
  display: block; }
  .cta-mais-produtos .content {
    height: 100%;
    overflow: hidden;
    padding: 25px;
    box-sizing: border-box;
    position: relative;
    align-items: center; }
    .cta-mais-produtos .content h3 {
      width: 100%;
      position: relative;
      line-height: 50px;
      color: #fff;
      transform: scale(1);
      transition: all 500ms ease 0s; }
      .cta-mais-produtos .content h3 span {
        color: #f11b27; }
    .cta-mais-produtos .content:before {
      content: '';
      background: url(../img/bg-cta-mais-produtos.jpg) no-repeat;
      background-size: cover;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0px;
      left: 0px;
      opacity: 1;
      transform: scale(1);
      transition: all 500ms ease 0s; }
  .cta-mais-produtos:hover h3 {
    transform: scale(0.95);
    transition: all 500ms ease 0s; }
  .cta-mais-produtos:hover .content:before {
    opacity: .7;
    transform: scale(1.05);
    transition: all 500ms ease 0s; }
  .cta-mais-produtos:after {
    content: '+';
    height: 36px;
    font-size: 65px;
    background: #f11b27;
    position: absolute;
    bottom: -10px;
    right: -10px;
    color: #fff;
    font-family: "open_sansextrabold";
    padding: 15px;
    line-height: 30px;
    transition: all 500ms ease 0s; }
  .cta-mais-produtos:hover:after {
    background: #ca000b;
    transition: all 500ms ease 0s; }

.centralizar {
  text-align: center; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

footer {
  background: #f11b27;
  color: #fff; }
  footer > .centro {
    padding: 100px 25px 50px 25px; }
    footer > .centro div {
      width: 20%; }
  footer .logo {
    width: 120px;
    height: auto;
    display: block; }
  footer h4 {
    font-size: 18px;
    font-family: "open_sansextrabold";
    text-transform: uppercase;
    margin-bottom: 25px;
    display: block; }
  footer a {
    color: #fff;
    text-decoration: none;
    margin-bottom: 15px;
    display: block; }
  footer address {
    margin-top: -10px;
    color: #fff;
    line-height: 30px; }
  footer .footer-bottom {
    border-top: 5px solid #fff;
    background: #343434; }
    footer .footer-bottom p {
      color: #bbbbbb; }
    footer .footer-bottom .centro {
      padding: 50px 25px; }

.banner {
  position: relative;
  height: 360px; }
  .banner .centro {
    position: relative;
    height: 100%;
    display: flex;
    align-items: flex-end;
    box-sizing: border-box; }
  .banner h1 {
    font-family: "open_sansextrabold";
    font-size: 70px;
    text-transform: uppercase;
    color: #fff; }
  .banner:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.5); }

.miolo {
  padding: 50px 0px; }
  .miolo .align-center {
    align-items: center; }
  .miolo .col-50 {
    width: 50%; }
  .miolo .col-figure {
    padding: 25px;
    text-align: center; }
    .miolo .col-figure img {
      width: 100%;
      height: auto;
      display: block; }
  .miolo p {
    margin-bottom: 25px;
    line-height: 30px;
    font-size: 16px; }

.cta-contato-interna {
  padding: 50px;
  text-align: center;
  position: relative;
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  overflow: hidden;
  margin-top: 25px; }
  .cta-contato-interna .content {
    transition: all 250ms ease 0s;
    transform: scale(1); }
  .cta-contato-interna:hover .content {
    transition: all 250ms ease 0s;
    transform: scale(0.95); }
  .cta-contato-interna p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 30px;
    line-height: 45px;
    position: relative; }
  .cta-contato-interna .titulo {
    font-family: "open_sansextrabold";
    font-size: 50px;
    text-transform: uppercase;
    line-height: 65px; }
    .cta-contato-interna .titulo span {
      color: #f11b27; }
  .cta-contato-interna:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #343434 url(../img/bg-cta-contato.png) no-repeat;
    background-position: center left;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all 250ms ease 0s;
    transform: scale(1); }
  .cta-contato-interna:hover:before {
    background: #000 url(../img/bg-cta-contato.png) no-repeat;
    background-position: center left;
    transition: all 250ms ease 0s;
    transform: scale(1.05); }

.paginacao {
  text-align: center;
  margin-top: 50px; }

.paginacao .active {
  font-weight: bold; }

.paginacao li, .paginacao span, .paginacao a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #333;
  margin: 0px 5px;
  text-decoration: none;
  transition: all 250ms ease 0s; }

.paginacao a:hover {
  background: #333;
  border-radius: 3px;
  color: #fff;
  transition: all 250ms ease 0s; }

.paginacao .prev, .paginacao .next {
  background: #333;
  border-radius: 3px;
  color: #fff;
  position: relative; }

.paginacao .prev span {
  visibility: hidden; }

.paginacao .next span {
  visibility: hidden; }

.paginacao .prev.current {
  background: #ccc; }

.paginacao .next.current {
  background: #ccc; }

/*.paginacao span{
	visibility: hidden;
}*/
.paginacao .prev:before, .paginacao .next:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  font-size: 20px; }

.paginacao .prev:before {
  content: '\f104'; }

.paginacao .next:before {
  content: '\f105'; }

.breadcrumbs {
  margin-bottom: 70px;
  display: flex;
  font-size: 14px; }
  .breadcrumbs li {
    margin-right: 5px;
    color: #f11b27; }
    .breadcrumbs li:after {
      content: '\00bb';
      font-family: arial;
      margin-left: 5px;
      color: #878787; }
    .breadcrumbs li:last-child:after {
      display: none; }
  .breadcrumbs a {
    color: #878787;
    text-decoration: none; }
    .breadcrumbs a:hover {
      text-decoration: underline; }

.bt-social {
  width: 45px;
  height: 45px;
  border-radius: 50px;
  display: inline-block;
  margin: 0px 5px;
  line-height: 45px;
  color: #fff;
  text-decoration: none;
  font-size: 25px;
  text-align: center; }

.bt-social span {
  display: none; }

.facebook {
  background: #3c5b9b;
  transition: all 500ms ease 0s; }

.facebook:hover {
  background: #193a7c;
  transition: all 500ms ease 0s; }

.facebook:before {
  content: '\f39e'; }

.whatsapp {
  background: #3ebe2b;
  transition: all 500ms ease 0s; }

.whatsapp:hover {
  background: #268c17;
  transition: all 500ms ease 0s; }

.whatsapp:before {
  content: '\f232'; }

.telegram {
  background: #27a5e7;
  transition: all 500ms ease 0s; }

.telegram:hover {
  background: #1382bd;
  transition: all 500ms ease 0s; }

.telegram:before {
  content: '\f3fe'; }

.twitter {
  background: #3fc1d9;
  transition: all 500ms ease 0s; }

.twitter:hover {
  background: #2e9db2;
  transition: all 500ms ease 0s; }

.twitter:before {
  content: '\f099'; }

.whatsapp-mobile {
  display: none; }

.col-menu {
  background: #f11b27;
  color: #fff;
  padding: 65px 50px;
  box-sizing: border-box;
  width: 50%; }
  .col-menu h3 {
    display: inline-block;
    background: #f11b27;
    position: relative;
    padding-right: 25px;
    z-index: 2; }
  .col-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 25px;
    font-family: "open_sansextrabold";
    margin-bottom: 30px;
    display: block;
    line-height: 30px;
    position: relative;
    transition: all 250ms ease 0s; }
  .col-menu nav {
    margin-top: 80px;
    max-width: 320px; }
  .col-menu .content {
    max-width: 570px;
    float: right; }
  .col-menu .active {
    color: #2c2c2c;
    transition: all 250ms ease 0s; }
    .col-menu .active:after {
      content: '';
      width: 200%;
      height: 1px;
      background: #fff;
      position: absolute;
      top: 50%;
      right: -110%; }

.col-content {
  width: 50%;
  color: #fff;
  padding: 100px;
  box-sizing: border-box;
  line-height: 35px;
  font-size: 22px;
  position: relative;
  display: flex;
  align-items: center;
  background: #2c2c2c url(../img/thumb-servicos.jpg) no-repeat;
  background-size: cover;
  background-position: center; }
  .col-content:before {
    content: '';
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px; }
  .col-content .slider-servicos {
    max-width: 570px; }
    .col-content .slider-servicos h3 {
      margin-bottom: 25px;
      font-family: "open_sansextrabold";
      display: none; }
    .col-content .slider-servicos p {
      color: #fff;
      line-height: 30px;
      font-size: 22px; }

.slick-slider {
  width: 100%; }

.novidades {
  padding: 50px 0px;
  background: url(../img/bg-novidades.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed; }
  .novidades h2 {
    color: #343434; }
  .novidades .cta-novidades {
    display: inline-block;
    padding: 35px 50px 35px 100px;
    background: #343434;
    color: #fff;
    font-size: 30px;
    text-decoration: none;
    font-family: "open_sansextrabold";
    text-transform: uppercase;
    margin: auto;
    position: relative;
    transition: all 250ms ease 0s;
    transform: scale(1); }
    .novidades .cta-novidades span {
      color: #f11b27; }
    .novidades .cta-novidades:hover {
      transition: all 250ms ease 0s;
      transform: scale(1.05); }
    .novidades .cta-novidades:before {
      content: '';
      width: 70.5px;
      height: 70.5px;
      position: absolute;
      background: #343434;
      top: 15px;
      right: -35px;
      transform: rotate(-45deg); }
  .novidades .cta-centralizar {
    margin-bottom: -125px; }

.novidades-interna .banner {
  background: url(../img/banner-novidades.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed; }

.novidades-interna .lista-box {
  padding: 0px 0px; }
  .novidades-interna .lista-box .item .content h2 {
    color: #f11b27;
    margin-bottom: 15px;
    font-family: "open_sansextrabold";
    text-transform: uppercase; }
.novidades-interna article {
  width: 67%; }
  .novidades-interna article img {
    max-width: 100%;
    height: auto;
    margin-bottom: 25px; }
  .novidades-interna article h2 {
    font-family: "open_sansextrabold";
    font-size: 25px;
    color: #f11b27;
    margin-bottom: 25px; }
.novidades-interna .article-content {
  align-items: start; }
.novidades-interna aside {
  width: 33%;
  position: -webkit-sticky;
  position: sticky;
  top: 90px; }
  .novidades-interna aside .centro {
    padding: 0px 25px;
    margin: inherit; }
  .novidades-interna aside .cta-contato-interna {
    margin-top: 0px; }
.novidades-interna .share {
  border-top: 1px solid #ccc;
  padding-top: 25px;
  margin-top: 25px; }
  .novidades-interna .share h3 {
    font-family: "open_sansextrabold";
    color: #f11b27;
    margin-bottom: 25px; }

.a-empresa .banner {
  background: url(../img/banner-empresa.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center; }

.politica-troca .banner {
  background: url(../img/banner-politica-troca.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center; }

.politica-venda .banner {
  background: url(../img/banner-politica-venda.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center; }

.perguntas-respostas .banner {
  background: url(../img/banner-perguntas-respostas.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center; }

.contato .banner {
  background: url(../img/banner-contato.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center; }

.produtos-interna .banner, .produto-interna .banner {
  background: url(../img/banner-produtos.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center; }

.accordeon {
  counter-reset: section; }

.accordeon-title {
  background-color: #dadada;
  padding: 20px 25px;
  cursor: pointer;
  margin-bottom: 15px;
  transition: all 250ms ease 0s; }
  .accordeon-title:before {
    counter-increment: section;
    /* Increment the section counter*/
    content: counter(section) " - "; }
  .accordeon-title:after {
    content: '+';
    font-size: 20px;
    float: right;
    color: #343434;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center; }

.accordeon-content {
  display: none;
  padding: 25px; }

.accordeon-title.open {
  color: #fff;
  background: #f11b27;
  transition: all 250ms ease 0s; }
  .accordeon-title.open:after {
    content: '-';
    color: #fff; }

.map {
  border: 1px solid #ccc; }
  .map iframe {
    width: 100%; }

address {
  margin-bottom: 50px; }
  address span {
    color: #f11b27;
    font-family: "open_sansextrabold";
    margin-bottom: 15px;
    display: block;
    text-transform: uppercase; }
  address p {
    margin-bottom: 10px !important; }

.produtos-interna .lista-categorias {
  width: 260px;
  margin-right: 20px;
  background: #fff; }
  .produtos-interna .lista-categorias h2 {
    background: #f11b27;
    padding: 25px;
    text-align: center;
    font-family: "open_sansextrabold";
    color: #fff;
    text-transform: uppercase; }
  .produtos-interna .lista-categorias ul {
    padding: 25px;
    line-height: 45px; }
  .produtos-interna .lista-categorias li {
    padding-left: 20px;
    position: relative; }
    .produtos-interna .lista-categorias li:before {
      content: '';
      position: absolute;
      left: 0px;
      top: 18px;
      width: 0px;
      height: 0px;
      border-top: 5px solid transparent;
      border-left: 5px solid #f11b27;
      border-bottom: 5px solid transparent; }
  .produtos-interna .lista-categorias a {
    color: #343434;
    text-decoration: none; }
    .produtos-interna .lista-categorias a:hover {
      text-decoration: underline; }
.produtos-interna .lista-box {
  padding: 0px;
  margin-top: -20px; }
  .produtos-interna .lista-box li {
    width: calc(33.33% - 40px); }

.produto-interna .thumb-destaque {
  border: 1px solid #ccc; }
  .produto-interna .thumb-destaque img {
    max-width: 630px;
    width: 100%;
    height: auto;
    display: block; }
.produto-interna .detalhes-produto {
  margin-left: 50px; }
  .produto-interna .detalhes-produto h2 {
    color: #f11b27;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 25px;
    font-family: "open_sansextrabold"; }
  .produto-interna .detalhes-produto h3 {
    color: #f11b27;
    font-size: 20px; }
  .produto-interna .detalhes-produto form {
    padding-right: 0px; }
.produto-interna .marca span {
  color: #f11b27; }

.form-duvidas-produto {
  margin-top: 50px; }
  .form-duvidas-produto h3 {
    margin-bottom: 25px; }

.descricao-produto {
  margin-top: 50px;
  display: block; }
  .descricao-produto h2 {
    font-family: "open_sansextrabold";
    text-transform: uppercase;
    margin-bottom: 25px;
    font-size: 18px;
    color: #f11b27; }

.ficha-tecnica {
  margin-top: 50px;
  display: block; }
  .ficha-tecnica h2 {
    font-family: "open_sansextrabold";
    text-transform: uppercase;
    margin-bottom: 25px;
    font-size: 18px;
    color: #f11b27; }
  .ficha-tecnica table {
    width: 100%; }
    .ficha-tecnica table td {
      padding: 15px;
      line-height: 30px; }
      .ficha-tecnica table td:first-child {
        padding-right: 100px; }
      .ficha-tecnica table td:last-child {
        width: 250px; }
    .ficha-tecnica table tbody tr:nth-child(2n+1) {
      background: #e1e1e1; }

form {
  padding-right: 80px; }

.form-group {
  position: relative;
  width: 100%;
  margin-bottom: 25px; }
  .form-group label {
    display: block;
    margin-bottom: 10px; }
  .form-group input, .form-group textarea {
    padding: 10px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #c8c8c8;
    background: #fff; }
  .form-group .erro {
    font-size: 12px;
    position: absolute;
    right: 0;
    color: #f11b27; }

.btn {
  padding: 10px 50px;
  color: #fff;
  border: none;
  cursor: pointer; }

.btn-red {
  background: #f11b27;
  transition: all 250ms ease 0s; }
  .btn-red:hover {
    background: #ca000b;
    transition: all 250ms ease 0s; }

#response {
  margin-top: 25px; }

.enviada {
  font-size: 14px;
  display: block;
  color: #339f40; }

.enviando {
  font-size: 14px;
  display: block;
  color: #f11b27; }

@media screen and (max-width: 1280px) {
  .cta-mais-produtos {
    font-size: 25px; }
    .cta-mais-produtos .content h3 {
      line-height: 30px; }

  .produtos .title-home {
    margin-top: 0px; }

  .title-home {
    font-size: 8vw; }

  .lista-box {
    padding: 30px 0px; } }
@media screen and (max-width: 1150px) {
  .produtos-interna .lista-box li {
    width: calc(50% - 40px);
    margin: 20px; } }
@media screen and (max-width: 950px) {
  .lista-box li {
    width: calc(50% - 40px); }

  .servicos {
    flex-wrap: wrap; }

  .col-menu {
    width: 100%;
    padding: 25px; }

  .col-content {
    width: 100%;
    padding: 50px; }

  .col-menu .content {
    max-width: 100%;
    float: none;
    text-align: center; }

  .col-menu nav {
    display: none; }

  .col-content .slider-servicos {
    max-width: 100%;
    text-align: center; }

  .slick-dots {
    bottom: -45px; }

  .slick-dots li button {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%; }

  .slick-dots li button:before {
    display: none; }

  .slick-dots li.slick-active button {
    background: #f11b27; }

  .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 10px; }

  .col-content .slider-servicos h3 {
    display: block; }

  footer > .centro div:first-child {
    display: none; }

  footer > .centro div {
    width: 25%; }

  .novidades-interna article {
    width: 100%; }

  .novidades-interna .article-content {
    flex-wrap: wrap; }

  .novidades-interna aside {
    width: 100%;
    margin-top: 25px; }

  .miolo {
    padding: 25px 0px; }

  .breadcrumbs {
    margin-bottom: 30px; }

  .novidades-interna .share {
    text-align: center; }

  .produtos-interna > .d-flex {
    flex-direction: column; } }
@media screen and (max-width: 800px) {
  header img {
    width: 80px !important;
    position: relative;
    z-index: 2; }

  header, .header-fixed {
    background: white;
    transition: all 500ms ease 0s; }

  header .centro {
    padding: 10px 25px;
    height: 65px;
    transition: all 500ms ease 0s; }

  header ul {
    transition: all 500ms ease 0s;
    margin-top: 15px; }

  header .menu a {
    color: #343434; }

  .icone-menu {
    display: block;
    z-index: 60; }

  .menu {
    width: 100%;
    height: 100%;
    margin-top: 43px;
    padding: 0px;
    position: fixed;
    top: 65px;
    overflow: auto;
    background: #f11b27;
    transition: all 500ms ease 0s;
    transform: translateX(-100%);
    text-align: center;
    flex-direction: column; }

  header li {
    margin-left: 0px;
    border-bottom: 1px solid #ff4040; }

  header li:last-child {
    border-bottom: 0px solid #fff; }

  header .menu a {
    padding: 25px;
    width: 100%;
    display: block;
    color: #fff !important;
    box-sizing: border-box; }

  header .menu a:hover {
    background: #ca000b;
    transition: all 250ms ease 0s; }

  header.menu_fixo .menu, .menu, .menu_fixo, header.menu_fixo .menu ul.submenu {
    margin-top: 0px !important;
    left: 0px; }

  .apresentacao {
    margin-top: 65px;
    height: auto; }
    .apresentacao .centro {
      padding: 50px 25px; }

  .apresentacao h1 {
    font-size: 8vw;
    line-height: 9vw; }

  .apresentacao .content {
    width: 100%;
    text-align: center; }

  .selected {
    transition: all 0.5s ease 0s;
    transform: translateX(0px); }

  .banner {
    height: auto;
    margin-top: 65px; }
    .banner .centro {
      padding: 65px 25px;
      text-align: center; }
      .banner .centro .content {
        width: 100%;
        text-align: center; }
    .banner h1 {
      font-size: 8vw; }

  .miolo .col-50 {
    width: 100%; }

  .miolo .d-flex {
    flex-wrap: wrap; }

  form {
    padding-right: 0px; }

  .produtos-interna .lista-categorias {
    width: 100%;
    margin-right: 0px;
    background: #fff;
    margin-bottom: 50px; }

  .col-categorias {
    width: 100%; }

  .produto-interna .thumb-destaque img {
    max-width: 100%; }

  .produto-interna .thumb-destaque {
    margin-bottom: 50px; }

  .produto-interna .detalhes-produto {
    margin-left: 0px; }

  .table-responsive {
    width: 100%;
    overflow-x: auto; }
    .table-responsive table {
      width: 100%;
      min-width: 800px; } }
@media screen and (max-width: 750px) {
  .breadcrumbs {
    flex-direction: column; }

  footer > .centro {
    flex-wrap: wrap; }

  footer > .centro div {
    width: 100%;
    padding-bottom: 25px;
    margin-bottom: 40px;
    text-align: center;
    border-bottom: 1px solid #ff3a3a; }

  footer > .centro div:last-child {
    margin-bottom: 0px;
    padding: 0px;
    border-bottom: none; }
    footer > .centro div:last-child address {
      margin-bottom: 0px; }

  footer .footer-bottom .centro {
    padding: 50px 25px;
    text-align: center; } }
@media screen and (max-width: 640px) {
  .novidades .cta-novidades {
    padding: 35px 50px 35px 50px; }

  .novidades .cta-novidades:before {
    display: none; } }
@media screen and (max-width: 590px) {
  .lista-box li {
    width: 100%;
    margin: 0px 0px 50px 0px; }

  .lista-box li.item-cta {
    width: 100%; }
    .lista-box li.item-cta .cta-mais-produtos .content {
      padding: 50px 25px; }

  .produtos-interna .lista-box li {
    width: 100%;
    margin: 0px 0px 50px 0px; } }

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