:root {
  --header-light-color: #000;
  --header-dark-color: #fff;
  --title-light-color: #464646;
  --title-dark-color: #fff;
  --text-light-color: #000;
  --text-dark-color: #fff;
  --base-width: 100vw;
}

@media (min-width: 576px) {
  :root {
    --base-width: 540px;
  }
}
@media (min-width: 768px) {
  :root {
    --base-width: 720px;
  }
}
@media (min-width: 992px) {
  :root {
    --base-width: 960px;
  }
}
@media (min-width: 1200px) {
  :root {
    --base-width: 1140px;
  }
}
a {
  color: inherit;
  text-decoration: none;
}

body {
  font-family: "Rajdhani", sans-serif;
}

b, strong {
  font-weight: bold;
}

.section-primary {
  --section-color: #222;
  --section-background-color: #f9f9ff;
  --section-header-color: #222;
  --section-header-small-color: #222;
  --section-title-color: #f5bd3a;
  --section-title-small-color: #d89a0b;
  color: var(--section-color);
  background-color: var(--section-background-color);
}

.section-secundary {
  --section-color: #fff;
  --section-background-color: #fecd28;
  --section-header-color: #fff;
  --section-header-small-color: #fff;
  --section-title-color: #f5dfab;
  --section-title-small-color: #f5dfab;
  color: var(--section-color);
  background-color: var(--section-background-color);
}

.section-tertiary {
  --section-color: #f9f9ff;
  --section-background-color: #222;
  --section-header-color: #fff;
  --section-header-small-color: #fff;
  --section-title-color: #f5dfab;
  --section-title-small-color: #f5dfab;
  color: var(--section-color);
  background-color: var(--section-background-color);
}

.section-header {
  color: #222;
}
.section-header small {
  color: #222;
}
.section-secundary .section-header {
  color: #fff;
}
.section-secundary .section-header small {
  color: #fff;
}
.section-tertiary .section-header {
  color: #fff;
}
.section-tertiary .section-header small {
  color: #fff;
}

.section-title {
  color: #f5bd3a;
}
.section-title small {
  color: #d89a0b;
}
.section-secundary .section-title {
  color: #f5dfab;
}
.section-secundary .section-title small {
  color: #f5dfab;
}
.section-tertiary .section-title {
  color: #f5dfab;
}
.section-tertiary .section-title small {
  color: #f5dfab;
}

.form-label-fusion .input-group {
  border: none;
  border-radius: 0;
  border: 1px solid #707070;
}
.form-label-fusion label,
.form-label-fusion .form-control {
  border: none !important;
  border-radius: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  line-height: 30px !important;
  background: transparent !important;
  font-family: inherit !important;
  color: #707070 !important;
}
.form-label-fusion input.form-control {
  height: auto !important;
  text-align: right !important;
}
.form-label-fusion textarea.form-control {
  line-height: 1.4 !important;
}

.btn-grey, .btn-grey:visited {
  color: #fff;
  background-color: #7d7d7d;
  border: none !important;
  transition-property: color, background-color;
  transition-duration: 333ms;
  transition-timing-function: ease-in-out;
}
.btn-grey:not(:disabled):not(.disabled).focus, .btn-grey:not(:disabled):not(.disabled):focus, .btn-grey:not(:disabled):not(.disabled).active:focus, .btn-grey:not(:disabled):not(.disabled):active:focus, .show > .btn-grey.dropdown-toggle:not(:disabled):not(.disabled).focus, .show > .btn-grey.dropdown-toggle:not(:disabled):not(.disabled):focus, .show > .btn-grey.dropdown-toggle:not(:disabled):not(.disabled).active:focus, .show > .btn-grey.dropdown-toggle:not(:disabled):not(.disabled):active:focus {
  color: #212529;
  box-shadow: 0 0 0 0.2rem rgba(236, 236, 236, 0.5);
}
.btn-grey:not(:disabled):not(.disabled):hover, .btn-grey:not(:disabled):not(.disabled).focus, .btn-grey:not(:disabled):not(.disabled):focus, .btn-grey:not(:disabled):not(.disabled).active, .btn-grey:not(:disabled):not(.disabled):active, .show > .btn-grey.dropdown-toggle:not(:disabled):not(.disabled):hover, .show > .btn-grey.dropdown-toggle:not(:disabled):not(.disabled).focus, .show > .btn-grey.dropdown-toggle:not(:disabled):not(.disabled):focus, .show > .btn-grey.dropdown-toggle:not(:disabled):not(.disabled).active, .show > .btn-grey.dropdown-toggle:not(:disabled):not(.disabled):active {
  background-color: #fff;
}
.btn-grey:not(:disabled):not(.disabled):hover, .show > .btn-grey.dropdown-toggle:not(:disabled):not(.disabled):hover {
  color: #7d7d7d;
}
.btn-grey.disabled, .btn-grey:disabled {
  background-color: #7d7d7d;
  color: #fff;
}

.btn-primary, .btn-primary:visited {
  color: #fff;
  background-color: #f5bd3a;
  border: none !important;
  transition-property: color, background-color;
  transition-duration: 333ms;
  transition-timing-function: ease-in-out;
}
.btn-primary:not(:disabled):not(.disabled).focus, .btn-primary:not(:disabled):not(.disabled):focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:not(:disabled):not(.disabled).focus, .show > .btn-primary.dropdown-toggle:not(:disabled):not(.disabled):focus, .show > .btn-primary.dropdown-toggle:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:not(:disabled):not(.disabled):active:focus {
  color: #212529;
  box-shadow: 0 0 0 0.2rem rgba(254, 245, 225, 0.5);
}
.btn-primary:not(:disabled):not(.disabled):hover, .btn-primary:not(:disabled):not(.disabled).focus, .btn-primary:not(:disabled):not(.disabled):focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle:not(:disabled):not(.disabled):hover, .show > .btn-primary.dropdown-toggle:not(:disabled):not(.disabled).focus, .show > .btn-primary.dropdown-toggle:not(:disabled):not(.disabled):focus, .show > .btn-primary.dropdown-toggle:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle:not(:disabled):not(.disabled):active {
  background-color: #fff;
}
.btn-primary:not(:disabled):not(.disabled):hover, .show > .btn-primary.dropdown-toggle:not(:disabled):not(.disabled):hover {
  color: #f5bd3a;
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #f5bd3a;
  color: #fff;
}

.btn-secondary, .btn-secondary:visited {
  color: #f5f5f5;
  background-color: #222;
  border: none !important;
  transition-property: color, background-color;
  transition-duration: 333ms;
  transition-timing-function: ease-in-out;
}
.btn-secondary:not(:disabled):not(.disabled).focus, .btn-secondary:not(:disabled):not(.disabled):focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:not(:disabled):not(.disabled).focus, .show > .btn-secondary.dropdown-toggle:not(:disabled):not(.disabled):focus, .show > .btn-secondary.dropdown-toggle:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:not(:disabled):not(.disabled):active:focus {
  color: #212529;
  box-shadow: 0 0 0 0.2rem rgba(213, 213, 213, 0.5);
}
.btn-secondary:not(:disabled):not(.disabled):hover, .btn-secondary:not(:disabled):not(.disabled).focus, .btn-secondary:not(:disabled):not(.disabled):focus, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle:not(:disabled):not(.disabled):hover, .show > .btn-secondary.dropdown-toggle:not(:disabled):not(.disabled).focus, .show > .btn-secondary.dropdown-toggle:not(:disabled):not(.disabled):focus, .show > .btn-secondary.dropdown-toggle:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle:not(:disabled):not(.disabled):active {
  background-color: #f5f5f5;
}
.btn-secondary:not(:disabled):not(.disabled):hover, .show > .btn-secondary.dropdown-toggle:not(:disabled):not(.disabled):hover {
  color: #222;
}
.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #222;
  color: #f5f5f5;
}
.section-secundary .btn-secondary, .section-secundary .btn-secondary:visited {
  color: #f5f5f5;
  background-color: #222;
  border: none !important;
  transition-property: color, background-color;
  transition-duration: 333ms;
  transition-timing-function: ease-in-out;
}
.section-secundary .btn-secondary:not(:disabled):not(.disabled).focus, .section-secundary .btn-secondary:not(:disabled):not(.disabled):focus, .section-secundary .btn-secondary:not(:disabled):not(.disabled).active:focus, .section-secundary .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .section-secundary .btn-secondary.dropdown-toggle:not(:disabled):not(.disabled).focus, .show > .section-secundary .btn-secondary.dropdown-toggle:not(:disabled):not(.disabled):focus, .show > .section-secundary .btn-secondary.dropdown-toggle:not(:disabled):not(.disabled).active:focus, .show > .section-secundary .btn-secondary.dropdown-toggle:not(:disabled):not(.disabled):active:focus {
  color: #212529;
  box-shadow: 0 0 0 0.2rem rgba(213, 213, 213, 0.5);
}
.section-secundary .btn-secondary:not(:disabled):not(.disabled):hover, .section-secundary .btn-secondary:not(:disabled):not(.disabled).focus, .section-secundary .btn-secondary:not(:disabled):not(.disabled):focus, .section-secundary .btn-secondary:not(:disabled):not(.disabled).active, .section-secundary .btn-secondary:not(:disabled):not(.disabled):active, .show > .section-secundary .btn-secondary.dropdown-toggle:not(:disabled):not(.disabled):hover, .show > .section-secundary .btn-secondary.dropdown-toggle:not(:disabled):not(.disabled).focus, .show > .section-secundary .btn-secondary.dropdown-toggle:not(:disabled):not(.disabled):focus, .show > .section-secundary .btn-secondary.dropdown-toggle:not(:disabled):not(.disabled).active, .show > .section-secundary .btn-secondary.dropdown-toggle:not(:disabled):not(.disabled):active {
  background-color: #f5f5f5;
}
.section-secundary .btn-secondary:not(:disabled):not(.disabled):hover, .show > .section-secundary .btn-secondary.dropdown-toggle:not(:disabled):not(.disabled):hover {
  color: #222;
}
.section-secundary .btn-secondary.disabled, .section-secundary .btn-secondary:disabled {
  background-color: #222;
  color: #f5f5f5;
}
.section-tertiary .btn-secondary, .section-tertiary .btn-secondary:visited {
  color: #fff;
  background-color: #f5bd3a;
  border: none !important;
  transition-property: color, background-color;
  transition-duration: 333ms;
  transition-timing-function: ease-in-out;
}
.section-tertiary .btn-secondary:not(:disabled):not(.disabled).focus, .section-tertiary .btn-secondary:not(:disabled):not(.disabled):focus, .section-tertiary .btn-secondary:not(:disabled):not(.disabled).active:focus, .section-tertiary .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .section-tertiary .btn-secondary.dropdown-toggle:not(:disabled):not(.disabled).focus, .show > .section-tertiary .btn-secondary.dropdown-toggle:not(:disabled):not(.disabled):focus, .show > .section-tertiary .btn-secondary.dropdown-toggle:not(:disabled):not(.disabled).active:focus, .show > .section-tertiary .btn-secondary.dropdown-toggle:not(:disabled):not(.disabled):active:focus {
  color: #212529;
  box-shadow: 0 0 0 0.2rem rgba(254, 245, 225, 0.5);
}
.section-tertiary .btn-secondary:not(:disabled):not(.disabled):hover, .section-tertiary .btn-secondary:not(:disabled):not(.disabled).focus, .section-tertiary .btn-secondary:not(:disabled):not(.disabled):focus, .section-tertiary .btn-secondary:not(:disabled):not(.disabled).active, .section-tertiary .btn-secondary:not(:disabled):not(.disabled):active, .show > .section-tertiary .btn-secondary.dropdown-toggle:not(:disabled):not(.disabled):hover, .show > .section-tertiary .btn-secondary.dropdown-toggle:not(:disabled):not(.disabled).focus, .show > .section-tertiary .btn-secondary.dropdown-toggle:not(:disabled):not(.disabled):focus, .show > .section-tertiary .btn-secondary.dropdown-toggle:not(:disabled):not(.disabled).active, .show > .section-tertiary .btn-secondary.dropdown-toggle:not(:disabled):not(.disabled):active {
  background-color: #fff;
}
.section-tertiary .btn-secondary:not(:disabled):not(.disabled):hover, .show > .section-tertiary .btn-secondary.dropdown-toggle:not(:disabled):not(.disabled):hover {
  color: #f5bd3a;
}
.section-tertiary .btn-secondary.disabled, .section-tertiary .btn-secondary:disabled {
  background-color: #f5bd3a;
  color: #fff;
}

.btn-outline-primary {
  border: 1px solid #fee135;
  transition-property: color, background-color, border-color, box-shadow;
  transition-timing-function: ease-in-out;
  transition-duration: 0.15s;
  background: none;
  color: #fee135;
}

.btn-outline-primary:hover {
  border-color: #fee135;
  background-color: #fee135;
  color: #000;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active {
  border-color: #fee135;
  background-color: #fee135;
  color: #000;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 225, 53, 0.5);
}

@keyframes btn-scroll-pulse {
  0% {
    transform: translateY(0%);
  }
  80% {
    transform: translateY(0%);
  }
  90% {
    transform: translateY(15%);
  }
  100% {
    transform: translateY(5%);
  }
}
.btn-scroll {
  position: relative;
  display: inline-block;
}
.btn-scroll > span {
  transition-property: transform, opacity;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
  display: inline-block;
}
.btn-scroll > span:last-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.6);
  opacity: 0;
}
.btn-scroll > span:last-child > i {
  animation: btn-scroll-pulse 1.5s infinite alternate;
  animation-play-state: paused;
}
.btn-scroll-control:hover .btn-scroll > span:first-child, .btn-scroll.btn-scroll-control:hover > span:first-child {
  transform: translateY(-50%) scale(0.6);
}
.btn-scroll-control:hover .btn-scroll > span:last-child, .btn-scroll.btn-scroll-control:hover > span:last-child {
  transform: translate(-50%, 0%) scale(1);
  opacity: 1;
}
.btn-scroll-control:hover .btn-scroll > span:last-child > i, .btn-scroll.btn-scroll-control:hover > span:last-child > i {
  animation-play-state: running;
}

/* common */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  pointer-events: none;
}

.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 5px solid var(--section-title-small-color);
}

.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: var(--section-title-color);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font: 700 18px/1 "Montserrat", sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}

.ribbon-top-left::before {
  top: 0;
  right: 0;
}

.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}

.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}

.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}

.ribbon-top-right::before {
  top: 0;
  left: 0;
}

.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}

.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
  bottom: -10px;
  left: -10px;
}

.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.ribbon-bottom-left::before {
  bottom: 0;
  right: 0;
}

.ribbon-bottom-left::after {
  top: 0;
  left: 0;
}

.ribbon-bottom-left span {
  right: -25px;
  bottom: 30px;
  transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
  bottom: -10px;
  right: -10px;
}

.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent;
}

body > footer {
  position: relative;
}
body > footer .footer-logo > img, body > footer .footer-logo > svg {
  width: 100%;
}
body > footer .footer-logo > svg * {
  fill: var(--section-color);
}
body > footer .copyright, body > footer .desenvolvido {
  font-size: 0.75rem;
}

body > header {
  position: relative;
  z-index: 1000;
}
body > header .navbar-brand {
  max-width: 100%;
  width: 51px;
  padding: 0;
}
@media (min-width: 992px) {
  body > header .navbar-brand {
    width: 51px;
  }
}
body > header .navbar-brand img, body > header .navbar-brand svg {
  max-width: 100%;
  display: block;
}
body > header .navbar-toggler {
  border: none;
  font-size: 1rem;
}
body > header #mainNavbarPrev {
  background-color: var(--section-background-color);
}
body > header #mainNavbarNav {
  font-size: 1.25rem;
  background-color: transparent;
}
@media (min-width: 992px) {
  body > header .navbar {
    position: unset;
    top: auto;
    left: auto;
    right: auto;
    background-color: transparent;
  }
}
body > header .navbar .navbar-nav .nav-link, body > header .navbar .navbar-nav .navbar-text {
  line-height: 1.7;
  color: inherit;
  margin: 0 5px;
  transition: opacity ease-in-out 333ms;
  text-align: center;
}
body > header .navbar .navbar-nav .nav-link:after {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background-color: transparent;
  border-radius: 3px;
  margin: 0 auto;
  transition: width ease-in-out 333ms, background ease-in-out 333ms;
}
body > header .navbar .navbar-nav .nav-link.active {
  border-bottom-color: #fff;
}
body > header .navbar .navbar-nav .nav-link.active:after {
  width: 22px;
  background-color: var(--section-color);
}
body > header .navbar .navbar-nav .nav-link:active, body > header .navbar .navbar-nav .nav-link:hover {
  opacity: 0.45;
  /*@media (min-width: map-get($grid-breakpoints, 'lg')){
      color: $section-background-color-primary;
  }*/
}
body > header .navbar .navbar-nav .nav-link:active:after, body > header .navbar .navbar-nav .nav-link:hover:after {
  width: 22px;
  background-color: var(--section-color);
}
body > header .navbar .navbar-midias a.nav-link, body > header .navbar .navbar-midias .navbar-text {
  border-radius: 2rem;
  background-color: transparent !important;
  color: #fff !important;
  line-height: 1;
  border: none !important;
  min-width: 1.3rem;
  display: inline-block;
  text-align: center;
  margin: 0;
}
body > header .navbar .navbar-midias a.nav-link:after, body > header .navbar .navbar-midias .navbar-text:after {
  display: none;
}
body > header .dropdown-menu {
  --arrow-size: .6rem;
  margin-top: calc(var(--arrow-size) * -1);
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  padding: 0.8em;
  clip-path: polygon(0 var(--arrow-size), calc(50% - var(--arrow-size) * 0.8) var(--arrow-size), 50% 0, calc(50% + var(--arrow-size) * 0.8) var(--arrow-size), 100% var(--arrow-size), 100% 100%, 0 100%);
}
@media (min-width: 992px) {
  body > header .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
  }
}
body > header .dropdown-menu:before {
  content: "";
  display: block;
  height: var(--arrow-size);
}
body > header .dropdown-menu a.dropdown-item {
  color: #5c5c5c;
  background-color: transparent;
  transition: filter ease-in-out 333ms;
  text-align: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
body > header .dropdown-menu a.dropdown-item:hover {
  color: #fff;
  background-color: #1b1d71;
}

section.page-top .page-top-background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.product-call {
  z-index: 100;
}
.product-call .product-call-thumb {
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.product-call .product-call-title {
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  --line-height: 1.25em;
  --line-clamp: 2;
  line-height: 1.25em;
  height: 2.5em;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
.product-call .product-call-price {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
.product-call .product-call-price sup, .product-call .product-call-price sub {
  font-size: 0.6em;
  font-weight: normal;
}

#section-top .section-top-shadow {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7vw), 90vw 100%, 0 calc(100% - 7vw));
  padding-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.1);
  margin-bottom: calc(-7vw - 10px);
}
#section-top .section-top-bg {
  background-size: cover;
  background-position: center;
  padding-bottom: 7vw;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7vw), 90vw 100%, 0 calc(100% - 7vw));
  position: relative;
  z-index: 100;
}
#section-top h1 {
  font-size: 3.5rem;
  color: #f7b501;
  font-weight: 700;
  text-shadow: 0.7px 0.7px 5px rgba(0, 0, 0, 0.58);
  margin: 0;
  line-height: 0.85;
}
#section-top p {
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
  font-size: 1.625rem;
  color: #ffffff;
  text-shadow: 0.7px 0.7px 5px rgba(0, 0, 0, 0.58);
  margin: 0;
}

#section-top + * .p-ex {
  padding-top: 7vw;
}

section.about #about-carousel {
  box-shadow: -3px -4px 30px 0 rgba(0, 0, 0, 0.17);
}
section.about .about-background-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 100%;
}
section.about .single-info .info-content {
  box-shadow: 0 80px 50px -30px rgba(157, 157, 157, 0.3);
  position: relative;
  background: #fff;
  padding: 1.5rem 3rem;
  z-index: 100;
}
@media (min-width: 768px) {
  section.about .single-info .info-content {
    padding: 2rem 4rem;
  }
}
@media (min-width: 992px) {
  section.about .single-info .info-content {
    padding: 5rem 6.25rem;
  }
}
section.about .single-info .info-content h1, section.about .single-info .info-content .h1, section.about .single-info .info-content h2, section.about .single-info .info-content .h2, section.about .single-info .info-content h3, section.about .single-info .info-content .h3, section.about .single-info .info-content h4, section.about .single-info .info-content .h4, section.about .single-info .info-content h5, section.about .single-info .info-content .h5, section.about .single-info .info-content h6, section.about .single-info .info-content .h6 {
  color: var(--section-title-color);
}
section.about .single-info > [class*=col-]:first-child .info-content {
  margin-top: -8rem;
}
@media (min-width: 768px) {
  section.about .single-info > [class*=col-]:first-child .info-content {
    margin-top: 0;
    margin-right: -4rem;
  }
}
section.about .single-info > [class*=col-]:last-child .info-content {
  margin-top: -8rem;
}
@media (min-width: 768px) {
  section.about .single-info > [class*=col-]:last-child .info-content {
    margin-top: 0;
    margin-left: -4rem;
  }
}
@media (min-width: 768px) {
  section.about .single-info > [class*=col-]:first-child .info-thumb {
    margin-right: -4rem;
  }
}
@media (min-width: 768px) {
  section.about .single-info > [class*=col-]:last-child .info-thumb {
    margin-left: -4rem;
  }
}

section.banner {
  padding: 0;
  background: none;
  position: relative;
  z-index: 50;
  /*.banner-bg{
      margin-bottom: -7rem;
      background-color: var(--section-background-color);
  }*/
}
section.banner.banner-bg-grid {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto 7rem;
  break-inside: avoid;
  margin-bottom: -7rem;
}
section.banner.banner-bg-grid > :nth-child(1) {
  background-color: var(--section-background-color);
  grid-column: 1/2;
  grid-row: 1/2;
}
section.banner.banner-bg-grid > :nth-child(2) {
  grid-column: 1/2;
  grid-row: 1/3;
}
section.banner .banner-grid {
  display: grid;
  grid-template-columns: 4rem 3rem 4rem auto;
  grid-template-rows: 6rem 2rem auto 3rem 1.5rem;
  break-inside: avoid;
}
section.banner .banner-grid > :nth-child(1) {
  background-color: #fca71f;
  grid-column: 2/4;
  grid-row: 2/5;
  transform: skew(40deg, 0deg);
  transform-origin: top left;
}
section.banner .banner-grid > :nth-child(3) {
  background-color: #f8b600;
  grid-column: 1/3;
  grid-row: 3/6;
  transform: skew(40deg, 0deg);
  transform-origin: top left;
}
section.banner .banner-grid > :nth-child(2) {
  grid-column: 2/5;
  grid-row: 1/4;
}
section.banner .banner-content .section-header {
  font-size: 2rem;
  font-weight: 700;
  color: #695309;
  /*@include media-breakpoint-up('md'){
      font-size: 6rem;
  }*/
}
section.banner .banner-content .section-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff1c4;
  /*@include media-breakpoint-up('md'){
      font-size: 3rem;
  }*/
}

section.catalog-all #product-list.hidden-gifted [data-gifted=Sim] {
  display: none;
}

section.gallery .gallery-imagens {
  position: relative;
}
section.gallery .gallery-imagens .gallery-image {
  background-size: cover;
  background-position: center;
  padding-top: 50vw;
}
@media (min-width: 768px) {
  section.gallery .gallery-imagens .gallery-image {
    padding-top: 18.75vw;
  }
}
section.gallery .gallery-imagens .owl-nav {
  pointer-events: none;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
}
section.gallery .gallery-imagens .owl-nav .owl-prev, section.gallery .gallery-imagens .owl-nav .owl-next {
  color: inherit !important;
  pointer-events: all;
  margin: 0;
  padding: 0 1rem !important;
  font-size: 2rem;
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
  background: none !important;
}
section.gallery .gallery-item {
  padding: 0;
}
section.gallery .gallery-item a {
  z-index: 1;
  position: relative;
}
section.gallery .gallery-item a .gallery-info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  padding: 0 1.5rem;
  z-index: 10;
  transition: all 0.2s;
  color: var(--section-background-color);
}
section.gallery .gallery-item a .gallery-info:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.4s;
  z-index: -1;
  background: var(--section-color);
}
section.gallery .gallery-item a .gallery-info .title {
  margin-bottom: 5px;
  transition: all 0.2s;
  transform: translateY(-10px);
}
section.gallery .gallery-item a .gallery-info .pre-title {
  transition: all 0.2s;
  transform: translateY(10px);
}
section.gallery .gallery-item a:hover .gallery-info .title,
section.gallery .gallery-item a:hover .gallery-info .pre-title {
  transform: translateY(0px);
}
section.gallery .gallery-item a:hover .gallery-info {
  opacity: 1;
}
section.gallery .gallery-item a:hover .gallery-info:after {
  opacity: 0.5;
}

/*# sourceMappingURL=style.min.css.map */
