@font-face {
  font-family: "Antarctica";
  src: url(../fonts/AntarcticaBeta-Bold.otf) format("opentype");
  font-weight: bold;
}

@font-face {
  font-family: "Antarctica";
  src: url(../fonts/AntarcticaBeta-Regular.otf) format("opentype");
  font-weight: normal;
}

@font-face {
  font-family: "Antarctica";
  src: url(../fonts/AntarcticaBeta-Light.otf) format("opentype");
  font-weight: lighter;
}

:root {
  --font-size-base: 20px;
  --font-size-small: 18px;
  --font-size-tini: 12px;
  --font-size-h1: 36px;
  --font-size-h3: 32px;
  --font-size-h4: 28px;
  --font-size-h5: 24px;
  --color-pri: #ad6b49;
  --color-white: #fff;
  --color-black: #000;
  --section-padding: 42px;
}

body {
  font-family: "Antarctica", sans-serif;
  color: var(--color-black);
  font-size: var(--font-size-base);
  line-height: 1.3;
  font-weight: normal;
  background-color: var(--color-white);
  scroll-behavior: smooth;
}

body.lock {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Antarctica";
  margin-bottom: 15px;
}

h1 {
  font-size: var(--font-size-h1);
}

h2 {
  font-size: var(--font-size-h1);
}

h3 {
  font-size: var(--font-size-h3);
}

h4 {
  font-size: var(--font-size-h4);
}

h5 {
  font-size: var(--font-size-h5);
}

h6 {
  font-size: var(--font-size-base);
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.big-font {
  font-size: var(--font-size-h5);
}

a {
  color: var(--color-black);
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #808080;
}

input,
select {
  display: inline-block;
}

.color-pri {
  color: var(--color-pri);
}

.pb-base {
  padding-bottom: 32px !important;
}

.mb-base {
  margin-bottom: 32px !important;
}

select,
input {
  font-weight: 400;
  height: 46px;
  background-color: var(--color-white);
  padding: 0 5px;
  border: 0;
  border-radius: 0;
  outline: none;
  width: 100%;
}

textarea {
  border: 0;
  border-radius: 0;
  outline: none;
  width: 100%;
  padding: 10px 20px;
  background-color: var(--color-white);
  font-weight: 400;
  height: 120px;
}

input[type="radio"],
input[type="checkbox"] {
  padding: 0;
}

select {
  -webkit-appearance: none;
  background-image: url(../select.svg);
  background-size: 30px;
  background-position: center right 15px;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 1px solid var(--color-white);
  /* color: var(--color-white); */
  padding-right: 50px;
}

.button {
  font-weight: bold;
  height: 46px;
  background-color: var(--color-white);
  padding: 0 20px;
  border: 0;
  border-radius: 0;
  outline: none;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.button.dark {
  background-color: var(--color-black);
  color: var(--color-white);
}

.gap-base {
  gap: 24px;
}

/* Header */
.site-header {
  position: sticky;
  z-index: 9995;
  transition: top 0.75s ease-in-out;
  top: -100%;
  padding: 30px;
  background-color: var(--color-white);
}

.site-header.header-fix,
.site-header.down {
  position: sticky;
  top: 0;
}

.site-header .logo-f {
  width: 75px;
}

.site-header .logo-f img {
  display: block;
}

.site-header .logo {
  /* padding-left: 30px; */
  width: 100%;
}

.site-header .logo img {
  width: 100%;
}

.site-header .meu-icon-box {
  display: flex;
  gap: 0px;
  margin-left: auto;
  width: fit-content;
}

.site-header .menu-box {
  width: fit-content;
  padding: 0;
  margin-left: auto;
}

.site-header .cart-btn {
  display: none;
  position: relative;
}

.site-header .cart-btn svg {
  width: 30px;
  height: 30px;
}

.site-header .cart-btn .count-number {
  position: absolute;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  background-color: #000;
  font-size: 12px;
  justify-content: center;
  display: flex;
  align-items: center;
  right: -7px;
  top: -5px;
  color: #fff;
}

.site-header .menu-header {
  position: relative;
}

.site-header .menu-hamburger {
  display: flex;
  align-items: center;
  gap: 10px;
}

.site-header .menu-hamburger .text {
  font-size: var(--font-size-tini);
  text-transform: uppercase;
  margin-top: 3px;
  color: var(--color-black);
}

.site-header .hamburger {
  display: block;
  cursor: pointer;
  z-index: 2;
}

.site-header .hamburger .line {
  width: 40px;
  height: 3px;
  background-color: var(--color-black);
  display: block;
  margin: 6px 0 6px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.site-header .mobile-show {
  display: none;
}

.site-header .fix-show {
  display: none;
}

.site-header .fix-none {
  display: block;
}

.site-header.header-fix .fix-show,
.site-header.down .fix-show {
  display: flex;
}

.site-header.header-fix .fix-none,
.site-header.down .fix-none {
  display: none;
}

.main-menu-header {
  position: absolute;
  top: 0;
  right: 100%;
  width: max-content;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease-in-out;
}

.main-menu-header.open {
  opacity: 1;
  pointer-events: all;
}

.main-menu-header ul {
  list-style: none;
  padding: 4px 20px;
  margin: 0;
}

.main-menu-header ul li {
  padding-bottom: 10px;
  display: block;
  text-align: right;
}

.main-menu-header ul li a {
  font-size: var(--font-size-small);
  text-transform: uppercase;
  background-color: var(--color-black);
  color: var(--color-white);
  padding: 2px 4px 1px;
}

.main-menu-header ul li a:hover {
  background-color: #808080;
}

.site-header .sub-menu {
  padding-top: 30px;
}

.site-header .sub-menu ul {
  padding: 0;
  margin: 0;
}

.site-header .sub-menu ul li {
  padding-bottom: 10px;
  display: block;
}

.site-header .sub-menu ul li a {
  font-size: var(--font-size-small);
  text-transform: uppercase;
}

.site-header .sub-menu-fix ul {
  padding: 0;
  margin: 0;
  display: flex;
  list-style: none;
}

.site-header .sub-menu-fix ul li {
  padding: 0 20px;
}

.site-header .sub-menu-fix ul li a {
  font-size: var(--font-size-small);
  text-transform: uppercase;
}

.site-header .sub-menu-fix ul li a:hover {
  opacity: 0.5;
  color: inherit;
}

/* Main */

.swiper {
  width: 100%;
  height: auto;
}

.section-landing .swiper {
  max-height: 75vmin;
}

.swiper-wrapper {
  height: auto;
}

.section {
  padding: var(--section-padding) 0;
  position: relative;
}

.section-2 {
  padding: calc(var(--section-padding) * 2) 0;
}

.img-wrap {
  position: relative;
  width: 100%;
  padding-top: 75%;
  height: 0;
  overflow: hidden;
  -webkit-clip-path: polygon(
    45px 0%,
    100% 0%,
    100% 100%,
    100% 100%,
    0% 100%,
    0% 32px
  );
  clip-path: polygon(45px 0%, 100% 0%, 100% 100%, 100% 100%, 0% 100%, 0% 32px);
}

.img-wrap.img-wrap-banner {
  padding-top: 52%;
}

.img-wrap.img-square {
  padding-top: 100%;
}

.img-wrap.img-wrap-noclip {
  -webkit-clip-path: none;
  clip-path: none;
}

.img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: left center;
}

.swiper-button-next,
.swiper-button-prev {
  width: 45px;
  height: 90px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 60px;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 60px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "";
  background-image: url(../icon-prev.png);
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "";
  background-image: url(../icon-next.png);
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 15px;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 8px;
  width: 10px;
  height: 10px;
  background-color: var(--color-white);
}

.swiper-pagination-bullet {
  opacity: 0.6;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.item-product {
  display: block;
  position: relative;
}

.item-product .content {
  /* text-transform: lowercase; */
  position: absolute;
  color: var(--color-white);
  left: 30px;
  bottom: 20px;
  text-decoration: underline;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
}

.contact-link-box {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 30px 60px;
}

a.btn-cta,
.btn-cta a,
.contact-link-box a {
  display: inline-block;
  text-decoration: none !important;
  background: var(--color-black);
  color: var(--color-white);
  padding: 3px 4px 1px;
}

.section-shop {
  background-color: var(--color-black);
  margin: 6em 0;
}

/* Hide the slides by default */
.swiper-slide {
  visibility: hidden;
}

/* Show the slides once the swiper is initialized */
.swiper-initialized .swiper-slide {
  visibility: visible;
}

.section-shop .logo-left {
  padding-left: 30px;
}

.section-shop .logo-right {
  padding-right: 30px;
}

.popup-brand-box {
  position: fixed;
  background-color: rgb(0 0 0 / 75%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 9999;
  padding: 30px;
  overflow: auto;
}

.popup-brand-box .popup-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.popup-brand-box .popup-brand-body {
  position: relative;
  overflow: auto;
  /* height: 100%; */
  background: #fff;
  z-index: 1;
}

.popup-brand-box .swiper {
  background: var(--color-black);
}

.popup-brand-box .img-wrap img {
  object-fit: contain;
  object-position: center;
}

.popup-brand-box .img-wrap-auto img {
  width: auto;
  height: clamp(180px, 60vmin, 650px);
  display: block;
  max-width: 100%;
}

.popup-brand-box .slider-thumbnails {
  margin-top: 5px;
  margin-bottom: 5px;
}

.popup-brand-box .slider-thumbnails ul {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 5px;
  flex-wrap: wrap;
}

.popup-brand-box .slider-thumbnails ul li {
}

.popup-brand-box .slider-thumbnails ul img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  object-position: center;
}

.swiper-slides-auto .swiper-slide {
  width: auto;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-close-popup-brand {
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
}

.btn-close-popup-brand svg {
  width: 20px;
  height: 20px;
}

.btn-close-popup-brand:hover {
  opacity: 0.5;
}

img[data-lazy-src] {
  opacity: 0;
}

img.lazyloaded {
  -webkit-transition: opacity 0.5s linear 0.2s;
  -moz-transition: opacity 0.5s linear 0.2s;
  transition: opacity 0.5s linear 0.2s;
  opacity: 1;
}

.section-page-blocks a {
  color: #808080;
  text-decoration: underline;
}

.section-content-image {
  position: relative;
}

.section-content-image .content-image {
  min-height: 350px;
  object-fit: cover;
  width: 100%;
}

.section-content-image .overlay {
  position: absolute;
  width: 100%;
  z-index: 1;
  bottom: 30px;
}

.section-content table td {
  padding: 5px 3vw 5px 0;
  vertical-align: top;
}

.quote-box .avt {
  width: 130px;
  min-width: 130px;
  height: 130px;
}

.quote-box .avt img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.section-item-icon {
  background-color: #81806f;
}

.item-icon {
  text-align: center;
  color: #ffffff;
}

.item-icon img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 15px;
}

.crmWebToEntityForm {
  font-size: 14px;
  /* background-color: transparent !important; */
}

.crmWebToEntityForm select,
.crmWebToEntityForm textarea,
.crmWebToEntityForm input {
  width: 100% !important;
  max-width: 300px;
  border-radius: 0 !important;
  /* border: 1px solid var(--color-black) !important; */
}

.crmWebToEntityForm .zcwf_col_fld {
  width: 65% !important;
}

.crmWebToEntityForm .zcwf_row {
  display: flex;
  align-items: center;
}

.crmWebToEntityForm .zcwf_button {
  border: 0 !important;
  background-color: var(--color-black) !important;
  color: var(--color-white) !important;
}

.section-content-image .crmWebToEntityForm {
  background-color: rgba(76, 74, 74, 0.92) !important;
  color: var(--color-white) !important;
  padding: 15px !important;
}

.section-content-image .zcwf_title {
  color: var(--color-white) !important;
}

/* .item-team {
  text-align: center;
} */

/* .item-team img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
} */
.item-team .img-wrap {
  margin-bottom: 15px;
}

.maps iframe {
  position: relative;
  width: 100%;
  height: 400px;
}

.popup-box {
  position: fixed;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.85);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: none;
}

.popup-form {
  max-height: calc(100% - 40px);
  overflow: auto;
  max-width: 580px;
  margin: 0 auto;
  background: #fff;
  padding: 15px;
  font-size: 15px;
}

.popup-form::-webkit-scrollbar {
  display: none;
}

.popup-form {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.popup-close {
  display: block;
  width: 16px;
  height: 16px;
  margin-left: auto;
  margin-top: -5px;
  margin-right: -5px;
  cursor: pointer;
}

.popup-close img {
  display: block;
}

.product_meta {
  padding-top: 30px;
}

.crmWebToEntityForm {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: inherit !important;
  width: fit-content !important;
}

.crmWebToEntityForm .zcwf_title,
.crmWebToEntityForm .zcwf_col_lab {
  padding-left: 0 !important;
}

.crmWebToEntityForm .zcwf_col_lab,
.crmWebToEntityForm .zcwf_button {
  font-size: 14px !important;
  font-family: inherit !important;
}

.crmWebToEntityForm label {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

.crmWebToEntityForm .zcwf_title {
  display: none;
}

.crmWebToEntityForm select,
.crmWebToEntityForm input {
  height: 30px;
}

.popup-brand-slider {
  position: fixed;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 1);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  padding: 30px;
}

.popup-brand-slider .mySwiper2 {
  width: 100%;
  height: calc(100% - 120px);
}

.popup-brand-slider .mySwiper {
  padding-top: 30px;
}

.popup-brand-slider .mySwiper2 .swiper-wrapper {
  height: 100%;
}

.popup-brand-slider .mySwiper2 .img-wrap {
  -webkit-clip-path: none;
  clip-path: none;
  padding: unset;
  height: 100%;
}

.popup-brand-slider .mySwiper2 .img-wrap img {
  object-fit: contain;
  object-position: center;
}

.popup-brand-slider .mySwiper .swiper-slide {
  width: 120px;
  height: 90px;
  filter: brightness(0.5);
}

.popup-brand-slider .mySwiper .swiper-slide-thumb-active {
  filter: brightness(1);
}

.popup-brand-slider .mySwiper .swiper-slide .img-wrap {
  -webkit-clip-path: none;
  clip-path: none;
}

.loading-more {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.loading-more svg {
  width: 60px;
}

.brand-slider {
  position: relative;
  cursor: pointer;
}

.brand-slider .img-wrap-auto img {
  width: 100%;
  object-position: center;
  object-fit: cover;
}

.brand-slider > svg {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 15px;
  right: 15px;
  background: #fff;
  padding: 5px;
}

.single-vcard .site-header,
.single-vcard > .container {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  padding: 10px 5%;
}

.single-vcard .site-header {
  padding: 30px 5%;
}

.single-vcard .vcard-fields .group {
  margin: 20px 0;
  max-width: 300px;
  line-height: 1.8;
}

.single-vcard .vcard-fields a {
  display: block;
}

.single-vcard .vcard-fields .vcard-name {
  font-size: 140%;
  font-weight: 500;
}

.single-vcard .vcard-fields ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}

.single-vcard #page-content {
  padding-bottom: 30px;
}

.single-vcard .vcard-fields .btn:not(.circle) {
  padding: 5px;
  border: 1px solid;
  /* text-decoration: underline; */
  font-size: 110%;
  text-transform: uppercase;
  text-align: center;
}

.single-vcard #page-content .vcard-fields {
  width: 70%;
  margin: 45px auto 0;
}

.single-vcard #page-content .vcard-fields ul li {
  margin-left: 0;
  list-style-type: inherit;
  list-style: inherit;
}

.single-vcard .vcard-fields .vcard-field {
  position: relative;
}

.single-vcard .vcard-fields .vcard-field::before {
  content: "";
  width: 18px;
  height: 18px;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -9px;
  opacity: 0.5;
}

.single-vcard .vcard-fields .vcard-email::before {
  background-image: url(../email.png);
}

.single-vcard .vcard-fields .vcard-phone::before {
  background-image: url(../telephone.png);
}

.single-vcard .vcard-fields .vcard-address::before {
  background-image: url(../location.png);
}

.single-vcard .vcard-fields .vcard-website::before {
  background-image: url(../website.png);
}

.single-vcard #page-content .vcard-fields ul li a {
  width: 30px;
  height: 30px;
  border: 1px solid;
  border-radius: 7px;
  background-size: 60% !important;
}

.single-vcard #page-content .vcard-fields ul li.linkedin a {
  background: url(../linkedin.png) no-repeat center;
}

.single-vcard #page-content .vcard-fields ul li.instagram a {
  background: url(../instagram.png) no-repeat center;
}

.single-vcard #page-content .vcard-fields ul li.facebook a {
  background: url(../facebook.png) no-repeat center;
}

.single-vcard #page-content .vcard-fields .btn.circle {
  position: absolute;
  right: 20px;
  bottom: 20px;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  background: #000 url(../add-user.png) no-repeat center;
  background-size: 40%;
}

.single-vcard .site-footer {
  display: none;
}

@media screen and (max-width: 600px) {
  .single-vcard .bg {
    font-size: 14px;
  }

  .single-vcard #page-content .vcard-fields .btn.circle {
    right: 2%;
  }

  .single-vcard .vcard-fields .btn:not(.circle) {
    font-size: 14px;
  }
}
