.elementor-kit-6{--e-global-color-primary:#888888;--e-global-color-secondary:#1C1C1C;--e-global-color-text:#000000;--e-global-color-accent:#FFFFFF;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:5rem;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:none;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:1.6rem;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-text-transform:none;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:1rem;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-text-transform:none;--e-global-typography-8a213dc-font-family:"Montserrat";--e-global-typography-8a213dc-font-size:1.6rem;--e-global-typography-8a213dc-font-weight:400;--e-global-typography-8a213dc-text-transform:none;--e-global-typography-122ff8f-font-family:"Montserrat";--e-global-typography-122ff8f-font-size:1.4rem;--e-global-typography-122ff8f-font-weight:700;--e-global-typography-89de8c8-font-family:"Montserrat";--e-global-typography-89de8c8-font-size:1.6rem;--e-global-typography-89de8c8-font-weight:700;--e-global-typography-135c9c1-font-family:"Montserrat";--e-global-typography-135c9c1-font-size:1.6rem;--e-global-typography-135c9c1-font-weight:100;--e-global-typography-38416be-font-family:"Montserrat";--e-global-typography-38416be-font-size:3rem;--e-global-typography-38416be-font-weight:700;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#02010100;font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );text-transform:var( --e-global-typography-accent-text-transform );border-style:none;border-radius:0px 0px 0px 0px;padding:8px 26px 8px 26px;}.elementor-kit-6 p{margin-block-end:0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:80%;}.e-con{--container-max-width:80%;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1366px){.elementor-kit-6{--e-global-typography-primary-font-size:4rem;--e-global-typography-38416be-font-size:2.4rem;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:85%;}.e-con{--container-max-width:85%;}}@media(max-width:1024px){.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:85%;}.e-con{--container-max-width:85%;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:2.6rem;--e-global-typography-secondary-font-size:1.2rem;--e-global-typography-text-font-size:0.9rem;--e-global-typography-text-line-height:15px;--e-global-typography-8a213dc-font-size:1rem;--e-global-typography-122ff8f-font-size:1rem;--e-global-typography-89de8c8-font-size:1.4rem;--e-global-typography-135c9c1-font-size:1.4rem;--e-global-typography-38416be-font-size:1.8rem;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:85%;}.e-con{--container-max-width:85%;}}/* Start custom CSS */body {
    font-family: Montserrat, Sans-Serif;
}

b {
    font-weight: 700;
}

/* botoes */
.white-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 2px solid white;
    border-radius: 50px;
    overflow: hidden;
    cursor: pointer;
}

.white-button::before {
    content: "";
    position: absolute;
    transform: scale(0);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
    z-index: 0;
    transition: all .3s ease-in;
}

.white-button span {
    position: relative;
    z-index: 1;
    color: white;
    transition: all .3s ease-in;
}

.white-button:hover::before {
    transform: scale(30);
}

.white-button:hover span {
    color: var(--e-global-color-primary);
    fill: var(--e-global-color-primary);
}

.white-button svg path {
    stroke: white;
    transition: all .3s ease-in;
}

.white-button:hover svg path {
    stroke: var(--e-global-color-primary);
}

.black-button, 
#contrato {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 2px solid black;
    border-radius: 50px;
    overflow: hidden;
    cursor: pointer;
}

.black-button::before, 
#contrato::before {
    content: "";
    position: absolute;
    transform: scale(0);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-image: radial-gradient(circle closest-side, #444444 0%, #000000 35%);
    /*background: black;*/
    z-index: 0;
    transition: all .3s ease-in;
}

.black-button span, 
#contrato span {
    position: relative;
    z-index: 1;
    color: black;
    transition: all .3s ease-in;
}

.black-button:hover::before, 
#contrato:hover::before {
    transform: scale(30);
}

.black-button:hover span, 
#contrato:hover span {
    color: white;
    fill: white;
}

.black-button svg path, 
#contrato svg path {
    stroke: black;
    transition: all .3s ease-in;
}

.black-button:hover svg path, 
#contrato:hover svg path {
    stroke: white;
}

/*background*/

.background-gradient {
  position: relative;
  overflow: hidden;
}

.background-gradient::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0) 0%, 
    rgba(30,30,30,0.4) 100%
  );
  opacity: 0;
  transition: opacity .5s ease-in-out;
  z-index: 1;
}

.background-gradient > * {
  position: relative;
  z-index: 2;
}

.background-gradient:hover::before {
  opacity: 1;
}

/*icones*/
.float-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(10px); } /* sobe 10px */
  100% { transform: translateY(0); }     /* volta */
}

svg path {
    transition: all .3s ease;
}

.white-icon {
    aspect-ratio: 1;
    background: white;
    border-radius: 100px;
}

/*fotos*/
.foto {
  filter: saturate(0) contrast(1);
  transition: filter 0.2s linear;
}

.galeria-colorida .foto {
    filter: saturate(1);
}

/*texto*/
.fade-text {
    background-image: radial-gradient(circle farthest-side, #666666 0%, #000000 70%);
  -webkit-background-clip: text; /* necessário no Chrome/Safari */
  -webkit-text-fill-color: transparent; /* torna o texto "vazio" e deixa só o background */
  background-clip: text; /* para navegadores que suportam */
  color: transparent; /* fallback */
  box-decoration-break: clone;
}


/* scroll */

.scroll-container {
    max-height: 350px;
    overflow-y: auto !important;
    padding-right: 15px;
    overscroll-behavior: contain;
    
    scrollbar-width: thin;
    scrollbar-color: #999 transparent;
}

.scroll-container::-webkit-scrollbar {
    width: 6px; 
}

.scroll-container::-webkit-scrollbar-track {
    background: transparent; 
}

.scroll-container::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2); 
    border-radius: 20px;
    border: 1px solid transparent; 
}

.scroll-container::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.5); 
}

.scroll-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 50vh;
    color: white;
}

@media (max-width: 767px) {
    .scroll-container {
        height: 35vh;
    }
}

/* barra */

.bar {
    width: 4px;
    height: 60px;
    background: #ffffff70;
    border-radius: 100px;
    overflow: hidden;
}
    
.progress {
    width: 100%;
    height: 50%;
    background: white;
    border-radius: 100px;
    animation: progress 2s ease-out infinite;
}
    
@keyframes progress {
    from {
        transform: translateY(-150%);
    }
    
    to {
        transform: translateY(250%);
    }
}/* End custom CSS */