@charset "UTF-8";
@import url("../fonts/fonts.css");
/* font-family: 'Tiempos Headline'; */
::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #a17a02;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #ffffff;
}

::-webkit-scrollbar-button,
::-webkit-scrollbar-corner {
  background: #000;
  cursor: pointer;
  display: none;
}

::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:hover {
  background-clip: content-box;
  border: 1px solid transparent;
}

::-webkit-scrollbar-track {
  background: #000;
}

html, body {
  font-family: "Geogrotesque TRIAL", Arial, Helvetica, sans-serif;
  scroll-behavior: auto !important;
}

/*WhatsApp*/

.WhatsAppIcon {
    left: 60px;
    position: fixed;
    z-index: 1000;
    height: 55px;
    width: 55px;
    background: #36c641;
    line-height: 58px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 35px;
    bottom: 50px;
}

.WhatsAppIcon a{text-decoration:none; color:#fff;}
.WhatsAppIcon .icon{margin-bottom:1px;margin-left:0px;}

.table-adjust table{
    width: 100% !important;
    font-size: 12px;
}

/* Timeline*/
.timeline ul {
  --col-gap: 2rem;
  --row-gap: 2rem;
  --line-w: 0.25rem;
  display: grid;
  grid-template-columns: var(--line-w) 1fr;
  grid-auto-columns: max-content;
  column-gap: var(--col-gap);
  list-style: none;
  width: min(60rem, 90%);
  margin-inline: auto;
}

/* line */
.timeline ul::before {
  content: "";
  grid-column: 1;
  grid-row: 1 / span 20;
  background: rgb(225, 225, 225);
  border-radius: calc(var(--line-w) / 2);
}

/* columns*/

/* row gaps */
.timeline ul li:not(:last-child) {
  margin-bottom: var(--row-gap);
}

/* card */
.timeline ul li {
  grid-column: 2;
  --inlineP: 1.5rem;
  margin-inline: var(--inlineP);
  grid-row: span 2;
  display: grid;
  grid-template-rows: min-content min-content min-content;
}

/* date */
.timeline ul li .date {
  --dateH: 3rem;
  height: var(--dateH);
  margin-inline: calc(var(--inlineP) * -1);

  text-align: center;
  background-color: var(--accent-color);

  color: white;
  font-size: 1.25rem;
  font-weight: 700;

  display: grid;
  place-content: center;
  position: relative;

  border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
}

/* date flap */
.timeline ul li .date::before {
  content: "";
  width: var(--inlineP);
  aspect-ratio: 1;
  background: var(--accent-color);
  background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
  position: absolute;
  top: 100%;

  clip-path: polygon(0 0, 100% 0, 0 100%);
  right: 0;
}

/* circle */
.timeline ul li .date::after {
  content: "";
  position: absolute;
  width: 2rem;
  aspect-ratio: 1;
  background: var(--bgColor);
  border: 0.3rem solid var(--accent-color);
  border-radius: 50%;
  top: 50%;

  transform: translate(50%, -50%);
  right: calc(100% + var(--col-gap) + var(--line-w) / 2);
}

/* title descr */

.timeline ul li .title,
.timeline ul li .descr {
  background: var(--bgColor);
  position: relative;
  padding-inline: 1.5rem;
}
.timeline ul li .title {
  overflow: hidden;
  padding-block-start: 1.5rem;
  padding-block-end: 1rem;
  font-weight: 500;
}
.timeline ul li .descr {
  padding-block-end: 1.5rem;
  font-weight: 300;
}

/* shadows */

.timeline ul li .title::before,
ul li .descr::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 0.5rem;
  background: rgba(0, 0, 0, 0.5);
  left: 50%;
  border-radius: 50%;
  filter: blur(4px);
  transform: translate(-50%, 50%);
}
.timeline ul li .title::before {
  bottom: calc(100% + 0.125rem);
}

.timeline ul li .descr::before {
  z-index: -1;
  bottom: 0.25rem;
}

@media (min-width: 40rem) {
  .timeline ul {
    grid-template-columns: 1fr var(--line-w) 1fr;
  }
  .timeline ul::before {
    grid-column: 2;
  }
 .timeline ul li:nth-child(odd) {
    grid-column: 1;
  }
  .timeline ul li:nth-child(even) {
    grid-column: 3;
  }

  /* start second card */
  .timeline ul li:nth-child(2) {
    grid-row: 2/4;
  }

  .timeline ul li:nth-child(odd) .date::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    left: 0;
  }

 .timeline ul li:nth-child(odd) .date::after {
    transform: translate(-50%, -50%);
    left: calc(100% + var(--col-gap) + var(--line-w) / 2);
  }
  .timeline ul li:nth-child(odd) .date {
    border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
  }
}

.timeline .credits {
  margin-top: 1rem;
  text-align: right;
}
.timeline .credits a {
  color: var(--color);
}




/* END */


.ff-tiempos {
  font-family: "Tiempos Headline", Arial, Helvetica, sans-serif;
}

.l {
  box-shadow: 0 0 0 1px red;
}

.icon {
  stroke: unset;
  stroke-width: 0px;
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: -0.1em;
}

.ts-0p6 {
  transform: scale(0.6);
}

.ts-0p7 {
  transform: scale(0.7);
}

.ts-0p8 {
  transform: scale(0.8);
}

.ts-0p9 {
  transform: scale(0.9);
}

.ts-1p1 {
  transform: scale(1.1);
}

.ts-1p2 {
  transform: scale(1.2);
}

.ts-1p3 {
  transform: scale(1.3);
}

.ts-1p4 {
  transform: scale(1.4);
}

.ts-1p5 {
  transform: scale(1.5);
}

.ts-1p6 {
  transform: scale(1.6);
}

.ts-1p7 {
  transform: scale(1.7);
}

.ts-1p8 {
  transform: scale(1.8);
}

.ts-1p9 {
  transform: scale(1.9);
}

.ts-2p0 {
  transform: scale(2);
}

.zm-0p5 {
  zoom: 0.5;
}

.zm-0p6 {
  zoom: 0.6;
}

.zm-0p7 {
  zoom: 0.7;
}

.zm-0p8 {
  zoom: 0.8;
}

.zm-0p9 {
  zoom: 0.9;
}

.zm-1p1 {
  zoom: 1.1;
}

.opacity-3 {
  opacity: 0.03;
}

.opacity-4 {
  opacity: 0.04;
}

.opacity-5 {
  opacity: 0.05;
}

.opacity-8 {
  opacity: 0.08;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-15 {
  opacity: 0.15;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-65 {
  opacity: 0.65;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-85 {
  opacity: 0.85;
}

.opacity-90 {
  opacity: 0.9;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.text-primary {
  color: #ffc107 !important;
}

.text-primary-hover:hover {
  color: #ffc107 !important;
}

.text-primary-dark {
  color: #a17a02 !important;
}

.text-secondary {
  color: #a17a02 !important;
}

.text-secondary-hover:hover {
  color: #a17a02 !important;
}

.text-secondary-dark {
  color: #775f16 !important;
}

.text-warning-hover:hover {
  color: var(--bs-warning) !important;
}

.text-info-hover:hover {
  color: var(--bs-info) !important;
}

.text-light3 {
  color: #f1f3ff;
}

.text-paragraph {
  color: #353535;
  line-height: 1.66;
}

.text-paragraph2 {
  color: #656565;
}

.img-cover {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.css-white {
  filter: brightness(0) invert(1);
}

.bg-primary {
  background-color: #ffc107 !important;
}

.bg-primary-dark {
  background-color: #a17a02 !important;
}

.bg-secondary {
  background-color: #a17a02 !important;
}

.bg-secondary-dark {
  background-color: #775f16 !important;
}

.bg-light2 {
  background-color: #f4f4f4 !important;
}

.bg-light3 {
  background-color: #f1f3ff !important;
}

.bg-dark2 {
  background-color: #212121 !important;
}

.bg-steel {
  background-color: #414141;
}

.bg-gold {
  background-color: #744f01;
}

.bg-rose {
  background-color: #4e1707;
}

.bg-facebook, .bg-facebook:hover {
  background: #3b5998;
}

.bg-instagram, .bg-instagram:hover {
  background: #3b5998;
}

.bg-linkedin, .bg-linkedin:hover {
  background: #0077b5;
}

.bg-whatsapp, .bg-whatsapp:hover {
  background: #25d366;
}

.bg-youtube, .bg-youtube:hover {
  background: #3b5998;
}

.bg-twitter, .bg-twitter:hover {
  background: #1da1f2;
}

.bg-pinterest, .bg-pinterest:hover {
  background: #bd081c;
}

.mt-2px {
  margin-top: 2px;
}

.mt-3px {
  margin-top: 3px;
}

.mt-5px {
  margin-top: 5px;
}

.mt-6px {
  margin-top: 6px;
}

.mt-7px {
  margin-top: 7px;
}

.mt-8px {
  margin-top: 8px;
}

.w-2px {
  width: 2px;
}

.w-3px {
  width: 3px;
}

.minw-100px {
  min-width: 100px;
}

.minw-110px {
  min-width: 110px;
}

.maxw-70 {
  max-width: 70px;
}

.maxw-80 {
  max-width: 80px;
}

.maxw-90 {
  max-width: 90px;
}

.maxw-100 {
  max-width: 100px;
}

.maxw-120 {
  max-width: 120px;
}

.maxw-154 {
  max-width: 154px;
}

.maxw-540 {
  max-width: 540px;
}

.maxw-580 {
  max-width: 580px;
}

.maxw-640 {
  max-width: 640px;
}

.maxw-680 {
  max-width: 680px;
}

.maxw-720 {
  max-width: 720px;
}

.btn-secondary-arrow {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  color: #a17a02;
}
.btn-secondary-arrow:hover {
  color: #775f16;
}

.btn-primary {
  --bs-btn-font-weight: 500;
  --bs-btn-border-color: $primary;
  color: #212121;
  background: #ffc107;
  text-transform: uppercase;
}
.btn-primary:hover, .btn-primary:active {
  color: #fff;
  background: #775f16 !important;
}
.btn-primary:focus {
  color: #fff;
  background: #775f16;
}

.btn-secondary {
  --bs-btn-font-weight: 500;
  --bs-btn-border-color: $secondary;
  color: #fff;
  background: #a17a02;
  text-transform: uppercase;
}
.btn-secondary:hover, .btn-secondary:active {
  color: #fff;
  background: #775f16 !important;
}
.btn-secondary:focus {
  color: #fff;
  background: #775f16;
}

.form-control, .custom-select {
  --bs-border-radius: 3px !important;
  min-height: 46px;
  font-weight: 500;
  padding: 0.563rem 0.75rem;
}
.form-control:focus, .custom-select:focus {
  color: #775f16;
  border-color: #a17a02;
  box-shadow: 0 0 0 0.2rem rgba(161, 122, 2, 0.2);
}

.button-lg {
  line-height: 1;
  min-height: 46px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.button-md {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 1px;
  min-height: 40px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/*start*/
header {
  background: #212121;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 95;
  padding-top: 6px;
  padding-bottom: 6px;
}
header .header-logo {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0;
}
header .header-logo img {
  width: 100%;
  max-width: 220px;
  display: block;
  filter: brightness(0) invert(1);
}
header .btn-primary span {
  display: inline-flex;
  transform: translateY(-1px);
}
header .hstack .vr {
  color: #ffc107;
  opacity: 0.25;
}
header .hstack a {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  font-weight: 500;
  gap: 8px;
  letter-spacing: 1px;
}
header .hstack a:hover {
  color: #a17a02;
}
header .top-social {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 16px;
}
header .top-social a {
  color: #f2f2f2;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}
header .top-social a:hover {
  color: #a17a02;
}
header nav.nav-menu {
  margin-top: 12px;
  margin-bottom: -6px;
  z-index: 99;
}
header nav.nav-menu .menu-wrapper {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 40px;
}
header nav.nav-menu .menu-wrapper .menu-wlink {
  white-space: nowrap;
}
header nav.nav-menu .menu-wrapper .menu-wlink .caret {
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid currentColor;
}
header nav.nav-menu .menu-wrapper .menu-wlink > a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 8px 0;
  font-weight: 500;
  font-size: 1.05rem;
}
header nav.nav-menu .menu-wrapper .menu-wlink > a:hover, header nav.nav-menu .menu-wrapper .menu-wlink > a:active, header nav.nav-menu .menu-wrapper .menu-wlink > a.active {
  transition: 500ms;
  color: #ffc107;
}
header nav.nav-menu .menu-wrapper .menu-wlink > a:focus-visible {
  outline: none;
}
header nav.nav-menu .menu-wrapper .menu-wlink:hover > a {
  color: #a17a02;
}
header nav.nav-menu .dropdown-menu {
  border: none;
  border-radius: 0;
}
header nav.nav-menu .dropdown-menu .dropdown-item {
  padding: 7px 14px;
  font-weight: 500;
  outline: none;
}
header nav.nav-menu .dropdown-menu .dropdown-item:hover {
  color: #ffffff;
  background: #a17a02;
}

.scroll-active header {
  background: #fff;
  position: fixed;
  top: 0;
  animation: headerfixed 500ms linear;
  box-shadow: 0 0px 8px rgba(161, 122, 2, 0.4);
}
.scroll-active header .header-logo img {
  max-width: 148px;
  filter: none;
}
.scroll-active header .col {
  align-self: center;
}
.scroll-active header .top-social a {
  color: #353535;
}
.scroll-active header .hstack {
  display: none;
}
.scroll-active header nav.nav-menu {
  margin-top: 0;
  margin-bottom: 0;
}
.scroll-active header nav.nav-menu .menu-wrapper .menu-wlink > a {
  color: #000;
}
.scroll-active header nav.nav-menu .menu-wrapper .menu-wlink > a:hover, .scroll-active header nav.nav-menu .menu-wrapper .menu-wlink > a:active, .scroll-active header nav.nav-menu .menu-wrapper .menu-wlink > a.active {
  color: #a17a02;
}
.scroll-active header nav.nav-menu .menu-wrapper .menu-wlink:hover > a {
  color: #a17a02;
}
.scroll-active header nav.nav-menu .dropdown-menu .dropdown-item:hover {
  background: #775f16;
}

@keyframes headerfixed {
  from {
    transform: translateY(-100px);
  }
  to {
    transform: translateY(0);
  }
}
header ~ .section-banner, header ~ .page-banner, header ~ .page2-banner, header ~ .page-maintainer {
  margin-top: 78px;
}

.dropdown-menu-full {
  width: 100%;
  left: 0;
  right: 0;
}
.dropdown-menu-full::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 15px;
  background-color: transparent;
  top: -15px;
  left: 0;
}
.dropdown-menu-full .dropdown-menu-inner {
  overflow: hidden;
  overflow-y: auto;
  max-height: 370px;
  padding: 20px 0;
}

.dropdown-hover-all .dropdown-menu .dropdown-menu,
.dropdown-hover > .dropdown-menu.dropend {
  margin-left: -1px !important;
  margin-top: -8px !important;
}


  
/*End*/

.page2-banner {
  position: relative;
  min-height: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #ffc107;
}
.page2-banner img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.95;
}
.page2-banner h1 {
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
  padding: 6px 30px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
}
.page2-banner .breadcrumb {
  justify-content: center;
  margin-bottom: 0;
  transform: translateY(10px);
  background: rgba(0, 0, 0, 0.5);
  padding: 3px 10px;
}
.page2-banner .breadcrumb .breadcrumb-item {
  text-decoration: none;
  color: #f5f5f5;
  font-weight: 500;
  letter-spacing: 1px;
}
.page2-banner .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: var(--bs-warning);
}
.page2-banner .breadcrumb .breadcrumb-item a {
  color: #f5f5f5;
  text-underline-offset: 5px;
  opacity: 1;
}
.page2-banner .breadcrumb .breadcrumb-item a:hover {
  color: #fff;
  text-underline-offset: 8px;
}

.page-banner {
  position: relative;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
}
.page-banner::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(0, 0, 0, 0.6);
}
.page-banner h1 {
  letter-spacing: 1px;
}
.page-banner .page-imgposter {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -1;
}
.page-banner .container {
  position: relative;
  z-index: 2;
}
.page-banner .breadcrumb {
  justify-content: center;
  margin-bottom: 0;
  transform: translateY(10px);
}
.page-banner .breadcrumb .breadcrumb-item {
  text-decoration: none;
  color: #f5f5f5;
  font-weight: 500;
  letter-spacing: 1px;
}
.page-banner .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: var(--bs-warning);
}
.page-banner .breadcrumb .breadcrumb-item a {
  color: #f5f5f5;
  text-underline-offset: 5px;
  opacity: 1;
}
.page-banner .breadcrumb .breadcrumb-item a:hover {
  color: #fff;
  text-underline-offset: 8px;
}

.nav-custom {
  gap: 15px;
}
.nav-custom li .nav-link {
  position: relative;
  background: #d5d5d5;
  color: #212121;
  border-radius: 3px;
  padding: 0.75rem 1rem;
  position: relative;
  min-width: 180px;
  font-weight: 500;
  font-size: 18px;
}
.nav-custom li .nav-link:hover {
  background: #bebcbc;
}
.nav-custom li .nav-link:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  transition: 450ms;
  bottom: 0px;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 12px solid transparent;
}
.nav-custom li .nav-link.active {
  background: #ffc107;
  pointer-events: none;
  color: #111111;
}
.nav-custom li .nav-link.active:before {
  bottom: -8px;
  border-top: 10px solid #ffc107;
}

.offcanvas-backdrop, .modal-backdrop {
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 1;
}
.offcanvas-backdrop.show, .modal-backdrop.show {
  opacity: 1 !important;
}

.section-banner {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
  text-shadow: 0 1px 4px #775f16;
}
.section-banner .owl-stage-outer, .section-banner .owl-stage, .section-banner .owl-item, .section-banner .container, .section-banner .row {
  min-height: inherit;
}
.section-banner .item {
  position: relative;
  min-height: inherit;
}
.section-banner .item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}
.section-banner .item .container {
  z-index: 2;
  padding-top: 30px;
  padding-bottom: 30px;
}
.section-banner .item .item-image, .section-banner .item .item-video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-banner .item .item-video {
  top: 0;
  left: 0;
  -o-object-position: center;
     object-position: center;
}
.section-banner .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.section-banner .button-lg {
  text-shadow: none;
  box-shadow: 0 2px 6px rgba(161, 122, 2, 0.3);
}

.experience-year {
  position: relative;
  color: #fff;
}
.experience-year img {
  width: 100%;
  border-radius: 4px 4px 4px 0;
}
.experience-year .exp-box {
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 4px 0 0;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  background: #a17a02;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 30px;
  text-transform: uppercase;
}
.experience-year .exp-box h3 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
.experience-year .exp-box h4 {
  margin: 6px 0;
}
.experience-year .exp-box p {
  margin: 0;
}

.experience2-year {
  position: relative;
  color: #ffffff;
  aspect-ratio: 3/4;
}
.experience2-year::before {
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  background: rgba(161, 122, 2, 0.75);
  left: 20px;
  top: 20px;
  z-index: 1;
}
.experience2-year img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.experience2-year .since {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 2;
  text-align: right;
}
.experience2-year .since p {
  text-transform: uppercase;
  margin: 0;
  font-size: 15px;
  letter-spacing: 1px;
}
.experience2-year .since h4 {
  font-size: 20px;
  letter-spacing: 1px;
}
.experience2-year .year {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 2;
  text-align: left;
}
.experience2-year .year p {
  text-transform: uppercase;
  margin: 0;
  font-size: 15px;
  letter-spacing: 2px;
}
.experience2-year .year h5 {
  font-size: calc(24px + 8vw);
  letter-spacing: 2px;
}

.card-number {
  display: flex;
  text-decoration: none;
  flex-direction: column;
  gap: 5px;
  position: relative;
  border-left: 2px solid rgba(255, 193, 7, 0.3);
  padding: 4px 0 4px 14px;
  color: #ffc107;
  transition: 400ms;
}
.card-number:hover {
  border-left: 8px solid #a17a02;
  color: #fff;
  text-shadow: 0 1px 2px #a17a02;
}
.card-number h2 {
  line-height: 1;
  margin: 0;
  font-weight: 500;
}
.card-number p {
  margin: 0;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.5px;
  /*text-transform: uppercase;*/
  color:#fff;
}

.tag-line {
  position: relative;
  display: inline-flex;
  gap: 10px;
  line-height: 1;
}
.tag-line::before {
  content: "";
  display: block;
  min-width: 50px;
  width: 50px;
  height: 1px;
  background-color: currentColor;
  align-self: flex-end;
  margin-bottom: 2px;
}

.sideline-heading {
  border-left: 3px solid #ffc107;
  font-weight: 700;
  padding-left: 12px;
}

.bottomline-heading {
  position: relative;
}
.bottomline-heading::after {
  content: "";
  display: block;
  margin: 16px auto 34px auto;
  width: 80px;
  height: 2px;
  background-color: #a17a02;
}

.card-outline {
  position: relative;
}
.card-outline::before {
  content: "";
  position: absolute;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  top: -15px;
  left: -15px;
  background-color: #fff;
  z-index: 0;
  border-radius: 4px;
  box-shadow: 0px 10px 26px -10px rgba(0, 0, 0, 0.25);
}
.card-outline > * {
  position: relative;
}

.card-iconbox {
  text-align: right;
  position: relative;
}
.card-iconbox span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 80%;
  background-color: #fff;
  position: absolute;
  right: 15px;
  top: -35px;
  font-size: 36px;
  color: #a17a02;
  box-shadow: 0 4px 6px rgba(161, 122, 2, 0.1);
}

.callto-section {
  position: relative;
  background-attachment: fixed !important;
  background-position: center !important;
  background-size: cover !important;
}
.callto-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(161, 122, 2, 0.9);
}

.card-team {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  background: #775f16;
}
.card-team img {
  width: 100%;
  aspect-ratio: 9/12;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: 500ms;
}
.card-team:hover img {
  transform: scale(1.05);
  opacity: 0.55;
}
.card-team .card-teamtext {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 60px 20px 30px 20px;
  color: #fff;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.65));
}
.card-team .card-teambottom {
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-team .card-teamsocial {
  display: flex;
  gap: 10px;
}
.card-team .card-teamsocial a {
  display: flex;
  width: 28px;
  height: 28px;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  box-shadow: 0 0 0 1px #888;
  border-radius: 30px;
}
.card-team .card-teamsocial a:hover {
  font-size: 16px;
  color: #a17a02;
  box-shadow: 0 0 0 1px #a17a02;
}
.card-team .card-teamforward {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  font-size: 20px;
  background: #a17a02;
  color: var(--bs-white);
  box-shadow: 0 2px 4px rgba(161, 122, 2, 0.9);
  transition: 300ms;
}
.card-team .card-teamforward:hover {
  background: #775f16;
  color: var(--bs-warning);
}

.number-section {
  position: relative;
  z-index: 2;
  margin-top: -90px;
}
.number-section .row {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.number-section .row::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/worldmap.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.07;
  z-index: 0;
}
.number-section .row > * {
  position: relative;
}

.number-divider {
  display: flex;
  align-items: center;
  gap: 12px;
}
.number-divider .display-5 {
  border-right: 3px solid #a17a02;
  line-height: 1;
  padding-right: 10px;
}

.card-testimonial {
  height: 100%;
  border-radius: 0;
  border: 6px solid rgba(255, 193, 7, 0.25);
}
.card-testimonial .card-body {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-style: italic;
}
.card-testimonial .card-body p {
  min-height: 100px;
}
.card-testimonial .quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffc107;
  opacity: 0.75;
}
.card-testimonial .quote .icon {
  transform: scale(2);
}
.card-testimonial .card-footer {
  display: flex;
  align-items: center;
  position: relative;
  gap: 14px;
  border: none;
}
.card-testimonial .card-footer img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  display: block;
}
.card-testimonial .card-footer h5 {
  font-size: 17px;
  margin: 0;
  font-family: "Tiempos Headline";
}
.card-testimonial .card-footer span {
  background: #000;
  display: flex;
  width: 48px;
  height: 48px;
  font-size: 26px;
  color: #fff;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  border: 2px solid #fff;
  position: absolute;
  bottom: -24px;
  left: calc(50% - 24px);
}

.star-rating {
  display: inline-block;
  color: #ddd;
  font-family: Arial !important;
  vertical-align: top;
  position: relative;
}

.star-rating:before {
  content: "★★★★★";
  font-family: inherit;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 3px;
  text-shadow: 0 0px 1px #fff;
}

.star-rating span {
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.star-rating span:before {
  content: "★★★★★";
  position: relative;
  color: #FFC835;
  font-family: Arial !important;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 3px;
}

.contact-section {
  position: relative;
}

.map-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.common-social {
  display: flex;
  align-items: center;
  font-size: 20px;
  gap: 16px;
}
.common-social a {
  text-decoration: none;
  color: inherit;
}
.common-social a:hover {
  color: #a17a02;
}

.follow-social .btn {
  display: inline-flex;
  align-items: center;
  padding: 10px 12px;
}

.text-link {
  color: inherit;
  text-decoration: none;
}
.text-link:hover {
  color: #a17a02;
}

.card-effects {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: var(--bs-dark);
  aspect-ratio: 9/12;
  text-decoration: none;
}
.card-effects img, .card-effects video {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
  padding: 0;
  transition: 600ms;
  transform: scale(1.01);
  z-index: 0;
}
.card-effects .card-effectstext {
    position: relative;
    z-index: 1;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    max-width: 420px;
    padding: 20px;
    transform: rotateX(90deg) translate3d(0, 0, 0);
    transform-style: preserve-3d;
    transform-origin: center;
    backface-visibility: hidden;
    transition: 400ms;
}
.card-effects .card-effectstext h2 {
  position: relative;
  font-size: 1.5rem;
  padding-bottom: 14px;
}
.card-effects .card-effectstext h2::before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #ffc107;
  position: absolute;
  bottom: 6px;
}
.card-effects:hover img, .card-effects:hover video {
  transform: scale(1.15);
  opacity: 0.4;
}
.card-effects:hover .card-effectstext {
  transform: rotateX(0);
}

.user-group {
  padding-left: 15px;
}
.user-group > li {
  display: inline;
}
.user-group > li:before, .user-group > li:after {
  content: none;
}
.user-group > li:hover > img {
  transform: scale(1.3);
  cursor: pointer;
  z-index: 10;
}
.user-group > li > img {
  transition: 500ms;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #fff;
  margin-left: -15px;
  position: relative;
}

.img-hovereffect {
  position: relative;
  text-decoration: none;
  overflow: hidden;
  background: #ffffff;
  display: block;
}
.img-hovereffect::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transform: scale(1.25);
  transition: 450ms;
}
.img-hovereffect img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  transition: 500ms;
  margin: auto;
}
.img-hovereffect:hover::before {
  transform: scale(1);
}
.img-hovereffect:hover img {
  transform: scale(1.1);
}

.accordion-common {
  border: none;
}
.accordion-common .accordion-item:not(:last-child) {
  margin-bottom: 15px;
}
.accordion-common .accordion-button {
  background-color: rgba(161, 122, 2, 0.1);
  border-radius: 0 !important;
  font-weight: 500;
  font-size: 1.25rem;
}
.accordion-common .accordion-collapse, .accordion-common .accordion-item {
  border-radius: 0 !important;
}

.color-samples {
  display: flex;
  justify-content: center;
  gap: 4px;
}
.color-samples img, .color-samples span {
  width: 36px;
  max-width: 36px;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.pagination-common {
  --bs-border-radius: 2px;
  --bs-pagination-color: #a17a02;
  --bs-pagination-active-bg: #a17a02;
  --bs-pagination-active-border-color: #a17a02;
}
.pagination-common li:first-child, .pagination-common li:last-child {
  --bs-pagination-padding-x: 1.25rem;
}

footer {
  background-color: var(--bs-dark);
  padding-top: 50px;
  padding-bottom: 0;
  color: rgba(255, 255, 255, 0.85);
}
footer .footer-logo {
  display: inline-block;
  margin-bottom: 10px;
  opacity: 0.75;
}
footer .footer-logo img {
  width: 100%;
  max-width: 240px;
  filter: brightness(0) invert(1);
}
footer h5 {
  font-family: "Tiempos Headline";
  font-size: 22px;
  color: #fff;
  font-weight: normal;
  letter-spacing: 1px;
}
footer address {
  color: rgba(255, 255, 255, 0.75);
}
footer .footer-links, footer .copyright {
  color: rgba(255, 255, 255, 0.75);
}
footer .footer-links a, footer .copyright a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}
footer .footer-links a:hover, footer .copyright a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 5px;
}
footer .footer-social {
  display: flex;
  align-items: center;
  gap: 14px;
}
footer .footer-social a {
  font-size: 20px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
}
footer .footer-social a:hover {
  color: #a17a02;
}
footer .copyright {
  margin-top: 38px;
  background: #111111;
  padding: 12px 0;
}
footer .copyright:hover {
  transition: 750ms;
}
footer .copyright a:hover {
  color: #fff;
}

.goto-top {
  position: fixed;
  width: 38px;
  height: 38px;
  color: #ffffff;
  background-color: #a17a02;
  box-shadow: 0 0 10px #a17a02;
  bottom: 15px;
  right: 15px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.25s;
  border: none;
  opacity: 0;
  transform: scale(0);
  z-index: 120;
}
.goto-top.active {
  opacity: 1;
  transform: scale(1);
}
.goto-top:hover {
  color: #000;
  background-color: #ffc107;
  box-shadow: 0 0 15px #a17a02;
}

.dropdown-mobile {
  visibility: hidden;
  width: 36px;
  height: 100%;
  border: none;
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 1;
  font-family: Arial;
  color: #ffc107;
}
.dropdown-mobile::before {
  content: "+";
  box-shadow: 0 0 0 1px rgba(161, 122, 2, 0.25);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  position: absolute;
  border-radius: 50px;
}

/*Start | Bootstrap Custom Lightbox*/
.modal-lighting .modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0;
  border-radius: 0;
}

.modal-lighting .modal-content {
  background: transparent;
  box-shadow: none;
  border: 0;
  height: 100vh;
}

.modal-lighting .carousel-indicators button {
  width: 16px;
  height: 4px;
  border: 0;
  border-radius: 20px;
  margin-right: 4px;
  margin-left: 4px;
  opacity: 0.9;
}

.modal-lighting .carousel-indicators button.active {
  background: #a17a02;
}

.modal-lighting .modal-body, .modal-lighting .carousel, .modal-lighting .carousel-item {
  height: 100vh;
}

.modal-lighting .carousel-item img {
  position: absolute;
  top: calc(50% - 10px);
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  margin: 10px auto;
  max-width: calc(100% - 20px);
  max-height: calc(100vh - 20px);
}

.modal-lighting button[data-bs-dismiss=modal] {
  font-family: Arial;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 10;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.95);
  color: red;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  border-radius: 50%;
  font-size: 30px;
  line-height: 0;
  padding: 0;
  opacity: 0.85;
  outline: none;
  transition: 300ms;
}
.modal-lighting button[data-bs-dismiss=modal]:hover {
  transform: rotate(90deg);
}

.modal-lighting button:hover {
  opacity: 1;
}

.modal-backdrop.show {
  opacity: 0.75;
}

/*End*/
.display-7 {
  font-size: calc(1.25rem + 1.5vw);
  font-weight: 300;
  line-height: 1.3;
}

.display-8 {
  font-size: calc(1rem + 1vw);
  font-weight: 300;
  line-height: 1.3;
}

.card:hover:has(.img-hovereffect) {
  border-color: #a17a02;
}

/*Start | Controle*/
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #a17a02;
  background-color: #a17a02;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(235, 5, 124, 0.3);
}

.ui-slider {
  border: 1px solid #a17a02 !important;
}

.ui-slider-range {
  border: 1px solid #a17a02;
  background: #a17a02;
}

.ui-slider-handle {
  border: 1px solid #a17a02 !important;
}

.houseland-packages {
  background: #fff;
  border: 1px #d3d3d3 solid;
  margin-bottom: 28px;
  transition: 300ms;
}

.houseland-title {
  font-family: "Tiempos Headline";
  font-size: 24px;
}

.houseland-packages:hover {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.houseland-box1, .houseland-box2 {
  border-right: 1px #d3d3d3 solid;
}

.houseland-facilities {
  display: flex;
  flex-wrap: wrap;
  vertical-align: middle;
  font-weight: 500;
  font-size: 20px;
  gap: 15px;
}

.houseland-facilities svg.icon {
  margin-right: 8px;
  opacity: 0.5;
}

/*End | Controle*/
/*Start | Multiselect*/
.ui-multiselect {
  box-sizing: border-box;
  padding: 8px 2px 7px 10px;
  text-align: left;
  width: auto;
  color: #212529;
  font-size: 14px;
  background: #fff;
  border-color: #adb5bd;
  outline: none;
}

.ui-multiselect:focus,
.ui-multiselect:active,
.ui-multiselect.ui-state-active {
  outline: none;
  border: 1px solid rgba(235, 5, 124, 0.8);
  box-shadow: 0 0 0 0.2rem rgba(235, 5, 124, 0.3);
}

.ui-multiselect .ui-multiselect-open {
  float: right;
}

.ui-multiselect-menu {
  display: none;
  box-sizing: border-box;
  position: absolute;
  text-align: left;
  z-index: 101;
  width: auto;
  height: auto;
  padding: 3px;
}

.ui-multiselect-menu.ui-multiselect-listbox {
  position: relative;
  z-index: 0;
}

.ui-multiselect-header {
  display: block;
  box-sizing: border-box;
  position: relative;
  width: auto;
  padding: 3px 0 3px 4px;
  margin-bottom: 2px;
}

.ui-multiselect-header > ul {
  font-size: 0.9em;
}

.ui-multiselect-header li {
  float: left;
  margin: 0 10px 0 0;
}

.ui-multiselect-header a {
  text-decoration: none;
}

.ui-multiselect-header a:hover {
  text-decoration: underline;
  cursor: pointer;
}

.ui-multiselect-header .ui-multiselect-close {
  float: right;
  margin-right: 0;
  text-align: right;
}

.ui-multiselect-checkboxes {
  display: block;
  box-sizing: border-box;
  position: relative;
  overflow: auto;
  width: auto;
  border: 0;
  padding: 4px 0 8px;
}

.ui-multiselect-checkboxes li:not(.ui-multiselect-optgroup) {
  clear: both;
  font-size: 0.9em;
  list-style: none;
  padding-right: 3px;
}

.ui-multiselect-checkboxes label {
  border: 1px solid transparent;
  cursor: default;
  display: block;
  padding: 4px 1px 4px 21px;
  text-indent: -4px;
  margin: 0;
}

.ui-multiselect-checkboxes input {
  position: relative;
  top: 1px;
  cursor: pointer;
  right: 6px;
}

.ui-multiselect-checkboxes img {
  height: 30px;
  vertical-align: middle;
  margin-right: 3px;
}

.ui-multiselect-grouplabel {
  border-bottom: 1px solid;
  display: block;
  font-weight: bold;
  margin: 1px 0;
  padding: 3px;
  text-align: center;
  text-decoration: none;
}

.ui-multiselect-selectable {
  cursor: pointer;
}

.ui-multiselect-optgroup > ul {
  padding: 3px;
}

.ui-multiselect-columns {
  display: inline-block;
  vertical-align: top;
}

.ui-multiselect-collapser {
  float: left;
  padding: 0 1px;
  margin: 0;
}

.ui-multiselect-collapsed > ul {
  display: none;
}

.ui-multiselect-single .ui-multiselect-checkboxes input {
  left: -9999px;
  position: absolute !important;
  top: auto !important;
}

.ui-multiselect-single .ui-multiselect-checkboxes label {
  padding: 5px !important;
  text-indent: 0 !important;
}

.ui-multiselect.ui-multiselect-nowrap {
  white-space: nowrap;
}

.ui-multiselect.ui-multiselect-nowrap > span {
  display: inline-block;
}

.ui-multiselect-checkboxes.ui-multiselect-nowrap li,
.ui-multiselect-checkboxes.ui-multiselect-nowrap a {
  white-space: nowrap;
}

.ui-multiselect-measure > .ui-multiselect-header,
.ui-multiselect-measure > .ui-multiselect-checkboxes {
  float: left;
}

.ui-multiselect-measure > .ui-multiselect-checkboxes {
  margin: 4px;
  overflow-y: scroll;
}

.ui-multiselect-resize {
  border: 2px dotted #00F;
}

@media print {
  .ui-multiselect-menu {
    display: none;
  }
}
/*End | Multiselect*/
.img-section {
  position: relative;
}
.img-section .img-clone {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.img-section .img-area {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50vw - 1px);
  height: 100%;
  overflow: hidden;
}
.img-section .img-area.imgright-area {
  left: auto;
  right: 0;
}
.img-section .img-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (max-width: 767.99px) {
  .img-section .img-clone {
    width: 100%;
    opacity: 1;
    visibility: visible;
  }
  .img-section .img-area {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  html, body {
    font-size: 17px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 6000px) {
  .container-1600 {
    max-width: 1600px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1140px;
  }
}
@media (min-width: 991.99px) {
  .w-lg-50 {
    width: 50%;
  }
  .w-lg-75 {
    width: 75%;
  }
  .w-lg-80 {
    width: 80%;
  }
  .w-lg-85 {
    width: 85%;
  }
}
@media screen and (max-width: 1280px) {
  header .header-logo img {
    max-width: 210px;
  }
}
@media screen and (min-width: 1200px) {
  .display-7 {
    font-size: 2.25rem;
  }
  .display-8 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .g-lg-6, .gy-lg-6 {
    --bs-gutter-y: 4rem;
  }
  .g-lg-6, .gx-lg-6 {
    --bs-gutter-x: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .mt-md-95px {
    margin-top: 95px;
  }
  .mt-md-100px {
    margin-top: 100px;
  }
  .mt-md-105px {
    margin-top: 105px;
  }
  .mt-md-110px {
    margin-top: 110px;
  }
}
@media (max-width: 992px) {
  header .header-logo img {
    max-width: 180px;
  }
  header nav.nav-menu .menu-wrapper {
    gap: 20px;
  }
  header nav.nav-menu .menu-wrapper .menu-wlink > a {
    font-size: 1rem;
  }
  .page-banner {
    height: 260px;
  }
  .scroll-active header .header-logo img {
    max-width: 180px;
  }
}
@media (max-width: 767.9px) {
  header {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  header .col {
    text-align: right;
    align-self: center;
  }
  header .hstack {
    display: none;
  }
  header .dropdown-menu-inner {
    max-height: 100% !important;
  }
  header .dropdown-menu-inner, header .dropdown-menu-inner .col {
    text-align: left;
  }
  header nav.nav-menu {
    margin-top: 0 !important;
    position: fixed;
    background: #ffffff;
    width: 260px;
    right: -280px;
    height: 100vh;
    text-align: left;
    top: 0;
    transition: 300ms;
    box-shadow: -4px 4px 8px rgba(119, 95, 22, 0.8);
    z-index: 100;
    overflow: hidden;
    overflow-y: auto;
  }
  header nav.nav-menu .menu-wrapper {
    flex-direction: column;
    gap: 1px;
  }
  header nav.nav-menu .menu-wrapper .menu-wlink > a {
    color: #000;
    font-size: 1rem;
    position: relative;
    padding: 10px 20px;
  }
  header nav.nav-menu .menu-wrapper .menu-wlink > a:hover, header nav.nav-menu .menu-wrapper .menu-wlink > a:active, header nav.nav-menu .menu-wrapper .menu-wlink > a.active {
    color: #a17a02;
  }
  header nav.nav-menu .menu-wrapper .menu-wlink:hover > a {
    color: #a17a02;
  }
  header nav.nav-menu .menu-wrapper .menu-wlink .caret {
    display: none;
  }
  header nav.nav-menu .menu-wrapper .position-static {
    position: relative !important;
  }
  header ~ .section-banner, header ~ .page-banner, header ~ .page2-banner, header ~ .page-maintainer {
    margin-top: 56px;
  }
  .page2-banner {
    position: relative;
    min-height: 280px;
  }
  .btn-menu {
    outline: 1px solid #000;
    border-radius: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    filter: invert(75%);
  }
  .dropdown-mobile {
    visibility: visible;
    margin-right: 10px;
  }
  .dropdown-mobile[aria-expanded=true]::before {
    content: "-";
  }
  body.menu-onoff {
    overflow: hidden;
  }
  body.menu-onoff::before {
    content: "";
    width: 100vw;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    position: fixed;
    z-index: 95;
    background: rgba(119, 95, 22, 0.7);
  }
  body.menu-onoff header .top-bar, body.menu-onoff header .header-logo {
    opacity: 0.15;
    pointer-events: none;
  }
  body.menu-onoff header nav.nav-menu {
    right: 0;
  }
  #listingProduct {
    display: none;
  }
  #listingProduct.active {
    display: block;
  }
  .nav-custom {
    gap: 12px 6px;
  }
  .nav-custom li .nav-link {
    padding: 0.5rem;
    min-width: 100px;
    font-size: 16px;
  }
  .scroll-active .btn-menu {
    filter: invert(43%) sepia(31%) saturate(420%) hue-rotate(160deg) brightness(95%) contrast(95%);
  }
}
@media (max-width: 575.9px) {
  .accordion-common .accordion-button {
    font-size: 1rem;
  }
  .section-banner {
    min-height: 46vh;
  }
  .page-banner {
    height: 200px;
  }
  .page-banner::before {
    background: rgba(0, 0, 0, 0.55);
  }
  .page2-banner {
    position: relative;
    min-height: 200px;
  }
  .tag-line::before {
    display: none;
  }
}
@media (max-width: 420px) {
  .section-banner .button-lg {
    white-space: nowrap;
  }
  .button-lg {
    height: 40px !important;
    min-height: 40px;
  }
}/*# sourceMappingURL=style.css.map */