.elementor-kit-6{--e-global-color-primary:#AFAFAF;--e-global-color-secondary:#1C1C1C;--e-global-color-text:#000000;--e-global-color-accent:#FFFFFF;--e-global-color-74bbb2f:#CECECE;--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;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:400ms;--e-preloader-animation-duration:500ms;--e-preloader-delay:0ms;--e-preloader-width:15%;}.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 e-page-transition{background-color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:80%;}.e-con{--container-max-width:80%;}.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 );}}@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 );}.e-con{--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-kit-6{--e-preloader-width:30%;}}@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:90%;}.e-con{--container-max-width:90%;}}/* 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: #afafaf;
    fill: #afafaf;
}

.white-button svg path {
    stroke: white;
    transition: all .3s ease-in;
}

.white-button:hover svg path {
    stroke: #afafaf;
}

.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;
}


/*
.botao {
  position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 26px;
    background: transparent;
    border: 2px solid white;
    border-radius: 50px;
    overflow: hidden;
    cursor: pointer;
}

.botao::before {
  position: absolute;
  margin: auto;
  content: '';
  border-radius: 50%;
  display: block;
  width: 20em;
  height: 20em;
  left: -3em;
  text-align: center;
  transition: box-shadow 0.3s ease-out;
  z-index: -1;
}

.botao:hover span {
  color: #afafaf;
  transition: color 0.3s ease-out;
}

.botao:hover::before {
  box-shadow: inset 0 0 0 10em 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;
}

/*fotos*/
.foto {
  filter: saturate(0) contrast(1);
  transition: filter 0.2s linear;
}

/*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 */
}/* End custom CSS */