.elementor-kit-7{--e-global-color-primary:#5F0502;--e-global-color-secondary:#C0BCB2;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FFCD9C;--e-global-color-a80137c:#C2C2C2;--e-global-color-a1838e5:#990500;--e-global-typography-primary-font-family:"Work Sans";--e-global-typography-primary-font-size:3em;--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Work Sans";--e-global-typography-secondary-font-size:2.5em;--e-global-typography-secondary-font-weight:800;--e-global-typography-text-font-family:"Work Sans";--e-global-typography-text-font-size:1em;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Quicksand";--e-global-typography-accent-font-size:1em;--e-global-typography-accent-font-weight:400;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:#02010100;font-family:"Archivo", Sans-serif;font-size:1em;font-weight:600;color:var( --e-global-color-text );border-radius:8px 8px 8px 8px;padding:12px 16px 12px 16px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-7{--e-global-typography-primary-font-size:3em;--e-global-typography-secondary-font-size:2.5em;--e-global-typography-accent-font-size:1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-primary-font-size:2.5em;--e-global-typography-secondary-font-size:2em;--e-global-typography-accent-font-size:1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body{
    overflow: hidden;
}
html{
    overflow-y: scroll;
    overflow-x: hidden;
}
a:hover {
    color: #5F0502;
}

/*
.red-btn {
  background: linear-gradient(180deg, #5F0502 0%, #A80500 100%);

  border-radius: 8px;
  transition: all 0.3s ease;
}

.red-btn:hover {
  filter: brightness(1.1);
}
.green-btn {
  background: linear-gradient(180deg, #6AC042 0%, #378911 100%);

  border-radius: 8px;
  transition: all 0.3s ease;
}

.green-btn:hover {
  filter: brightness(1.1);
}
.yellow-btn {
  background: linear-gradient(90deg, #FFCD9C 1%, #E69546 100%);

  border-radius: 8px;
  transition: all 0.3s ease;
}

.yellow-btn:hover {
  filter: brightness(1.1);
}
*/

.liquid-glass {
  position: relative;

  border-radius: 12px;
  backdrop-filter: blur(6px) saturate(140%);
  -webkit-backdrop-filter: blur(6px) saturate(140%);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow:
    0 10px 30px rgba(2, 6, 23, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
  overflow: hidden;
}

.liquid-glass::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(120deg,
    rgba(255, 255, 255, 0.35) 0%,
    rgba(255, 255, 255, 0.12) 12%,
    rgba(255, 255, 255, 0.05) 35%,
    rgba(255, 255, 255, 0.02) 60%,
    transparent 100%);
  transform: translateY(-25%) rotate(-8deg) scaleX(1.3);
  opacity: 0.9;
  filter: blur(10px);
  mix-blend-mode: overlay;
  z-index: 1;
}

.jet-listing-grid__slider-icon {
     box-shadow:
  0 4px 12px rgba(2, 6, 23, 0.15),
  inset 0 1px 0 rgba(255, 255, 255, 0.03);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(6px) saturate(140%);
  -webkit-backdrop-filter: blur(6px) saturate(140%);
  cursor: pointer;
  transition: all 0.3s ease;
}

/* camada de brilho */
.jet-listing-grid__slider-icon::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.35) 0%,
    rgba(255, 255, 255, 0.12) 12%,
    rgba(255, 255, 255, 0.05) 35%,
    rgba(255, 255, 255, 0.02) 60%,
    transparent 100%
  );
  transform: translateY(-25%) rotate(-8deg) scaleX(1.3);
  opacity: 0.9;
  filter: blur(10px);
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: 0; /* mantém o brilho atrás */
}

.elementor-swiper-button {
  position: relative; /* necessário */
  overflow: hidden; /* necessário */

  padding: 10px;
  border-radius: 999px;

  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.18);

  backdrop-filter: blur(6px) saturate(140%);
  -webkit-backdrop-filter: blur(6px) saturate(140%);

  box-shadow:
    0 10px 30px rgba(2, 6, 23, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);

  cursor: pointer;
  transition: all 0.3s ease;
}

/* O brilho */
.elementor-swiper-button::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;

  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.35) 0%,
    rgba(255, 255, 255, 0.12) 12%,
    rgba(255, 255, 255, 0.05) 35%,
    rgba(255, 255, 255, 0.02) 60%,
    transparent 100%
  );

  transform: translateY(-25%) rotate(-8deg) scaleX(1.3);
  opacity: 0.9;
  filter: blur(10px);
  mix-blend-mode: overlay;

  z-index: 1;
  pointer-events: none;
}

#jet-popup-1050 .jet-popup__container-inner{
    overflow-y: hidden
}/* End custom CSS */