@charset "UTF-8";
@import url("https://c21d47.claudeassets.com/20241216091757cs_/https://fonts.googleapis.com/css2?family=Open+Sans: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;
}

/* VARIAVEIS GLOBAIS DO PROJETO */
@font-face {
  font-family: "Marisa Light";
  src: url("https://5dfd36.claudeassets.com/20241216091757im_/https://nelmaoliveiraprofissional.com/default/fonts/marisa/MarisaLight.eot");
  src: url("https://8c4a4b.claudeassets.com/20241216091757im_/https://nelmaoliveiraprofissional.com/default/fonts/marisa/MarisaLight.eot#iefix") format("embedded-opentype"), url("https://407b84.claudeassets.com/20241216091757im_/https://nelmaoliveiraprofissional.com/default/fonts/marisa/MarisaLight.woff2") format("woff2"), url("https://33bbbc.claudeassets.com/20241216091757im_/https://nelmaoliveiraprofissional.com/default/fonts/marisa/MarisaLight.woff") format("woff"), url("https://4e7a97.claudeassets.com/20241216091757im_/https://nelmaoliveiraprofissional.com/default/fonts/marisa/MarisaLight.ttf") format("truetype"), url("https://e3c41c.claudeassets.com/20241216091757im_/https://nelmaoliveiraprofissional.com/default/fonts/marisa/MarisaLight.svg#MarisaLight") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Marisa Bold";
  src: url("https://bc1264.claudeassets.com/20241216091757im_/https://nelmaoliveiraprofissional.com/default/fonts/marisa/MarisaBold.eot");
  src: url("https://cb7e9a.claudeassets.com/20241216091757im_/https://nelmaoliveiraprofissional.com/default/fonts/marisa/MarisaBold.eot#iefix") format("embedded-opentype"), url("https://eb69af.claudeassets.com/20241216091757im_/https://nelmaoliveiraprofissional.com/default/fonts/marisa/MarisaBold.woff2") format("woff2"), url("https://1dba0b.claudeassets.com/20241216091757im_/https://nelmaoliveiraprofissional.com/default/fonts/marisa/MarisaBold.woff") format("woff"), url("https://205ed8.claudeassets.com/20241216091757im_/https://nelmaoliveiraprofissional.com/default/fonts/marisa/MarisaBold.ttf") format("truetype"), url("https://173386.claudeassets.com/20241216091757im_/https://nelmaoliveiraprofissional.com/default/fonts/marisa/MarisaBold.svg#MarisaBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Marisa Medium";
  src: url("https://c65cfe.claudeassets.com/20241216091757im_/https://nelmaoliveiraprofissional.com/default/fonts/marisa/MarisaMedium.eot");
  src: url("https://22a094.claudeassets.com/20241216091757im_/https://nelmaoliveiraprofissional.com/default/fonts/marisa/MarisaMedium.eot#iefix") format("embedded-opentype"), url("https://b664b1.claudeassets.com/20241216091757im_/https://nelmaoliveiraprofissional.com/default/fonts/marisa/MarisaMedium.woff2") format("woff2"), url("https://c0c4fe.claudeassets.com/20241216091757im_/https://nelmaoliveiraprofissional.com/default/fonts/marisa/MarisaMedium.woff") format("woff"), url("https://ed5d97.claudeassets.com/20241216091757im_/https://nelmaoliveiraprofissional.com/default/fonts/marisa/MarisaMedium.ttf") format("truetype"), url("https://7f066d.claudeassets.com/20241216091757im_/https://nelmaoliveiraprofissional.com/default/fonts/marisa/MarisaMedium.svg#MarisaMedium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Marisa";
  src: url("https://1350f8.claudeassets.com/20241216091757im_/https://nelmaoliveiraprofissional.com/default/fonts/marisa/MarisaRegular.eot");
  src: url("https://1b189c.claudeassets.com/20241216091757im_/https://nelmaoliveiraprofissional.com/default/fonts/marisa/MarisaRegular.eot#iefix") format("embedded-opentype"), url("https://416c7f.claudeassets.com/20241216091757im_/https://nelmaoliveiraprofissional.com/default/fonts/marisa/MarisaRegular.woff2") format("woff2"), url("https://e072a2.claudeassets.com/20241216091757im_/https://nelmaoliveiraprofissional.com/default/fonts/marisa/MarisaRegular.woff") format("woff"), url("https://a5fc65.claudeassets.com/20241216091757im_/https://nelmaoliveiraprofissional.com/default/fonts/marisa/MarisaRegular.ttf") format("truetype"), url("https://ba60a3.claudeassets.com/20241216091757im_/https://nelmaoliveiraprofissional.com/default/fonts/marisa/MarisaRegular.svg#MarisaRegular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  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: "Poppins", 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: 5;
  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 {
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
  color: #090909;
  margin-bottom: 20px;
}

h1,
h2 {
  font-family: "Marisa Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 40px;
  color: #000000;
}

.title-detail {
  padding-top: 33px;
  background: url(https://5d782c.claudeassets.com/20241216091757im_/https://nelmaoliveiraprofissional.com/default/image/icon-title.svg) top center no-repeat;
  display: table;
}

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

.separator {
  display: table;
  margin-bottom: 20px;
}

.container {
  max-width: 1260px;
}

.btn-default {
  height: 46px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  background: #dca77f;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
  color: #090909;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
}

.btn-default:hover {
  background: #090909;
  color: #fff;
}

.btn-border {
  height: 46px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  border: 1px solid #090909;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
  color: #090909;
  width: -moz-fit-content;
  width: fit-content;
  background: none;
}

.btn-border:hover {
  background: #090909;
  color: #fff;
}

.breadcrumbs {
  display: flex;
  width: 100%;
  margin-bottom: 50px;
}

.breadcrumbs .separator {
  padding: 0 5px;
}

.breadcrumbs span,
.breadcrumbs a {
  color: #090909;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #090909;
}

.breadcrumbs a:hover,
.breadcrumbs span.last {
  color: #880062;
}

.sidebar {
  width: 100%;
}

.sidebar .block-side {
  margin-bottom: 20px;
}

.sidebar .block-side .title {
  display: table;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #760113;
}

.sidebar .block-side form {
  width: 100%;
  display: flex;
  background: #f1f1f1;
}

.sidebar .block-side form button {
  padding: 0 15px;
  border: none;
  background: none;
  height: 65px;
  display: flex;
  align-items: center;
}

.sidebar .block-side form input {
  width: 100%;
  padding: 0 15px;
  background: none;
  border: none;
  padding: 0 15px;
  font-size: 16px;
}

.sidebar .block-side ul {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #aeaeae;
}

.sidebar .block-side ul li {
  width: 100%;
  margin-bottom: 10px;
}

.sidebar .block-side ul li a {
  display: flex;
  align-items: center;
  color: #090909;
  font-size: 18px;
}

.sidebar .block-side ul li a i {
  margin-right: 10px;
  color: #760113;
}

.sidebar .block-side ul li a:hover {
  color: #760113;
}

.sidebar .block-side .actions {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar .block-side .actions .clear {
  border: none;
  background: none;
  margin-right: 20px;
  text-decoration: underline !important;
  color: #aeaeae;
  height: 46px;
  display: flex;
  align-items: center;
}

.sidebar .block-side .actions .clear:hover {
  color: #760113;
}

.sidebar .block-side .actions .btn-default {
  background: #760113;
  color: #fff;
  height: 46px;
}

.sidebar .block-side .actions .btn-default:hover {
  background: #090909;
  color: #fff;
}

.sidebar .block-side .card-blog-side {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.sidebar .block-side .card-blog-side img {
  width: 85px;
  height: 85px;
  -o-object-fit: cover;
     object-fit: cover;
  display: table;
}

.sidebar .block-side .card-blog-side span {
  display: table;
  padding-left: 15px;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  color: #090909;
}

.sidebar .block-side-blog {
  border-bottom: 1px solid #aeaeae;
}

.sidebar .box-form-side {
  float: left;
  width: 100%;
  padding: 0 20px 20px;
  background: #e4d9cc;
  margin-top: 30px;
}

.sidebar .box-form-side .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #090909;
  margin: -23px auto 20px;
  font-size: 33px;
  color: #dca77f;
  font-weight: 700;
  line-height: 33px;
}

.sidebar .box-form-side .title-form {
  display: table;
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #760113;
  margin-bottom: 20px;
}

.sidebar .box-form-side form {
  display: table;
  background: none;
}

.sidebar .box-form-side form input,
.sidebar .box-form-side form textarea {
  background: rgba(255, 255, 255, 0.8);
}

.sidebar .box-form-side form .title {
  text-transform: initial;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  color: #090909;
  background: none;
}

.sidebar .box-form-side form button {
  margin: 0 auto;
  background: #dca77f;
  height: 46px;
}

.sidebar .box-form-side form button:hover {
  background: #090909;
  color: #fff;
}

.pagination {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.pagination a,
.pagination span {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 2px;
  border-radius: 50%;
  font-weight: 500;
  font-size: 18px;
  color: #090909;
}

.pagination a:hover,
.pagination span {
  background: #d9d9d9;
  color: #090909;
}

.wrap-carousel-audios {
  padding: 60px 0;
}

.wrap-carousel-audios .box-title {
  margin-bottom: 40px;
  width: 100%;
}

.wrap-carousel-audios .box-title h2 {
  width: 100%;
  text-align: center;
}

.wrap-carousel-audios .box-title p {
  width: 100%;
  text-align: center;
}

.wrap-carousel-audios .carousel-audios {
  float: left;
  width: 100%;
}

.wrap-carousel-audios .carousel-audios .item-audio {
  float: left;
  width: 100%;
}

.wrap-carousel-audios .carousel-audios .item-audio iframe {
  width: 100%;
}

.wrap-carousel-audios .carousel-audios .item-audio .title {
  display: table;
  font-family: "Marisa Bold";
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  color: #000000;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

.wrap-carousel-audios .carousel-audios .item-audio .subtitle {
  display: table;
  width: 100%;
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #090909;
  margin-bottom: 15px;
}

.wrap-carousel-audios .carousel-audios .owl-dots {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 30px;
}

.wrap-carousel-audios .carousel-audios .owl-dots button {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin: 0 4px;
  border: 1px solid #090909;
  background: none;
}

.wrap-carousel-audios .carousel-audios .owl-dots button.active {
  transform: scale(1.3);
  background: #090909;
}

.wrap-carousel-audios .carousel-audios .disabled {
  display: none;
}

.item-product {
  float: left;
  width: 100%;
}

.item-product .image {
  float: left;
  width: 100%;
  border: 1px solid #8e8e8e;
  overflow: hidden;
  margin-bottom: 15px;
}

.item-product .image img {
  float: left;
  width: 100%;
  transition: 0.5s;
}

.item-product .image:hover img {
  transform: scale(1.1);
}

.item-product .title {
  display: table;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
  color: #090909;
}

.item-product .price {
  display: table;
  font-weight: 600;
  font-size: 23px;
  line-height: 35px;
  text-transform: uppercase;
  color: #090909;
  margin-bottom: 15px;
}

.item-product .actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.item-product .actions .btn-default {
  width: 100%;
  justify-content: center;
  text-align: center;
  color: #fff;
  background: #760113;
}

.item-product .actions .btn-default:hover {
  background: #090909;
  color: #fff;
}

.item-product .actions .btn-circle {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #fff;
  display: flex;
  margin-left: 10px;
}

.item-product .actions .btn-circle span {
  font-size: 24px;
}

.item-product .actions .btn-circle.whatsapp {
  background: #25b102;
}

.item-product .actions .btn-circle.whatsapp:hover {
  background: #12887b;
}

.item-product .actions .btn-circle.bag {
  background: #090909;
}

.item-product .actions .btn-circle.bag:hover {
  background: #dca77f;
}

.wrap-full-form {
  padding: 60px 0;
  background: #e4d9cc;
}

.wrap-full-form img {
  float: right;
  margin-top: -170px;
  margin-right: -300px;
}

.wrap-full-form h2 {
  margin-bottom: 50px;
}

.wrap-full-form .btn-default {
  background: #090909;
  color: #dca77f;
}

.wrap-full-form .btn-default:hover {
  color: #090909;
  background: #dca77f;
}

.wrap-full-form-pages {
  background: #eaeaea;
}

.wrap-testimonials {
  padding: 60px 0;
}

.wrap-testimonials .box-title {
  margin-bottom: 30px;
  width: 100%;
  display: table;
}

.wrap-testimonials .box-title h2 {
  width: 100%;
  text-align: center;
}

.wrap-testimonials .box-title p {
  width: 100%;
  text-align: center;
}

.wrap-testimonials .carousel-testimonials {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.wrap-testimonials .carousel-testimonials .owl-stage,
.wrap-testimonials .carousel-testimonials .owl-item {
  display: flex;
}

.wrap-testimonials .carousel-testimonials .item-testimonial {
  float: left;
  width: 100%;
  padding: 25px 15px;
  border: 1px solid #c4c4c4;
  height: 100%;
}

.wrap-testimonials .carousel-testimonials .item-testimonial svg {
  display: table;
  margin-bottom: 15px;
}

.wrap-testimonials .carousel-testimonials .item-testimonial .title {
  display: table;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #760113;
}

.wrap-testimonials .carousel-testimonials .item-testimonial p {
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 0;
}

.wrap-testimonials .carousel-testimonials .owl-dots {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 30px;
}

.wrap-testimonials .carousel-testimonials .owl-dots button {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin: 0 4px;
  border: 1px solid #090909;
  background: none;
}

.wrap-testimonials .carousel-testimonials .owl-dots button.active {
  transform: scale(1.3);
  background: #090909;
}

.wrap-testimonials .carousel-testimonials .disabled {
  display: none;
}

.wrap-testimonials .btn-default {
  margin: 0 auto;
}

.wrap-testimonials .btn-default svg {
  margin-right: 10px;
}

.wrap-testimonials .btn-default svg path {
  transition: 0.5s;
}

.wrap-testimonials .btn-default:hover svg path {
  fill: #fff;
}

.item-accordion {
  float: left;
  width: 100%;
  border-bottom: 1px solid #090909;
  position: relative;
}

.item-accordion:last-child {
  border-bottom: 0;
}

.item-accordion .open-accordion {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border: none;
  background: none;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #00191e;
  border: none;
  text-align: left;
  width: 100%;
  z-index: 8;
  position: relative;
}

.item-accordion .open-accordion span {
  padding-left: 20px;
  font-size: 26px;
}

.item-accordion .content-accordion {
  float: left;
  padding: 0 0 20px 0;
  display: none;
  width: 100%;
}

.item-accordion .content-accordion p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #1b3039;
}

.card-blog {
  float: left;
  width: 100%;
  padding: 25px 15px;
  border: 1px solid #c4c4c4;
  height: 100%;
  background: #fff;
}

.card-blog img {
  display: table;
  margin-bottom: 15px;
  width: 100%;
  height: 180px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-blog .title {
  display: table;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #760113;
}

.card-blog p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}

.card-blog .more {
  display: table;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline !important;
  color: #760113;
}

.card-blog .more:hover {
  color: #000;
}

.wrap-full-redes img {
  position: relative;
  width: 1920px;
  left: 50%;
  transform: translate(-50%, 0);
}

.full-map iframe {
  width: 100%;
  float: left;
  width: 100%;
  height: 490px;
}

.contact-form {
  float: left;
  width: 100%;
}

.contact-form .title {
  display: table;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: #090909;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  background: #fff;
  padding: 0 20px;
  font-size: 16px;
  height: 50px;
  border: none;
}

.contact-form textarea {
  height: 70px;
  padding: 10px 20px;
}

.contact-form button {
  margin: 0 auto;
}

.contact-form .group-check {
  display: table;
  margin-bottom: 5px;
  cursor: pointer;
}

.contact-form .group-check input {
  display: none;
}

.contact-form .group-check span {
  display: table;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #2a3342;
  padding-left: 20px;
}

.contact-form .group-check span:before {
  content: "\f00c";
  width: 13px;
  height: 13px;
  text-align: center;
  line-height: 13px;
  font-size: 0;
  transition: 0.5s;
  background: #fff;
  color: #fff;
  font-family: fontAwesome;
  position: absolute;
  left: 0;
  top: 1px;
}

.contact-form .group-check input:checked ~ span:before {
  font-size: 8px;
  background: #25b102;
}

.contact-form .custom-file-label::after {
  content: "Enviar Arquivo";
  height: 50px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
  width: auto;
  background: #090909;
  color: #dca77f;
  padding: 0 15px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 18px;
}

.contact-form .custom-file-input {
  height: 50px;
  display: none;
}

.contact-form .custom-file {
  height: 50px;
  background: #fff;
  display: block;
  cursor: pointer;
  border-radius: 0;
  overflow: hidden;
  border-bottom: 0;
}

.contact-form .custom-file-label {
  height: 50px;
  background: none;
  border: none;
  line-height: 50px;
  padding: 0 0 0 15px;
  color: #090909;
  text-transform: initial;
  border-radius: 0;
  margin-bottom: 0;
  width: 100%;
  position: relative;
  font-size: 16px;
}

@media only screen and (max-width: 991px) {
  h1,
  h2 {
    font-size: 30px;
    line-height: 32px;
  }
  .wrap-full-form img {
    display: none;
  }
  .wrap-full-form h2 {
    margin-bottom: 20px;
  }
  .wrap-full-form .box-text {
    margin-bottom: 40px;
  }
  .contact-form .title,
  .contact-form input,
  .contact-form textarea {
    font-size: 14px;
  }
  .item-accordion .open-accordion {
    font-size: 18px;
    line-height: 24px;
  }
  .wrap-full-redes img {
    width: 1200px;
    left: calc(50% + 12px);
    transform: translate(-50%, 0);
  }
  .breadcrumbs {
    margin-bottom: 20px;
  }
  .breadcrumbs span,
  .breadcrumbs a {
    font-size: 14px;
    line-height: 18px;
  }
  .wrap-carousel-audios .box-title h2 br {
    display: none;
  }
}
body {
  max-width: 1920px;
  margin: auto;
  overflow-x: hidden;
  /* MODAL */ /* HEADER */ /* HOME */ /* SOBRE */ /* APRIMORE */ /* BLOG */ /* DEPOIMENTOS */ /* PRODUTOS */ /* REVENDEDORA */ /* CONTATO */
}
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 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 section.barra-lgpd {
    border: none;
    padding: 10px;
    bottom: 54px;
    position: fixed;
    top: auto;
  }
  body section.barra-lgpd .container {
    padding: 0;
  }
}
body section.barra-lgpd.exibir {
  display: block;
}
@media (min-width: 992px) {
  body section.barra-lgpd.exibir {
    position: fixed;
    font-size: 11px;
    bottom: 0;
    line-height: 0;
    height: 33px;
  }
}
@media (min-width: 992px) {
  body section.barra-lgpd.scroll {
    bottom: 75px !important;
  }
}
body section.barra-lgpd .row,
body section.barra-lgpd .container {
  max-width: 1410px !important;
  margin: auto;
  justify-content: center;
}
body section.barra-lgpd .row .conteudo-lgpd-in,
body section.barra-lgpd .container .conteudo-lgpd-in {
  display: flex;
  align-items: center;
}
body section.barra-lgpd .row .conteudo-lgpd-in .txt-in,
body section.barra-lgpd .container .conteudo-lgpd-in .txt-in {
  width: 100%;
}
body section.barra-lgpd .row .conteudo-lgpd-in .txt-in a,
body section.barra-lgpd .container .conteudo-lgpd-in .txt-in a {
  color: white;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px dotted white;
}
body section.barra-lgpd .row .conteudo-lgpd-in .button-in button,
body 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 section.barra-lgpd .row .conteudo-lgpd-in,
  body section.barra-lgpd .container .conteudo-lgpd-in {
    flex-direction: column;
  }
  body section.barra-lgpd .row .conteudo-lgpd-in .button-in,
  body section.barra-lgpd .container .conteudo-lgpd-in .button-in {
    text-align: center;
  }
  body section.barra-lgpd .row .conteudo-lgpd-in .button-in button,
  body section.barra-lgpd .container .conteudo-lgpd-in .button-in button {
    margin-top: 10px;
    margin-left: auto;
  }
}
body 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 section.preloader .loader {
  border: 6px solid #e5e5e5;
  border-top-color: #dca77f;
  animation: loader-rotate 1s infinite;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
@keyframes loader-rotate {
  to {
    transform: rotate(1turn);
  }
}
body .modal-backdrop.show {
  opacity: 0.8;
  width: 100% !important;
  height: 100% !important;
}
body .modal-lg {
  max-width: 650px;
}
body .modal .close-modal {
  position: absolute;
  width: 100%;
  height: 100%;
}
body .modal-content {
  border-radius: 0 !important;
  background-color: white;
}
body .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 .modal-content .closebtn:hover {
  color: white !important;
}
@media (max-width: 991px) {
  body .modal-content .closebtn {
    position: static;
    font-size: 14px;
    margin-top: 20px;
    padding-right: 20px;
    text-align: right;
    color: #23494a !important;
  }
}
body .modal-body {
  padding: 40px;
  border-radius: 15px;
}
body .modal-body h1 {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0;
  color: #dca77f;
}
body .modal-body h3 {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
}
body .modal-body form {
  margin-top: 20px;
}
body .modal-body form label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
body .modal-body form button {
  outline: none;
  background-color: #dca77f;
  border: none;
  font-weight: 600;
  font-size: 16px;
  color: white;
  border-radius: 5px;
  padding: 9px 30px;
}
body .modal-body form button i {
  color: white;
  margin-right: 5px;
}
body .modal-body form input,
body .modal-body form select,
body .modal-body form textarea {
  font-size: 15px;
  padding: 10px 20px;
  border: 1px solid gray;
  width: 100%;
  margin-bottom: 15px;
  outline: none;
}
body .modal-body form textarea {
  height: 100px;
  outline: none;
}
body .modal-body.video {
  border-radius: 0;
  min-height: 650px;
  padding: 0;
}
@media (max-width: 991px) {
  body .modal-body.video {
    min-height: 360px;
  }
}
body .modal-body iframe,
body .modal-body video {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 991px) {
  body .modal-body {
    padding: 15px 0;
  }
  body .modal-body h1 {
    margin-bottom: 5px;
    font-size: 22px;
  }
  body .modal-body h3 {
    text-align: center;
    font-size: 14px;
  }
  body .modal-body form {
    margin-top: 20px;
  }
  body .modal-body form button {
    font-size: 14px;
  }
  body .modal-body form label {
    font-size: 13px;
  }
  body .modal-body form input,
  body .modal-body form select,
  body .modal-body form textarea {
    font-size: 13px;
    padding: 7px 15px;
  }
}
body section.formulario-enviado {
  padding: 200px 0;
  color: #dca77f;
  background: white;
}
body section.formulario-enviado .box-in {
  text-align: center;
}
body section.formulario-enviado .box-in h5 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 20px;
}
body section.formulario-enviado .box-in a {
  color: #dca77f;
  font-weight: 500;
  border-bottom: 1px dotted #dca77f;
}
body section.formulario-enviado .box-in .btn-voltar {
  color: #dca77f;
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 30px;
  font-weight: 600;
  background-color: transparent;
  outline: none;
  border: 2px solid #dca77f;
  transition: 0.3s all;
}
body section.formulario-enviado .box-in .btn-voltar:hover {
  background-color: #dca77f;
  color: white;
}
body section.formulario-enviado .box-in .btn-voltar i {
  vertical-align: middle;
  font-size: 20px;
  margin-right: 15px;
}
body section.formulario-enviado .box-in h3 {
  font-size: 24px;
  font-weight: 400;
  color: #dca77f;
}
body section.formulario-enviado .box-in h1 {
  font-size: 75px;
  font-weight: 500;
  color: #dca77f;
  line-height: 1;
}
@media (max-width: 991px) {
  body section.formulario-enviado {
    padding: 90px 0;
    text-align: center;
  }
  body section.formulario-enviado .container {
    position: relative;
    z-index: 2;
  }
  body section.formulario-enviado .box-in .btn-voltar {
    font-size: 13px;
    margin: 10px 0;
  }
  body section.formulario-enviado .box-in h3 {
    font-size: 16px;
  }
  body section.formulario-enviado .box-in h5 {
    font-size: 15px;
  }
  body section.formulario-enviado .box-in h1 {
    font-size: 28px;
  }
}
body header {
  padding: 35px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
body header .container {
  max-width: 1560px;
}
body header .default-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body header .default-header .phone {
  margin-left: 30px;
  font-size: 22px;
  display: flex;
  align-items: center;
  color: #090909;
}
body header .default-header .phone i {
  font-size: 20px;
  margin-right: 10px;
}
body header .default-header .phone i.fa-whatsapp {
  font-size: 25px;
}
body header .default-header .phone span {
  font-size: 16px;
  line-height: 16px;
  display: table;
  margin-right: 5px;
}
body header .default-header form {
  border: 1px solid #090909;
  width: 100%;
  display: flex;
  height: 55px;
  margin-left: 40px;
}
body header .default-header form input {
  width: 100%;
  height: 53px;
  border: none;
  padding: 0 25px;
  background: none;
}
body header .default-header form button {
  padding: 0 25px;
  border: none;
  background: none;
  height: 53px;
}
body header .default-header .btn-header {
  height: 55px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  background: #dca77f;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #090909;
  margin-left: 20px;
  white-space: nowrap;
  text-transform: uppercase;
}
body header .default-header .btn-header:hover {
  background: #000;
  color: #fff;
}
body header .default-header .right {
  display: flex;
  align-items: center;
}
body header .default-header .right a {
  margin-left: 20px;
  border-radius: 50%;
  font-size: 22px;
  color: #000;
  line-height: 55px;
}
body header .default-header .right a:hover {
  color: #dca77f;
}
body header .default-header .right a.bag {
  background: #000;
  color: #fff;
  width: 55px;
  height: 55px;
  justify-content: center;
  display: flex;
  align-items: center;
}
body header .default-header .right a.bag:hover {
  background: #dca77f;
  color: #fff;
}
body header .default-header .open-menu {
  display: none;
}
body header nav {
  padding: 25px 50px 0;
  display: table;
  width: 100%;
}
body header nav ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
body header nav ul li a {
  display: table;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  color: #090909;
  position: relative;
}
body header nav ul li a:before {
  content: "";
  bottom: 0;
  height: 1px;
  left: 0;
  position: absolute;
  right: 100%;
  background: #000;
  transition: 0.5s;
}
body header nav ul li a:hover {
  color: #000;
}
body header nav ul li a:hover:before {
  right: 0;
}
body header.header-pages {
  position: relative;
  background: #090909;
}
body header.header-pages .phone {
  color: #e4d9cc;
}
body header.header-pages form {
  border: 1px solid #e4d9cc;
}
body header.header-pages form input {
  color: #e4d9cc;
}
body header.header-pages form input::-moz-placeholder {
  color: #e4d9cc;
}
body header.header-pages form input::placeholder {
  color: #e4d9cc;
}
body header.header-pages .btn-header {
  background: #dca77f;
  color: #090909;
}
body header.header-pages .btn-header:hover {
  background: #fff;
  color: #000;
}
body header.header-pages .default-header .right a {
  color: #e4d9cc;
}
body header.header-pages .default-header .right a:hover {
  color: #dca77f;
}
body header.header-pages .default-header .right a.bag {
  border: 1px solid #e4d9cc;
  color: #e4d9cc;
}
body header.header-pages .default-header .right a.bag:hover {
  background: #e4d9cc;
  color: #000;
}
body header.header-pages nav ul li a {
  color: #e4d9cc;
}
body header.header-pages nav ul li a:before {
  background: #dca77f;
}
body header.header-pages nav ul li a:hover {
  color: #dca77f;
}
@media only screen and (max-width: 991px) {
  body header nav ul li a {
    font-size: 14px;
  }
  body header nav {
    padding: 25px 0 0;
  }
  body header .default-header .phone {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  body header nav {
    display: none;
  }
  body header .default-header .logo img {
    width: 130px;
  }
  body header .default-header .phone,
  body header .default-header form,
  body header .default-header .btn-header {
    display: none;
  }
  body header .default-header .open-menu {
    background: #dca77f;
    color: #fff;
    width: 55px;
    height: 55px;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-left: 20px;
    border: none;
    border-radius: 50%;
  }
  body header .default-header .right a.bag {
    width: 40px;
    height: 40px;
  }
  body header .default-header .right a {
    line-height: 40px;
  }
}
body footer {
  padding: 35px 0;
  background: #090909;
}
body footer .container {
  max-width: 1560px;
}
body footer .default-footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body footer .default-footer .phone {
  margin-left: 30px;
  font-size: 22px;
  display: flex;
  align-items: center;
  color: #e4d9cc;
}
body footer .default-footer .phone i {
  font-size: 20px;
  margin-right: 10px;
}
body footer .default-footer .phone i.fa-whatsapp {
  font-size: 25px;
}
body footer .default-footer .phone span {
  font-size: 16px;
  line-height: 16px;
  display: table;
  margin-right: 5px;
}
body footer .default-footer form {
  border: 1px solid #e4d9cc;
  width: 100%;
  display: flex;
  height: 55px;
  margin-left: 40px;
}
body footer .default-footer form input {
  width: 100%;
  height: 53px;
  border: none;
  padding: 0 25px;
  background: none;
  color: #e4d9cc;
}
body footer .default-footer form input::-moz-placeholder {
  color: #e4d9cc;
}
body footer .default-footer form input::placeholder {
  color: #e4d9cc;
}
body footer .default-footer form button {
  padding: 0 25px;
  border: none;
  background: none;
  height: 53px;
}
body footer .default-footer .btn-header {
  height: 55px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  border: 1px solid #e4d9cc;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #e4d9cc;
  margin-left: 20px;
  white-space: nowrap;
  text-transform: uppercase;
}
body footer .default-footer .btn-header:hover {
  background: #e4d9cc;
  color: #000;
}
body footer .default-footer .right {
  display: flex;
  align-items: center;
}
body footer .default-footer .right a {
  margin-left: 20px;
  border-radius: 50%;
  font-size: 22px;
  color: #e4d9cc;
  line-height: 55px;
}
body footer .default-footer .right a:hover {
  color: #dca77f;
}
body footer .default-footer .right a.bag {
  border: 1px solid #e4d9cc;
  color: #e4d9cc;
  width: 55px;
  height: 55px;
  justify-content: center;
  display: flex;
  align-items: center;
}
body footer .default-footer .right a.bag:hover {
  background: #e4d9cc;
  color: #000;
}
body footer nav {
  padding: 25px 50px 0;
  display: table;
  width: 100%;
  border-bottom: 1px solid #e4d9cc;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
body footer nav ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
body footer nav ul li a {
  display: table;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  color: #e4d9cc;
  position: relative;
}
body footer nav ul li a:before {
  content: "";
  bottom: 0;
  height: 1px;
  left: 0;
  position: absolute;
  right: 100%;
  background: #000;
  transition: 0.5s;
}
body footer nav ul li a:hover {
  color: #dca77f;
}
body footer nav ul li a:hover:before {
  right: 0;
}
body footer .infos {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 25px;
}
body footer .infos span {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #e4d9cc;
  margin: 0 20px;
}
body footer .infos span i {
  margin-right: 10px;
  font-size: 22px;
}
body footer .copy {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
body footer .copy span {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #e4d9cc;
  display: table;
  text-transform: uppercase;
  margin: 0 20px;
}
body footer .copy a {
  display: table;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #e4d9cc;
  margin: 0 20px;
}
body footer .copy a:hover {
  color: #dca77f;
}
body body.overflow {
  overflow: hidden;
}
body .wrap-menu-mobile {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999999;
  transition: 0.6s;
  right: -100%;
}
body .wrap-menu-mobile.show {
  right: 0;
}
body .wrap-menu-mobile .overlay-menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}
body .wrap-menu-mobile .bar-menu {
  background: #090909;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  padding-bottom: 100px;
  max-width: 320px;
}
body .wrap-menu-mobile .bar-menu .header-menu-mobile {
  display: flex;
  width: 100%;
  padding: 35px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  justify-content: space-between;
  align-items: center;
}
body .wrap-menu-mobile .bar-menu .header-menu-mobile .logo {
  float: left;
  padding: 0;
}
body .wrap-menu-mobile .bar-menu .header-menu-mobile .logo img {
  display: table;
}
body .wrap-menu-mobile .bar-menu .header-menu-mobile .right-buttons {
  float: right;
  padding: 0;
  display: flex;
  align-items: center;
}
body .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;
}
body .wrap-menu-mobile .bar-menu .header-menu-mobile .right-buttons .languages {
  float: left;
}
body .wrap-menu-mobile .bar-menu .header-menu-mobile .right-buttons .languages a {
  float: left;
  margin-right: 15px;
}
body .wrap-menu-mobile .bar-menu .header-menu-mobile .close-menu-mobile {
  float: right;
  position: relative;
  color: #fff;
}
body .wrap-menu-mobile .bar-menu .header-menu-mobile .close-menu-mobile span {
  font-size: 24px;
}
body .wrap-menu-mobile .box-menu-style-1 {
  padding: 30px 20px;
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
body .wrap-menu-mobile ul li {
  margin-bottom: 15px;
}
body .wrap-menu-mobile ul li a {
  display: table;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
}
body .wrap-menu-mobile ul li ul {
  padding-top: 5px;
  margin-bottom: 5px;
}
body .wrap-menu-mobile ul li ul li {
  margin-bottom: 10px;
}
body .wrap-menu-mobile ul li ul li a {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #8d8d8d;
}
body .wrap-menu-mobile ul li a:hover {
  color: #eb5e11 !important;
}
body .wrap-menu-mobile form {
  border: 1px solid #e4d9cc;
  width: 100%;
  display: flex;
  height: 55px;
  margin-bottom: 40px;
}
body .wrap-menu-mobile form input {
  width: 100%;
  height: 53px;
  border: none;
  padding: 0 25px;
  background: none;
  color: #e4d9cc;
}
body .wrap-menu-mobile form input::-moz-placeholder {
  color: #e4d9cc;
}
body .wrap-menu-mobile form input::placeholder {
  color: #e4d9cc;
}
body .wrap-menu-mobile form button {
  padding: 0 25px;
  border: none;
  background: none;
  height: 53px;
}
@media only screen and (max-width: 991px) {
  body footer nav {
    display: none;
  }
  body footer .default-footer {
    flex-wrap: wrap;
    justify-content: center;
  }
  body footer .default-footer form {
    display: none;
  }
  body footer .default-footer .logo,
  body footer .default-footer .phone {
    margin: 0 0 20px;
  }
  body footer .default-footer .btn-header {
    margin: 0;
  }
  body footer .default-footer .right {
    padding-top: 20px;
  }
  body footer .default-footer .right a {
    margin: 0 15px;
  }
  body footer .infos {
    padding-top: 30px;
  }
  body footer .infos,
  body footer .infos span {
    flex-wrap: wrap;
  }
  body footer .infos span {
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
  }
  body footer .infos span i {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  body footer .copy {
    flex-wrap: wrap;
  }
  body footer .copy span,
  body footer .copy a {
    margin-bottom: 15px;
  }
}
body .home-banner {
  position: relative;
}
body .home-banner .item-banner {
  height: 1080px;
  display: flex;
  align-items: center;
  width: 100%;
  float: left;
}
body .home-banner .item-banner .subtitle-1 {
  font-weight: 250;
  font-size: 50px;
  line-height: 60px;
  color: #000000;
  display: table;
}
body .home-banner .item-banner h2 {
  font-family: "Marisa Bold";
  font-size: 128px;
  line-height: 128px;
  display: table;
  margin-bottom: 0;
  color: #090909;
}
body .home-banner .item-banner .subtitle-2 {
  display: table;
  font-family: "Marisa Bold";
  font-size: 44px;
  line-height: 54px;
  color: #090909;
  margin-bottom: 20px;
}
body .home-banner .item-banner p {
  display: table;
  font-weight: 250;
  font-size: 32px;
  line-height: 48px;
  color: #000000;
  margin-bottom: 30px;
}
body .home-banner .item-banner .img-mobile {
  display: none;
}
body .home-banner .disabled {
  display: none;
}
body .home-banner .owl-dots {
  position: absolute;
  bottom: 85px;
  left: 50%;
  display: flex;
  transform: translate(-50%, 0);
}
body .home-banner .owl-dots button {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin: 0 4px;
  border: 1px solid #090909;
  background: none;
}
body .home-banner .owl-dots button.active {
  transform: scale(1.3);
  background: #090909;
}
body .wrap-bar-infos .container {
  max-width: 1560px;
}
body .wrap-bar-infos .bar {
  display: flex;
  justify-content: space-between;
  padding: 0 80px;
  height: 120px;
  background: #ffffff;
  box-shadow: 0px 2px 4px 3px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
  margin-top: -50px;
  float: left;
  width: 100%;
}
body .wrap-bar-infos .bar .logo {
  width: 80px;
  height: 80px;
}
body .wrap-bar-infos .bar .item-info {
  display: flex;
  align-items: center;
}
body .wrap-bar-infos .bar .item-info .text {
  padding-left: 15px;
}
body .wrap-bar-infos .bar .item-info .title {
  display: table;
  font-weight: 600;
  font-size: 17.4377px;
  line-height: 26px;
  color: #090909;
}
body .wrap-bar-infos .bar .item-info .info {
  display: table;
  font-weight: 300;
  font-size: 17px;
  line-height: 26px;
  color: #090909;
}
body .wrap-bar-infos .bar .phone {
  margin-left: 30px;
  font-size: 22px;
  display: flex;
  align-items: center;
  color: #090909;
}
body .wrap-bar-infos .bar .phone i {
  font-size: 20px;
  margin-right: 10px;
}
body .wrap-bar-infos .bar .phone i.fa-whatsapp {
  font-size: 25px;
}
body .wrap-bar-infos .bar .phone span {
  font-size: 16px;
  line-height: 16px;
  display: table;
  margin-right: 5px;
}
body .wrap-cta-boxes {
  padding-top: 60px;
}
body .wrap-cta-boxes .box-title {
  width: 100%;
  display: table;
  margin-bottom: 30px;
}
body .wrap-cta-boxes .box-title h2,
body .wrap-cta-boxes .box-title p {
  width: 100%;
  text-align: center;
}
body .wrap-cta-boxes .item-box {
  float: left;
  width: 100%;
  position: relative;
}
body .wrap-cta-boxes .item-box img {
  display: table;
  width: 100%;
  transition: 0.5s;
  filter: grayscale(1);
  height: 255px;
  -o-object-fit: cover;
     object-fit: cover;
}
body .wrap-cta-boxes .item-box a {
  position: absolute;
  bottom: 20px;
  left: 40px;
}
body .wrap-cta-boxes .item-box:hover img {
  filter: grayscale(0);
}
body .wrap-products {
  padding: 55px 0;
}
body .wrap-products h2,
body .wrap-products p {
  margin-bottom: 40px;
}
body .wrap-products .carousel-products-1,
body .wrap-products .carousel-products-2 {
  float: left;
  width: 100%;
  position: relative;
  z-index: 3;
}
body .wrap-products .carousel-products-1 .owl-dots,
body .wrap-products .carousel-products-2 .owl-dots {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 30px;
}
body .wrap-products .carousel-products-1 .owl-dots button,
body .wrap-products .carousel-products-2 .owl-dots button {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin: 0 4px;
  border: 1px solid #090909;
  background: none;
}
body .wrap-products .carousel-products-1 .owl-dots button.active,
body .wrap-products .carousel-products-2 .owl-dots button.active {
  transform: scale(1.3);
  background: #090909;
}
body .wrap-products .carousel-products-1 .disabled,
body .wrap-products .carousel-products-2 .disabled {
  display: none;
}
body .wrap-products .carousel-products-1 .owl-item,
body .wrap-products .carousel-products-2 .owl-item {
  padding: 0 1px;
}
body .wrap-products .btn-mobile {
  display: none;
}
body .wrap-products-2 {
  background: #ededee;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}
body .wrap-products-2 .detail {
  float: left;
  margin-top: -380px;
  margin-left: -600px;
  margin-bottom: -181px;
}
body .wrap-product-related {
  padding-bottom: 100px;
  margin-bottom: -65px;
}
body .wrap-product-related h2 {
  width: 100%;
  text-align: center;
}
body .wrap-product-related .btn-more {
  margin: 0 auto;
}
body .wrap-product-related .carousel-products-1 {
  margin-bottom: 30px;
}
body .wrap-carousel-gallery {
  padding-top: 140px;
}
body .wrap-carousel-gallery .box-title {
  margin-bottom: 30px;
  width: 100%;
  display: table;
}
body .wrap-carousel-gallery .box-title h2 {
  width: 100%;
  text-align: center;
}
body .wrap-carousel-gallery .box-title p {
  width: 100%;
  text-align: center;
}
body .wrap-carousel-gallery .carousel-gallery {
  float: left;
  width: 100%;
}
body .wrap-carousel-gallery .carousel-gallery a {
  float: left;
  width: 100%;
  overflow: hidden;
}
body .wrap-carousel-gallery .carousel-gallery a img {
  float: left;
  width: 100%;
  transition: 0.5s;
}
body .wrap-carousel-gallery .carousel-gallery a:hover img {
  transform: scale(1.1);
}
body .wrap-carousel-gallery .carousel-gallery .owl-dots {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 30px;
}
body .wrap-carousel-gallery .carousel-gallery .owl-dots button {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin: 0 4px;
  border: 1px solid #090909;
  background: none;
}
body .wrap-carousel-gallery .carousel-gallery .owl-dots button.active {
  transform: scale(1.3);
  background: #090909;
}
body .wrap-carousel-gallery .carousel-gallery .disabled {
  display: none;
}
body .wrap-box-topics {
  padding-top: 60px;
}
body .wrap-box-topics .box-title {
  margin-bottom: 30px;
  width: 100%;
  display: table;
}
body .wrap-box-topics .box-title h2 {
  width: 100%;
  text-align: center;
}
body .wrap-box-topics .box-title p {
  width: 100%;
  text-align: center;
}
body .wrap-box-topics .box {
  width: 100%;
  padding: 10px 35px;
  background: #e4d9cc;
  margin-bottom: 30px;
}
body .wrap-box-topics .box .item-topic {
  display: flex;
  align-items: center;
  padding: 15px 0;
}
body .wrap-box-topics .box .item-topic .icon {
  height: 85px;
  width: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
}
body .wrap-box-topics .box .item-topic p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #090909;
}
body .wrap-box-topics .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  width: 100%;
}
body .wrap-box-topics .buttons a {
  margin: 0 15px;
}
body .wrap-box-topics .buttons a.btn-default.red {
  color: #fff;
  background: #760113;
}
body .wrap-box-topics .buttons a.btn-default.red:hover {
  background: #090909;
  color: #fff;
}
body .wrap-cta-boxes-2 {
  padding-top: 60px;
}
body .wrap-cta-boxes-2 a {
  float: left;
  width: 100%;
  overflow: hidden;
}
body .wrap-cta-boxes-2 a img {
  display: table;
  width: 100%;
  transition: 0.5s;
}
body .wrap-cta-boxes-2 a:hover img {
  transform: scale(1.1);
}
body .full-video {
  float: left;
  width: 100%;
  height: 630px;
  position: relative;
}
body .full-video:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}
body .full-video .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body .full-video .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
body .full-video .logo {
  display: table;
  margin: 0 auto 25px;
}
body .full-video i {
  display: table;
  margin: 0 auto 25px;
  color: #fff;
  font-size: 35px;
}
body .full-video p {
  width: 100%;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}
body .wrap-about {
  padding: 60px 0;
}
body .wrap-about img {
  max-width: 100%;
  display: table;
}
body .wrap-faq {
  background: #d9d9d9;
  padding: 60px 0 0;
}
body .wrap-faq h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
body .wrap-faq img {
  float: right;
  margin-right: -220px;
  margin-top: -223px;
  position: relative;
  z-index: 1;
}
body .wrap-faq .box {
  float: right;
  width: calc(100% + 200px);
  padding: 45px 30px 45px 300px;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
body .wrap-blog {
  padding: 60px 0;
  background: url(https://b83204.claudeassets.com/20241216091757im_/https://nelmaoliveiraprofissional.com/default/image/bg-detail.svg) right center no-repeat;
}
body .wrap-blog .box-title {
  margin-bottom: 30px;
  width: 100%;
  display: table;
}
body .wrap-blog .box-title h2 {
  width: 100%;
  text-align: center;
}
body .wrap-blog .box-title p {
  width: 100%;
  text-align: center;
}
body .wrap-blog .carousel-blog {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
body .wrap-blog .carousel-blog .owl-stage,
body .wrap-blog .carousel-blog .owl-item {
  display: flex;
}
body .wrap-blog .carousel-blog .owl-dots {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 30px;
}
body .wrap-blog .carousel-blog .owl-dots button {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin: 0 4px;
  border: 1px solid #090909;
  background: none;
}
body .wrap-blog .carousel-blog .owl-dots button.active {
  transform: scale(1.3);
  background: #090909;
}
body .wrap-blog .carousel-blog .disabled {
  display: none;
}
body .wrap-blog .btn-default {
  margin: 0 auto;
}
body .wrap-blog .btn-default svg {
  margin-right: 10px;
}
body .wrap-blog .btn-default svg path {
  transition: 0.5s;
}
body .wrap-blog .btn-default:hover svg path {
  fill: #fff;
}
@media only screen and (max-width: 991px) {
  body .home-banner .item-banner {
    background-size: cover !important;
    height: auto;
    padding: 160px 0 130px;
  }
  body .home-banner .item-banner h2 {
    font-size: 60px;
    line-height: 65px;
    width: 100%;
    text-align: center;
  }
  body .home-banner .item-banner .subtitle-1 {
    font-size: 30px;
    line-height: 35px;
    width: 100%;
    text-align: center;
  }
  body .home-banner .item-banner .subtitle-2 {
    font-size: 28px;
    line-height: 34px;
    width: 100%;
    text-align: center;
  }
  body .home-banner .item-banner p {
    font-size: 20px;
    line-height: 26px;
    width: 100%;
    text-align: center;
  }
  body .home-banner .item-banner .img-mobile {
    display: table;
    max-width: 100%;
    margin: 0 auto 30px;
  }
  body .home-banner .item-banner a {
    margin: 0 auto;
  }
  body .wrap-bar-infos .bar {
    display: table;
    padding: 30px 20px;
  }
  body .wrap-bar-infos .bar .logo {
    margin: 0 auto 30px;
    display: table;
  }
  body .wrap-bar-infos .bar .item-info {
    margin: 0 auto 20px;
    justify-content: center;
  }
  body .wrap-bar-infos .bar .phone {
    justify-content: center;
  }
  body .wrap-cta-boxes .item-box {
    margin-bottom: 20px;
  }
  body .wrap-cta-boxes .item-box img {
    height: 185px;
    filter: none;
  }
  body .wrap-cta-boxes .item-box a {
    left: 20px;
  }
  body .wrap-products h2,
  body .wrap-products p {
    margin-bottom: 20px;
  }
  body .wrap-products .btn-desk {
    display: none;
  }
  body .wrap-products .btn-mobile {
    display: flex;
    margin: 0 auto 0;
  }
  body .wrap-products .carousel-products-1,
  body .wrap-products .carousel-products-2 {
    margin-bottom: 30px;
  }
  body .wrap-products-2 .detail {
    display: none;
  }
  body .wrap-carousel-gallery {
    padding-top: 60px;
  }
  body .wrap-box-topics .buttons {
    flex-wrap: wrap;
  }
  body .wrap-box-topics .buttons a {
    width: 250px;
    margin-bottom: 10px;
    justify-content: center;
  }
  body .wrap-cta-boxes-2 a {
    margin-bottom: 20px;
  }
  body .wrap-about img {
    margin-bottom: 30px;
  }
  body .wrap-faq {
    padding-bottom: 60px;
  }
  body .wrap-faq img {
    display: none;
  }
  body .wrap-faq .box {
    padding: 40px 20px;
    width: 100%;
  }
}
body .content-about {
  padding: 25px 0 60px;
}
body .content-about .box-text h2 {
  margin-bottom: 10px;
  font-size: 51px;
  line-height: 57px;
}
body .content-about .subtitle {
  display: table;
  margin-bottom: 30px;
  font-family: "Marisa Bold";
  font-weight: 700;
  font-size: 35px;
  line-height: 40px;
  color: #000000;
}
body .wrap-about-tabs {
  float: left;
  width: 100%;
  padding: 30px 20px;
  background: #ededee;
  box-shadow: 0px 2px 4px 3px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}
body .wrap-about-tabs ul {
  position: relative;
}
body .wrap-about-tabs ul:before {
  content: "";
  position: absolute;
  width: 1px;
  left: 10px;
  top: 0;
  bottom: 0;
  background: #d9d9d9;
}
body .wrap-about-tabs ul li {
  margin-bottom: 30px;
}
body .wrap-about-tabs ul li:last-of-type {
  margin-bottom: 0;
}
body .wrap-about-tabs ul li a {
  display: table;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #707070;
  padding-left: 60px;
  position: relative;
}
body .wrap-about-tabs ul li a:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #707070;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.5s;
}
body .wrap-about-tabs ul li a.active {
  color: #1b0027;
}
body .wrap-about-tabs ul li a.active:before {
  background: #760113;
}
body .wrap-about-tabs .box-text-tab {
  display: none;
  float: left;
  width: 100%;
}
body .wrap-about-tabs .box-text-tab.active {
  display: block;
}
body .wrap-about-content {
  padding: 60px 0 100px;
  background: url(https://f272e3.claudeassets.com/20241216091757im_/https://nelmaoliveiraprofissional.com/default/image/bg-sobre.png) top center no-repeat #030303;
  background-size: 100% auto;
}
body .wrap-about-content .box-carousel {
  width: 100%;
}
body .wrap-about-content .box-carousel .logo {
  display: table;
  margin: 0 auto 70px;
}
body .wrap-about-content .box-carousel h2 {
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 57px;
  line-height: 55px;
  color: #e4d9cc;
  margin-bottom: 70px;
}
body .wrap-about-content .box-carousel .carousel-gallery-about {
  float: left;
  width: 100%;
}
body .wrap-about-content .box-carousel .carousel-gallery-about a {
  float: left;
  width: 100%;
  overflow: hidden;
}
body .wrap-about-content .box-carousel .carousel-gallery-about a img {
  float: left;
  width: 100%;
  transition: 0.5s;
}
body .wrap-about-content .box-carousel .carousel-gallery-about a:hover img {
  transform: scale(1.1);
}
body .wrap-about-content .box-carousel .carousel-gallery-about .owl-dots {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 30px;
}
body .wrap-about-content .box-carousel .carousel-gallery-about .owl-dots button {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin: 0 4px;
  border: 1px solid #e4d9cc;
  background: none;
}
body .wrap-about-content .box-carousel .carousel-gallery-about .owl-dots button.active {
  transform: scale(1.3);
  background: #e4d9cc;
}
body .wrap-about-content .box-carousel .carousel-gallery-about .disabled {
  display: none;
}
body .wrap-about-content .wrap-about {
  padding-bottom: 0;
  padding-top: 80px;
}
body .wrap-about-content .wrap-about h2 {
  font-weight: 700;
  font-size: 35px;
  line-height: 40px;
  color: #e4d9cc;
  background: url(https://2e9f78.claudeassets.com/20241216091757im_/https://nelmaoliveiraprofissional.com/default/image/detail-title-2.svg) top center no-repeat;
}
body .wrap-about-content .wrap-about p {
  color: #e4d9cc;
}
body .wrap-about-content .wrap-about .assinatura {
  float: right;
  margin-top: 30px;
}
body .wrap-about-boxes {
  padding: 100px 0 30px;
  background: #f2f2f2;
}
body .wrap-about-boxes .item-box {
  float: left;
  width: 100%;
  padding: 0 20px 20px;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
  height: calc(100% - 30px);
}
body .wrap-about-boxes .item-box .icon {
  margin: 0 auto 20px;
  display: flex;
  width: 100%;
  height: 115px;
  margin-top: -56px;
  justify-content: center;
  align-items: center;
}
body .wrap-about-boxes .item-box .title {
  display: table;
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 25px;
  line-height: 38px;
  color: #760113;
  margin-bottom: 15px;
}
body .wrap-about-boxes .item-box p {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #090909;
}
body .wrap-testimonials-about .container {
  position: relative;
}
body .wrap-testimonials-about .detail {
  position: absolute;
  left: -330px;
  top: -300px;
}
@media only screen and (max-width: 991px) {
  body .wrap-about-tabs ul {
    margin-bottom: 30px;
  }
  body .wrap-about-tabs ul li {
    margin-bottom: 15px;
  }
  body .wrap-about-content {
    background-image: none;
  }
  body .wrap-about-content .box-carousel .logo {
    margin-bottom: 35px;
  }
  body .wrap-about-content .box-carousel h2 {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 30px;
  }
  body .wrap-about-content .box-carousel h2 br {
    display: none;
  }
  body .wrap-about-content .wrap-about .assinatura {
    float: left;
  }
  body .wrap-about-boxes {
    padding-bottom: 0;
  }
  body .wrap-about-boxes .detail {
    display: none;
  }
  body .wrap-about-boxes .item-box {
    margin-bottom: 70px;
    height: auto;
  }
}
body .wrap-banner-aprimore {
  padding: 25px 0 0;
  background: #d9d9d9;
}
body .wrap-banner-aprimore .breadcrumbs {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
body .wrap-banner-aprimore .full {
  float: right;
  margin-top: -65px;
  margin-right: -50px;
}
body .wrap-banner-aprimore .box-content {
  position: relative;
  z-index: 1;
  width: 100%;
}
body .wrap-banner-aprimore .box-content .box-title {
  width: 100%;
  margin-bottom: 40px;
}
body .wrap-banner-aprimore .item-treinamento {
  width: 100%;
  margin-bottom: 30px;
  display: table;
}
body .wrap-banner-aprimore .item-treinamento .open-treinamento {
  width: 100%;
  background: url(https://16f61f.claudeassets.com/20241216091757im_/https://nelmaoliveiraprofissional.com/default/image/detail-treinamento.svg) center center no-repeat #fff;
  padding: 40px 25px 20px;
  border: none;
}
body .wrap-banner-aprimore .item-treinamento .open-treinamento img {
  display: table;
  margin: 0 auto 15px;
}
body .wrap-banner-aprimore .item-treinamento .open-treinamento .title {
  display: table;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #090909;
  margin-bottom: 20px;
  min-height: 60px;
}
body .wrap-banner-aprimore .item-treinamento .open-treinamento .google-icon {
  display: table;
  margin: 0 auto;
  font-size: 32px;
  color: #090909;
  font-size: 60px;
  line-height: 18px;
}
body .wrap-banner-aprimore .item-treinamento .box-text {
  float: left;
  width: 100%;
  margin-top: 30px;
  display: flex;
  align-items: center;
  height: 220px;
  background: #e4d9cc;
  display: none;
}
body .wrap-banner-aprimore .item-treinamento .box-text .into {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 30px;
}
body .wrap-banner-aprimore .item-treinamento .box-text p {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #2a3342;
}
body .wrap-banner-aprimore .item-treinamento .actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  float: left;
  width: 100%;
}
body .wrap-banner-aprimore .item-treinamento .actions .btn-default {
  width: 100%;
  justify-content: center;
  text-align: center;
  color: #fff;
  background: #760113;
}
body .wrap-banner-aprimore .item-treinamento .actions .btn-default:hover {
  background: #090909;
  color: #fff;
}
body .wrap-banner-aprimore .item-treinamento .actions .btn-circle {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #fff;
  display: flex;
  margin-right: 10px;
}
body .wrap-banner-aprimore .item-treinamento .actions .btn-circle span {
  font-size: 24px;
}
body .wrap-banner-aprimore .item-treinamento .actions .btn-circle.whatsapp {
  background: #25b102;
}
body .wrap-banner-aprimore .item-treinamento .actions .btn-circle.whatsapp:hover {
  background: #12887b;
}
body .wrap-banner-aprimore .box-contact {
  float: left;
  width: 100%;
  padding-top: 20px;
}
body .wrap-banner-aprimore .box-contact .subtitle {
  display: table;
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "Marisa Bold";
  color: #090909;
}
body .wrap-banner-aprimore .box-contact h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 35px;
  font-size: 38px;
  line-height: 44px;
}
body .wrap-banner-aprimore .box-contact .actions {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .wrap-banner-aprimore .box-contact .actions .phone {
  margin-left: 30px;
  font-size: 22px;
  display: flex;
  align-items: center;
  color: #090909;
}
body .wrap-banner-aprimore .box-contact .actions .phone i {
  font-size: 20px;
  margin-right: 10px;
}
body .wrap-banner-aprimore .box-contact .actions .phone i.fa-whatsapp {
  font-size: 25px;
}
body .wrap-banner-aprimore .box-contact .actions .phone span {
  font-size: 16px;
  line-height: 16px;
  display: table;
  margin-right: 5px;
}
body .wrap-content-treinamentos {
  padding: 60px 0;
}
body .wrap-content-treinamentos .box-title {
  width: 100%;
  display: table;
  margin-bottom: 40px;
}
body .wrap-content-treinamentos .box-title h2,
body .wrap-content-treinamentos .box-title p {
  width: 100%;
  text-align: center;
}
body .wrap-content-treinamentos .carousel-treinamentos {
  float: left;
  width: 100%;
}
body .wrap-content-treinamentos .carousel-treinamentos .owl-dots {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 30px;
}
body .wrap-content-treinamentos .carousel-treinamentos .owl-dots button {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin: 0 4px;
  border: 1px solid #090909;
  background: none;
}
body .wrap-content-treinamentos .carousel-treinamentos .owl-dots button.active {
  transform: scale(1.3);
  background: #090909;
}
body .wrap-content-treinamentos .carousel-treinamentos .disabled {
  display: none;
}
body .wrap-content-treinamentos .carousel-treinamentos .item {
  display: flex;
  padding: 20px;
  align-items: center;
  width: 100%;
  background: #e4d9cc;
}
body .wrap-content-treinamentos .carousel-treinamentos .item img {
  width: 210px;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  display: table;
}
body .wrap-content-treinamentos .carousel-treinamentos .item p {
  padding-left: 15px;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
}
body .wrap-form-treinamentos {
  padding-bottom: 120px;
  margin-bottom: -65px;
}
body .wrap-form-treinamentos img {
  float: right;
  margin-top: 0;
}
body .wrap-form-treinamentos h3 {
  font-family: "Marisa Bold";
  display: table;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 35px;
  line-height: 35px;
  color: #000000;
}
@media only screen and (max-width: 991px) {
  body .wrap-banner-aprimore {
    padding: 25px 0 60px;
  }
  body .wrap-banner-aprimore .full {
    display: none;
  }
  body .wrap-banner-aprimore .breadcrumbs {
    margin-bottom: 30px;
  }
  body .wrap-banner-aprimore .box-contact .actions {
    flex-wrap: wrap;
  }
  body .wrap-banner-aprimore .box-contact .actions .phone {
    margin-top: 20px;
    margin-left: 0;
  }
  body .wrap-content-treinamentos .box-title p br {
    display: none;
  }
  body .wrap-content-treinamentos .carousel-treinamentos .item img {
    width: 100%;
    margin-bottom: 20px;
  }
  body .wrap-content-treinamentos .carousel-treinamentos .item {
    flex-wrap: wrap;
  }
  body .wrap-banner-aprimore .box-content h2,
  body .wrap-banner-aprimore .box-content p {
    width: 100%;
    text-align: center;
  }
}
body .list-blog {
  padding: 25px 0 60px;
}
body .list-blog .box-title {
  margin-bottom: 40px;
}
body .list-blog .card-blog {
  margin-bottom: 30px;
  height: calc(100% - 30px);
}
body .text-blog-single {
  width: 100%;
}
body .text-blog-single h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 46px;
  text-transform: uppercase;
  color: #760113;
  margin-bottom: 20px;
}
body .text-blog-single img {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 30px;
}
body .text-blog-single .share {
  display: flex;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #d9d9d9;
  align-items: center;
  justify-content: space-between;
}
body .text-blog-single .share span {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #aeaeae;
  text-transform: uppercase;
}
body .text-blog-single .share .links {
  display: flex;
}
body .text-blog-single .share a {
  margin-left: 20px;
  font-size: 18px;
  color: #760113;
}
body .text-blog-single .share a:hover {
  color: #000;
}
body .text-blog-single .comments {
  display: table;
  width: 100%;
  padding-top: 30px;
}
body .text-blog-single .comments .title {
  margin-bottom: 20px;
  display: table;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #760113;
}
body .text-blog-single .comments .title i {
  margin-right: 10px;
}
@media only screen and (max-width: 991px) {
  body .list-blog .col-side {
    order: 12;
    padding-top: 40px;
  }
  body .text-blog-single h1 {
    font-size: 26px;
    line-height: 32px;
  }
}
body .content-testimonials {
  padding: 25px 0 0;
}
body .content-testimonials .box-title h2,
body .content-testimonials .box-title p {
  width: 100%;
  text-align: center;
}
body .wrap-carousel-gallery-testimonials {
  padding-top: 20px;
  padding-bottom: 60px;
}
body .wrap-testimonials-page {
  position: relative;
  background: #efedea;
}
body .wrap-testimonials-page .container {
  position: relative;
}
body .wrap-testimonials-page .detail {
  position: absolute;
  top: -130px;
  left: -370px;
}
body .wrap-clients {
  background: #dce1de;
  padding: 60px 0 0;
  margin-bottom: -65px;
}
body .wrap-clients .full {
  float: right;
  margin-top: -100px;
}
body .wrap-clients .box-title {
  width: 100%;
  margin-bottom: 30px;
}
body .wrap-clients h2,
body .wrap-clients p {
  width: 100%;
  text-align: center;
}
body .wrap-clients .carousel-clients {
  float: left;
  width: 100%;
}
body .wrap-clients .carousel-clients a {
  float: left;
  width: 100%;
  overflow: hidden;
}
body .wrap-clients .carousel-clients a img {
  float: left;
  width: 100%;
  transition: 0.5s;
}
body .wrap-clients .carousel-clients a:hover img {
  transform: scale(1.1);
}
body .wrap-clients .carousel-clients .owl-dots {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 30px;
}
body .wrap-clients .carousel-clients .owl-dots button {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin: 0 4px;
  border: 1px solid #090909;
  background: none;
}
body .wrap-clients .carousel-clients .owl-dots button.active {
  transform: scale(1.3);
  background: #090909;
}
body .wrap-clients .carousel-clients .disabled {
  display: none;
}
@media only screen and (max-width: 991px) {
  body .wrap-clients .full {
    display: none;
  }
  body .wrap-clients {
    padding: 60px 0 85px;
  }
  body .wrap-clients h2 br,
  body .wrap-clients p br {
    display: none;
  }
}
body .list-products {
  padding: 25px 0 60px;
}
body .list-products .row-products {
  margin: 0 -25px;
}
body .list-products .row-products > div {
  padding: 0 25px;
}
body .list-products .item-product {
  margin-bottom: 60px;
}
body .content-product {
  padding: 25px 0 60px;
}
body .content-product .gallery {
  display: flex;
}
body .content-product .gallery .thumbs {
  width: 133px;
  margin-right: 30px;
  flex-shrink: 0;
}
body .content-product .gallery .thumbs a {
  width: 100%;
  height: 137px;
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid #8e8e8e;
  float: left;
}
body .content-product .gallery .thumbs a img {
  display: table;
  width: 100%;
  transition: 0.5s;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body .content-product .gallery .thumbs a:last-of-type {
  margin-bottom: 0;
}
body .content-product .gallery .thumbs a:hover img {
  transform: scale(1.1);
}
body .content-product .gallery .full {
  width: 100%;
  height: 451px;
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid #8e8e8e;
  float: left;
}
body .content-product .gallery .full img {
  display: table;
  width: 100%;
  transition: 0.5s;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body .content-product .gallery .full:hover img {
  transform: scale(1.1);
}
body .content-product .box-text {
  width: 100%;
  display: table;
  padding-left: 50px;
}
body .content-product .box-text h1 {
  font-weight: 400;
  font-size: 35px;
  line-height: 45px;
  text-transform: uppercase;
  color: #090909;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
}
body .content-product .box-text .qty {
  display: table;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #aeaeae;
  border-bottom: 1px solid #aeaeae;
  width: 100%;
}
body .content-product .box-text .price {
  display: table;
  font-weight: 600;
  font-size: 23px;
  line-height: 35px;
  text-transform: uppercase;
  color: #090909;
  margin-bottom: 15px;
}
body .content-product .box-text .actions {
  display: flex;
  align-items: center;
}
body .content-product .box-text .actions .btn-default {
  justify-content: center;
  text-align: center;
  color: #fff;
  background: #760113;
}
body .content-product .box-text .actions .btn-default:hover {
  background: #090909;
  color: #fff;
}
body .content-product .box-text .actions .btn-circle {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #fff;
  display: flex;
  margin-left: 10px;
}
body .content-product .box-text .actions .btn-circle span {
  font-size: 24px;
}
body .content-product .box-text .actions .btn-circle.whatsapp {
  background: #25b102;
}
body .content-product .box-text .actions .btn-circle.whatsapp:hover {
  background: #12887b;
}
body .content-product .box-text .actions .btn-circle.bag {
  background: #090909;
}
body .content-product .box-text .actions .btn-circle.bag:hover {
  background: #dca77f;
}
body .content-product .box-infos {
  float: left;
  width: 100%;
  padding: 30px 60px;
  background: #ededee;
  box-shadow: 0px 2px 4px 3px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  margin-bottom: 30px;
}
body .content-product .box-infos .top {
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  justify-content: space-between;
  align-items: center;
}
body .content-product .box-infos .top .title-box {
  display: table;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #760113;
}
body .content-product .box-infos .top .phone {
  font-size: 22px;
  display: flex;
  align-items: center;
  color: #090909;
}
body .content-product .box-infos .top .phone i {
  font-size: 20px;
  margin-right: 10px;
}
body .content-product .box-infos .top .phone i.fa-whatsapp {
  font-size: 25px;
}
body .content-product .box-infos .top .phone span {
  font-size: 16px;
  line-height: 16px;
  display: table;
  margin-right: 5px;
}
body .content-product .box-infos .bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body .content-product .box-infos .bottom .item-info {
  display: flex;
  align-items: center;
}
body .content-product .box-infos .bottom .item-info img {
  height: 34px;
}
body .content-product .box-infos .bottom .item-info .text {
  padding-left: 10px;
}
body .content-product .box-infos .bottom .item-info .title {
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  color: #090909;
  text-transform: uppercase;
}
body .content-product .box-infos .bottom .item-info .info {
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  color: #090909;
  display: table;
}
body .content-product .wrap-description {
  width: 100%;
  display: table;
  padding-bottom: 20px;
  margin-bottom: 50px;
  border-bottom: 1px solid #aeaeae;
}
body .content-product .wrap-description .title {
  display: table;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
  color: #760113;
}
body .content-product .wrap-product-beneficios {
  float: left;
  width: 100%;
  margin-bottom: 60px;
}
body .content-product .wrap-product-beneficios h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
body .content-product .wrap-product-beneficios .box-topics {
  width: 100%;
  position: relative;
  z-index: 2;
}
body .content-product .wrap-product-beneficios .box-topics .item-topic {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
  justify-content: flex-end;
}
body .content-product .wrap-product-beneficios .box-topics .item-topic .icon {
  width: 40px;
  display: flex;
  justify-content: center;
  order: 12;
}
body .content-product .wrap-product-beneficios .box-topics .item-topic span {
  display: table;
  padding-right: 25px;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-align: right;
  text-transform: uppercase;
  color: #090909;
}
body .content-product .wrap-product-beneficios .box-topics .item-topic:last-of-type {
  margin-bottom: 0;
}
body .content-product .wrap-product-beneficios .box-topics.right .item-topic {
  justify-content: flex-start;
}
body .content-product .wrap-product-beneficios .box-topics.right .item-topic .icon {
  order: -1;
}
body .content-product .wrap-product-beneficios .box-topics.right .item-topic span {
  text-align: left;
  padding-right: 0;
  padding-left: 25px;
}
body .content-product .wrap-product-beneficios .full {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
body .content-product .wrap-product-infos {
  float: left;
  width: 100%;
}
body .content-product .wrap-product-infos .title {
  display: table;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
  color: #760113;
}
body .content-product .wrap-product-infos .item {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #aeaeae;
}
body .content-product .wrap-product-infos .item:last-of-type {
  margin-bottom: 0;
  border-bottom: 0;
}
body .content-product .wrap-product-infos .item p strong {
  font-weight: 800;
}
@media only screen and (max-width: 991px) {
  body .list-products .col-side {
    order: 12;
    padding-top: 40px;
  }
  body .content-product .gallery {
    flex-wrap: wrap;
  }
  body .content-product .gallery .full {
    margin-bottom: 20px;
    height: auto;
  }
  body .content-product .gallery .full img {
    height: auto;
  }
  body .content-product .gallery .thumbs {
    width: 100%;
    margin-right: 30px;
    flex-shrink: 0;
    display: flex;
    order: 12;
  }
  body .content-product .gallery .thumbs a {
    width: 70px;
    height: 70px;
    margin: 0 20px 0 0;
  }
  body .content-product .box-text {
    padding-left: 0;
    padding-top: 50px;
  }
  body .content-product .box-text h1 {
    font-size: 28px;
    line-height: 34px;
  }
  body .content-product .box-infos {
    flex-wrap: wrap;
    justify-content: start;
    padding: 30px 20px;
  }
  body .content-product .box-infos .top .title-box,
  body .content-product .box-infos .top .phone,
  body .content-product .box-infos .bottom .item-info {
    margin: 0 0 20px;
  }
  body .content-product .box-infos .top,
  body .content-product .box-infos .bottom {
    flex-wrap: wrap;
    justify-content: center;
  }
  body .content-product .box-infos .bottom .item-info {
    width: 100%;
    justify-content: center;
  }
  body .content-product .box-infos .top .title-box br {
    display: none;
  }
  body .content-product .wrap-product-beneficios h2 {
    margin-bottom: 30px;
  }
  body .content-product .wrap-product-beneficios .col-lg-4:nth-of-type(2) {
    order: -1;
  }
  body .content-product .wrap-product-beneficios .box-topics .item-topic {
    margin-bottom: 20px !important;
    width: 100%;
    justify-content: start !important;
  }
  body .content-product .wrap-product-beneficios .box-topics .item-topic span {
    padding-right: 0 !important;
    padding-left: 20px !important;
    text-align: left !important;
    order: 12;
  }
}
body .banner-revendedora {
  background: url(https://6a0cbb.claudeassets.com/20241216091757im_/https://nelmaoliveiraprofissional.com/default/image/bg-revendedora.svg) 20% center no-repeat #e7e8f6;
  padding-top: 25px;
}
body .banner-revendedora img {
  float: right;
  margin-right: -180px;
  margin-top: -75px;
}
body .banner-revendedora h1 {
  font-size: 55px;
  line-height: 60px;
}
body .banner-revendedora .subtitle {
  display: table;
  margin-bottom: 35px;
  font-family: "Marisa Bold";
  font-weight: 700;
  font-size: 35px;
  line-height: 40px;
  color: #000000;
}
body .banner-revendedora .actions {
  display: flex;
  padding-top: 25px;
}
body .banner-revendedora .phone {
  font-size: 22px;
  display: flex;
  align-items: center;
  color: #090909;
  margin-left: 40px;
}
body .banner-revendedora .phone i {
  font-size: 20px;
  margin-right: 10px;
}
body .banner-revendedora .phone i.fa-whatsapp {
  font-size: 25px;
}
body .banner-revendedora .phone span {
  font-size: 16px;
  line-height: 16px;
  display: table;
  margin-right: 5px;
}
body .banner-revendedora .box-text {
  width: 100%;
  position: relative;
  z-index: 2;
}
body .wrap-vantagens-revendedora {
  padding: 60px 0 100px;
  position: relative;
}
body .wrap-vantagens-revendedora h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
body .wrap-vantagens-revendedora .container {
  position: relative;
  z-index: 1;
}
body .wrap-vantagens-revendedora .carousel-revendedora {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
}
body .wrap-vantagens-revendedora .carousel-revendedora .owl-item {
  padding: 0 1px;
}
body .wrap-vantagens-revendedora .carousel-revendedora .item-revendedora {
  width: 100%;
}
body .wrap-vantagens-revendedora .carousel-revendedora .item-revendedora .open-revendedora {
  position: relative;
  float: left;
  width: 100%;
  padding: 65px 40px 20px;
  border: 1px solid #e4d9cc;
}
body .wrap-vantagens-revendedora .carousel-revendedora .item-revendedora .open-revendedora .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  background: #dca77f;
  margin: 0 auto 15px;
}
body .wrap-vantagens-revendedora .carousel-revendedora .item-revendedora .open-revendedora .title {
  display: table;
  height: 48px;
  margin-bottom: 15px;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #090909;
}
body .wrap-vantagens-revendedora .carousel-revendedora .item-revendedora .open-revendedora .google-icon {
  display: table;
  margin: 0 auto;
  font-size: 32px;
  color: #dca77f;
  font-size: 60px;
  line-height: 18px;
}
body .wrap-vantagens-revendedora .carousel-revendedora .item-revendedora .box-text {
  float: left;
  width: 100%;
  margin-top: 30px;
  display: flex;
  align-items: center;
  height: 260px;
  background: #e4d9cc;
  display: none;
}
body .wrap-vantagens-revendedora .carousel-revendedora .item-revendedora .box-text .into {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 30px;
}
body .wrap-vantagens-revendedora .carousel-revendedora .item-revendedora .box-text p {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #2a3342;
}
body .wrap-vantagens-revendedora .carousel-revendedora .owl-dots {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 30px;
}
body .wrap-vantagens-revendedora .carousel-revendedora .owl-dots button {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin: 0 4px;
  border: 1px solid #090909;
  background: none;
}
body .wrap-vantagens-revendedora .carousel-revendedora .owl-dots button.active {
  transform: scale(1.3);
  background: #090909;
}
body .wrap-vantagens-revendedora .carousel-revendedora .disabled {
  display: none;
}
body .wrap-vantagens-revendedora .detail {
  position: absolute;
  right: -180px;
  top: -400px;
}
@media only screen and (max-width: 991px) {
  body .banner-revendedora {
    padding-bottom: 60px;
  }
  body .banner-revendedora h1 {
    font-size: 38px;
    line-height: 44px;
  }
  body .banner-revendedora .subtitle {
    font-size: 22px;
    line-height: 28px;
  }
  body .banner-revendedora img {
    display: none;
  }
  body .banner-revendedora .actions {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }
  body .banner-revendedora .actions a {
    margin: 20px 0 0;
  }
  body .wrap-vantagens-revendedora .detail {
    display: none;
  }
}
body .content-contact {
  padding: 25px 0 100px;
  background: #ededee;
  margin-bottom: -65px;
}
body .content-contact .box-title {
  width: 100%;
}
body .content-contact .box-title h2 {
  width: 100%;
  text-align: center;
}
body .content-contact .box-title p {
  width: 100%;
}
body .content-contact .carousel-gallery-contact {
  float: left;
  width: 100%;
}
body .content-contact .carousel-gallery-contact a {
  float: left;
  width: 100%;
  overflow: hidden;
}
body .content-contact .carousel-gallery-contact a img {
  float: left;
  width: 100%;
  transition: 0.5s;
}
body .content-contact .carousel-gallery-contact a:hover img {
  transform: scale(1.1);
}
body .content-contact .carousel-gallery-contact .owl-dots {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 30px;
}
body .content-contact .carousel-gallery-contact .owl-dots button {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin: 0 4px;
  border: 1px solid #090909;
  background: none;
}
body .content-contact .carousel-gallery-contact .owl-dots button.active {
  transform: scale(1.3);
  background: #090909;
}
body .content-contact .carousel-gallery-contact .disabled {
  display: none;
}
body .content-contact .box-infos {
  width: 100%;
  display: flex;
  padding: 20px;
  border: 1px solid #8e8e8e;
  justify-content: center;
  margin-top: 40px;
  float: left;
}
body .content-contact .box-infos .item-info {
  display: flex;
  padding: 0 15px;
}
body .content-contact .box-infos .item-info span {
  padding-left: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #090909;
}
body .content-contact .box-infos .item-info.phone span {
  white-space: nowrap;
}
body .wrap-form-work {
  padding-top: 25px;
  padding-bottom: 0;
}
body .wrap-form-work .full {
  float: right;
  margin: 0;
}
body .wrap-form-work .box-text h2 {
  margin-bottom: 0;
  font-size: 33px;
  line-height: 38px;
}
body .wrap-form-work .box-text .subtitle {
  margin-bottom: 35px;
  display: table;
  font-family: "Marisa Bold";
  font-weight: 700;
  font-size: 19px;
  line-height: 22px;
  color: #000000;
}
body .content-atacado {
  margin-bottom: 0;
}
body .wrap-vantagens-atacado {
  padding: 60px 0;
}
body .wrap-vantagens-atacado .container .detail {
  right: -340px;
  top: -230px;
}
body .wrap-vantagens-atacado .carousel-revendedora .item-revendedora .open-revendedora {
  background: #dca77f;
}
body .wrap-vantagens-atacado .carousel-revendedora .item-revendedora .open-revendedora .icon {
  background: #ffffff;
}
body .wrap-vantagens-atacado .carousel-revendedora .item-revendedora .open-revendedora .google-icon {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  body .content-contact .box-form {
    margin-bottom: 40px;
    display: table;
  }
  body .content-contact .box-infos {
    flex-wrap: wrap;
    justify-content: start;
    padding: 30px;
  }
  body .content-contact .box-infos .item-info {
    padding: 10px 0;
  }
  body .wrap-form-work {
    padding-bottom: 86px;
  }
}
body section.carrinho {
  padding: 50px 0;
}
body 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: #dca77f;
  color: white;
  position: relative;
  font-weight: 700;
  transition: 0.3s all;
}
body section.carrinho .main-cta img {
  vertical-align: middle;
  margin-right: 6px;
  margin-bottom: 2px;
}
@media (max-width: 991px) {
  body section.carrinho .main-cta {
    font-size: 15px;
  }
}
body section.carrinho .main-cta:hover {
  color: white;
  background-color: #dca77f;
}
body section.carrinho .main-cta .icon {
  margin-right: 10px;
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  body section.carrinho {
    padding: 20px 0;
  }
}
body section.carrinho .continuar {
  color: gray;
  border-bottom: 1px dotted gray;
  display: inline-block;
  font-weight: 600;
}
body section.carrinho .remover .loader {
  display: none;
}
body section.carrinho .remover.loading i {
  display: none;
}
body section.carrinho .remover.loading .loader {
  color: gray;
  display: inline-block;
}
body section.carrinho .passos {
  max-width: 1500px;
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
body 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 section.carrinho .passos a:hover {
  color: #afafaf;
}
body section.carrinho .passos a:last-child:after {
  display: none;
}
body 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("https://21e981.claudeassets.com/20241216091757im_/https://nelmaoliveiraprofissional.com/default/image/chevron.png");
}
body 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 section.carrinho .passos a.ativo {
  color: #dca77f;
}
body section.carrinho .passos a.ativo:hover {
  color: #dca77f;
}
body section.carrinho .passos a.ativo strong {
  color: #dca77f;
  border-color: #dca77f;
}
@media (max-width: 991px) {
  body section.carrinho .passos a {
    width: 50px;
    text-align: center;
    font-size: 16px;
  }
  body section.carrinho .passos a:after {
    display: none;
  }
}
body section.carrinho .carrinho-mobile {
  margin-top: 20px;
  border-top: 1px solid rgba(220, 220, 220, 0.3019607843);
}
body section.carrinho .carrinho-mobile .opcoes-produto {
  color: gray;
  font-size: 14px;
  margin-bottom: 10px;
}
body section.carrinho .carrinho-mobile .opcoes-produto strong {
  color: gray;
}
body 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 section.carrinho .carrinho-mobile .produto strong {
  color: black;
}
body section.carrinho .carrinho-mobile .produto img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body section.carrinho .carrinho-mobile .removerMobile {
  color: #dca77f;
  font-size: 14px;
  display: block;
  text-align: center;
}
body section.carrinho .carrinho-mobile .removerMobile .loader {
  display: none;
}
body section.carrinho .carrinho-mobile .removerMobile.loading span {
  display: none;
}
body section.carrinho .carrinho-mobile .removerMobile.loading .loader {
  color: gray;
  display: inline-block;
}
body section.carrinho .carrinho-mobile .titulo {
  color: #dca77f;
}
body 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 section.carrinho .carrinho-mobile .quantidade input {
  background-color: transparent;
  border: none;
  color: inherit;
  width: 60%;
  outline: none;
}
body section.carrinho .carrinho-mobile .quantidade.loading .opcoes {
  display: none;
}
body section.carrinho .carrinho-mobile .quantidade.loading .qtd-loading {
  display: block;
}
body section.carrinho .carrinho-mobile .quantidade .qtd-loading {
  display: none;
  position: absolute;
  top: calc(50% - 11px);
  right: 8px;
}
body section.carrinho .carrinho-mobile .quantidade .qtd-loading i {
  color: dimgray;
  font-size: 16px;
  cursor: default;
}
body section.carrinho .carrinho-mobile .quantidade .aumentar {
  position: absolute;
  top: 7px;
  right: 30px;
  cursor: pointer;
}
body section.carrinho .carrinho-mobile .quantidade .aumentar i {
  color: dimgray;
  font-size: 16px;
}
body section.carrinho .carrinho-mobile .quantidade .diminuir {
  position: absolute;
  bottom: 3px;
  right: 10px;
  cursor: pointer;
}
body section.carrinho .carrinho-mobile .quantidade .diminuir i {
  color: dimgray;
  font-size: 16px;
}
body 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 section.carrinho .empty {
    margin-top: 20px;
    font-size: 18px;
  }
}
body section.carrinho .tabela-carrinho {
  width: 100%;
  margin: 70px auto 0 auto;
}
body section.carrinho .tabela-carrinho thead tr {
  overflow: hidden;
}
body 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 section.carrinho .tabela-carrinho thead td:first-child {
  border-left: none;
}
body section.carrinho .tabela-carrinho thead td:last-child {
  border-right: none;
}
body 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 section.carrinho .tabela-carrinho tbody td:first-child {
  border-left: none;
}
body section.carrinho .tabela-carrinho tbody td:last-child {
  border-right: none;
}
body 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 section.carrinho .tabela-carrinho .quantidade input {
  background-color: transparent;
  border: none;
  color: inherit;
  width: 80%;
  outline: none;
}
body section.carrinho .tabela-carrinho .quantidade.loading .opcoes {
  display: none;
}
body section.carrinho .tabela-carrinho .quantidade.loading .qtd-loading {
  display: block;
}
body section.carrinho .tabela-carrinho .quantidade .qtd-loading {
  display: none;
  position: absolute;
  top: calc(50% - 18px);
  right: 20px;
}
body section.carrinho .tabela-carrinho .quantidade .qtd-loading i {
  color: dimgray;
  cursor: default;
  font-size: 16px;
}
body section.carrinho .tabela-carrinho .quantidade .aumentar {
  position: absolute;
  top: 3px;
  right: 20px;
  cursor: pointer;
}
body section.carrinho .tabela-carrinho .quantidade .aumentar i {
  color: gray;
  font-size: 16px;
}
body section.carrinho .tabela-carrinho .quantidade .diminuir {
  position: absolute;
  bottom: 3px;
  right: 20px;
  cursor: pointer;
}
body section.carrinho .tabela-carrinho .quantidade .diminuir i {
  color: gray;
  font-size: 16px;
}
body section.carrinho .tabela-carrinho td strong {
  font-weight: 400;
  color: #dca77f;
  font-size: 24px;
}
body section.carrinho .tabela-carrinho td i {
  color: red;
  font-size: 22px;
  cursor: pointer;
}
body section.carrinho .tabela-carrinho td .produto {
  width: 100%;
  display: flex;
  align-items: center;
}
body section.carrinho .tabela-carrinho td .produto .opcoes-produto {
  color: gray;
  font-size: 15px;
}
body section.carrinho .tabela-carrinho td .produto .opcoes-produto strong {
  font-weight: 700;
  color: inherit;
  font-size: inherit;
}
body section.carrinho .tabela-carrinho td .produto h5 {
  font-weight: 600;
  text-transform: uppercase;
  color: dimgray;
  font-size: 17px;
  margin-bottom: 0;
}
body section.carrinho .tabela-carrinho td .produto img {
  width: 100px;
  flex: 0 0 100px;
  max-width: 100px;
}
body section.carrinho .box {
  margin: 50px auto 0 auto;
}
body section.carrinho .box .endereco {
  font-size: 18px;
  color: #dca77f;
  line-height: 20px;
}
body section.carrinho .box .endereco strong {
  font-size: 20px;
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
}
body section.carrinho .box .main-cta {
  background-color: #dca77f;
  display: inline-block;
  padding: 13px 23px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
  color: white;
}
body section.carrinho .box .main-cta img {
  vertical-align: middle;
  margin-right: 6px;
  margin-bottom: 2px;
}
@media (max-width: 991px) {
  body section.carrinho .box {
    margin-top: 20px;
    padding: 0;
  }
  body section.carrinho .box .main-cta {
    margin-top: 15px;
  }
  body section.carrinho .box .endereco {
    text-align: center;
    font-weight: 300;
    font-size: 15px;
  }
  body section.carrinho .box .endereco strong {
    font-size: 18px;
  }
}
body section.carrinho .enviado {
  max-width: 800px;
  margin: 60px auto 0 auto;
  color: #25b102;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
}
body 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 section.carrinho .enviado h1 {
  color: #3aa700;
  font-size: 39px;
  font-weight: 500;
  margin: auto;
  text-align: center;
}
body section.carrinho .enviado h5 {
  text-align: center;
  color: gray;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body section.carrinho .enviado {
    font-size: 16px;
    margin-top: 20px;
    padding-bottom: 30px;
  }
  body section.carrinho .enviado .texto {
    padding: 20px;
  }
  body section.carrinho .enviado h5 {
    font-size: 18px;
  }
  body section.carrinho .enviado h1 {
    font-size: 20px;
  }
}
body section.carrinho .form {
  max-width: 750px;
  margin: 20px auto 0 auto;
  padding: 50px 60px;
  padding-bottom: 0;
}
body section.carrinho .form .main-cta {
  margin-top: 30px;
}
body section.carrinho .form h1 {
  font-size: 30px;
  color: rgb(88, 88, 88);
  font-weight: 600;
  text-align: center;
}
body section.carrinho .form h5 {
  text-align: center;
  color: gray;
  margin-bottom: 5px;
}
body section.carrinho .form h6 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 18px;
}
body section.carrinho .form label {
  color: black;
  display: block;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 17px;
}
body section.carrinho .form input,
body section.carrinho .form select,
body section.carrinho .form textarea {
  width: 100%;
  padding: 10px 25px;
  font-size: 18px;
  outline: none;
  background-color: white;
  border: 1px solid gainsboro;
}
body section.carrinho .form select {
  padding-top: 12px;
  padding-bottom: 12px;
}
body section.carrinho .form textarea {
  min-height: 100px;
  resize: vertical;
}
@media (max-width: 991px) {
  body section.carrinho .form {
    padding: 20px;
    margin-top: 0;
  }
  body section.carrinho .form h1 {
    font-size: 20px;
  }
  body section.carrinho .form h5 {
    font-size: 16px;
  }
  body section.carrinho .form h6 {
    font-size: 15px;
  }
  body section.carrinho .form label {
    font-size: 16px;
  }
  body section.carrinho .form input,
  body section.carrinho .form select,
  body section.carrinho .form textarea {
    font-size: 15px;
    padding: 10px;
  }
}
body section.barra-fixa {
  position: fixed;
  bottom: -1px;
  background-color: #303030;
  border-top: 2px solid #dca77f;
  width: 100%;
  padding: 15px 0;
  z-index: 600;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  body section.barra-fixa {
    display: none;
  }
}
body section.barra-fixa .btn-header {
  width: -moz-max-content;
  width: max-content;
  display: inline-flex;
  height: 45px;
  padding: 0 20px;
  align-items: center;
  border: 1px solid #e4d9cc;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-left: 20px;
  white-space: nowrap;
  text-transform: uppercase;
  background: #e4d9cc;
  color: #000;
}
body section.barra-fixa .btn-header:hover {
  background-color: white;
}
body section.barra-fixa .phone {
  font-size: 22px;
  display: flex;
  align-items: center;
  color: #e4d9cc;
}
body section.barra-fixa .phone:first-child {
  margin-right: 30px;
}
body section.barra-fixa .phone i {
  font-size: 20px;
  margin-right: 10px;
}
body section.barra-fixa .phone i.fa-whatsapp {
  font-size: 25px;
}
body section.barra-fixa .phone span {
  font-size: 16px;
  line-height: 16px;
  display: table;
  margin-right: 5px;
}
body section.barra-fixa.oculta {
  bottom: -100px;
}
body 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 #090909;
  transition: 0.3s all;
}
body 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: #760113 !important;
  background-color: white;
}
body section.barra-fixa-mobile .list-itens {
  display: flex;
  justify-content: space-around;
  font-size: 30px;
  align-items: center;
}
body section.barra-fixa-mobile .list-itens a {
  color: white;
}
body section.barra-fixa-mobile .list-itens a i {
  color: white;
}
@media screen and (min-width: 992px) {
  body section.barra-fixa-mobile {
    display: none;
  }
}
body 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 section.botao_whatsapp i.fab.fa-whatsapp {
  color: white;
  font-size: 46px;
  vertical-align: middle;
}
@media (min-width: 992px) {
  body section.botao_whatsapp.scroll {
    bottom: 100px;
  }
}
body section.botao_whatsapp:hover {
  background-color: #1f9249;
}
@media screen and (max-width: 991px) {
  body section.botao_whatsapp {
    bottom: 75px;
    right: 10px;
  }
}
body .item-product .image {
  display: block;
  height: 320px;
  background: white;
}
body .item-product .image img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body section.full-video 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 .card-blog img {
  -o-object-position: center;
     object-position: center;
}
body .list-products .titulo,
body .list-blog .titulo {
  color: #760113;
  font-size: 24px;
  margin-bottom: 10px;
}
body .text-blog-single .share .links a {
  color: #dca77f;
}
body .content-product .gallery .thumbs a img,
body .content-product .gallery .full img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
body .content-about h3 {
  display: table;
  margin-bottom: 30px;
  font-family: "Marisa Bold";
  font-weight: 700;
  font-size: 35px;
  line-height: 40px;
  color: #000000;
}
body .banner-revendedora h3 {
  display: table;
  margin-bottom: 35px;
  font-family: "Marisa Bold";
  font-weight: 700;
  font-size: 35px;
  line-height: 40px;
  color: #000000;
}
body .wrap-carousel-audios .carousel-audios .item-audio audio {
  margin: auto;
  display: block;
}
body .text-blog-single h1,
body .text-blog-single h2,
body .text-blog-single h3,
body .text-blog-single h4,
body .text-blog-single h5,
body .text-blog-single h6 {
  font-family: inherit;
  line-height: initial;
  font-weight: 600;
  color: #760113;
}
body .text-blog-single h1 {
  font-size: 2rem;
}
body .text-blog-single h2 {
  font-size: 1.5rem;
}
body .text-blog-single h3 {
  font-size: 1.3rem;
}
body .wrap-vantagens-atacado .carousel-revendedora .item-revendedora .open-revendedora .icon svg path {
  fill: #dca77f;
}
body .wrap-form-work .box-text h3 {
  display: table;
  font-family: "Marisa Bold";
  font-weight: 700;
  font-size: 19px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 35px;
}
body section.sample-page {
  padding: 30px 0px;
}
body section.sample-page h1,
body section.sample-page h2,
body section.sample-page h3,
body section.sample-page h4,
body section.sample-page h5,
body section.sample-page h6 {
  font-size: 32px;
  text-transform: uppercase;
  color: #dca77f;
  font-weight: 700;
}
body section.sample-page strong,
body section.sample-page b {
  color: #333;
}
@media (max-width: 991px) {
  body section.sample-page {
    padding: 20px 0px;
    font-size: 15px;
  }
  body section.sample-page h1 {
    font-size: 22px;
  }
}
body footer {
  margin-bottom: 76px;
}
@media (max-width: 991px) {
  body footer {
    margin-bottom: 56px;
  }
}
@media (min-width: 992px) {
  body #topo-fixo.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #303030;
    border-bottom: 2px solid #dca77f;
    padding: 15px 20px;
  }
  body #topo-fixo.fixed ul {
    margin: auto;
    max-width: 1436px;
  }
  body #topo-fixo.fixed ul li a {
    color: #e4d9cc;
  }
}
body .wrap-vantagens-revendedora .detail {
  top: -110px;
}
body section.separador-redes-sociais {
  background-image: url("https://b0789e.claudeassets.com/20241216091757im_/https://nelmaoliveiraprofissional.com/default/image/bg-redes-sociais.png");
  background-size: cover;
  padding: 70px 0;
  text-align: center;
  position: relative;
  margin-top: 50px;
}
body section.separador-redes-sociais:before {
  content: url("https://78d184.claudeassets.com/20241216091757im_/https://nelmaoliveiraprofissional.com/default/image/redes-sociais.png");
  position: absolute;
  bottom: -7px;
  right: 100px;
  z-index: 2;
}
body section.separador-redes-sociais .logo {
  height: 150px;
}
body section.separador-redes-sociais a {
  font-weight: 300;
  font-size: 22px;
  color: lightgray;
}
@media (max-width: 991px) {
  body section.separador-redes-sociais {
    margin-top: 0;
    padding: 30px 0;
  }
  body section.separador-redes-sociais a {
    font-size: 18px;
  }
  body section.separador-redes-sociais .logo {
    height: 80px;
  }
  body section.separador-redes-sociais:before {
    display: none;
  }
}
body .video-box {
  position: relative;
}
body .video-box:before {
  content: "";
  background-color: black;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 0.4s all;
}
body .video-box:hover:before {
  opacity: 0.3;
}
body .video-box:after {
  content: "\f144";
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  z-index: 2;
  font-size: 50px;
  transform: translate(-50%, -50%);
}
body .wrap-products-2 {
  position: relative;
}
body .wrap-products-2 .detail {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  body .wrap-products-2 .detail {
    display: none;
  }
}
body .wrap-carousel-gallery .carousel-gallery a img {
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991px) {
  body .wrap-carousel-gallery .carousel-gallery a img {
    height: 200px;
  }
}
body .wrap-faq img {
  margin: 0;
}
@media (max-width: 991px) {
  body .wrap-faq img {
    display: none;
  }
}
body .banner-revendedora img {
  margin-top: -55px;
  margin-right: 0;
  margin-bottom: 44px;
}
@media (max-width: 991px) {
  body .banner-revendedora img {
    display: none;
  }
}
body .content-product .wrap-product-beneficios .full {
  width: 100%;
  position: static;
  transform: none;
  max-height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}
body .content-product .box-text .qty {
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  color: #4f4f4f;
}
body .text-blog-single strong {
  font-weight: 700;
}
body .text-blog-single a {
  font-weight: 500;
  color: #090909;
  text-decoration: underline;
}
body .wrap-cta-boxes-2 {
  padding-bottom: 60px;
}
body .wrap-testimonials .carousel-testimonials .item-testimonial .title {
  color: #93694a;
}
body .wrap-testimonials .carousel-testimonials .item-testimonial svg path {
  fill: #93694a;
}
body .card-blog .title,
body .card-blog .more {
  color: #93694a;
}
body .sidebar .block-side .title,
body .list-products .titulo,
body .list-blog .titulo {
  color: #93694a;
}
body section.full-video video {
  filter: grayscale(1);
}
body .wrap-about img {
  max-width: 100%;
  display: table;
  margin: auto;
  margin-bottom: 30px;
}
body .item-product .actions .btn-default {
  background-color: #f7cfb0;
  color: black;
}
body .item-product .see-more {
  display: inline-block;
  border-bottom: 1px dotted dimgray;
  color: dimgray;
  font-size: 16px;
  text-align: center;
  margin-bottom: 15px;
}
body .item-product .price {
  margin-bottom: 5px;
}
body .wrap-full-form.home {
  position: relative;
}
body .wrap-full-form.home img {
  margin: 0;
  float: none;
  position: absolute;
  right: -20px;
  bottom: -72px;
  transform: scale(0.9);
}
body .full-video .logo {
  height: 160px;
}
body .item-treinamento .logo {
  height: 50px;
}
body .wrap-box-topics .box .item-topic .icon,
body .wrap-about-boxes .item-box .icon,
body .content-product .wrap-product-beneficios .box-topics .item-topic .icon {
  filter: grayscale(1) brightness(0);
}
body .wrap-box-topics .buttons a.btn-default.red {
  background-color: black;
  color: white;
}
body .sidebar .block-side ul li a i,
body .sidebar .block-side ul li a:hover,
body .breadcrumbs span.last,
body .wrap-about-tabs ul li a.active,
body .content-product .wrap-description .title,
body .content-product .wrap-product-infos .title {
  color: #dca77f;
}
body .wrap-about-tabs ul li a.active:before {
  background-color: #dca77f;
}
body .wrap-about-boxes .item-box .title,
body .content-product .box-infos .top .title-box,
body .sidebar .box-form-side .title-form,
body .text-blog-single h1,
body .text-blog-single h2,
body .text-blog-single h3,
body .text-blog-single h4 {
  color: black;
}
body .content-product .box-text .actions .btn-default {
  background-color: #f7cfb0;
  color: black;
}
body .logo-rodape {
  height: 80px;
}
@media (max-width: 991px) {
  body .wrap-bar-infos .bar {
    margin-top: 20px;
    display: block;
    height: auto;
  }
}
body .breadcrumbs {
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  body footer .default-footer {
    flex-flow: column;
  }
  body .owl-carousel.owl-mobile .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  body .owl-carousel.owl-mobile .owl-dots .owl-dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    margin: 0 4px;
    border: 1px solid #090909;
    background: none;
  }
  body .owl-carousel.owl-mobile .owl-dots .owl-dot.active {
    transform: scale(1.3);
    background: #090909;
  }
  body .owl-carousel.owl-mobile img {
    width: auto !important;
  }
  body .wrap-products .box-title {
    text-align: center;
  }
  body .wrap-products .box-title h2 {
    margin-inline: auto;
  }
  body .wrap-cta-boxes {
    padding-top: 30px;
  }
}
/*
     FILE ARCHIVED ON 02:53:15 Jul 17, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:03:17 Jul 31, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.386
  exclusion.robots: 0.762
  exclusion.robots.policy: 0.719
  esindex: 0.01
  cdx.remote: 1106.098
  LoadShardBlock: 1961.521 (3)
  PetaboxLoader3.datanode: 264.775 (5)
  PetaboxLoader3.resolve: 1748.307 (2)
  load_resource: 1892.08
  loaddict: 213.549
*/