/*$fontWeight1: 300; // Light
$fontWeight2: 400; // Regular 
$fontWeight3: 700; // Bold
$fontWeight4: 500; // Medium
$fontWeight5: 300; // Light*/
/* line 73, ../_sass/_base.scss */
html, body {
  width: 100%;
  min-height: 100%;
  margin: 0px;
  padding: 0px;
  font-weight: 500;
  font-family: "Rubik", Helvetica, Arial, Verdana, sans-serif;
  display: block;
  color: #000;
}

/* line 83, ../_sass/_base.scss */
body {
  height: 100%;
}

/* line 86, ../_sass/_base.scss */
ul, li {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: block;
}

/* line 87, ../_sass/_base.scss */
p {
  margin: 0;
  padding: 0;
}

/* line 88, ../_sass/_base.scss */
form {
  margin: 0;
  padding: 0;
}

/* line 89, ../_sass/_base.scss */
div, input, input:focus, textarea, textarea:focus, select, select:focus {
  outline: 0 none;
}

/* line 90, ../_sass/_base.scss */
a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.5s ease-out;
  -moz-transition: color 0.5s ease-out;
  -o-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
}

/* line 95, ../_sass/_base.scss */
a:hover {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.5s ease-out;
  -moz-transition: color 0.5s ease-out;
  -o-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
}

/* line 101, ../_sass/_base.scss */
.pageSize {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  min-width: 100%;
  min-height: 100%;
  visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

/* line 104, ../_sass/_base.scss */
.ajax-data {
  position: relative;
  float: left;
  display: block;
  min-height: 48px;
  width: 100%;
  z-index: 500;
  background: url(images/loader-dark.gif) no-repeat center center;
}

/* line 114, ../_sass/_base.scss */
.wrapper.withIScroll {
  height: 100%;
  width: 100%;
}
/* line 118, ../_sass/_base.scss */
.wrapper.withIScroll .scroller {
  position: relative;
  height: 100%;
  width: 100%;
}
/* line 119, ../_sass/_base.scss */
.wrapper.withIScroll .scroller ul {
  position: relative;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
/* line 120, ../_sass/_base.scss */
.wrapper.withIScroll .scroller li {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
  float: left;
}
/* line 121, ../_sass/_base.scss */
.wrapper.withIScroll .dragging {
  -webkit-user-drag: none !important;
}

/* line 126, ../_sass/_base.scss */
section {
  position: relative;
  float: left;
  width: 100%;
  display: block;
  height: auto;
}

/* line 130, ../_sass/_base.scss */
h1, h2, h3, h4, h5, small, .geo-field {
  text-transform: none;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
}

/* line 137, ../_sass/_base.scss */
.mb-1 {
  margin-bottom: 1px;
}

/* line 140, ../_sass/_base.scss */
.mt-1 {
  margin-top: 1px;
}

/* line 143, ../_sass/_base.scss */
.ml-1 {
  margin-left: 1px;
}

/* line 146, ../_sass/_base.scss */
.mr-1 {
  margin-right: 1px;
}

/* line 150, ../_sass/_base.scss */
.mt-21 {
  margin-top: 21px;
}

/* line 154, ../_sass/_base.scss */
hr {
  margin-bottom: 20px;
}

/* line 160, ../_sass/_base.scss */
.loadie {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #df0108;
  width: 0;
  height: 4px;
  z-index: 999999;
  -webkit-transition: width 0.1s ease-out;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
}

/* line 175, ../_sass/_base.scss */
.assinaturas {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 750;
  width: 45px;
  height: 11px;
  visibility: visible !important;
  opacity: 0.075;
  *filter: alpha(opacity=75);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=075)";
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
/* line 182, ../_sass/_base.scss */
.assinaturas .signUzzye {
  width: 45px;
  height: 11px;
  background: url(images/assinaturas-black.png) no-repeat center center;
  background-size: contain;
}

/* line 189, ../_sass/_base.scss */
.assinaturas:hover {
  opacity: 1;
  *filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* line 195, ../_sass/_base.scss */
.navbar .brand-img {
  max-height: 29px;
}

/* line 202, ../_sass/_base.scss */
.preloader-it {
  background: none;
}

/* line 208, ../_sass/_base.scss */
.error-frame {
  width: 100%;
  height: 100%;
  min-height: 100%;
  border: none;
  background: none;
  display: block;
}

/* line 219, ../_sass/_base.scss */
.dataTable {
  min-width: 100% !important;
  max-width: 100% !important;
  width: 100% !important;
}

/* line 224, ../_sass/_base.scss */
.no-sort::after {
  display: none !important;
}

/* line 225, ../_sass/_base.scss */
.no-sort {
  pointer-events: none !important;
  cursor: default !important;
}
/* line 226, ../_sass/_base.scss */
.no-sort input, .no-sort div, .no-sort label {
  pointer-events: all !important;
}
/* line 230, ../_sass/_base.scss */
.no-sort input, .no-sort label {
  cursor: pointer !important;
}

/* line 235, ../_sass/_base.scss */
.checkbox, .checkbox input, label, label input, .select-reg, .select-reg input {
  cursor: pointer !important;
}

/* line 243, ../_sass/_base.scss */
.form-cadastro-padrao label {
  text-transform: none !important;
}

/* line 250, ../_sass/_base.scss */
.link-add-modal {
  cursor: pointer;
}

/* line 256, ../_sass/_base.scss */
.geo-search {
  margin-top: -1px;
}

/* line 259, ../_sass/_base.scss */
.map-canvas {
  width: 100% !important;
  height: 320px !important;
}

/* line 266, ../_sass/_base.scss */
.colorpicker {
  padding: 0px;
  margin-top: 0px !important;
}
/* line 270, ../_sass/_base.scss */
.colorpicker.colorpicker-visible {
  z-index: 999999;
}

@media (max-width: 991px) {
  /* line 279, ../_sass/_base.scss */
  .wysi-view img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
  }
}

/* line 289, ../_sass/_base.scss */
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: none;
}

/* line 299, ../_sass/_base.scss */
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #3498db;
  -webkit-animation: spin 2s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 2s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}

/* line 315, ../_sass/_base.scss */
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #e74c3c;
  -webkit-animation: spin 3s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 3s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}

/* line 330, ../_sass/_base.scss */
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f9c922;
  -webkit-animation: spin 1.5s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 1.5s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
/* line 370, ../_sass/_base.scss */
.no-js #loader-wrapper {
  display: none;
}

/* line 376, ../_sass/_base.scss */
.grid {
  width: 100%;
}
/* line 378, ../_sass/_base.scss */
.grid tr, .grid td {
  vertical-align: top;
}

/* line 382, ../_sass/_base.scss */
.sorter {
  cursor: pointer !important;
}
/* line 385, ../_sass/_base.scss */
.sorter * {
  pointer-events: none;
}

/* line 393, ../_sass/_base.scss */
.pad-table td {
  padding: 5px;
}

/* line 400, ../_sass/_base.scss */
.direcion {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 2%;
  left: 50%;
  z-index: 99;
  margin-left: -30px;
  opacity: 0.85;
}
/* line 410, ../_sass/_base.scss */
.direcion .scroll-btn {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}
/* line 417, ../_sass/_base.scss */
.direcion .scroll-btn > * {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  color: #7f8c8d;
  color: #ffffff;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
}
/* line 428, ../_sass/_base.scss */
.direcion .scroll-btn .mouse {
  position: relative;
  display: block;
  width: 35px;
  height: 55px;
  margin: 0 auto 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid white;
  border-radius: 23px;
}
/* line 440, ../_sass/_base.scss */
.direcion .scroll-btn .mouse > * {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: white;
  border-radius: 50%;
  -webkit-animation: ani-mouse 2.5s linear infinite;
  -moz-animation: ani-mouse 2.5s linear infinite;
  animation: ani-mouse 2.5s linear infinite;
}

/* line 458, ../_sass/_base.scss */
.ajax-data {
  background: url(images/loader-light.gif) no-repeat center center;
}

/* line 462, ../_sass/_base.scss */
.showOnLoad {
  opacity: 0;
  *filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* line 468, ../_sass/_base.scss */
.alinhamento,
.align {
  display: block;
  float: none;
  width: 90%;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1280px) {
  /* line 468, ../_sass/_base.scss */
  .alinhamento,
  .align {
    width: 90%;
    max-width: none;
  }
}
@media screen and (max-width: 640px) {
  /* line 468, ../_sass/_base.scss */
  .alinhamento,
  .align {
    width: 90%;
    max-width: none;
  }
}

/* line 487, ../_sass/_base.scss */
.invisible {
  width: 0px;
  height: 0px;
  position: absolute;
  z-index: -1;
  pointer-events: none;
  visibility: hidden;
}

/* line 496, ../_sass/_base.scss */
.grayscale {
  filter: url(filters.svg#grayscale);
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
}

/* line 501, ../_sass/_base.scss */
.nofilter {
  filter: none;
  -webkit-filter: grayscale(0);
}

/* line 1, ../_sass/_menu.scss */
.topo .btnMenu {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  /*top: 10px*/
  position: absolute;
  margin-right: 0px;
  top: 50px;
  right: 5%;
  width: 25px;
  height: 25px;
  margin-top: 0px;
  display: block;
  z-index: 900;
  -webkit-transition: background 0.5s ease-out, transform 0.3s ease-out, width 0.5s ease-out, height 0.5s ease-out, top 0.5s ease-out, right 0.5s ease-out;
  -moz-transition: background 0.5s ease-out, transform 0.3s ease-out, width 0.5s ease-out, height 0.5s ease-out, top 0.5s ease-out, right 0.5s ease-out;
  -o-transition: background 0.5s ease-out, transform 0.3s ease-out, width 0.5s ease-out, height 0.5s ease-out, top 0.5s ease-out, right 0.5s ease-out;
  transition: background 0.5s ease-out, transform 0.3s ease-out, width 0.5s ease-out, height 0.5s ease-out, top 0.5s ease-out, right 0.5s ease-out;
}

/* line 25, ../_sass/_menu.scss */
.topo .btnMenu.opened {
  right: 65%;
}
@media screen and (max-width: 1280px) {
  /* line 25, ../_sass/_menu.scss */
  .topo .btnMenu.opened {
    right: 60%;
  }
}

/* line 32, ../_sass/_menu.scss */
.topo.fixed .btnMenu {
  top: 35px;
}

/* line 35, ../_sass/_menu.scss */
.topo .menu {
  position: absolute;
  top: 0px;
  z-index: 850;
  width: 70%;
  height: auto;
  max-height: 100%;
  left: auto;
  right: -110%;
  opacity: 0.0;
  *filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 0.5s, right 0.5s;
  -moz-transition: opacity 0.5s, right 0.5s;
  -webkit-transition: opacity 0.5s, right 0.5s;
  -o-transition: opacity 0.5s, right 0.5s;
}
@media screen and (max-width: 1280px) {
  /* line 35, ../_sass/_menu.scss */
  .topo .menu {
    height: 100%;
    max-height: none;
    right: -110%;
  }
}

/*.topo.fixed .menu {

}*/
/* line 61, ../_sass/_menu.scss */
.topo .menu .bg {
  background: none;
  display: none;
  opacity: 0.95;
  *filter: alpha(opacity=95);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
}
@media screen and (max-width: 1280px) {
  /* line 61, ../_sass/_menu.scss */
  .topo .menu .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 851;
    background-color: #fff;
    display: block;
  }
}

/* line 71, ../_sass/_menu.scss */
.topo .menu .conteudo {
  margin-top: 0px;
  position: relative;
  display: block;
  right: 0;
  width: auto;
  height: 100%;
  transition: margin 0.5s;
  -moz-transition: margin 0.5s;
  -webkit-transition: margin 0.5s;
  -o-transition: margin 0.5s;
}
@media screen and (max-width: 1280px) {
  /* line 71, ../_sass/_menu.scss */
  .topo .menu .conteudo {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 852;
    background: none;
    margin: 0;
    padding-top: 0px;
    text-align: left;
    margin-top: auto;
  }
}
@media screen and (min-width: 1281px) {
  /* line 71, ../_sass/_menu.scss */
  .topo .menu .conteudo {
    margin-top: 0px !important;
  }
}

/*.topo.fixed .menu .conteudo {
    margin-top: 0px;
    @include tablet {
      margin-top: 12%;
    }
    @include phone {
      margin-top: 24%;
    }
    @media screen and (min-width: 1281px) {
      margin-top: 0px!important;
    }
}*/
@media screen and (max-width: 1280px) {
  /* line 107, ../_sass/_menu.scss */
  .topo .menu.opened .conteudo {
    margin-top: 12%;
  }
}
@media screen and (max-width: 640px) {
  /* line 107, ../_sass/_menu.scss */
  .topo .menu.opened .conteudo {
    margin-top: 24%;
  }
}

/* line 115, ../_sass/_menu.scss */
.topo .menu .itens {
  position: relative;
  clear: both;
  float: none;
  display: block;
  width: auto;
  height: 100%;
  margin: auto;
}
@media screen and (max-width: 1280px) {
  /* line 115, ../_sass/_menu.scss */
  .topo .menu .itens {
    width: 100%;
    padding-top: 50px;
    padding-left: 25%;
    margin-left: -20px;
  }
}

/* line 131, ../_sass/_menu.scss */
.topo .menu .itens .itMenu {
  width: 100%;
  display: inline-block;
  margin-left: 0px !important;
  padding: 0px;
  box-sizing: border-box;
  margin: auto;
  padding: 0px;
}
@media screen and (max-width: 1280px) {
  /* line 131, ../_sass/_menu.scss */
  .topo .menu .itens .itMenu {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 640px) {
  /* line 131, ../_sass/_menu.scss */
  .topo .menu .itens .itMenu {
    width: 90%;
  }
}

/* line 147, ../_sass/_menu.scss */
.topo .menu .itMenu,
.topo .menu .itMenu a {
  /* font-size: 50pt;
  line-height: 50pt; */
  font-size: 12pt;
  line-height: 18pt;
  font-weight: normal;
  font-family: "Rubik", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 500;
  color: #df0108;
  text-transform: lowercase;
  -webkit-transition: background 0.5s ease-out, color 0.5s ease-out;
  -moz-transition: background 0.5s ease-out, color 0.5s ease-out;
  -o-transition: background 0.5s ease-out, color 0.5s ease-out;
  transition: background 0.5s ease-out, color 0.5s ease-out;
}
@media screen and (max-width: 1280px) {
  /* line 147, ../_sass/_menu.scss */
  .topo .menu .itMenu,
  .topo .menu .itMenu a {
    color: #df0108 !important;
    font-size: 22pt;
    line-height: 32pt;
  }
}

/* line 173, ../_sass/_menu.scss */
.topo .menu .itMenu a:hover {
  color: #ab0000 !important;
}

/* line 176, ../_sass/_menu.scss */
.topo .menu .itMenu.active a {
  color: #ab0000 !important;
}

/*.page.home .topo .menu .itMenu a {
  color: $corFonte1
}*/
/*.topo.fixed .menu .itMenu a {
  color: $corFonte1;
}*/
/* line 186, ../_sass/_menu.scss */
.topo .menu.opened {
  right: 5%;
  opacity: 1;
  *filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
@media screen and (max-width: 1280px) {
  /* line 186, ../_sass/_menu.scss */
  .topo .menu.opened {
    right: 0%;
  }
}
@media screen and (max-width: 640px) {
  /* line 186, ../_sass/_menu.scss */
  .topo .menu.opened {
    opacity: 1;
    *filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

/* line 198, ../_sass/_menu.scss */
.topo .menu.opened .itens {
  right: 0%;
}

/* line 204, ../_sass/_menu.scss */
.topo .lang .itMenu, .topo .lang .itMenu a,
.topo .social .itMenu,
.topo .social .itMenu a {
  font-size: 10pt;
  line-height: 10pt;
}
@media screen and (max-width: 1280px) {
  /* line 204, ../_sass/_menu.scss */
  .topo .lang .itMenu, .topo .lang .itMenu a,
  .topo .social .itMenu,
  .topo .social .itMenu a {
    line-height: 18pt;
  }
}

/*.topo .itLang {
  width: auto;
  display: inline-block;
  margin: auto;
  float: none;  
  padding: 0px 10px;
}
.topo .itLang a {
    color: $corFonte1;
    background: transparent;
    font-size: 16pt;
    line-height: 16pt;
    font-family: $fonte1, Helvetica, Arial, Verdana, sans-serif;
    font-weight: $fontWeight1;
    text-transform: none;
  padding: 5px 10px;

  //-webkit-transition: background $transitionTime ease-out, color $transitionTime ease-out;
  //-moz-transition: background $transitionTime ease-out, color $transitionTime ease-out;
  //-o-transition: background $transitionTime ease-out, color $transitionTime ease-out;
  //transition: background $transitionTime ease-out, color $transitionTime ease-out;
}
.topo .itLang a:hover {
color: $corFonte2!important;
background: $corFonte1;
}
.topo .itLang.active a {
color: $corFonte2!important;
background: $corFonte1;
}*/
/* line 248, ../_sass/_menu.scss */
.burger-menu-piece {
  display: block;
  position: absolute;
  width: 100%;
  border-top: 2px solid #df0108;
  box-shadow: 0 0px #df0108;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 400ms ease-out, box-shadow 400ms ease-out, border 0.5s ease-out;
  transition: -webkit-transform 400ms ease-out, box-shadow 400ms ease-out, border 0.5s ease-out;
  transition: transform 400ms ease-out, box-shadow 400ms ease-out, border 0.5s ease-out;
  transition: transform 400ms ease-out, -webkit-transform 400ms ease-out, box-shadow 400ms ease-out, border 0.5s ease-out;
  -o-transition: transform 400ms ease-out, box-shadow 400ms ease-out, border 0.5s ease-out;
  -o-transition: transform 400ms ease-out, -webkit-transform 400ms ease-out, box-shadow 400ms ease-out, border 0.5s ease-out;
  -moz-transition: transform 400ms ease-out, box-shadow 400ms ease-out, border 0.5s ease-out;
  -moz-transition: transform 400ms ease-out, -webkit-transform 400ms ease-out, box-shadow 400ms ease-out, border 0.5s ease-out;
}

/*.page.home .burger-menu-piece {
    border-color: $corFonte1; 
}*/
/*.topo.fixed .burger-menu-piece {
    border-color: $corFonte1; 
}*/
/* line 271, ../_sass/_menu.scss */
.btnMenu:hover .burger-menu-piece {
  border-color: #ab0000 !important;
}

/* line 274, ../_sass/_menu.scss */
.opened .burger-menu-piece {
  border-color: #df0108 !important;
}

/* line 278, ../_sass/_menu.scss */
.burger-menu-piece:nth-child(1) {
  top: 0;
}

/* line 281, ../_sass/_menu.scss */
.burger-menu-piece:nth-child(2) {
  top: 8px;
  opacity: 1;
}

/* line 285, ../_sass/_menu.scss */
.burger-menu-piece:nth-child(3) {
  top: 16px;
}

/* line 288, ../_sass/_menu.scss */
.opened .burger-menu-piece:nth-child(1) {
  -webkit-animation: burger-open-top 400ms ease-out forwards;
  animation: burger-open-top 400ms ease-out forwards;
  /*box-shadow: 1px 1px $corFonte1;*/
}

/* line 293, ../_sass/_menu.scss */
.opened .burger-menu-piece:nth-child(2) {
  opacity: 0;
}

/* line 296, ../_sass/_menu.scss */
.opened .burger-menu-piece:nth-child(3) {
  -webkit-animation: burger-open-bot 400ms ease-out forwards;
  animation: burger-open-bot 400ms ease-out forwards;
  /*box-shadow: -1px 1px $corFonte1;*/
}

/* line 301, ../_sass/_menu.scss */
.burger-menu-piece:nth-child(1) {
  -webkit-animation: burger-close-top 400ms ease-out forwards;
  animation: burger-close-top 400ms ease-out forwards;
}

/* line 305, ../_sass/_menu.scss */
.burger-menu-piece:nth-child(3) {
  -webkit-animation: burger-close-bot 400ms ease-out forwards;
  animation: burger-close-bot 400ms ease-out forwards;
}

@-webkit-keyframes burger-open-top {
  50% {
    -webkit-transform: translate3d(0, 8px, 0);
    transform: translate3d(0, 8px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
    transform: translate3d(0, 8px, 0) rotate(45deg);
  }
}
@keyframes burger-open-top {
  50% {
    -webkit-transform: translate3d(0, 8px, 0);
    transform: translate3d(0, 8px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
    transform: translate3d(0, 8px, 0) rotate(45deg);
  }
}
@-webkit-keyframes burger-open-bot {
  50% {
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
    transform: translate3d(0, -8px, 0) rotate(-45deg);
  }
}
@keyframes burger-open-bot {
  50% {
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
    transform: translate3d(0, -8px, 0) rotate(-45deg);
  }
}
@-webkit-keyframes burger-close-top {
  0% {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
    transform: translate3d(0, 8px, 0) rotate(45deg);
  }
  50% {
    -webkit-transform: translate3d(0, 8px, 0) rotate(0deg);
    transform: translate3d(0, 8px, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes burger-close-top {
  0% {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
    transform: translate3d(0, 8px, 0) rotate(45deg);
  }
  50% {
    -webkit-transform: translate3d(0, 8px, 0) rotate(0deg);
    transform: translate3d(0, 8px, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes burger-close-bot {
  0% {
    -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
    transform: translate3d(0, -8px, 0) rotate(-45deg);
  }
  50% {
    -webkit-transform: translate3d(0, -8px, 0) rotate(0deg);
    transform: translate3d(0, -8px, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes burger-close-bot {
  0% {
    -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
    transform: translate3d(0, -8px, 0) rotate(-45deg);
  }
  50% {
    -webkit-transform: translate3d(0, -8px, 0) rotate(0deg);
    transform: translate3d(0, -8px, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 1, ../_sass/_banner.scss */
.banners {
  position: relative;
  background: none;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 720px;
  border: 0px;
  margin: 0px;
  display: block;
}
@media screen and (max-width: 640px) {
  /* line 1, ../_sass/_banner.scss */
  .banners {
    min-height: 320px;
  }
}
/* line 15, ../_sass/_banner.scss */
.banners ul {
  margin: auto;
  padding: 0px;
}
/* line 20, ../_sass/_banner.scss */
.banners .video-js video {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
}
/* line 26, ../_sass/_banner.scss */
.banners .itPag {
  position: relative;
  display: inline-block;
  width: auto;
  height: 100%;
}
/* line 33, ../_sass/_banner.scss */
.banners .itBanner {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
/* line 40, ../_sass/_banner.scss */
.banners .itBanner .imgAux {
  position: relative;
  width: 100%;
  height: auto;
  display: none;
}
/* line 47, ../_sass/_banner.scss */
.banners .itBanner .inf {
  display: none;
}
/* line 52, ../_sass/_banner.scss */
.banners .video {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 17;
  background: #000;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
/* line 70, ../_sass/_banner.scss */
.banners .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 18;
  background: url(images/overlay_banner.png) repeat-x bottom center;
  z-index: 1 !important;
  background: none !important;
  opacity: 0 !important;
  *filter: alpha(opacity=0) !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
/* line 91, ../_sass/_banner.scss */
.banners .bg {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 16;
  background: none;
}
/* line 102, ../_sass/_banner.scss */
.banners .bg div {
  /*background-attachment: fixed;*/
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* line 109, ../_sass/_banner.scss */
.banners .bg div.zoom {
  /* -webkit-transition: transform 60s ease-out;
  -moz-transition: transform 60s ease-out;
  -o-transition: transform 60s ease-out;
  transition: transform 60s ease-out;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); */
}
/* line 121, ../_sass/_banner.scss */
.banners .bg .old {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 16;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
}
/* line 134, ../_sass/_banner.scss */
.banners .bg .old img {
  opacity: 0.0;
  *filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 100%;
  height: auto;
}
/* line 140, ../_sass/_banner.scss */
.banners .bg .new {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 15;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
}
/* line 153, ../_sass/_banner.scss */
.banners .bg .new img {
  opacity: 0.0;
  *filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 100%;
  height: auto;
}
/* line 161, ../_sass/_banner.scss */
.banners .infos {
  position: absolute;
  left: 0%;
  margin-left: 0;
  padding-left: 0px;
  bottom: 0%;
  width: 100%;
  /* height: auto; */
  height: 100%;
  z-index: 19;
  opacity: 0.0;
  *filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
/* line 173, ../_sass/_banner.scss */
.banners .infos .imagem {
  position: relative;
  top: 0%;
  left: 0%;
  margin-top: 0px;
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin-left: 0%;
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
  text-align: center;
}
/* line 188, ../_sass/_banner.scss */
.banners .infos .imagem img {
  display: block;
  /* visibility: hidden;
  opacity: 0.0;*filter: alpha(opacity = 0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; */
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
/* line 199, ../_sass/_banner.scss */
.banners .infos .box {
  position: absolute;
  z-index: 20;
  display: block;
  height: auto;
  max-height: 50%;
  width: 80%;
  bottom: 20%;
  /* 40px = altura do topo / 2 */
  right: 10%;
  /* 5%; */
  text-align: center;
}
@media screen and (max-width: 640px) {
  /* line 199, ../_sass/_banner.scss */
  .banners .infos .box {
    width: 90% !important;
    right: 5% !important;
  }
}
/* line 219, ../_sass/_banner.scss */
.banners .infos .box .titulo {
  display: none;
  width: auto;
  position: relative;
  text-align: center;
  float: none;
  margin: auto;
  margin-top: 20px;
  font-size: 10pt;
  line-height: 12pt;
  background: #fff;
  padding: 5px 15px;
  color: #df0108;
  font-family: "Rubik", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 1280px) {
  /* line 219, ../_sass/_banner.scss */
  .banners .infos .box .titulo {
    font-size: 10pt;
    line-height: 12pt;
  }
}
@media screen and (max-width: 640px) {
  /* line 219, ../_sass/_banner.scss */
  .banners .infos .box .titulo {
    font-size: 10pt;
    line-height: 12pt;
  }
}
/* line 251, ../_sass/_banner.scss */
.banners .infos .box .texto {
  display: none;
  width: 100%;
  position: relative;
  margin-top: 25px;
  font-size: 42pt;
  line-height: 42pt;
  text-shadow: #000 1px 1px 1px;
  text-align: center;
  color: #fff;
  font-family: "Rubik", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 1280px) {
  /* line 251, ../_sass/_banner.scss */
  .banners .infos .box .texto {
    font-size: 32pt;
    line-height: 32pt;
  }
}
@media screen and (max-width: 640px) {
  /* line 251, ../_sass/_banner.scss */
  .banners .infos .box .texto {
    font-size: 22pt;
    line-height: 22pt;
  }
}
/* line 276, ../_sass/_banner.scss */
.banners .infos .box .linkBanner {
  position: relative;
  display: block;
  left: 0px;
  top: 0px;
  margin-top: 10px;
  padding-top: 0px;
  padding-left: 0px;
  background: none;
  z-index: 21;
  width: 100%;
  height: 100%;
}
/* line 289, ../_sass/_banner.scss */
.banners .infos .box .linkBanner .link {
  position: relative;
  display: none;
  margin-top: 50px;
  font-family: "Rubik";
  font-weight: 700;
  color: #fff;
  text-shadow: #000 1px 1px 1px;
  font-size: 14pt;
  line-height: 14pt;
  -webkit-transition: color 0.5s ease-out;
  -moz-transition: color 0.5s ease-out;
  -o-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
}
/* line 307, ../_sass/_banner.scss */
.banners .infos .box .linkBanner .link .btn {
  background: #df0108;
  background: rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 16px 32px;
  font-family: "Rubik";
  font-weight: 500;
  color: #fff;
  -webkit-transition: color 0.5s ease-out;
  -moz-transition: color 0.5s ease-out;
  -o-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
}
/* line 329, ../_sass/_banner.scss */
.banners .infos .box .linkBanner:hover .link {
  color: #ab0000;
}
/* line 331, ../_sass/_banner.scss */
.banners .infos .box .linkBanner:hover .link .btn {
  color: #ab0000;
}

/* line 341, ../_sass/_banner.scss */
.nav-down {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-top: 20px;
}
/* line 348, ../_sass/_banner.scss */
.nav-down a {
  position: relative;
  display: block;
  width: 52px;
  height: 62px;
  background: url(images/down.gif) no-repeat top left;
  background-size: contain;
}

/* line 358, ../_sass/_banner.scss */
.nav-helper {
  position: absolute;
  z-index: -1;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 15%;
}

/* line 373, ../_sass/_banner.scss */
.nav.setas .btnAnt {
  position: absolute;
  top: 50%;
  left: 5%;
  width: 41px;
  height: 196px;
  z-index: 602;
  display: none;
  padding: 0px;
  border: 0px solid transparent;
  margin-top: -98px;
}
/* line 385, ../_sass/_banner.scss */
.nav.setas .btnAnt:hover {
  border: 0px solid transparent;
}
/* line 389, ../_sass/_banner.scss */
.nav.setas .btnAnt a {
  background: url(images/left.png) no-repeat 0px 0px;
  -webkit-transition: background 0.5s ease-out;
  -moz-transition: background 0.5s ease-out;
  -o-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
}
/* line 396, ../_sass/_banner.scss */
.nav.setas .btnAnt a:hover {
  background: url(images/left-hover.png) no-repeat 0px 0px;
}
/* line 402, ../_sass/_banner.scss */
.nav.setas .btnProx {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 41px;
  height: 196px;
  z-index: 602;
  display: none;
  padding: 0px;
  border: 0px solid transparent;
  margin-top: -98px;
}
/* line 414, ../_sass/_banner.scss */
.nav.setas .btnProx:hover {
  border: 0px solid transparent;
}
/* line 418, ../_sass/_banner.scss */
.nav.setas .btnProx a {
  background: url(images/right.png) no-repeat 0px 0px;
  -webkit-transition: background 0.5s ease-out;
  -moz-transition: background 0.5s ease-out;
  -o-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
}
/* line 425, ../_sass/_banner.scss */
.nav.setas .btnProx a:hover {
  background: url(images/right-hover.png) no-repeat 0px 0px;
}

/* line 433, ../_sass/_banner.scss */
.navegacao {
  position: absolute;
  z-index: 21;
  width: 100%;
  text-align: center;
  left: 0px;
  top: auto;
  bottom: 10%;
  height: auto;
  display: none;
}
@media screen and (max-width: 1280px) {
  /* line 433, ../_sass/_banner.scss */
  .navegacao {
    bottom: 5%;
  }
}
/* line 451, ../_sass/_banner.scss */
.navegacao ul {
  position: relative;
  display: inline-block;
  float: none;
  margin: auto;
  /* width: 100%;
  height: 100%; */
}
/* line 459, ../_sass/_banner.scss */
.navegacao ul .liNav {
  position: relative;
  width: auto;
  height: auto;
  background: none;
  margin: 5px;
  display: inline-block;
  float: none;
  margin-bottom: 0px;
  -webkit-transition: background 0.5s ease-out, transform 0.5s ease-out;
  -moz-transition: background 0.5s ease-out, transform 0.5s ease-out;
  -o-transition: background 0.5s ease-out, transform 0.5s ease-out;
  transition: background 0.5s ease-out, transform 0.5s ease-out;
  background-size: cover;
  font-size: 10pt;
  line-height: 12pt;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  padding: 5px 15px;
  color: #333;
  font-family: "Rubik", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 1280px) {
  /* line 459, ../_sass/_banner.scss */
  .navegacao ul .liNav {
    font-size: 10pt;
    line-height: 12pt;
  }
}
@media screen and (max-width: 640px) {
  /* line 459, ../_sass/_banner.scss */
  .navegacao ul .liNav {
    margin-top: 0px;
    font-size: 10pt;
    line-height: 12pt;
  }
}
/* line 498, ../_sass/_banner.scss */
.navegacao ul .liNav:hover {
  color: #df0108;
}
/* line 502, ../_sass/_banner.scss */
.navegacao ul .liNav.ativo {
  color: #df0108;
}
/* line 507, ../_sass/_banner.scss */
.navegacao ul .liNav a {
  /* position: absolute!important; */
}

/* line 514, ../_sass/_banner.scss */
.anchor {
  width: 0px !important;
  height: 0px !important;
  display: block;
  float: none;
  background: none !important;
  padding: 0px !important;
  margin: 0px !important;
}

/* line 516, ../_sass/_banner.scss */
.mouse {
  margin: 10px auto;
  width: 100px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -50px;
  z-index: 500;
  height: 50px;
}

 /* .mouse-icon{
   width: 25px;
   height: 45px;
   border: 2px solid white;
   border-radius: 15px;
   //cursor: pointer;
   position: relative;
   text-align: center;
}.mouse-wheel{
  height: 6px;
  margin: 2px auto 0;
  display: block;
  width: 3px;
  background-color: white;
  border-radius: 50%;
  -webkit-animation: 1.6s ease infinite wheel-up-down;
 -moz-animation: 1.6s ease infinite wheel-up-down;
  animation: 1.6s ease infinite wheel-up-down;
}
@-webkit-keyframes wheel-up-down {
  0% {
      margin-top: 2px;
      opacity: 0;
  }
  30% {
      opacity: 1;
  }
  100% {
      margin-top: 20px;
      opacity: 0;
  }
}@-moz-keyframes wheel-up-down {
  0% {
      margin-top: 2px;
      opacity: 0;
  }
  30% {
      opacity: 1;
  }
  100% {
      margin-top: 20px;
      opacity: 0;
  }
}@keyframes wheel-up-down {
  0% {
      margin-top: 2px;
      opacity: 0;
  }
  30% {
      opacity: 1;
  }
  100% {
      margin-top: 20px;
      opacity: 0;
  }
} */
/* line 6, ../_sass/geral.scss */
input[type="text"],
input[type="password"],
select,
option,
textarea {
  box-sizing: border-box;
  display: block;
  float: none;
  min-width: 200px;
  width: 100%;
  max-width: 450px;
  position: relative;
  padding: 10px 20px;
  margin-top: 5px;
  color: #fff;
  background: #ab0000;
  font-size: 12pt;
  border: 1px solid #ab0000;
  line-height: 12pt;
  font-family: "Rubik";
  font-weight: 500;
  text-transform: none;
  text-align: left;
  resize: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
}

/* line 36, ../_sass/geral.scss */
textarea {
  height: 150px;
  resize: none;
}

/* line 40, ../_sass/geral.scss */
.dropify-wrapper {
  max-width: 450px;
  box-sizing: border-box;
  margin-top: 5px;
  color: #ab0000;
  border-color: #ab0000;
}
/* line 46, ../_sass/geral.scss */
.dropify-wrapper:hover {
  background-image: -webkit-linear-gradient(135deg, rgba(171, 0, 0, 0.33) 25%, transparent 25%, transparent 50%, rgba(171, 0, 0, 0.33) 50%, rgba(171, 0, 0, 0.33) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(171, 0, 0, 0.33) 25%, transparent 25%, transparent 50%, rgba(171, 0, 0, 0.33) 50%, rgba(171, 0, 0, 0.33) 75%, transparent 75%, transparent);
}
/* line 50, ../_sass/geral.scss */
.dropify-wrapper .dropify-preview {
  padding: 0px;
}

/* line 54, ../_sass/geral.scss */
.selectric-selectric {
  box-sizing: border-box;
  display: block;
  float: none;
  width: 100%;
  max-width: 450px;
}
/* line 61, ../_sass/geral.scss */
.selectric-selectric .selectric {
  box-sizing: border-box;
  display: block;
  float: none;
  min-width: 200px;
  width: 100%;
  max-width: 450px;
  position: relative;
  padding: 10px 20px;
  padding-right: 50px;
  margin-top: 5px;
  color: #fff;
  background: #ab0000;
  font-size: 12pt;
  border: 1px solid #ab0000;
  line-height: 12pt;
  font-family: "Rubik";
  font-weight: 500;
  text-transform: none;
  text-align: left;
  resize: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
}
/* line 88, ../_sass/geral.scss */
.selectric-selectric .selectric .label {
  margin: auto;
  font-size: 12pt;
  line-height: 12pt;
  color: #fff;
  font-family: "Rubik";
  font-weight: 500;
  text-transform: none;
  height: auto;
  padding: 0px;
}
/* line 100, ../_sass/geral.scss */
.selectric-selectric .selectric .button {
  background: url(images/down.png) no-repeat center center;
  background-size: contain;
  width: 40px;
  height: 40px;
  color: #ab0000;
  top: 50%;
  margin-top: -20px;
}
/* line 109, ../_sass/geral.scss */
.selectric-selectric .selectric .button:after {
  height: 30px;
  width: 30px;
  margin-top: -14px;
}

/* line 119, ../_sass/geral.scss */
.selectric-items ul li {
  padding: 10px 20px;
  color: #df0108;
  text-transform: none;
}
/* line 123, ../_sass/geral.scss */
.selectric-items ul li.selected {
  background: #560000;
  color: #fff;
}
/* line 127, ../_sass/geral.scss */
.selectric-items ul li:hover {
  background: #ab0000;
  color: #fff;
}

/* line 134, ../_sass/geral.scss */
.retornoPost {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 0px;
  float: left;
}

/* line 141, ../_sass/geral.scss */
.form {
  width: 100%;
  display: block;
}

/* line 145, ../_sass/geral.scss */
form {
  width: 100%;
  display: block;
  text-align: left;
}

/* line 150, ../_sass/geral.scss */
.btnEnviar {
  width: 100%;
  max-width: 450px;
  display: inline-block;
  width: auto;
  text-align: left;
  margin-top: 10px;
  position: relative;
}
/* line 159, ../_sass/geral.scss */
.btnEnviar input {
  width: 1px;
  height: 1px;
  visibility: hidden;
  background: none;
  border: none;
  position: absolute;
}
/* line 168, ../_sass/geral.scss */
.btnEnviar, .btnEnviar span {
  color: #df0108;
  font-size: 12pt;
  line-height: 12pt;
  font-family: "Rubik";
  font-weight: 500;
  text-transform: none;
}
/* line 176, ../_sass/geral.scss */
.btnEnviar span {
  width: 100%;
  height: 100%;
  display: block;
}
/* line 182, ../_sass/geral.scss */
.btnEnviar:hover span {
  text-decoration: underline;
}

/* line 188, ../_sass/geral.scss */
.button {
  position: relative;
  float: none;
  width: auto;
  max-width: auto;
  margin: auto;
  text-align: center;
  display: inline-block;
    /*&:hover {
    	.btn {
        	color: $corFonte3;
        	background: $corFonte2;
        }
    }

    &.dark {
    	.btn {
			color: $corFonte3;
    		background: $corFonte4;
    	}
	    &:hover {
	    	.btn {
				color: $corFonte3;
	    		background: $corFonte2;
	    	}
	    }
    }*/
}
@media screen and (max-width: 1280px) {
  /* line 188, ../_sass/geral.scss */
  .button {
    max-width: 100%;
  }
}
/* line 201, ../_sass/geral.scss */
.button.w100p {
  max-width: 100%;
}
/* line 206, ../_sass/geral.scss */
.button.active .btn {
  color: #ab0000;
  background: #fff;
  border: 1px solid #ab0000;
}
/* line 213, ../_sass/geral.scss */
.button .btn {
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  padding: 5px 15px;
  color: #df0108;
  background: #fff;
  font-size: 14pt;
  line-height: 18pt;
  font-family: "Rubik";
  text-transform: none;
  font-weight: 700;
  text-align: center;
  resize: none;
  display: inline-block;
  float: none;
  width: auto;
  height: auto;
  -webkit-transition: color 0.5s ease-out, background 0.5s ease-out, border 0.5s ease-out;
  -moz-transition: color 0.5s ease-out, background 0.5s ease-out, border 0.5s ease-out;
  -o-transition: color 0.5s ease-out, background 0.5s ease-out, border 0.5s ease-out;
  transition: color 0.5s ease-out, background 0.5s ease-out, border 0.5s ease-out;
  cursor: pointer;
}
/* line 242, ../_sass/geral.scss */
.button .btn:hover {
  color: #fff;
  background: #ab0000;
  border-color: #ab0000;
}
/* line 250, ../_sass/geral.scss */
.button.dark .btn {
  color: #fff;
  background: #560000;
  border-color: #560000;
}
/* line 254, ../_sass/geral.scss */
.button.dark .btn:hover {
  color: #fff;
  background: #ab0000;
  border-color: #ab0000;
}

/* line 283, ../_sass/geral.scss */
.page {
  width: 100%;
  height: auto;
  min-height: 100%;
  position: relative;
  display: block;
  visibility: visible;
  z-index: 1;
  float: left;
  overflow: hidden;
  background: none;
}

/* line 288, ../_sass/geral.scss */
.topo {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 120px;
  width: 100%;
  z-index: 849;
  background: url(images/overlay_menu.png) repeat top left;
  transition: height 0.5s, background 0.5s;
  -moz-transition: height 0.5s, background 0.5s;
  -webkit-transition: height 0.5s, background 0.5s;
  -o-transition: height 0.5s, background 0.5s;
}
/* line 303, ../_sass/geral.scss */
.topo .logo {
  position: relative;
  display: block;
  background: url(images/logo.png) no-repeat left center;
  background-size: contain;
  width: 270px;
  height: 70px;
  margin-top: 25px;
  margin-left: 5%;
  transition: height 0.5s, width 0.5s, margin 0.5s, background 0.5s;
  -moz-transition: height 0.5s, width 0.5s, margin 0.5s, background 0.5s;
  -webkit-transition: height 0.5s, width 0.5s, margin 0.5s, background 0.5s;
  -o-transition: height 0.5s, width 0.5s, margin 0.5s, background 0.5s;
}
/* line 319, ../_sass/geral.scss */
.topo .column {
  display: inline-block;
  float: right;
  width: auto;
  max-width: 18%;
  margin-left: 0%;
  height: 100%;
  padding-top: 25px;
  box-sizing: border-box;
}
@media screen and (max-width: 1280px) {
  /* line 319, ../_sass/geral.scss */
  .topo .column {
    height: auto;
    width: 100%;
    max-width: 100%;
    padding-top: 0px;
  }
}
/* line 335, ../_sass/geral.scss */
.topo .column.social {
  margin-left: 5%;
}
@media screen and (max-width: 1280px) {
  /* line 335, ../_sass/geral.scss */
  .topo .column.social {
    margin-bottom: 20px;
  }
}
/* line 347, ../_sass/geral.scss */
.topo #itMenu_facebook a,
.topo #itMenu_instagram a,
.topo #itMenu_youtube a,
.topo #itMenu_area-restrita a,
.topo #itMenu_lang {
  padding-left: 20px;
  background-size: contain !important;
}
@media screen and (max-width: 1280px) {
  /* line 347, ../_sass/geral.scss */
  .topo #itMenu_facebook a,
  .topo #itMenu_instagram a,
  .topo #itMenu_youtube a,
  .topo #itMenu_area-restrita a,
  .topo #itMenu_lang {
    background-size: auto !important;
    min-height: 24px !important;
    display: block;
  }
}
/* line 361, ../_sass/geral.scss */
.topo #itMenu_facebook a {
  background: url(images/social-fb.png) no-repeat left center;
}
/* line 363, ../_sass/geral.scss */
.topo #itMenu_facebook a:hover {
  background-image: url(images/social-fb-hover.png);
}
/* line 368, ../_sass/geral.scss */
.topo #itMenu_instagram a {
  background: url(images/social-ig.png) no-repeat left center;
}
/* line 370, ../_sass/geral.scss */
.topo #itMenu_instagram a:hover {
  background-image: url(images/social-ig-hover.png);
}
/* line 375, ../_sass/geral.scss */
.topo #itMenu_youtube a {
  background: url(images/social-yt.png) no-repeat left center;
}
/* line 377, ../_sass/geral.scss */
.topo #itMenu_youtube a:hover {
  background-image: url(images/social-yt-hover.png);
}
/* line 382, ../_sass/geral.scss */
.topo #itMenu_area-restrita a {
  background: url(images/social-lock.png) no-repeat left center;
}
/* line 384, ../_sass/geral.scss */
.topo #itMenu_area-restrita a:hover {
  background-image: url(images/social-lock-hover.png);
}
/* line 389, ../_sass/geral.scss */
.topo #itMenu_lang {
  background: url(images/social-lang.png) no-repeat left center;
}
/* line 391, ../_sass/geral.scss */
.topo #itMenu_lang:hover {
  background-image: url(images/social-lang-hover.png);
}
/* line 396, ../_sass/geral.scss */
.topo #itMenu_busca input {
  border: 0px;
  background: none;
  font-size: 10pt;
  line-height: 10pt;
  font-weight: normal;
  font-family: "Rubik", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 500;
  color: #df0108;
  text-transform: lowercase;
  height: 18px;
  padding: 0px;
  margin: 0px;
  padding-left: 20px;
  background-size: contain !important;
  background: url(images/social-search.png) no-repeat left center;
}
@media screen and (max-width: 1280px) {
  /* line 396, ../_sass/geral.scss */
  .topo #itMenu_busca input {
    color: #df0108 !important;
    line-height: 18pt;
  }
}
/* line 418, ../_sass/geral.scss */
.topo #itMenu_busca ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #df0108;
}
/* line 421, ../_sass/geral.scss */
.topo #itMenu_busca ::-moz-placeholder {
  /* Firefox 19+ */
  color: #df0108;
}
/* line 424, ../_sass/geral.scss */
.topo #itMenu_busca :-ms-input-placeholder {
  /* IE 10+ */
  color: #df0108;
}
/* line 427, ../_sass/geral.scss */
.topo #itMenu_busca :-moz-placeholder {
  /* Firefox 18- */
  color: #df0108;
}

/*.page.home {
	.topo {
		//background: transparent;

		.logo {
			background-image: url(images/logo.png);
		}
	}
}*/
/* line 443, ../_sass/geral.scss */
.topo.fixed {
  height: 90px !important;
}
/* line 446, ../_sass/geral.scss */
.topo.fixed .logo {
  margin-top: 20px !important;
  width: 180px !important;
  height: 50px !important;
}
/* line 451, ../_sass/geral.scss */
.topo.fixed .column {
  margin-top: -16px;
}
@media screen and (max-width: 1280px) {
  /* line 455, ../_sass/geral.scss */
  .topo.fixed.opened .column {
    margin-top: 0px !important;
  }
}

/* line 463, ../_sass/geral.scss */
.geral {
  float: left;
  display: block;
  width: 100%;
  position: relative;
}

/*.rodape {
  position: absolute;
  bottom: 0px;
  width: 100%;
}*/
/* line 478, ../_sass/geral.scss */
.rodape {
  float: left;
  display: block;
  width: 100%;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  box-sizing: border-box;
  min-height: 420px;
  margin-top: 50px;
  background: url(images/footer.jpg) no-repeat center center;
  background-size: cover;
}
/* line 493, ../_sass/geral.scss */
.rodape, .rodape a {
  color: #fff;
}
/* line 496, ../_sass/geral.scss */
.rodape a:hover {
  color: #df0108;
}
/* line 500, ../_sass/geral.scss */
.rodape .itMenu {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 5px;
  font-size: 8pt;
  line-height: 10pt;
}
/* line 507, ../_sass/geral.scss */
.rodape .itMenu, .rodape .itMenu a {
  text-transform: none;
}
/* line 512, ../_sass/geral.scss */
.rodape .logo-rodape {
  position: relative;
  display: inline-block;
  vertical-align: top;
  background: url(images/logo-bco.png) no-repeat left top;
  background-size: contain;
  width: 15%;
  height: 140px;
  margin-top: -20px;
  margin-left: 0px;
  transition: height 0.5s, margin 0.5s, background 0.5s;
  -moz-transition: height 0.5s, margin 0.5s, background 0.5s;
  -webkit-transition: height 0.5s, margin 0.5s, background 0.5s;
  -o-transition: height 0.5s, margin 0.5s, background 0.5s;
}
@media screen and (max-width: 1280px) {
  /* line 512, ../_sass/geral.scss */
  .rodape .logo-rodape {
    width: 100%;
    margin-bottom: 20px;
    height: 80px;
  }
}
/* line 535, ../_sass/geral.scss */
.rodape .menu-rodape {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 57%;
  margin-left: 2%;
  margin-right: 2%;
  text-transform: lowercase;
  font-size: 12pt;
  line-height: 12pt;
}
@media screen and (max-width: 1280px) {
  /* line 535, ../_sass/geral.scss */
  .rodape .menu-rodape {
    width: 63%;
  }
}
@media screen and (max-width: 640px) {
  /* line 535, ../_sass/geral.scss */
  .rodape .menu-rodape {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* line 554, ../_sass/geral.scss */
.rodape .menu-rodape .row:nth-child(1) {
  font-size: 16pt;
}
/* line 558, ../_sass/geral.scss */
.rodape .menu-rodape h5 {
  color: #fff;
  width: 100%;
  background: url(images/white-dot.png) no-repeat right bottom;
  font-size: 12pt;
  line-height: 12pt;
  margin-bottom: 10px;
  padding-right: 24px;
  box-sizing: border-box;
  min-width: 50px;
  text-transform: lowercase;
}
/* line 570, ../_sass/geral.scss */
.rodape .menu-rodape h5 a {
  font-size: 12pt;
  line-height: 12pt;
  text-transform: lowercase;
}
@media screen and (max-width: 1280px) {
  /* line 558, ../_sass/geral.scss */
  .rodape .menu-rodape h5 {
    background: none;
  }
}
/* line 581, ../_sass/geral.scss */
.rodape .menu-rodape .burger-menu {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  float: left;
  display: inline-block;
  position: relative;
}
/* line 589, ../_sass/geral.scss */
.rodape .menu-rodape .burger-menu .burger-menu-piece {
  border-color: #fff !important;
}
/* line 594, ../_sass/geral.scss */
.rodape .menu-rodape ul {
  font-size: 8pt;
  line-height: 10pt;
  width: 100%;
  display: block;
  float: left;
  margin-top: 20px;
}
/* line 604, ../_sass/geral.scss */
.rodape .column {
  display: inline-block;
  float: left;
  width: auto;
  margin-right: 1%;
  height: 100%;
  padding-top: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 1280px) {
  /* line 604, ../_sass/geral.scss */
  .rodape .column {
    height: auto;
    min-height: 110px;
    width: 30%;
    max-width: 100%;
    padding-top: 0px;
  }
}
@media screen and (max-width: 640px) {
  /* line 604, ../_sass/geral.scss */
  .rodape .column {
    width: 49%;
  }
}
/* line 624, ../_sass/geral.scss */
.rodape .social-rodape {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 23%;
  float: right;
}
@media screen and (max-width: 1280px) {
  /* line 624, ../_sass/geral.scss */
  .rodape .social-rodape {
    width: 33%;
  }
}
@media screen and (max-width: 640px) {
  /* line 624, ../_sass/geral.scss */
  .rodape .social-rodape {
    width: 100%;
  }
}
/* line 638, ../_sass/geral.scss */
.rodape .social-rodape, .rodape .social-rodape a {
  text-transform: lowercase;
}
/* line 642, ../_sass/geral.scss */
.rodape .social-rodape ul {
  width: 100%;
  display: block;
  float: left;
}
/* line 648, ../_sass/geral.scss */
.rodape .social-rodape .column {
  width: 49%;
}
/* line 653, ../_sass/geral.scss */
.rodape .infos {
  text-transform: none;
  margin-top: 20px;
  font-size: 8pt;
  line-height: 14pt;
}
/* line 659, ../_sass/geral.scss */
.rodape .infos b, .rodape .infos strong {
  font-weight: 500;
}
/* line 664, ../_sass/geral.scss */
.rodape .infos a, .rodape .infos a b, .rodape .infos a strong {
  font-size: 12pt;
  line-height: 18pt;
}
/* line 671, ../_sass/geral.scss */
.rodape .itMenu_facebook a,
.rodape .itMenu_instagram a,
.rodape .itMenu_youtube a,
.rodape .itMenu_area-restrita a,
.rodape .itMenu_lang {
  padding-left: 20px;
  background-size: contain !important;
}
@media screen and (max-width: 1280px) {
  /* line 671, ../_sass/geral.scss */
  .rodape .itMenu_facebook a,
  .rodape .itMenu_instagram a,
  .rodape .itMenu_youtube a,
  .rodape .itMenu_area-restrita a,
  .rodape .itMenu_lang {
    background-size: auto !important;
    min-height: 24px !important;
    display: block;
    padding-top: 6px;
    box-sizing: border-box;
  }
}
/* line 687, ../_sass/geral.scss */
.rodape .itMenu_facebook a {
  background: url(images/social-fb-wt.png) no-repeat left center;
}
/* line 689, ../_sass/geral.scss */
.rodape .itMenu_facebook a:hover {
  background-image: url(images/social-fb-hover.png);
}
/* line 694, ../_sass/geral.scss */
.rodape .itMenu_instagram a {
  background: url(images/social-ig-wt.png) no-repeat left center;
}
/* line 696, ../_sass/geral.scss */
.rodape .itMenu_instagram a:hover {
  background-image: url(images/social-ig-hover.png);
}
/* line 701, ../_sass/geral.scss */
.rodape .itMenu_youtube a {
  background: url(images/social-yt-wt.png) no-repeat left center;
}
/* line 703, ../_sass/geral.scss */
.rodape .itMenu_youtube a:hover {
  background-image: url(images/social-yt-hover.png);
}
/* line 708, ../_sass/geral.scss */
.rodape .itMenu_area-restrita a {
  background: url(images/social-lock-wt.png) no-repeat left center;
}
/* line 710, ../_sass/geral.scss */
.rodape .itMenu_area-restrita a:hover {
  background-image: url(images/social-lock-hover.png);
}
/* line 715, ../_sass/geral.scss */
.rodape .itMenu_lang {
  background: url(images/social-lang-wt.png) no-repeat left center;
}
/* line 717, ../_sass/geral.scss */
.rodape .itMenu_lang:hover {
  background-image: url(images/social-lang-hover.png);
}
/* line 722, ../_sass/geral.scss */
.rodape .itMenu_busca input {
  border: 0px;
  background: none;
  font-size: 8pt;
  line-height: 10pt;
  font-weight: normal;
  font-family: "Rubik", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 500;
  color: #fff;
  text-transform: lowercase;
  height: 18px;
  padding: 0px;
  margin: 0px;
  padding-left: 20px;
  background-size: contain !important;
  background: url(images/social-search-wt.png) no-repeat left center;
}
@media screen and (max-width: 1280px) {
  /* line 722, ../_sass/geral.scss */
  .rodape .itMenu_busca input {
    color: #fff !important;
    line-height: 18pt;
  }
}
/* line 744, ../_sass/geral.scss */
.rodape .itMenu_busca ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
/* line 747, ../_sass/geral.scss */
.rodape .itMenu_busca ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
/* line 750, ../_sass/geral.scss */
.rodape .itMenu_busca :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
/* line 753, ../_sass/geral.scss */
.rodape .itMenu_busca :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

/* line 759, ../_sass/geral.scss */
.row {
  position: relative;
  float: left;
  width: 100%;
  display: block;
  box-sizing: border-box;
}
/* line 766, ../_sass/geral.scss */
.row .col {
  width: 50%;
  margin-left: 0%;
  float: left;
  box-sizing: border-box;
  /* img {
  	width: 100%;
  	height: auto;
  } */
}
/* line 772, ../_sass/geral.scss */
.row .col.u {
  width: 80%;
}
/* line 776, ../_sass/geral.scss */
.row .col.g {
  width: 100%;
  margin-left: 0%;
}
/* line 784, ../_sass/geral.scss */
.row .col.c2 {
  padding-left: 2%;
  width: 48%;
  margin-left: 0%;
}
@media screen and (max-width: 1280px) {
  /* line 766, ../_sass/geral.scss */
  .row .col {
    width: 100% !important;
    margin-left: 0% !important;
  }
  /* line 800, ../_sass/geral.scss */
  .row .col.c2 {
    width: 100% !important;
    margin-left: 0% !important;
    margin-top: 20px;
    border-left: 0px;
    padding-left: 0%;
  }
}
@media screen and (max-width: 640px) {
  /* line 766, ../_sass/geral.scss */
  .row .col {
    width: 100% !important;
    margin-left: 0% !important;
  }
  /* line 813, ../_sass/geral.scss */
  .row .col.c2 {
    width: 100% !important;
    margin-left: 0% !important;
    margin-top: 20px;
    border-left: 0px;
    padding-left: 0%;
  }
  /* line 820, ../_sass/geral.scss */
  .row .col.u {
    width: 100% !important;
    margin-left: 0% !important;
  }
}

/* line 828, ../_sass/geral.scss */
section.div,
.div-section {
  padding: 30px 0px;
  width: 100%;
  display: block;
  float: left;
  box-sizing: border-box;
}
/* line 835, ../_sass/geral.scss */
section.div hr,
.div-section hr {
  display: block;
  width: 90%;
  padding: 0px;
  margin: 0px;
  margin-left: 5%;
  color: #ab0000;
  background-color: #ab0000;
  border: 0px;
  height: 2px;
}
/* line 848, ../_sass/geral.scss */
section.div.div-section hr,
.div-section.div-section hr {
  width: 100%;
  margin-left: 0px;
}

/* line 855, ../_sass/geral.scss */
.title-big {
  font-family: "Rubik";
  color: #df0108;
  font-weight: 500;
  font-size: 28pt;
  line-height: 32pt;
}
@media screen and (max-width: 1280px) {
  /* line 855, ../_sass/geral.scss */
  .title-big {
    font-size: 24pt;
    line-height: 28pt;
  }
}
@media screen and (max-width: 640px) {
  /* line 855, ../_sass/geral.scss */
  .title-big {
    font-size: 18pt;
    line-height: 22pt;
  }
}
/* line 870, ../_sass/geral.scss */
.title-big.upper {
  text-transform: uppercase;
}

/* line 875, ../_sass/geral.scss */
.gallery {
  position: relative;
  display: block;
  width: 102%;
  margin-left: -1%;
}
/* line 880, ../_sass/geral.scss */
.gallery .itGal {
  display: inline-block;
  vertical-align: top;
  width: 23%;
  margin: 10px 1%;
  height: auto;
  position: relative;
  overflow: hidden;
  float: left;
}
@media screen and (max-width: 1280px) {
  /* line 880, ../_sass/geral.scss */
  .gallery .itGal {
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  /* line 880, ../_sass/geral.scss */
  .gallery .itGal {
    width: 48%;
    height: auto !important;
    min-height: 200px;
    margin: 5px 1%;
  }
}
/* line 900, ../_sass/geral.scss */
.gallery .itGal .linkFullDiv {
  z-index: 10;
}
/* line 903, ../_sass/geral.scss */
.gallery .itGal .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 6;
  background-image: url(images/overlay_bottom.png);
  background-repeat: repeat-x;
  background-position: bottom left;
}
/* line 915, ../_sass/geral.scss */
.gallery .itGal .img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: calc(100% - 50px);
  z-index: 4;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: filter 0.5s, transform 0.5s;
  -moz-transition: filter 0.5s, transform 0.5s;
  -webkit-transition: filter 0.5s, transform 0.5s;
  -o-transition: filter 0.5s, transform 0.5s;
}
/* line 941, ../_sass/geral.scss */
.gallery .itGal h5 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  z-index: 5;
  text-align: center;
  padding: 10px 5px;
  box-sizing: border-box;
  text-transform: uppercase;
  font-family: "Rubik";
  color: #df0108;
  font-weight: 500;
  font-size: 16pt;
  line-height: 18pt;
}
@media screen and (max-width: 1280px) {
  /* line 941, ../_sass/geral.scss */
  .gallery .itGal h5 {
    font-size: 12pt;
    line-height: 15pt;
  }
}
@media screen and (max-width: 640px) {
  /* line 941, ../_sass/geral.scss */
  .gallery .itGal h5 {
    font-size: 10pt;
    line-height: 12pt;
  }
}
/* line 977, ../_sass/geral.scss */
.gallery .itGal:hover .img {
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -o-transform: scale(1.01);
  transform: scale(1.01);
}
/* line 988, ../_sass/geral.scss */
.gallery .itGal.prod .img {
  height: calc(100% - 80px);
}

/* line 995, ../_sass/geral.scss */
.descr {
  font-family: "Rubik";
  color: #000;
  font-weight: 500;
  font-size: 12pt;
  line-height: 15pt;
}

/* line 1003, ../_sass/geral.scss */
.align.half {
  width: 60%;
}
@media screen and (max-width: 1280px) {
  /* line 1003, ../_sass/geral.scss */
  .align.half {
    width: 80%;
  }
}
@media screen and (max-width: 640px) {
  /* line 1003, ../_sass/geral.scss */
  .align.half {
    width: 90%;
  }
}

/* line 1013, ../_sass/geral.scss */
#pos-venda,
#fale-conosco,
#sobre,
#produtos-detalhe {
  margin-top: 50px;
  margin-bottom: -30px;
}
@media screen and (max-width: 640px) {
  /* line 1013, ../_sass/geral.scss */
  #pos-venda,
  #fale-conosco,
  #sobre,
  #produtos-detalhe {
    margin-top: 20px;
  }
}

/* line 1028, ../_sass/geral.scss */
#pecas .title-big,
#garantia .title-big,
#recall .title-big {
  margin-bottom: 10px;
}
/* line 1031, ../_sass/geral.scss */
#pecas#pecas,
#garantia#pecas,
#recall#pecas {
  margin-top: 50px;
}
/* line 1035, ../_sass/geral.scss */
#pecas .descr img,
#garantia .descr img,
#recall .descr img {
  max-width: 100%;
}

/* line 1041, ../_sass/geral.scss */
#contato {
  margin-top: 50px;
}

/* line 1048, ../_sass/geral.scss */
#cadastro .descr,
#contato .descr,
#trabalhe-conosco .descr {
  margin-top: 20px;
}

/* line 1054, ../_sass/geral.scss */
.form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
/* line 1057, ../_sass/geral.scss */
.form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
/* line 1060, ../_sass/geral.scss */
.form :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
/* line 1063, ../_sass/geral.scss */
.form :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

/* line 1068, ../_sass/geral.scss */
#home-solucoes,
#home-vocacoes {
  padding-top: 50px;
}
/* line 1071, ../_sass/geral.scss */
#home-solucoes .title-big,
#home-vocacoes .title-big {
  text-align: center;
}
/* line 1074, ../_sass/geral.scss */
#home-solucoes .gallery,
#home-vocacoes .gallery {
  padding-top: 50px;
}
/* line 1078, ../_sass/geral.scss */
#home-solucoes#home-solucoes .gallery,
#home-vocacoes#home-solucoes .gallery {
  text-align: center;
}
/* line 1080, ../_sass/geral.scss */
#home-solucoes#home-solucoes .gallery .itGal,
#home-vocacoes#home-solucoes .gallery .itGal {
  float: none !important;
  height: 520px !important;
}
@media screen and (max-width: 1280px) {
  /* line 1080, ../_sass/geral.scss */
  #home-solucoes#home-solucoes .gallery .itGal,
  #home-vocacoes#home-solucoes .gallery .itGal {
    height: 320px !important;
  }
}
@media screen and (max-width: 640px) {
  /* line 1080, ../_sass/geral.scss */
  #home-solucoes#home-solucoes .gallery .itGal,
  #home-vocacoes#home-solucoes .gallery .itGal {
    width: 98%;
    height: auto !important;
    min-height: 200px;
    margin: 5px 1%;
  }
}
/* line 1097, ../_sass/geral.scss */
#home-solucoes#home-vocacoes .title-big,
#home-vocacoes#home-vocacoes .title-big {
  max-width: 800px;
  margin: auto;
}

/* line 1104, ../_sass/geral.scss */
#home-sobre {
  height: 720px;
  margin-top: 20px;
  background: url(images/agribanner.jpg) no-repeat center center;
  background-size: cover;
}
/* line 1111, ../_sass/geral.scss */
#home-sobre .agrale-50 {
  display: block;
  width: 100%;
  height: 243px;
  background: url(images/logo-bco.png) no-repeat center center;
  background-size: contain;
}
/* line 1119, ../_sass/geral.scss */
#home-sobre .title-big {
  margin-top: 20px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 36pt;
  line-height: 36pt;
  text-shadow: 1px 1px 5px #333;
}
@media screen and (max-width: 1280px) {
  /* line 1119, ../_sass/geral.scss */
  #home-sobre .title-big {
    font-size: 32pt;
    line-height: 32pt;
  }
}
@media screen and (max-width: 640px) {
  /* line 1119, ../_sass/geral.scss */
  #home-sobre .title-big {
    font-size: 22pt;
    line-height: 22pt;
  }
}
/* line 1137, ../_sass/geral.scss */
#home-sobre .descr {
  width: 60%;
  margin-left: 20%;
  margin-top: 20px;
  text-align: center;
  font-family: "Rubik";
  color: #fff;
  font-weight: 500;
  font-size: 12pt;
  line-height: 15pt;
  text-shadow: 1px 1px 5px #333;
}
/* line 1151, ../_sass/geral.scss */
#home-sobre .button {
  margin-top: 20px;
  width: 100%;
}

/* line 1157, ../_sass/geral.scss */
section#header {
  position: relative;
  width: 100%;
  display: block;
  height: 220px;
  background: url(images/about-header.jpg) no-repeat center center;
  background-size: cover;
}
/* line 1166, ../_sass/geral.scss */
section#header.produtos {
  background-image: url(images/prod-header.jpg);
}
/* line 1169, ../_sass/geral.scss */
section#header.revendas {
  background-image: url(images/revendas-header.jpg);
}
/* line 1172, ../_sass/geral.scss */
section#header.pos-venda {
  background-image: url(images/pos-vendas-header.jpg);
}
/* line 1175, ../_sass/geral.scss */
section#header.contato {
  background-image: url(images/contato-header.jpg);
}
/* line 1179, ../_sass/geral.scss */
section#header h3 {
  position: absolute;
  bottom: 20px;
  left: 5%;
  font-family: "Rubik";
  color: #fff;
  font-weight: 500;
  font-size: 28pt;
  line-height: 32pt;
  text-shadow: 1px 1px 5px #333;
}
@media screen and (max-width: 1280px) {
  /* line 1179, ../_sass/geral.scss */
  section#header h3 {
    font-size: 24pt;
    line-height: 28pt;
  }
}
@media screen and (max-width: 640px) {
  /* line 1179, ../_sass/geral.scss */
  section#header h3 {
    font-size: 18pt;
    line-height: 22pt;
  }
}

/* line 1201, ../_sass/geral.scss */
section.revrep {
  padding-top: 50px;
}
/* line 1203, ../_sass/geral.scss */
section.revrep .content {
  width: 100%;
  float: left;
  display: block;
  margin-right: 0%;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  /* line 1203, ../_sass/geral.scss */
  section.revrep .content {
    width: 100%;
    margin-right: 0px;
  }
}
/* line 1213, ../_sass/geral.scss */
section.revrep .content .reps {
  margin-top: 20px;
}
/* line 1215, ../_sass/geral.scss */
section.revrep .content .reps .field {
  display: inline-block;
  float: left;
  margin-top: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
  /* line 1215, ../_sass/geral.scss */
  section.revrep .content .reps .field {
    width: 100%;
    margin-top: 10px;
    margin-right: 0px;
  }
}
/* line 1226, ../_sass/geral.scss */
section.revrep .content .reps label {
  font-weight: 500;
  font-size: 12pt;
  line-height: 12pt;
  text-transform: uppercase;
  color: #df0108;
}
/* line 1233, ../_sass/geral.scss */
section.revrep .content .reps h5 {
  text-transform: uppercase;
  padding: 0px;
  padding-top: 20px;
  color: #df0108;
  font-size: 18pt;
  line-height: 22pt;
}
/* line 1242, ../_sass/geral.scss */
section.revrep .content .reps .selectric {
  text-transform: uppercase;
}
/* line 1244, ../_sass/geral.scss */
section.revrep .content .reps .selectric .label {
  text-transform: uppercase;
}
/* line 1250, ../_sass/geral.scss */
section.revrep .content .reps .selectric-items ul li {
  text-transform: uppercase;
}
/* line 1258, ../_sass/geral.scss */
section.revrep #cpReps {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  /* line 1258, ../_sass/geral.scss */
  section.revrep #cpReps {
    margin-top: 0px;
  }
}
/* line 1263, ../_sass/geral.scss */
section.revrep #cpReps .arq {
  display: inline-block;
  vertical-align: top;
  float: none;
  width: 47%;
  margin-right: 2%;
  margin-top: 20px;
  font-size: 10pt;
  line-height: 12pt;
  color: #000;
}
@media screen and (max-width: 1280px) {
  /* line 1263, ../_sass/geral.scss */
  section.revrep #cpReps .arq {
    width: 47%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 640px) {
  /* line 1263, ../_sass/geral.scss */
  section.revrep #cpReps .arq {
    width: 100%;
    margin-right: 0%;
  }
}
/* line 1285, ../_sass/geral.scss */
section.revrep .mapa {
  width: 100%;
  margin-top: 20px;
  position: relative;
  float: left;
  position: relative;
  margin: auto;
  display: block;
}
@media screen and (max-width: 1280px) {
  /* line 1285, ../_sass/geral.scss */
  section.revrep .mapa {
    width: 100%;
    margin-right: 0px;
  }
}
@media screen and (max-width: 640px) {
  /* line 1285, ../_sass/geral.scss */
  section.revrep .mapa {
    display: none;
  }
}
/* line 1298, ../_sass/geral.scss */
section.revrep .mapa .pin {
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0px;
  width: 28px;
  height: 40px;
  background: url(images/pin.png) no-repeat center center;
  background-size: contain;
  margin-top: -40px;
  margin-left: -14px;
}
/* line 1315, ../_sass/geral.scss */
section.revrep .mapa img {
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
/* line 1321, ../_sass/geral.scss */
section.revrep .mapa svg {
  position: absolute;
  top: 0px;
  left: 0px;
  margin-top: 0px;
  width: auto;
  height: 102%;
  margin-left: -3%;
  margin-top: -1%;
}
/* line 1333, ../_sass/geral.scss */
section.revrep .mapa svg #Estados path {
  fill: #560000 !important;
  cursor: pointer;
}
/* line 1338, ../_sass/geral.scss */
section.revrep .mapa svg #Estados path.disabled {
  fill: #333 !important;
  cursor: default !important;
}
/* line 1343, ../_sass/geral.scss */
section.revrep .mapa svg #Estados path.disabled:hover {
  fill: #333 !important;
}
/* line 1347, ../_sass/geral.scss */
section.revrep .mapa svg #Estados path:hover {
  fill: #ab0000 !important;
}
/* line 1351, ../_sass/geral.scss */
section.revrep .mapa svg #Estados path[aria-expanded="true"] {
  fill: #df0108 !important;
}

/* line 1358, ../_sass/geral.scss */
#institucional,
#nossa-historia {
  margin-top: 20px;
}
/* line 1361, ../_sass/geral.scss */
#institucional#nossa-historia,
#nossa-historia#nossa-historia {
  margin-top: 50px;
}
/* line 1364, ../_sass/geral.scss */
#institucional#nossa-historia .years,
#nossa-historia#nossa-historia .years {
  margin-top: 50px;
}
/* line 1367, ../_sass/geral.scss */
#institucional#nossa-historia .years .coverflow,
#nossa-historia#nossa-historia .years .coverflow {
  border: none;
  border-top: 2px solid #df0108;
  position: relative;
}
/* line 1373, ../_sass/geral.scss */
#institucional#nossa-historia .years .cover,
#nossa-historia#nossa-historia .years .cover {
  width: auto;
  height: auto;
  border: none;
  top: 0px;
  background: none;
  color: #ab0000;
  font-weight: 500;
  margin-top: 0px;
  transform-origin: top center;
  -moz-transform-origin: top center;
  -webkit-transform-origin: top center;
  -o-transform-origin: top center;
}
/* line 1387, ../_sass/geral.scss */
#institucional#nossa-historia .years .cover .bullet,
#nossa-historia#nossa-historia .years .cover .bullet {
  opacity: 1;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -12px;
  background: #ab0000;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* line 1408, ../_sass/geral.scss */
#institucional#nossa-historia .years .cover h3,
#nossa-historia#nossa-historia .years .cover h3 {
  margin-top: 10px;
  opacity: 0.8;
}
/* line 1413, ../_sass/geral.scss */
#institucional#nossa-historia .years .cover:after,
#nossa-historia#nossa-historia .years .cover:after {
  display: none;
}
/* line 1417, ../_sass/geral.scss */
#institucional#nossa-historia .years .cover.current,
#nossa-historia#nossa-historia .years .cover.current {
  box-shadow: none !important;
}
/* line 1419, ../_sass/geral.scss */
#institucional#nossa-historia .years .cover.current .bullet,
#nossa-historia#nossa-historia .years .cover.current .bullet {
  opacity: 1;
  width: 32px;
  height: 32px;
  margin-left: -16px;
}
/* line 1425, ../_sass/geral.scss */
#institucional#nossa-historia .years .cover.current h3,
#nossa-historia#nossa-historia .years .cover.current h3 {
  opacity: 1;
}
/* line 1432, ../_sass/geral.scss */
#institucional#nossa-historia .texts,
#nossa-historia#nossa-historia .texts {
  display: block;
  width: 100%;
  margin-top: 50px;
  position: relative;
}
/* line 1438, ../_sass/geral.scss */
#institucional#nossa-historia .texts .content,
#nossa-historia#nossa-historia .texts .content {
  position: relative;
}
/* line 1440, ../_sass/geral.scss */
#institucional#nossa-historia .texts .content, #institucional#nossa-historia .texts .content .descr,
#nossa-historia#nossa-historia .texts .content,
#nossa-historia#nossa-historia .texts .content .descr {
  float: left;
  display: block;
}
@media screen and (max-width: 640px) {
  /* line 1440, ../_sass/geral.scss */
  #institucional#nossa-historia .texts .content, #institucional#nossa-historia .texts .content .descr,
  #nossa-historia#nossa-historia .texts .content,
  #nossa-historia#nossa-historia .texts .content .descr {
    font-size: 10pt;
  }
}
/* line 1450, ../_sass/geral.scss */
#institucional#nossa-historia .texts .align,
#nossa-historia#nossa-historia .texts .align {
  width: 80% !important;
}
@media screen and (max-width: 1280px) {
  /* line 1450, ../_sass/geral.scss */
  #institucional#nossa-historia .texts .align,
  #nossa-historia#nossa-historia .texts .align {
    width: 60% !important;
  }
}
/* line 1458, ../_sass/geral.scss */
#institucional#nossa-historia .texts .left, #institucional#nossa-historia .texts .right,
#nossa-historia#nossa-historia .texts .left,
#nossa-historia#nossa-historia .texts .right {
  position: absolute;
  top: 50%;
  width: 83px;
  height: 82px;
  margin-top: -41px;
  -webkit-transition: background 0.5s ease-out;
  -moz-transition: background 0.5s ease-out;
  -o-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
  background-size: contain !important;
}
@media screen and (max-width: 1280px) {
  /* line 1458, ../_sass/geral.scss */
  #institucional#nossa-historia .texts .left, #institucional#nossa-historia .texts .right,
  #nossa-historia#nossa-historia .texts .left,
  #nossa-historia#nossa-historia .texts .right {
    width: 43px;
    height: 42px;
    margin-top: -21px;
  }
}
/* line 1478, ../_sass/geral.scss */
#institucional#nossa-historia .texts .left.left, #institucional#nossa-historia .texts .right.left,
#nossa-historia#nossa-historia .texts .left.left,
#nossa-historia#nossa-historia .texts .right.left {
  background: url(images/timeline-left.png) no-repeat center center;
  left: -100px;
}
/* line 1481, ../_sass/geral.scss */
#institucional#nossa-historia .texts .left.left:hover, #institucional#nossa-historia .texts .right.left:hover,
#nossa-historia#nossa-historia .texts .left.left:hover,
#nossa-historia#nossa-historia .texts .right.left:hover {
  background-image: url(images/timeline-left-hover.png);
}
@media screen and (max-width: 1280px) {
  /* line 1478, ../_sass/geral.scss */
  #institucional#nossa-historia .texts .left.left, #institucional#nossa-historia .texts .right.left,
  #nossa-historia#nossa-historia .texts .left.left,
  #nossa-historia#nossa-historia .texts .right.left {
    left: -60px;
  }
}
/* line 1488, ../_sass/geral.scss */
#institucional#nossa-historia .texts .left.right, #institucional#nossa-historia .texts .right.right,
#nossa-historia#nossa-historia .texts .left.right,
#nossa-historia#nossa-historia .texts .right.right {
  background: url(images/timeline-right.png) no-repeat center center;
  right: -100px;
}
/* line 1491, ../_sass/geral.scss */
#institucional#nossa-historia .texts .left.right:hover, #institucional#nossa-historia .texts .right.right:hover,
#nossa-historia#nossa-historia .texts .left.right:hover,
#nossa-historia#nossa-historia .texts .right.right:hover {
  background-image: url(images/timeline-right-hover.png);
}
@media screen and (max-width: 1280px) {
  /* line 1488, ../_sass/geral.scss */
  #institucional#nossa-historia .texts .left.right, #institucional#nossa-historia .texts .right.right,
  #nossa-historia#nossa-historia .texts .left.right,
  #nossa-historia#nossa-historia .texts .right.right {
    right: -60px;
  }
}
/* line 1501, ../_sass/geral.scss */
#institucional#nossa-historia .images,
#nossa-historia#nossa-historia .images {
  display: block;
  width: 100%;
  margin-top: 50px;
}
/* line 1506, ../_sass/geral.scss */
#institucional#nossa-historia .images .coverflow,
#nossa-historia#nossa-historia .images .coverflow {
  border: none;
  position: relative;
}
/* line 1511, ../_sass/geral.scss */
#institucional#nossa-historia .images .cover,
#nossa-historia#nossa-historia .images .cover {
  width: 50%;
  height: auto;
  border: none;
  background: none;
  color: #ab0000;
  font-weight: 500;
  margin-top: 0px;
  transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -webkit-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 1512, ../_sass/geral.scss */
#institucional#nossa-historia .images .cover:after,
#nossa-historia#nossa-historia .images .cover:after {
  display: none;
}
/* line 1532, ../_sass/geral.scss */
#institucional#nossa-historia .images .cover .cover-img,
#nossa-historia#nossa-historia .images .cover .cover-img {
  background-color: #ab0000;
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 1;
  pointer-events: none;
  z-index: 10;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
/* line 1554, ../_sass/geral.scss */
#institucional#nossa-historia .images .cover .cover-img .play,
#nossa-historia#nossa-historia .images .cover .cover-img .play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 78px;
  height: 78px;
  margin-left: -39px;
  margin-top: -39px;
  background-image: url(images/play.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 1570, ../_sass/geral.scss */
#institucional#nossa-historia .images .cover .content,
#nossa-historia#nossa-historia .images .cover .content {
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
/* line 1580, ../_sass/geral.scss */
#institucional#nossa-historia .images .cover .content img,
#nossa-historia#nossa-historia .images .cover .content img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
/* line 1588, ../_sass/geral.scss */
#institucional#nossa-historia .images .cover .content iframe,
#nossa-historia#nossa-historia .images .cover .content iframe {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
/* line 1596, ../_sass/geral.scss */
#institucional#nossa-historia .images .cover.current,
#nossa-historia#nossa-historia .images .cover.current {
  box-shadow: none !important;
}
/* line 1598, ../_sass/geral.scss */
#institucional#nossa-historia .images .cover.current .cover-img,
#nossa-historia#nossa-historia .images .cover.current .cover-img {
  opacity: 0;
}
/* line 1601, ../_sass/geral.scss */
#institucional#nossa-historia .images .cover.current .content,
#nossa-historia#nossa-historia .images .cover.current .content {
  opacity: 1;
}
@media screen and (max-width: 1280px) {
  /* line 1358, ../_sass/geral.scss */
  #institucional,
  #nossa-historia {
    margin-top: 0px;
  }
  /* line 1610, ../_sass/geral.scss */
  #institucional#nossa-historia,
  #nossa-historia#nossa-historia {
    margin-top: 10px;
  }
}
/* line 1614, ../_sass/geral.scss */
#institucional .title-big,
#nossa-historia .title-big {
  color: #ab0000;
  padding: 50px 0px;
  font-weight: 500;
  font-size: 36pt;
  line-height: 36pt;
}
@media screen and (max-width: 1280px) {
  /* line 1614, ../_sass/geral.scss */
  #institucional .title-big,
  #nossa-historia .title-big {
    font-size: 32pt;
    line-height: 32pt;
  }
}
@media screen and (max-width: 640px) {
  /* line 1614, ../_sass/geral.scss */
  #institucional .title-big,
  #nossa-historia .title-big {
    font-size: 22pt;
    line-height: 22pt;
  }
}

/* line 1631, ../_sass/geral.scss */
#produtos-detalhe {
  margin-bottom: 0px;
}
/* line 1633, ../_sass/geral.scss */
#produtos-detalhe .table {
  width: 100%;
  position: relative;
  float: left;
  font-weight: 500;
  font-size: 10pt;
  line-height: 10pt;
  margin-top: 20px;
}
/* line 1642, ../_sass/geral.scss */
#produtos-detalhe .table table {
  width: 100%;
  position: relative;
}
/* line 1646, ../_sass/geral.scss */
#produtos-detalhe .table table, #produtos-detalhe .table table tr, #produtos-detalhe .table table td {
  border: 0px;
  border-collapse: collapse;
}
/* line 1651, ../_sass/geral.scss */
#produtos-detalhe .table table td {
  padding: 2px 4px;
  box-sizing: border-box;
  vertical-align: top;
}
/* line 1657, ../_sass/geral.scss */
#produtos-detalhe .table table thead {
  background: #df0108;
  font-size: 8pt;
  line-height: 10pt;
  font-style: italic;
  letter-spacing: 0px;
  color: #fff;
  text-transform: uppercase;
}
/* line 1667, ../_sass/geral.scss */
#produtos-detalhe .table table tbody {
  font-size: 10pt;
  line-height: 10pt;
}
/* line 1671, ../_sass/geral.scss */
#produtos-detalhe .table table tbody tr:nth-child(even) {
  background: #e0e0e0;
}
/* line 1681, ../_sass/geral.scss */
#produtos-detalhe .details .title-big, #produtos-detalhe .details .title-big h1, #produtos-detalhe .details .title-big h2 {
  font-weight: 500;
  font-size: 24pt;
  line-height: 28pt;
}
@media screen and (max-width: 1280px) {
  /* line 1681, ../_sass/geral.scss */
  #produtos-detalhe .details .title-big, #produtos-detalhe .details .title-big h1, #produtos-detalhe .details .title-big h2 {
    font-size: 18pt;
    line-height: 22pt;
  }
}
/* line 1692, ../_sass/geral.scss */
#produtos-detalhe .details .title-big h1 {
  color: #000;
  font-size: 28pt;
  line-height: 32pt;
}
@media screen and (max-width: 1280px) {
  /* line 1692, ../_sass/geral.scss */
  #produtos-detalhe .details .title-big h1 {
    font-size: 24pt;
    line-height: 28pt;
  }
}
@media screen and (max-width: 640px) {
  /* line 1692, ../_sass/geral.scss */
  #produtos-detalhe .details .title-big h1 {
    font-size: 18pt;
    line-height: 22pt;
  }
}
/* line 1706, ../_sass/geral.scss */
#produtos-detalhe .details .title-big h2 {
  color: #df0108;
  margin-top: 0px;
}
/* line 1712, ../_sass/geral.scss */
#produtos-detalhe .details .images {
  width: 50%;
  margin-right: 2%;
  float: left;
  position: relative;
}
@media screen and (max-width: 1280px) {
  /* line 1712, ../_sass/geral.scss */
  #produtos-detalhe .details .images {
    width: 100%;
    margin-right: 0%;
    margin-top: 0px;
  }
}
/* line 1723, ../_sass/geral.scss */
#produtos-detalhe .details .images .highlight {
  width: 79% !important;
  margin-right: 1%;
  float: left;
  position: relative;
  border: 1px solid #e0e0e0;
  border-collapse: collapse;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 1736, ../_sass/geral.scss */
#produtos-detalhe .details .images .highlight.large {
  width: 99% !important;
}
@media screen and (max-width: 1280px) {
  /* line 1723, ../_sass/geral.scss */
  #produtos-detalhe .details .images .highlight {
    width: 99% !important;
  }
}
/* line 1743, ../_sass/geral.scss */
#produtos-detalhe .details .images .list {
  width: 100%;
  float: left;
  position: relative;
}
/* line 1747, ../_sass/geral.scss */
#produtos-detalhe .details .images .list li {
  float: left;
  position: relative;
  width: 19%;
  margin-right: 1%;
  margin-top: 5px;
  border: 1px solid #e0e0e0;
  border-collapse: collapse;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 1764, ../_sass/geral.scss */
#produtos-detalhe .details .infos {
  width: 48%;
  float: left;
  position: relative;
}
@media screen and (max-width: 1280px) {
  /* line 1764, ../_sass/geral.scss */
  #produtos-detalhe .details .infos {
    width: 100%;
    margin-right: 0%;
    margin-top: 20px;
  }
}
/* line 1774, ../_sass/geral.scss */
#produtos-detalhe .details .infos .descr {
  font-weight: 500;
  font-size: 10pt;
  line-height: 15pt;
  float: left;
}
/* line 1779, ../_sass/geral.scss */
#produtos-detalhe .details .infos .descr h1, #produtos-detalhe .details .infos .descr h2, #produtos-detalhe .details .infos .descr h3, #produtos-detalhe .details .infos .descr h4, #produtos-detalhe .details .infos .descr h5 {
  font-weight: 500;
  padding: 5px 0px;
  font-size: 18pt;
  line-height: 22pt;
  font-weight: 500;
}
@media screen and (max-width: 1280px) {
  /* line 1779, ../_sass/geral.scss */
  #produtos-detalhe .details .infos .descr h1, #produtos-detalhe .details .infos .descr h2, #produtos-detalhe .details .infos .descr h3, #produtos-detalhe .details .infos .descr h4, #produtos-detalhe .details .infos .descr h5 {
    font-size: 14pt;
    line-height: 18pt;
  }
}
/* line 1793, ../_sass/geral.scss */
#produtos-detalhe .details .infos .carac {
  font-weight: 500;
  font-size: 10pt;
  line-height: 15pt;
  margin-top: 5px;
  float: left;
}
/* line 1799, ../_sass/geral.scss */
#produtos-detalhe .details .infos .carac h5 {
  padding: 5px 0px;
  margin-top: 10px;
  font-size: 12pt;
  font-weight: 500;
}
/* line 1808, ../_sass/geral.scss */
#produtos-detalhe .details .infos .files {
  width: 100%;
  position: relative;
  float: left;
}
/* line 1813, ../_sass/geral.scss */
#produtos-detalhe .details .infos .files ul {
  width: 100%;
  position: relative;
  float: left;
}
/* line 1818, ../_sass/geral.scss */
#produtos-detalhe .details .infos .files ul li {
  width: 31%;
  margin-right: 1%;
  margin-top: 10px;
}
/* line 1823, ../_sass/geral.scss */
#produtos-detalhe .details .infos .files ul li, #produtos-detalhe .details .infos .files ul li a {
  font-size: 14pt;
  color: #000;
}
/* line 1827, ../_sass/geral.scss */
#produtos-detalhe .details .infos .files ul li a {
  background: url(images/download.png) no-repeat center left;
  background-size: contain;
  display: block;
  padding-left: 29px;
  min-height: 24px;
  transition: border 0.5s, color 0.5s, background 0.5s;
  -moz-transition: border 0.5s, color 0.5s, background 0.5s;
  -webkit-transition: border 0.5s, color 0.5s, background 0.5s;
  -o-transition: border 0.5s, color 0.5s, background 0.5s;
}
/* line 1838, ../_sass/geral.scss */
#produtos-detalhe .details .infos .files ul li a:hover {
  color: #ab0000;
  background-image: url(images/download-hover.png);
}
@media screen and (max-width: 1280px) {
  /* line 1818, ../_sass/geral.scss */
  #produtos-detalhe .details .infos .files ul li {
    width: 100%;
    margin-right: 0%;
  }
}
/* line 1852, ../_sass/geral.scss */
#produtos-detalhe .details .video {
  position: relative;
  float: left;
}
/* line 1856, ../_sass/geral.scss */
#produtos-detalhe .details .video, #produtos-detalhe .details .video iframe {
  width: 100%;
  position: relative;
}
/* line 1861, ../_sass/geral.scss */
#produtos-detalhe .details .related {
  width: 100%;
  position: relative;
  float: left;
  margin-top: 20px;
}
/* line 1867, ../_sass/geral.scss */
#produtos-detalhe .details .related h4 {
  font-weight: 500;
  font-size: 18pt;
  line-height: 22pt;
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 1280px) {
  /* line 1867, ../_sass/geral.scss */
  #produtos-detalhe .details .related h4 {
    font-size: 14pt;
    line-height: 18pt;
  }
}
/* line 1882, ../_sass/geral.scss */
#produtos-detalhe .details .related .gallery .itGal {
  height: auto;
  border: 0px;
  text-align: left;
  width: 31%;
}
@media screen and (max-width: 1280px) {
  /* line 1882, ../_sass/geral.scss */
  #produtos-detalhe .details .related .gallery .itGal {
    width: 31%;
  }
}
@media screen and (max-width: 640px) {
  /* line 1882, ../_sass/geral.scss */
  #produtos-detalhe .details .related .gallery .itGal {
    width: 98%;
  }
}
/* line 1894, ../_sass/geral.scss */
#produtos-detalhe .details .related .gallery .itGal .img, #produtos-detalhe .details .related .gallery .itGal h5, #produtos-detalhe .details .related .gallery .itGal h4 {
  width: 100%;
  border: 0px;
  position: relative;
  float: left;
  top: auto;
  bottom: auto;
  text-align: left;
  text-transform: none;
  text-shadow: none;
  padding: 0px;
}
@media screen and (max-width: 1280px) {
  /* line 1894, ../_sass/geral.scss */
  #produtos-detalhe .details .related .gallery .itGal .img, #produtos-detalhe .details .related .gallery .itGal h5, #produtos-detalhe .details .related .gallery .itGal h4 {
    font-size: 12pt;
    line-height: 12pt;
  }
}
/* line 1911, ../_sass/geral.scss */
#produtos-detalhe .details .related .gallery .itGal h5 {
  color: #000;
  font-weight: 500;
}
/* line 1915, ../_sass/geral.scss */
#produtos-detalhe .details .related .gallery .itGal h4 {
  color: #df0108;
  font-weight: 700;
}
/* line 1919, ../_sass/geral.scss */
#produtos-detalhe .details .related .gallery .itGal .img {
  border: 1px solid #e0e0e0;
  border-collapse: collapse;
  box-sizing: border-box;
}
/* line 1925, ../_sass/geral.scss */
#produtos-detalhe .details .related .gallery .itGal .veja-mais {
  float: left;
  color: #fff;
  font-size: 10pt;
  padding: 2px 5px;
  text-transform: lowercase;
  background: #000;
  transition: border 0.5s, color 0.5s, background 0.5s;
  -moz-transition: border 0.5s, color 0.5s, background 0.5s;
  -webkit-transition: border 0.5s, color 0.5s, background 0.5s;
  -o-transition: border 0.5s, color 0.5s, background 0.5s;
}
/* line 1941, ../_sass/geral.scss */
#produtos-detalhe .details .related .gallery .itGal:hover .veja-mais {
  background: #ab0000;
}
/* line 1944, ../_sass/geral.scss */
#produtos-detalhe .details .related .gallery .itGal:hover .img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* line 1956, ../_sass/geral.scss */
#produtos-detalhe .content-panel {
  position: relative;
  display: block;
  float: left;
  margin-top: 0px;
  width: 75%;
}
@media screen and (max-width: 1280px) {
  /* line 1956, ../_sass/geral.scss */
  #produtos-detalhe .content-panel {
    width: 65%;
  }
}
@media screen and (max-width: 640px) {
  /* line 1956, ../_sass/geral.scss */
  #produtos-detalhe .content-panel {
    width: 100%;
    margin-top: 20px;
  }
}
/* line 1971, ../_sass/geral.scss */
#produtos-detalhe .content-panel .loader {
  position: absolute;
  z-index: 500;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  min-width: 100px;
  min-height: 100px;
  background: rgba(255, 255, 255, 0.8) url(images/loader-dark.gif) no-repeat center center;
}
/* line 1983, ../_sass/geral.scss */
#produtos-detalhe .content-panel .wrapper {
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  /* line 1983, ../_sass/geral.scss */
  #produtos-detalhe .content-panel .wrapper {
    width: 90% !important;
    margin-left: 5%;
  }
}
/* line 1989, ../_sass/geral.scss */
#produtos-detalhe .content-panel .wrapper, #produtos-detalhe .content-panel .wrapper .scroller, #produtos-detalhe .content-panel .wrapper ul, #produtos-detalhe .content-panel .wrapper .itPag {
  height: auto !important;
}
/* line 1994, ../_sass/geral.scss */
#produtos-detalhe .content-panel .btnAnt {
  left: -3%;
  width: 19px;
  height: 143px;
  margin-top: -71px;
}
/* line 1999, ../_sass/geral.scss */
#produtos-detalhe .content-panel .btnAnt a {
  background-image: url(images/left.png);
}
/* line 2003, ../_sass/geral.scss */
#produtos-detalhe .content-panel .btnProx {
  right: -3%;
  width: 19px;
  height: 143px;
  margin-top: -71px;
}
/* line 2008, ../_sass/geral.scss */
#produtos-detalhe .content-panel .btnProx a {
  background-image: url(images/right.png);
}
/* line 2012, ../_sass/geral.scss */
#produtos-detalhe .content-panel .navegacao {
  position: relative;
  float: left;
  bottom: auto;
  left: auto;
  display: block;
  margin: 20px 0px;
}
/* line 2020, ../_sass/geral.scss */
#produtos-detalhe .content-panel .navegacao .liNav {
  padding: 0px;
  box-sizing: border-box;
  width: auto;
  height: auto;
  margin: 0px 5px;
}
/* line 2027, ../_sass/geral.scss */
#produtos-detalhe .content-panel .navegacao .liNav a {
  color: #560000;
  border: 1px solid #560000;
  background: transparent;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  margin: 0px;
  line-height: 15pt;
  box-sizing: border-box;
  padding: 12px 10px;
  text-overflow: hidden;
  width: 45px;
  height: 45px;
  text-align: center;
  transition: border 0.5s, color 0.5s, background 0.5s;
  -moz-transition: border 0.5s, color 0.5s, background 0.5s;
  -webkit-transition: border 0.5s, color 0.5s, background 0.5s;
  -o-transition: border 0.5s, color 0.5s, background 0.5s;
}
/* line 2052, ../_sass/geral.scss */
#produtos-detalhe .content-panel .navegacao .liNav:hover a, #produtos-detalhe .content-panel .navegacao .liNav.ativo a {
  background: #ab0000;
  color: #fff;
  border: 1px solid #ab0000;
}
/* line 2062, ../_sass/geral.scss */
#produtos-detalhe .content-panel .lista-produtos ul {
  width: 100%;
  float: left;
  position: relative;
}
/* line 2069, ../_sass/geral.scss */
#produtos-detalhe .content-panel .gallery {
  float: left;
}
/* line 2072, ../_sass/geral.scss */
#produtos-detalhe .content-panel .gallery .itGal {
  border: 1px solid #e0e0e0;
  border-collapse: collapse;
  box-sizing: border-box;
}
@media screen and (max-width: 1280px) {
  /* line 2072, ../_sass/geral.scss */
  #produtos-detalhe .content-panel .gallery .itGal {
    width: 48%;
  }
}
/* line 2083, ../_sass/geral.scss */
#produtos-detalhe .content-panel .center {
  font-family: "Rubik";
  color: #df0108;
  font-weight: 500;
}
/* line 2088, ../_sass/geral.scss */
#produtos-detalhe .content-panel .center strong {
  margin-bottom: 50px;
  font-size: 28pt;
  line-height: 32pt;
}
@media screen and (max-width: 1280px) {
  /* line 2088, ../_sass/geral.scss */
  #produtos-detalhe .content-panel .center strong {
    font-size: 24pt;
    line-height: 28pt;
  }
}
@media screen and (max-width: 640px) {
  /* line 2088, ../_sass/geral.scss */
  #produtos-detalhe .content-panel .center strong {
    font-size: 18pt;
    line-height: 22pt;
  }
}
/* line 2103, ../_sass/geral.scss */
#produtos-detalhe .sidebar {
  position: relative;
  display: block;
  float: left;
  margin-top: 5px;
  background: none;
  width: 20%;
  margin-right: 5%;
}
@media screen and (max-width: 1280px) {
  /* line 2103, ../_sass/geral.scss */
  #produtos-detalhe .sidebar {
    width: 30%;
  }
}
@media screen and (max-width: 640px) {
  /* line 2103, ../_sass/geral.scss */
  #produtos-detalhe .sidebar {
    width: 100%;
    margin-top: 0px;
    margin-right: 0%;
  }
}
/* line 2121, ../_sass/geral.scss */
#produtos-detalhe .sidebar .search {
  position: relative;
}
/* line 2123, ../_sass/geral.scss */
#produtos-detalhe .sidebar .search ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
/* line 2126, ../_sass/geral.scss */
#produtos-detalhe .sidebar .search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
/* line 2129, ../_sass/geral.scss */
#produtos-detalhe .sidebar .search :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
/* line 2132, ../_sass/geral.scss */
#produtos-detalhe .sidebar .search :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
/* line 2135, ../_sass/geral.scss */
#produtos-detalhe .sidebar .search input {
  max-width: 100%;
  width: 100%;
  text-align: right;
  padding: 5px;
  padding-right: 37px;
  color: #fff;
  background: #df0108;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  min-width: 0px;
}
/* line 2149, ../_sass/geral.scss */
#produtos-detalhe .sidebar .search .submit {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 0px;
  height: 100%;
  width: 32px;
  z-index: 2;
  border: none;
  background: #000 url(images/social-search-wt.png) no-repeat center center;
}
/* line 2162, ../_sass/geral.scss */
#produtos-detalhe .sidebar .confira-mais {
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  margin-top: 50px;
  color: #df0108;
  font-weight: 500;
}
/* line 2172, ../_sass/geral.scss */
#produtos-detalhe .sidebar .familias,
#produtos-detalhe .sidebar .linhas,
#produtos-detalhe .sidebar .produtos,
#produtos-detalhe .sidebar .vocacoes,
#produtos-detalhe .sidebar .grupos,
#produtos-detalhe .sidebar .fam,
#produtos-detalhe .sidebar .voc,
#produtos-detalhe .sidebar .gru,
#produtos-detalhe .sidebar .linha,
#produtos-detalhe .sidebar .lin,
#produtos-detalhe .sidebar .prod {
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
/* line 2189, ../_sass/geral.scss */
#produtos-detalhe .sidebar .fam,
#produtos-detalhe .sidebar .voc,
#produtos-detalhe .sidebar .gru {
  background: #333;
  color: #fff;
  padding: 5px 10px;
  margin-top: 5px;
  font-weight: 500;
}
/* line 2193, ../_sass/geral.scss */
#produtos-detalhe .sidebar .fam.voc, #produtos-detalhe .sidebar .fam.gru,
#produtos-detalhe .sidebar .voc.voc,
#produtos-detalhe .sidebar .voc.gru,
#produtos-detalhe .sidebar .gru.voc,
#produtos-detalhe .sidebar .gru.gru {
  background: #df0108;
}
/* line 2203, ../_sass/geral.scss */
#produtos-detalhe .sidebar .linhas {
  padding: 5px 10px;
  display: none;
}
/* line 2207, ../_sass/geral.scss */
#produtos-detalhe .sidebar .linha {
  padding: 5px 0px;
  border-bottom: 1px solid #333;
}
/* line 2211, ../_sass/geral.scss */
#produtos-detalhe .sidebar .linha:last-child {
  border-bottom: 0px;
}
/* line 2215, ../_sass/geral.scss */
#produtos-detalhe .sidebar .lin, #produtos-detalhe .sidebar .prod {
  background: none;
  color: #333;
  font-weight: 500;
  font-size: 10pt;
}
/* line 2221, ../_sass/geral.scss */
#produtos-detalhe .sidebar .prod {
  padding-left: 10%;
}
/* line 2223, ../_sass/geral.scss */
#produtos-detalhe .sidebar .prod:hover {
  background: #e0e0e0;
}
