html,
body,
.container-fluid {
  position: relative;
  min-height: 100%;
  height: 100%;
  max-width: 100%;
}
*,
body {
  font-family: 'Fira Sans Extra Condensed', 'Helvetica Neue', 'Tahoma', sans-serif;
  font-weight: 300;
  font-size: 12pt;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
body {
  padding-top: 145px;
}
img {
  text-align: center;
  display: inline-block;
  margin: auto;
  /*object-fit: cover;
  height: 100%;
  width: 100%;*/
}
input.form-control:focus,
select.form-control:focus,
textarea.form-control:focus {
  outline: none !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
input.form-control:focus.has-error,
select.form-control:focus.has-error,
textarea.form-control:focus.has-error {
  border: 1px solid red!important;
}
.form-control.has-error {
  border: 1px solid red!important;
}
.clear {
  margin: 0;
  padding: 0;
}
.clpl {
  padding-left: 0;
}
.clpr {
  padding-right: 0;
}
.clpd {
  padding: 0;
}
.ellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.thin {
  font-weight: 400 !important;
}
.relative {
  position: relative;
}
.a,
a {
  color: #242424;
  text-decoration: none;
}
.a:hover,
a:hover {
  color: #f37435;
  text-decoration: none;
}
.overlay {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
.overlay-on {
  opacity: 1;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
.tabela {
  display: table;
  width: 100%;
  height: 100%;
}
.celula {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.underline {
  font-weight: 500;
}
.inline {
  display: inline-block;
}
.relative {
  position: relative;
}
.shadow {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.custom-input .checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  font-size: 13px;
  font-weight: bold;
}
.custom-input .checkbox label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 2px;
  border-radius: 100%;
  border: 1px solid #d9d9d9;
}
.custom-input .checkbox input[type=checkbox] {
  display: none;
}
.custom-input .checkbox .checkbox label:before {
  border-radius: 0;
}
.custom-input .checkbox .lbl {
  line-height: 37px;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 1em;
  padding-left: 0;
}
.custom-input .checkbox .radio + .radio,
.custom-input .checkbox .checkbox + .checkbox {
  margin-top: 10px !important;
  margin-left: 0 !important;
}
.custom-input .checkbox input[type=checkbox]:checked + label:before {
  content: "";
  font-size: 15px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 2px solid #f37435;
  color: #242424;
  text-align: center;
  line-height: 20px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
/*::-webkit-scrollbar {
  width: 5px;
  background: #222;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

}

::-webkit-scrollbar-thumb {
  background: #ccc;
}*/
/***********************/
/*	jquery ui - range  */
/***********************/
.ui-slider {
  border-radius: 10px;
  border: 2px solid #ebebeb !important;
  background: #fff;
  height: 18px;
}
.ui-slider .ui-widget-header {
  background: #f37435;
}
.ui-slider .ui-slider-handle {
  border-radius: 100%;
  cursor: pointer;
}
.ui-slider .ui-slider-handle:focus {
  outline: none;
}
.ui-slider .ui-state-default,
.ui-slider .ui-widget-content .ui-state-default,
.ui-slider .ui-widget-header .ui-state-default {
  background-image: none;
  background-color: #fff;
  border: 2px solid #f37435;
  height: 22px;
  width: 22px;
}
/***********************/
/*	   breadcrumbs     */
/***********************/
.wrap-breadcrumb .breadcrumb {
  background-color: transparent;
  text-align: right;
  margin: 10px 0;
  padding-left: 0;
  padding-right: 0;
}
.wrap-breadcrumb .breadcrumb.left {
  text-align: left;
}
.wrap-breadcrumb .breadcrumb a:hover {
  color: #f37435;
}
/*****************/
/*	   modal     */
/*****************/
.modal {
  padding-top: 60px;
}
.modal .wrap-modal {
  border-radius: 2px;
  border: none;
}
.modal .wrap-modal .modal-header {
  display: block;
}
.modal .wrap-modal .modal-header header.header-titulo {
  margin: 10px 0;
  display: block;
}
.modal .wrap-modal .modal-header header.header-titulo h1 {
  padding: 0;
  border: none;
  font-size: 18pt;
}
.modal .wrap-modal .form-control {
  box-shadow: none;
  border: none!important;
  border-bottom: 1px solid rgba(243, 116, 53, 0.2) !important;
  border-radius: 2px;
  margin-bottom: 20px;
  height: 35px;
  font-size: 12.5pt;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
}
.modal .wrap-modal .form-control:focus {
  border-bottom-color: #f37435 !important;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
}
.modal .wrap-modal select.form-control {
  padding-left: 8px!important;
}
.modal .wrap-modal input[type="submit"] {
  border-radius: 0;
  background-color: #f37435;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 11.5pt;
  padding: 10px;
  margin-top: 20px;
}
.modal .wrap-modal textarea.form-control {
  height: auto;
}
.modal .modal-title {
  font-size: 15pt;
}
.modal .container-modal {
  padding: 0 20px;
}
.modal .modal-footer .btn {
  border-radius: 3px !important;
  border: none !important;
}
.modal .modal-footer .btn-default {
  background-color: #f37435 !important;
  color: #fff !important;
}
/*****************/
/*	   notify    */
/*****************/
.notify-corner {
  z-index: 10000 !important;
}
/*************************/
/*	   core até 2020     */
/*************************/
/**********************/
/*	   cores 07/2020  */
/**********************/
/**
  gera itens automaticamente
  Ex.:
    .itens(@espaco : 10px, @quant : 3)
**/
/* ==================== */
/*      unite gallery
/* ==================== */
.ug-lightbox .ug-lightbox-overlay {
  background-color: rgba(36, 36, 36, 0.98) !important;
}
.ug-videoskin-right-no-thumb .ug-thumb-wrapper.ug-thumb-selected {
  background-color: #f37435 !important;
  color: #fff !important;
}
.ug-thumbs-strip {
  background-color: #3e3e3e !important;
}
.ug-videoskin-right-no-thumb .ug-thumb-wrapper {
  background-color: #3e3e3e !important;
  border-bottom-color: #4a4a4a !important;
}
/* ==================== */
/*      componentes
/* ==================== */
.wrap-busca-palavra {
  float: left;
  padding: 0;
  width: 100%;
  height: 50px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  position: relative;
}
.wrap-busca-palavra input {
  border-radius: 20px;
  height: 45px;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
}
.wrap-busca-palavra input:focus {
  border-color: rgba(243, 116, 53, 0.5);
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
}
.wrap-busca-palavra .wrap-campo {
  width: 100%;
  height: 100%;
  float: left;
}
.wrap-busca-palavra .wrap-icone {
  width: 40px;
  height: 45px;
  /*float: left;*/
  position: absolute;
  right: 0;
  top: 0;
}
.wrap-busca-palavra .wrap-icone .icone,
.wrap-busca-palavra .wrap-icone input {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 1;
  cursor: pointer;
}
.wrap-busca-palavra .wrap-icone .icone i,
.wrap-busca-palavra .wrap-icone input i {
  line-height: 45px;
  font-size: 15pt;
  color: #f37435;
}
.wrap-busca-palavra .wrap-icone .icone:hover + .icone i,
.wrap-busca-palavra .wrap-icone input:hover + .icone i {
  color: #f37435;
}
.wrap-busca-palavra .wrap-icone input {
  opacity: 0;
  z-index: 2;
}
.wrap-busca-palavra input[name="buscar"] {
  border-radius: 20px;
  border-color: #f2f2f2;
  height: 45px;
  line-height: 45px;
  box-shadow: none;
}
.header-titulo {
  display: none;
  text-align: center;
  margin: 60px 0;
}
.header-titulo h1 {
  display: inline-block;
  border-top: 3px solid #242424;
  border-bottom: 3px solid #242424;
  font-size: 30pt;
  font-weight: bold;
  padding: 7px 0;
}
header.titulo {
  font-size: 28pt;
  font-weight: 200;
  color: #242424;
  margin: 30px 0;
}
header.titulo h2 {
  font-size: 55%;
  color: #999999;
  font-weight: 400;
}
header.titulo span:not('.underline') {
  display: block;
  margin: 15px 0;
  height: 2px;
  background-color: #f37435;
  width: 200px;
}
/* animação */
@keyframes mostrar_menu {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    height: auto;
    opacity: 1;
  }
}
@-webkit-keyframes mostrar_menu {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    height: auto;
    opacity: 1;
  }
}
@-moz-keyframes mostrar_menu {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    height: auto;
    opacity: 1;
  }
}
@-ms-keyframes mostrar_menu {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    height: auto;
    opacity: 1;
  }
}
@-webkit-keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes pulse-badge {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}
.satt {
  background: #cacaca;
  padding: 5px 0;
  text-align: right;
}
.satt img {
  display: inline-block;
}
.conteudo {
  min-height: calc(1080px - 200px - 382px);
}
/* ==================== */
/*      paginacão
/* ==================== */
.pagination {
  text-align: center;
  width: 100%;
}
.pagination li {
  display: inline-block;
  margin: 0 10px;
}
.pagination li a {
  background-color: #fff;
  color: #575757;
  border: none;
  font-weight: 400;
  font-size: 12pt;
}
.pagination li a.active {
  background-color: #f37435;
  color: #fff;
  font-weight: 700;
}
.pagination li a:hover {
  color: #242424;
}
/* ======================== */
/*      carousel plugin
/* ======================== */
.owl-carousel {
  height: auto;
  position: relative;
  /* owl dots */
}
.owl-carousel.no-dots .owl-dots {
  display: none !important;
}
.owl-carousel .owl-controls {
  text-align: center;
  margin: 20px 0 10px 0;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-carousel .owl-dot {
  display: inline-block;
}
.owl-carousel .owl-dot.active span {
  background-color: #f37435;
}
.owl-next,
.owl-prev {
  height: 40px;
  width: 40px;
  position: absolute;
  top: calc(50% - 20px);
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
}
.owl-next:hover,
.owl-prev:hover {
  background-color: rgba(36, 36, 36, 0.2);
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
}
.owl-prev {
  background-image: url('../imagens/arrow-left.png');
  background-size: 100%;
  left: 10px;
}
.owl-next {
  background-image: url('../imagens/arrow-right.png');
  background-size: 100%;
  right: 10px;
}
/* ========================== */
/*      resgistre sua bike
/* ========================== */
.wrap-registre {
  margin-bottom: 20px;
}
.wrap-registre .header-titulo {
  display: block;
  margin: 25px 0;
}
.wrap-registre .header-titulo h1 {
  border: none;
}
.wrap-registre .form-control {
  box-shadow: none;
  border: none;
  border-bottom: 1px solid rgba(243, 116, 53, 0.2);
  border-radius: 2px;
  margin-bottom: 40px;
  height: 35px;
  font-size: 12.5pt;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
}
.wrap-registre .form-control:focus {
  border-bottom-color: #f37435;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
}
.wrap-registre select.form-control {
  padding-left: 8px!important;
}
.wrap-registre input[type="submit"] {
  border-radius: 0;
  background-color: #f37435;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 11.5pt;
  padding: 10px;
}
/* ================ */
/*      header
/* ================ */
.wrap-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100%;
  height: 145px;
  background-color: #fff;
}
.wrap-header.active {
  border-bottom: 1px solid #f2f2f2;
  box-shadow: 0 0 4px rgba(36, 36, 36, 0.3);
}
.wrap-header .bottom .logo {
  padding-top: 11px;
}
.wrap-header .bottom .logo a {
  display: inline-block;
  width: 110px;
  height: 130px;
  overflow: hidden;
}
.wrap-header .bottom .wrap-right {
  width: calc(100% - 110px);
  float: left;
}
.wrap-header .bottom .wrap-right .wrap-busca-palavra {
  float: left;
  padding-left: 70px;
  margin-top: 10px;
  width: 100%;
  height: 60px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  position: relative;
}
.wrap-header .bottom .wrap-right .wrap-busca-palavra .wrap-campo {
  width: 100%;
  height: 100%;
  float: left;
}
.wrap-header .bottom .wrap-right .wrap-busca-palavra .wrap-icone {
  width: 40px;
  height: 45px;
  /*float: left;*/
  position: absolute;
  right: 0;
  top: 0;
}
.wrap-header .bottom .wrap-right .wrap-busca-palavra .wrap-icone .icone,
.wrap-header .bottom .wrap-right .wrap-busca-palavra .wrap-icone input {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 1;
  cursor: pointer;
}
.wrap-header .bottom .wrap-right .wrap-busca-palavra .wrap-icone .icone i,
.wrap-header .bottom .wrap-right .wrap-busca-palavra .wrap-icone input i {
  line-height: 45px;
  font-size: 15pt;
}
.wrap-header .bottom .wrap-right .wrap-busca-palavra .wrap-icone .icone:hover + .icone i,
.wrap-header .bottom .wrap-right .wrap-busca-palavra .wrap-icone input:hover + .icone i {
  color: #f37435;
}
.wrap-header .bottom .wrap-right .wrap-busca-palavra .wrap-icone input {
  opacity: 0;
  z-index: 2;
}
.wrap-header .bottom .wrap-right .wrap-busca-palavra input[name="busca_palavra"] {
  border-radius: 20px;
  border-color: #f2f2f2;
  height: 45px;
  line-height: 45px;
  box-shadow: none;
}
.wrap-header .bottom .wrap-menu {
  text-align: left;
  height: 100%;
  padding-left: 70px;
  float: left;
}
.wrap-header .bottom .wrap-menu .wrap-item {
  display: inline-block;
  margin-right: 20px;
  line-height: 60px;
  margin-top: 0;
  position: relative;
  /*.wrap-submenu {
          display: none;
        }

        &:hover .wrap-submenu {
          display: block;
          width: 180px;
          background-color: @branco;
          border: 1px solid darken(@branco, 5%);
          text-align: center;
          position: absolute;
          top: 71px;
          left: ~'calc(50% - (180px /2 ))';
          z-index: 11;
          padding: 10px;

          &::before {
            content: '';
            display: inline-block;
            width: 20px;
            height: 20px;
            background-color: transparent;
            position: absolute;
            top: -23px;
            left: ~'calc(50% - 10px)';
            border: 11px solid @primaria;
            border-top-color: transparent;
            border-right-color: transparent;
            border-left-color: transparent;
          }

          .subitem {
            line-height: 50px;
            border-bottom: 1px solid darken(@branco, 5%);

            &:last-child {
              border-bottom: none;
            }
          }

          a {
            display: inline-block;
            width: 100%;
            height: 100%;
          }

          & a:hover {
            color: @primaria;
          }
        }*/
}
.wrap-header .bottom .wrap-menu .wrap-item:last-child {
  margin-right: 0;
}
.wrap-header .bottom .wrap-menu .wrap-item .item-menu {
  color: #242424;
  text-decoration: none;
  font-size: 14pt;
  font-weight: 300;
}
.wrap-header .bottom .wrap-menu .wrap-item .item-menu:hover a {
  color: #f37435;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
}
.wrap-header .bottom .wrap-menu .wrap-item .item-menu a:active,
.wrap-header .bottom .wrap-menu .wrap-item .item-menu a:visited,
.wrap-header .bottom .wrap-menu .wrap-item .item-menu a:focus {
  text-decoration: none;
  color: #242424;
}
.wrap-header .bottom .wrap-menu .wrap-item.active {
  position: relative;
}
.wrap-header .bottom .wrap-menu .wrap-item.active:after {
  content: '';
  position: absolute;
  left: calc(50% - (25px / 2));
  bottom: -10px;
  width: 25px;
  height: 25px;
  background-image: url(../imagens/arrow-down-thin.png);
  background-size: cover;
}
.wrap-header .bottom .over-full-menu {
  width: 100%;
  padding-left: 195px;
  position: fixed;
  top: 70px;
  left: 0;
  z-index: 9999;
  display: none;
  height: 0;
  opacity: 0;
}
.wrap-header .bottom .over-full-menu .container {
  margin-left: 5%;
  width: 80%;
}
.wrap-header .bottom .over-full-menu.active {
  display: block;
  opacity: 1;
  animation: mostrar_menu 0.3s;
  animation-timing-function: ease;
}
.wrap-header .bottom .over-full-menu header {
  height: 50px;
  background-color: #fff;
  border-bottom: 1px solid rgba(243, 116, 53, 0.2);
  text-align: left;
  position: relative;
  /*&:before{
          content: '';
          position: absolute;
          left: 8.5%;
          top: -27px;
          width: 25px;
          height: 25px;
          background-image: url(../imagens/arrow-down-thin.png);
          background-size: cover;
        }*/
}
.wrap-header .bottom .over-full-menu header .item {
  display: inline-block;
  line-height: 70px;
  font-size: 12pt;
  margin: 0 20px;
  cursor: pointer;
  color: #f37435;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  position: relative;
  /*&:after, &:before{
            content: '';
            display: block;
            width: 0;
            height: 2px;
            background-color: transparent;
            position: absolute;
            left:0;
            .transicao(.3s);
          }

          &:after{
            bottom: 12px;
          }

          &:before{
            top: 12px;
          }*/
}
.wrap-header .bottom .over-full-menu header .item:hover,
.wrap-header .bottom .over-full-menu header .item.active {
  font-weight: bold;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
}
.wrap-header .bottom .over-full-menu .wrap-content {
  padding: 10px;
  background-color: #fff;
  border-right: 1px solid #f7f7f7;
  border-left: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  box-shadow: 0 1px 3px rgba(36, 36, 36, 0.03);
}
.wrap-header .bottom .over-full-menu .wrap-content .row-content .item {
  margin: 0 10px;
  width: calc( (100% - 120px) / 7 );
  float: left;
  margin-bottom: 20px;
  padding-top: 10px ;
  text-align: center;
  color: #242424;
}
.wrap-header .bottom .over-full-menu .wrap-content .row-content .item:first-of-type {
  margin-left: 0;
}
.wrap-header .bottom .over-full-menu .wrap-content .row-content .item:last-of-type {
  margin-right: 0;
}
.wrap-header .bottom .over-full-menu .wrap-content .row-content .item .imagem {
  width: 100px;
  text-align: center;
  display: inline-block;
}
.wrap-header .bottom .over-full-menu .wrap-content .row-content .item .modelo {
  margin: 5px 0;
  font-weight: 300;
}
.wrap-header .bottom .over-full-menu .wrap-content .row-content:last-of-type .item {
  margin-bottom: 0;
}
.wrap-header .bottom .over-full-menu .wrap-content .item {
  width: auto;
  display: inline-block;
  margin: 0 20px 20px 10px;
}
.wrap-header .bottom .over-full-menu.wrap-full-produtos {
  /*.ct-produtos:before{
          content: '';
          position: absolute;
          left: 16.5%;
          top: -13px;
          width: 0;
          height: 0;
          border-left: 13px solid transparent;
          border-right: 13px solid transparent;
          border-bottom: 13px solid @primaria;
        }*/
}
.wrap-header .bottom .over-full-menu.wrap-full-produtos header:before {
  left: 17.5%;
}
.wrap-header .bottom .over-full-menu.wrap-full-produtos .wrap-content {
  border: 1px solid #f7f7f7;
  box-shadow: 0 1px 3px rgba(36, 36, 36, 0.03);
}
.wrap-header .bottom .over-full-menu.wrap-full-produtos .wrap-content .item {
  margin-top: 10px;
}
.wrap-header .bottom .over-full-menu.wrap-full-produtos .wrap-content .item a {
  color: #242424;
}
.wrap-header .bottom .over-full-menu.wrap-full-produtos .ct-produtos {
  margin-top: -40px;
  position: relative;
  padding-top: 20px;
}
.wrap-header .bottom .over-full-menu.wrap-full-produtos .ct-produtos a {
  font-size: 13.5pt;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
}
.wrap-header .bottom .over-full-menu.wrap-full-produtos .ct-produtos .item:hover a {
  font-weight: bold;
  color: #f37435 !important;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
}
.wrap-header .bottom .midias {
  line-height: 60px;
  text-align: right;
}
.wrap-header .bottom .midias .item-midia {
  display: inline-block;
}
.wrap-header .bottom .midias .item-midia a,
.wrap-header .bottom .midias .item-midia span {
  text-align: center;
  display: inline-block;
  width: 20px;
  font-size: 14pt;
}
.wrap-header .bottom .midias .item-midia a.telefone {
  width: auto;
  font-size: 13pt;
}
.wrap-header .bottom .midias .item-midia a:hover {
  color: #f37435;
}
.wrap-header .bottom .midias .item-midia span {
  width: 10px;
  margin: 0;
}
/* ======================== */
/*      Video - home
/* ======================== */
.video-background {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-background iframe,
.video-background object,
.video-background embed {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.wrap-video-intro {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.wrap-video-intro .full-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #242424;
  z-index: 10000;
}
.wrap-video-intro .full-video .item {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.wrap-video-intro .full-video .item iframe,
.wrap-video-intro .full-video .item object,
.wrap-video-intro .full-video .item embed {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.wrap-video-intro .full-video .close-video {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  z-index: 10000;
  text-align: center;
  border: 2px solid #f37435;
  cursor: pointer;
}
.wrap-video-intro .full-video .close-video i {
  font-size: 16pt;
  color: #f37435;
}
.wrap-video-intro .pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../imagens/pattern3.png");
  background-color: rgba(36, 36, 36, 0.2);
  z-index: 100;
}
.wrap-video-intro .go-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 101;
}
.wrap-video-intro .go-video .wrap-center {
  position: absolute;
  top: calc(50% - (250px / 2));
  left: calc(50% - (30% / 2));
  height: 250px;
  width: 30%;
  text-align: center;
}
.wrap-video-intro .go-video .wrap-center .chamada {
  font-size: 35pt;
  font-weight: 700;
  padding: 10px 0;
  margin-bottom: 15px;
  margin-top: 15px;
  display: inline-block;
}
.wrap-video-intro .go-video .wrap-center .text {
  font-weight: 300;
}
.wrap-video-intro .go-video .wrap-center .play {
  margin-top: 20px;
  cursor: pointer;
  display: inline-block;
  max-width: 70px;
}
.wrap-video-intro video {
  margin: 0;
  padding: 0;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
/* ======================== */
/*      Carrosel - home
/* ======================== */
.wrap-carrosel {
  position: relative;
  width: 100%;
}
.wrap-carrosel .owl-carousel .owl-controls .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  margin: 0;
}
.wrap-carrosel .owl-stage-outer {
  width: 100%;
}
.wrap-carrosel .owl-item,
.wrap-carrosel .item {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.wrap-carrosel .item {
  height: 720px;
}
.wrap-carrosel .item a {
  height: 100%;
  width: 100%;
  display: block;
  color: #242424;
}
.wrap-carrosel .item .categoria {
  border-bottom: 3px solid #242424;
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 5px;
  font-size: 25pt;
  font-weight: bold;
}
.wrap-carrosel .item .descricao {
  font-size: 17pt;
}
.wrap-carrosel .wrap-campanha-home {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  /*    height: 100%;*/
}
.wrap-carrosel .wrap-campanha-home .titulo-campanha {
  font-size: 30pt;
  font-weight: 200;
  color: #f37435;
  margin: 50px 0 25px 0;
}
.wrap-carrosel .wrap-campanha-home .titulo-campanha h1 {
  display: inline-block;
  background: rgba(255, 255, 255, 0.8);
}
.wrap-carrosel .wrap-campanha-home .descricao-campanha {
  font-size: 20pt;
  font-weight: 200;
  color: #f37435;
  margin-bottom: 35px;
}
.wrap-carrosel .wrap-campanha-home .descricao-campanha h2 {
  display: inline-block;
  background: rgba(255, 255, 255, 0.8);
}
.wrap-carrosel .wrap-campanha-home .interesse {
  font-size: 18pt;
  font-weight: 200;
  display: inline-block;
}
.wrap-carrosel .wrap-campanha-home .interesse a {
  display: inline-block;
  background-color: #f37435;
  color: #fff;
  padding: 15px 10px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all ease 0.05s;
  -webkit-transition: all ease 0.05s;
  -moz-transition: all ease 0.05s;
}
.wrap-carrosel .wrap-campanha-home .interesse a:hover {
  background: transparent;
  color: #f37435;
  border: 1px solid #f37435;
  transition: all ease 0.05s;
  -webkit-transition: all ease 0.05s;
  -moz-transition: all ease 0.05s;
}
/* ======================== */
/*      Modelos - home
/* ======================== */
.wrap-modelos .owl-modelos {
  padding: 15px 0;
  background: -moz-linear-gradient(bottom, #f8f8f8 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(bottom, #f8f8f8 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to top, #f8f8f8 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#00ffffff', GradientType=0);
}
.wrap-modelos .wrap-select-categorias {
  border-bottom: 1px solid rgba(243, 116, 53, 0.2);
  margin-bottom: 50px;
}
.wrap-modelos .wrap-select-categorias .select-categorias {
  display: inline-block;
}
.wrap-modelos .wrap-select-categorias .select-categorias .item {
  display: inline-block;
  line-height: 60px;
  padding: 0 20px;
  color: #242424;
  font-size: 15pt;
  background-color: #fff;
  cursor: pointer;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
}
.wrap-modelos .wrap-select-categorias .select-categorias .item.active,
.wrap-modelos .wrap-select-categorias .select-categorias .item:hover {
  color: #f37435;
  font-weight: bold;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
}
.wrap-modelos .owl-modelos .owl-item.active.center .wrap-item img {
  opacity: 1;
  transform: scale(1);
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
.wrap-modelos .wrap-item {
  position: relative;
}
.wrap-modelos .wrap-item img {
  opacity: 0.6;
  transform: scale(0.8);
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
.wrap-modelos .wrap-item .nome {
  width: 100%;
  margin: 10px 0;
  font-size: 13pt;
  text-transform: uppercase;
  text-align: center;
  color: #242424;
}
.wrap-modelos .wrap-item .nome h1 {
  display: inline-block;
}
/* ================= */
/*      BIKE
/* ================= */
.owl-cores {
  max-height: 550px;
}
.owl-cores img {
  max-height: 100%;
}
.owl-cores .owl-item .item {
  max-height: 550px;
}
.wrap-bike .owl-categorias .item,
.wrap-produto .owl-categorias .item {
  height: auto !important;
}
.wrap-bike .owl-categorias img,
.wrap-produto .owl-categorias img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.wrap-bike .wrap-cores,
.wrap-produto .wrap-cores {
  padding-top: 80px;
  position: relative;
  background: -moz-linear-gradient(bottom, #f0f0f0 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(bottom, #f0f0f0 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to top, #f0f0f0 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#00ffffff', GradientType=0);
}
.wrap-bike .wrap-cores header.header-titulo,
.wrap-produto .wrap-cores header.header-titulo {
  margin-bottom: 30px;
  display: block;
}
.wrap-bike .wrap-cores header.header-titulo h1,
.wrap-produto .wrap-cores header.header-titulo h1 {
  border: none;
}
.wrap-bike .wrap-cores .valor-bike,
.wrap-produto .wrap-cores .valor-bike {
  position: absolute;
  right: 25%;
  top: 0%;
  text-align: center;
  z-index: 1030;
}
.wrap-bike .wrap-cores .valor-bike .botao-valor,
.wrap-produto .wrap-cores .valor-bike .botao-valor {
  color: #f37435;
  padding: 10px;
  border-radius: 2px;
  cursor: pointer;
  font-size: 15pt;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.wrap-bike .wrap-cores .valor-bike .botao-valor strong,
.wrap-produto .wrap-cores .valor-bike .botao-valor strong {
  font-size: 18pt;
}
.wrap-bike .wrap-cores .valor-bike .botao-valor .oferta strong,
.wrap-produto .wrap-cores .valor-bike .botao-valor .oferta strong {
  font-size: 22pt;
}
.wrap-bike .wrap-cores .valor-bike .botao-valor .line-through,
.wrap-produto .wrap-cores .valor-bike .botao-valor .line-through {
  position: absolute;
  top: 2.5ex;
  left: 0;
  width: 100%;
  height: 2pt;
  border-radius: 20%;
  background: rgba(243, 116, 53, 0.5);
  display: block;
}
.wrap-bike .wrap-cores .acao-interesse,
.wrap-produto .wrap-cores .acao-interesse {
  position: absolute;
  right: 15%;
  top: 75%;
  text-align: center;
  z-index: 1030;
}
.wrap-bike .wrap-cores .acao-interesse .botao-interesse,
.wrap-produto .wrap-cores .acao-interesse .botao-interesse {
  background-color: #f37435;
  color: #fff;
  font-weight: bold;
  font-size: 14pt;
  padding: 10px;
  border-radius: 2px;
  cursor: pointer;
}
.wrap-bike .wrap-cores .acao-video,
.wrap-produto .wrap-cores .acao-video {
  position: absolute;
  left: 15%;
  top: 80%;
  text-align: center;
  z-index: 1030;
}
.wrap-bike .wrap-cores .acao-video .botao-video,
.wrap-produto .wrap-cores .acao-video .botao-video {
  line-height: 45px;
  font-weight: bold;
  padding: 10px;
  border-radius: 2px;
  cursor: pointer;
}
.wrap-bike .wrap-cores .acao-video .botao-video img,
.wrap-produto .wrap-cores .acao-video .botao-video img {
  width: 45px;
  display: inline-block;
}
.wrap-bike .wrap-cores .acao-video .botao-video span,
.wrap-produto .wrap-cores .acao-video .botao-video span {
  font-size: 15pt;
  padding-left: 5px;
}
.wrap-bike .wrap-cores .midias,
.wrap-produto .wrap-cores .midias {
  position: absolute;
  left: 0;
  top: 40%;
  text-align: center;
  z-index: 1030;
  max-width: 30px;
}
.wrap-bike .wrap-cores .midias .vertical-text,
.wrap-produto .wrap-cores .midias .vertical-text {
  transform: rotate(-90deg);
  transform-origin: 45px 40px 0;
}
.wrap-bike .wrap-cores .wrap-select-cores .select-cores,
.wrap-produto .wrap-cores .wrap-select-cores .select-cores {
  position: absolute;
  right: 0;
  top: 40%;
  text-align: center;
  z-index: 1030;
  max-width: 60px;
}
.wrap-bike .wrap-cores .wrap-select-cores .item,
.wrap-produto .wrap-cores .wrap-select-cores .item {
  display: inline-block;
  margin-bottom: 10px;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background-color: #f37435;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(36, 36, 36, 0.5);
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
}
.wrap-bike .wrap-cores .wrap-select-cores .item:hover,
.wrap-produto .wrap-cores .wrap-select-cores .item:hover,
.wrap-bike .wrap-cores .wrap-select-cores .item.active,
.wrap-produto .wrap-cores .wrap-select-cores .item.active {
  height: 60px;
  width: 60px;
  padding-right: 5px;
  box-shadow: 0 4px 6px rgba(36, 36, 36, 0.5);
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
}
.wrap-bike .wrap-cores .wrap-select-cores .item:before,
.wrap-produto .wrap-cores .wrap-select-cores .item:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 50%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
}
.wrap-bike .wrap-cores .wrap-select-cores .item:after,
.wrap-produto .wrap-cores .wrap-select-cores .item:after {
  content: '';
  position: absolute;
  width: 50%;
  height: 50%;
  bottom: 0;
  left: 0;
  background-color: rgba(36, 36, 36, 0.3);
}
.wrap-bike .wrap-galeria,
.wrap-produto .wrap-galeria {
  height: 360px;
}
.wrap-bike .wrap-galeria .swiper,
.wrap-produto .wrap-galeria .swiper {
  width: 100%;
  height: 100%;
}
.wrap-bike .wrap-galeria .swiper-slide,
.wrap-produto .wrap-galeria .swiper-slide {
  max-width: 350px;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap-bike .wrap-galeria .swiper-slide img,
.wrap-produto .wrap-galeria .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wrap-bike .wrap-galeria .wrapper-info,
.wrap-produto .wrap-galeria .wrapper-info {
  position: relative;
  padding-right: 320px;
  min-height: 51vh;
}
.wrap-bike .wrap-gallery,
.wrap-produto .wrap-gallery {
  text-align: center;
}
.wrap-bike .wrap-gallery #gallery-videos,
.wrap-produto .wrap-gallery #gallery-videos {
  margin: auto;
}
.wrap-bike .wrap-gallery .item img,
.wrap-produto .wrap-gallery .item img {
  height: 360px;
  object-fit: cover;
}
.wrap-bike .wrap-gallery .owl-controls,
.wrap-produto .wrap-gallery .owl-controls {
  margin: 0;
}
.wrap-bike .wrap-videos,
.wrap-produto .wrap-videos {
  background-color: #242424;
  padding: 40px 0;
}
.wrap-bike .wrap-videos header.header-titulo h1,
.wrap-produto .wrap-videos header.header-titulo h1 {
  color: #fff;
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.wrap-bike .wrap-descricao,
.wrap-produto .wrap-descricao {
  padding: 40px 0;
}
.wrap-bike .wrap-dados-tec,
.wrap-produto .wrap-dados-tec {
  padding-bottom: 40px;
  background-color: #f5f5f5;
}
.wrap-bike .wrap-dados-tec header.headers,
.wrap-produto .wrap-dados-tec header.headers {
  width: 100%;
  float: left;
  padding: 40px 10px;
  text-align: center;
}
.wrap-bike .wrap-dados-tec header.headers .item,
.wrap-produto .wrap-dados-tec header.headers .item {
  margin: 0 0px;
  width: calc( (100% - 0px) / 5 );
  float: left;
  line-height: 50px;
  font-weight: normal;
  cursor: pointer;
  font-size: 17pt;
  position: relative;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
}
.wrap-bike .wrap-dados-tec header.headers .item:first-of-type,
.wrap-produto .wrap-dados-tec header.headers .item:first-of-type {
  margin-left: 0;
}
.wrap-bike .wrap-dados-tec header.headers .item:last-of-type,
.wrap-produto .wrap-dados-tec header.headers .item:last-of-type {
  margin-right: 0;
}
.wrap-bike .wrap-dados-tec header.headers .item.active,
.wrap-produto .wrap-dados-tec header.headers .item.active,
.wrap-bike .wrap-dados-tec header.headers .item:hover,
.wrap-produto .wrap-dados-tec header.headers .item:hover {
  color: #f37435;
  font-weight: bold;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
}
.wrap-bike .wrap-dados-tec header.headers .item.active::before,
.wrap-produto .wrap-dados-tec header.headers .item.active::before,
.wrap-bike .wrap-dados-tec header.headers .item:hover::before,
.wrap-produto .wrap-dados-tec header.headers .item:hover::before {
  opacity: 1;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
}
.wrap-bike .wrap-dados-tec header.headers .item::before,
.wrap-produto .wrap-dados-tec header.headers .item::before {
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: transparent;
  position: absolute;
  top: 46px;
  right: calc(50% - 8px);
  border: 10px solid #f37435;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  opacity: 0;
}
.wrap-bike .content,
.wrap-produto .content {
  width: 100%;
  float: left;
  padding: 20px 10px 0 10px;
}
.wrap-bike .content .item,
.wrap-produto .content .item {
  font-size: 16pt;
  line-height: 40px;
  text-align: center;
}
.wrap-bike .content .item:last-of-type,
.wrap-produto .content .item:last-of-type {
  border-right: none;
}
.wrap-bike .content .item header,
.wrap-produto .content .item header {
  font-size: 15pt;
  font-weight: bold;
  margin-bottom: 10px;
}
.wrap-bike .wrap-descricao .descricao,
.wrap-produto .wrap-descricao .descricao {
  font-size: 17pt;
  text-align: center;
}
.wrap-bike .wrap-manual,
.wrap-produto .wrap-manual {
  padding-bottom: 40px;
}
.wrap-bike .wrap-downloads,
.wrap-produto .wrap-downloads {
  padding-bottom: 40px;
  background-color: #f7f7f7;
  text-align: center;
}
.wrap-bike .wrap-downloads header,
.wrap-produto .wrap-downloads header {
  margin: 15px 0;
  font-size: 17pt;
  color: #242424;
  font-weight: bold;
}
.wrap-bike .wrap-interesse header,
.wrap-produto .wrap-interesse header {
  margin-top: 15px;
  font-size: 18pt;
  font-weight: bold!important;
}
.wrap-bike .wrap-interesse header.header-titulo,
.wrap-produto .wrap-interesse header.header-titulo {
  margin: 30px 0 40px 0 ;
}
.wrap-bike .wrap-interesse .wrap,
.wrap-produto .wrap-interesse .wrap {
  background-color: #f37435;
}
.wrap-bike .wrap-interesse .formulario-procurar,
.wrap-produto .wrap-interesse .formulario-procurar {
  overflow: hidden;
  margin-bottom: 20px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
}
.wrap-bike .wrap-interesse .header-form,
.wrap-produto .wrap-interesse .header-form {
  margin: 15px 0;
  color: #fff;
  font-size: 20pt;
  font-weight: bold;
}
.wrap-bike .wrap-interesse .item-form,
.wrap-produto .wrap-interesse .item-form {
  margin: 0 15px;
  width: calc( (100% - 30px) / 2 );
  float: left;
}
.wrap-bike .wrap-interesse .item-form:first-of-type,
.wrap-produto .wrap-interesse .item-form:first-of-type {
  margin-left: 0;
}
.wrap-bike .wrap-interesse .item-form:last-of-type,
.wrap-produto .wrap-interesse .item-form:last-of-type {
  margin-right: 0;
}
.wrap-bike .wrap-interesse .form-control,
.wrap-produto .wrap-interesse .form-control {
  box-shadow: none;
  border: none!important;
  border-bottom: 1px solid rgba(243, 116, 53, 0.2) !important;
  border-radius: 2px;
  margin-bottom: 20px;
  height: 45px;
  font-size: 13.5pt;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  background-color: #fff;
}
.wrap-bike .wrap-interesse .form-control:focus,
.wrap-produto .wrap-interesse .form-control:focus {
  border-bottom: 1px solid #f37435 !important;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
}
.wrap-bike .wrap-interesse input[type="submit"],
.wrap-produto .wrap-interesse input[type="submit"] {
  background-color: #f37435;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 12.5pt;
  padding: 12px;
  border-radius: 2px;
}
.wrap-bike .wrap-interesse.wrap-encontre #rev-encontrados,
.wrap-produto .wrap-interesse.wrap-encontre #rev-encontrados {
  margin-bottom: 15px!important;
  width: 100%;
}
.wrap-bike .wrap-interesse #mostrar_formulario,
.wrap-produto .wrap-interesse #mostrar_formulario {
  cursor: pointer;
}
.wrap-bike .wrap-interesse .wrap-encontre,
.wrap-produto .wrap-interesse .wrap-encontre {
  padding-top: 10px;
}
.wrap-bike .wrap-geometria,
.wrap-produto .wrap-geometria {
  background: -moz-linear-gradient(bottom, #fafafa 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(bottom, #fafafa 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to top, #fafafa 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#00ffffff', GradientType=0);
  padding-bottom: 15px;
}
.wrap-bike .wrap-tags,
.wrap-produto .wrap-tags {
  text-align: center;
  padding: 45px 0 35px 0;
  background-color: #ebebeb;
}
.wrap-bike .wrap-tags .item-tag,
.wrap-produto .wrap-tags .item-tag {
  padding: 3px 8px;
  border: 1px solid #f37435;
  display: inline-block;
  border-radius: 10px;
  font-size: 11pt;
  margin: 0 10px 10px 0;
  cursor: pointer ;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
}
.wrap-bike .wrap-tags .item-tag:first-child,
.wrap-produto .wrap-tags .item-tag:first-child {
  border: none;
}
.wrap-bike .wrap-tags .item-tag:hover:not(:first-child),
.wrap-produto .wrap-tags .item-tag:hover:not(:first-child) {
  background-color: #f37435;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
}
.wrap-bike .wrap-tags .item-tag:hover:not(:first-child) a,
.wrap-produto .wrap-tags .item-tag:hover:not(:first-child) a {
  color: #fff;
}
/* ================= */
/*      PRODUTOS
/* ================= */
.wrap-produtos {
  min-height: 57%;
}
.wrap-produtos .wrap-filtros {
  margin: 0 0 30px 0;
  background-color: #242424;
  padding: 30px 0;
}
.wrap-produtos .wrap-filtros header {
  color: #fff;
}
.wrap-produtos .wrap-filtros header h1 {
  font-size: 20pt;
  font-weight: bold;
}
.wrap-produtos .wrap-filtros header h1 span {
  float: left;
  line-height: 40px;
  display: inline-block;
}
.wrap-produtos .wrap-filtros header h1 span:first-child {
  font-size: inherit;
  font-weight: inherit;
}
.wrap-produtos .wrap-filtros header h1 span:last-child {
  padding-left: 30px;
  line-height: 41px;
  color: #979797;
}
.wrap-produtos .wrap-filtros header h2 {
  font-size: 15pt;
  margin-bottom: 15px;
}
.wrap-produtos .wrap-filtros .form-control {
  margin: 0 20px;
  width: calc( (100% - 40px) / 2 );
  float: left;
  height: 55px;
  font-size: 15pt;
  border-radius: 2px;
  cursor: pointer;
  box-shadow: none;
  border-color: #ebebeb;
}
.wrap-produtos .wrap-filtros .form-control:first-of-type {
  margin-left: 0;
}
.wrap-produtos .wrap-filtros .form-control:last-of-type {
  margin-right: 0;
}
.wrap-produtos .thumb {
  margin: 0 10px;
  width: calc( (100% - 60px) / 4 );
  float: left;
  border: 1px solid #f7f7f7;
  animation: thumb 0.6s;
  border-radius: 2px;
  margin: 0 15px 30px 0;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  position: relative;
}
.wrap-produtos .thumb:first-of-type {
  margin-left: 0;
}
.wrap-produtos .thumb:last-of-type {
  margin-right: 0;
}
.wrap-produtos .thumb .imagem-thumb {
  padding: 10px 0;
  min-height: 200px;
  width: 100%;
  text-align: center;
  position: relative;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
}
.wrap-produtos .thumb .imagem-thumb .ver-thumb {
  background-color: transparent;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 45px;
  top: calc(50% - (45px / 2));
  left: 0;
  opacity: 0;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
}
.wrap-produtos .thumb .imagem-thumb .ver-thumb a {
  height: 100%;
  padding: 0 10px;
  display: inline-block;
  line-height: 45px;
  color: #fff;
  font-size: 14pt;
  font-weight: bold;
  letter-spacing: 1px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
}
.wrap-produtos .thumb .imagem-thumb img {
  transform: scale(0.85);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  height: 250px;
  object-fit: contain;
  width: 100%;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
}
.wrap-produtos .thumb .infos-thumb {
  padding: 0 10px 0 10px;
  text-align: center;
}
.wrap-produtos .thumb .infos-thumb .titulo-thumb a {
  font-weight: bold;
  display: block;
  min-height: 50px;
  color: #444;
  text-transform: uppercase;
  font-size: 14pt !important;
  margin: 0;
}
.wrap-produtos .thumb .infos-thumb .titulo-thumb a h1,
.wrap-produtos .thumb .infos-thumb .titulo-thumb a h2 {
  line-height: 50px;
}
.wrap-produtos .thumb .detalhes-thumb .item {
  width: 50%;
  height: 60px;
  float: left;
  text-align: left;
  border: 1px solid #f0f0f0;
  padding: 0 5px;
  display: table;
}
.wrap-produtos .thumb .detalhes-thumb .desc {
  display: table-cell;
  clear: left;
  height: 60px;
  margin: 10px 0 0 10px;
  font-size: 10pt;
  text-transform: uppercase;
  vertical-align: middle;
  padding-left: 10px;
}
.wrap-produtos .thumb:hover .imagem-thumb img {
  transform: scale(1);
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
}
.wrap-produtos .thumb:hover .imagem-thumb .ver-thumb {
  opacity: 0;
  pointer-events: none;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
}
.wrap-produtos .wrap-thumbs {
  margin-top: 0;
}
.wrap-produtos .wrap-thumbs .row-thumbs {
  margin-bottom: 0;
}
.wrap-produtos .wrap-thumbs .thumb .titulo-thumb a,
.wrap-produtos .wrap-thumbs .thumb .ano-thumb a {
  min-height: 30px;
  font-size: 16pt;
}
.wrap-produtos .wrap-thumbs .thumb .titulo-thumb a h1,
.wrap-produtos .wrap-thumbs .thumb .ano-thumb a h1,
.wrap-produtos .wrap-thumbs .thumb .titulo-thumb a h2,
.wrap-produtos .wrap-thumbs .thumb .ano-thumb a h2 {
  line-height: 40px;
}
/* =========================== */
/*      ENCONTRE SUA KODE
/* =========================== */
.wrap-encontre {
  min-height: 57%;
}
.wrap-encontre .wrap-imagem img {
  min-height: 300px;
  object-fit: cover;
}
.wrap-encontre .wrap-filtros {
  margin: 0 0 30px 0;
  background-color: #f37435;
  padding: 30px 0;
}
.wrap-encontre .wrap-filtros header {
  color: #fff;
}
.wrap-encontre .wrap-filtros header h1 {
  font-size: 20pt;
  font-weight: bold;
  margin-bottom: 15px;
}
.wrap-encontre .wrap-filtros header h2 {
  font-size: 15pt;
  margin-bottom: 15px;
}
.wrap-encontre .wrap-filtros .form-control {
  margin: 0 20px;
  width: calc( (100% - 40px) / 2 );
  float: left;
  height: 55px;
  font-size: 15pt;
  border-radius: 2px;
  cursor: pointer;
  box-shadow: none;
  border-color: #ebebeb;
}
.wrap-encontre .wrap-filtros .form-control:first-of-type {
  margin-left: 0;
}
.wrap-encontre .wrap-filtros .form-control:last-of-type {
  margin-right: 0;
}
.wrap-encontre .wrap-filtros input[type="submit"] {
  margin-top: 15px;
  border: none;
  border-radius: 2px;
  background-color: #f37435;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 12.5pt;
  padding: 12px;
}
.wrap-encontre .wrap-resultados header {
  font-weight: bold;
  font-size: 18pt;
  margin-bottom: 20px;
  display: inline-block;
}
.wrap-encontre .wrap-resultados .item {
  border-bottom: 1px solid #f2f2f2;
  padding: 15px 10px;
  color: #242424;
  position: relative;
}
.wrap-encontre .wrap-resultados .item:nth-child(odd) {
  background-color: #fafafa;
}
.wrap-encontre .wrap-resultados .item:last-of-type {
  border: none;
}
.wrap-encontre .wrap-resultados .item .nome {
  font-size: 15pt;
  font-weight: bold;
}
.wrap-encontre .wrap-resultados .item .it {
  font-size: 14pt;
  margin-bottom: 10px;
}
.wrap-encontre .wrap-resultados .item .contatar {
  position: absolute;
  top: calc(50% - (45px / 2));
  right: 15px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  padding: 0 15px;
  background-color: #f37435;
  color: #fff;
  font-weight: bold;
  border-radius: 2px;
  cursor: pointer;
}
.wrap-encontre .wrap-interesse {
  display: none;
  opacity: 0;
  margin-bottom: 20px;
}
.wrap-encontre .wrap-interesse.active {
  display: block;
  opacity: 1;
  animation: mostrar_menu 0.3s;
  animation-timing-function: ease;
}
.wrap-encontre .wrap-interesse header.interesse {
  padding-left: 10px;
  margin-bottom: 20px;
  color: #b3b3b3;
}
.wrap-encontre .wrap-interesse header.interesse .email {
  font-size: 13pt;
  display: inline-block;
}
.wrap-encontre .wrap-interesse .form-control {
  box-shadow: none;
  border: none!important;
  border-bottom: 1px solid rgba(243, 116, 53, 0.2) !important;
  border-radius: 2px;
  margin-bottom: 20px;
  height: 45px;
  font-size: 13.5pt;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
}
.wrap-encontre .wrap-interesse .form-control:focus {
  border-bottom: 1px solid #f37435 !important;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
}
.wrap-encontre .wrap-interesse input[type="submit"] {
  border-radius: 0;
  background-color: #f37435;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 12.5pt;
  padding: 12px;
}
/* ===================== */
/*      SOCIAL MEDIA
/* ===================== */
.wrap-social-media header {
  text-align: center;
  margin: 25px 0;
  font-size: 25pt;
  font-weight: bold;
  color: #f37435;
}
.wrap-social-media .call-medias {
  text-align: center;
  margin-bottom: 10px;
}
.wrap-social-media .call-medias .item {
  display: inline-block;
  margin: 0 15px;
  text-align: center;
  border: none;
  /*img{
        max-width: 200px;
        border-radius: 10px;
        opacity: .5;
        .transicao(.3s);
      }

      &.active img{
        transform: scale(1.1);
        opacity: 1;
        .transicao(.3s);
      }

      &:hover img{
        transform: scale(1.1);
        opacity: 1;
        .transicao(.3s);
      }*/
}
.wrap-social-media .call-medias .item a {
  font-size: 19pt;
  color: #b3b3b3;
  font-weight: bold;
  line-height: 38px;
}
.wrap-social-media .call-medias .item.active a {
  font-size: 21.5pt;
  color: #f37435;
}
.wrap-social-media .call-medias .item i {
  font-size: 20pt;
  color: #b3b3b3;
}
.wrap-social-media .call-medias .item.active i {
  font-size: 23pt;
  color: #f37435;
}
.wrap-social-media .wrap-itens {
  background-color: #3e3e3e;
  padding: 30px 15px 0 15px;
}
.wrap-social-media .wrap-itens .item {
  border: 1px solid #595959;
}
.wrap-social-media .wrap-itens .item .desc a {
  color: #fff;
}
.wrap-social-media .wrap-itens .item.no-media .name {
  padding: 20px 10px 0 20px;
  font-weight: bold;
}
.wrap-social-media .wrap-itens .item.no-media .name a {
  color: #3B94D9;
}
.wrap-social-media .wrap-itens .item.no-media .desc {
  padding: 20px;
  font-size: 16pt;
  word-wrap: break-word;
}
.wrap-social-media .wrap-itens .item.media {
  margin: 0;
}
.wrap-social-media .wrap-itens .item.media .name {
  padding: 20px 20px 0 20px;
  font-weight: bold;
}
.wrap-social-media .wrap-itens .item.media .name a {
  color: #3B94D9;
}
.wrap-social-media .wrap-itens .item.media .desc {
  padding: 20px;
  font-size: 16pt;
  word-wrap: break-word;
}
.wrap-relacionados .item {
  padding: 10px;
  background-color: #f7f7f7;
  border: 1px solid #f2f2f2;
  text-align: center;
}
.wrap-relacionados .item .titulo {
  font-size: 14pt;
  margin: 10px 0;
}
.wrap-relacionados .item .ano {
  font-size: 11pt;
  margin: 10px 0;
}
.wrap-relacionados .item .preco {
  margin-bottom: 10px;
  font-size: 16pt;
}
.wrap-relacionados .item .preco small {
  font-weight: bold;
  font-size: 60%;
}
.wrap-relacionados .item .ver {
  background-color: #f37435;
  border: 1px solid transparent;
  padding: 10px 0;
  text-align: center;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
}
.wrap-relacionados .item .ver a {
  color: #fff;
}
.wrap-relacionados .item .ver:hover {
  background-color: transparent;
  border-color: #f37435;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
}
.wrap-relacionados .item .ver:hover a {
  color: #f37435;
}
/* ================= */
/*      noticias
/* ================= */
.wrap-noticias.noticias-home {
  margin-bottom: 20px;
}
.wrap-noticias .ver a {
  display: inline-block;
  margin: 15px 0;
  padding: 10px 15px;
  background-color: #f37435;
  color: #fff;
  font-weight: 700;
  border-radius: 2px;
}
.wrap-noticias .row-noticias {
  margin-bottom: 50px;
}
.wrap-noticias .row-noticias .item {
  margin: 0 25px;
  width: calc( (100% - 150px) / 4 );
  float: left;
}
.wrap-noticias .row-noticias .item:first-of-type {
  margin-left: 0;
}
.wrap-noticias .row-noticias .item:last-of-type {
  margin-right: 0;
}
.wrap-noticias .row-noticias .item .data-noticia {
  font-size: 10.5pt;
  color: #cccccc;
}
.wrap-noticias .row-noticias .item .wrap-informacoes {
  padding: 10px;
  position: relative;
  background-color: #fff;
  color: #242424;
  border-bottom: 1px solid #e6e6e6;
  border-top: none;
}
.wrap-noticias .row-noticias .item .wrap-informacoes .chamada {
  font-size: 16pt;
  font-weight: 300;
  line-height: 60px;
  color: #313131;
}
.wrap-noticias .row-noticias .item .wrap-informacoes .chamada a:hover {
  color: #f37435;
}
.wrap-noticias .row-noticias .item .wrap-informacoes .texto {
  text-align: justify;
  min-height: 100px;
  max-height: 100px;
  font-weight: 200;
  overflow-y: hidden;
  color: #646464;
  line-height: 25px;
}
.wrap-noticias .row-noticias .item .wrap-informacoes .overtext {
  background: #ffffff;
  background: -moz-linear-gradient(0deg, #ffffff 40%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(40%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(0deg, #ffffff 40%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(0deg, #ffffff 40%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(0deg, #ffffff 40%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, #ffffff 40%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
  position: absolute;
  bottom: 0;
  height: 100px;
  width: calc(100% - 20px);
  font-size: 13pt;
  text-align: center;
  padding-top: 65px;
}
.wrap-noticias .row-noticias .item .wrap-informacoes .overtext a {
  color: #646464;
  padding: 7px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
}
.wrap-noticias .row-noticias .item .wrap-informacoes .overtext a:hover {
  color: #f37435;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
}
.wrap-noticias .row-noticias.row-noticias-large .item {
  margin: 0 25px;
  width: calc( (100% - 100px) / 3 );
  float: left;
}
.wrap-noticias .row-noticias.row-noticias-large .item:first-of-type {
  margin-left: 0;
}
.wrap-noticias .row-noticias.row-noticias-large .item:last-of-type {
  margin-right: 0;
}
/* ================= */
/*      noticia
/* ================= */
.wrap-noticia .header-noticia {
  background-color: #242424;
}
.wrap-noticia .header-noticia header.titulo {
  font-size: 22pt;
  color: #fff;
}
.wrap-noticia .header-noticia .data-noticia {
  font-size: 13pt;
  font-weight: 400;
  color: #cccccc;
  /*&:before{
        content: 'Postado dia: ';
      }*/
}
.wrap-noticia .noticia {
  padding-top: 20px;
  border-top: 1px solid #f2f2f2;
}
.wrap-noticia .noticia .main {
  min-width: calc(100% - 420px);
  max-width: calc(100% - 420px);
  float: left;
  padding-right: 50px;
}
.wrap-noticia .noticia .main .imagem {
  margin-bottom: 20px;
  text-align: center;
}
.wrap-noticia .noticia .main .texto {
  padding: 10px 0;
  text-align: justify;
  font-size: 11.5pt;
  line-height: 35px;
  color: #717171;
}
.wrap-noticia .noticia .main .texto pre {
  font: inherit;
  border: none;
  background: none;
  white-space: pre-wrap;
  word-break: break-word;
}
.wrap-noticia .noticia .main .wrap-tags {
  text-align: center;
  background-color: #f7f7f7;
  padding: 0 10px;
  margin-bottom: 10px;
}
.wrap-noticia .noticia .main .wrap-tags .item-tag {
  display: inline-block;
  line-height: 30px;
  border: 1px solid #f37435;
  padding: 0 10px;
  margin: 10px;
  border-radius: 20px;
  cursor: pointer;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
}
.wrap-noticia .noticia .main .wrap-tags .item-tag:hover {
  background-color: #f37435;
  color: #fff;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
}
.wrap-noticia .noticia .aside {
  float: left;
  max-width: 420px;
  width: 100%;
}
.wrap-noticia .noticia .aside header {
  margin: 15px 0 30px 0;
  font-size: 12pt;
  text-align: left;
  border-bottom: 3px solid #242424;
}
.wrap-noticia .noticia .aside header h1 {
  display: inline-block;
  background: #242424;
  color: #fff;
  font-weight: 200;
  padding: 5px 10px 1px 10px;
}
.wrap-noticia .noticia .aside .wrap-midias {
  margin-bottom: 60px;
}
.wrap-noticia .noticia .aside .wrap-midias .item-midia {
  margin: 0 10px;
  width: calc( (100% - 40px) / 3 );
  float: left;
  height: 50px;
}
.wrap-noticia .noticia .aside .wrap-midias .item-midia:first-of-type {
  margin-left: 0;
}
.wrap-noticia .noticia .aside .wrap-midias .item-midia:last-of-type {
  margin-right: 0;
}
.wrap-noticia .noticia .aside .wrap-midias .item-midia a {
  display: block;
  height: 100%;
  width: 100%;
  font-size: 18pt;
  line-height: 50px;
  color: #fff;
}
.wrap-noticia .noticia .aside .wrap-midias .item-midia a:hover {
  background-color: rgba(36, 36, 36, 0.2);
}
.wrap-noticia .noticia .aside .wrap-midias .item-midia.facebook {
  background-color: #516eab;
}
.wrap-noticia .noticia .aside .wrap-midias .item-midia.twitter {
  background-color: #29c5f6;
}
.wrap-noticia .noticia .aside .wrap-midias .item-midia.google {
  background-color: #eb4026;
}
.wrap-noticia .noticia .aside .wrap-banner {
  margin-bottom: 60px;
}
.wrap-noticia .noticia .aside .wrap-ultimos .item {
  border-bottom: 1px solid #f2f2f2;
  padding: 10px 0;
}
.wrap-noticia .noticia .aside .wrap-ultimos .item .left {
  width: 120px;
  float: left;
}
.wrap-noticia .noticia .aside .wrap-ultimos .item .right {
  width: calc(70% - 120px);
  float: left;
  text-align: left;
  font-weight: 300;
  padding-left: 10px;
}
.wrap-noticia .noticia .aside .wrap-ultimos .item .right h1 {
  font-size: 15pt;
}
.wrap-noticia .noticia .aside .wrap-ultimos .item .right h2 {
  font-size: 10pt;
  color: #a3a3a3;
}
/* ================= */
/*      contato
/* ================= */
.wrap-contato {
  padding-top: 30px;
}
.wrap-contato header.head {
  min-height: 235px;
  max-height: 350px;
  margin-bottom: 25px;
}
.wrap-contato .wrap-tabs {
  overflow-x: hidden;
}
.wrap-contato .nav-tab .choice a {
  color: #242424;
}
.wrap-contato .nav-tab .choice .active a {
  color: #f37435;
}
.wrap-contato .nav-tab .header {
  margin: 15px 0;
}
.wrap-contato .historia {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 13pt;
  text-align: justify;
  line-height: 35px;
  color: #717171;
}
.wrap-contato .historia h1 {
  color: #242424;
  font-size: 16pt;
  margin-bottom: 20px;
}
.wrap-contato .wrap-fotos {
  padding-bottom: 50px;
  background-color: #313131;
}
.wrap-contato .wrap-fotos header.header-titulo h1 {
  border: none;
  color: #fff;
}
.wrap-contato .formulario {
  padding: 10px;
  background: #fafafa;
  margin-bottom: 10px;
}
.wrap-contato .formulario input,
.wrap-contato .formulario textarea {
  border: 1px solid #ebebeb;
  border-radius: 2px;
}
.wrap-contato .formulario input {
  color: #242424;
  height: 40px !important;
}
.wrap-contato .formulario textarea {
  margin-top: 10px;
}
.wrap-contato .formulario ::-webkit-input-placeholder {
  color: #a3a3a3;
}
.wrap-contato .formulario .recaptcha {
  height: 75px;
  background: #cccccc;
}
.wrap-contato .formulario .botao {
  background: #f37435;
  color: #fff;
  border-radius: 2px;
  padding: 5px 10px;
  margin-top: 10px;
}
.wrap-contato .wrap-endereco {
  background: #f7f7f7;
  margin-top: 10px;
}
.wrap-contato .wrap-endereco .end {
  padding: 0 0 10px 0;
}
.wrap-contato .wrap-endereco .end h1 {
  font-size: 16pt;
  margin: 10px 0;
}
.wrap-contato .wrap-endereco .end p {
  font-size: 14pt;
  color: #717171;
}
.wrap-contato .wrap-endereco .mapa {
  margin-top: 20px;
}
.wrap-contato .wrap-endereco .mapa #mapa {
  height: 500px;
}
/* ================= */
/*      footer
/* ================= */
footer.wrap-footer {
  background-color: #242424;
  color: #fff;
}
footer.wrap-footer .item {
  margin: 0 15px;
  width: calc( (100% - 60px) / 3 );
  float: left;
  padding: 10px 0;
  overflow-x: hidden;
}
footer.wrap-footer .item:first-of-type {
  margin-left: 0;
}
footer.wrap-footer .item:last-of-type {
  margin-right: 0;
}
footer.wrap-footer .item header {
  font-size: 16pt;
  margin: 15px 0;
  font-weight: 200;
}
footer.wrap-footer .item header h1 {
  display: inline-block;
}
footer.wrap-footer .item p {
  font-size: 10pt;
  color: #999999;
}
footer.wrap-footer .item.wrap-endereco p {
  line-height: 30px;
  font-size: 13pt;
}
footer.wrap-footer .item.wrap-menu {
  padding-left: 70px;
}
footer.wrap-footer .item.wrap-menu .item-nav {
  margin: 7px 0;
  display: block;
  color: #999999;
  font-size: 13pt;
}
footer.wrap-footer .item.wrap-menu .item-nav.sub {
  padding-left: 15px;
}
footer.wrap-footer .item.wrap-menu .item-nav:hover {
  text-decoration: underline;
  color: #fff;
}
footer.wrap-footer .item.wrap-social .facebook-plugin {
  min-height: 130px;
}
footer.wrap-footer .item.wrap-social .midias {
  margin-top: 15px;
}
footer.wrap-footer .item.wrap-social .midias .item-midia {
  font-size: 30pt;
  display: inline-block;
  margin-right: 15px;
}
footer.wrap-footer .item.wrap-social .midias .item-midia a {
  color: #f37435;
}
footer.wrap-footer .assinatura {
  background-color: #d9d9d9;
  padding: 5px 0;
}
/* =================== */
/*      home mobile
/* ===================*/
.wrap-home {
  min-height: 100%;
  background-color: #f37435;
  margin-top: -25px;
}
.wrap-home header.header-home {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow-y: hidden;
  text-align: center;
  padding: 5px;
  background-color: #fff;
}
.wrap-home header.header-home img {
  width: 250px;
  display: inline-block;
  margin-bottom: 10px;
}
.wrap-home header.header-home .wrap-busca-palavra input {
  border-radius: 20px;
  height: 45px;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
}
.wrap-home header.header-home .wrap-busca-palavra input:focus {
  border-color: rgba(243, 116, 53, 0.5);
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
}
.wrap-home nav {
  height: calc(100% - 60px - 22px);
  padding-top: 90px;
}
.wrap-home nav .item-nav {
  height: 70px;
  overflow-y: hidden;
  border-bottom: 1px solid #f3793c;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  font-size: 18pt;
  font-weight: 200;
  color: #fff;
  line-height: 70px;
  text-align: center;
}
.wrap-home nav .item-nav a {
  color: #fff;
  display: block;
  line-height: 70px;
}
.wrap-home nav .item-nav a:active {
  background-color: #f47e43;
}
.wrap-home nav .item-nav.active {
  background-color: #f26722;
}
.wrap-home nav .item-nav .wrap-submenu .item-nav {
  border-bottom: 1px solid #f37435;
}
.wrap-home nav .item-nav .wrap-submenu .item-nav:first-child {
  border-top: 1px solid #f37435;
}
.wrap-home .assinatura {
  background-color: #fff;
}
/* ======================== */
/*      Campanha - Page
/* ======================== */
.wrap-campanha-pagina {
  margin-bottom: 20px;
}
.wrap-campanha-pagina .formulario {
  padding: 10px;
  background-color: #fafafa;
}
.wrap-campanha-pagina .formulario header {
  display: inline-block;
  font-size: 15pt;
  margin: 0 0 15px 15px;
  border-bottom: 1px solid #f37435;
}
.wrap-campanha-pagina .formulario label {
  display: none;
}
.wrap-campanha-pagina .formulario .form-control {
  box-shadow: none;
  border: none!important;
  border-bottom: 1px solid rgba(243, 116, 53, 0.2) !important;
  border-radius: 2px;
  margin-bottom: 20px;
  height: 45px;
  font-size: 13.5pt;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  background-color: transparent;
}
.wrap-campanha-pagina .formulario .form-control:focus {
  border-bottom: 1px solid #f37435 !important;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
}
.wrap-campanha-pagina .formulario input[type="submit"] {
  background-color: #f37435;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 12.5pt;
  padding: 12px;
  border-radius: 2px;
}
.wrap-campanha-pagina .formulario ::-webkit-input-placeholder {
  color: #a3a3a3;
}
.wrap-campanha-pagina .formulario .botao {
  background-color: transparent;
  border: 1px solid #f37435;
  color: #f37435;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  border-radius: 0;
  font-weight: 300;
}
.wrap-campanha-pagina .formulario .botao:hover {
  color: #fff;
  background-color: #f37435;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
}
.g-recaptcha {
  max-width: 100%;
  overflow: hidden;
}
