/* Custom */
@font-face {
  font-family: "Geometrix";
  src: url("../../template/fonts/geometrix/geometrix.eot");
  /* IE9 Compat Modes */
  src: url("../../template/fonts/geometrix/geometrix.eot?#iefix") format("embedded-opentype"), url("../../template/fonts/geometrix/geometrix.otf") format("opentype"), url("../../template/fonts/geometrix/geometrix.svg") format("svg"), url("../../template/fonts/geometrix/geometrix.ttf") format("truetype"), url("../../template/fonts/geometrix/geometrix.woff") format("woff"), url("../../template/fonts/geometrix/geometrix.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

.cursor-pointer {
  cursor: pointer !important;
}

.border, .bdvd, .bdvm, .bdaz, .bdbc, .bdrx {
  border-width: 1px;
  border-style: solid;
}

.bdvd {
  border-color: #0f0;
}

.bdvm {
  border-color: #f00;
}

.bdaz {
  border-color: #00f;
}

.bdbc {
  border-color: #FFFFFF;
}

.bdrx {
  border-color: #f0f;
}

header nav {
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  height: 125px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  /* Slim */
}

header nav .navbar-brand {
  width: 160px;
  padding: 17px;
  padding-left: 25px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

@media (min-width: 400px) {
  header nav .navbar-brand {
    width: 200px;
  }
}

@media (min-width: 992px) {
  header nav .navbar-brand {
    width: 300px;
  }
}

header nav .bandeiras {
  position: absolute;
  right: 70px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media (min-width: 992px) {
  header nav .bandeiras {
    right: 580px;
  }
}

@media (min-width: 1050px) {
  header nav .bandeiras {
    right: 790px;
  }
}

header nav .navbar-toggler {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  outline: none;
}

@media (min-width: 992px) {
  header nav .navbar-toggler {
    display: none;
  }
}

header nav .navbar-toggler.is-active:hover {
  opacity: 1;
}

header nav .search-box {
  background-color: #ECECEC;
  margin-right: 30px;
  padding: 10px;
  border-radius: 10px;
  margin-top: 36px;
  display: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

@media (min-width: 1200px) {
  header nav .search-box {
    display: block;
  }
}

header nav .search-box input {
  border: none;
  outline: none;
  color: #949494;
  font-weight: bold;
  width: 120px;
  background: none;
}

header nav .search-box button {
  border: none;
  background: none;
  cursor: pointer;
}

header nav #menu {
  background-color: #FFFFFF;
  height: 100vh;
  display: none;
}

@media (min-width: 992px) {
  header nav #menu {
    height: auto;
    display: block;
  }
}

header nav #menu .menu-scroll {
  overflow-y: scroll;
  height: calc(100% - 80px);
}

@media (min-width: 992px) {
  header nav #menu .menu-scroll {
    overflow: inherit;
    height: auto;
  }
}

header nav ul {
  margin: 0;
  padding: 0;
  width: 100%;
}

header nav ul li {
  display: block;
  padding: 15px 15px 15px 40px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

header nav ul li a {
  color: #949494;
  text-transform: uppercase;
  font-size: 18px;
}

header nav ul li a:hover {
  color: #949494;
  text-decoration: none;
}

@media (min-width: 992px) {
  header nav ul li a {
    display: block;
    font-size: 15px;
  }
}

header nav ul li.active {
  background-color: #ED1C24;
}

header nav ul li.active a {
  color: #FFFFFF;
}

header nav ul li.active .down ul li a {
  color: #949494;
}

@media (min-width: 992px) {
  header nav ul li {
    display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 50px;
    padding-bottom: 12px;
  }
}

@media (min-width: 992px) {
  header nav ul {
    margin: 0 15px 0 0;
    width: auto;
  }
}

header nav .drop i {
  color: #949494;
  float: right;
  margin: 7px 0 7px 0;
}

header nav .drop.active i {
  color: #FFFFFF;
}

header nav .drop.active ul li i {
  color: #949494;
}

header nav .down {
  background-color: #FFFFFF;
  margin: 15px -15px -15px -40px;
  display: none;
}

header nav .down li {
  padding-left: 70px;
}

header nav .down li ul {
  margin-top: 10px;
  display: none;
}

header nav .down li ul li {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 40px;
}

header nav .navbar-toggler {
  padding: 10px 0;
}

header nav .navbar-toggler.hamburger {
  opacity: 1;
}

header nav.slim {
  height: 85px;
}

@media (min-width: 400px) {
  header nav.slim .navbar-brand {
    width: 200px;
  }
}

header nav.slim .search-box {
  margin-top: 15px;
}

header nav.slim ul li {
  padding-top: 30px;
}

header nav.slim .down {
  padding-top: 21px;
}

header.fixed {
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.04);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.04);
}

@media (min-width: 992px) {
  header .drop {
    position: relative;
  }
  header .drop i {
    display: none;
  }
  header .drop .down {
    margin: unset;
    position: absolute;
    background: #FFFFFF;
    right: 0;
    top: 100%;
    padding-top: 41px;
    display: none;
  }
  header .drop .down ul {
    margin: 0 0 0 0;
  }
  header .drop .down ul li {
    display: block;
    position: relative;
    text-align: center;
    padding: 0 !important;
    white-space: nowrap;
  }
  header .drop .down ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }
  header .drop .down ul li a:hover {
    background-color: #ED1C24;
    color: #FFFFFF;
  }
  header .drop .down ul li ul {
    display: none;
    position: absolute;
    right: 100%;
    top: 0;
    background: #FFFFFF;
  }
  header .drop .down ul li:hover ul {
    display: block;
  }
  header .drop:hover .down {
    display: block;
  }
}

/* banners */
@media (min-width: 992px) {
  #banners .carousel .carousel-item img {
    height: 750px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#banners .carousel .carousel-control-prev {
  opacity: 1;
  width: 125px;
}

#banners .carousel .carousel-control-next {
  opacity: 1;
  width: 125px;
}

#banners .carousel .carousel-control-prev-icon {
  background-image: url(../img/topo_seta_prev.svg);
  background-position: left center;
  width: 50px;
  height: 50px;
}

@media (min-width: 1200px) {
  #banners .carousel .carousel-control-prev-icon {
    width: 84px;
    height: 84px;
    background-position: center center;
  }
}

#banners .carousel .carousel-control-next-icon {
  background-image: url(../img/topo_seta_next.svg);
  background-position: right center;
  width: 50px;
  height: 50px;
}

@media (min-width: 1200px) {
  #banners .carousel .carousel-control-next-icon {
    width: 84px;
    height: 84px;
    background-position: center center;
  }
}

#banners .carousel .carousel-indicators li {
  border-radius: 0;
  width: 30px;
  height: 3px;
}

#home-sobre {
  background-image: url("../img/empresa.png");
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 75px;
  padding-bottom: 75px;
}

#home-sobre .title {
  text-align: center;
  font-family: "Geometrix";
  font-size: 30px;
  color: #FF0000;
  margin-bottom: 15px;
  color: #FFFFFF;
}

#home-sobre .text {
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
}

#home-produtos {
  background-image: url("../img/bg-home-produtos.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 75px;
  padding-bottom: 75px;
}

@media (min-width: 1400px) {
  #home-produtos .container {
    max-width: 1320px;
  }
}

@media (min-width: 1600px) {
  #home-produtos .container {
    max-width: 1560px;
  }
}

/* Slider Produtos */
#slider-produtos {
  padding-left: 30px;
  padding-right: 35px;
}

@media (min-width: 600px) {
  #slider-produtos {
    padding-left: unset;
    padding-right: unset;
  }
}

#slider-produtos .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}

#slider-produtos .slick-slide img {
  display: inline-block;
}

#slider-produtos .slick-prev {
  left: 0;
}

@media (min-width: 600px) {
  #slider-produtos .slick-prev {
    left: -35px;
  }
}

#slider-produtos .slick-prev:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 45px;
  content: "\f053";
}

#slider-produtos .slick-next {
  right: 0;
}

@media (min-width: 600px) {
  #slider-produtos .slick-next {
    right: -25px;
  }
}

#slider-produtos .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 45px;
  content: "\f054";
}

#slider-produtos .slick-dots {
  left: 0;
  bottom: -85px;
}

#slider-produtos .slick-dots li button:before {
  font-size: 20px;
}

/* Mapa */
#mapa {
  height: 100%;
}

@media (min-width: 576px) {
  #mapa {
    height: 300px;
  }
}

@media (min-width: 992px) {
  #mapa {
    height: 420px;
  }
}

#mapa .embed-responsive {
  height: 100%;
}

footer {
  background-color: #FD141E;
  padding-top: 35px;
  padding-bottom: 35px;
  text-align: center;
}

footer address {
  display: block;
  color: #FFFFFF;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

#empresa {
  background-color: #E4E4E4;
  padding-top: 60px;
  padding-bottom: 120px;
  min-height: 550px;
}

#empresa .titulo {
  color: #FF0000;
  font-size: 30px;
  text-transform: uppercase;
  font-family: "Geometrix";
  font-size: 30px;
  color: #FF0000;
  margin-bottom: 15px;
}

#empresa .texto {
  font-size: 23px;
  color: #949494;
}

#produtos {
  background-color: #E4E4E4;
  padding-top: 80px;
  padding-bottom: 150px;
  min-height: 550px;
}

@media (min-width: 1400px) {
  #produtos .container {
    max-width: 1320px;
  }
}

@media (min-width: 1600px) {
  #produtos .container {
    max-width: 1560px;
  }
}

#produtos .title {
  font-family: "Geometrix";
  font-size: 30px;
  color: #FF0000;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
}

@media (min-width: 600px) {
  #produtos .title {
    font-size: 30px;
  }
}

#produtos .num {
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  color: #646464;
}

.thumb-produto {
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
}

.thumb-produto .img {
  text-align: center;
  padding: 15px;
  background-color: #FFFFFF;
}

.thumb-produto .img img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
}

.thumb-produto .name {
  margin-top: 20px;
  font-weight: bold;
  color: #606060;
}

.thumb-produto .brand {
  color: #828282;
}

/* Detalhe */
#detalhe {
  background-color: #E4E4E4;
  padding-top: 75px;
  padding-bottom: 150px;
  min-height: 550px;
}

@media (min-width: 1400px) {
  #detalhe .container {
    max-width: 1320px;
  }
}

@media (min-width: 1600px) {
  #detalhe .container {
    max-width: 1560px;
  }
}

#detalhe #thumbs img {
  margin-bottom: 10px;
  cursor: pointer !important;
  height: 64px;
  width: auto;
}

@media (min-width: 992px) {
  #detalhe #thumbs img {
    height: auto;
  }
}

#detalhe .detail .name {
  font-family: "Geometrix";
  font-size: 30px;
  color: #FF0000;
  text-transform: uppercase;
}

#detalhe .detail .brand {
  color: #606060;
  font-weight: bold;
  font-size: 20px;
}

#detalhe .detail .desc {
  color: #646464;
  font-size: 20px;
  margin-top: 40px;
}

#detalhe .detail .title-detail {
  margin-top: 40px;
  font-size: 20px;
  color: #FF0000;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.outros .title {
  font-family: "Geometrix";
  font-size: 30px;
  color: #FF0000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 100px;
  margin-bottom: 30px;
}

#representantes {
  background-color: #E4E4E4;
}

#representantes .filter {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

#representantes .filter label {
  font-family: "Geometrix";
  font-size: 30px;
  color: #FF0000;
  font-size: 20px;
  text-transform: uppercase;
}

#representantes .filter select {
  border-radius: 10px;
  padding: 15px 20px;
  outline: none;
  border: none;
  text-transform: uppercase;
  color: #646464;
  width: 100%;
}

@media (min-width: 992px) {
  #representantes .filter select {
    width: 300px;
    margin-left: 10px;
  }
}

.gm-style .gm-style-iw-c {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 10px 15px #00000026;
          box-shadow: 0px 10px 15px #00000026;
}

.gm-style .map-infobox {
  padding: 10px;
}

.gm-style p {
  margin-bottom: 3px;
}

.gm-style p.name {
  font-family: "Geometrix";
  font-size: 18px;
  color: #FF0000;
}

.gm-style p.city {
  font-size: 15px;
  color: #707070;
  text-transform: uppercase;
}

.gm-style p.phone {
  margin-top: 10px;
  font-size: 20px;
  color: #2D2F91;
  font-weight: bold;
  text-transform: uppercase;
}

.gm-style p.mail {
  margin-top: 5px;
  font-size: 17px;
  color: #2D2F91;
}

#contato {
  background-color: #E4E4E4;
  padding-top: 60px;
  padding-bottom: 120px;
  min-height: 550px;
}

#contato .form .titulo {
  color: #FF0000;
  font-size: 25px;
  text-transform: uppercase;
  font-family: "Geometrix";
  font-size: 30px;
  color: #FF0000;
  margin-bottom: 15px;
}

#contato .form .formulario select,
#contato .form .formulario input,
#contato .form .formulario textarea {
  width: 100%;
  border-radius: 10px;
  padding: 15px 20px;
  outline: none;
  border: none;
  margin-top: 20px;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.25);
  resize: none;
}

#contato .form .formulario button {
  background: #2D2F91;
  border: none;
  outline: none;
  font-family: "Geometrix";
  font-size: 20px;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 7px 30px;
  border-radius: 10px;
  display: block;
  width: 100%;
}

@media (min-width: 992px) {
  #contato .form .formulario button {
    width: auto;
    display: inline-block;
  }
}

#contato .form .formulario label.error {
  margin-top: 3px;
  color: #FF0000;
  font-size: 12px;
}

#contato .texto {
  font-size: 23px;
  color: #949494;
}

#contato .others {
  font-size: 17px;
  color: #8C8C8C;
  margin-top: 35px;
}

#contato .others address {
  margin-bottom: 0px;
}

#contato .others section.name {
  font-family: "Geometrix";
  font-size: 30px;
  color: #FF0000;
  font-size: 20px;
}

#contato .others section.phone,
#contato .others section.phone a {
  color: #2D2F91;
  font-size: 20px;
  font-weight: bold;
}

#contato .others section.phone i,
#contato .others section.phone a i {
  color: #FF0000;
}

#contato .others .mail a {
  color: #2D2F91;
}

#contato .others .social {
  margin-top: 30px;
}

#contato .others .social a {
  background: #FF0000;
  color: #F3F3F3;
  display: inline-block;
  height: 52px;
  width: 52px;
  text-align: center;
  font-size: 30px;
  border-radius: 100%;
  padding-top: 5px;
  margin-right: 5px;
}

#contato .others #map {
  height: 300px;
}

#contato .others #map .embed-responsive {
  height: 300px;
}

#contato .others #map iframe {
  width: 100%;
  height: 300px;
  margin-top: 50px;
}

img {
  max-width: 100%;
}

body {
  padding-top: 125px;
  display: none;
}

.page-name {
  padding: 55px 20px;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
}

.page-name p {
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "Geometrix";
  font-size: 25px;
}

@media (min-width: 600px) {
  .page-name p {
    font-size: 40px;
  }
}

.page-name.empresa {
  background-image: url("../img/bg-empresa.jpg");
}

.page-name.produto {
  background-image: url("../img/bg-empresa.jpg");
}

.page-name.produto .content {
  background: none;
}

.page-name.categoria {
  padding: 0px;
}

.page-name.categoria .content {
  padding: 55px 20px;
  background-image: url("../img/bg-categoria.png");
}

.page-name.representantes {
  background-image: url("../img/bg-representantes.jpg");
}

.page-name.contato {
  background-image: url("../img/bg-contato.jpg");
}
/*# sourceMappingURL=style.css.map */


img.img-table {
  width: 100%;
}

small.zoom {
  font-style: italic;
  display: block;
  color: #939393;
  margin-top: 10px;
  text-align: center;
}

small.zoom i {
  font-size: 11px;
}

@media (min-width: 502px) {

  img.img-table {
    max-width: 501px;
  }

  small.zoom {
    text-align: left;
    padding-left: 125px;
  }

}
