html {
  font-size: 10px;
  font-family: "Titillium Web", sans-serif !important;
  overflow-y: scroll;
  font-weight: 100;
}

header {
  z-index: 2;
  position: relative;
}

.container-fluid {
  max-width: 1616px !important;
}

p {
  color: #444444;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}

.material-icons {
  font-family: "Material Icons";
}

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

.top {
  background: transparent;
  z-index: 2;
  position: relative;
}

.top .navTopDesk a {
  font-size: 18px;
  color: #fff;
  line-height: 18px;
}

.top .navTopDesk .navTDCol {
  padding: 0 10px !important;
}

.top #countCart {
  position: absolute;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  right: 6px;
  top: 2px;
}

/* ---------------------------------------------------
    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;
}

.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: 18px;
  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;
}

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

/* ---------------------------------------------------
    END SIDEBAR STYLE
----------------------------------------------------- */
.aboveMenu {
  margin-top: -112px;
  z-index: 1;
}

.carousel .carousel-caption h1 {
  font-style: italic;
  font-weight: 700;
  margin: 0;
}

.embed-responsive-21by9::before {
  padding-top: 33.359%;
}

.embed-responsive-21by9 video {
  filter: brightness(0.75);
  min-width: 100%;
  height: auto;
}

@media (min-width: 1200px) {
  .prodVideo {
    margin-top: -200px;
  }
}

@media (min-width: 992px) {
  .prodVideo {
    margin-top: -150px;
  }
}

@media (min-width: 768px) {
  .prodVideo {
    margin-top: -100px;
  }
}

@media (max-width: 767px) {
  .embed-responsive-21by9::before {
    padding-top: 100%;
  }

  .embed-responsive-21by9 video {
    min-width: auto;
    height: 100%;
    width: auto;
  }

  .carousel-caption {
    top: 55%;
  }

  .carousel .carousel-caption h1 {
    font-size: 20px;
    padding: 0 15px;
  }

  #video3 {
    transform: translateX(-25%);
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
  justify-content: center;
}

.btnHome {
  background: #ff6600;
  border-radius: 4px;
  display: inline-block;
  color: #fff !important;
  font-size: 18px;
  font-weight: 600;
  padding: 18px 80px;
}

.bgGrayHome {
  background: #f5f5f569;
}

.countHome label {
  color: #ff6600;
  font-size: 25px;
  font-weight: 600;
}

.countHome label span {
  color: #ff6600;
  font-size: 35px;
  font-weight: 700;
}

.countHome p {
  color: #262626;
  font-size: 25px;
  font-weight: 600;
}

.countHome .position-relative::after {
  content: "";
  background: url("../img/diagLine.svg");
  width: 187px;
  height: 187px;
  display: block;
  position: absolute;
  right: -90px;
  top: -45px;
}

@media (max-width: 991px) {
  .countHome .position-relative::after {
    content: none;
  }
}

.countHome .position-relative.noline::after {
  content: none;
}

.hH1 {
  color: #262626;
  font-size: 35px;
  line-height: 87px;
  font-weight: 600;
}

.parcPost h1 {
  color: #262626;
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
  margin: 20px 0 0;
}

.parcPost h2 {
  color: #262626;
  font-size: 15px;
  line-height: 23px;
  font-style: italic;
  font-weight: 500;
  margin: 0;
}

.parcPost h3 {
  color: #262626;
  font-size: 15px;
  line-height: 23px;
  font-weight: 500;
  margin: 0;
}

.parcPost p {
  color: #444444;
  font-size: 14px;
  line-height: 24px;
}

.owl-parc .owl-dots {
  margin-top: 50px !important;
}

.owl-parc .owl-dots .owl-dot span {
  width: 7px !important;
  height: 7px !important;
  margin: 3px !important;
}

.owl-parc .owl-dots .owl-dot.active span,
.owl-parc .owl-dots .owl-dot:hover span {
  background: #fc6400 !important;
}

.blogPost {
  background: #fff;
  box-shadow: 10px 10px 30px #0000000a;
  position: relative;
}

.blogPost h1 {
  color: #262626;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
}

.blogPost::after {
  content: "";
  background: url("../img/sideLine.png");
  display: block;
  width: 20px;
  height: 144px;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}

.blogPost p {
  font-size: 14px;
}

.blogPost span {
  color: #ff6600;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.blogPost h2 {
  color: #8a8a8a;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}

.btnHome.btnBlog {
  padding: 18px 50px;
}

.bgFormHome {
  background: #ff6600 url("../img/bgFormHome.png");
  background-repeat: no-repeat;
  background-position: center;
}

.bgFormHome h1 {
  color: #ffffff;
  font-size: 66px;
  margin: 0;
  line-height: 87px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .bgFormHome h1 {
    font-size: 59px;
    line-height: 80px;
  }
}

.bgFormHome h2 {
  color: #ffffff;
  font-size: 18px;
  margin: 0;
  line-height: 24px;
  font-weight: 500;
}

.inpCF {
  background: #ffffff;
  border-radius: 4px;
  color: #444444;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  padding: 12px 10px 12px 20px;
  border: #e7e7e7 1px solid !important;
}

.inpCF::placeholder {
  color: #888888;
  font-size: 18px;
  font-weight: 500;
}

.subCF {
  background: #ff6600;
  border-radius: 4px;
  border: 2px solid #fff;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding: 16px 95px;
  cursor: pointer;
  display: block;
  margin: auto;
}

.bgNewsFoot {
  background: #ff6600;
}

.bgNewsFoot h1 {
  color: #ffffff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  text-transform: uppercase;
}

.bgNewsFoot p {
  color: #ffffff;
  font-size: 13px;
  line-height: 20px;
  font-weight: 100;
}

.bgNewsFoot a {
  color: #ffffff !important;
  font-size: 13px;
  line-height: 20px;
  font-weight: 100;
  text-decoration: underline;
}

.bgNewsFoot .subCF {
  padding: 16px 10px;
  width: 100%;
}

footer {
  background: #262626;
}

footer h1 {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin: 0 0 24px;
}

footer p {
  color: #a8a8a8 !important;
  font-size: 14px;
  line-height: 22px;
  padding: 0 !important;
  margin: 0 0 16px !important;
}

footer ul li a {
  color: #a8a8a8 !important;
  font-size: 14px !important;
  line-height: 22px;
  padding: 0 !important;
  margin: 0 0 10px;
  text-transform: none !important;
}

footer h2 {
  color: #a8a8a8 !important;
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 10px;
}

footer ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

footer ul li {
  display: inline-flex;
}

.lineFooter {
  border-top: 1px solid #353535;
}

footer h5 {
  color: #a8a8a8;
  font-size: 10px;
}

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

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

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

.whats-button img {
  max-width: 50px;
}

.breadCrumb {
  border-bottom: 1px solid #7070704d;
  padding: 20px 0;
}

.breadCrumb a {
  color: #5a5b5e;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
}

.breadCrumb a.active {
  color: #bdb8b4 !important;
}

.contactVP h1 {
  color: #ff6600;
  font-size: 66px;
  line-height: 87px;
  font-weight: 600;
}

.contactVP h2 {
  color: #262626;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.contactVP h3 {
  color: #444444;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  margin: 0;
}

.blogList h1 {
  color: #373435;
  font-size: 27px;
  font-weight: 700;
  line-height: 43px;
  margin: 0;
}

.pagination > .page-item > .page-link,
.pagination > .page-item > span {
  border-radius: 4px !important;
  border: 1px solid #e1e1e1;
  transition: all 0.3s;
  padding: 0px 11px;
  margin: 0 6px;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  color: #5a5b5e !important;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  background: transparent;
  text-align: center;
}

.pagination > .page-item > .page-link.img {
  border: 0;
  border-radius: 0 !important;
  padding: 0;
  min-width: unset;
  height: auto;
  margin-top: -1px;
}

.pagination > .page-item > a:hover,
.pagination > .page-item.active > a,
.pagination > .page-item.active > a:focus,
.pagination > .page-item.active > a:hover,
.pagination > .page-item.active > span,
.pagination > .page-item.active > span:focus,
.pagination > .page-item.active > span:hover {
  border: 1px solid #ff6600;
}

.embed-responsive {
  max-width: 1616px;
  background: #262626;
}

/* .blogView {
    margin-top: -250px;
    position: relative;
    z-index: 2;
}

@media (max-width: 1199px) {
    .blogView {
        margin-top: -175px;
    }
}

@media (max-width: 991px) {
    .blogView {
        margin-top: -150px;
    }
} */

.blogView .breadCrumbFloat a {
  color: #373435;
  font-size: 14px;
  line-height: 17px;
  margin: 0;
}

.blogView .bH1 {
  color: #373435;
  font-size: 45px;
  line-height: 63px;
  font-style: italic;
  font-weight: 600;
}

/* @media (max-width: 767px) {
    .blogView {
        margin-top: 0px;
    }

    .blogView .breadCrumbFloat a {
        color: #373435;
    }

    .blogView .bH1 {
        color: #373435;
    }
} */

.bgBlogView {
  background: #fff;
  border-bottom: 5px solid #ff6600;
}

.blogView .bH3 {
  color: #ff6600;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
}

.solucoesTopView .sH1 {
  color: #ff6600;
  font-size: 110px;
  line-height: 121px;
  font-style: italic;
  font-weight: 600;
}

.solucoesTopView .sH3 p {
  margin: 0;
  line-height: 26px;
  font-weight: 600;
  font-size: 17px;
}

.solucoesView {
  background: #f5f5f5;
}

.solucoesView .sH1 {
  color: #ff6600;
  font-size: 35px;
  line-height: 61px;
  font-style: italic;
  font-weight: 600;
}

.solucoesView p {
  margin-bottom: 5px;
}

.catTop {
  border: 2px solid #fff;
  box-shadow: 0px 3px 20px #00000012;
  font-style: italic;
  border-radius: 4px;
  line-height: 27px;
  font-weight: 700;
  font-size: 20px;
  color: #373435 !important;
  display: block;
  text-transform: uppercase;
}

.catTop.active {
  border: 2px solid #ff6600;
}

.sH1 {
  color: #ff6600;
  font-size: 40px;
  line-height: 61px;
  font-weight: 600;
  font-style: italic;
  margin: 0;
}

.eqItem h1 {
  color: #262626;
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
  margin: 0;
}

.eqItem h2 {
  color: #262626;
  font-size: 15px;
  line-height: 23px;
  font-weight: 500;
  margin: 0;
}

.asItem {
  background: #f5f5f5;
}

.asItem h1 {
  color: #262626;
  font-size: 22px;
  line-height: 23px;
  font-weight: 700;
  margin: 0;
}

.asItem h2 {
  color: #262626;
  font-size: 15px;
  line-height: 23px;
  font-weight: 600;
  margin: 0;
  font-style: italic;
}

.asItem h3 {
  color: #262626;
  font-size: 15px;
  line-height: 23px;
  font-weight: 500;
  margin: 0;
}

.contentVP h1 {
  color: #ff6600;
  font-size: 66px;
  line-height: 87px;
  font-weight: 500;
}

.linha_comandos select {
  -moz-appearance: menulist !important;
  -webkit-appearance: menulist !important;
  color: #144753;
  font-size: 14px;
  height: 24px;
}

.linha_comandos p {
  color: #444444;
  font-size: 12px;
  line-height: 13px;
  text-transform: uppercase;
}

.productList h1 {
  color: #373435;
  font-size: 28px;
  line-height: 43px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.productList .searchForm input {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  color: #444444;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  padding: 12px 10px 12px 20px;
}

.productList .searchForm input::placeholder {
  color: #888888;
  font-size: 18px;
  font-weight: 500;
}

.productList .searchForm button {
  background: #ff6600;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding: 18px 31px;
  cursor: pointer;
  margin-left: 15px;
}

.productList .boxProd {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0px 3px 6px #0000000f;
}

.productList .boxProd h2 {
  color: #373435;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  margin: 0;
}

.productList .boxProd h3 {
  color: #373435;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  margin: 0;
}

.productList .boxProd span {
  border: 2px solid #ff6600;
  border-radius: 4px;
  color: #ff6600;
  font-size: 18px;
  font-weight: 600;
  padding: 16px 24px;
}

.productList .boxProd.disabled * {
  filter: grayscale(1);
  opacity: 60%;
}

.productList .boxProd.disabled {
  position: relative;
  box-shadow: 0px 3px 6px #00000029;
}

.productList .boxProd.disabled::before {
  opacity: 100% !important;
  content: "indisponível";
  position: absolute;
  width: 118px;
  height: 28px;
  padding: 10px;
  border-radius: 24px;
  background: #f21e1d;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  top: 15px;
  left: 20px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  z-index: 1;
}

@media (min-width: 768px) {
  .productList .sideMenu .sm-blue > li {
    margin-bottom: 10px;
  }

  .productList .sideMenu .sm-blue li ul > li {
    margin-bottom: 0px;
  }
}

#btnShowFilt {
  position: fixed;
  right: 1%;
  bottom: 11%;
  z-index: 9999;
  cursor: pointer;
}

.productView .pH1 {
  color: #373435;
  font-size: 28px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 600;
}

.productView .pH3 {
  color: #9b9b9b;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}

.productView .pH2 {
  color: #373435;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}

.productView p {
  font-size: 15px;
  margin-bottom: 0;
}

.productView .inp-qtd {
  width: 51px;
  padding-top: 5px;
  height: 51px;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  border-radius: 4px 0 0 4px;
  padding-left: 9px;
  text-align: center;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e1e1e1;
}

.productView .inp-qtd[type="number"] {
  -moz-appearance: textfield;
}

.productView .inp-qtd[type="number"]::-webkit-inner-spin-button,
.productView .inp-qtd[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.productView .qtd-control {
  width: fit-content;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  height: 51px;
}

.productView .qtd-control a:hover,
.productView .qtd-control a:focus {
  background-color: #e1e1e1;
}

.productView .qtd-plus,
.productView .qtd-minus {
  color: #fff;
  font-size: 16px;
  display: block;
  font-weight: 600;
  width: 18px;
  height: 50%;
  line-height: 22px;
  text-indent: -999px;
  border: 1px solid #e1e1e1;
}

.productView .qtd-plus {
  background: #fff url(../img/arrow-up-down.svg) no-repeat center;
  transform: rotate(180deg);
  border-radius: 0 0 0 4px;
  border-right: none;
}

.productView .qtd-minus {
  background: #fff url(../img/arrow-up-down.svg) no-repeat center;
  border-radius: 0 0 4px 0;
  border-left: none;
}

.productView .bt_comprar {
  background: #ff6600 url("../img/addCart.svg");
  background-repeat: no-repeat;
  background-position-x: 20%;
  background-position-y: center;
  padding: 18px 50px 18px 0;
  color: #fff !important;
  font-size: 18px;
  font-weight: 500;
  border-radius: 4px;
  text-align: right;
  width: 100%;
  cursor: pointer;
}

@media (max-width: 767px) {
  .productView .bt_comprar {
    padding: 18px 1px;
    text-align: center;
    background-position-x: 6%;
  }
}

.productView .bt_comprar.selvar,
.productView .bt_comprar.loadvar {
  background: #ff6600;
  cursor: no-drop;
}

.productView .bt_comprar.indisp {
  background: #9b9b9b;
}

.productView .buyWhats {
  padding: 16px;
  color: #fff !important;
  font-size: 18px;
  font-weight: 500;
  background: #23b83a;
  display: block;
  border-radius: 4px;
}

.productView .listoption .option,
.productView .listoption .labelOption {
  color: #303030;
  cursor: pointer;
  display: block;
  font-size: 13px !important;
  margin: 4px !important;
  margin-left: 0px !important;
  padding: 4px 8px;
  line-height: 1.5;
  position: relative;
  font-weight: 600;
}

.productView .listoption .option input[type="radio"] {
  width: 12px !important;
  float: left;
  height: 20px;
  margin-right: 5px;
  cursor: pointer;
}

.productView .listoption .option.selected,
.productView .listoption .labelOption.selected {
  border: none;
}

.productView .listoption .option.off {
  background-color: #d9d9d9;
}

/* .productView .listoption .option.selected.off {
    background-color: #636363 !important;
} */

.productView .listoption .option.off:after {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: -5px;
  right: -5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-image: url(../img/disabledOpt.svg);
  -webkit-background-size: contain;
  background-size: contain;
  background-color: #fff;
}

.productView .slider-for {
  border: 1px solid #e1e1e1;
}

.productView .slider-nav .slick-slide {
  margin: 0 10px;
  border: 1px solid #e1e1e1;
  cursor: pointer;
}

.slider-nav .slick-track {
  display: flex;
  justify-content: center;
}

#form_cart {
  border: 1px solid #d2d2d2;
  border-radius: 4px;
}

#form_cart .cartHead {
  background: #f9f9f9;
}

#form_cart .cartHead h3 {
  color: #212121;
  margin: 0;
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
}

#form_cart .cartItem {
  border-bottom: 1px solid #d2d2d2;
}

#form_cart .cartItem:last-of-type {
  border-bottom: none;
}

#form_cart .cartItem p {
  color: #54585b;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}

#form_orc label {
  font-size: 14px;
  color: #303030;
  font-weight: 600;
  margin-bottom: 10px;
}

#form_orc input[type="text"],
#form_orc input[type="email"] {
  background: #ffffff !important;
  color: #303030 !important;
  font-size: 16px;
  width: 100%;
  padding: 17px 10px 17px 24px;
  font-weight: 500 !important;
  margin: 0;
  border: #e7e7e7 1px solid !important;
}

#form_orc input::placeholder {
  color: #8f8f8f !important;
  font-weight: 500 !important;
  font-size: 16px;
}

a:hover,
button:hover,
input[type="submit"]:hover {
  opacity: 80%;
  /* text-decoration: none !important; */
}

.table.table-shopping thead {
  border: none;
}

.table.table-shopping thead th {
  border-right: none;
  background: transparent;
  font-weight: 600;
}

.table.table-shopping * {
  font-size: 13px !important;
}

.table.table-shopping a {
  color: #555 !important;
}

.table.table-shopping .td-actions a .material-icons {
  font-size: 18px !important;
}

.tooltip.bs-tooltip-left.show {
  font-size: 13px;
}

.owl-brand img {
  display: block;
  max-height: 79px;
  max-width: 90%;
  margin: auto;
  width: auto !important;
}

.owl-brand .owl-prev:hover,
.owl-brand .owl-next:hover {
  background: none !important;
}

.owl-brand .owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.owl-brand .owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.solucItem {
  background: #fff;
}

.solucItem h1 {
  color: #ff6600;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  margin: 0;
}

#page-cart .inp-qtd {
  width: 30px;
  height: 30px;
  font-size: 16px;
  font-weight: 500;
  color: #54585b;
  text-align: center;
  background: #fff;
  border-left: none;
  border-right: none;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}

#page-cart .inp-qtd[type="number"] {
  -moz-appearance: textfield;
}

#page-cart .inp-qtd[type="number"]::-webkit-inner-spin-button,
#page-cart .inp-qtd[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#page-cart .qtd-control {
  width: fit-content;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  height: 30px;
}

#page-cart .qtd-plus,
#page-cart .qtd-minus {
  font-size: 22px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 100;
  color: #8f8f8f !important;
  width: 30px;
  line-height: 23px;
  height: 30px;
  background: #fff;
  border: 1px solid #d2d2d2;
}

#page-cart .qtd-control a:hover,
#page-cart .qtd-control a:focus {
  background-color: #f9f9f9;
}

#page-cart .qtd-plus {
  border-left: none;
}

#page-cart .qtd-minus {
  border-right: none;
}

#page-cart h1 {
  color: #28a745;
  font-size: 17px;
  line-height: 18px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

#page-cart h2 {
  color: #212121;
  font-size: 36px;
  line-height: 38px;
  font-weight: 700;
  margin: 0;
}

#page-cart h4.h4Orc {
  color: #212121;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  margin: 0;
  border-bottom: 2px solid #28a745;
}

.owl-soluc .owl-prev,
.owl-soluc .owl-next {
  background: none !important;
}

.owl-soluc .owl-prev {
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
}

.owl-soluc .owl-next {
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
}

.owl-soluc::before {
  content: "";
  background: #ff6600;
  display: block;
  height: 42px;
  width: calc(100% + 60px);
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -42%);
}

@media (max-width: 767px) {
  .owl-soluc::before {
    width: calc(100% + 30px);
  }
}

iframe {
  max-width: 100%;
}

.overflow-privacidade {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgb(0 1 0 / 0.6);
  z-index: 9;
}

.content-privacidade {
  position: absolute;
  bottom: 1rem;
  z-index: 99;
  width: 100%;
  background: #fff;
}

.content-privacidade .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.content-privacidade .btn {
  font-size: 1.3em;
  padding: 1em 2em;
  background-color: #000;
  color: #fff;
  line-height: 18px;
  margin: 10px 0;
  text-indent: 0;
  transition: 0.5s linear;
  float: right;
}

.text-decoration {
  text-decoration: underline !important;
}

.modal {
  background: rgba(0, 0, 0, 0.5);
}

.modal-dialog .modal-content {
    margin-top: 50px;
}

.close span {
    font-size: 50px !important;
    height: 10px;
    line-height: 0px;
    margin-top: -40px;
}