/* @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap'); */
@import url(partials/footermenu.css);
@import url(footer.css);
@import url(variables.css);

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--body-font);
  color: var(--main-color);
  scroll-behavior: smooth;
  /* background-color: transparent; */
  background-image: url('../img/RADAR.svg');
  background-repeat: no-repeat;
  background-color: #e9e9e9;
  background-position-x: -575px;
  background-position-y: 100px;
  background-size: 4000px;
  text-align: justify;
}

.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

.title {
  color: var(--main-color);
  font-weight: bold;
  font-family: var(--main-font);
  font-size: 35px;
  text-transform: none;
}

/* .title::after{
  content: "";
  display: block;
  width: 150px;
  height: 2px !important;
  background: currentColor 0% 0% no-repeat padding-box;
  opacity: 1;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
} */

.subtitle {
  color: var(--main-color);
  font-weight: 400;
  font-family: var(--main-font);
  font-size: 30px;
  text-transform: none;
}

/* .subtitle::after{
  content: "";
  display: block;
  width: 100px;
  height: 2px !important;
  background: currentColor 0% 0% no-repeat padding-box;
  opacity: 1;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--main-font);
  text-transform: uppercase;
  font-weight: 800;
}

.price {
  text-align: center;
}

.price .old-price {
  text-align: center;
}

header {
  position: relative;
}

/* .header-container {
  position: absolute;
  z-index: 100;
  width: 100%;
} */

header .user-logged {
  text-align: center;
  padding: 2px 0;
  background: var(--main-color);
  color: white;
}

header .user-logged a {
  color: white;
}

header .selo-industria {
  font-size: 14px;
  font-weight: normal;
  max-width: 170px;
}

header .selo-industria .selo-description {
  color: white;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ffffff57;
}

header .selo-industria .selo-bottom {
  color: white;
}

header .selo-industria .selo-bottom img {
  width: 20px;
  margin-left: 5px;
}

.header .header-bottom.sticky {
  z-index: 999999 !important;
}

header .header-bottom.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1001;
  box-shadow: 0 0 10px 0 #00000082;
}

.text-gradient {
  font-style: normal;
  background: linear-gradient(81deg, #b00000, #600000);
  color: transparent;
  -webkit-background-clip: text;
}

/* header .menu {
  background: var(--sec-color);
  font-family: var(--main-font);
  font-weight: 400;
}

header .menu .navbar {
  padding: 0;
}

header .menu #navbar a {
  font-size: 18px;
}

header .menu .navbar-nav .nav-item .nav-link {
  color: white;
  padding: 0.8rem 0.7rem;
  text-transform: uppercase;
} */

/* header .menu .navbar-nav .nav-item:hover > .nav-link {
  background: #c50000;
  color: white !important;
}
.navbar-nav, .navbar-iten li {
  height: 100% !important;
}

header .menu .navbar-nav .nav-item:hover > .dropdown-menu {
  display: block;
}

header .menu .navbar-nav .nav-item:hover > .dropdown-menu li a {
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

header .menu .navbar-nav .dropdown-menu {
  margin: 0;
  border: 0;
  padding: 0;
  width: 200px;
}

header .menu .navbar-nav .dropdown-menu .nav-item:hover {
  color: #FFF !important;
  background-color: var(--sec-color) !important;
}

header .menu .navbar-nav .dropdown-menu .nav-item:hover > .nav-link {
  color: #FFF !important;
  background-color: var(--sec-color) !important;
}

header .menu .navbar-nav .dropdown-menu .nav-item .nav-link {
  background: #fff;
  font-weight: normal;
  color: #656565;
  padding: 0.5rem 0.7rem;
  font-size: 16px;
}
.navbar-toggler {
  outline: none !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  padding-bottom: 12px;
}

header .menu .categories-menu .root {
  width: 250px;
  background: var(--sec-color);
  color: #fff !important;
  display: flex;
  font-weight: bold !important;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0.7rem;
}

header .menu .categories-menu .root .fa {
  font-weight: normal;
  font-size: 12px;
}

header .menu .categories-menu .root:hover {
  text-decoration: none;
}

header .menu .categories-menu .dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.32);
  margin-left: -2px;
  border-radius: 0;
  width: 285px;
  box-shadow: 3px 5px 10px 0px #ccc9;
  height: auto !important;
}

header .menu .categories-menu .dropdown-menu .nav-item .nav-link {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  color: #656565;
}

header .menu .categories-menu .dropdown-menu i{
  right: -5px !important;
}

header .menu .categories-menu .dropdown-menu .nav-item .nav-link .image {
  width: 16px;
  height: 16px;
  background-color: #656565;
  float: left;
  margin-right: 5px;
}

header .menu .categories-menu .dropdown-menu .nav-item:hover:first > .nav-link {
  background: var(--main-color) !important;
  color: #fff !important;
}

header .menu .categories-menu .dropdown-menu .nav-item:hover:first > .nav-link .image {
  background-color: #fff;
}

header .menu .categories-menu .dropdown-menu .submenu {
  height: auto !important;
  border: 1px solid rgba(0, 0, 0, 0.32);
}

header .menu .categories-menu .dropdown-menu .submenu a {
  margin: 3px 0 8px;
}

header .menu .categories-menu .submenu {
  display: none;
  position: absolute;
  background: #fff;
  border-left: 0;
  padding: 10px 0;
  border-left: 1px solid #eaeaea;
  width: 285px;
  box-shadow: 3px 5px 10px 0px #ccc;
}

header .menu .categories-menu .submenu a {
  width: 200px;
  display: flex;
  font-size: 14px;
  align-items: center;
  color: #656565;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  width: 100%;
  text-decoration: none;
}

header .menu .categories-menu .submenu a:hover {
    background-color: var(--sec-color);
    color: #FFF;

} */

header .top {
  background: var(--main-color);
  padding: 10px 0 0 0;
  margin-bottom: -20px;
}

header .top a {
  color: #fff;
}

header .top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .top .phones {
  text-align: right;
  color: white;
}

header .top .phones a {
  color: white;
  margin: 0 5px;
}

header .top .actions {
  font-weight: bold;
}

header .top .languages a {
  margin-right: 5px;
}

header .top .languages a .flag-icon {
  width: 1.8rem;
  line-height: 1.5rem;
}

header .top .languages a:hover {
  text-decoration: none;
}

header .header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 0 0 0;
  /*segments*/
}

header .header .logo {
  position: relative;
}

header .header .search-area {
  /* flex: 1; */
  display: flex;
  align-items: center;
}

header .header .search .form-group {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0;
}

header .header .search .form-group input[type=search] {
  width: 250px;
  border-radius: 0;
  border: none;
}

header .header .search .form-group a,
header .header .search .form-group button {
  font-size: 12px;
  color: #999;
  border: none;
  background: white;
}

header .header .search .form-group a {
  margin-left: -20px;
  padding: 0.375rem 0.75rem;
  line-height: 2;
  border-right-color: white;
}

header .header .search .form-group button {
  width: 36px;
  margin-left: -25px;
}

header .header .filter-segments {
  background-color: var(--main-color);
  width: 150px;
  max-height: 55px;
  text-align: left;
  color: white;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  border-radius: 5px;
  padding: 10px 0;
}

header .header .filter-segments img {
  max-width: 30px;
}

header .header .filter-segments strong {
  font-size: 14px;
  text-decoration: underline;
}

header .header .filter-segments.filtering {
  flex-direction: row !important;
  align-items: center;
  background-color: #fecc00;
  color: #646464;
  font-size: 10px;
}

header .header .filter-segments.filtering strong {
  color: #3b3b3b;
}

header .header .filter-segments.open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0px -1px 1em -3px #646464;
}

header .header .filter-segments.open .segments {
  display: flex !important;
}

header .header .filter-segments .segments {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 100%;
  z-index: 1;
  text-align: left;
  width: 100%;
  background: white;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0px 6px 1em -3px #646464;
}

header .header .filter-segments .segments a {
  font-size: 14px;
  text-transform: capitalize;
  color: #666666;
  font-weight: 600;
  padding: 8px 10px;
}

header .header .filter-segments .segments a:hover {
  background-color: var(--main-color);
  color: white;
  text-decoration: none;
}

header .header .actions {
  display: flex;
  position: relative;
  flex-direction: column;
}

header .header .actions .phones a {
  color: white !important;
}

header .header .actions .phones a:hover {
  text-decoration: none;
}

header .header .actions .row:last-of-type a {
  display: flex;
  position: relative;
  flex-direction: column;
  color: white;
  font-size: 16px;
  align-items: center;
  width: 65px;
}

header .header .actions a svg {
  width: 28px;
  height: auto;
  opacity: 0.8;
  margin-bottom: 5px;
  fill: white;
}

header .header .actions a .badge-cart {
  position: absolute;
  z-index: 2;
  width: 18px;
  height: 18px;
  font-size: 10px;
  border-radius: 50%;
  right: 12px;
  top: 0;
  padding-top: 4.5px;
}

.card-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 10px 0;
  width: 100%;
}

.card-container .card-main {
  overflow: hidden;
  border-radius: 30px;
  box-shadow: -10px 18px 5px -1px rgba(0, 0, 0, 0.66);
  width: 70%;
}

.card-main .card-image {
  position: relative;
  overflow: hidden;
  height: 160px;
  width: 100%;
}

.card-main img {
  position: absolute;
  width: 100%;
}

.card-main .card-content {
  display: grid;
  grid-template-rows: 50px 1fr 50px;
  background-color: #620001;
  padding: 0 10px;

  color: #FFF;
}

.card-main .card-title,
.card-main .card-description,
.card-main .card-action {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.card-main .card-action a {
  list-style: none;
  color: #FFF;
}

.overlay-link-banner {
  position: absolute;
  width: 100%;
  height: 100%;
}

.table-responsive {
  display: block !important;
}

section.main {
  flex: 1;
}

section.main.sticky {
  padding-top: 90px;
}

footer {
  position: relative;
  overflow: hidden;
}

.footer .overlay-detail {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 60%;
  opacity: .1;
  z-index: 1;
  display: none;
}

.grecaptcha-badge {
  z-index: 1000;
  bottom: 80px !important;
}

.footer *:not(.overlay-detail, footer > .copyright) {
  z-index: 2;
}

footer .newsletter {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  padding-top: 35px;
  padding-bottom: 0;
}

footer .newsletter .container {
  border-bottom: 1px solid #393935;
  padding-bottom: 30px;
}

footer .newsletter .container h2.title {
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
}

footer .newsletter .container .body {
  color: #FFF;
}

footer .newsletter .container .inputs {
  display: flex;
  align-items: center;
}

footer .newsletter .container .inputs .inputs-container {
  flex: 1;
}

footer .newsletter .container .inputs .form-group {
  display: flex;
}

footer .newsletter .container .inputs .form-group select {
  max-width: 180px;
}

footer .newsletter .container .inputs .form-group .form-control {
  background: white;
  border-radius: 0;
  border: none;
}

footer .newsletter .container .inputs .form-group .form-control::-webkit-input-placeholder {
  color: #616161;
}

footer .newsletter .container .inputs .form-group .form-control::-moz-placeholder {
  color: #616161;
}

footer .newsletter .container .inputs .form-group .form-control:-ms-input-placeholder {
  color: #616161;
}

footer .newsletter .container .inputs .form-group .form-control::-ms-input-placeholder {
  color: #616161;
}

footer .newsletter .container .inputs .form-group .form-control::placeholder {
  color: #616161;
}

footer .newsletter .container .inputs .btn {
  border-radius: 0;
  font-weight: bold;
  color: white;
  background: var(--main-color);
  margin-left: -30px;
  border-radius: 0;
}

footer .footer {
  color: #fff;
  font-weight: bold;
  background: #350000;
  padding-top: 60px;
  padding-bottom: 35px;
}

footer .footer .title {
  text-transform: uppercase;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-family: var(--main-font);
  font-size: 16px;
}

footer .footer .title i {
  font-size: 10px;
  margin-right: 10px;
}

footer .footer .cont {
  font-size: 14px;
}

footer .footer .find-us {
  display: flex;
  justify-content: space-between;
}

footer .footer .find-us ul li {
  text-transform: none;
  font-size: 12px;
}

footer .footer a {
  color: white;
}

footer .footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .footer ul li {
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 5px;
  color: white;
}

footer .footer .infos .row:first-child {
  border-bottom: 1px solid #393935;
  padding-bottom: 35px;
}

footer .footer .infos .row:last-child {
  padding-top: 30px;
}

footer .footer .infos .opening-hours {
  display: flex;
  flex-direction: column;
  font-size: 12px;
}

footer .footer .infos .opening-hours span {
  font-weight: normal;
  color: white;
}

footer .footer .infos .payment-flags {
  max-width: 400px;
}

footer .social {
  display: flex;
}

footer .social a {
  color: #fff;
  background: #32332e;
  margin: 5px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
}

footer .brands {
  padding: 20px 0;
}

footer .selo-since {
  max-width: 185px;
}

footer .copyright {
  height: 60px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer>.copyright {
  position: relative;
  background: linear-gradient(81deg, #600000, #b00000) !important;
}

footer .copyright .selo-lgpd {
  /* position: absolute; */
  /* left: 40px; */
  width: 65px;
  margin: 0 auto 0 0;
}

footer .copyright a {
  text-decoration: none;
  text-transform: initial;
  color: #ffffffc7;
  font-size: 16px;
  font-weight: 300;
  margin-right: auto;
}

footer .copyright a strong {
  font-size: 17px;
  font-weight: 900;
  color: #fff;
}

@media (max-width:450px) {
  footer .copyright .selo-lgpd {
    left: 10px;
  }
}

@media (max-width: 350px) {
  footer .copyright a {
    font-size: 12px;
  }
}

#lightcase-content {
  background-color: var(--main-color) !important;
}

.custom-control-label::before {
  top: 0;
}

.custom-control-label::after {
  top: 0.01rem;
}

/* .navbar-nav .dropdown-menu {
  position: absolute;
} */

.owl-carousel .owl-item img {
  /* width: auto !important; */
}

.owl-prev {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 50%;
  margin-top: -40px !important;
  margin-left: -20px !important;
  display: block !important;
  border: 0 solid black;
}

.owl-next {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 50%;
  margin-top: -40px !important;
  margin-right: -23px !important;
  right: 0;
  display: block !important;
  border: 0 solid black;
}

.owl-prev i,
.owl-next i {
  transform: scale(1, 3);
  color: #ccc;
}

.categories-container {
  width: 95%;
  margin: 0 auto;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  width: 30px !important;
  height: 3px !important;
}

.input-default {
  background-color: #f0f0f0;
  font-size: 12px;
  border: none;
  border-radius: 0;
  height: 50px;
  padding-left: 20px;
}

.input-default::-webkit-input-placeholder {
  color: #000;
  text-transform: capitalize;
}

.input-default::-moz-placeholder {
  color: #000;
  text-transform: capitalize;
}

.input-default:-ms-input-placeholder {
  color: #000;
  text-transform: capitalize;
}

.input-default::-ms-input-placeholder {
  color: #000;
  text-transform: capitalize;
}

.input-default::placeholder {
  color: #000;
  text-transform: capitalize;
}

.p-default {
  margin-bottom: 20px;
  color: #616161;
}

.button-default {
  background: #000;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  font-family: var(--main-font);
  font-size: 20px;
}

.button-default:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}

.help-block {
  color: var(--sec-color);
  font-size: 12px;
  margin-top: 5px;
  margin-left: 5px;
}

.account-panel ul {
  list-style: none;
  background-color: #ececec;
  padding-left: 0;
}

.account-panel ul li a {
  width: 100%;
  display: block;
  padding: 5px 0 5px 15px;
  color: #0c0c0c;
}

.account-panel ul li a:hover {
  background-color: var(--main-color);
  text-decoration: none;
  font-weight: bold;
}

.tp-caption-phrase {
  color: #fff;
}

.tp-caption-phrase span {
  position: relative;
  top: 0;
  background: var(--main-color);
  padding: 0 10px;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding-top: 3px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}

.hamburger.is-active:hover,
.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: #000;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #000;
}

.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: "";
}

.hamburger-inner:before {
  top: -10px;
}

.hamburger-inner:after {
  bottom: -10px;
}

.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx .hamburger-inner:after,
.hamburger--3dx .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx.is-active .hamburger-inner {
  transform: rotateY(180deg);
  background-color: transparent !important;
}

.hamburger--3dx.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx-r .hamburger-inner:after,
.hamburger--3dx-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx-r.is-active .hamburger-inner {
  transform: rotateY(-180deg);
  background-color: transparent !important;
}

.hamburger--3dx-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy .hamburger-inner:after,
.hamburger--3dy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy.is-active .hamburger-inner {
  transform: rotateX(-180deg);
  background-color: transparent !important;
}

.hamburger--3dy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy-r .hamburger-inner:after,
.hamburger--3dy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy-r.is-active .hamburger-inner {
  transform: rotateX(180deg);
  background-color: transparent !important;
}

.hamburger--3dy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy .hamburger-inner:after,
.hamburger--3dxy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg);
  background-color: transparent !important;
}

.hamburger--3dxy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy-r .hamburger-inner:after,
.hamburger--3dxy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
  background-color: transparent !important;
}

.hamburger--3dxy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--arrow.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrow.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrow-r.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrow-r.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowalt .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowalt.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowalt-r .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowturn.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn-r.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner:after,
.hamburger--boring .hamburger-inner:before {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}

/* header .menu .hamburger .hamburger-inner,
header .menu .hamburger .hamburger-inner:after,
header .menu .hamburger .hamburger-inner:before {
  background-color: #fff;
} */

.hamburger--collapse .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}

.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(-90deg);
}

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}

.hamburger--collapse-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(45deg);
}

.hamburger--collapse-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}

.hamburger--collapse-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(90deg);
}

.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: 0.275s;
}

.hamburger--elastic .hamburger-inner:before {
  top: 10px;
  transition: opacity 0.125s ease 0.275s;
}

.hamburger--elastic .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(135deg);
}

.hamburger--elastic.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(-270deg);
}

.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: 0.275s;
}

.hamburger--elastic-r .hamburger-inner:before {
  top: 10px;
  transition: opacity 0.125s ease 0.275s;
}

.hamburger--elastic-r .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(-135deg);
}

.hamburger--elastic-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(270deg);
}

.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s ease-in 0.175s;
}

.hamburger--emphatic .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}

.hamburger--emphatic .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner:before {
  top: -80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
}

.hamburger--emphatic.is-active .hamburger-inner:after {
  top: -80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
}

.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner:before {
  top: 80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
}

.hamburger--emphatic-r.is-active .hamburger-inner:after {
  top: 80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
}

.hamburger--minus .hamburger-inner:after,
.hamburger--minus .hamburger-inner:before {
  transition: bottom 0.08s ease-out 0s, top 0.08s ease-out 0s, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner:after,
.hamburger--minus.is-active .hamburger-inner:before {
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s linear 0.08s;
  opacity: 0;
}

.hamburger--minus.is-active .hamburger-inner:before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner:after {
  bottom: 0;
}

.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform, opacity;
}

.hamburger--slider .hamburger-inner:after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform, opacity;
}

.hamburger--slider-r .hamburger-inner:after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner:before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

.hamburger--spin .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
}

.hamburger--spin .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(225deg);
}

.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}

.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

.hamburger--spin-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
}

.hamburger--spin-r .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(-225deg);
}

.hamburger--spin-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}

.hamburger--spin-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(90deg);
}

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s linear 0.13s;
}

.hamburger--spring .hamburger-inner:before {
  top: 10px;
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner:after {
  top: 20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}

.hamburger--spring-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner:before {
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--spring-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s linear 0.22s;
  opacity: 0;
}

.hamburger--spring-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: rotate(90deg);
}

.hamburger--stand .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}

.hamburger--stand .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(90deg);
  background-color: transparent !important;
}

.hamburger--stand.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg);
}

.hamburger--stand.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg);
}

.hamburger--stand-r .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}

.hamburger--stand-r .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand-r .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand-r.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(-90deg);
  background-color: transparent !important;
}

.hamburger--stand-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg);
}

.hamburger--stand-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg);
}

.hamburger--squeeze .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}

.hamburger--squeeze .hamburger-inner:before {
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}

.hamburger--squeeze .hamburger-inner:after {
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}

.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
  opacity: 0;
}

.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

.hamburger--vortex .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.2s;
}

.hamburger--vortex .hamburger-inner:after,
.hamburger--vortex .hamburger-inner:before {
  transition-delay: 0.1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}

.hamburger--vortex .hamburger-inner:before {
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner:after {
  transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(765deg);
}

.hamburger--vortex.is-active .hamburger-inner:after,
.hamburger--vortex.is-active .hamburger-inner:before {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(90deg);
}

.hamburger--vortex-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.2s;
}

.hamburger--vortex-r .hamburger-inner:after,
.hamburger--vortex-r .hamburger-inner:before {
  transition-delay: 0.1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}

.hamburger--vortex-r .hamburger-inner:before {
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner:after {
  transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(-765deg);
}

.hamburger--vortex-r.is-active .hamburger-inner:after,
.hamburger--vortex-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}

@media (max-width: 992px) {
  .selo-industria {
    margin: 0 auto;
    margin-bottom: 20px;
  }

  header .header .actions {
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.filter-segments,
.budget {
  display: inline-flex !important;
}

/* @media (min-width: 992px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
  }

  .dropdown:hover > .dropdown-menu .nav-item:hover > .submenu {
    display: block;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
} */

@media (max-width: 767px) {
  header .top {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  header .top .container {
    display: block;
  }

  header .top .container .languages,
  header .top .container .phones {
    text-align: center;
  }

  header .top .container .actions {
    text-align: center;
  }

  /* header .menu .container {
    padding: 0;
  }

  header .menu .categories-menu {
    width: calc(100% - 67px);
  }

  header .menu .categories-menu .root {
    width: 100%;
  }

  header .menu .fa-angle-right {
    display: none;
  }

  header .menu .hamburger {
    padding: 3px;
    padding-left: 0;
    margin-right: 6px;
  }


  header .menu .navbar-nav .dropdown-menu {
    width: 100%;
  }

  header .menu .navbar-nav.menu-default .dropdown-menu {
    position: initial;
  } */

  header .header {
    display: block;
    padding-bottom: 5px;
  }

  header .header .search .form-group {
    justify-content: center;
  }

  header .header .search .all-categories {
    line-height: 1 !important;
  }

  header .header .logo {
    margin-right: 0;
    text-align: center;
    display: block;
    bottom: 0;
  }


  header .header .actions svg {
    width: 18px !important;
  }

  .solutions {
    background-color: var(--main-color);
    text-align: center;
  }

  /* .score-content {
      width: unset !important;
  } */

  .where-find .representatives {
    margin-bottom: 20px;
  }

  .about .read-more {
    margin-bottom: 20px;
  }

  .lines .title {
    color: var(--main-color) !important;
  }

  .lines .myx,
  .lines .myhouse {
    height: auto !important;
  }


  .lines .myx .logo,
  .lines .myhouse .logo {
    height: auto !important;
    margin-bottom: 10px;
  }

  .lines .myx .logo img,
  .lines .myhouse .logo img {
    max-width: 50%;
  }

  .action {
    justify-content: center !important;
  }

  .filter-segments {
    margin-right: 0 !important;
  }

  .lines .myx .line-products .product,
  .lines .myhouse .line-products .product {
    height: auto !important;
  }

  footer .cont {
    margin-bottom: 10px;
  }

  footer .newsletter .social {
    margin-top: 15px;
  }

  footer .footer .infos {
    margin-top: 30px;
  }

  .brands .brand {
    text-align: center;
    margin-bottom: 10px;
  }

  .newsletter .inputs {
    margin-top: 20px;
  }

  /* .facebook {
    margin-top: 20px;
  } */

  .products {
    display: block !important;
  }

  .products .product:not(:first-child) {
    display: none;
  }

  .owl-prev {
    margin-left: -14px !important;
  }

  .owl-next {
    margin-right: -10px !important;
  }

  .page-container .representative {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .page-container .product p {
    margin-top: 10px;
  }

  .page-container .line-products .line-product img {
    margin: 0 auto;
    max-width: 50%;
  }
}

.categories,
.products,
.about,
.lines,
.where-find,
.usage-scenarios,
.simulators,
.posts,
.newsletter {
  padding: 20px 0;
}

.where-find {
  padding-top: 0;
}

.lines {
  padding-bottom: 0;
}

.usage-scenarios,
.categories {
  background: #F1F1F1;
}

.categories .category .title {
  color: var(--main-color);
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  margin-top: 5px;
  line-height: 1.1;
}

.categories .category .image {
  text-align: center;
}

.categories .category .image img {
  max-width: 70%;
  display: inline-block;
}

.categories .category a {
  color: #fff;
}

.tips {
  margin-top: 30px;
}

.tips .tip {
  position: relative;
  margin-bottom: 30px;
}

.tips .tip a:hover {
  text-decoration: none;
}

.tips .tip .title {
  text-align: center;
  color: var(--main-color);
  background: #E6E6E6;
  padding: 5px;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.tips .tip .description {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 20px;
  color: #fff;
  right: 0;
  background: rgba(27, 67, 93, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tips .tip .description .t {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 24px'

}

.tips .tip .description .d {
  text-align: center;
}

.tips .tip .description .b {
  background: #fff;
  color: var(--main-color);
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 12px;
  padding: 5px;
  font-weight: bold;
}

.tips .tip:hover .description {
  opacity: 1;
}

.tips .tip:hover .title {
  opacity: 0;
}

.products {
  display: grid;
  grid-template-columns: repeat(4, 25%);
}

.products .product {
  margin: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.products .product.product-0 {
  background: #630202;
}

.products .product.product-0:hover {
  background: #310101;
}

.products .product.product-1 {
  background: var(--sec-color);
}

.products .product.product-1:hover {
  background: #d80000;
}

.products .product.product-2 {
  background: #630202;
}

.products .product.product-2:hover {
  background: #310101;
}

.products .product.product-3 {
  background: var(--sec-color);
}

.products .product.product-3:hover {
  background: #d80000;
}

.products .product.product-4 {
  background: #630202;
}

.products .product.product-4:hover {
  background: #310101;
}

.products .product.product-5 {
  background: var(--sec-color);
}

.products .product.product-5:hover {
  background: #d80000;
}

.products .product.product-6 {
  background: var(--sec-color);
}

.products .product.product-6:hover {
  background: #d80000;
}

.products .product.product-7 {
  background: var(--sec-color);
}

.products .product.product-7:hover {
  background: #d80000;
}

.products .product.product-8 {
  background: var(--sec-color);
}

.products .product.product-8:hover {
  background: #d80000;
}

.products .product.product-row {
  grid-row: span 2;
}

.products .product.product-column {
  grid-column: span 2;
}

.products .product img {
  max-height: 120px;
}

.products .product a {
  padding: 20px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.products .product a .title {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
  font-weight: bold;
}

.products .product a:hover {
  text-decoration: none;
}

.releaseds {
  display: flex;
  margin: 30px 0 60px 0;
}

.releaseds .item {
  height: auto;
}

.releaseds .item span {
  display: block;
  width: 100%;
  text-align: center;
}

.releaseds .item a {
  display: block;
  margin: 0 auto;
  background-color: var(--sec-color);
  border-radius: 0;
  padding: 4px 4px;
  color: white;
  font-size: 14px;
  max-width: 100px;
  text-align: center;
  font-weight: bold;
}

.releaseds .item a:hover {
  text-decoration: none;
}

.releaseds .item .title {
  color: var(--main-color);
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}

.releaseds .item .description {
  font-size: 12px;
  margin-bottom: 10px;
  text-align: center;
  color: #464646;
  margin-top: 12px;
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

.releaseds .item .price {
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

/* .about, .testimonials {
  background: #eee;
  padding: 40px 0;
} */

.about .title,
.about .description {
  margin-bottom: 20px;
}

.about .title {
  text-transform: uppercase;
}

.about .description {
  color: var(--dark);
  text-align: justify;
}

.about .read-more {
  text-align: center;
}

.about .read-more a {
  background-color: var(--sec-color);
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  border-radius: 0;
  font-family: var(--main-font);
}

.about .read-more a:hover {
  background-color: var(--sec-color);
}

.about iframe {
  width: 100%;
  height: 300px;
}

.posts .title {
  margin-bottom: 20px;
}

.posts .post {
  color: var(--main-color);
  margin-bottom: 20px;
  display: flex;
}

.posts .post .title a {
  color: var(--main-color);
}

.posts .post .date {
  width: 50px;
  margin-right: 10px;
  text-align: center;
}

.posts .post .date .day {
  font-weight: bold;
  font-size: 40px;
}

.posts .post .date .month {
  font-size: 20px;
  margin-top: -10px;
}

.posts .post .body {
  flex: 1;
}

.posts .post .body .title {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 18px;
}

.posts .post .body .p {
  color: #000;
  font-size: 14px;
}

.posts .post .body .read-more {
  margin-top: 5px;
  text-transform: uppercase;
  font-size: 14px;
}

.posts .read-more-all {
  text-align: center;
  margin-top: 20px;
}

.simulators .title,
.simulators .description {
  margin-bottom: 20px;
}

.simulators .actions {
  text-align: center;
  margin-bottom: 20px;
}

.lines {
  /* background-color: var(--main-color); */
}

.lines .title {
  text-transform: uppercase;
  color: var(--main-color);
}

.lines .resume {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
  color: #464646;
  margin-top: 12px;
  margin-bottom: 10px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: var(--main-font);
}

.lines .price {
  color: #212529;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lines a.btn {
  display: block;
  margin: 0 auto;
  background-color: var(--main-color) !important;
  border-radius: 0 !important;
  padding: 4px 4px;
  color: white;
  font-size: 14px !important;
  max-width: 100px;
  text-align: center;
  text-transform: inherit !important;
  font-weight: bold;
}

.lines .myx {
  margin-bottom: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.lines hr {
  border: dashed 5px #eee;
}

.lines .myx,
.lines .myhouse {
  min-height: 370px;
  padding: 30px 0;
  position: relative;
  color: #fff;
}

/* 
.lines .myx .col .title,
.lines .myhouse .col .title {
  display: flex;
  align-items: center;
  justify-content: left;
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  font-family: var(--main-font);
  text-transform: capitalize;
  font-size: 2.6rem;
  color: white;
} */

.lines .myx .logo,
.lines .myhouse .logo {
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .lines .myx:after,
.lines .myhouse:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
} */

.lines .myx *,
.lines .myhouse * {
  z-index: 2;
}

.lines .myx .line-title,
.lines .myhouse .line-title {
  width: 100%;
  font-size: 40px !important;
  word-break: break-word;
  font-weight: bold;
  font-family: var(--main-font);
  text-transform: uppercase;
  font-size: 2.6rem;
  color: var(--dark);
  border-radius: 999px;
}

.lines .myx .line-products .product,
.lines .myhouse .line-products .product {
  min-height: 340px;
  padding: 20px;
  border-radius: 5px;
}

.lines .myx .line-products .product .title,
.lines .myhouse .line-products .product .title {
  color: var(--main-color);
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  font-family: var(--main-font);
  text-transform: capitalize;
}

.lines .myx .line-products .product .image,
.lines .myhouse .line-products .product .image {
  height: 180px;
  text-align: center;
  display: block;
}

.lines .myx .line-products .product .image img,
.lines .myhouse .line-products .product .image img {
  max-height: 180px;
  width: auto !important;
  display: inline-block !important;
}

.lines .myx .line-products .product .ref,
.lines .myhouse .line-products .product .ref {
  text-align: center;
  font-size: 10px;
  color: #000;
}

.lines .myx .line-products .product .read-more,
.lines .myhouse .line-products .product .read-more {
  margin-top: 10px;
  text-align: center;
}

.lines .myx .line-products .product .read-more a,
.lines .myhouse .line-products .product .read-more a {
  background-color: var(--sec-color) !important;
  border-radius: 4px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  font-family: var(--main-font);
}

.where-find .representatives,
.where-find .where {
  position: relative;
}

.where-find .representatives .caption,
.where-find .where .caption {
  color: #fff;
  font-weight: bold;
  position: absolute;
  width: 100%;
  text-transform: uppercase;
  bottom: 0;
  font-size: 25px;
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
  background: #2C3E4A;
}

.testimonials .title {
  text-transform: uppercase;
}

.testimonials .testimonial {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  margin: 0 auto;
}

.testimonials .testimonial .image {
  display: flex;
  align-items: center;
  width: 120px;
  height: 120px;
  overflow: hidden;
}

.testimonials .testimonial .image img {
  border-radius: 50%;
  max-width: 120px;
}

.testimonials .testimonial .text {
  flex: 1;
  color: #616161;
  /* background: #fff; */
  padding: 20px;
  padding-left: 30px;
  text-align: justify;
}

.testimonials .testimonial .text .name {
  color: var(--main-color);
  margin-bottom: 10px;
  font-weight: bold;
}

.testimonials .testimonial .text .company {
  margin-top: 10px;
  color: #000;
  text-align: right;
  font-weight: bold;
}

.testimonials .testimonial .more {
  display: flex;
  flex-basis: 100%;
  justify-content: center;
}

.testimonials .testimonial .more a {
  text-align: center;
  font-size: 14px;
  padding: 8px 10px;
  color: #000;
  background: var(--four-color);
  /* text-transform: uppercase; */
  font-weight: 400;
  color: white;
  font-family: var(--main-font);
}

.solutions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: var(--main-color);
  padding: 50px 0;
}

.solutions h2 {
  color: white;
  font-weight: bold;
}

.solutions .read-more {
  margin-top: 40px;
  text-align: center;
  display: block;
}

.solutions .read-more a {
  font-family: var(--main-font);
  border-radius: 0;
  background-color: var(--sec-color);
  font-size: 16px;
  font-weight: 400;
  padding: 8px 10px;
  display: inline-block;
}

.partners {
  margin-top: 35px;
  margin-bottom: 0;
}

.partners .partner {
  display: flex;
  justify-content: center;
}

.partners .partner img {
  max-height: 170px;
}

.partners .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.partners .owl-nav .owl-prev,
.partners .owl-nav .owl-next {
  position: inherit;
  margin-left: 0;
  width: 50px;
}

.partners .owl-nav .owl-prev:focus,
.partners .owl-nav .owl-next:focus {
  outline: 0;
}

.partners .owl-nav .owl-prev i,
.partners .owl-nav .owl-next i {
  font-size: 40px;
  transform: inherit;
}

.btn-primary {
  background: #000;
  border: #000;
  border-radius: 4px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  padding: 5px 15px;
  font-family: var(--main-font);
}

.btn-primary:hover {
  background: #000;
  border: #000;
  opacity: 0.8;
}

.breadcrumb-container {
  background: #C5C5C5;
}

.breadcrumb-container .breadcrumb {
  font-family: var(--main-font);
  font-size: 16px;
  background: transparent;
  padding-left: 0;
  /* margin: 10px 0; */
  font-style: italic;
}

.breadcrumb-container .breadcrumb .breadcrumb-item a {
  padding-left: 0;
  text-decoration: none;
}

.breadcrumb-container .breadcrumb .breadcrumb-item:nth-child(1) a {
  text-decoration: none;
  font-weight: 800;
  text-transform: lowercase;
}

.breadcrumb-container .breadcrumb .breadcrumb-item::before {
  padding-right: 4px;
  content: "";
}

.breadcrumb-container .breadcrumb .breadcrumb-item::after {
  display: inline-block;
  color: #494949;
  padding: 0 6px;
  content: "|";
}

.breadcrumb-container .breadcrumb .breadcrumb-item:last-child {
  font-family: var(--main-font);
  text-transform: capitalize;
  color: #000;
  padding-left: 0;
}

.breadcrumb-container .breadcrumb .breadcrumb-item:last-child::after {
  content: "";
}

.breadcrumb-container .breadcrumb .breadcrumb-item a {
  color: var(--gray-primary);
}

.page-container.products-page .page-title h1 {
  font-size: 24px;
  color: var(--main-color);
  text-align: left;
}

.page-container.products-page button.prod-characteristics {
  display: block;
  margin: auto;
}

.page-container .page-title h1 {
  text-align: center;
  color: #000;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.page-block-content .action {
  display: flex;
  justify-content: center;
}

.page-block-content .action .btn-default {
  background: var(--sec-color);
  color: white;
  font-family: var(--main-font);
  text-transform: uppercase;
}

div.mainttl-block-body {
  font-size: clamp(16px, 1.5vw + 0.5rem, 18px);
  line-height: 1.5;
}

.page-container .page-blocks .page-block {
  margin-bottom: 20px;
}

.page-container .page-blocks .page-block .row-reverse {
  flex-direction: row-reverse;
}

.page-container .page-blocks .page-block .page-block-content {
  text-align: justify;
  line-height: 1.3;
}

.page-container .page-blocks .page-block .page-block-content h2 {
  color: var(--main-color);
  font-size: 22px;
  margin-bottom: 10px;
}

/* .page-container .visions {
  margin-top: 40px;
}

.page-container .visions .vision {
  padding: 10px;
  margin-bottom: 30px;
  border: 1px solid #fff;
  border-radius: 5px;
}

.page-container .visions .vision:hover {
  box-shadow: 0 1px 10px #9ec0f1;
}

.page-container .visions .vision .title {
  margin-bottom: 10px;
  font-size: 24px;
  color: var(--main-color);
} */

.page-container .other-pages {
  border-top: 1px solid var(--main-color);
  margin-top: 50px;
}

.page-container .other-pages .title {
  text-align: center;
  font-weight: bold;
  color: var(--main-color);
  font-size: 20px;
  padding: 20px 0;
}

.page-container .pages {
  margin-top: 30px;
}

.page-container .pages .page {
  position: relative;
  margin-bottom: 30px;
}

.page-container .pages .page a:hover {
  text-decoration: none;
}

.page-container .pages .page .title {
  text-align: center;
  color: var(--main-color);
  background: #E6E6E6;
  padding: 5px;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.page-container .pages .page .description {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 20px;
  color: #fff;
  right: 0;
  background: rgba(27, 67, 93, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page-container .pages .page .description .t {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 24px;
}

.page-container .pages .page .description .d {
  text-align: center;
}

.page-container .pages .page .description .b {
  background: #fff;
  color: var(--main-color);
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 12px;
  padding: 5px;
  font-weight: bold;
}

.breadcrumb-container .breadcrumb .breadcrumb-item:last-child {
  /* font-family: Arial, Helvetica, sans-serif; */
  color: #494949;
  padding-left: 0;
}

.card-body .card-text {
  color: var(--main-color);
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
  font-family: var(--main-font);
}

.card-body a p {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
  color: #464646;
  margin-top: 12px;
  margin-bottom: 10px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: var(--main-font);
}

.page-container .pages .page:hover .description {
  opacity: 1;
}

.page-container .pages .page:hover .title {
  opacity: 0;
}

.page-container.testimonial-page .testimonials .testimonial {
  padding: 15px;
  margin-bottom: 30px;
  background-color: #f4f4f4;
}

.page-container.testimonial-page .testimonials .testimonial .text {
  background-color: transparent;
}

.page-container.testimonial-page .testimonials .testimonial .text .company {
  color: #4e4e4e;
  font-weight: 600;
}

.page-container .awards {
  margin-top: 30px;
}

.page-container .awards .award {
  margin-bottom: 30px;
}

.page-container .awards .award .title {
  margin-bottom: 10px;
  color: var(--main-color);
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.page-container .awards .award .image {
  text-align: center;
}

.page-container .awards .award .image img {
  max-width: 80%;
}

.page-container .awards .award .description {
  margin-top: 10px;
}

.page-container .product .price {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

.page-container .product .technical h3 {
  color: #000;
  font-size: 20px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: var(--main-font);
}

.page-container .product .technical strong {
  color: #000;
  text-decoration: underline;
}

.page-container .product .resume p {
  color: #464646;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}

.page-container .product p {
  color: #464646;
  font-size: 14px;
}

.page-container .product .quantity {
  text-align: center;
  margin-top: 20px;
}

.page-container .product .quantity .input-group {
  width: 50%;
  margin: 0 auto;
}

.page-container .product .quantity .form-control {
  text-align: center;
}

.page-container .product .action {
  text-align: center;
}

.page-container .product .action.featured button {
  border: none;
  font-size: 12px;
  background-color: #f1f1f1;
  color: var(--main-color);
}

.page-container .product .action button {
  font-size: 14px;
  font-weight: bold;
  background-color: var(--sec-color);
}

.page-container .product .images .cover {
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-container .product .images .gallery {
  display: flex;
}

.page-container .product .images .gallery .thumb {
  width: 25%;
  border: 1px solid #ccc;
  margin-top: 10px;
  margin-right: 10px;
}

.page-container .product .download .file {
  display: inline-block;
  margin-right: 20px;
}

.page-container .product .nav-pills .nav-link {
  font-family: var(--main-font);
  color: var(--dark);
  font-weight: 600;
}

.page-container .product .nav-pills .nav-link.active {
  background-color: var(--dark);
  color: white;
}

.page-container .line-products {
  border-top: 1px solid #f0f0f0;
  padding: 30px 0;
  margin-top: 30px;
}

.page-container .line-products h4 {
  text-align: center;
  font-weight: bold;
  color: #4d4d4d;
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.page-container .line-products h4 small {
  color: var(--main-color);
  display: block;
  font-weight: bold;
  font-size: 30px;
}

.page-container .line-products .line-product .title {
  margin-top: 10px;
  color: var(--main-color);
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.page-container .line-products .line-product .ref {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 12px;
}

.page-container .line-products .line-product .resume {
  font-size: 12px;
  margin-bottom: 10px;
  text-align: center;
  color: #464646;
  margin-top: 12px;
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

.page-container .line-products .line-product .price {
  color: #212529;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-container .line-products .line-product .read-more {
  text-align: center;
}

.page-container .line-products .line-product .read-more .btn {
  display: block;
  margin: 0 auto;
  background-color: var(--sec-color);
  border-radius: 0;
  padding: 4px 4px;
  color: white;
  font-size: 14px;
  max-width: 100px;
  text-align: center;
  text-transform: inherit;
}

.page-container .line-products .owl-nav .owl-prev,
.page-container .line-products .owl-nav .owl-next {
  background-color: #0c2951;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}

.page-container .line-products .owl-nav .owl-prev i,
.page-container .line-products .owl-nav .owl-next i {
  color: white;
  transform: inherit;
}

.page-container .line-products .owl-nav .owl-prev i:focus,
.page-container .line-products .owl-nav .owl-next i:focus {
  outline: 0;
}

.page-container .category-banner img {
  object-fit: cover;
  width: 100%;
  max-height: 450px;
}

.page-container .category .category-childrens .search {
  margin-bottom: 30px;
}

.page-container .category .category-childrens .search input[type=search] {
  border-radius: 0;
}

.page-container .category .category-childrens .title {
  font-size: 18px;
  font-weight: 600;
}

.page-container .category .category-childrens .space {
  display: block;
  width: 55px;
  border-bottom: 2px solid #616161;
  margin: 25px 0;
}

.page-container .category .category-childrens ul {
  list-style: none;
  padding-left: 0;
  color: #616161;
}

.page-container .category .category-childrens ul li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}

.page-container .category .category-childrens ul li i {
  font-size: 6px;
  color: #9a9a9a;
}

.page-container .category .category-childrens ul li a {
  color: #616161;
  padding-left: 10px;
  font-size: 12px;
}

.page-container .category .prod {
  display: grid;
  grid-template-rows: auto auto;
  height: 100%;
}

.page-container .category .prod .image {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  align-items: center;
  height: 230px;
}

.page-container .category .prod .image img {
  max-width: 90%;
  max-height: 100%;
}

.page-container .category .prod .title {
  color: var(--main-color);
  font-weight: bold;
  font-family: var(--main-font);
  font-size: 16px;
  text-align: center;
}

.page-container .category .prod .resume {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
  color: #464646;
  margin-top: 12px;
  margin-bottom: 10px;
}

.page-container .category .prod .price {
  color: #212529;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.prod .action {
  text-align: center;
  margin-top: auto;
}

.prod .action a {
  display: block;
  margin: 0 auto;
  background-color: var(--sec-color);
  border-radius: 0;
  padding: 4px 4px;
  color: white;
  font-size: 14px;
  max-width: 100px;
  text-align: center;
  font-weight: bold;
}

.prod .action a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.page-container .category .pagination {
  justify-content: center;
  margin-top: 50px;
}

.page-container .category .pagination .page-item {
  margin-right: 10px;
}

.page-container .category .pagination .page-item .page-link {
  color: #303030;
}

.page-container .category .pagination .page-item.active .page-link {
  background-color: #303030;
  border-color: #303030;
  color: #fff;
}

.page-container .contact-page .info {
  text-align: left;
  padding-left: 30px;
}

.page-container .contact-page .info .title {
  font-size: 24px;
  font-family: var(--main-font);
  color: #000;
  font-weight: bold;
  margin: 20px 0;
  text-transform: uppercase;
}

.page-container .contact-page .info p {
  margin-bottom: 8px;
}

.page-container .contact-page .info p strong {
  color: #626262;
}

.page-container .contact-page .map {
  padding-right: 30px;
}

.page-container .contact-page .map iframe {
  width: 100%;
}

.page-container .contact-page .map,
.page-container .contact-page .info {
  margin-top: 50px;
}

.page-container .contact-page h4 {
  text-align: center;
  font-size: 16px;
  color: var(--main-color);
  font-weight: bold;
  width: 100%;
}

.page-container .contact-page .btn {
  background: #0c2951;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  font-family: var(--main-font);
  font-size: 20px;
}

.page-container .posts-page .post-search {
  margin: 20px 0 40px;
  position: relative;
}

.page-container .posts-page .post-search .form-control {
  border-radius: 0;
  border: 2px solid var(--main-color);
}

.page-container .posts-page .post-search button {
  position: absolute;
  top: 8px;
  right: 5px;
  background: transparent;
  border: 0;
}

.page-container .posts-page .post {
  margin-bottom: 20px;
}

.page-container .posts-page .post .title {
  font-weight: bold;
  color: var(--main-color);
  font-size: 20px;
}

.page-container .posts-page .post .body {
  margin: 20px 0;
}

.page-container .posts-page .pagination {
  justify-content: center;
}

.page-container #representatives-result {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.page-container .representative {
  border: 1px solid var(--main-color);
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
}

.page-container .representative:nth-child(3n) {
  margin-right: 0;
}

.page-container .representative .title {
  background: var(--main-color);
  color: #fff;
  padding: 10px;
  font-weight: bold;
}

.page-container .representative .title .address {
  font-weight: normal;
}

.page-container .representative .body {
  padding: 10px;
  color: var(--main-color);
}

#accordion .card {
  margin-bottom: 10px;
  border: 2px solid var(--main-color);
  border-radius: 0;
}

#accordion .card .card-header {
  background: var(--main-color);
  color: #fff;
  padding: 0.5rem;
}

#accordion .card .card-header button {
  color: #fff;
  padding: 0;
}

#accordion .card .card-header:first-child {
  border-radius: 0;
}

#accordion .card .card-body {
  padding: 0.5rem;
}

#login {
  padding: 60px 0;
}

#login .title {
  text-transform: uppercase;
  font-size: 26px;
  text-align: center;
  margin-bottom: 30px;
}

#login .form-group {
  text-align: center;
}

#login .form-group a {
  display: block;
}

.register-container .title {
  color: #000;
  font-weight: bold;
  font-family: var(--main-font);
  font-size: 1.5rem;
  text-transform: uppercase;
}

.cart .totals {
  text-align: center;
}

.cart .totals .total {
  margin-bottom: 10px;
}

.cart .totals .total span {
  background: var(--main-color);
  border: 1px solid var(--main-color);
  padding: 10px;
  display: inline-block;
  color: #fff;
  width: 120px;
  text-align: center;
}

.cart .totals .total span+span {
  background: #fff;
  color: var(--main-color);
}

.checkout .steps .step {
  margin-bottom: 20px;
  border: 1px solid var(--main-color);
}

.checkout .steps .step .body {
  padding: 20px;
}

.checkout .steps .step .title {
  background: var(--main-color);
  padding: 5px 10px;
  color: #FFF;
}

.checkout .steps .step .title a {
  color: #000;
}

.payment-option {
  display: none;
}

.payment-options {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.payment-options a {
  display: flex;
  margin-right: 10px;
  border: 1px solid #ccc;
  box-shadow: 0 1px 10px #ccc;
  height: 150px;
  width: 150px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #434343;
}

.payment-options a.active {
  box-shadow: 0 1px 10px green;
}

.payment-options a i {
  font-size: 60px;
}

.payment-options a div {
  margin-top: 15px;
}

#credit-card {
  border-radius: 5px;
  border: 3px solid green;
  padding: 30px;
  position: relative;
  margin-top: 20px;
}

#titleTooltip {
  font-weight: bold;
  position: absolute;
  border-radius: 3px;
  color: white;
  background: #1E1E1E;
  border: 1px solid #fff;
  padding: 5px 15px;
  font-family: monospace;
  z-index: 10;
  text-transform: uppercase;
  font-size: 13px;
  max-width: 300px;
  text-align: center;
  display: none;
}

#svg-map {
  stroke: rgba(0, 0, 0, 0.5);
  padding: 0;
}

#svg-map a path {
  stroke: rgba(51, 122, 183, 0.3);
}

#svg-map a path:not([fill]) {
  fill: var(--main-color);
}

#svg-map text {
  /* font: 12px Arial-BoldMT, sans-serif; */
  stroke: #fff;
}

#svg-map a {
  text-decoration: none;
  cursor: pointer;
}

#svg-map a:hover path {
  transition-duration: 0.4s;
  fill: #206bd6;
}

#svg-map a circle {
  fill: var(--main-color);
  stroke: var(--main-color);
}

#svg-map a circle:not([fill]) {
  fill: var(--main-color);
}

#svg-map a:hover circle {
  transition-duration: 0.4s;
  fill: #206bd6;
}

#btn-whatsapp-fixed {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  height: 60px;
  width: 60px;
  right: 30px;
  bottom: 105px;
  background: #4fb129;
  font-size: 35px;
  color: white;
  border-radius: 50%;
  z-index: 99999;
}

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

.home-slide .owl-item {
  display: flex;
  align-items: stretch;
}

.home-slide .owl-item .carousel-area {
  display: grid !important;
  grid-template-columns: auto;
  grid-template-rows: 200px auto 60px;

  height: 100%;
}

.home-slide .owl-item a {
  text-decoration: none;
}

.home-slide .owl-item img {
  height: 200px;
  object-fit: contain;
}

.home-slide .owl-item .owl-carousel-btn {
  border: none;
  outline: none;
  color: white;
  font-size: 14px;
  padding: 6px 12px;
  background-color: var(--sec-color) !important;
}

.home-slide .owl-item .image {
  max-height: 300px;
}

.home-slide .owl-item .title {
  color: var(--main-color) !important;
  word-break: break-word;
  font-weight: bold;
}

.home-slide .owl-item .description {
  color: #000 !important;
  word-break: break-word;
  font-size: small;
}

.home-slide .owl-prev i,
.home-slide .owl-next i {
  color: #0056b3;
  opacity: 0.5;
  font-weight: bold;
  transform: scale(5);
}

.home-slide .owl-nav button {
  outline: none;
}

.home-slide .owl-nav button:hover {
  background: #0000 !important;
}

.page-main {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.remote {
  height: 100vh;
}

.header-logo {
  width: 60px;
}

.store {
  background: url('../../images/fundo.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  box-shadow: inset 0px 5px 10px 0px #000A;
}

.wrapper {
  position: relative;
}

.header-whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  transition: 600ms;
  background-color: #4fb129;
  height: 80px;
  width: 80px;
  border-radius: 50%;
}

.header-whatsapp i {
  font-size: 45px;
  color: white;
  transition: 300ms;
}

.header-whatsapp-contact {
  bottom: 100px;
  right: 10px;
  transition: 300ms;
}

.remote .title {
  font-size: 4vw;
  color: #FFF;
  font-family: var(--main-font);
}

.navbar-toggler {
  outline: none !important;
  box-shadow: none !important;
}

.navbar-toggler {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.instruction {
  margin-bottom: 16px;
  font-size: 13px;
  color: #aaa;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent !important;
}

.owl-nav button {
  transform: scaleX(2.5);
}

.sm li {
  font-weight: 800;
  padding: 0 5px;
}

@media(max-width: 1200px) {
  .sm li {
    padding: 0 2px;
  }
}

.bottom {
  bottom: 110px;
  transition: 600ms;
}

.breadcrumb-item+.breadcrumb-item {
  padding: 0;
}

@media (max-width: 600px) {
  .remote .title {
    font-size: 10vw;
  }
}

@media (max-width: 769px) {
  .defaultimg {
    -webkit-mask-image: none;
  }

  .col-auto-custom {
    display: flex;
    justify-content: center;
    padding: 20px 0;
  }

  .footer-container,
  .container-header {
    width: 100%;
  }
}

@media (min-width: 769px) {

  .footer-container,
  .container-header {
    width: 75%;
  }
}

@media (min-width: 768px) {
  .col-auto-custom {
    flex: 0 0 auto !important;
    width: auto !important;
  }
}

.container-card-wk {
  border-radius: 10px;
  text-decoration: none;
  background: rgb(128, 0, 0);
  background: linear-gradient(90deg, rgba(128, 0, 0, 1) 0%, rgba(173, 0, 0, 1) 100%);
  height: 60px;
}

.container-card-wk img {
  max-height: 100px !important;
}

.container-card-wk-list {
  text-decoration: none;
  background: rgb(128, 0, 0);
  background: linear-gradient(90deg, rgba(128, 0, 0, 1) 0%, rgba(173, 0, 0, 1) 100%);
  border-bottom: 1px solid #ee4148;
  height: 45px;
}

.container-card-wk-list:hover {
  background: #ee4148 !important;
}

.container-card-wk-list img {
  max-height: 80px !important;
}

.rounded-start {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-end {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  border-top-right-radius: 0 !important;
}

.hr-wk {
  margin: 0 !important;
  width: 100% !important;
  height: 1px !important;
  background: #e6503c !important;
}

.call-for-u {
  background: #43345b;
  padding: 5px 10px;
  text-decoration: none;
  color: #fff;
  border-radius: 15px;
  transition: all 0.4s
}

.call-for-u:hover {
  background: #544769;
  color: #fff;
  transition: all 0.4s
}
    /* config */

    .carousel-home-title {
      text-transform: capitalize;
      color: #111111;
      font-weight: 400;
  }

  /* carousel-1 */

  .container-background {
      position: absolute;
      max-width: 1150px;
      max-height: 220px;
      top: 30%;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgb(251, 206, 86);
      background: linear-gradient(90deg, rgba(251, 206, 86, 1) 0%, rgba(236, 157, 75, 1) 100%);
      border-radius: 30px;
      margin: 0 auto;
      z-index: -1;
      transform: scale(1.1, 1.3);
  }

  @media(max-width: 1000px) {
      .container-background {
          max-height: 190px
      }

      .container-background-home-5 {
          max-height: 180px !important;
      }
  }

  .container-carousel-home-1 {
      z-index: 1;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      max-width: 350px;
      min-width: 350px;
      min-height: 290px;
      max-height: 290px;
      background: #fff;
      border-radius: 30px;
      padding: 10px 25px;
  }

  .container-carousel-home-1-image {
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: -18px;
      max-width: 100px;
      min-width: 100px;
      max-height: 100px;
      min-height: 100px;
      background: rgb(251, 206, 86);
      background: linear-gradient(90deg, rgba(251, 206, 86, 1) 0%, rgba(236, 157, 75, 1) 100%);
      border-radius: 50%;
      overflow: hidden;
  }

  .container-carousel-home-1-image img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center;
      max-height: 50px;
  }

  .container-carousel-home-1 h2 {
      margin-top: 50px;
      text-align: center;
      text-transform: capitalize;
      color: black
  }

  .container-carousel-home-1 p {
      color: black;
      font-size: 18px;
      text-align: center;
      line-height: 22px;
  }

  /* carousel-2 */

  .container-carousel-home-wrapper {
      position: relative;
      width: 100%;
      display: flex;
      justify-content: center;
      padding-top: 80px;
  }

  .container-carousel-home-wrapper::before {
      content: '';
      position: absolute;
      top: 50%;
      width: 100%;
      max-width: 700px;
      height: 3px;
      background-color: #cac9c9;
      z-index: 0;
      transform: translateY(-50%);
  }

  .container-carousel-home-2 {
      z-index: 1;
      position: relative;
      max-width: 200px;
      min-width: 200px;
      margin: 0 20px;
  }

  .container-carousel-home-2-image {
      position: relative;
      z-index: 1;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #00bd4b;
      max-width: 180px;
      min-width: 180px;
      min-height: 180px;
      max-height: 180px;
      border-radius: 20px;
  }

  .container-carousel-home-2-image img {
      max-width: 100px;
  }

  .container-carousel-home-2 p {
      color: black;
      font-size: 18px;
      text-align: center;
      padding: 0 20px;
      line-height: 22px;
  }

  .container-carousel-home-2:nth-child(1) {
      transform: translateY(-10px) scale(1);
  }

  .container-carousel-home-2:nth-child(2) {
      transform: translateY(-20px) scale(1.1);
  }

  .container-carousel-home-2:nth-child(3) {
      transform: translateY(-30px) scale(1.2);
      margin: 0 30px;
  }

  .container-carousel-home-2:nth-child(4) {
      transform: translateY(-40px) scale(1.3);
      margin: 0 40px;
  }

  @media (max-width: 1000px) {
      .container-carousel-home-wrapper {
          flex-direction: column;
          align-items: center;
          padding-top: 0;
      }

      .container-carousel-home-2 {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          margin: 0px 0px;
          max-width: none;
          min-width: 100%;
      }

      .container-carousel-home-wrapper::before {
          top: 50%;
          width: 2px !important;
          max-width: 100%;
          height: 100% !important;
          max-height: 800px;
      }

      .container-carousel-home-2:nth-child(1) {
          transform: translateY(10px) scale(1);
      }

      .container-carousel-home-2:nth-child(2) {
          transform: translateY(20px) scale(1.1);
      }

      .container-carousel-home-2:nth-child(3) {
          transform: translateY(30px) scale(1.2);
          margin: 20px 0px;
      }

      .container-carousel-home-2:nth-child(4) {
          transform: translateY(40px) scale(1.3);
          margin: 20px 0px;
      }
  }

  /* carousel-3 */

  .container-carousel-home-3 {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      max-height: 300px;
  }

  .container-carousel-home-3-image {
      border-radius: 20px;
      max-height: 300px;
      overflow: hidden;
  }

  .container-carousel-home-3-image img {
      object-fit: cover;
  }

  .container-carousel-home-3 h2 {
      position: absolute;
      bottom: -20px;
      padding: 5px 15px;
      background: rgb(164, 94, 219);
      background: linear-gradient(90deg, rgba(164, 94, 219, 1) 0%, rgba(164, 94, 219, 1) 33%, rgba(246, 140, 91, 1) 100%);
      border-radius: 50px;
      text-transform: capitalize;
      color: #fff;
  }

  /* carousel-4 */

  .container-carousel-home-4 {
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .container-carousel-home-4-image {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      min-height: 130px;
      min-width: 130px;
      max-width: 130px;
      max-height: 130px;
      border-radius: 30px;
      background: #07288c;
      max-width: 100px;
  }

  .container-carousel-home-4-image img {
      max-height: 70px;
      object-fit: contain;
  }

  .container-carousel-home-4-image p {
      color: #fff;
      margin: 0;
  }

  /* carousel-5 */

  .container-background-home-5 {
      position: absolute;
      max-width: 1150px;
      max-height: 200px;
      top: 30%;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgb(251, 206, 86);
      background: linear-gradient(90deg, rgba(251, 206, 86, 1) 0%, rgba(236, 157, 75, 1) 100%);
      border-radius: 30px;
      margin: 0 auto;
      z-index: -1;
      transform: scale(1.1, 1.3);
  }

  .container-carousel-home-5 {
      z-index: 1;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      max-width: 350px;
      min-width: 350px;
      min-height: 250px;
      max-height: 290px;
      background: #fff;
      border-radius: 30px;
      padding: 10px 15px !important;
  }

  .container-carousel-home-5-image img {
      border-radius: 20px;
  }

  .container-background-home-6 {
      position: absolute;
      top: 30px;
      width: 100%;
      height: 100%;
      background: #00a200;
      padding: 0 20px;
      border-radius: 20px;
      max-height: 280px;
      min-height: 280px;
  }

  @media(max-width: 1000px) {
      .container-background-home-6 {
          position: absolute;
          top: 30px;
          width: 100%;
          height: 100%;
          background: #00a200;
          padding: 0 20px;
          border-radius: 20px;
          max-height: 100%;
          min-height: 100%;
      }
  }
