html {
  font-size: 10px;
  overflow-y: scroll;
}

html * {
  font-family: "montserrat", sans-serif !important;
  font-display: swap;
  font-weight: 400;
}

.topBar {
  color: #fff;
  background: #131212;
  font-size: 1.05rem;
  padding-top: 1px;
  padding-bottom: 1px;
  font-weight: 600;
}

.topBar a,
.topBar a:hover,
.topBar a:focus,
.topBar a:active {
  color: #c2c2c2 !important;
  font-weight: 400 !important;
}

.top {
  background: #fff;
  /* background: #C10042; */
}

.top a {
  color: #262627 !important;
  font-size: 1.5rem;
  font-weight: 500;
}

.top .top-icon img {
  width: 26px;
  height: 26px;
}

/* .top a * {
    vertical-align: bottom;
} */

.top a:hover,
.top a:hover *,
.top a:focus,
.top a:active {
  text-decoration: underline !important;
}

.noBorder {
  border: none !important;
}

.searchTop {
  color: #000 !important;
  height: 46px !important;
  padding-left: 30px !important;
  font-weight: 400 !important;
  font-size: 14px !important;
}

.searchTop::placeholder {
  color: #828282 !important;
  font-weight: 400 !important;
  padding: 0 !important;
  font-size: 14px !important;
}

.btn-searchTop {
  margin: 0 !important;
  padding: 6px 10px !important;
  background: #f9fbfa !important;
  box-shadow: none !important;
}

.subMenuTop {
  background: #fbfbfb;
  position: absolute;
  display: none;
  z-index: 1;
  right: 0;
  left: 0;
  box-shadow: 8px 21px 32px #00000012;
  border-radius: 0 0 4px 4px;
  min-height: 50vh;
}

@media (max-width: 767px) {
  .subMenuTop {
    display: none !important;
  }

  #deskmenu {
    display: none;
  }

  #mobmenu {
    display: block !important;
  }

  #mobmenu a {
    background: #4c1363;
  }

  #mobmenu a:hover {
    background: #c8d438 !important;
    transition: all 0.3s;
  }
}

.subMenuTop a {
  color: #777777 !important;
  font-size: 1.4rem;
  font-weight: 500;
}

.subMenuTop h6 {
  color: #303030 !important;
  font-size: 1.3rem;
  font-weight: 600;
}

.subMenuTop a:hover {
  border-bottom: 2px solid #777777;
}

.topCat {
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
}

.topCat hr {
  width: 90%;
  margin: 0 auto;
}

.topCat a {
  color: #26221d !important;
  font-size: 15px;
  font-weight: 500;
}

.topCat a.a-offer {
  color: #c10042 !important;
}

.topCat a.a-offer:hover::after {
  left: 0;
  content: "";
  width: 100%;
  bottom: -19px;
  position: absolute;
  border-bottom: 3px solid #c10042;
}

.subMenu {
  display: none;
}

.rounded14 {
  border-radius: 14px;
}

.bottomBanner hr {
  width: 90%;
  margin: 0 auto;
}

.prodHome h1 {
  color: #303030;
  font-size: 2.2rem;
  font-weight: 600;
}

.headerList {
  border-bottom: #e8e8e8 2px solid;
}

.headerList
  .nav-tabs-navigation
  .nav-tabs-wrapper
  .nav-tabs
  .nav-item
  .nav-link {
  color: #1a1818 !important;
  font-size: 1.6rem !important;
  font-weight: 400 !important;
  /* text-transform: capitalize !important; */
  border-radius: 0 !important;
  padding: 7px 20px;
}

.headerList
  .nav-tabs-navigation
  .nav-tabs-wrapper
  .nav-tabs
  .nav-item
  .nav-link.active {
  color: #1a1818 !important;
  background: #e8e8e8;
}

.rodape {
  background: #212121;
  color: #fff;
}

.rodape h1 {
  font-size: 2rem;
  font-weight: bolder;
}

.lineRod {
  border-bottom: #3e3e3e solid 2px;
  width: 90%;
}

.rodape h2 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 0 !important;
  text-transform: uppercase;
}

.rodape h3 {
  font-size: 1.8rem;
  font-weight: 400 !important;
}

.rodape h4 {
  font-size: 1.4rem;
  margin-bottom: 30px;
}

.rodape ul {
  list-style: unset;
}

.rodape h5 {
  color: #ffffff59;
}

.rodape p,
.rodape a,
.rodape a:hover,
.rodape a:active {
  font-size: 1.3rem;
  display: block;
  color: #cfc8c0 !important;
  line-height: 2.8rem;
  font-weight: 100 !important;
}

.rodape a.top-icon img {
  width: 26px;
  height: 26px;
  color: transparent;
}

.textRod {
  line-height: 2.2rem !important;
}

.rodape h5 {
  font-size: 10px;
}

.whats-button {
  position: fixed;
  right: 5.5%;
  bottom: 15%;
  background: none !important;
  z-index: 999;
}

@media (max-width: 575px) {
  .whats-button {
    bottom: 2%;
  }
}

.whats-button a {
  background: none !important;
}

#countCart {
  background: #0a71b1;
  font-size: 0.8rem;
  color: #fff;
  border-radius: 14px;
  height: 14px;
  width: 14px;
  display: block;
  text-align: center;
  line-height: 14px;
  font-weight: 400 !important;
  position: absolute;
  right: -3px;
  bottom: 0px;
}

input[type="radio"],
input[type="checkbox"] {
  display: inline-block;
  width: 5%;
}

.prodList h1 {
  color: #000;
  font-size: 40px;
  font-weight: bold;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
}

.titleh1 {
  color: #303030;
  font-size: 2.4rem;
  font-weight: bold;
  display: inline-block;
}

.btn.back {
  margin: 0 !important;
  padding: 12px 20px !important;
  background: #e8e8e8 !important;
  font-size: 1.4rem !important;
  text-transform: capitalize !important;
  box-shadow: none !important;
  font-weight: 200 !important;
  color: #303030;
}

.btn.back,
.btn.back:focus,
.btn.back:active,
.btn.back:hover {
  color: #303030 !important;
}

.btn.back svg {
  float: left;
  height: 14px;
  margin-right: 5px;
  transition: 0.5s linear;
  width: 14px !important;
  fill: #303030;
  margin-top: 3px;
}

#form_contact {
  border-radius: 10px;
}

#form_contact input,
#form_contact textarea {
  background: #ffffff !important;
  color: #231f20 !important;
  height: 54px !important;
  width: 90%;
  font-size: 18px;
  padding-left: 20px !important;
  padding-right: 10px !important;
  margin-bottom: 20px;
  border: #707070 1px solid !important;
}

#form_contact input::placeholder,
#form_contact textarea::placeholder {
  color: #231f20 !important;
  font-weight: 200 !important;
  /* padding: 0 !important; */
}

#form_contact textarea {
  padding-top: 10px;
  height: 100px !important;
}

#form_contact p {
  color: #231f20 !important;
  font-size: 1.6rem !important;
  /* font-weight: bolder !important; */
}

#form_contact label {
  display: none !important;
}

#form_contact .submit {
  font-weight: 400;
  font-size: 18px;
  padding: 24px 15px 46px 15px !important;
  text-transform: uppercase;
  display: flex;
  width: auto !important;
  color: #000 !important;
  align-items: center;
  justify-content: center;
  line-height: 28px;
}

@media screen and (max-width: 767px) {
  .headerList
    .nav-tabs-navigation
    .nav-tabs-wrapper
    .nav-tabs
    .nav-item
    .nav-link {
    padding: 7px 15px;
    border-radius: 10px;
  }

  #form_contact input,
  #form_contact textarea {
    width: 100%;
  }

  .bottomBanner h1 {
    font-size: 0.9rem;
  }

  .bottomBanner p {
    font-size: 0.7rem;
  }

  .btnComprar {
    padding: 15px 25px !important;
    margin-top: 2rem !important;
  }

  .top a {
    font-weight: 200;
  }
}

@media screen and (min-width: 992px) {
  #prodRodape {
    margin-left: 5vw;
    padding-left: 2vw;
  }
}

@media screen and (max-width: 1100px) {
  .rodape h5 {
    font-size: 8px;
  }
}

@media screen and (max-width: 991px) {
  .rodape ul {
    list-style: none;
  }

  .rodape h5 {
    font-size: 9px;
  }
}

@media screen and (min-width: 1200px) {
  #firstMenu {
    margin-left: 1vw;
  }

  #prodRodape {
    margin-left: 15vw;
  }
}

@media screen and (min-width: 1300px) {
  #firstMenu {
    margin-left: 9.5vw;
  }

  #prodRodape {
    margin-left: 21vw;
  }
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
  width: 250px;
  position: fixed;
  top: 0;
  left: -250px;
  height: 100vh;
  z-index: 999;
  background: #fff;
  color: #262627;
  transition: all 0.3s;
  overflow-y: scroll;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
  left: 0;
}

#dismiss {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#dismiss:hover {
  background: #fff;
  color: #262627;
}

main, .carousel .slide-video {
  position: relative;
  background-color: black;
  height: 60vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}  
main video, .carousel .slide-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  /* width: 130%; */
  height: 100%;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}  
main .container, .carousel .slide-video .container {
  position: relative;
  z-index: 2;
}  
main .overlay, .carousel .slide-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* background-color: black; */
  opacity: 0.5;
  z-index: 1;
}

@media screen and (min-width: 991px) {
  main video,
  .carousel .slide-video video {
      width: auto;
      height: auto;
      -ms-transform: translateX(-50%) translateY(-47%);
      -moz-transform: translateX(-50%) translateY(-47%);
      -webkit-transform: translateX(-50%) translateY(-47%);
      transform: translateX(-50%) translateY(-47%)
  }
}

.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 200vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.overlay.active {
  display: block;
  opacity: 1;
}

#sidebar .sidebar-header {
  padding: 23px;
  background: #fff;
}

#sidebar ul.components {
  padding: 0;
}

#sidebar ul.components li {
  position: relative;
}

#sidebar ul p {
  color: #262627;
  padding: 10px;
}

#sidebar ul li a {
  padding: 15px 25px;
  font-size: 1.3em;
  display: block;
  color: #262627;
}

#sidebar ul li a:hover {
  background: #f9fbfa;
  border-bottom: none !important;
}

#sidebar ul li.active > a,
a[aria-expanded="true"] {
  color: #262627;
  background: #f9fbfa;
}

a[data-toggle="collapse"] {
  position: relative;
}

.subMenuLeft {
  display: none;
  padding-left: 15px;
  /* background: #717578; */
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.btn-light {
  border: none !important;
  background: none !important;
  padding: 10px !important;
  box-shadow: none !important;
  font-size: 1.1rem !important;
}

.card .front,
.card .back {
  width: 100% !important;
}

#tabelaFrete {
  display: inline-block;
}

.menuLog {
  /* position: absolute; */
  /* left: -45px; */
  /* background: #fff; */
  width: 94px;
  /* top: 30px; */
  padding: 5px 0;
  /* display: none; */
}

.menuLog a {
  font-size: 1.2rem;
}

.menuLog2 {
  background: #fff;
  border-radius: 6px;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.1) !important;
  width: 110px;
  padding: 5px 0;
  /* display: none; */
}

.owl-nav {
  position: absolute;
  top: 34%;
  width: 100%;
}

.owl-prev {
  position: absolute;
  left: 0;
  background: transparent !important;
}

.owl-next {
  position: absolute;
  right: 0;
  background: transparent !important;
}

.btnNews {
  color: #ffffff !important;
  background: #868686 !important;
  font-size: 1.4rem !important;
  text-transform: none !important;
  padding: 17px 0px !important;
  box-shadow: none !important;
  width: 120%;
  border-radius: 5px;
}

.inp-news {
  background: #fff !important;
  box-shadow: none !important;
  color: #231f20 !important;
  height: 55px !important;
  font-size: 1.3rem;
  padding-left: 27px;
  width: 100%;
  border-radius: 5px;
}

.inp-news::placeholder {
  color: #ACACAC !important;
}

.h1-news {
  font-size: 2.1rem !important;
  color: #fff !important;
  font-weight: 600 !important;
}

#navbarMob {
  background: #231f20 !important;
}

@media (max-width: 991px) {
  .inp-news {
    padding-left: 0 !important;
    text-align: center;
    height: 45px !important;
  }

  .h1-news {
    font-size: 2.5rem !important;
    line-height: 4rem;
  }

  .btnNews {
    padding: 12px 0px !important;
  }

  .searchTop {
    border-radius: 0 !important;
    height: 45px !important;
  }

  .btn-searchTop {
    margin: 0 !important;
    padding: 14px 18px 14px 18px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  #navbarMob {
    background: #fff !important;
  }
}

@media (max-width: 767px) {
  .inp-news {
    padding-left: 0 !important;
    text-align: center;
  }

  .btn-searchTop {
    margin: 0 !important;
    padding: 14px 18px 14px 18px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    height: 51px !important;
  }

  .searchTop {
    border-radius: 0 !important;
    height: 51px !important;
  }
}

.dropdown-top {
  position: absolute;
  width: max-content;
  top: 30px;
  right: -19px;
  background: #fff;
  z-index: 99;
  border-radius: 8px;
  display: none;
  box-shadow: 8px 21px 32px #00000012;
}

.dropdown-top::before {
  content: "";
  /* background: url(../img/drop_cambB.svg); */
  width: 24px;
  background-size: cover;
  height: 26px;
  top: -15px;
  right: 10px;
  display: block;
  position: absolute;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dropdown-top a {
  display: block;
  color: #4e596b !important;
  padding: 17px 21px;
  border-bottom: none !important;
}

.dropdown-top a:hover,
.dropdown-top a.active {
  color: #fff !important;
  background: #56699e;
  border-radius: 4px;
}

.closeSideMenu {
  width: 10px;
  position: absolute;
  top: 19px;
  right: 10%;
  display: none;
}

li.open .closeSideMenu {
  display: block !important;
}

.boxFooter {
  background: #2f2f31;
}

.boxFooter p {
  margin-bottom: 0 !important;
  line-height: 1.8rem !important;
}

p.copyright {
  color: #808080 !important;
  margin-bottom: 0 !important;
  font-size: 1rem !important;
  line-height: 1.8rem !important;
}

.content-view li {
  font-size: 14px;
  margin: 0 0 10px;
}

.content-view ul {
  list-style-type: disc !important;
}

.border {
  border: 1px solid #dbdbdb;
  border-radius: 5px;
}

/*.menulist nav a:hover{
    color:#bfc336;
    border-bottom: 2px solid #391547;
    transition: all .3s;
}
.menulist nav{
    margin-top: 32px;
}*/

.menulist ul li {
  position: relative;
  float: left;
}

.menulist li:hover ul,
.menulist li.over ul {
  display: block;
}

.menulist li a {
  color: #333;
  text-decoration: none;
  padding: 5px 10px;
  display: block;
}

.menulist li ul li {
  display: block;
  width: 100%;
  padding: 0px 15px;
  z-index: 999999;
}

.menulist li ul {
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  display: none;
  z-index: 999999;
  padding: 15px 0;
  min-width: max-content;
  box-shadow: 0px 2px 4px #00000029;
}

.menulist ul li a {
  transition: all 0.3s;
  border-bottom: 2px solid transparent;
  margin-right: 5em;
  padding: 10px 0px;
  float: left;
  text-transform: uppercase;
  font-size: 15px;
  color: #000000;
  font-weight: 500;
}

.productBottom h2,
.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-item .nav-link:hover,
.nav-tabs .nav-item .nav-link:focus {
  color: #acacac !important;
  font-size: 26px;
  font-weight: 500 !important;
  padding: 18px 10px;
}

.productBottom h2 {
  font-size: 2.25rem;
  color: #696969;
}

.topCat a:hover::after,
.topCat a.open::after,
.nav-tabs .nav-item .nav-link:hover::after,
.nav-tabs .nav-item .nav-link.active:after {
  left: 25%;
  content: "";
  width: 50%;
  bottom: 0px;
  position: absolute;
  border-bottom: 3px solid #0a71b1;
  transition: all 0.3s;
}

.topCat a:hover::after,
.topCat a.open::after {
  width: 100%;
  left: 0;
}
.nav-tabs {
  border-bottom: 1px solid #e2e2e2;
}

.nav-tabs .nav-item .nav-link.active {
  color: #000000 !important;
  font-weight: 600 !important;
}

.boxProd .boxBorder {
  border: 1px solid#F2F2F2;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.boxProd .boxBorder img {
  max-height: 200px;
}

.borderBottom {
  border-bottom: 1px solid #39322b;
}

.pagination > .page-item > .page-link,
.pagination > .page-item > span {
  color: unset;
}

.boxProd .card-body a {
  color: #000;
  font-size: 1.3rem;
  font-weight: 500;
}

.content.text p {
  line-height: 1.4;
}

.closeModal {
  position: absolute;
  top: 15px;
  width: 15px;
  right: 25px;
}

.instalow {
  width: 100%;
}

.subMenu.open {
  display: block !important;
  background: #fff;
  min-width: 100%;
  width: max-content;
  left: calc(100%);
  top: 15px;
  z-index: 1;
  border: 1px solid #e8e8e8;
}

.subMenu li {
  padding: 7px 0;
  position: relative;
}

.subMenu a {
  border-bottom: 2px solid #fff;
}

.subMenu a:hover,
.subMenu a.open {
  border-bottom: 2px solid #000;
}

.subN1 {
  margin-bottom: 0;
}

.subN2 {
  display: none;
  margin-bottom: 0;
  background: #fff;
  min-width: 100%;
  right: calc(-100% - 10px);
  top: 0;
  border: 1px solid #e8e8e8;
  left: 210px !important;
}

.subN2.open {
  display: block;
}

.subMenuTop {
  background: #fff;
  position: absolute;
  display: none;
  z-index: 1;
  right: 0;
  left: 0;
  box-shadow: 8px 21px 32px #00000012;
  border-radius: 0 0 4px 4px;
  /*min-height: 50vh;*/
}

@media (max-width: 767px) {
  .subMenuTop {
    display: none !important;
  }
}

.topCat a.a-offer {
  color: #ed248a !important;
  font-weight: 700;
}

.topCat a.a-offer:hover::after {
  left: 0;
  content: "";
  width: 100%;
  bottom: -19px;
  position: absolute;
  /* border-bottom: 3px solid #ED248A; */
}

.subMenuLeft {
  display: none;
  /* background: #9c0d54; */
}

.subML1 {
  padding-left: 30px !important;
}

.subMenuLeft2 {
  display: none;
  /* background: #920c4f; */
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.subN2,
.subN1 {
  top: 0 !important;
  /* width: 200px; */
}

#deskmenu a {
  margin: 0 !important;
  padding: 5px 0;
  text-transform: none !important;
}

b,
strong {
  font-weight: bold;
}

.bannerFull img {
  width: 100%;
}

.blog h1 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #303030;
}

.blog h3,
.blogInt h3 {
  font-size: 14px;
  font-weight: 300;
  color: #686868;
  line-height: 22px;
  margin: 0;
}

.blog h2 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  color: #152427;
  line-height: 33px;
  min-height: 76px;
  margin: 0;
}

@media (max-width: 767px) {
  .blog h2 {
    min-height: unset;
  }
}

.blog a {
  text-decoration: none !important;
}

.blog h4 {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  line-height: 22px;
  text-decoration: underline !important;
  margin: 0;
}

.blogCatSide li {
  margin-right: 15px;
  display: inline-block;
}

.blogCatSide a {
  font-size: 14px;
  font-weight: 300;
  color: #686868;
  line-height: 22px;
  margin-bottom: 10px;
}

.blogInt h2 {
  font-size: 50px;
  font-weight: 700;
  color: #152427;
  line-height: 60px;
  margin: 0;
}

.blogInt h6 {
  font-size: 13px;
  font-weight: 600;
  color: #152427;
}

.filter-btn .row {
  height: 41px;
  border: 1px solid #707070;
  font-size: 17px;
  color: #000000;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 500;
}


.filter-btn.open .row {
  border: 1px solid #000 !important;
}

.filter-btn.open .row svg {
  margin-top: 3px;
  transform: rotate(180deg);
}

.filter-block {
  display: none;
}

.filter-block .filter-item label {
  border: 1px solid #e7e7e7;
  height: 33px;
  padding: 0 11px;
  font-size: 11px;
  color: #5a5b5e;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.filter-btn.active .row {
  background: #efefef;
}

.filter-block .filter-item.active label {
  background: #efefef;
}

.owl-carousel._meio .owl-dots {
  display: block !important;
}

.devTopBar {
  color: #fff;
  background: red;
  padding-top: 1px;
  padding-bottom: 1px;
  font-weight: 500;
  font-size: 14px;
}

@media (max-width: 767px) {
  .devTopBar {
    font-weight: 500;
    font-size: 11px;
  }
}

.contactPG h1 {
  font-weight: 500;
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
}

.contactPG h2 {
  font-size: 48px;
  color: #000000;
}

.contactPG p {
  color: #515151;
  font-size: 17px;
  line-height: 35px;
}

.sobreVP h1 {
  font-weight: 500;
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
}

.sobreVP h2 {
  font-size: 48px;
  color: #000000;
  line-height: 55px;
}

.sobreVP h3 {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
}

.sobreVP p {
  color: #000;
  font-size: 18px;
  line-height: 35px;
}

.bgApre {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 436px;
  display: flex;
  align-items: center;
}

.bgApre h2 {
  font-size: 61px;
  line-height: 70px;
  color: #fff;
  margin-top: 0;
}

.bgApre p {
  color: #fff;
  font-size: 18px;
  line-height: 35px;
  margin-bottom: 0;
}

._products .owl-stage {
  display: flex;
  align-items: stretch;
}

._products .owl-stage .boxProd {
  height: 100%;
}