.elementor-kit-9{--e-global-color-primary:#5C4033;--e-global-color-secondary:#A0522D;--e-global-color-text:#303030;--e-global-color-accent:#8B4513;--e-global-color-918be64:#F9F7F2;--e-global-color-6a4fe08:#FDFBF7;--e-global-color-d6d493c:#A8B5A0;--e-global-color-c381187:#D4A373;--e-global-color-b54faf3:#8B6F5C;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.3em;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.3em;--e-global-typography-accent-font-family:"DM Sans";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:1.3em;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{background-color:var( --e-global-color-secondary );font-family:"Playfair", Sans-serif;font-size:18px;font-weight:600;text-transform:uppercase;line-height:1.3em;text-shadow:0px 0px 10px rgba(0,0,0,0.3);color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:15px 35px 15px 35px;}.elementor-kit-9 button:hover,.elementor-kit-9 button:focus,.elementor-kit-9 input[type="button"]:hover,.elementor-kit-9 input[type="button"]:focus,.elementor-kit-9 input[type="submit"]:hover,.elementor-kit-9 input[type="submit"]:focus,.elementor-kit-9 .elementor-button:hover,.elementor-kit-9 .elementor-button:focus{background-color:var( --e-global-color-accent );}.elementor-kit-9 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:1366px){.elementor-kit-9{--e-global-typography-primary-font-size:48px;--e-global-typography-primary-line-height:1.3em;--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-text-font-size:16px;--e-global-typography-text-line-height:1.3em;--e-global-typography-accent-font-size:16px;--e-global-typography-accent-line-height:1.3em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}}@media(max-width:1024px){.elementor-kit-9{--e-global-typography-primary-font-size:40px;--e-global-typography-primary-line-height:1.3em;--e-global-typography-secondary-font-size:28px;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-text-font-size:16px;--e-global-typography-text-line-height:1.3em;--e-global-typography-accent-font-size:16px;--e-global-typography-accent-line-height:1.3em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}}@media(max-width:767px){.elementor-kit-9{--e-global-typography-primary-font-size:32px;--e-global-typography-primary-line-height:1.3em;--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-text-font-size:16px;--e-global-typography-text-line-height:1.3em;--e-global-typography-accent-font-size:16px;--e-global-typography-accent-line-height:1.3em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}}/* Start custom CSS *//*
    Elementor Rocket
    
    Se você quiser que o efeito se aplique somente
    a esse texto, troque o asterisco por ".elementor-kit-9",
    mas sem as aspas.
    
*/

* {
    text-wrap: balance;
}

/*

   Elementor Rocket
   SCROLLBAR PERSONALIZADA
   
   Se quiser que reflita no site todo,
   insira em "Configurações do Site > CSS Personalizado",
   no mesmo lugar em que inseriu o CSS Base. Adicione
   ao final, sem apagar o que já estiver lá.
   
   Edite a scrollbar abaixo.
   
*/


:root {
    /* EDITE ABAIXO */
  --largura-barra: 12px;
  --cor-fundo-trilha: #121212;
  --cor-puxador: #A0522D;
  --raio-borda: 20px;
  --borda-puxador: 2px solid var(--cor-fundo-trilha);
}

body::-webkit-scrollbar {
  width: var(--largura-barra);
}

body::-webkit-scrollbar-track {
  background-color: var(--cor-fundo-trilha);
}

body::-webkit-scrollbar-thumb {
  background: var(--cor-puxador);
  border-radius: var(--raio-borda);
  border: var(--borda-puxador);
}

@-moz-document url-prefix() {
  * {
    scrollbar-width: thin;
    scrollbar-color: var(--cor-puxador) var(--cor-fundo-trilha);
  }
}

/*  ------

    Elementor Rocket
    (por WP Universe)

/*  ------
/*

Gradiente no texto

Para trocar as cores, basta trocar o valor das cores
no código, pelo código hexadecimal desejado (#).

Por exemplo:
    --gradiente-cor-1: #000000;
    --gradiente-cor-2: #eeeeee;

Troque no código a seguir.

*/

/* Classe para destacar palavras com Gradiente e Fonte Cursiva */
.texto-destaque {
    /* Escolhi a 'Dancing Script' por ser a mais parecida com a imagem */
    font-family: 'Dancing Script', cursive !important;
    font-size: 1.3em;
    font-weight: 600;
    text-transform: none;
    display: inline-block;
    
    /* Configuração do Gradiente usando suas variáveis */
    background-image: linear-gradient(90deg, var(--gradiente-cor-1), var(--gradiente-cor-2)) !important;
    background-size: 100%;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    
    /* Ajuste fino de posição para fontes cursivas */
    padding-right: 5px;
    vertical-align: middle;
}
/* ----------------------
    
    ATENÇÃO: Apenas edite abaixo se souber o que está fazendo!
    
---------------------- */

html, body{
overflow-x: hidden !important;
text-wrap: balance;
}

.gradiente {
	color: transparent !important;
	background: linear-gradient(45deg, var(--gradiente-cor-1) , var(--gradiente-cor-2) );
	background-size: 300%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: animateGradient 5s ease-in-out infinite;
	-moz-animation: animateGradient 5s ease-in-out infinite;
	-webkit-animation: animateGradient 5s ease-in-out infinite;
}

.gradiente-bg {
	background-image: linear-gradient(45deg, var(--gradiente-cor-1) , var(--gradiente-cor-2) ) !important;
	background-size: 300%;
	animation: animateGradient 5s ease-in-out infinite;
	-moz-animation: animateGradient 5s ease-in-out infinite;
	-webkit-animation: animateGradient 5s ease-in-out infinite;
}



@keyframes animateGradient {
	0% { background-position: 0px 50%; }
	50% { background-position: 100% 50%; }
	100% { background-position: 0px 50%; }
}

.flutuante {
  animation: sobeDesce 4s infinite ease-in-out;
}

@keyframes sobeDesce {
  0%   { transform: translateY(10px); }
  50%  { transform: translateY(-10px); }
  100% { transform: translateY(10px); }
}/* End custom CSS */