@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100;200;300;400;500;600;700;800;900&display=swap");
.has-error {
  border-color: red !important;
}

@media (min-width: 991px) {
  .hide-desktop {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hide-mobile {
    display: none !important;
  }
}

/*  Validação   */
.ng-invalid-required.ng-touched,
.campo-invalido {
  border-color: #dc3545 !important;
}

.container.big {
  max-width: 1900px;
}

/* VARIAVEIS GLOBAIS DO PROJETO */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none !important;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-family: "Manrope", sans-serif;
}

ul {
  margin-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none !important;
  transition: 0.4s;
}

button {
  cursor: pointer;
  transition: 0.4s;
}

.owl-item {
  float: left;
}

.owl-stage-outer {
  overflow: hidden;
}

body {
  overflow-x: hidden;
}

section,
header,
footer {
  float: left;
  width: 100%;
}

.form-group {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.wrap-all-page {
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 500;
  min-height: 100vh;
}

.hide-h1 {
  position: absolute;
  left: -9999em;
  text-indent: -9999em;
}

ul {
  padding-left: 0;
}

.row {
  clear: both;
}

body.overflow {
  overflow: hidden;
}

.container {
  max-width: 1350px;
}

.google-icon {
  font-family: "Material Symbols Outlined";
}

p {
  color: #303030;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 28px;
}

h1,
h2 {
  font-family: "Lexend", sans-serif;
  margin-bottom: 20px;
  color: #303030;
  font-size: 42px;
  font-weight: 300;
}

strong {
  font-weight: 700;
}

.owl-carousel div.disabled {
  display: none !important;
}

.container {
  max-width: 1330px;
}

.btn-red {
  padding: 0 25px !important;
  border-radius: 5px;
  background: #ff000f;
  height: 50px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
}

.btn-red span {
  margin-right: 10px;
}

.btn-red:hover {
  background: #b8050f;
  color: #fff;
}

.btn-black {
  padding: 0 25px !important;
  border-radius: 5px;
  background: #031e27;
  height: 50px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
}

.btn-black span {
  margin-right: 10px;
}

.btn-black:hover {
  background: #134454;
  color: #fff;
}

.btn-whatsapp {
  padding: 0 25px !important;
  border-radius: 5px;
  background: #259f06;
  height: 50px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
}

.btn-whatsapp i {
  margin-right: 10px;
}

.btn-whatsapp:hover {
  background: #12887b;
  color: #fff;
}

.btn-blue {
  padding: 0 50px;
  height: 50px;
  display: flex;
  align-items: center;
  border-radius: 9px;
  background: #134454;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.btn-blue:hover {
  background: #b8050f;
  color: #fff;
}

.link-whatsapp {
  display: flex;
  align-items: center;
}

.link-whatsapp i {
  color: #60ff38;
  font-size: 20px;
}

.link-whatsapp .icon-phone {
  color: #217dd2;
}

.link-whatsapp span {
  display: table;
  transition: 0.5s;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  padding-left: 10px;
}

.link-whatsapp span strong {
  font-weight: 700;
}

.link-whatsapp:hover span {
  color: #60ff38;
}

.nicescroll-rails {
  opacity: 1 !important;
}

.search-form {
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #969696;
  width: 100%;
}

.search-form button {
  padding: 0 15px;
  border: none;
  background: none;
  height: 48px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #969696;
}

.search-form input {
  width: 100%;
  height: 48px;
  border: none;
  background: none;
  padding-right: 20px;
  font-size: 18px;
}

.card-product {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 6px;
  border: 1px solid #d4d4d4;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 50px 30px;
  display: flex;
  align-items: center;
}

.card-product img {
  width: 50%;
  flex-shrink: 0;
}

.card-product .box-text {
  padding: 0 0 0 15px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: 50%;
}

.card-product .box-text h3 {
  width: 100%;
  color: #353535;
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 10px;
}

.card-product .box-text p {
  width: 100%;
  text-align: center;
  color: #353535;
}

.card-product .box-text .buttons {
  width: 100%;
}

.card-product .box-text .btn-whatsapp,
.card-product .box-text .btn-red {
  width: 100%;
  justify-content: center;
  padding: 0 15px;
}

.card-product .box-text .btn-whatsapp {
  margin-bottom: 10px;
}

.card-product .box-text .link-more {
  width: 100%;
  display: table;
  margin-bottom: 15px;
  color: #353535;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  text-decoration: underline !important;
  text-transform: uppercase;
  text-align: center;
}

.carousel-products {
  float: left;
  width: calc(100% + 30px);
  margin-left: -15px;
}

.carousel-products .card-product {
  margin-bottom: 0;
}

.carousel-products .owl-item {
  padding: 15px 15px 25px;
}

.carousel-products div.disabled,
.carousel-products .owl-dots {
  display: none !important;
}

.carousel-products .owl-nav {
  width: 250px;
  margin: 30px auto 0;
  justify-content: space-between;
  display: flex;
}

.carousel-products .owl-nav button {
  font-family: Arial;
  background: none;
  border: none;
  color: #353535 !important;
}

.carousel-products .owl-nav button span {
  font-size: 34px;
}

.wrap-testimonials {
  background: #f4f4f4;
  padding: 70px 0;
}

.wrap-testimonials h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.wrap-testimonials .card-testimonial {
  float: left;
  width: 100%;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  border-radius: 27px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 20px 30px;
}

.wrap-testimonials .card-testimonial svg {
  display: table;
  margin: 0 auto 10px;
}

.wrap-testimonials .card-testimonial p {
  width: 100%;
  text-align: center;
}

.wrap-testimonials .card-testimonial .title {
  display: table;
  width: 100%;
  text-align: center;
  color: #353535;
  font-size: 18px;
  font-weight: 800;
}

.wrap-testimonials a {
  display: flex;
  align-items: center;
  padding: 0 25px;
  border-radius: 9px;
  background: #1976d2;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  height: 50px;
}

.wrap-testimonials a img {
  margin-right: 10px;
}

.wrap-testimonials a:hover {
  background: #2ca30f;
}

.card-blog {
  float: left;
  width: 100%;
  border-radius: 15px;
  border: 1px solid #aeaeae;
  background: #fff;
  margin-bottom: 30px;
  height: calc(100% - 30px);
  overflow: hidden;
}

.card-blog .image {
  float: left;
  width: 100%;
}

.card-blog .image img {
  float: left;
  width: 100%;
}

.card-blog .box-text {
  padding: 30px;
  float: left;
  width: 100%;
}

.card-blog .box-text .title {
  display: table;
  color: #031e27;
  font-family: "Lexend", sans-serif;
  font-size: 23px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 10px;
}

.card-blog .box-text p {
  color: #353535;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 10px;
}

.card-blog .box-text .more {
  text-decoration: underline !important;
  color: #031e27;
  font-family: "Lexend", sans-serif;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
}

.card-blog .box-text .more:hover,
.card-blog .box-text .title:hover {
  color: #b8050f;
}

.wrap-map {
  position: relative;
}

.wrap-map iframe {
  float: left;
  width: 50%;
  height: 385px;
}

.wrap-map .container {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  justify-content: center;
}

.wrap-map .container:before {
  content: "";
  width: 52px;
  height: 52px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../image/divisor-2.svg) center center no-repeat;
}

.wrap-map .box-infos .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  display: table;
  margin-bottom: 10px;
}

.wrap-map .box-infos .link-more {
  display: table;
  margin-bottom: 0 !important;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline !important;
  text-transform: uppercase;
}

.wrap-map .box-infos a {
  margin-bottom: 10px;
}

.wrap-map .box-infos.black {
  border-radius: 11px 21px 0px 21px;
  background: #303030;
  padding: 30px 85px 30px 40px;
}

.wrap-map .box-infos.black .title {
  color: #fff;
}

.wrap-map .box-infos.black a,
.wrap-map .box-infos.black a span {
  color: #fff;
}

.wrap-map .box-infos.white {
  border-radius: 11px 21px 0px 21px;
  background: #fff;
  padding: 30px 40px 30px 85px;
}

.wrap-map .box-infos.white .title {
  color: #303030;
}

.wrap-map .box-infos.white a.link-more,
.wrap-map .box-infos.white a span {
  color: #303030 !important;
}

.banner-pages {
  position: relative;
}

.banner-pages .container {
  height: 625px;
  position: relative;
  display: flex;
  align-items: center;
}

.banner-pages:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  bottom: -25px;
  transform: translate(-50%, 0);
  border-radius: 50%;
  background: url(../image/arrow-down.svg) center center no-repeat #fff;
  z-index: 700;
}

.banner-pages .breadcrumbs {
  display: flex;
  position: absolute;
  top: 90px;
  left: 15px;
}

.banner-pages .breadcrumbs a,
.banner-pages .breadcrumbs span {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  display: table;
}

.banner-pages .breadcrumbs .separator {
  padding: 0 5px;
}

.banner-pages .breadcrumbs a:hover {
  text-decoration: underline !important;
}

.banner-pages h1,
.banner-pages p {
  color: #fff;
}

.banner-pages .into {
  padding-top: 50px;
}

.banner-pages-product {
  padding: 90px 0 20px 0;
  background: #3f1b18;
}

.banner-pages-product .container {
  height: auto;
}

.banner-pages-product .breadcrumbs {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
}

.banner-pages-product:after {
  display: none;
}

.banner-without-arrow:after {
  display: none;
}

.box-nav {
  display: table;
  padding-top: 30px;
  margin: 0 auto;
}

.box-nav .nav-page {
  width: 250px;
  margin: 30px auto 0;
  justify-content: space-between;
  display: flex;
}

.box-nav .nav-page a {
  background: none;
  border: none;
  color: #353535 !important;
}

.box-nav .fraction {
  display: flex;
  justify-content: space-between;
  bottom: 0px;
  width: 165px;
  margin: -32px auto 0;
  position: relative;
}

.box-nav .fraction span {
  color: #353535;
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: table;
}

.box-nav .fraction:before {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  height: 2px;
  top: calc(50% - 1px);
  background: #353535;
}

.box-nav .box-fraction {
  float: left;
  width: 100%;
  margin-bottom: 0;
}

aside .box-side {
  margin-bottom: 30px;
}

aside .title {
  margin-bottom: 15px;
  display: table;
  color: #353535;
  font-size: 24px;
  font-weight: 800;
}

aside .box-side .logos {
  display: table;
}

aside .box-side .logos a {
  float: left;
  display: flex;
  margin-right: 15px;
  margin-bottom: 15px;
  border-radius: 10px;
  border: 1px solid #bebebe;
  background: #fff;
  width: 125px;
  height: 50px;
  justify-content: center;
  align-items: center;
}

aside .box-side .logos a:hover,
aside .box-side .logos a.active {
  border-color: #3c9824;
}

aside .box-side .more-brands {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  color: #4f4f4f;
  font-size: 18px;
  font-weight: 400;
}

aside .box-side .more-brands span {
  margin-right: 10px;
}

aside .box-side.categories {
  border-radius: 10px;
  border: 1px solid #bcbcbc;
  padding: 30px;
}

aside .box-side.categories .title {
  padding: 5px 0;
  background: #f4f4f4;
  margin-left: -31px;
}

aside .box-side ul li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #c3c3c3;
}

aside .box-side ul li a {
  display: table;
  color: #797979;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  position: relative;
  padding-left: 25px;
}

aside .box-side ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8.485px;
  height: 8.485px;
  transform: rotate(45deg) translate(0, -50%);
  background: #797979;
}

aside .box-side ul li a.active:before,
aside .box-side ul li a:hover:before {
  background: #b8050f;
}

aside .box-side ul li a:hover {
  color: #b8050f;
}

aside .box-side ul li a.active {
  color: #353535;
  font-weight: 700;
}

aside .box-side ul li:last-of-type {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

body.overflow {
  overflow: hidden;
}

.wrap-menu-mobile {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999999;
  transition: 0.6s;
  right: -100%;
}

.wrap-menu-mobile.show {
  right: 0;
}

.wrap-menu-mobile .overlay-menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}

.wrap-menu-mobile .bar-menu {
  background: url(../image/bg-marmore-full.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  padding-bottom: 40px;
  max-width: 320px;
}

.wrap-menu-mobile .bar-menu .header-menu-mobile {
  display: flex;
  width: 100%;
  padding: 35px 20px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.wrap-menu-mobile .bar-menu .header-menu-mobile:after {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  background: linear-gradient(to right, #b8050f, transparent);
  transition: 1s;
  bottom: 0;
}

.wrap-menu-mobile .bar-menu .header-menu-mobile .logo {
  float: left;
  padding: 0;
}

.wrap-menu-mobile .bar-menu .header-menu-mobile .logo img {
  display: table;
  width: 160px;
}

.wrap-menu-mobile .bar-menu .header-menu-mobile .right-buttons {
  float: right;
  padding: 0;
  display: flex;
  align-items: center;
}

.wrap-menu-mobile .bar-menu .header-menu-mobile .right-buttons a.btn-social {
  float: left;
  margin-left: 10px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  color: #fff;
  background: #4c4c4c;
  position: relative;
  font-family: arial;
}

.wrap-menu-mobile .bar-menu .header-menu-mobile .right-buttons .languages {
  float: left;
}

.wrap-menu-mobile .bar-menu .header-menu-mobile .right-buttons .languages a {
  float: left;
  margin-right: 15px;
}

.wrap-menu-mobile .bar-menu .header-menu-mobile .close-menu-mobile {
  float: right;
  position: relative;
  color: #303030;
}

.wrap-menu-mobile .bar-menu .header-menu-mobile .close-menu-mobile span {
  font-size: 24px;
}

.wrap-menu-mobile .bar-menu .box-menu-style-1 {
  padding: 30px 20px;
  display: table;
  width: 100%;
  margin-bottom: 20px;
}

.wrap-menu-mobile .bar-menu ul {
  display: table;
  margin-bottom: 20px;
}

.wrap-menu-mobile .bar-menu ul li {
  margin-bottom: 5px;
}

.wrap-menu-mobile .bar-menu ul li a {
  display: table;
  font-weight: 800;
  font-size: 18px;
  line-height: 50px;
  color: #303030;
}

.wrap-menu-mobile .bar-menu ul li a:hover {
  color: #303030;
}

.wrap-menu-mobile .bar-menu form {
  margin-bottom: 20px;
}

.wrap-menu-mobile .bar-menu .box {
  margin-bottom: 30px;
}

.wrap-menu-mobile .bar-menu .box .title {
  display: table;
  color: #303030;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  white-space: nowrap;
  margin-bottom: 10px;
}

.wrap-menu-mobile .bar-menu .box a {
  display: flex;
  align-items: center;
  color: #303030;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  margin-bottom: 10px;
}

.wrap-menu-mobile .bar-menu .box a strong {
  padding-right: 4px;
}

.wrap-menu-mobile .bar-menu .box a i,
.wrap-menu-mobile .bar-menu .box a span {
  width: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-right: 10px;
}

.wrap-menu-mobile .bar-menu .box a i.icon-whatsapp {
  color: #25b102;
}

.wrap-menu-mobile .bar-menu .box a i.icon-phone {
  color: #217dd2;
}

.wrap-menu-mobile .bar-menu .box a:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 1200px) {
  h1,
  h2 {
    font-size: 34px;
    line-height: 42px;
  }
  .card-product {
    flex-wrap: wrap;
  }
  .card-product img {
    width: 100%;
    margin: 0 0 30px;
  }
  .card-product .box-text {
    padding: 0;
    width: 100%;
  }
  .wrap-map .container {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
  }
  .wrap-map .box-infos {
    width: 100%;
    border-radius: 0 !important;
    padding: 50px 20px !important;
  }
  .col-side {
    order: 12;
  }
  aside {
    padding-top: 50px;
  }
  aside .title {
    color: #353535 !important;
    font-size: 20px;
    line-height: 26px;
  }
  .banner-pages .breadcrumbs {
    top: 30px;
  }
  .banner-pages .into {
    padding-top: 0;
  }
  .banner-pages-product .breadcrumbs {
    top: auto;
  }
  .banner-pages-product {
    padding: 30px 0;
  }
  .card-blog .box-text {
    padding: 30px 20px;
  }
}
body {
  max-width: 1920px;
  margin: auto;
  overflow-x: hidden;
}
body div#lightbox {
  position: fixed !important;
  top: 10px !important;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body:not(.mobile) {
  /* MODAL */
  /* BLOCOS */
  /* BLOG */
  /* CONTATO */
  /* DUVIDAS */
  /* PRODUTOS */
  /* SHOWROOMS */
}
body:not(.mobile) section.barra-lgpd {
  padding: 0 15px;
  background: #4b4f56;
  font-size: 12px;
  width: 100%;
  z-index: 502;
  color: white;
  display: none;
  position: relative;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  body:not(.mobile) section.barra-lgpd {
    border: none;
    padding: 10px;
    bottom: 54px;
    position: fixed;
    top: auto;
  }
  body:not(.mobile) section.barra-lgpd .container {
    padding: 0;
  }
}
body:not(.mobile) section.barra-lgpd.exibir {
  display: block;
}
@media (min-width: 992px) {
  body:not(.mobile) section.barra-lgpd.exibir {
    position: fixed;
    font-size: 11px;
    bottom: 0;
    line-height: 0;
    height: 33px;
  }
}
@media (min-width: 992px) {
  body:not(.mobile) section.barra-lgpd.scroll {
    bottom: 79px !important;
  }
}
body:not(.mobile) section.barra-lgpd .row,
body:not(.mobile) section.barra-lgpd .container {
  max-width: 1270px !important;
  margin: auto;
  justify-content: center;
}
body:not(.mobile) section.barra-lgpd .row .conteudo-lgpd-in,
body:not(.mobile) section.barra-lgpd .container .conteudo-lgpd-in {
  display: flex;
  align-items: center;
}
body:not(.mobile) section.barra-lgpd .row .conteudo-lgpd-in .txt-in,
body:not(.mobile) section.barra-lgpd .container .conteudo-lgpd-in .txt-in {
  width: 100%;
}
body:not(.mobile) section.barra-lgpd .row .conteudo-lgpd-in .txt-in a,
body:not(.mobile) section.barra-lgpd .container .conteudo-lgpd-in .txt-in a {
  color: white;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px dotted white;
}
body:not(.mobile) section.barra-lgpd .row .conteudo-lgpd-in .button-in button,
body:not(.mobile) section.barra-lgpd .container .conteudo-lgpd-in .button-in button {
  cursor: pointer;
  background-color: transparent;
  font-size: 12px;
  font-weight: 500;
  margin-left: 20px;
  padding: 5px 10px;
  margin: 5px 0 5px 15px;
  color: white;
  border: 1px solid white;
  outline: none;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1;
  transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  body:not(.mobile) section.barra-lgpd .row .conteudo-lgpd-in,
  body:not(.mobile) section.barra-lgpd .container .conteudo-lgpd-in {
    flex-direction: column;
  }
  body:not(.mobile) section.barra-lgpd .row .conteudo-lgpd-in .button-in,
  body:not(.mobile) section.barra-lgpd .container .conteudo-lgpd-in .button-in {
    text-align: center;
  }
  body:not(.mobile) section.barra-lgpd .row .conteudo-lgpd-in .button-in button,
  body:not(.mobile) section.barra-lgpd .container .conteudo-lgpd-in .button-in button {
    margin-top: 10px;
    margin-left: auto;
  }
}
body:not(.mobile) section.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: white;
}
body:not(.mobile) section.preloader .loader {
  border: 6px solid #e5e5e5;
  border-top-color: #c70e24;
  animation: loader-rotate 1s infinite;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
@keyframes loader-rotate {
  to {
    transform: rotate(1turn);
  }
}
body:not(.mobile) .modal-backdrop.show {
  opacity: 0.8;
  width: 100% !important;
  height: 100% !important;
}
body:not(.mobile) .modal-lg {
  max-width: 650px;
}
body:not(.mobile) .modal .close-modal {
  position: absolute;
  width: 100%;
  height: 100%;
}
body:not(.mobile) .modal-content {
  border-radius: 0 !important;
  background-color: white;
}
body:not(.mobile) .modal-content .closebtn {
  outline: none;
  color: white;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: -40px;
  border: none;
  cursor: pointer;
  z-index: 2;
  text-shadow: none;
  font-weight: 500;
  opacity: 1;
  font-size: 15px;
}
body:not(.mobile) .modal-content .closebtn:hover {
  color: white !important;
}
@media (max-width: 991px) {
  body:not(.mobile) .modal-content .closebtn {
    position: static;
    font-size: 14px;
    margin-top: 20px;
    padding-right: 20px;
    text-align: right;
    color: #23494a !important;
  }
}
body:not(.mobile) .modal-body {
  padding: 40px;
  border-radius: 15px;
}
body:not(.mobile) .modal-body h1 {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0;
  color: #c70e24;
}
body:not(.mobile) .modal-body h3 {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
}
body:not(.mobile) .modal-body form {
  margin-top: 20px;
}
body:not(.mobile) .modal-body form label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
body:not(.mobile) .modal-body form button {
  outline: none;
  background-color: #c70e24;
  border: none;
  font-weight: 600;
  font-size: 16px;
  color: white;
  border-radius: 5px;
  padding: 9px 30px;
}
body:not(.mobile) .modal-body form button i {
  color: white;
  margin-right: 5px;
}
body:not(.mobile) .modal-body form input,
body:not(.mobile) .modal-body form select,
body:not(.mobile) .modal-body form textarea {
  font-size: 15px;
  padding: 10px 20px;
  border: 1px solid gray;
  width: 100%;
  margin-bottom: 15px;
  outline: none;
}
body:not(.mobile) .modal-body form textarea {
  height: 100px;
  outline: none;
}
body:not(.mobile) .modal-body.video {
  border-radius: 0;
  min-height: 650px;
  padding: 0;
}
@media (max-width: 991px) {
  body:not(.mobile) .modal-body.video {
    min-height: 360px;
  }
}
body:not(.mobile) .modal-body iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
@media screen and (max-width: 991px) {
  body:not(.mobile) .modal-body {
    padding: 15px 0;
  }
  body:not(.mobile) .modal-body h1 {
    margin-bottom: 5px;
    font-size: 22px;
  }
  body:not(.mobile) .modal-body h3 {
    text-align: center;
    font-size: 14px;
  }
  body:not(.mobile) .modal-body form {
    margin-top: 20px;
  }
  body:not(.mobile) .modal-body form button {
    font-size: 14px;
  }
  body:not(.mobile) .modal-body form label {
    font-size: 13px;
  }
  body:not(.mobile) .modal-body form input,
  body:not(.mobile) .modal-body form select,
  body:not(.mobile) .modal-body form textarea {
    font-size: 13px;
    padding: 7px 15px;
  }
}
body:not(.mobile) section.formulario-enviado {
  padding: 150px 0;
  color: #c70e24;
  border-top: 1px solid gainsboro;
  background: white;
}
body:not(.mobile) section.formulario-enviado .box-in {
  text-align: center;
}
body:not(.mobile) section.formulario-enviado .box-in h5 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 20px;
}
body:not(.mobile) section.formulario-enviado .box-in a {
  color: #c70e24;
  font-weight: 500;
  border-bottom: 1px dotted #c70e24;
}
body:not(.mobile) section.formulario-enviado .box-in .btn-voltar {
  color: #c70e24;
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 30px;
  font-weight: 600;
  background-color: transparent;
  outline: none;
  border: 2px solid #c70e24;
  transition: 0.3s all;
}
body:not(.mobile) section.formulario-enviado .box-in .btn-voltar:hover {
  background-color: #c70e24;
  color: white;
}
body:not(.mobile) section.formulario-enviado .box-in .btn-voltar i {
  vertical-align: middle;
  font-size: 20px;
  margin-right: 15px;
}
body:not(.mobile) section.formulario-enviado .box-in h3 {
  font-size: 24px;
  font-weight: 400;
  color: #c70e24;
}
body:not(.mobile) section.formulario-enviado .box-in h1 {
  font-size: 75px;
  font-weight: 500;
  color: #c70e24;
  line-height: 1;
}
@media (max-width: 991px) {
  body:not(.mobile) section.formulario-enviado {
    padding: 90px 0;
    text-align: center;
  }
  body:not(.mobile) section.formulario-enviado .container {
    position: relative;
    z-index: 2;
  }
  body:not(.mobile) section.formulario-enviado .box-in .btn-voltar {
    font-size: 13px;
    margin: 10px 0;
  }
  body:not(.mobile) section.formulario-enviado .box-in h3 {
    font-size: 16px;
  }
  body:not(.mobile) section.formulario-enviado .box-in h5 {
    font-size: 15px;
  }
  body:not(.mobile) section.formulario-enviado .box-in h1 {
    font-size: 28px;
  }
}
body:not(.mobile) header {
  background: url(../image/bg-marmore.png) center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 999;
}
body:not(.mobile) header .container {
  max-width: 1590px;
}
body:not(.mobile) header .topbar {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #d6d6d6;
}
body:not(.mobile) header .topbar nav {
  width: 100%;
}
body:not(.mobile) header .topbar nav ul {
  display: flex;
  justify-content: space-between;
}
body:not(.mobile) header .topbar nav ul li a {
  color: #303030;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  position: relative;
  padding: 15px 0;
  display: table;
}
body:not(.mobile) header .topbar nav ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  height: 2px;
  background: #ff000f;
  transition: 0.5s;
}
body:not(.mobile) header .topbar nav ul li a:hover:after {
  right: 0;
}
body:not(.mobile) header .topbar .social {
  display: flex;
  margin-left: 30px;
}
body:not(.mobile) header .topbar .social a {
  margin-left: 15px;
  color: #303030;
}
body:not(.mobile) header .topbar .social a:hover {
  color: #ff000f;
}
body:not(.mobile) header .default-header {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}
body:not(.mobile) header .default-header .box-center {
  width: 100%;
  padding: 0 30px;
  display: flex;
  align-content: center;
}
body:not(.mobile) header .default-header .box-center form {
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #969696;
  width: 100%;
}
body:not(.mobile) header .default-header .box-center form button {
  padding: 0 15px;
  border: none;
  background: none;
  height: 48px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #969696;
}
body:not(.mobile) header .default-header .box-center form input {
  width: 100%;
  height: 48px;
  border: none;
  background: none;
  padding-right: 20px;
  font-size: 18px;
}
body:not(.mobile) header .default-header .box-center .btn-cart {
  position: relative;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #031e27;
  border-radius: 5px;
  width: 80px;
  flex-shrink: 0;
  margin-left: 15px;
}
body:not(.mobile) header .default-header .box-center .btn-cart span {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #b8050f;
  color: #fff;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  top: -16px;
  right: -16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
body:not(.mobile) header .default-header .box-center .btn-cart:hover {
  background: #ff000f;
}
body:not(.mobile) header .default-header .contacts {
  display: flex;
  align-items: center;
}
body:not(.mobile) header .default-header .contacts .separator {
  margin: 0 20px;
  width: 8px;
  height: 109px;
  background: url(../image/separator-1.svg) center center no-repeat;
  flex-shrink: 0;
}
body:not(.mobile) header .default-header .contacts .box .title {
  display: table;
  color: #303030;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  white-space: nowrap;
  margin-bottom: 10px;
}
body:not(.mobile) header .default-header .contacts .box a {
  display: flex;
  align-items: center;
  color: #303030;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  margin-bottom: 10px;
}
body:not(.mobile) header .default-header .contacts .box a strong {
  padding-right: 4px;
}
body:not(.mobile) header .default-header .contacts .box a i,
body:not(.mobile) header .default-header .contacts .box a span {
  width: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-right: 10px;
}
body:not(.mobile) header .default-header .contacts .box a i.icon-whatsapp {
  color: #25b102;
}
body:not(.mobile) header .default-header .contacts .box a i.icon-phone {
  color: #217dd2;
}
body:not(.mobile) header .default-header .contacts .box a:last-of-type {
  margin-bottom: 0;
}
body:not(.mobile) header .bar-nav {
  float: left;
  width: 100%;
  border-radius: 0px 0px 9px 9px;
  background: linear-gradient(47deg, rgba(52, 52, 52, 0.78) 0%, rgba(100, 100, 99, 0.78) 100%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 12px 0;
  position: absolute;
  bottom: -74px;
}
body:not(.mobile) header .bar-nav nav {
  width: 100%;
}
body:not(.mobile) header .bar-nav nav ul {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
body:not(.mobile) header .bar-nav nav ul li a {
  height: 50px;
  display: flex;
  align-items: center;
  padding-left: 23px;
  position: relative;
  color: #fff;
  font-size: 19px;
  font-weight: 400;
}
body:not(.mobile) header .bar-nav nav ul li a span {
  font-size: 26px;
  margin-right: 10px;
}
body:not(.mobile) header .bar-nav nav ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  height: 2px;
  background: #fff;
  transition: 0.5s;
}
body:not(.mobile) header .bar-nav nav ul li a:hover:after {
  right: 0;
}
body:not(.mobile) header .bar-nav nav ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 8px;
  height: 8px;
  background: url(../image/menu.svg) center center no-repeat;
}
body:not(.mobile) header .bar-nav nav ul li:last-of-type a:after,
body:not(.mobile) header .bar-nav nav ul li:first-of-type a:before,
body:not(.mobile) header .bar-nav nav ul li:last-of-type a:before {
  display: none;
}
body:not(.mobile) header .bar-nav nav ul li:last-of-type a {
  padding: 0 25px !important;
  border-radius: 5px;
  background: #b8050f;
}
body:not(.mobile) header .bar-nav nav ul li:last-of-type a:hover {
  background: #ff000f;
}
body:not(.mobile) header .open-menu {
  display: none;
}
@media only screen and (max-width: 991px) {
  body:not(.mobile) header .default-header .logo img {
    display: table;
    width: 300px;
  }
}
@media only screen and (max-width: 991px) {
  body:not(.mobile) header .topbar nav,
  body:not(.mobile) header .default-header .box-center form,
  body:not(.mobile) header .default-header .contacts,
  body:not(.mobile) header .bar-nav {
    display: none;
  }
  body:not(.mobile) header .default-header .box-center {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0;
  }
  body:not(.mobile) header .topbar {
    justify-content: flex-end;
  }
  body:not(.mobile) header .default-header .logo img {
    width: 200px;
  }
  body:not(.mobile) header .default-header .box-center .btn-cart {
    width: 50px;
  }
  body:not(.mobile) header .default-header .box-center .btn-cart svg {
    width: 27px;
  }
  body:not(.mobile) header .default-header .box-center .btn-cart span {
    width: 26px;
    height: 26px;
    font-size: 14px;
    top: -5px;
    right: -5px;
  }
  body:not(.mobile) header .open-menu {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #b8050f;
    color: #fff;
    margin-left: 10px;
    border: none;
  }
  body:not(.mobile) header .open-menu span {
    font-size: 28px;
  }
}
body:not(.mobile) ul.paginacao {
  display: flex;
  margin: 0 5px;
  clear: both;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  padding: 0;
}
body:not(.mobile) ul.paginacao li {
  list-style: none;
}
body:not(.mobile) ul.paginacao li a {
  background-color: white;
  border: 2px solid lightgray;
  width: 45px;
  height: 40px;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: gray;
  font-size: 18px;
  transition: all 0.3s;
}
body:not(.mobile) ul.paginacao li a.active, body:not(.mobile) ul.paginacao li a:hover {
  color: white;
  border-color: #ff002e;
  background-color: #ff002e;
}
body:not(.mobile) .home-banner {
  position: relative;
}
body:not(.mobile) .home-banner .item-banner {
  float: left;
  width: 100%;
}
body:not(.mobile) .home-banner .item-banner .container {
  position: relative;
  height: 720px;
  display: flex;
  align-items: center;
}
body:not(.mobile) .home-banner .item-banner .subtitle {
  display: table;
  color: #fff;
  font-size: 33px;
  line-height: 40px;
  font-weight: 300;
  margin-bottom: 15px;
}
body:not(.mobile) .home-banner .item-banner h2 {
  color: #fff;
  font-size: 67px;
  line-height: 77px;
  font-weight: 200;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
body:not(.mobile) .home-banner .item-banner p {
  color: #fff;
  font-size: 33px;
  font-weight: 300;
}
body:not(.mobile) .home-banner .item-banner .fraction {
  position: absolute;
  right: 50px;
  display: flex;
  justify-content: space-between;
  width: 200px;
  bottom: 50px;
}
body:not(.mobile) .home-banner .item-banner .fraction span {
  color: #fff;
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: table;
}
body:not(.mobile) .home-banner .item-banner .fraction:before {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  height: 2px;
  top: calc(50% - 1px);
  background: #fff;
}
body:not(.mobile) .home-banner div.disabled {
  display: none !important;
}
body:not(.mobile) .home-banner .owl-nav {
  width: 1350px;
  padding: 0 15px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  justify-content: flex-end;
  display: flex;
}
body:not(.mobile) .home-banner .owl-nav button {
  font-family: Arial;
  background: none;
  border: none;
  color: #fff !important;
}
body:not(.mobile) .home-banner .owl-nav button span {
  font-size: 34px;
}
body:not(.mobile) .home-banner .owl-nav button.owl-prev {
  display: none;
}
body:not(.mobile) .home-banner:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  bottom: -25px;
  transform: translate(-50%, 0);
  border-radius: 50%;
  background: url(../image/arrow-down.svg) center center no-repeat #fff;
}
body:not(.mobile) .wrap-category-boxes {
  position: relative;
  padding: 50px 0;
}
body:not(.mobile) .wrap-category-boxes h2 {
  width: 100%;
  text-align: center;
}
body:not(.mobile) .wrap-category-boxes .row {
  margin: 0 -5px 20px;
}
body:not(.mobile) .wrap-category-boxes .row > div {
  padding: 0 5px;
}
body:not(.mobile) .wrap-category-boxes .btn-blue {
  margin: 0 auto 0;
}
body:not(.mobile) .card-category {
  float: left;
  position: relative;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  margin-bottom: 10px;
}
body:not(.mobile) .card-category:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100;
}
body:not(.mobile) .card-category img {
  float: left;
  width: 100%;
  height: 350px;
  transition: 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
body:not(.mobile) .card-category.size-2 img {
  height: 170px;
}
body:not(.mobile) .card-category span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  font-family: "Lexend", sans-serif;
  z-index: 200;
}
body:not(.mobile) .card-category.size-2 span {
  font-size: 23px;
  line-height: 30px;
}
body:not(.mobile) .card-category:hover img {
  transform: scale(1.1);
}
body:not(.mobile) .wrap-products {
  padding: 70px 0;
  background: url(../image/bg-marmore-full.png) center center no-repeat;
  background-size: cover;
}
body:not(.mobile) .wrap-products h2 {
  width: 100%;
  text-align: center;
}
body:not(.mobile) .wrap-products .btn-blue {
  margin: 0 auto 0;
}
body:not(.mobile) .wrap-products .fraction {
  display: flex;
  justify-content: space-between;
  bottom: 0px;
  width: 165px;
  margin: -37px auto 0;
  position: relative;
}
body:not(.mobile) .wrap-products .fraction span {
  color: #353535;
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: table;
}
body:not(.mobile) .wrap-products .fraction:before {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  height: 2px;
  top: calc(50% - 1px);
  background: #353535;
}
body:not(.mobile) .wrap-products .box-fraction {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
body:not(.mobile) .wrap-products-2 {
  padding-top: 120px;
}
body:not(.mobile) .wrap-transform {
  background: url(../image/detail.svg) top center no-repeat;
  padding: 70px 0 0;
}
body:not(.mobile) .wrap-transform .box-title {
  width: 100%;
  margin-bottom: 40px;
}
body:not(.mobile) .wrap-transform .box-title h2 {
  width: 100%;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}
body:not(.mobile) .wrap-transform .box-title p {
  width: 100%;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}
body:not(.mobile) .wrap-transform .full {
  float: left;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
body:not(.mobile) .wrap-transform .full:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(-331deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 200;
}
body:not(.mobile) .wrap-transform .full img {
  float: left;
  width: 100%;
  height: 490px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 100;
  position: relative;
}
body:not(.mobile) .wrap-transform .full span {
  position: absolute;
  bottom: 70px;
  left: 30px;
  color: #fff;
  font-family: "Lexend", sans-serif;
  font-size: 68px;
  font-weight: 200;
  line-height: 78px;
  padding-left: 100px;
  z-index: 300;
}
body:not(.mobile) .wrap-transform .full span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 80px;
  height: 7px;
  background: #fff;
}
body:not(.mobile) .wrap-transform .row {
  margin: 0 -5px;
}
body:not(.mobile) .wrap-transform .row > div {
  padding: 0 10px;
}
body:not(.mobile) .wrap-transform .btn-transform {
  float: left;
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
  opacity: 0.5;
}
body:not(.mobile) .wrap-transform .btn-transform img {
  float: left;
  width: 100%;
  height: 145px;
  -o-object-fit: cover;
     object-fit: cover;
}
body:not(.mobile) .wrap-transform .btn-transform span {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
body:not(.mobile) .wrap-transform .btn-transform.active {
  opacity: 1;
}
body:not(.mobile) .cta-bar {
  float: left;
  width: 100%;
  margin-top: 50px;
  padding: 30px 100px;
  background: url(../image/bg-cta.png) center center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 15px;
  margin-bottom: -60px;
  position: relative;
  z-index: 200;
}
body:not(.mobile) .cta-bar .title {
  display: table;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  display: table;
  line-height: 30px;
}
body:not(.mobile) .wrap-brands {
  background: url(../image/bg-why.png) center center no-repeat;
  background-size: cover;
}
body:not(.mobile) .wrap-brands .box-title {
  float: left;
  width: 100%;
  padding: 30px 50px;
  border-radius: 11px 21px 0px 21px;
  background: #b8050f;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
}
body:not(.mobile) .wrap-brands .box-title h2 {
  width: 100%;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}
body:not(.mobile) .wrap-brands .box-title p {
  width: 100%;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}
body:not(.mobile) .wrap-brands .carousel-brands {
  position: relative;
  float: left;
  width: 100%;
}
body:not(.mobile) .wrap-brands .carousel-brands div.disabled,
body:not(.mobile) .wrap-brands .carousel-brands .owl-dots {
  display: none !important;
}
body:not(.mobile) .wrap-brands .carousel-brands .owl-nav {
  width: 250px;
  margin: 30px auto 0;
  justify-content: space-between;
  display: flex;
}
body:not(.mobile) .wrap-brands .carousel-brands .owl-nav button {
  font-family: Arial;
  background: none;
  border: none;
  color: #fff !important;
}
body:not(.mobile) .wrap-brands .carousel-brands .owl-nav button span {
  font-size: 34px;
}
body:not(.mobile) .wrap-brands .carousel-brands .item-brand {
  width: 200px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  background: #fff;
  border-radius: 11px 21px 0px 21px;
  margin: 0 auto;
}
body:not(.mobile) .wrap-brands .fraction {
  display: flex;
  justify-content: space-between;
  bottom: 0px;
  width: 165px;
  margin: -37px auto 0;
  position: relative;
}
body:not(.mobile) .wrap-brands .fraction span {
  color: #fff;
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: table;
}
body:not(.mobile) .wrap-brands .fraction:before {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  height: 2px;
  top: calc(50% - 1px);
  background: #fff;
}
body:not(.mobile) .wrap-brands .box-fraction {
  float: left;
  width: 100%;
}
body:not(.mobile) .wrap-brands .wrap-why {
  float: left;
  width: calc(100% + 1000px);
  margin-left: -1000px;
  margin-top: 60px;
  padding: 70px 70px 50px 1000px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: relative;
}
body:not(.mobile) .wrap-brands .wrap-why h2 {
  color: #fff;
  margin-bottom: 30px;
}
body:not(.mobile) .wrap-brands .wrap-why .item-why {
  border-radius: 10px;
  background: rgba(35, 35, 35, 0.62);
  float: left;
  width: 100%;
  position: relative;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-left: 0;
  padding: 20px 20px 20px 35px;
  margin-bottom: 20px;
  height: calc(100% - 20px);
}
body:not(.mobile) .wrap-brands .wrap-why .item-why h3 {
  color: #fff;
  font-size: 21px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 30px;
  display: table;
}
body:not(.mobile) .wrap-brands .wrap-why .item-why p {
  margin-bottom: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
body:not(.mobile) .wrap-brands .wrap-why .item-why:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  background: url(../image/detail-why.svg) center center no-repeat;
  top: 50%;
  transform: translate(0, -50%);
  left: -8px;
}
body:not(.mobile) .wrap-cta {
  background: linear-gradient(270deg, #4b4b4b 0%, #2c2c2c 100%), #4b4b4b;
  position: relative;
}
body:not(.mobile) .wrap-cta .container {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}
body:not(.mobile) .wrap-cta .container:before {
  content: "";
  position: absolute;
  left: -300px;
  bottom: 0;
  width: 547px;
  height: 721px;
  background: url(../image/detail-cta-1.png) center center no-repeat;
}
body:not(.mobile) .wrap-cta .container:after {
  content: "";
  position: absolute;
  right: -300px;
  top: 0;
  width: 569px;
  height: 589px;
  background: url(../image/detail-cta-2.png) center center no-repeat;
}
body:not(.mobile) .wrap-cta h2 {
  color: #fff;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
body:not(.mobile) .wrap-cta .links {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body:not(.mobile) .wrap-cta .links .link-whatsapp i {
  color: #fff;
}
body:not(.mobile) .wrap-cta .links a {
  margin: 0 20px;
}
body:not(.mobile) .wrap-text-bg {
  background: url(../image/bg-full.png) center center no-repeat;
  background-size: cover;
  height: 510px;
  display: flex;
  align-items: center;
}
body:not(.mobile) .wrap-text-bg .into {
  display: flex;
  align-items: center;
}
body:not(.mobile) .wrap-text-bg .into img {
  width: 370px;
  display: table;
  flex-shrink: 0;
}
body:not(.mobile) .wrap-text-bg .into p {
  color: #fff;
  font-size: 23px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 0;
  padding-left: 40px;
}
body:not(.mobile) .wrap-contact {
  position: relative;
  border-top: 2px solid #b8050f;
}
body:not(.mobile) .wrap-contact:before {
  content: "";
  position: absolute;
  width: 45px;
  height: 45px;
  background: url(../image/divisor.svg) center center no-repeat;
  top: -22.5px;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 50%;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
  z-index: 300;
}
body:not(.mobile) .wrap-contact .into-full {
  padding: 50px 0;
  overflow: hidden;
  background: url(../image/bg-contact.png) center center no-repeat;
  background-size: cover;
  float: left;
  width: 100%;
}
body:not(.mobile) .wrap-contact h2 {
  color: #303030;
  font-family: "Lexend", sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #c9c9c9;
}
body:not(.mobile) .wrap-contact p {
  color: #353535;
  font-size: 18px;
  margin-bottom: 30px;
}
body:not(.mobile) .wrap-contact .box-contact {
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 30px;
  display: table;
}
body:not(.mobile) .wrap-contact .box-contact .title {
  display: table;
  margin-bottom: 10px;
  color: #b8050f;
  font-family: "Lexend", sans-serif;
  font-size: 23px;
  font-weight: 700;
}
body:not(.mobile) .wrap-contact .box-contact .links {
  display: flex;
}
body:not(.mobile) .wrap-contact .box-contact .links a:first-of-type {
  margin-right: 20px;
}
body:not(.mobile) .wrap-contact .box-contact .links a span {
  color: #232323;
}
body:not(.mobile) .wrap-contact .box-contact .links a i {
  color: #2ca30f;
}
body:not(.mobile) .wrap-contact .box-text {
  position: relative;
  padding-right: 50px;
}
body:not(.mobile) .wrap-contact .box-text .into {
  position: relative;
  z-index: 100;
}
body:not(.mobile) .wrap-contact .box-text:before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.61);
  box-shadow: 0px 17px 21px 1px rgba(0, 0, 0, 0.25);
  height: 1744px;
  width: 701px;
  top: 50%;
  left: calc(50% - 100px);
  transform: translate(-50%, -50%) rotate(-150deg);
}
body:not(.mobile) .wrap-contact .box-form {
  float: left;
  width: 100%;
  border-radius: 32px;
  background: #031e27;
  box-shadow: 0px 8px 16px 0px rgba(125, 125, 125, 0.5);
  padding: 30px 50px;
  position: relative;
  z-index: 200;
}
body:not(.mobile) .wrap-contact .box-form .field-title {
  display: table;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 5px;
}
body:not(.mobile) .wrap-contact .box-form .field-title span {
  color: #c5c5c5;
  font-weight: 500;
}
body:not(.mobile) .wrap-contact .box-form input,
body:not(.mobile) .wrap-contact .box-form textarea {
  height: 52px;
  padding: 0 15px;
  border: none;
  border-radius: 9px;
  width: 100%;
  font-size: 18px;
  background: #fff;
  color: #353535;
}
body:not(.mobile) .wrap-contact .box-form textarea {
  padding: 10px 15px;
  height: 100px;
  resize: none;
}
body:not(.mobile) .wrap-contact .box-form .form-group {
  margin-bottom: 15px;
}
body:not(.mobile) .wrap-contact .box-form .group-check {
  cursor: pointer;
  display: table;
}
body:not(.mobile) .wrap-contact .box-form .group-check input {
  display: none;
}
body:not(.mobile) .wrap-contact .box-form .group-check span {
  display: table;
  padding-left: 25px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  transition: 0.5s;
}
body:not(.mobile) .wrap-contact .box-form .group-check span a {
  text-decoration: underline !important;
  color: #fff;
}
body:not(.mobile) .wrap-contact .box-form .group-check span a:hover {
  color: #b8050f;
}
body:not(.mobile) .wrap-contact .box-form .group-check span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 3px;
  border: 3px solid #fff;
  transition: 0.5s;
}
body:not(.mobile) .wrap-contact .box-form .group-check input:checked ~ span:before {
  background: #b8050f;
}
body:not(.mobile) .wrap-contact .box-form ::-moz-placeholder {
  color: #353535;
}
body:not(.mobile) .wrap-contact .box-form ::placeholder {
  color: #353535;
}
body:not(.mobile) .wrap-contact .box-form button {
  border: none;
  margin: 0 auto;
}
body:not(.mobile) .wrap-contact .box-form .custom-file-label::after {
  content: "";
  height: 52px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
  background: url(../image/icon-upload.svg) center center no-repeat #b8050f;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  width: 62px;
}
body:not(.mobile) .wrap-contact .box-form .custom-file-input {
  height: 52px;
  display: none;
}
body:not(.mobile) .wrap-contact .box-form .custom-file {
  height: 52px;
  background: #fff;
  display: block;
  cursor: pointer;
  border-radius: 9px;
  overflow: hidden;
  border-bottom: 0;
  border: none;
}
body:not(.mobile) .wrap-contact .box-form .custom-file-label {
  height: 52px;
  background: none;
  border: none;
  line-height: 52px;
  padding: 0 0 0 15px;
  color: #353535;
  text-transform: initial;
  border-radius: 0;
  margin-bottom: 0;
  width: 100%;
  position: relative;
  font-size: 18px;
}
body:not(.mobile) .wrap-full-carousel {
  background: url(../image/detail.svg) top center no-repeat;
  padding: 70px 0;
}
body:not(.mobile) .wrap-full-carousel h2 {
  color: #fff;
  margin-bottom: 40px;
}
body:not(.mobile) .wrap-full-carousel .carousel-full-gallery {
  float: left;
  overflow: hidden;
}
body:not(.mobile) .wrap-full-carousel .carousel-full-gallery .owl-item {
  height: 565px;
}
body:not(.mobile) .wrap-full-carousel .carousel-full-gallery .owl-stage-outer {
  overflow: initial;
}
body:not(.mobile) .wrap-full-carousel .carousel-full-gallery img {
  display: table;
  width: 100%;
  height: 435px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  transition: 0.5s;
}
body:not(.mobile) .wrap-full-carousel .carousel-full-gallery .owl-item.active img {
  height: 565px;
}
body:not(.mobile) .wrap-full-carousel .carousel-full-gallery .owl-item.active + .owl-item img {
  height: 435px;
}
body:not(.mobile) .wrap-full-carousel .fraction {
  display: flex;
  justify-content: space-between;
  bottom: 0px;
  width: 165px;
  margin: -37px auto 0;
  position: relative;
}
body:not(.mobile) .wrap-full-carousel .fraction span {
  color: #353535;
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: table;
}
body:not(.mobile) .wrap-full-carousel .fraction:before {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  height: 2px;
  top: calc(50% - 1px);
  background: #353535;
}
body:not(.mobile) .wrap-full-carousel .box-fraction {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
body:not(.mobile) .wrap-full-carousel .owl-nav {
  width: 250px;
  margin: 30px auto 0;
  justify-content: space-between;
  display: flex;
}
body:not(.mobile) .wrap-full-carousel .owl-nav button {
  font-family: Arial;
  background: none;
  border: none;
  color: #353535 !important;
}
body:not(.mobile) .wrap-full-carousel .owl-nav button span {
  font-size: 34px;
}
body:not(.mobile) .wrap-full-carousel .box-nav {
  float: left;
  max-width: 1330px;
  padding: 0 15px;
  width: 100%;
}
body:not(.mobile) .wrap-full-carousel .owl-dots {
  display: none;
}
body:not(.mobile) .wrap-full-carousel div.disabled {
  display: none;
}
body:not(.mobile) .wrap-about .container {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
body:not(.mobile) .wrap-about .container:before {
  content: "";
  width: 512px;
  height: 750px;
  background: url(../image/detail-about.png) center center no-repeat;
  position: absolute;
  right: -300px;
  bottom: 0;
}
body:not(.mobile) .wrap-about .container:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 424px;
  height: 432px;
  background: url(../image/detail-about-2.png) center center no-repeat;
  right: -332px;
  z-index: 300;
}
body:not(.mobile) .wrap-about .row {
  position: relative;
  z-index: 100;
}
body:not(.mobile) .wrap-about .open-video {
  float: left;
  width: 100%;
  position: relative;
  z-index: 300;
  border-radius: 15px;
  overflow: hidden;
}
body:not(.mobile) .wrap-about .open-video img {
  float: left;
  width: 100%;
  height: 335px;
  -o-object-fit: cover;
     object-fit: cover;
}
body:not(.mobile) .wrap-about .open-video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  background: #000;
  transition: 0.5s;
  z-index: 100;
}
body:not(.mobile) .wrap-about .open-video:hover:before {
  opacity: 0.7;
}
body:not(.mobile) .wrap-about .open-video:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: url(../image/play.svg) center center no-repeat;
  z-index: 200;
}
body:not(.mobile) .wrap-blog {
  padding: 70px 0;
  background: #f4f4f4;
}
body:not(.mobile) .wrap-blog .box-title {
  width: 100%;
  margin-bottom: 30px;
}
body:not(.mobile) .wrap-blog .box-title h2 {
  width: 100%;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}
body:not(.mobile) .wrap-blog .box-title p {
  width: 100%;
  margin-bottom: 0;
  text-align: center;
}
body:not(.mobile) .wrap-blog .btn-blue {
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  body:not(.mobile) .home-banner .item-banner h2 {
    font-size: 40px;
    line-height: 50px;
  }
  body:not(.mobile) .home-banner .item-banner .subtitle,
  body:not(.mobile) .home-banner .item-banner p {
    font-size: 22px;
    line-height: 30px;
  }
  body:not(.mobile) .home-banner .item-banner .container {
    height: 600px;
  }
  body:not(.mobile) .home-banner .owl-nav {
    width: 300px;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
    justify-content: space-between;
  }
  body:not(.mobile) .home-banner .owl-nav button.owl-prev {
    display: table;
  }
  body:not(.mobile) .home-banner .item-banner .fraction {
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
  }
  body:not(.mobile) .card-category img {
    height: 300px !important;
  }
  body:not(.mobile) .card-category span {
    font-size: 32px !important;
    line-height: 40px;
  }
  body:not(.mobile) .wrap-transform .full img {
    height: 400px;
  }
  body:not(.mobile) .wrap-transform .full span {
    font-size: 42px;
    padding-left: 50px;
    line-height: 50px;
  }
  body:not(.mobile) .wrap-transform .full span:before {
    width: 40px;
  }
  body:not(.mobile) .wrap-transform .btn-transform {
    margin-bottom: 10px;
  }
  body:not(.mobile) .cta-bar {
    flex-wrap: wrap;
    padding: 30px 20px;
  }
  body:not(.mobile) .cta-bar .title {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  body:not(.mobile) .cta-bar .btn-red {
    margin: 0 auto 20px;
  }
  body:not(.mobile) .cta-bar .link-whatsapp {
    margin: 0 auto 20px;
  }
  body:not(.mobile) .cta-bar .link-whatsapp:last-of-type {
    margin-bottom: 0;
  }
  body:not(.mobile) .wrap-brands .box-title {
    padding: 30px 20px;
  }
  body:not(.mobile) .wrap-brands .box-title br {
    display: none;
  }
  body:not(.mobile) .wrap-brands .wrap-why {
    float: left;
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
    padding: 50px 0;
  }
  body:not(.mobile) .wrap-cta .container:before,
  body:not(.mobile) .wrap-cta .container:after {
    display: none;
  }
  body:not(.mobile) .wrap-cta .links {
    flex-wrap: wrap;
  }
  body:not(.mobile) .wrap-cta .links a {
    margin-bottom: 20px;
  }
  body:not(.mobile) .wrap-cta .links a:last-of-type {
    margin-bottom: 0;
  }
  body:not(.mobile) .wrap-text-bg .into {
    flex-wrap: wrap;
    justify-content: center;
  }
  body:not(.mobile) .wrap-text-bg .into img {
    width: 250px;
    margin-bottom: 30px;
  }
  body:not(.mobile) .wrap-text-bg .into p {
    padding-left: 0;
    width: 100%;
    text-align: center;
  }
  body:not(.mobile) .wrap-contact:after {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.61);
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
  }
  body:not(.mobile) .wrap-contact .container {
    position: relative;
  }
  body:not(.mobile) .wrap-contact h2 {
    font-size: 32px;
    line-height: 40px;
  }
  body:not(.mobile) .wrap-contact h2 br {
    display: none;
  }
  body:not(.mobile) .wrap-contact .box-text {
    padding-right: 0;
  }
  body:not(.mobile) .wrap-contact .box-text:before {
    display: none;
  }
  body:not(.mobile) .wrap-contact .box-form {
    margin-top: 40px;
    padding: 20px;
  }
  body:not(.mobile) .wrap-contact .box-contact .links {
    flex-wrap: wrap;
  }
  body:not(.mobile) .wrap-contact .box-contact .links a {
    margin-bottom: 10px;
  }
  body:not(.mobile) .wrap-contact .box-contact .links a:last-of-type {
    margin-bottom: 0;
  }
  body:not(.mobile) .wrap-full-carousel .carousel-full-gallery .owl-item,
  body:not(.mobile) .wrap-full-carousel .carousel-full-gallery img {
    height: 460px !important;
  }
  body:not(.mobile) .wrap-full-carousel .box-nav {
    max-width: 100%;
  }
  body:not(.mobile) .wrap-full-carousel .carousel-full-gallery {
    width: calc(100% + 15px) !important;
    padding-right: 50px;
  }
  body:not(.mobile) .wrap-about .box-text {
    margin-bottom: 40px;
  }
  body:not(.mobile) .wrap-about .container:after {
    display: none;
  }
}
body:not(.mobile) .list-blocos {
  background: #f4f4f4;
  position: relative;
  z-index: 100;
}
body:not(.mobile) .list-blocos .container {
  margin-top: -118px;
}
body:not(.mobile) .list-blocos {
  padding-bottom: 70px;
  background: #f4f4f4;
}
body:not(.mobile) .list-blocos .menu-tabs-product {
  display: flex;
  position: relative;
  z-index: 100;
  margin-bottom: -1px;
}
body:not(.mobile) .list-blocos .menu-tabs-product li {
  margin-right: 10px;
}
body:not(.mobile) .list-blocos .menu-tabs-product li a {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 25px;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  background: rgba(24, 24, 24, 0.45);
}
body:not(.mobile) .list-blocos .menu-tabs-product li a.active {
  border: 1px solid #d4d4d4;
  border-bottom: 0;
  background: #f8f7f7;
  color: #353535;
  font-weight: 700;
}
body:not(.mobile) .list-blocos .box-text-tab {
  border-radius: 0 10px 10px 10px;
  width: 100%;
  padding: 30px;
  border: 1px solid #d4d4d4;
  background: #f8f7f7;
  display: none;
}
body:not(.mobile) .list-blocos .box-text-tab.active {
  display: block;
}
body:not(.mobile) .list-blocos .tag {
  height: 50px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 11px 21px 0px 21px;
  background: #b8050f;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  body:not(.mobile) .list-blocos .menu-tabs-product li a {
    font-size: 18px;
    padding: 0 15px;
  }
  body:not(.mobile) .list-blocos .box-text-tab {
    padding: 30px 15px;
  }
}
body:not(.mobile) .list-blog {
  padding: 70px 0;
  background: #f4f4f4;
}
body:not(.mobile) .content-single-blog p a {
  color: #b8050f;
  text-decoration: underline !important;
  font-weight: 700;
}
body:not(.mobile) .content-single-blog p a:hover {
  color: #000;
}
body:not(.mobile) .content-single-blog h2 {
  color: #353535;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
}
body:not(.mobile) .content-single-blog .box-img {
  position: relative;
  float: left;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 30px;
}
body:not(.mobile) .content-single-blog .box-img img {
  float: left;
  width: 100%;
  z-index: 100;
}
body:not(.mobile) .content-single-blog .box-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0) 100%);
}
body:not(.mobile) .content-single-blog .box-img .share {
  position: absolute;
  left: 30px;
  bottom: 30px;
  display: flex;
  align-items: center;
  z-index: 300;
}
body:not(.mobile) .content-single-blog .box-img .share span {
  color: #fff;
  display: table;
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}
body:not(.mobile) .content-single-blog .box-img .share a {
  color: #fff;
  font-size: 18px;
  margin-left: 20px;
}
body:not(.mobile) .content-single-blog .box-comments {
  float: left;
  width: 100%;
  padding: 30px;
  background: #fff;
  margin-top: 30px;
}
body:not(.mobile) .card-blog-side {
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  margin-bottom: 20px;
}
body:not(.mobile) .card-blog-side img {
  width: 80px;
  flex-shrink: 0;
  border-radius: 5px;
}
body:not(.mobile) .card-blog-side span {
  display: table;
  padding: 0 15px;
  color: #031e27;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
@media only screen and (max-width: 991px) {
  body:not(.mobile) .content-single-blog .box-img .share span {
    font-size: 14px;
  }
  body:not(.mobile) .content-single-blog .box-img .share {
    left: 0;
    bottom: 0;
    padding: 20px 15px;
  }
}
body:not(.mobile) .content-contact {
  height: auto;
  padding-top: 90px;
  padding-bottom: 70px;
}
body:not(.mobile) .content-contact:after {
  display: none;
}
body:not(.mobile) .content-contact .container {
  display: block;
  height: auto;
}
body:not(.mobile) .content-contact .breadcrumbs {
  position: relative;
  top: auto;
  left: auto;
  margin-bottom: 35px;
}
body:not(.mobile) .content-contact .into {
  padding-top: 0;
}
body:not(.mobile) .content-contact form {
  width: 100%;
}
body:not(.mobile) .content-contact form .field-title {
  display: table;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 5px;
}
body:not(.mobile) .content-contact form .field-title span {
  color: #c5c5c5;
  font-weight: 500;
}
body:not(.mobile) .content-contact form select,
body:not(.mobile) .content-contact form input,
body:not(.mobile) .content-contact form textarea {
  height: 52px;
  padding: 0 15px;
  border: none;
  border-radius: 9px;
  width: 100%;
  font-size: 18px;
  background: #fff;
  color: #353535;
}
body:not(.mobile) .content-contact form select {
  padding-right: 50px;
  background-image: url(../image/arrow-select.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
}
body:not(.mobile) .content-contact form textarea {
  padding: 10px 15px;
  height: 100px;
  resize: none;
}
body:not(.mobile) .content-contact form .form-group {
  margin-bottom: 15px;
}
body:not(.mobile) .content-contact form button {
  border: none;
  float: right;
}
body:not(.mobile) .content-contact form .custom-file-label::after {
  content: "";
  height: 52px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
  background: url(../image/icon-upload.svg) center center no-repeat #b8050f;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  width: 62px;
}
body:not(.mobile) .content-contact form .custom-file-input {
  height: 52px;
  display: none;
}
body:not(.mobile) .content-contact form .custom-file {
  height: 52px;
  background: #fff;
  display: block;
  cursor: pointer;
  border-radius: 9px;
  overflow: hidden;
  border-bottom: 0;
  border: none;
}
body:not(.mobile) .content-contact form .custom-file-label {
  height: 52px;
  background: none;
  border: none;
  line-height: 52px;
  padding: 0 0 0 15px;
  color: #353535;
  text-transform: initial;
  border-radius: 0;
  margin-bottom: 0;
  width: 100%;
  position: relative;
  font-size: 18px;
}
body:not(.mobile) .content-contact .box-atendimento {
  float: left;
  width: 100%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 30px 15px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
  position: relative;
}
body:not(.mobile) .content-contact .box-atendimento:before {
  content: "";
  width: 15.709px;
  height: 15.709px;
  transform: rotate(-135deg);
  position: absolute;
  left: -8px;
  top: 80px;
  background: #fff;
}
body:not(.mobile) .content-contact .box-atendimento h2 {
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: "Lexend", sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 42px;
  margin-bottom: 10px;
}
body:not(.mobile) .content-contact .box-atendimento p {
  width: 100%;
  text-align: center;
  color: #fff;
}
body:not(.mobile) .content-contact .box-atendimento .box-contact {
  background: url(../image/bg-marmore-full.png) center center no-repeat;
  background-size: cover;
  padding: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 11.343px 21.929px 0px 21.929px;
  margin-bottom: 20px;
}
body:not(.mobile) .content-contact .box-atendimento .box-contact:last-of-type {
  margin-bottom: 0;
}
body:not(.mobile) .content-contact .box-atendimento .box-contact .title {
  display: flex;
  align-items: center;
  color: #b8050f;
  font-family: "Lexend", sans-serif;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 20px;
}
body:not(.mobile) .content-contact .box-atendimento .box-contact .title img {
  margin-right: 10px;
}
body:not(.mobile) .content-contact .box-atendimento .box-contact .item {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
body:not(.mobile) .content-contact .box-atendimento .box-contact .item:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
body:not(.mobile) .content-contact .box-atendimento .box-contact .item p {
  margin-bottom: 0;
  text-align: left;
  color: #353535;
}
body:not(.mobile) .content-contact .box-atendimento .box-contact .item .links {
  display: flex;
}
body:not(.mobile) .content-contact .box-atendimento .box-contact .item .links a {
  margin-right: 30px;
}
body:not(.mobile) .content-contact .box-atendimento .box-contact .item .links a:last-of-type {
  margin-right: 0;
}
body:not(.mobile) .content-contact .box-atendimento .box-contact .item .links a span {
  color: #353535;
}
body:not(.mobile) .content-work h2 {
  color: #fff;
}
body:not(.mobile) .content-work .box-title-work {
  float: left;
  width: 100%;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #c9c9c9;
  position: relative;
}
body:not(.mobile) .content-work .box-title-work:after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 8.485px;
  height: 8.485px;
  transform: rotate(45deg);
  background: #c9c9c9;
}
body:not(.mobile) .content-work .carousel-vagas {
  float: left;
  width: 100%;
}
body:not(.mobile) .content-work .fraction {
  display: flex;
  justify-content: space-between;
  bottom: 0px;
  width: 165px;
  margin: -37px 0 0 45px;
  position: relative;
}
body:not(.mobile) .content-work .fraction span {
  color: #fff;
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: table;
}
body:not(.mobile) .content-work .fraction:before {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  height: 2px;
  top: calc(50% - 1px);
  background: #fff;
}
body:not(.mobile) .content-work .box-fraction {
  float: left;
  width: 100%;
}
body:not(.mobile) .content-work .carousel-vagas div.disabled,
body:not(.mobile) .content-work .carousel-vagas .owl-dots {
  display: none !important;
}
body:not(.mobile) .content-work .carousel-vagas .owl-nav {
  width: 250px;
  margin: 30px 0 0;
  justify-content: space-between;
  display: flex;
}
body:not(.mobile) .content-work .carousel-vagas .owl-nav button {
  font-family: Arial;
  background: none;
  border: none;
  color: #fff !important;
}
body:not(.mobile) .content-work .carousel-vagas .owl-nav button span {
  font-size: 34px;
}
body:not(.mobile) .content-work .carousel-vagas .item-vaga {
  display: table;
  width: 100%;
  border-radius: 5px 15px 0px 15px;
  border: 1px solid #dadada;
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
}
body:not(.mobile) .content-work .carousel-vagas .item-vaga h3 {
  margin-bottom: 10px;
  color: #303030;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  display: table;
}
body:not(.mobile) .content-work .carousel-vagas .item-vaga p {
  margin-bottom: 10px;
  color: #303030;
}
body:not(.mobile) .content-work .carousel-vagas .item-vaga p:last-of-type {
  margin-bottom: 0;
}
body:not(.mobile) .content-work .content-vagas {
  margin-bottom: 70px;
}
@media only screen and (max-width: 991px) {
  body:not(.mobile) .content-contact .box-atendimento {
    margin-top: 50px;
  }
  body:not(.mobile) .content-contact .box-atendimento .box-contact {
    padding: 20px 15px;
  }
  body:not(.mobile) .content-contact .box-atendimento .box-contact .item .links {
    flex-wrap: wrap;
  }
  body:not(.mobile) .content-contact .box-atendimento .box-contact .item .links a {
    margin-bottom: 10px;
  }
  body:not(.mobile) .content-contact .box-atendimento .box-contact .item .links a:last-of-type {
    margin-bottom: 0;
  }
  body:not(.mobile) .content-contact {
    padding-top: 30px;
  }
}
body:not(.mobile) .content-duvidas {
  padding: 70px 0;
  background: #f4f4f4;
}
body:not(.mobile) .content-duvidas .item-accordion {
  float: left;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #bcbcbc;
  margin-bottom: 30px;
}
body:not(.mobile) .content-duvidas .item-accordion .open-accordion {
  position: relative;
  float: left;
  width: 100%;
  padding: 20px 30px;
  border: none;
  background: none;
  color: #031e27;
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
  display: flex;
  justify-content: space-between;
  text-align: left;
  align-items: center;
}
body:not(.mobile) .content-duvidas .item-accordion .open-accordion i {
  font-size: 30px;
}
body:not(.mobile) .content-duvidas .item-accordion .open-accordion:before {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  width: 8.485px;
  height: 8.485px;
  transform: rotate(45deg) translate(0, -50%);
  background: #b8050f;
}
body:not(.mobile) .content-duvidas .item-accordion .content-accordion {
  float: left;
  width: 100%;
  padding: 0 30px 30px;
  display: none;
}
@media only screen and (max-width: 991px) {
  body:not(.mobile) .content-duvidas .item-accordion .open-accordion {
    font-size: 20px;
    line-height: 28px;
  }
}
body:not(.mobile) section.carrinho {
  padding: 50px 0;
}
body:not(.mobile) section.carrinho .main-cta {
  display: inline-flex;
  outline: none;
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 5px;
  border: none;
  align-items: center;
  background-color: #c70e24;
  color: white;
  position: relative;
  font-weight: 700;
  transition: 0.3s all;
}
body:not(.mobile) section.carrinho .main-cta img {
  vertical-align: middle;
  margin-right: 6px;
  margin-bottom: 2px;
}
@media (max-width: 991px) {
  body:not(.mobile) section.carrinho .main-cta {
    font-size: 15px;
  }
}
body:not(.mobile) section.carrinho .main-cta:hover {
  color: white;
  background-color: #c70e24;
}
body:not(.mobile) section.carrinho .main-cta .icon {
  margin-right: 10px;
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  body:not(.mobile) section.carrinho {
    padding: 20px 0;
  }
}
body:not(.mobile) section.carrinho .continuar {
  color: gray;
  border-bottom: 1px dotted gray;
  display: inline-block;
  font-weight: 600;
}
body:not(.mobile) section.carrinho .remover .loader {
  display: none;
}
body:not(.mobile) section.carrinho .remover.loading i {
  display: none;
}
body:not(.mobile) section.carrinho .remover.loading .loader {
  color: gray;
  display: inline-block;
}
body:not(.mobile) section.carrinho .passos {
  max-width: 1500px;
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
body:not(.mobile) section.carrinho .passos a {
  background-color: #e5e5e5;
  display: flex;
  padding: 20px;
  width: 33%;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 500;
  color: #afafaf;
  position: relative;
}
body:not(.mobile) section.carrinho .passos a:hover {
  color: #afafaf;
}
body:not(.mobile) section.carrinho .passos a:last-child:after {
  display: none;
}
body:not(.mobile) section.carrinho .passos a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../image/chevron.png");
}
body:not(.mobile) section.carrinho .passos a strong {
  font-weight: 600;
  border: 2px solid #afafaf;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body:not(.mobile) section.carrinho .passos a.ativo {
  color: #c70e24;
}
body:not(.mobile) section.carrinho .passos a.ativo:hover {
  color: #c70e24;
}
body:not(.mobile) section.carrinho .passos a.ativo strong {
  color: #c70e24;
  border-color: #c70e24;
}
@media (max-width: 991px) {
  body:not(.mobile) section.carrinho .passos a {
    width: 50px;
    text-align: center;
    font-size: 16px;
  }
  body:not(.mobile) section.carrinho .passos a:after {
    display: none;
  }
}
body:not(.mobile) section.carrinho .carrinho-mobile {
  margin-top: 20px;
  border-top: 1px solid rgba(220, 220, 220, 0.3019607843);
}
body:not(.mobile) section.carrinho .carrinho-mobile .opcoes-produto {
  color: gray;
  font-size: 14px;
  margin-bottom: 10px;
}
body:not(.mobile) section.carrinho .carrinho-mobile .opcoes-produto strong {
  color: gray;
}
body:not(.mobile) section.carrinho .carrinho-mobile .produto {
  border-bottom: 1px solid rgba(220, 220, 220, 0.3019607843);
  display: flex;
  margin: 0;
  padding: 20px 0;
  align-items: flex-start;
}
body:not(.mobile) section.carrinho .carrinho-mobile .produto strong {
  color: black;
}
body:not(.mobile) section.carrinho .carrinho-mobile .produto img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body:not(.mobile) section.carrinho .carrinho-mobile .removerMobile {
  color: #c70e24;
  font-size: 14px;
  display: block;
  text-align: center;
}
body:not(.mobile) section.carrinho .carrinho-mobile .removerMobile .loader {
  display: none;
}
body:not(.mobile) section.carrinho .carrinho-mobile .removerMobile.loading span {
  display: none;
}
body:not(.mobile) section.carrinho .carrinho-mobile .removerMobile.loading .loader {
  color: gray;
  display: inline-block;
}
body:not(.mobile) section.carrinho .carrinho-mobile .titulo {
  color: #c70e24;
}
body:not(.mobile) section.carrinho .carrinho-mobile .quantidade {
  font-size: 14px;
  color: dimgray;
  display: inline-block;
  width: 110px;
  padding: 5px 10px;
  margin-left: 5px;
  outline: none;
  border: none;
  border-radius: 5px;
  background-color: #ececec;
  position: relative;
}
body:not(.mobile) section.carrinho .carrinho-mobile .quantidade input {
  background-color: transparent;
  border: none;
  color: inherit;
  width: 60%;
  outline: none;
}
body:not(.mobile) section.carrinho .carrinho-mobile .quantidade.loading .opcoes {
  display: none;
}
body:not(.mobile) section.carrinho .carrinho-mobile .quantidade.loading .qtd-loading {
  display: block;
}
body:not(.mobile) section.carrinho .carrinho-mobile .quantidade .qtd-loading {
  display: none;
  position: absolute;
  top: calc(50% - 11px);
  right: 8px;
}
body:not(.mobile) section.carrinho .carrinho-mobile .quantidade .qtd-loading i {
  color: dimgray;
  font-size: 16px;
  cursor: default;
}
body:not(.mobile) section.carrinho .carrinho-mobile .quantidade .aumentar {
  position: absolute;
  top: 7px;
  right: 30px;
  cursor: pointer;
}
body:not(.mobile) section.carrinho .carrinho-mobile .quantidade .aumentar i {
  color: dimgray;
  font-size: 16px;
}
body:not(.mobile) section.carrinho .carrinho-mobile .quantidade .diminuir {
  position: absolute;
  bottom: 3px;
  right: 10px;
  cursor: pointer;
}
body:not(.mobile) section.carrinho .carrinho-mobile .quantidade .diminuir i {
  color: dimgray;
  font-size: 16px;
}
body:not(.mobile) section.carrinho .empty {
  margin-top: 50px;
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  color: dimgray;
  font-style: italic;
}
@media (max-width: 991px) {
  body:not(.mobile) section.carrinho .empty {
    margin-top: 20px;
    font-size: 18px;
  }
}
body:not(.mobile) section.carrinho .tabela-carrinho {
  width: 100%;
  margin: 70px auto 0 auto;
}
body:not(.mobile) section.carrinho .tabela-carrinho thead tr {
  overflow: hidden;
}
body:not(.mobile) section.carrinho .tabela-carrinho thead td {
  background-color: #4e4e4e;
  color: white;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid #dadada;
}
body:not(.mobile) section.carrinho .tabela-carrinho thead td:first-child {
  border-left: none;
}
body:not(.mobile) section.carrinho .tabela-carrinho thead td:last-child {
  border-right: none;
}
body:not(.mobile) section.carrinho .tabela-carrinho tbody td {
  padding: 30px 10px;
  display: flex;
  align-items: center;
  background: white;
  justify-content: center;
  border: 1px solid rgba(220, 220, 220, 0.3019607843);
}
body:not(.mobile) section.carrinho .tabela-carrinho tbody td:first-child {
  border-left: none;
}
body:not(.mobile) section.carrinho .tabela-carrinho tbody td:last-child {
  border-right: none;
}
body:not(.mobile) section.carrinho .tabela-carrinho .quantidade {
  font-size: 22px;
  max-width: 180px;
  color: gray;
  padding: 15px 25px;
  outline: none;
  border: none;
  border-radius: 10px;
  background-color: #ececec;
  position: relative;
  min-width: 150px;
}
body:not(.mobile) section.carrinho .tabela-carrinho .quantidade input {
  background-color: transparent;
  border: none;
  color: inherit;
  width: 80%;
  outline: none;
}
body:not(.mobile) section.carrinho .tabela-carrinho .quantidade.loading .opcoes {
  display: none;
}
body:not(.mobile) section.carrinho .tabela-carrinho .quantidade.loading .qtd-loading {
  display: block;
}
body:not(.mobile) section.carrinho .tabela-carrinho .quantidade .qtd-loading {
  display: none;
  position: absolute;
  top: calc(50% - 18px);
  right: 20px;
}
body:not(.mobile) section.carrinho .tabela-carrinho .quantidade .qtd-loading i {
  color: dimgray;
  cursor: default;
  font-size: 16px;
}
body:not(.mobile) section.carrinho .tabela-carrinho .quantidade .aumentar {
  position: absolute;
  top: 3px;
  right: 20px;
  cursor: pointer;
}
body:not(.mobile) section.carrinho .tabela-carrinho .quantidade .aumentar i {
  color: gray;
  font-size: 16px;
}
body:not(.mobile) section.carrinho .tabela-carrinho .quantidade .diminuir {
  position: absolute;
  bottom: 3px;
  right: 20px;
  cursor: pointer;
}
body:not(.mobile) section.carrinho .tabela-carrinho .quantidade .diminuir i {
  color: gray;
  font-size: 16px;
}
body:not(.mobile) section.carrinho .tabela-carrinho td strong {
  font-weight: 400;
  color: #c70e24;
  font-size: 24px;
}
body:not(.mobile) section.carrinho .tabela-carrinho td i {
  color: red;
  font-size: 22px;
  cursor: pointer;
}
body:not(.mobile) section.carrinho .tabela-carrinho td .produto {
  width: 100%;
  display: flex;
  align-items: center;
}
body:not(.mobile) section.carrinho .tabela-carrinho td .produto .opcoes-produto {
  color: gray;
  font-size: 15px;
}
body:not(.mobile) section.carrinho .tabela-carrinho td .produto .opcoes-produto strong {
  font-weight: 700;
  color: inherit;
  font-size: inherit;
}
body:not(.mobile) section.carrinho .tabela-carrinho td .produto h5 {
  font-weight: 600;
  text-transform: uppercase;
  color: dimgray;
  font-size: 17px;
  margin-bottom: 0;
}
body:not(.mobile) section.carrinho .tabela-carrinho td .produto img {
  width: 100px;
  flex: 0 0 100px;
  max-width: 100px;
}
body:not(.mobile) section.carrinho .box {
  margin: 50px auto 0 auto;
}
body:not(.mobile) section.carrinho .box .endereco {
  font-size: 18px;
  color: #c70e24;
  line-height: 20px;
}
body:not(.mobile) section.carrinho .box .endereco strong {
  font-size: 20px;
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
}
body:not(.mobile) section.carrinho .box .main-cta {
  background-color: #c70e24;
  display: inline-block;
  padding: 13px 23px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
  color: white;
}
body:not(.mobile) section.carrinho .box .main-cta img {
  vertical-align: middle;
  margin-right: 6px;
  margin-bottom: 2px;
}
@media (max-width: 991px) {
  body:not(.mobile) section.carrinho .box {
    margin-top: 20px;
    padding: 0;
  }
  body:not(.mobile) section.carrinho .box .main-cta {
    margin-top: 15px;
  }
  body:not(.mobile) section.carrinho .box .endereco {
    text-align: center;
    font-weight: 300;
    font-size: 15px;
  }
  body:not(.mobile) section.carrinho .box .endereco strong {
    font-size: 18px;
  }
}
body:not(.mobile) section.carrinho .enviado {
  max-width: 800px;
  margin: 60px auto 0 auto;
  color: #189d0e;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
}
body:not(.mobile) section.carrinho .enviado .texto {
  color: white;
  text-align: left;
  line-height: 1.4;
  background-color: #3aa700;
  padding: 30px 70px;
  border-radius: 7px;
  font-weight: 300;
  margin-top: 30px;
}
body:not(.mobile) section.carrinho .enviado h1 {
  color: #3aa700;
  font-size: 39px;
  font-weight: 500;
  margin: auto;
  text-align: center;
}
body:not(.mobile) section.carrinho .enviado h5 {
  text-align: center;
  color: gray;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body:not(.mobile) section.carrinho .enviado {
    font-size: 16px;
    margin-top: 20px;
    padding-bottom: 30px;
  }
  body:not(.mobile) section.carrinho .enviado .texto {
    padding: 20px;
  }
  body:not(.mobile) section.carrinho .enviado h5 {
    font-size: 18px;
  }
  body:not(.mobile) section.carrinho .enviado h1 {
    font-size: 20px;
  }
}
body:not(.mobile) section.carrinho .form {
  max-width: 750px;
  margin: 20px auto 0 auto;
  padding: 50px 60px;
  padding-bottom: 0;
}
body:not(.mobile) section.carrinho .form .main-cta {
  margin-top: 30px;
}
body:not(.mobile) section.carrinho .form h1 {
  font-size: 30px;
  color: rgb(88, 88, 88);
  font-weight: 600;
  text-align: center;
}
body:not(.mobile) section.carrinho .form h5 {
  text-align: center;
  color: gray;
  margin-bottom: 5px;
}
body:not(.mobile) section.carrinho .form h6 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 18px;
}
body:not(.mobile) section.carrinho .form label {
  color: black;
  display: block;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 17px;
}
body:not(.mobile) section.carrinho .form input,
body:not(.mobile) section.carrinho .form select,
body:not(.mobile) section.carrinho .form textarea {
  width: 100%;
  padding: 10px 25px;
  font-size: 18px;
  outline: none;
  background-color: white;
  border: 1px solid gainsboro;
}
body:not(.mobile) section.carrinho .form select {
  padding-top: 12px;
  padding-bottom: 12px;
}
body:not(.mobile) section.carrinho .form textarea {
  min-height: 100px;
  resize: vertical;
}
@media (max-width: 991px) {
  body:not(.mobile) section.carrinho .form {
    padding: 20px;
    margin-top: 0;
  }
  body:not(.mobile) section.carrinho .form h1 {
    font-size: 20px;
  }
  body:not(.mobile) section.carrinho .form h5 {
    font-size: 16px;
  }
  body:not(.mobile) section.carrinho .form h6 {
    font-size: 15px;
  }
  body:not(.mobile) section.carrinho .form label {
    font-size: 16px;
  }
  body:not(.mobile) section.carrinho .form input,
  body:not(.mobile) section.carrinho .form select,
  body:not(.mobile) section.carrinho .form textarea {
    font-size: 15px;
    padding: 10px;
  }
}
body:not(.mobile) .content-product {
  padding: 70px 0;
  background: #f4f4f4;
  border-bottom: 2px solid #a8a8a8;
  margin-bottom: 10px;
}
body:not(.mobile) .content-product .box-text h1 {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #353535;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}
body:not(.mobile) .content-product .box-text h1:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-image: linear-gradient(to right, #939393, transparent, transparent);
}
body:not(.mobile) .content-product .box-text h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 8.485px;
  height: 8.485px;
  transform: rotate(45deg);
  background: #797979;
}
body:not(.mobile) .content-product .box-text p:last-of-type {
  margin-bottom: 0;
}
body:not(.mobile) .content-product .box-gallery {
  float: left;
  width: 100%;
  display: flex;
}
body:not(.mobile) .content-product .box-gallery .full {
  float: left;
  width: calc(100% - 100px);
  height: 550px;
  border-radius: 6px;
  border: 1px solid #bdbdbe;
  overflow: hidden;
  position: relative;
}
body:not(.mobile) .content-product .box-gallery .full img {
  float: left;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body:not(.mobile) .content-product .box-gallery .thumbs {
  width: 100px;
  flex-shrink: 0;
  padding-right: 20px;
  margin-right: 15px;
  height: 550px;
}
body:not(.mobile) .content-product .box-gallery .thumbs a {
  float: left;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #bdbdbe;
  margin-bottom: 20px;
}
body:not(.mobile) .content-product .box-gallery .thumbs a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
body:not(.mobile) .content-product .box-gallery .thumbs a:hover img {
  transform: scale(1.1);
}
body:not(.mobile) .content-product .box-gallery .thumbs a:last-of-type {
  margin-bottom: 0;
}
body:not(.mobile) .content-product .title {
  display: table;
  margin-bottom: 15px;
  color: #353535;
  font-size: 26px;
  font-weight: 800;
}
body:not(.mobile) .content-product .wrap-variation {
  margin-bottom: 45px;
  width: 100%;
}
body:not(.mobile) .content-product .wrap-variation .checks {
  display: flex;
}
body:not(.mobile) .content-product .wrap-variation .checks .group-check {
  margin-right: 30px;
}
body:not(.mobile) .content-product .wrap-variation .checks .group-check:last-of-type {
  margin-right: 0;
}
body:not(.mobile) .content-product .wrap-variation .checks .group-check input {
  display: none;
}
body:not(.mobile) .content-product .wrap-variation .checks .group-check .color {
  display: table;
  width: 67px;
  height: 37px;
  border-radius: 5px;
  margin-bottom: 10px;
}
body:not(.mobile) .content-product .wrap-variation .checks .group-check .radio {
  display: table;
  border: 1px solid #acacac;
  background: #fff;
  position: relative;
  border-radius: 50%;
  margin: 0 auto;
  width: 18px;
  height: 18px;
}
body:not(.mobile) .content-product .wrap-variation .checks .group-check .radio:before {
  content: "";
  display: table;
  background: #031e27;
  position: absolute;
  border-radius: 50%;
  margin: 0 auto;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.5s;
}
body:not(.mobile) .content-product .wrap-variation .checks .group-check input:checked ~ .radio:before {
  transform: translate(-50%, -50%) scale(1);
}
body:not(.mobile) .content-product .wrap-qtd {
  margin-bottom: 45px;
}
body:not(.mobile) .content-product .wrap-qtd .box-qtd {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  overflow: hidden;
  border-radius: 15px;
}
body:not(.mobile) .content-product .wrap-qtd .box-qtd button {
  width: 75px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4f4f4f;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  border: none;
}
body:not(.mobile) .content-product .wrap-qtd .box-qtd button:hover {
  background: #b8050f;
}
body:not(.mobile) .content-product .wrap-qtd .box-qtd input {
  width: 110px;
  height: 52px;
  border: none;
  background: #fff;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: #353535;
}
body:not(.mobile) .content-product .buttons {
  width: 370px;
}
body:not(.mobile) .content-product .buttons a {
  width: 100%;
  justify-content: center;
  margin-bottom: 10px;
}
body:not(.mobile) .wrap-tabs-product {
  padding: 70px 0;
  position: relative;
  border-top: 2px solid #a8a8a8;
}
body:not(.mobile) .wrap-tabs-product:before {
  content: "";
  position: absolute;
  width: 45px;
  height: 45px;
  background: url(../image/divisor.svg) center center no-repeat;
  top: -32.5px;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 50%;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
  z-index: 300;
}
body:not(.mobile) .wrap-tabs-product .menu-tabs-product {
  display: flex;
  position: relative;
  z-index: 100;
  margin-bottom: -1px;
}
body:not(.mobile) .wrap-tabs-product .menu-tabs-product li {
  margin-right: 10px;
}
body:not(.mobile) .wrap-tabs-product .menu-tabs-product li a {
  display: flex;
  align-items: center;
  height: 76px;
  padding: 0 25px;
  border-radius: 10px 10px 0 0;
  color: #353535;
  font-size: 24px;
  font-weight: 300;
}
body:not(.mobile) .wrap-tabs-product .menu-tabs-product li a.active {
  border: 1px solid #d4d4d4;
  border-bottom: 0;
  background: #f8f7f7;
}
body:not(.mobile) .wrap-tabs-product .box-text-tab {
  border-radius: 0 10px 10px 10px;
  width: 100%;
  padding: 30px;
  border: 1px solid #d4d4d4;
  background: #f8f7f7;
  display: none;
}
body:not(.mobile) .wrap-tabs-product .box-text-tab.active {
  display: block;
}
body:not(.mobile) .box-side-contacts {
  position: relative;
  float: left;
  width: 100%;
  border-radius: 10px;
  background: #031e27;
  box-shadow: 0px 8px 16px 0px rgba(125, 125, 125, 0.5);
  padding: 0 50px 50px;
  margin-top: 75px;
}
body:not(.mobile) .box-side-contacts .detail {
  display: table;
  margin: -45px auto 30px;
}
body:not(.mobile) .box-side-contacts .title {
  display: table;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
}
body:not(.mobile) .box-side-contacts div {
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
body:not(.mobile) .box-side-contacts div:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
body:not(.mobile) .box-side-contacts div .subtitle {
  display: table;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
}
body:not(.mobile) .box-side-contacts div a {
  margin-bottom: 10px;
}
body:not(.mobile) .box-side-contacts div a:last-of-type {
  margin-bottom: 0;
}
body:not(.mobile) .list-products {
  padding: 70px 0;
  background: #f4f4f4;
}
body:not(.mobile) .list-products .title {
  margin-bottom: 15px;
  display: table;
  color: #353535;
  font-size: 24px;
  font-weight: 800;
}
body:not(.mobile) .list-products .container {
  max-width: 1590px;
}
body:not(.mobile) .list-products .info-search {
  display: table;
  color: #797979;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 10px;
}
body:not(.mobile) .list-products .clear-search {
  display: table;
  color: #797979;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline !important;
  border: none;
  background: none;
}
body:not(.mobile) .list-products .clear-search:hover {
  color: #f00;
}
@media only screen and (max-width: 991px) {
  body:not(.mobile) .content-product .box-text {
    margin-bottom: 50px;
  }
  body:not(.mobile) .content-product .box-gallery {
    margin-bottom: 50px;
  }
  body:not(.mobile) .content-product .box-gallery .full,
  body:not(.mobile) .content-product .box-gallery .thumbs {
    height: 400px;
  }
  body:not(.mobile) .content-product .box-gallery .thumbs {
    width: 65px;
  }
  body:not(.mobile) .content-product .box-gallery .full {
    width: calc(100% - 65px);
  }
  body:not(.mobile) .content-product .buttons {
    max-width: 100%;
  }
  body:not(.mobile) .wrap-tabs-product .menu-tabs-product li a {
    padding: 0 15px;
    font-size: 18px;
    line-height: 24px;
  }
  body:not(.mobile) .wrap-tabs-product .box-text-tab {
    padding: 30px 15px;
  }
}
body:not(.mobile) .content-showrooms {
  padding: 70px 0 20px;
  background: url(../image/bg-showrooms.svg) center left no-repeat;
}
body:not(.mobile) .content-showrooms .container {
  max-width: 1590px;
}
body:not(.mobile) .content-showrooms .box-title {
  width: 100%;
  margin-bottom: 40px;
}
body:not(.mobile) .content-showrooms .box-title h2 {
  font-weight: 700;
  margin-bottom: 0;
}
body:not(.mobile) .content-showrooms .box-title h2,
body:not(.mobile) .content-showrooms .box-title p {
  width: 100%;
  text-align: center;
}
body:not(.mobile) .content-showrooms .item-showroom {
  padding: 30px 100px;
  float: left;
  width: 100%;
  border-radius: 15px;
  box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.25);
  background: url(../image/bg-marmore-full.png) center center no-repeat;
  background-size: cover;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}
body:not(.mobile) .content-showrooms .item-showroom .row {
  position: relative;
  z-index: 100;
}
body:not(.mobile) .content-showrooms .item-showroom .carousel-showroom {
  float: left;
  width: 100%;
}
body:not(.mobile) .content-showrooms .item-showroom .carousel-showroom a {
  float: left;
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
}
body:not(.mobile) .content-showrooms .item-showroom .carousel-showroom a img {
  float: left;
  width: 100%;
}
body:not(.mobile) .content-showrooms .item-showroom .fraction {
  display: flex;
  justify-content: space-between;
  bottom: 0px;
  width: 165px;
  margin: -37px auto 0;
  position: relative;
}
body:not(.mobile) .content-showrooms .item-showroom .fraction span {
  color: #353535;
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: table;
}
body:not(.mobile) .content-showrooms .item-showroom .fraction:before {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  height: 2px;
  top: calc(50% - 1px);
  background: #353535;
}
body:not(.mobile) .content-showrooms .item-showroom .box-fraction {
  float: left;
  width: 100%;
}
body:not(.mobile) .content-showrooms .item-showroom .carousel-showroom div.disabled,
body:not(.mobile) .content-showrooms .item-showroom .carousel-showroom .owl-dots {
  display: none !important;
}
body:not(.mobile) .content-showrooms .item-showroom .carousel-showroom .owl-nav {
  width: 250px;
  margin: 30px auto 0;
  justify-content: space-between;
  display: flex;
}
body:not(.mobile) .content-showrooms .item-showroom .carousel-showroom .owl-nav button {
  font-family: Arial;
  background: none;
  border: none;
  color: #353535 !important;
}
body:not(.mobile) .content-showrooms .item-showroom .carousel-showroom .owl-nav button span {
  font-size: 34px;
}
body:not(.mobile) .content-showrooms .item-showroom h2 {
  margin-bottom: 20px;
  color: #031e27;
}
body:not(.mobile) .content-showrooms .item-showroom .box-links {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #c3c3c3;
}
body:not(.mobile) .content-showrooms .item-showroom .box-links .title {
  width: 100%;
  margin-bottom: 10px;
  color: #303030;
  font-size: 23px;
  font-weight: 700;
  line-height: 30px;
}
body:not(.mobile) .content-showrooms .item-showroom .box-links a {
  margin-right: 30px;
}
body:not(.mobile) .content-showrooms .item-showroom .box-links a span {
  color: #212121;
}
body:not(.mobile) .content-showrooms .item-showroom .box-links a:last-of-type {
  margin-right: 0;
}
body:not(.mobile) .content-showrooms .item-showroom:before {
  content: "";
  width: 406.867px;
  height: 402.557px;
  transform: translate(0, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: -200px;
  background: linear-gradient(270deg, #4b4b4b 0%, #2c2c2c 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.18) 100%);
}
body:not(.mobile) .content-showrooms .item-showroom:nth-of-type(2n+1):before {
  right: auto;
  left: -200px;
}
@media only screen and (max-width: 991px) {
  body:not(.mobile) .content-showrooms .item-showroom {
    padding: 30px 20px;
  }
  body:not(.mobile) .content-showrooms .item-showroom:before {
    display: none;
  }
  body:not(.mobile) .content-showrooms .item-showroom .box-links a {
    margin-bottom: 10px;
  }
  body:not(.mobile) .content-showrooms .item-showroom .carousel-showroom {
    margin-top: 20px;
  }
  body:not(.mobile) .content-showrooms .item-showroom .col-lg-7 {
    order: 12;
  }
}
body:not(.mobile) .wrap-timeline {
  padding: 70px 0;
  background: url(../image/bg-marmore-full.png) center center no-repeat;
  background-size: cover;
  border-bottom: 2px solid #a8a8a8;
  margin-bottom: 10px;
}
body:not(.mobile) .wrap-timeline h2 {
  width: 100%;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}
body:not(.mobile) .wrap-timeline .menu-timeline {
  position: relative;
  display: table;
}
body:not(.mobile) .wrap-timeline .menu-timeline.active {
  display: block;
}
body:not(.mobile) .wrap-timeline .menu-timeline:before {
  content: "";
  position: absolute;
  top: 11px;
  bottom: 11px;
  left: 7px;
  width: 1px;
  background: #d5d5d5;
}
body:not(.mobile) .wrap-timeline .menu-timeline a {
  display: table;
  margin-bottom: 35px;
  position: relative;
  color: #303030;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  padding-left: 25px;
}
body:not(.mobile) .wrap-timeline .menu-timeline a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8.485px;
  height: 8.485px;
  transform: rotate(45deg) translate(0, -50%);
  background: #797979;
}
body:not(.mobile) .wrap-timeline .menu-timeline a:last-of-type {
  margin-bottom: 0;
}
body:not(.mobile) .wrap-timeline .item-timeline {
  float: left;
  width: 100%;
  display: none;
}
body:not(.mobile) .wrap-timeline .item-timeline.active {
  display: block;
}
body:not(.mobile) .wrap-timeline .item-timeline img {
  float: left;
  width: 100%;
  border-radius: 15px;
}
body:not(.mobile) .wrap-timeline .item-timeline h3 {
  padding: 0 0 30px;
  margin-bottom: 30px;
  display: table;
  width: 100%;
  color: #303030;
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
  position: relative;
}
body:not(.mobile) .wrap-timeline .item-timeline h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-image: linear-gradient(to right, #939393, transparent, transparent);
}
body:not(.mobile) .wrap-timeline .item-timeline h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 8.485px;
  height: 8.485px;
  transform: rotate(45deg);
  background: #797979;
}
body:not(.mobile) .wrap-founder {
  position: relative;
  border-top: 2px solid #a8a8a8;
}
body:not(.mobile) .wrap-founder:before {
  content: "";
  position: absolute;
  width: 45px;
  height: 45px;
  background: url(../image/divisor.svg) center center no-repeat;
  top: -32.5px;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 50%;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
  z-index: 300;
}
body:not(.mobile) .wrap-founder img {
  float: right;
  margin-top: -47px;
}
body:not(.mobile) .wrap-founder .author {
  position: relative;
  display: table;
  float: left;
  width: 100%;
  margin-top: 30px;
  color: #031e27;
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
body:not(.mobile) .wrap-founder .author:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
  width: 8.485px;
  height: 8.485px;
  transform: rotate(45deg) translate(0, -50%);
  background: #797979;
}
body:not(.mobile) .wrap-founder .author:after {
  content: "";
  width: 70px;
  height: 2px;
  position: absolute;
  top: calc(50% + 1px);
  left: -97px;
  right: 0;
  height: 2px;
  background-image: linear-gradient(to left, #939393, transparent, transparent);
  transform: translate(0, -50%);
}
body:not(.mobile) .wrap-founder .box-text {
  padding-left: 80px;
}
body:not(.mobile) .about-mvv {
  padding: 70px 0;
  background: url(../image/bg-about.png) center center no-repeat;
  background-size: cover;
}
body:not(.mobile) .about-mvv .box {
  float: left;
  width: 100%;
  border-radius: 5px 15px 0px 15px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  height: 335px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding: 30px;
  margin-bottom: 30px;
}
body:not(.mobile) .about-mvv .box h3 {
  width: 100%;
  text-align: center;
  color: #303030;
  text-align: center;
  font-family: "Lexend", sans-serif;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}
body:not(.mobile) .about-mvv .box p {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
body:not(.mobile) .about-mvv .box-text {
  float: left;
  padding-top: 30px;
}
body:not(.mobile) .about-mvv .box-text h2 {
  color: #fff;
  margin-bottom: 20px;
}
body:not(.mobile) .about-mvv .box-text ul {
  position: relative;
}
body:not(.mobile) .about-mvv .box-text ul li {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  position: relative;
  padding: 10px 0 10px 25px;
}
body:not(.mobile) .about-mvv .box-text ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8.485px;
  height: 8.485px;
  transform: rotate(45deg) translate(0, -50%);
  background: #e30613;
}
body:not(.mobile) .about-mvv .box-text ul li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  left: 6px;
  background: #c3c3c3;
  opacity: 0.25;
}
body:not(.mobile) .about-mvv .box-text ul li:last-of-type {
  margin-bottom: 0;
}
body:not(.mobile) .about-mvv .box-text ul li:first-of-type:before {
  top: 50%;
}
body:not(.mobile) .about-mvv .box-text ul li:last-of-type:before {
  bottom: 50%;
}
body:not(.mobile) .wrap-about-gallery {
  padding: 70px 0;
  background: url(../image/bg-marmore-full.png) center center no-repeat;
  background-size: cover;
}
body:not(.mobile) .wrap-about-gallery h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
body:not(.mobile) .wrap-about-gallery a {
  overflow: hidden;
  border-radius: 15px;
  float: left;
  width: 100%;
}
body:not(.mobile) .wrap-about-gallery a img {
  display: table;
  width: 100%;
}
body:not(.mobile) .wrap-about-gallery .fraction {
  display: flex;
  justify-content: space-between;
  bottom: 0px;
  width: 165px;
  margin: -37px auto 0;
  position: relative;
}
body:not(.mobile) .wrap-about-gallery .fraction span {
  color: #353535;
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: table;
}
body:not(.mobile) .wrap-about-gallery .fraction:before {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  height: 2px;
  top: calc(50% - 1px);
  background: #353535;
}
body:not(.mobile) .wrap-about-gallery .box-fraction {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
body:not(.mobile) .wrap-about-gallery .carousel-gallery-about {
  float: left;
  width: 100%;
}
body:not(.mobile) .wrap-about-gallery .carousel-gallery-about div.disabled,
body:not(.mobile) .wrap-about-gallery .carousel-gallery-about .owl-dots {
  display: none !important;
}
body:not(.mobile) .wrap-about-gallery .carousel-gallery-about .owl-nav {
  width: 250px;
  margin: 30px auto 0;
  justify-content: space-between;
  display: flex;
}
body:not(.mobile) .wrap-about-gallery .carousel-gallery-about .owl-nav button {
  font-family: Arial;
  background: none;
  border: none;
  color: #353535 !important;
}
body:not(.mobile) .wrap-about-gallery .carousel-gallery-about .owl-nav button span {
  font-size: 34px;
}
@media only screen and (max-width: 991px) {
  body:not(.mobile) .wrap-timeline .menu-timeline {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  body:not(.mobile) .wrap-timeline .menu-timeline a {
    padding-left: 0;
    padding-bottom: 25px;
    margin-bottom: 0;
  }
  body:not(.mobile) .wrap-timeline .menu-timeline a:before {
    left: 50%;
    transform: rotate(45deg) translate(-50%, 0);
    top: auto;
    bottom: 0;
  }
  body:not(.mobile) .wrap-timeline .item-timeline img {
    margin-bottom: 30px;
  }
  body:not(.mobile) .wrap-timeline .menu-timeline:before {
    content: "";
    position: absolute;
    top: 48px;
    bottom: auto;
    left: 31px;
    width: auto;
    background: #d5d5d5;
    right: 31px;
    height: 1px;
  }
  body:not(.mobile) .wrap-founder {
    padding-top: 70px;
  }
  body:not(.mobile) .wrap-founder img {
    margin-top: 50px;
    max-width: 100%;
  }
  body:not(.mobile) .wrap-founder .box-text {
    padding-left: 0;
  }
  body:not(.mobile) .wrap-founder .col-img {
    order: 12;
  }
}
body:not(.mobile) section.politica-termos {
  padding: 30px 0;
}
body:not(.mobile) footer {
  background: url(../image/bg-marmore-full.png) center center no-repeat;
  background-size: cover;
  position: relative;
  padding: 70px 0;
}
body:not(.mobile) footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #4b4b4b;
  opacity: 0.9;
}
body:not(.mobile) footer .container {
  position: relative;
  z-index: 100;
}
body:not(.mobile) footer .logo {
  display: table;
  margin-bottom: 20px;
}
body:not(.mobile) footer .links {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
body:not(.mobile) footer .links a,
body:not(.mobile) footer .links span {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
body:not(.mobile) footer .links span {
  padding: 0 15px;
}
body:not(.mobile) footer .links a:hover {
  color: #db0909;
}
body:not(.mobile) footer .title {
  display: table;
  width: 100%;
  margin-bottom: 10px;
  color: #fff;
  font-family: "Lexend", sans-serif;
  font-size: 23px;
  font-weight: 600;
}
body:not(.mobile) footer ul {
  float: left;
  width: 50%;
  padding-right: 20px;
}
body:not(.mobile) footer ul li {
  margin-bottom: 5px;
}
body:not(.mobile) footer ul li a {
  display: table;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
body:not(.mobile) footer ul li a:hover {
  color: #db0909;
}
body:not(.mobile) footer .social {
  display: flex;
  align-items: center;
}
body:not(.mobile) footer .social span {
  color: #fff;
  font-family: "Lexend", sans-serif;
  font-size: 23px;
  font-weight: 600;
  display: table;
}
body:not(.mobile) footer .social a {
  color: #fff;
  font-size: 18px;
  display: table;
  margin-left: 20px;
}
body:not(.mobile) footer .social a:hover {
  color: #db0909;
}
body:not(.mobile) footer .box-title {
  margin-bottom: 15px;
}
body:not(.mobile) footer .box-title .title {
  margin-bottom: 0;
}
body:not(.mobile) footer .box-title p {
  color: #fff;
}
body:not(.mobile) footer .col-footer {
  display: table;
}
body:not(.mobile) footer form {
  width: 100%;
}
body:not(.mobile) footer form .form-group {
  margin-bottom: 20px;
}
body:not(.mobile) footer form input {
  width: 100%;
  padding: 0 0 0 40px;
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  height: 52px;
  font-size: 18px;
  color: #fff;
}
body:not(.mobile) footer form input::-moz-placeholder {
  color: #898989;
}
body:not(.mobile) footer form input::placeholder {
  color: #898989;
}
body:not(.mobile) footer form button {
  height: 52px;
  display: flex;
  align-items: center;
  border: none;
  background: none;
  color: #fff;
  color: #fff;
  font-size: 23px;
  font-weight: 600;
}
body:not(.mobile) footer form button i {
  margin-left: 10px;
}
body:not(.mobile) footer form .group-check {
  cursor: pointer;
  display: table;
}
body:not(.mobile) footer form .group-check input {
  display: none;
}
body:not(.mobile) footer form .group-check span {
  display: table;
  padding-left: 25px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  transition: 0.5s;
}
body:not(.mobile) footer form .group-check span a {
  text-decoration: underline !important;
  color: #fff;
}
body:not(.mobile) footer form .group-check span a:hover {
  color: #b8050f;
}
body:not(.mobile) footer form .group-check span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 3px;
  border: 3px solid #fff;
  transition: 0.5s;
}
body:not(.mobile) footer form .group-check input:checked ~ span:before {
  background: #b8050f;
}
body:not(.mobile) footer form .name {
  background: url(../image/icon-user.svg) left center no-repeat;
}
body:not(.mobile) footer form .email {
  background: url(../image/icon-mail.svg) left center no-repeat;
}
@media only screen and (max-width: 991px) {
  body:not(.mobile) footer .logo img {
    width: 240px;
    display: table;
  }
  body:not(.mobile) footer .col-footer {
    margin-bottom: 35px;
  }
}
body:not(.mobile) section.barra-fixa {
  position: fixed;
  bottom: -1px;
  background-color: white;
  border-top: 2px solid #c70e24;
  width: 100%;
  padding: 15px 0;
  z-index: 600;
  transition: all 0.5s;
}
body:not(.mobile) section.barra-fixa .container {
  max-width: 1400px;
}
@media (max-width: 991px) {
  body:not(.mobile) section.barra-fixa {
    display: none;
  }
}
body:not(.mobile) section.barra-fixa.oculta {
  bottom: -100px;
}
body:not(.mobile) section.barra-fixa .link-whatsapp span {
  color: #303030;
}
body:not(.mobile) section.barra-fixa .fa-whatsapp {
  color: green !important;
}
body:not(.mobile) section.barra-fixa-mobile {
  background-color: #2e2d37;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
  padding: 5px 0;
  border-top: 2px solid #242424;
  transition: 0.3s all;
}
body:not(.mobile) section.barra-fixa-mobile .btn-orcamento {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  font-size: 15px;
  border-radius: 7px;
  font-weight: 700;
  color: #b5ca32 !important;
  background-color: white;
}
body:not(.mobile) section.barra-fixa-mobile .list-itens {
  display: flex;
  justify-content: space-around;
  font-size: 30px;
  align-items: center;
}
body:not(.mobile) section.barra-fixa-mobile .list-itens a {
  color: white;
}
body:not(.mobile) section.barra-fixa-mobile .list-itens a i {
  color: white;
}
@media screen and (min-width: 992px) {
  body:not(.mobile) section.barra-fixa-mobile {
    display: none;
  }
}
body:not(.mobile) section.botao_whatsapp {
  background-color: #25d366;
  width: 70px;
  height: 70px;
  position: fixed;
  z-index: 610;
  bottom: 40px;
  padding: 5px;
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
  right: 30px;
  border-radius: 75px;
  transition: all 0.5s;
}
body:not(.mobile) section.botao_whatsapp i.fab.fa-whatsapp {
  color: white;
  font-size: 46px;
  vertical-align: middle;
}
@media (min-width: 992px) {
  body:not(.mobile) section.botao_whatsapp.scroll {
    bottom: 100px;
  }
}
body:not(.mobile) section.botao_whatsapp:hover {
  background-color: #1f9249;
}
@media screen and (max-width: 991px) {
  body:not(.mobile) section.botao_whatsapp {
    bottom: 75px;
    right: 10px;
  }
}
body:not(.mobile) section.multi-whatsapp .button {
  background-color: #25d366;
  width: 70px;
  height: 70px;
  position: fixed;
  cursor: pointer;
  z-index: 610;
  bottom: 100px;
  padding: 5px;
  align-items: center;
  outline: none;
  justify-content: center;
  display: flex;
  text-align: center;
  right: 20px;
  border-radius: 75px;
  transition: 0.3s all ease;
  box-shadow: 3px 1px 15px #7b7b7b;
}
body:not(.mobile) section.multi-whatsapp .button .btn-abrir {
  opacity: 1;
  transition: 0.2s all;
  position: absolute;
}
body:not(.mobile) section.multi-whatsapp .button .btn-fechar {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0;
  transition: 0.2s all;
  font-size: 50px;
  color: white;
  position: absolute;
}
body:not(.mobile) section.multi-whatsapp .button i {
  color: white;
  font-size: 46px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: middle;
}
body:not(.mobile) section.multi-whatsapp .button:hover {
  background-color: #1f9249;
}
body:not(.mobile) section.multi-whatsapp .button.aberto {
  background-color: #1f9249;
}
body:not(.mobile) section.multi-whatsapp .button.aberto .btn-abrir {
  opacity: 0;
}
body:not(.mobile) section.multi-whatsapp .button.aberto .btn-fechar {
  opacity: 1;
}
body:not(.mobile) section.multi-whatsapp .box {
  font-family: "Segoe UI", sans-serif;
  position: fixed;
  background-color: white;
  overflow: hidden;
  bottom: 100px;
  border-radius: 8px;
  z-index: 610;
  width: 380px;
  right: 20px;
  box-shadow: 3px 1px 15px #7b7b7b;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all ease;
}
body:not(.mobile) section.multi-whatsapp .box.aberto {
  bottom: calc(100px + 100px);
  opacity: 1;
  pointer-events: all;
}
body:not(.mobile) section.multi-whatsapp .box .conteudo {
  padding: 15px;
  font-size: 14px;
  font-weight: 500;
}
body:not(.mobile) section.multi-whatsapp .box .conteudo .phone {
  margin: 15px 0;
  display: flex;
  color: black;
  align-items: center;
  background-color: #fafafa;
  padding: 10px 13px;
  border-radius: 6px;
  border-left: 3px solid #1f9249;
  transition: all 0.5s;
  text-decoration: none;
}
body:not(.mobile) section.multi-whatsapp .box .conteudo .phone:hover {
  background-color: #e9e9e9;
}
body:not(.mobile) section.multi-whatsapp .box .conteudo .phone span {
  font-size: 15px;
}
body:not(.mobile) section.multi-whatsapp .box .conteudo .phone i {
  color: #1f9249;
  font-size: 28px;
  padding-right: 10px;
}
body:not(.mobile) section.multi-whatsapp .box .titulo {
  background-color: #25d366;
  padding: 15px 20px;
  color: white;
  display: flex;
  align-items: center;
}
body:not(.mobile) section.multi-whatsapp .box .titulo i {
  font-size: 40px;
  padding-right: 20px;
}
body:not(.mobile) section.multi-whatsapp .box .titulo span {
  font-size: 16px;
}
body:not(.mobile) section.multi-whatsapp .box .titulo span strong {
  font-size: 21px;
  display: block;
}
@media screen and (max-width: 768px) {
  body:not(.mobile) section.multi-whatsapp .button {
    bottom: 10px;
  }
  body:not(.mobile) section.multi-whatsapp .button:hover {
    background-color: #25d366;
  }
  body:not(.mobile) section.multi-whatsapp .button.aberto {
    background-color: #1f9249;
  }
  body:not(.mobile) section.multi-whatsapp .box {
    left: 0;
    border-radius: 0;
    width: 100%;
    height: 100%;
    z-index: 610;
    top: 0;
  }
  body:not(.mobile) section.multi-whatsapp .box .titulo i {
    font-size: 35px;
  }
  body:not(.mobile) section.multi-whatsapp .box .titulo span {
    font-size: 14px;
  }
  body:not(.mobile) section.multi-whatsapp .box .titulo strong {
    font-size: 19px;
  }
}
body:not(.mobile) .contacts .box a i.icon-whatsapp {
  background-color: #25b102;
  border-radius: 100%;
  color: white !important;
  padding: 2px 10px;
}
body:not(.mobile) .contacts .box a i.icon-phone {
  background-color: #0b4a85;
  border-radius: 100%;
  color: white !important;
  padding: 2px 10px;
}
body:not(.mobile) header {
  position: absolute;
  top: 0;
  left: 0;
  background: none;
}
body:not(.mobile) header .container {
  position: relative;
  z-index: 2;
}
body:not(.mobile) header:before {
  content: "";
  background-color: #1a1a1a;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 263px;
}
body:not(.mobile) header .topbar nav ul li a {
  color: white;
  padding-bottom: 0;
}
body:not(.mobile) header .default-header .contacts .box .title,
body:not(.mobile) header .default-header .contacts .box a {
  color: white;
}
body:not(.mobile) header .bar-nav {
  background: linear-gradient(47deg, rgba(155, 155, 155, 0.29) 0%, rgba(83, 83, 83, 0.78) 100%);
  position: static;
}
body:not(.mobile) header .bar-nav nav ul li:last-of-type a {
  background: red;
}
body:not(.mobile) header .bar-nav nav ul li:last-of-type a:hover {
  opacity: 0.7;
}
body:not(.mobile) .home-banner .item-banner {
  padding-top: 230px;
}
body:not(.mobile) .lista-linha {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 10px;
}
body:not(.mobile) .lista-linha a {
  display: inline-block;
  border-radius: 20px;
  border: 1px solid #bebebe;
  padding: 20px 40px;
  color: #888;
  text-align: center;
  font-family: Lexend;
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  transition: 0.5s all;
}
body:not(.mobile) .lista-linha a:hover, body:not(.mobile) .lista-linha a.active {
  color: #fff;
  font-weight: 700;
  background: #b8050f;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
body:not(.mobile) .wrap-brands {
  padding-top: 100px;
}
body:not(.mobile) .cta-bar {
  background-color: rgb(117, 117, 117);
}
body:not(.mobile) .wrap-cta {
  background-image: url("../image/bg-projeto.png");
  background-size: cover;
}
body:not(.mobile) .wrap-cta h2 {
  color: #303030;
}
body:not(.mobile) .wrap-cta .links .link-whatsapp i {
  color: #25b102;
}
body:not(.mobile) .wrap-cta .links .link-whatsapp span {
  color: #303030;
}
body:not(.mobile) .wrap-cta .links .link-whatsapp i.icon-phone {
  color: #217dd2 !important;
}
body:not(.mobile) .wrap-cta .container:before, body:not(.mobile) .wrap-cta .container:after {
  display: none;
}
body:not(.mobile) .wrap-text-bg {
  position: relative;
}
body:not(.mobile) .wrap-text-bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body:not(.mobile) .wrap-text-bg:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(27, 27, 27, 0.44) 0%, rgba(27, 27, 27, 0.44) 100%);
}
body:not(.mobile) .wrap-text-bg .container {
  position: relative;
  z-index: 2;
}
body:not(.mobile) .card-product img {
  height: 280px;
  width: 280px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991px) {
  body:not(.mobile) .card-product img {
    height: 280px;
  }
}
body:not(.mobile) .card-product.small-img {
  padding: 30px;
}
body:not(.mobile) .card-product.small-img .box-text h3 {
  font-size: 20px;
}
body:not(.mobile) .card-product.small-img .box-text p {
  line-height: 1.4;
  font-size: 15px;
}
body:not(.mobile) .card-product.small-img img {
  width: 250px;
}
body:not(.mobile) .card-blog .image img {
  height: 240px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body:not(.mobile) .banner-pages {
  padding-top: 300px;
}
body:not(.mobile) .banner-pages-product {
  padding-top: 370px;
}
body:not(.mobile) aside .box-side .logos a {
  padding: 5px;
  overflow: hidden;
}
body:not(.mobile) aside .box-side .logos a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body:not(.mobile) h1.titulo-principal {
  margin-bottom: 15px;
  display: table;
  color: #353535;
  font-size: 29px;
  font-weight: 500;
}
body:not(.mobile) .content-product .box-gallery .thumbs a img {
  -o-object-fit: contain;
     object-fit: contain;
  background-color: white;
}
body:not(.mobile) .content-product .box-gallery .full img {
  -o-object-fit: contain;
     object-fit: contain;
  background-color: white;
  padding: 5px;
}
body:not(.mobile) .wrap-timeline .item-timeline img {
  height: 600px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body:not(.mobile) .wrap-about-gallery a img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body:not(.mobile) .content-showrooms .item-showroom .carousel-showroom a img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body:not(.mobile) section.content-contact {
  padding-top: 370px;
}
body:not(.mobile) .bg-formulario {
  background: rgba(217, 217, 217, 0.2);
  padding: 50px 0;
}
body:not(.mobile) .wrap-contact .into-full {
  background-image: url("../image/bg-contact-home2.png");
}
body:not(.mobile) section.copyright {
  margin-bottom: 80px;
  background-color: #353535;
  color: white;
  padding: 20px 0;
}
body:not(.mobile) header .topbar .social a {
  color: white;
  margin-top: 13px;
}
body:not(.mobile) .about-mvv .box {
  height: auto;
}
body:not(.mobile) header .default-header .box-center .btn-cart {
  background: #053f52;
}
body:not(.mobile) header .default-header .contacts .box .social span {
  color: #fff;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 10px;
}
body:not(.mobile) .wrap-about .open-video.no-play:before, body:not(.mobile) .wrap-about .open-video.no-play:after {
  display: none;
}
body:not(.mobile) .content-product .box-gallery .full {
  height: 400px;
}
body:not(.mobile) .content-product .box-gallery .thumbs {
  height: 400px;
}
body:not(.mobile) .card-product .box-text {
  justify-content: center;
}
body:not(.mobile) .card-product .box-text .btn-whatsapp,
body:not(.mobile) .card-product .box-text .btn-black {
  font-size: 17px !important;
  padding: 0 8px !important;
}
body:not(.mobile) .carrinho-topo a {
  position: relative;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2562eb;
  border-radius: 5px;
  width: 80px;
  flex-shrink: 0;
  margin-left: 15px;
}
body:not(.mobile) .carrinho-topo a span {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #b8050f;
  color: #fff;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  top: -16px;
  right: -16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
body:not(.mobile) .carrinho-topo a:hover {
  background: #ff000f;
}
body:not(.mobile) .in-buttons {
  display: flex;
  gap: 10px;
}
body:not(.mobile) .in-buttons .btn-black {
  width: 90px !important;
}
body:not(.mobile) .in-buttons .btn-black span {
  margin-right: 0 !important;
}
@media (max-width: 991px) {
  body.mobile {
    font-family: Manrope;
    /* definições principais */
    background: #efefef;
    /* MODAL */
    /*política termos*/
    /* término */
    /* imports */
    /* MODAL */
  }
  body.mobile section {
    float: none !important;
  }
  body.mobile ul {
    margin-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  body.mobile li {
    list-style: none;
  }
  body.mobile a {
    text-decoration: none !important;
    transition: 0.4s;
  }
  body.mobile button {
    cursor: pointer;
    transition: 0.4s;
  }
  body.mobile .owl-item {
    float: left;
  }
  body.mobile .owl-stage-outer {
    overflow: hidden;
  }
  body.mobile body {
    overflow-x: hidden;
  }
  body.mobile section,
  body.mobile header,
  body.mobile footer {
    width: 100%;
  }
  body.mobile ul {
    padding-left: 0;
  }
  body.mobile .row {
    clear: both;
  }
  body.mobile div#lightbox {
    position: fixed !important;
    top: 10px !important;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  body.mobile .btn-default {
    width: 235px;
    margin: auto;
    height: 48px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #ffffff;
    transition: 0.5s;
  }
  body.mobile .btn-default.blue {
    background: #090b45;
  }
  body.mobile .btn-default:hover {
    background: #8465a7;
  }
  body.mobile section.ver-todos {
    padding-top: 13px;
    padding-bottom: 14px;
  }
  body.mobile section.ver-todos.p-g {
    padding-top: 20px;
  }
  body.mobile section.ver-todos h2 {
    font-weight: 700;
    font-size: 20px;
    font-family: Manrope;
    font-style: normal;
    line-height: 27px;
    color: #303030;
    text-align: left;
    margin-bottom: 0;
  }
  body.mobile section.ver-todos a {
    font-family: Manrope;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #303030;
    text-align: right;
  }
  body.mobile section.listagem-categorias {
    padding-bottom: 1px;
  }
  body.mobile section.listagem-categorias .item {
    width: 100%;
    height: 141px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
  }
  body.mobile section.listagem-categorias .item img {
    position: relative;
    z-index: 2;
  }
  body.mobile section.listagem-categorias .item:hover {
    transition: 0.4s;
  }
  body.mobile section.listagem-categorias .item:hover:before {
    opacity: 0.75;
  }
  body.mobile section.listagem-categorias .item:before {
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65));
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 5px;
    transition: 0.4s;
  }
  body.mobile section.listagem-categorias .item h3 {
    position: relative;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #ffffff;
    padding: 10px;
    padding-bottom: 0;
    z-index: 3;
  }
  body.mobile section.listagem-categorias .item h3.edit {
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding-right: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body.mobile section.listagem-categorias .owl-dots {
    margin: auto;
    display: table;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  body.mobile section.listagem-categorias .owl-dots {
    margin-bottom: 17px;
    margin-top: 0px;
    transform: scale(0.8);
  }
}
@media (max-width: 991px) {
  body.mobile section.listagem-categorias .owl-dots button {
    width: 12px;
    height: 12px;
    background: #acacac;
    border-radius: 100%;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
  }
  body.mobile section.listagem-categorias .owl-dots button.active {
    background: #252525;
  }
  body.mobile .card-produto {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    max-width: 195px;
    width: 97%;
    position: relative;
    z-index: 5;
    background: #ffffff;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    padding-bottom: 15px;
    height: 100%;
    margin: auto;
  }
  body.mobile .card-produto.page-produtos {
    width: 100%;
    margin-bottom: 18px;
    height: calc(100% - 18px);
  }
  body.mobile .card-produto .cover {
    height: 176px;
    -o-object-fit: contain;
       object-fit: contain;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d8d8d8;
    width: 100%;
  }
  body.mobile .card-produto h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #090b45;
    padding: 14px;
    margin-bottom: 0;
    text-align: center;
  }
  body.mobile .card-produto .detalhes {
    display: block;
    color: #666;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    margin-bottom: 15px;
  }
  body.mobile .card-produto .cart-btn {
    position: absolute;
    right: 0;
    margin-top: -51px;
    margin-right: 9px;
  }
  body.mobile .card-produto img:not(.cover) {
    width: auto;
    height: auto;
  }
  body.mobile .card-produto .btn-card {
    display: flex;
    max-width: 177px;
    width: 95%;
    height: 42px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-weight: 600;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
  }
  body.mobile .card-produto .btn-card.wpp {
    background: #24a604;
  }
  body.mobile .card-produto .btn-card.orcamento {
    background: #db0909;
    margin-bottom: 5px;
  }
  body.mobile .links-footer {
    padding-bottom: 115px;
    background: #efefef;
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #b3b3b3;
  }
  body.mobile .links-footer a {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #b3b3b3;
    margin-right: 5px;
    margin-left: 5px;
  }
  body.mobile .links-footer a {
    transition: 0.5s;
  }
  body.mobile .links-footer a:hover {
    color: #8465a7;
  }
  body.mobile ul.paginacao {
    display: flex;
    margin: 0 5px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-top: 5px;
  }
  body.mobile ul.paginacao li {
    list-style: none;
  }
  body.mobile ul.paginacao li a {
    width: 40px;
    height: 40px;
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    color: #303030;
    transition: 0.6s;
    font-size: 16px;
    margin-bottom: 20px;
    width: 25px;
    height: 30px;
  }
  body.mobile ul.paginacao li a.active, body.mobile ul.paginacao li a:hover {
    color: #c70e24;
    border-bottom: 1px solid;
  }
  body.mobile .modal-backdrop.show {
    opacity: 0.8;
    width: 100% !important;
    height: 100% !important;
  }
  body.mobile .modal-lg {
    max-width: 650px;
  }
  body.mobile .modal .close-modal {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  body.mobile .modal-content {
    border-radius: 0 !important;
    background-color: white;
  }
  body.mobile .modal-content .closebtn {
    outline: none;
    color: white;
    background-color: transparent;
    position: absolute;
    right: 0;
    top: -40px;
    border: none;
    cursor: pointer;
    z-index: 2;
    text-shadow: none;
    font-weight: 500;
    opacity: 1;
    font-size: 15px;
  }
  body.mobile .modal-content .closebtn:hover {
    color: white !important;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  body.mobile .modal-content .closebtn {
    position: static;
    font-size: 14px;
    margin-top: 20px;
    padding-right: 20px;
    text-align: right;
    color: #23494a !important;
  }
}
@media (max-width: 991px) {
  body.mobile .modal-body {
    padding: 40px;
    border-radius: 15px;
  }
  body.mobile .modal-body h1 {
    font-size: 36px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0;
    color: #c70e24;
  }
  body.mobile .modal-body h3 {
    text-align: center;
    font-weight: 400;
    font-size: 20px;
  }
  body.mobile .modal-body form {
    margin-top: 20px;
  }
  body.mobile .modal-body form label {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  body.mobile .modal-body form button {
    outline: none;
    background-color: #c70e24;
    border: none;
    font-weight: 600;
    font-size: 18px;
    color: white;
    border-radius: 5px;
    padding: 9px 30px;
  }
  body.mobile .modal-body form button i {
    color: white;
    margin-right: 5px;
  }
  body.mobile .modal-body form input,
  body.mobile .modal-body form select,
  body.mobile .modal-body form textarea {
    font-size: 16px;
    padding: 10px 20px;
    border: 1px solid gray;
    width: 100%;
    margin-bottom: 15px;
    outline: none;
  }
  body.mobile .modal-body form textarea {
    height: 100px;
    outline: none;
  }
  body.mobile .modal-body.video {
    border-radius: 0;
    min-height: 650px;
    padding: 0;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  body.mobile .modal-body.video {
    min-height: 360px;
  }
}
@media (max-width: 991px) {
  body.mobile .modal-body iframe {
    width: 100%;
    height: 100%;
    position: absolute;
  }
}
@media screen and (max-width: 991px) and (max-width: 991px) {
  body.mobile .modal-body {
    padding: 15px 0;
  }
  body.mobile .modal-body h1 {
    margin-bottom: 10px;
    font-size: 26px;
  }
  body.mobile .modal-body h3 {
    text-align: center;
    font-size: 16px;
  }
  body.mobile .modal-body form {
    margin-top: 20px;
  }
  body.mobile .modal-body form button {
    font-size: 17px;
  }
  body.mobile .modal-body form label {
    font-size: 15px;
  }
  body.mobile .modal-body form input,
  body.mobile .modal-body form select,
  body.mobile .modal-body form textarea {
    font-size: 15px;
    padding: 7px 15px;
  }
}
@media (max-width: 991px) {
  body.mobile .politica-termos {
    padding: 30px 0px;
  }
  body.mobile .politica-termos h1,
  body.mobile .politica-termos h2,
  body.mobile .politica-termos h3,
  body.mobile .politica-termos h4,
  body.mobile .politica-termos h5,
  body.mobile .politica-termos h6 {
    font-size: 32px;
    text-transform: uppercase;
    color: #c70e24;
    font-weight: 700;
  }
  body.mobile .politica-termos strong,
  body.mobile .politica-termos b {
    color: #333;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  body.mobile .politica-termos {
    padding: 20px 0px;
    font-size: 15px;
  }
  body.mobile .politica-termos h1 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  body.mobile section.header-mobile {
    padding-top: 63px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 27px;
    z-index: 300;
    position: relative;
    background: #2e0003;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.14);
  }
  body.mobile section.header-mobile .search form {
    position: relative;
    margin-top: 20px;
  }
  body.mobile section.header-mobile .search form input {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #dadada;
    background: #e9e9e9;
    padding: 10px 50px 10px 15px;
    outline: none;
    color: #7d7d7d;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  body.mobile section.header-mobile .search form button {
    position: absolute;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    outline: none;
    right: 15px;
    top: 7px;
    font-size: 22px;
    color: black;
  }
  body.mobile section.header-mobile.scroll-down {
    position: fixed;
    padding-top: 13px;
    padding-bottom: 15px;
    top: 0;
  }
  body.mobile section.header-mobile .w-73 {
    width: 73px;
  }
  body.mobile section.header-mobile .cart {
    position: relative;
  }
  body.mobile section.header-mobile .cart .numero {
    position: absolute;
    top: -5px;
    right: -10px;
    width: 23px;
    height: 23px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c70e24;
    font-weight: 700;
    font-size: 12px;
    line-height: 17px;
    color: #ffffff;
  }
  body.mobile section.footer-voltar {
    background: #303030;
    padding: 20px;
    color: #fff;
    text-align: center;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  body.mobile section.footer-voltar a {
    color: white;
  }
  body.mobile section.footer {
    background: #292929;
    background-size: cover;
    background-image: url("../../mobile/image/bg-footer.png");
    color: white;
    padding: 30px 20px;
    padding-bottom: 130px;
  }
  body.mobile section.footer .box-unidades {
    display: flex;
    flex-flow: column;
    row-gap: 20px;
    border-radius: 8px;
    background: #a12626;
    padding: 20px;
    margin-top: 20px;
  }
  body.mobile section.footer .copyright {
    font-size: 14px;
    color: gray;
  }
  body.mobile section.footer .categorias {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    max-width: 250px;
  }
  body.mobile section.footer .categorias a {
    line-height: 164.188%;
    width: 50%;
  }
  body.mobile section.footer i {
    font-size: 25px;
  }
  body.mobile section.footer a {
    color: white;
  }
  body.mobile section.footer .logo {
    display: block;
    margin: auto;
    height: 60px;
    margin-bottom: 30px;
  }
  body.mobile section.footer-fixo {
    background: #303030;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 300;
    padding: 5px 30px;
    line-height: 65px;
    z-index: 5;
  }
  body.mobile section.footer-fixo .zap-btn {
    position: fixed;
    bottom: 0;
    right: 0;
  }
  body.mobile section.index-banner-mobile .banner-mobile {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: right;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body.mobile section.index-banner-mobile .banner-mobile .botao {
    border-radius: 5px;
    background: #db0909;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: inline-flex;
  }
  body.mobile section.index-banner-mobile .banner-mobile .botao img {
    margin-right: 8px;
    height: auto;
    width: auto;
  }
  body.mobile section.index-banner-mobile .banner-mobile h3 {
    color: #fff;
    text-align: center;
    font-family: Manrope;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 15px;
  }
  body.mobile section.index-banner-mobile .banner-mobile h2 {
    color: #fff;
    text-align: center;
    font-family: Montserrat;
    font-size: 34.33px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  body.mobile section.index-banner-mobile .banner-mobile p {
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    font-family: Manrope;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
  body.mobile section.index-categorias {
    background: white;
  }
  body.mobile section.index-marcas-mobile {
    background-image: url("../../mobile/image/bg-marcas.png");
    background-size: cover;
    padding: 40px 0;
  }
  body.mobile section.index-marcas-mobile .item {
    border-radius: 5.804px 11.22px 0px 11.22px;
    background: #fff;
    box-shadow: 0px 2.04665px 2.04665px 0px rgba(0, 0, 0, 0.25);
    height: 35px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    padding: 5px;
  }
  body.mobile section.index-marcas-mobile .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  body.mobile section.index-marcas-mobile h1 {
    color: #fff;
    text-align: center;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
  }
  body.mobile section.index-marcas-mobile h1 strong {
    font-weight: 700;
  }
  body.mobile section.index-listagem-produtos {
    background: #efefef;
  }
  body.mobile section.index-listagem-produtos.bgwhite {
    background: white;
  }
  body.mobile section.index-listagem-produtos .owl-carousel .owl-stage {
    display: flex;
  }
  body.mobile section.index-listagem-produtos .owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
  }
  body.mobile section.index-listagem-produtos .owl-dots {
    margin: auto;
    display: table;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  body.mobile section.index-listagem-produtos .owl-dots {
    padding-bottom: 17px;
    margin-top: 5px;
    transform: scale(0.8);
  }
}
@media (max-width: 991px) {
  body.mobile section.index-listagem-produtos .owl-dots button {
    width: 12px;
    height: 12px;
    background: #acacac;
    border-radius: 100%;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
  }
  body.mobile section.index-listagem-produtos .owl-dots button.active {
    background: #252525;
  }
  body.mobile section.index-sobre {
    background: white;
    padding-top: 20px;
    padding-bottom: 25px;
    position: relative;
  }
  body.mobile section.index-sobre:before {
    position: absolute;
    right: 0;
    top: 0;
    content: url("../../mobile/image/overlay.png");
  }
  body.mobile section.index-sobre h2 {
    color: #303030;
    text-align: center;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
  }
  body.mobile section.index-sobre h2 strong {
    font-weight: 700;
  }
  body.mobile section.index-sobre .thumb {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
    max-width: 398px;
    height: 216px;
    margin: auto;
    margin-bottom: 15px;
    display: table;
  }
  body.mobile section.index-sobre p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 10px;
    color: #090b45;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: "";
  }
  body.mobile section.index-sobre .desc h2,
  body.mobile section.index-sobre .desc h3,
  body.mobile section.index-sobre .desc h1 {
    display: none;
  }
  body.mobile section.index-sobre .btn-default {
    color: #fff;
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    background-color: #db0909;
  }
  body.mobile section.index-sobre .btn-padrao {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    min-width: 177px;
    background-color: #db0909;
  }
  body.mobile section.index-monte-mobile {
    background-image: url("../../mobile/image/bg-monte.png");
    background-size: cover;
    padding: 20px 0;
  }
  body.mobile section.index-monte-mobile .box {
    border-radius: 5px;
    border: 1px solid #fff;
    background: linear-gradient(315deg, #a8a8a8 19.84%, rgba(0, 0, 0, 0) 83.58%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 10px 5px;
    text-align: center;
  }
  body.mobile section.index-monte-mobile .box img {
    margin-bottom: 5px;
  }
  body.mobile section.index-monte-mobile .box strong {
    display: block;
    color: #fff;
    text-align: center;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 10px;
  }
  body.mobile section.index-monte-mobile .box a.botao {
    display: block;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: #031e27;
  }
  body.mobile section.index-monte-mobile h2 {
    color: #fff;
    text-align: center;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 20px;
  }
  body.mobile section.index-monte-mobile h2 strong {
    font-weight: 700;
  }
  body.mobile section.index-depoimentos {
    background: #efefef;
    padding: 10px;
    padding-top: 25px;
    padding-bottom: 15px;
  }
  body.mobile section.index-depoimentos h2 {
    color: #303030;
    text-align: center;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 15px;
  }
  body.mobile section.index-depoimentos h2 strong {
    font-weight: 700;
  }
  body.mobile section.index-depoimentos .card-depoimentos {
    border-radius: 27px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin: auto;
    margin-bottom: 10px;
    width: 100%;
    padding: 20px;
  }
  body.mobile section.index-depoimentos .card-depoimentos .aspas {
    width: auto;
    height: auto;
    display: block;
    margin-bottom: 20px;
  }
  body.mobile section.index-depoimentos .card-depoimentos h4 {
    color: #353535;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
  }
  body.mobile section.index-depoimentos .card-depoimentos .desc {
    color: #353535;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  body.mobile section.index-depoimentos .owl-dots {
    margin: auto;
    display: table;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  body.mobile section.index-depoimentos .owl-dots {
    padding-bottom: 17px;
    margin-top: 5px;
    transform: scale(0.8);
  }
}
@media (max-width: 991px) {
  body.mobile section.index-depoimentos .owl-dots button {
    width: 12px;
    height: 12px;
    background: #acacac;
    border-radius: 100%;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
  }
  body.mobile section.index-depoimentos .owl-dots button.active {
    background: #252525;
  }
  body.mobile section.index-empresas {
    background: white;
    padding-top: 20px;
    padding-bottom: 5px;
  }
  body.mobile section.index-empresas h2 {
    color: #272727;
    text-align: center;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
  }
  body.mobile section.index-empresas .item-area {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 70%;
    margin: auto;
  }
  body.mobile section.index-empresas .item-area .item img {
    width: 80px;
    height: 80px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  body.mobile section.index-empresas .owl-dots {
    margin: auto;
    display: table;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  body.mobile section.index-empresas .owl-dots {
    padding-bottom: 17px;
    margin-top: 5px;
    transform: scale(0.8);
  }
}
@media (max-width: 991px) {
  body.mobile section.index-empresas .owl-dots button {
    width: 12px;
    height: 12px;
    background: #acacac;
    border-radius: 100%;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
  }
  body.mobile section.index-empresas .owl-dots button.active {
    background: #252525;
  }
  body.mobile section.menu-lateral-mobile {
    position: fixed;
    z-index: 300;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    transition: 0.5s all;
    background: #f5f5f5;
    padding: 50px 30px;
  }
  body.mobile section.menu-lateral-mobile .btn-fechar {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 30px;
    color: black;
  }
  body.mobile section.menu-lateral-mobile .box-contato {
    display: flex;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-top: 20px;
    align-items: stretch;
  }
  body.mobile section.menu-lateral-mobile .box-contato .in-box {
    color: #303030;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    padding: 8px 20px;
  }
  body.mobile section.menu-lateral-mobile .box-contato .in-box strong {
    display: block;
  }
  body.mobile section.menu-lateral-mobile .box-contato .box-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #1e1e1e;
    width: 80px;
    flex: 0 0 80px;
  }
  body.mobile section.menu-lateral-mobile .box-contato .box-icon.zap {
    background: #24a604;
  }
  body.mobile section.menu-lateral-mobile.show {
    left: 0;
    overflow: auto;
  }
  body.mobile section.menu-lateral-mobile .logo {
    width: 190px;
    height: 40px;
    display: table;
    margin-bottom: 25px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  body.mobile section.menu-lateral-mobile .btn-default {
    margin-top: 30px;
    width: 100%;
    background-color: #c70e24;
  }
  body.mobile section.menu-lateral-mobile .menu .item {
    padding: 20px 10px;
    border-bottom: 1px solid #b0b0b0;
    color: #303030;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  body.mobile section.menu-lateral-mobile .menu .item .filhas {
    margin-top: 10px;
  }
  body.mobile section.menu-lateral-mobile .menu .item .filhas a {
    display: block;
    font-size: 16px;
    padding: 5px 10px;
  }
  body.mobile section.menu-lateral-mobile .menu .item a {
    color: #303030;
  }
  body.mobile section.menu-lateral-mobile .menu .item a:first-child {
    flex: 1;
  }
  body.mobile section.breadcrumb-mobile.bg {
    background-color: #f5f5f5;
  }
  body.mobile section.breadcrumb-mobile .links {
    overflow-x: scroll;
    margin: 0;
    background: #D9D9D9;
    padding: 10px;
    padding-left: 16px;
  }
  body.mobile section.breadcrumb-mobile .links a {
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: #494949;
    text-transform: lowercase;
    position: relative;
  }
  body.mobile section.breadcrumb-mobile .links a:after {
    content: ">";
    margin-left: 5px;
    margin-right: 1px;
  }
  body.mobile section.breadcrumb-mobile .links a:last-of-type:after {
    display: none;
  }
  body.mobile section.produtos-filtros {
    background-color: #fff;
    padding-bottom: 30px;
    padding-top: 25px;
    background: #ffffff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: #494949;
    position: relative;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  body.mobile section.produtos-filtros .filtrar a {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #272727;
  }
  body.mobile section.produtos-filtros .filtrar a img {
    vertical-align: baseline;
  }
  body.mobile section.produtos-filtros .filtro {
    background: #f1f1f1;
    border-radius: 5px;
    padding: 5px 13px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #272727;
  }
  body.mobile section.produtos-filtros .filtro img {
    margin-left: 15px;
    vertical-align: sub;
  }
  body.mobile section.produtos-filtros .in-categorias {
    display: flex;
    flex-direction: column;
  }
  body.mobile section.produtos-filtros .in-categorias a.link {
    color: #272727;
    font-weight: 500;
    font-size: 15px;
    padding: 7px 0px;
    border-bottom: 1px solid #efefef;
  }
  body.mobile section.produtos-filtros .in-categorias a.link:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
  }
  body.mobile section.produtos-listagem {
    background: #efefef;
    padding-top: 20px;
    padding-bottom: 15px;
  }
  body.mobile section.produtos-listagem h1.titulo-principal {
    font-weight: 700;
    font-size: 26px;
    line-height: 39px;
    text-align: center;
    color: #272727;
    margin-bottom: 20px;
  }
  body.mobile section.produtos-listagem .card-produto {
    height: calc(100% - 10px);
    margin-bottom: 10px;
  }
  body.mobile section.produtos-interna .header-produto {
    background: #ffffff;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 15px 15px;
    padding-bottom: 32px;
    padding-top: 20px;
    position: relative;
  }
  body.mobile section.produtos-interna .header-produto h1 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #272727;
    margin-bottom: 13px;
  }
  body.mobile section.produtos-interna .header-produto .btn-orcamento {
    display: flex;
    width: 100%;
    height: 48px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    background: #db0909;
    margin-right: 8px;
  }
  body.mobile section.produtos-interna .header-produto .btn-wpp {
    display: flex;
    max-width: 50px;
    width: 100%;
    height: 48px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    background: #24a604;
    margin-right: 8px;
  }
  body.mobile section.produtos-interna .header-produto .btn-cart {
    display: flex;
    max-width: 80px;
    width: 100%;
    height: 48px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    background: #272727;
  }
  body.mobile section.produtos-interna .header-produto hr {
    border-color: #cccccc;
    margin-bottom: 20px;
    margin-top: 15px;
    opacity: 0.8;
    border-width: 2px;
  }
  body.mobile section.produtos-interna .header-produto .foto-principal {
    width: 330px;
    height: 279px;
    -o-object-fit: scale-down;
       object-fit: scale-down;
    margin: auto;
  }
  body.mobile section.produtos-interna .header-produto .owl-dots {
    margin: auto;
    padding-bottom: 17px;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body.mobile section.produtos-interna .header-produto .owl-dots button {
    width: 8px;
    height: 8px;
    background: #c6c5c5;
    border-radius: 100%;
    position: relative;
    margin-left: 8px;
    margin-right: 8px;
  }
  body.mobile section.produtos-interna .header-produto .owl-dots button.active {
    background: #4e2e72;
    width: 13px;
    height: 13px;
  }
  body.mobile section.produtos-interna .detalhes-produto {
    padding-top: 20px;
  }
  body.mobile section.produtos-interna .detalhes-produto h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #272727;
    margin-bottom: 0;
  }
  body.mobile section.produtos-interna .detalhes-produto .cores {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
  }
  body.mobile section.produtos-interna .detalhes-produto .cores .cor {
    margin-right: 16px;
    margin-bottom: 5px;
  }
  body.mobile section.produtos-interna .detalhes-produto .cores .cor input:checked + label {
    border: 2px solid white;
    outline-color: black !important;
    outline-style: solid !important;
    outline-width: 2px !important;
  }
  body.mobile section.produtos-interna .detalhes-produto .cores .cor label {
    display: block;
    cursor: pointer;
    height: 46px;
    width: 46px;
    border-radius: 5px;
  }
  body.mobile section.produtos-interna .detalhes-produto .link-personalizar {
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    text-decoration: underline !important;
    color: #494949;
    display: table;
    margin-top: 15px;
  }
  body.mobile section.produtos-interna .detalhes-produto select::-moz-placeholder {
    font-weight: 300;
    font-size: 14px;
    color: #707070;
  }
  body.mobile section.produtos-interna .detalhes-produto select,
  body.mobile section.produtos-interna .detalhes-produto select::placeholder {
    font-weight: 300;
    font-size: 14px;
    color: #707070;
  }
  body.mobile section.produtos-interna .detalhes-produto select {
    height: 48px;
    padding-left: 16px;
  }
  body.mobile section.produtos-interna .detalhes-produto hr {
    margin-top: 23px;
    margin-bottom: 17px;
    opacity: 0.85;
    border-color: #cccccc;
    border-width: 2px;
  }
  body.mobile section.produtos-interna .detalhes-produto .desc {
    font-size: 15px;
    color: #656565;
  }
  body.mobile section.produtos-interna .quem-viu {
    padding-bottom: 15px;
  }
  body.mobile section.produtos-interna .quem-viu h2 {
    color: #404040;
    text-align: center;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
  }
  body.mobile section.produtos-interna .quem-viu h2 strong {
    display: block;
  }
  body.mobile section.sobre {
    padding: 30px 0;
  }
  body.mobile section.sobre h2 {
    color: #031e27;
    text-align: center;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
  }
  body.mobile section.sobre .owl-carousel img {
    height: 173px;
    display: block;
    width: 100%;
    border-radius: 15px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    margin-bottom: 15px;
  }
  body.mobile section.sobre .owl-carousel h3 {
    color: #303030;
    text-align: center;
    font-family: Manrope;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
  }
  body.mobile section.sobre .owl-carousel p {
    margin-bottom: 0;
    color: #333742;
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  body.mobile section.sobre .owl-carousel .owl-dots {
    margin: auto;
    display: table;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  body.mobile section.sobre .owl-carousel .owl-dots {
    padding-bottom: 17px;
    margin-top: 5px;
    transform: scale(0.8);
  }
}
@media (max-width: 991px) {
  body.mobile section.sobre .owl-carousel .owl-dots button {
    width: 12px;
    height: 12px;
    background: #acacac;
    border-radius: 100%;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
  }
  body.mobile section.sobre .owl-carousel .owl-dots button.active {
    background: #252525;
  }
  body.mobile section.sobre-missao-mobile {
    background-image: url("../../mobile/image/bg-missao.png");
    background-size: cover;
    background-position: center;
    padding: 30px 0;
  }
  body.mobile section.sobre-missao-mobile .owl-carousel .box {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.85);
    padding: 40px 15px;
  }
  body.mobile section.sobre-missao-mobile .owl-carousel .box h3 {
    color: #303030;
    text-align: center;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
  }
  body.mobile section.sobre-missao-mobile .owl-carousel .box p {
    margin-bottom: 0;
    color: #303030;
    text-align: center;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  body.mobile section.sobre-missao-mobile .owl-carousel .owl-dots {
    margin: auto;
    display: table;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  body.mobile section.sobre-missao-mobile .owl-carousel .owl-dots {
    padding-bottom: 17px;
    margin-top: 5px;
    transform: scale(0.8);
  }
}
@media (max-width: 991px) {
  body.mobile section.sobre-missao-mobile .owl-carousel .owl-dots button {
    width: 12px;
    height: 12px;
    background: #acacac;
    border-radius: 100%;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
  }
  body.mobile section.sobre-missao-mobile .owl-carousel .owl-dots button.active {
    background: #252525;
  }
  body.mobile section.sobre-equipe-mobile {
    padding: 30px 0;
    background: white;
  }
  body.mobile section.sobre-equipe-mobile .owl-dots {
    margin: auto;
    display: table;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  body.mobile section.sobre-equipe-mobile .owl-dots {
    padding-bottom: 17px;
    margin-top: 5px;
    transform: scale(0.8);
  }
}
@media (max-width: 991px) {
  body.mobile section.sobre-equipe-mobile .owl-dots button {
    width: 12px;
    height: 12px;
    background: #acacac;
    border-radius: 100%;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
  }
  body.mobile section.sobre-equipe-mobile .owl-dots button.active {
    background: #252525;
  }
  body.mobile section.sobre-equipe-mobile h2 {
    color: #031e27;
    text-align: center;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 20px;
  }
  body.mobile section.sobre-equipe-mobile img {
    display: block;
    border-radius: 10px;
    height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  body.mobile section.formulario-enviado {
    padding: 150px 0;
    color: #303030;
  }
  body.mobile section.formulario-enviado .box-in {
    text-align: center;
  }
  body.mobile section.formulario-enviado .box-in h5 {
    font-size: 20px;
    font-weight: 400;
    margin-top: 20px;
  }
  body.mobile section.formulario-enviado .box-in a {
    color: #303030;
    font-weight: 500;
    border-bottom: 1px dotted #303030;
  }
  body.mobile section.formulario-enviado .box-in .btn-voltar {
    color: #303030;
    padding: 10px 30px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 30px;
    font-weight: 600;
    background-color: transparent;
    outline: none;
    border: 2px solid #303030;
    transition: 0.3s all;
  }
  body.mobile section.formulario-enviado .box-in .btn-voltar:hover {
    background-color: #303030;
    color: white;
  }
  body.mobile section.formulario-enviado .box-in .btn-voltar i {
    vertical-align: middle;
    font-size: 20px;
    margin-right: 15px;
  }
  body.mobile section.formulario-enviado .box-in h3 {
    font-size: 24px;
    font-weight: 400;
    color: #303030;
  }
  body.mobile section.formulario-enviado .box-in h1 {
    font-size: 75px;
    font-weight: 700;
    color: #303030;
    line-height: 1;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  body.mobile section.formulario-enviado {
    padding: 80px 0;
    text-align: center;
  }
  body.mobile section.formulario-enviado .container {
    position: relative;
    z-index: 2;
  }
  body.mobile section.formulario-enviado .box-in .btn-voltar {
    font-size: 13px;
    margin: 10px 0;
  }
  body.mobile section.formulario-enviado .box-in h3 {
    font-size: 16px;
  }
  body.mobile section.formulario-enviado .box-in h5 {
    font-size: 15px;
  }
  body.mobile section.formulario-enviado .box-in h1 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  body.mobile section.contato {
    padding-top: 30px;
    padding-bottom: 35px;
  }
  body.mobile section.contato .title {
    text-align: center;
  }
  body.mobile section.contato .title p {
    color: #303030;
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
  }
  body.mobile section.contato .title h1 {
    display: none;
  }
  body.mobile section.contato span.title-field {
    font-weight: 700;
    font-size: 18px;
    color: #303030;
    display: block;
    margin-bottom: 5px;
  }
  body.mobile section.contato input,
  body.mobile section.contato select {
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    width: 100%;
    height: 48px;
    padding-left: 17px;
    margin-bottom: 9px;
  }
  body.mobile section.contato textarea {
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    width: 100%;
    height: 115px;
    padding-left: 17px;
    margin-bottom: 25px;
    padding-top: 14px;
  }
  body.mobile section.contato input::-moz-placeholder, body.mobile section.contato select::-moz-placeholder, body.mobile section.contato textarea::-moz-placeholder {
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: #494949;
  }
  body.mobile section.contato input::placeholder,
  body.mobile section.contato select::placeholder,
  body.mobile section.contato textarea::placeholder {
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: #494949;
  }
  body.mobile section.contato button {
    width: 100%;
    background: #c70e24;
    border-radius: 5px;
    height: 48px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    line-height: 48px;
    border: 0;
  }
  body.mobile section.contato label.input-falso {
    padding: 16px;
    width: 100%;
    height: 48px;
    background: #ffffff;
    margin-bottom: 23px;
    border: 0;
    font-weight: 300;
    font-size: 12px;
    color: #494949;
    cursor: pointer;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    line-height: 100%;
  }
  body.mobile section.contato label.btn-upload {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px;
    width: 100%;
    height: 48px;
    background: #090b45;
    border-radius: 10px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 0;
    margin-bottom: 0;
    margin-top: 0;
    width: 93px;
    height: 48px;
  }
  body.mobile section.blog .categorias {
    padding: 15px 10px;
  }
  body.mobile section.blog .categorias .drop-categorias {
    background-color: #fafafa;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-top: 1px solid lightgray;
    margin-top: 10px;
  }
  body.mobile section.blog .categorias .drop-categorias a {
    display: block;
    color: black;
    border-bottom: 1px solid lightgray;
    padding: 5px;
  }
  body.mobile section.blog .categorias .drop-categorias a.active {
    font-weight: 700;
    color: #c70e24;
  }
  body.mobile section.blog .categorias form {
    position: relative;
    margin-left: 10px;
  }
  body.mobile section.blog .categorias form input {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #dadada;
    background: white;
    padding: 10px 50px 10px 15px;
    outline: none;
    color: #7d7d7d;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  body.mobile section.blog .categorias form button {
    position: absolute;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    color: dimgray;
    outline: none;
    right: 15px;
    top: 7px;
    font-size: 20px;
  }
  body.mobile section.blog .categorias .toggle-categoria {
    border-radius: 6px;
    background: #303030;
    color: #fff;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 8px 20px;
    display: flex;
  }
  body.mobile section.blog .destaque {
    display: flex;
    align-items: start;
    justify-content: end;
    flex-direction: column;
    height: 475px;
    padding-left: 16px;
    padding-bottom: 27px;
    position: relative;
    background-size: cover;
    background-position: center;
  }
  body.mobile section.blog .destaque:before {
    content: "";
    background: linear-gradient(356.94deg, rgba(0, 0, 0, 0.5) 21.97%, rgba(0, 0, 0, 0) 86.75%);
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
  }
  body.mobile section.blog .destaque h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 39px;
    color: #ffffff;
    max-width: 342px;
    margin-bottom: 20px;
    z-index: 2;
    position: relative;
  }
  body.mobile section.blog .destaque .btn-ler {
    width: 229px;
    height: 48px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    display: block;
    text-align: center;
    line-height: 45px;
    font-weight: 700;
    font-size: 17px;
    color: #ffffff;
    transition: 0.4s;
    z-index: 2;
    position: relative;
  }
  body.mobile section.blog .destaque .btn-ler:hover {
    background: #4e2e72;
    border-color: #4e2e72;
  }
  body.mobile section.blog .item {
    min-height: 275px;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    display: flex;
    align-items: start;
    justify-content: end;
    flex-direction: column;
    padding: 17px;
  }
  body.mobile section.blog .item:before {
    content: "";
    background: linear-gradient(356.94deg, rgba(0, 0, 0, 0.5) 21.97%, rgba(0, 0, 0, 0) 86.75%);
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
  }
  body.mobile section.blog .item h3 {
    font-weight: 700;
    font-size: 14.2544px;
    line-height: 21px;
    color: #ffffff;
    max-width: 288px;
    margin-bottom: 0;
    z-index: 2;
    position: relative;
  }
  body.mobile section.blog .owl-blog {
    border-radius: 5px;
  }
  body.mobile section.blog-interna {
    position: relative;
    padding-bottom: 35px;
  }
  body.mobile section.blog-interna .voltar {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    border-radius: 0px 0px 5px 5px;
    background: #db0909;
    color: #fff;
    padding: 8px 20px;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
  body.mobile section.blog-interna .destaque {
    width: 100%;
    height: 307px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 27px;
  }
  body.mobile section.blog-interna .compartilhar {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #707070;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  body.mobile section.blog-interna .compartilhar span {
    flex: 1;
  }
  body.mobile section.blog-interna .compartilhar .links {
    display: flex;
    font-size: 20px;
    align-items: center;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  body.mobile section.blog-interna hr {
    margin-top: 30px;
    margin-bottom: 23px;
    border: 1px solid #cccccc;
    opacity: 0.75;
  }
  body.mobile section.blog-interna h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 39px;
    color: #303030;
    max-width: 342px;
    margin-bottom: 10px;
  }
  body.mobile section.blog-interna p {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #303030;
    margin-bottom: 20px;
  }
  body.mobile section.blog-interna h2,
  body.mobile section.blog-interna h3,
  body.mobile section.blog-interna h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #303030;
    margin-bottom: 10px;
  }
  body.mobile section.blog-interna a {
    color: #303030;
    opacity: 0.8;
  }
  body.mobile section.carrinho {
    padding: 20px 0;
  }
  body.mobile section.carrinho .box-file {
    cursor: pointer;
  }
  body.mobile section.carrinho .box-file .selecione {
    display: inline-block;
    background: #303030;
    border-radius: 0px 5px 5px 0px;
    height: 43px;
    width: 30%;
    line-height: 35px;
    margin-left: -8px;
    color: white;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
  }
  body.mobile section.carrinho .box-file .selecione:hover {
    background: #c70e24;
  }
  body.mobile section.carrinho .box-file .flex-box {
    display: flex;
  }
  body.mobile section.carrinho .box-file .name-file {
    background: white;
    border: 0.8px solid #dcdcdc;
    box-sizing: border-box;
    border-radius: 5px;
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    padding: 6px;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 43px;
    width: 100%;
    color: #bebebe;
    margin-bottom: 20px;
    display: inline-block;
    margin-bottom: 0;
  }
  body.mobile section.carrinho button {
    outline: 0;
    border: 0;
  }
  body.mobile section.carrinho .main-cta {
    display: inline-flex;
    outline: none;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 5px;
    border: none;
    align-items: center;
    background-color: #303030;
    color: white;
    position: relative;
    font-weight: 600;
    transition: 0.3s all;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  body.mobile section.carrinho .main-cta {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  body.mobile section.carrinho .main-cta:hover {
    color: white;
    background-color: #c70e24;
  }
  body.mobile section.carrinho .main-cta .icon {
    margin-right: 10px;
    font-size: 20px;
  }
  body.mobile section.carrinho .continuar {
    color: gray;
    border-bottom: 1px dotted gray;
    display: inline-block;
    font-weight: 600;
  }
  body.mobile section.carrinho .container {
    max-width: 1300px;
  }
  body.mobile section.carrinho .remover .loader {
    display: none;
  }
  body.mobile section.carrinho .remover span {
    font-style: normal;
    font-weight: 700;
    font-size: 22.1003px;
    line-height: 33px;
    color: #dc0f0a;
    margin-left: 13px;
  }
  body.mobile section.carrinho .remover.loading i {
    display: none;
  }
  body.mobile section.carrinho .remover.loading .loader {
    color: gray;
    display: inline-block;
  }
  body.mobile section.carrinho .passos {
    max-width: 1500px;
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
  }
  body.mobile section.carrinho .passos a {
    display: flex;
    padding: 12px 20px;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #9a9a9a;
    position: relative;
    background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 5px;
  }
  body.mobile section.carrinho .passos a:after {
    position: absolute;
    right: 0;
    background: url(../image/cart/title.png);
    width: 21px;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    background-repeat: no-repeat;
    content: "";
    background-position: center;
  }
  body.mobile section.carrinho .passos a:hover {
    color: #303030;
  }
  body.mobile section.carrinho .passos a:last-child:after {
    display: none;
  }
  body.mobile section.carrinho .passos a strong {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #9a9a9a;
    border: 1px solid #afafaf;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body.mobile section.carrinho .passos a.ativo {
    color: #303030;
    font-weight: 700;
  }
  body.mobile section.carrinho .passos a.ativo:hover {
    color: #303030;
  }
  body.mobile section.carrinho .passos a.ativo strong {
    color: #303030;
    border-color: #303030;
  }
  body.mobile section.carrinho .passos a.ativo.plus strong {
    background: #c70e24;
    color: white;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  body.mobile section.carrinho .passos a {
    width: 50px;
    text-align: center;
    font-size: 16px;
  }
  body.mobile section.carrinho .passos a:after {
    display: none;
  }
}
@media (max-width: 991px) {
  body.mobile section.carrinho .carrinho-mobile {
    margin-top: 20px;
    border-top: 1px solid rgba(220, 220, 220, 0.3019607843);
    background: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-top: 0;
  }
  body.mobile section.carrinho .carrinho-mobile .opcoes-produto {
    color: gray;
    font-size: 14px;
    margin-bottom: 10px;
  }
  body.mobile section.carrinho .carrinho-mobile .opcoes-produto strong {
    color: gray;
  }
  body.mobile section.carrinho .carrinho-mobile .produto {
    border-bottom: 1px solid rgba(220, 220, 220, 0.3019607843);
    display: flex;
    margin: 0;
    padding: 20px 0;
    align-items: flex-start;
  }
  body.mobile section.carrinho .carrinho-mobile .produto strong {
    color: black;
  }
  body.mobile section.carrinho .carrinho-mobile .produto img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  body.mobile section.carrinho .carrinho-mobile .removerMobile {
    color: #303030;
    font-size: 14px;
    display: block;
    text-align: center;
  }
  body.mobile section.carrinho .carrinho-mobile .removerMobile .loader {
    display: none;
  }
  body.mobile section.carrinho .carrinho-mobile .removerMobile.loading span {
    display: none;
  }
  body.mobile section.carrinho .carrinho-mobile .removerMobile.loading .loader {
    color: gray;
    display: inline-block;
  }
  body.mobile section.carrinho .carrinho-mobile .titulo {
    color: #303030;
  }
  body.mobile section.carrinho .carrinho-mobile .quantidade {
    font-size: 14px;
    color: dimgray;
    display: inline-block;
    width: 110px;
    padding: 5px 10px;
    margin-left: 5px;
    outline: none;
    border: none;
    border-radius: 5px;
    background-color: #ececec;
    position: relative;
  }
  body.mobile section.carrinho .carrinho-mobile .quantidade input {
    background-color: transparent;
    border: none;
    color: inherit;
    width: 60%;
    outline: none;
  }
  body.mobile section.carrinho .carrinho-mobile .quantidade.loading .opcoes {
    display: none;
  }
  body.mobile section.carrinho .carrinho-mobile .quantidade.loading .qtd-loading {
    display: block;
  }
  body.mobile section.carrinho .carrinho-mobile .quantidade .qtd-loading {
    display: none;
    position: absolute;
    top: calc(50% - 11px);
    right: 8px;
  }
  body.mobile section.carrinho .carrinho-mobile .quantidade .qtd-loading i {
    color: dimgray;
    font-size: 16px;
    cursor: default;
  }
  body.mobile section.carrinho .carrinho-mobile .quantidade .aumentar {
    position: absolute;
    top: 7px;
    right: 30px;
    cursor: pointer;
  }
  body.mobile section.carrinho .carrinho-mobile .quantidade .aumentar i {
    color: dimgray;
    font-size: 16px;
  }
  body.mobile section.carrinho .carrinho-mobile .quantidade .diminuir {
    position: absolute;
    bottom: 3px;
    right: 10px;
    cursor: pointer;
  }
  body.mobile section.carrinho .carrinho-mobile .quantidade .diminuir i {
    color: dimgray;
    font-size: 16px;
  }
  body.mobile section.carrinho .empty {
    margin-top: 50px;
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    color: dimgray;
    font-style: italic;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  body.mobile section.carrinho .empty {
    margin-top: 20px;
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  body.mobile section.carrinho .tabela-carrinho {
    width: 100%;
    margin: 70px auto 0 auto;
  }
  body.mobile section.carrinho .tabela-carrinho thead tr {
    overflow: hidden;
    border-radius: 5px;
  }
  body.mobile section.carrinho .tabela-carrinho thead td {
    background-color: #c70e24;
    color: white;
    padding: 15px 30px;
    border-right: 1px solid #adadad;
    font-weight: 700;
    font-size: 22.1003px;
    line-height: 33px;
  }
  body.mobile section.carrinho .tabela-carrinho thead td:first-child {
    border-left: none;
  }
  body.mobile section.carrinho .tabela-carrinho thead td:last-child {
    border-right: none;
  }
  body.mobile section.carrinho .tabela-carrinho tbody td {
    padding: 30px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(220, 220, 220, 0.3019607843);
    background: white;
  }
  body.mobile section.carrinho .tabela-carrinho tbody td:first-child {
    border-left: none;
  }
  body.mobile section.carrinho .tabela-carrinho tbody td:last-child {
    border-right: none;
  }
  body.mobile section.carrinho .tabela-carrinho .quantidade {
    font-size: 22px;
    max-width: 180px;
    color: gray;
    padding: 15px 25px;
    outline: none;
    border: none;
    border-radius: 10px;
    background-color: #ececec;
    position: relative;
    min-width: 150px;
  }
  body.mobile section.carrinho .tabela-carrinho .quantidade input {
    background-color: transparent;
    border: none;
    color: inherit;
    width: 80%;
    outline: none;
  }
  body.mobile section.carrinho .tabela-carrinho .quantidade.loading .opcoes {
    display: none;
  }
  body.mobile section.carrinho .tabela-carrinho .quantidade.loading .qtd-loading {
    display: block;
  }
  body.mobile section.carrinho .tabela-carrinho .quantidade .qtd-loading {
    display: none;
    position: absolute;
    top: calc(50% - 18px);
    right: 20px;
  }
  body.mobile section.carrinho .tabela-carrinho .quantidade .qtd-loading i {
    color: dimgray;
    cursor: default;
    font-size: 16px;
  }
  body.mobile section.carrinho .tabela-carrinho .quantidade .aumentar {
    position: absolute;
    top: 3px;
    right: 20px;
    cursor: pointer;
  }
  body.mobile section.carrinho .tabela-carrinho .quantidade .aumentar i {
    color: gray;
    font-size: 16px;
  }
  body.mobile section.carrinho .tabela-carrinho .quantidade .diminuir {
    position: absolute;
    bottom: 3px;
    right: 20px;
    cursor: pointer;
  }
  body.mobile section.carrinho .tabela-carrinho .quantidade .diminuir i {
    color: gray;
    font-size: 16px;
  }
  body.mobile section.carrinho .tabela-carrinho td strong {
    font-weight: 700;
    font-size: 22.1003px;
    line-height: 33px;
    color: #303030;
  }
  body.mobile section.carrinho .tabela-carrinho td i {
    color: red;
    font-size: 22px;
    cursor: pointer;
  }
  body.mobile section.carrinho .tabela-carrinho td .produto {
    width: 100%;
    display: flex;
    align-items: center;
  }
  body.mobile section.carrinho .tabela-carrinho td .produto .opcoes-produto {
    color: gray;
    font-size: 15px;
  }
  body.mobile section.carrinho .tabela-carrinho td .produto .opcoes-produto strong {
    font-weight: 700;
    color: inherit;
    font-size: inherit;
  }
  body.mobile section.carrinho .tabela-carrinho td .produto h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #050462;
  }
  body.mobile section.carrinho .tabela-carrinho td .produto img {
    width: 100px;
    flex: 0 0 100px;
    max-width: 100px;
  }
  body.mobile section.carrinho .box {
    margin: 70px auto 0 auto;
  }
  body.mobile section.carrinho .box .endereco {
    font-size: 18px;
    color: #303030;
    line-height: 20px;
  }
  body.mobile section.carrinho .box .endereco strong {
    font-size: 20px;
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
  }
  body.mobile section.carrinho .box .main-cta {
    background-color: #303030;
    color: white;
    display: inline-block;
    padding: 13px 23px;
    font-size: 17px;
    border-radius: 5px;
  }
  body.mobile section.carrinho .box .main-cta img {
    vertical-align: middle;
    margin-right: 6px;
    margin-bottom: 2px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  body.mobile section.carrinho .box {
    margin-top: 20px;
    padding: 0;
  }
  body.mobile section.carrinho .box .main-cta {
    margin-top: 15px;
  }
  body.mobile section.carrinho .box .endereco {
    text-align: center;
    font-weight: 300;
    font-size: 15px;
  }
  body.mobile section.carrinho .box .endereco strong {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  body.mobile section.carrinho .enviado {
    max-width: 800px;
    margin: 60px auto 0 auto;
    color: #303030;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
  }
  body.mobile section.carrinho .enviado .texto {
    color: white;
    text-align: left;
    line-height: 1.4;
    background: #3baf72;
    padding: 30px 70px;
    border-radius: 7px;
    font-weight: 300;
    margin-top: 30px;
  }
  body.mobile section.carrinho .enviado h1 {
    font-weight: 600;
    font-size: 35px;
    line-height: 52px;
    text-align: center;
    margin: auto;
    color: #050462;
  }
  body.mobile section.carrinho .enviado h5 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */
    text-align: center;
    color: #303030;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  body.mobile section.carrinho .enviado {
    font-size: 16px;
    margin-top: 20px;
    padding-bottom: 30px;
  }
  body.mobile section.carrinho .enviado .texto {
    padding: 20px;
  }
  body.mobile section.carrinho .enviado h5 {
    font-size: 18px;
  }
  body.mobile section.carrinho .enviado h1 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  body.mobile section.carrinho .form {
    max-width: 750px;
    margin: 50px auto 0 auto;
    padding: 50px 60px;
    padding-bottom: 0;
    background: #f9f9f9;
    border-radius: 5px;
    padding: 0;
    padding-top: 35px;
    padding-bottom: 45px;
  }
  body.mobile section.carrinho .form span {
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    color: #939393;
    display: block;
    margin-bottom: 10px;
  }
  body.mobile section.carrinho .form .up {
    position: relative;
  }
  body.mobile section.carrinho .form .up label {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    cursor: pointer;
  }
  body.mobile section.carrinho .form input[type=file]::file-selector-button {
    display: none;
  }
  body.mobile section.carrinho .form .main-cta {
    margin-top: 30px;
  }
  body.mobile section.carrinho .form h1 {
    font-weight: 600;
    font-size: 35px;
    line-height: 52px;
    color: #050462;
    margin-bottom: 45px;
    text-align: center;
    padding-left: 70px;
    padding-right: 60px;
  }
  body.mobile section.carrinho .form form {
    padding-left: 0px;
    padding-right: 0px;
  }
  body.mobile section.carrinho .form h5 {
    text-align: center;
    color: gray;
    margin-bottom: 5px;
  }
  body.mobile section.carrinho .form h6 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 18px;
  }
  body.mobile section.carrinho .form label {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #303030;
    display: block;
    margin-bottom: 5px;
  }
  body.mobile section.carrinho .form input,
  body.mobile section.carrinho .form select,
  body.mobile section.carrinho .form textarea {
    border: 1px solid #C7C7C7;
    border-radius: 5px;
    width: 100%;
    padding-left: 17px;
    margin-bottom: 9px;
  }
  body.mobile section.carrinho .form input, body.mobile section.carrinho .form select {
    height: 48px;
  }
  body.mobile section.carrinho .form textarea {
    min-height: 170px;
    resize: vertical;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  body.mobile section.carrinho .form {
    padding: 20px;
    margin-top: 0;
  }
  body.mobile section.carrinho .form h1 {
    font-size: 20px;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 120%;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 25px;
  }
  body.mobile section.carrinho .form h5 {
    font-size: 16px;
  }
  body.mobile section.carrinho .form h6 {
    font-size: 15px;
  }
  body.mobile section.carrinho .form label {
    font-size: 20px;
  }
  body.mobile section.carrinho .form input,
  body.mobile section.carrinho .form select,
  body.mobile section.carrinho .form textarea {
    font-size: 15px;
    padding: 10px;
  }
}
@media (max-width: 991px) {
  body.mobile section.carrinho .cta-primary.transparent {
    color: #303030;
    background: transparent;
    border: 1px solid;
    border-radius: 5px;
    padding: 11px;
    margin: auto;
    min-width: 255px;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    /* identical to box height */
    margin-bottom: 11px;
  }
  body.mobile section.carrinho .cta-primary.transparent:hover {
    background-color: #c70e24;
    color: white;
  }
  body.mobile section.carrinho .cta-primary.secundary {
    background: #c70e24;
    border-radius: 5px;
    min-width: 256px;
    line-height: 48px;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
  }
  body.mobile section.carrinho .heading-padrao h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 39px;
    text-align: center;
    color: #303030;
    margin-bottom: 7px;
  }
  body.mobile section.carrinho .heading-padrao p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #303030;
    margin-bottom: 25px;
  }
  body.mobile section.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: white;
  }
  body.mobile section.preloader .loader {
    border: 6px solid #e5e5e5;
    border-top-color: #c70e24;
    animation: loader-rotate 1s infinite;
    border-radius: 50%;
    height: 40px;
    width: 40px;
  }
  @keyframes loader-rotate {
    to {
      transform: rotate(1turn);
    }
  }
  body.mobile section.blocos-mobile {
    padding-top: 50px;
  }
  body.mobile section.blocos-mobile .box {
    padding: 1px 10px 20px 10px;
    background-color: white;
  }
  body.mobile section.blocos-mobile .box .tag {
    width: -moz-max-content;
    width: max-content;
    margin: auto;
    margin-top: -30px;
    margin-bottom: 20px;
    border-radius: 11.343px 21.929px 0px 21.929px;
    background: #b8050f;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #fff;
    text-align: center;
    font-family: Manrope;
    font-size: 24px;
    padding: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  body.mobile section.blocos-mobile .box p {
    color: #353535;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  body.mobile section.blocos-mobile .box a {
    color: #353535;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration-line: underline;
  }
  body.mobile section.duvidas-mobile {
    padding-bottom: 20px;
  }
  body.mobile section.duvidas-mobile .box {
    border-radius: 10px;
    background: #fff;
  }
  body.mobile section.duvidas-mobile .box .in-box {
    padding: 30px;
  }
  body.mobile section.duvidas-mobile .box .in-box a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #303030;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  body.mobile section.duvidas-mobile .box .in-box p {
    color: #353535;
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
    padding-top: 20px;
  }
  body.mobile section.duvidas-mobile .box .title {
    border-radius: 10px;
    background: #b8050f;
    padding: 15px 25px;
    color: #fff;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  body.mobile section.showrooms-mobile {
    padding: 30px 0;
  }
  body.mobile section.showrooms-mobile .box {
    border-radius: 11px;
    background: url(../../mobile/image/bg-box.png);
    background-size: cover;
    padding: 20px;
    margin-bottom: 30px;
  }
  body.mobile section.showrooms-mobile .box .phone {
    display: flex;
    -moz-column-gap: 10px;
         column-gap: 10px;
    align-items: center;
  }
  body.mobile section.showrooms-mobile .box .phone span {
    color: #212121;
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  body.mobile section.showrooms-mobile .box:last-child {
    margin-bottom: 0;
  }
  body.mobile section.showrooms-mobile .box h2 {
    color: #031e27;
    text-align: center;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px;
  }
  body.mobile section.showrooms-mobile .box .owl-carousel img {
    height: 175px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    display: block;
    border-radius: 10px;
  }
  body.mobile section.showrooms-mobile .box p {
    color: #303030;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  body.mobile .modal-backdrop.show {
    opacity: 0.8;
    width: 100% !important;
    height: 100% !important;
  }
  body.mobile .modal-lg {
    max-width: 650px;
  }
  body.mobile .modal .close-modal {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  body.mobile .modal-content {
    border-radius: 0 !important;
    background-color: white;
  }
  body.mobile .modal-content .closebtn {
    outline: none;
    color: white;
    background-color: transparent;
    position: absolute;
    right: 0;
    top: -40px;
    border: none;
    cursor: pointer;
    z-index: 2;
    text-shadow: none;
    font-weight: 500;
    opacity: 1;
    font-size: 15px;
  }
  body.mobile .modal-content .closebtn:hover {
    color: white !important;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  body.mobile .modal-content .closebtn {
    position: static;
    font-size: 14px;
    margin-top: 20px;
    padding-right: 20px;
    text-align: right;
    color: #23494a !important;
  }
}
@media (max-width: 991px) {
  body.mobile .modal-body {
    padding: 40px;
    border-radius: 15px;
  }
  body.mobile .modal-body h1 {
    font-size: 36px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0;
    color: #c70e24;
  }
  body.mobile .modal-body h3 {
    text-align: center;
    font-weight: 400;
    font-size: 20px;
  }
  body.mobile .modal-body form {
    margin-top: 20px;
  }
  body.mobile .modal-body form label {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  body.mobile .modal-body form button {
    outline: none;
    background-color: #c70e24;
    border: none;
    font-weight: 600;
    font-size: 18px;
    color: white;
    border-radius: 5px;
    padding: 9px 30px;
  }
  body.mobile .modal-body form button i {
    color: white;
    margin-right: 5px;
  }
  body.mobile .modal-body form input,
  body.mobile .modal-body form select,
  body.mobile .modal-body form textarea {
    font-size: 16px;
    padding: 10px 20px;
    border: 1px solid gray;
    width: 100%;
    margin-bottom: 15px;
    outline: none;
  }
  body.mobile .modal-body form textarea {
    height: 100px;
    outline: none;
  }
  body.mobile .modal-body.video {
    border-radius: 0;
    min-height: 650px;
    padding: 0;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  body.mobile .modal-body.video {
    min-height: 360px;
  }
}
@media (max-width: 991px) {
  body.mobile .modal-body iframe {
    width: 100%;
    height: 100%;
    position: absolute;
  }
}
@media screen and (max-width: 991px) and (max-width: 991px) {
  body.mobile .modal-body {
    padding: 15px 0;
  }
  body.mobile .modal-body h1 {
    margin-bottom: 10px;
    font-size: 26px;
  }
  body.mobile .modal-body h3 {
    text-align: center;
    font-size: 16px;
  }
  body.mobile .modal-body form {
    margin-top: 20px;
  }
  body.mobile .modal-body form button {
    font-size: 17px;
  }
  body.mobile .modal-body form label {
    font-size: 15px;
  }
  body.mobile .modal-body form input,
  body.mobile .modal-body form select,
  body.mobile .modal-body form textarea {
    font-size: 15px;
    padding: 7px 15px;
  }
}