.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-b69fe82:#FFFFFF;--e-global-color-0204e60:#000000;--e-global-color-37ebe08:#F7F4E9;--e-global-typography-primary-font-family:"Playfair";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:120%;--e-global-typography-secondary-font-family:"Playfair";--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:120%;--e-global-typography-text-font-family:"EB";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:150%;--e-global-typography-accent-font-family:"EB";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){margin-block-end: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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9{--e-global-typography-accent-font-size:17px;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Barra de Rolagem 3  */
*::-webkit-scrollbar {
    width: 7px !important;
}
*::-webkit-scrollbar-track {
    background: #202020;
}
*::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, #FFF, #FFF);
    border-radius: 10px;
    border: 2px solid #000;
}

/* /////////////
Principais
///////////// */

body, html {
    overflow-x: hidden !important;
}

p {
    margin-bottom: 0px !important;
}

.destaque-texto {
    color: #FF9B2F;
}

/* /////////////
Botões
///////////// */

/* botão vbotao-verde-luzerde iluminado */

.botao-verde-luz,#botao-verde-luz {
  position: relative;
  box-shadow: 0 0 30px -6px #01e88ba6;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
}

/* Linha de brilho superior com gradiente */
.botao-verde-luz::before,#botao-verde-luz::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  border: 1px solid;
  border-image: linear-gradient(to right, transparent 20%, #00FF98, transparent 80%) 1;
  border-radius: 50%;
  mix-blend-mode: plus-lighter;
  z-index: 4;
  pointer-events: none;
}

/* Glow difuso verde no topo */
.botao-verde-luz::after, #botao-verde-luz::after{
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 15px;
  background: linear-gradient(to right, transparent, #00ff98, transparent);
  border-radius: 50%;
  filter: blur(20px);
  mix-blend-mode: plus-lighter;
  z-index: 4;
  pointer-events: none;
}

/* /////////////
Animações de entrada (JS no rodapé global)
///////////// */

/* Só roda fora do Elementor */
body:not(.elementor-editor-active) .scroll-txt2{
    letter-spacing: -1em !important;
    filter: blur(12px);
    opacity: 0;
    transition: 1.8s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition-delay: 0.5s !important;
}

body:not(.elementor-editor-active) .ativo7.scroll-txt2{
     letter-spacing: 0em !important;
    filter: blur(0px);
    opacity: 1;
    transition: 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition-delay: 0s;
}

body:not(.elementor-editor-active) .perspectiva{
    transition: 5s !important;
    transform: perspective(100rem) translate3d(0, 0, -5rem) rotateX(-50deg) scale(1, 1);
}

body:not(.elementor-editor-active) .ativo7.perspectiva{
    transition: 5s !important;
    transform: perspective(100rem) translate3d(0, 0, -5rem) rotateX(0deg) scale(1, 1);
}

body:not(.elementor-editor-active) .scroll-left,
body:not(.elementor-editor-active) .scroll-left2,
body:not(.elementor-editor-active) .scroll-right,
body:not(.elementor-editor-active) .scroll-right2,
body:not(.elementor-editor-active) .scroll-bottom,
body:not(.elementor-editor-active) .scroll-bottom2,
body:not(.elementor-editor-active) .scroll-top,
body:not(.elementor-editor-active) .scroll-top2{
    opacity: 0;
    filter: blur(10px);
}

body:not(.elementor-editor-active) .scroll-left{ transform: translate(-30px,0); transition:0.9s;}
body:not(.elementor-editor-active) .scroll-left2{ transform: translate(-30px,0); transition:0.3s;}

body:not(.elementor-editor-active) .scroll-right{ transform: translate(30px,0); transition:0.9s;}
body:not(.elementor-editor-active) .scroll-right2{ transform: translate(30px,0); transition:0.3s;}

body:not(.elementor-editor-active) .scroll-bottom{ transform: translate(0,-30px); transition:0.9s;}
body:not(.elementor-editor-active) .scroll-bottom2{ transform: translate(0,-30px); transition:0.3s;}

body:not(.elementor-editor-active) .scroll-top{ transform: translate(0,30px); transition:0.9s; filter:blur(5px);}
body:not(.elementor-editor-active) .scroll-top2{ transform: translate(0,30px); transition:0.3s;}

body:not(.elementor-editor-active) .l1,
body:not(.elementor-editor-active) .l2,
body:not(.elementor-editor-active) .l3,
body:not(.elementor-editor-active) .l4,
body:not(.elementor-editor-active) .l5,
body:not(.elementor-editor-active) .l6,
body:not(.elementor-editor-active) .l7,
body:not(.elementor-editor-active) .l8,
body:not(.elementor-editor-active) .l9,
body:not(.elementor-editor-active) .l10{
    opacity:0;
    transition:1.4s !important;
}

body:not(.elementor-editor-active) .l2{transition-delay:0.2s !important;}
body:not(.elementor-editor-active) .l3{transition-delay:0.9s !important;}
body:not(.elementor-editor-active) .l4{transition-delay:0.7s !important;}
body:not(.elementor-editor-active) .l5{transition-delay:0.5s !important;}
body:not(.elementor-editor-active) .l6{transition-delay:0.6s !important;}
body:not(.elementor-editor-active) .l7{transition-delay:0.4s !important;}
body:not(.elementor-editor-active) .l8{transition-delay:0.8s !important;}
body:not(.elementor-editor-active) .l9,
body:not(.elementor-editor-active) .l10{transition-delay:0.3s !important;}

body:not(.elementor-editor-active) .ativo7{ 
    opacity: 1;
    transition: 0.9s;
    filter: blur(0px);
    transform: translate(0, 0);
}

.botao .elementor-button-text,
.botao .elementor-button-icon{
  position: relative;
  z-index: 2;
}

.botao .elementor-button{
  transition: 0.5s;
  background: transparent !important;
  border: 1px solid #ffffff; /* borda mais fina */
  border-radius: 2px;
}

/* fundo branco no hover */
.botao .elementor-button:before {
 position: absolute;
 content: "";
 inset: 0;
 background: #ffffff;
 z-index: 1;
 transition: opacity 0.3s ease;
 opacity: 0;
}

.botao .elementor-button:hover:before {
 opacity: 1;
}

.botao .elementor-button-text{
  z-index: 2;
  transition: 0.7s;
  width: 100% !important;
  white-space: nowrap;
  transform: translatex(20px);
  color: #ffffff;
}

.botao .elementor-button:hover .elementor-button-text{
  transform: translatex(0);
  color: #000000;
}

.botao .elementor-button-icon{
  z-index: 2;
  font-size: 1.2em;   
  transition: 0.5s;
  margin-bottom: -4px;
  opacity: 0;
  animation: seta 1s infinite ease-in-out;
  color: #000000;
}

.botao .elementor-button-content-wrapper{
  display: flex;
  align-items: center;
}

.botao .elementor-button:hover .elementor-button-icon{
  opacity: 1;
}

@keyframes seta{
  0%, 100%{
    transform: translatex(10%);
  }
  50%{
    transform: translatex(50%);
  }
}

.botao2 .elementor-button-text,
.botao2 .elementor-button-icon{
  position: relative;
  z-index: 2;
}

.botao2 .elementor-button{
  transition: 0.5s;
  background: transparent !important;
  border: 1px solid #000000; /* borda preta */
  border-radius: 2px;
}

/* fundo preto no hover */
.botao2 .elementor-button:before {
 position: absolute;
 content: "";
 inset: 0;
 background: #000000;
 z-index: 1;
 transition: opacity 0.3s ease;
 opacity: 0;
}

.botao2 .elementor-button:hover:before {
 opacity: 1;
}

.botao2 .elementor-button-text{
  z-index: 2;
  transition: 0.7s;
  width: 100% !important;
  white-space: nowrap;
  transform: translatex(20px);
  color: #000000; /* texto preto */
}

.botao2 .elementor-button:hover .elementor-button-text{
  transform: translatex(0);
  color: #ffffff; /* texto branco no hover */
}

.botao2 .elementor-button-icon{
  z-index: 2;
  font-size: 1.2em;   
  transition: 0.5s;
  margin-bottom: -4px;
  opacity: 0;
  animation: seta 1s infinite ease-in-out;
  color: #ffffff;
}

.botao2 .elementor-button-content-wrapper{
  display: flex;
  align-items: center;
}

.botao2 .elementor-button:hover .elementor-button-icon{
  opacity: 1;
}

@keyframes seta{
  0%, 100%{
    transform: translatex(10%);
  }
  50%{
    transform: translatex(50%);
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Playfair';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://thomaslinsmayer.com/wp-content/uploads/2026/03/PlayfairDisplay-Regular.eot');
	src: url('https://thomaslinsmayer.com/wp-content/uploads/2026/03/PlayfairDisplay-Regular.eot?#iefix') format('embedded-opentype'),
		url('https://thomaslinsmayer.com/wp-content/uploads/2026/03/PlayfairDisplay-Regular.woff2') format('woff2'),
		url('https://thomaslinsmayer.com/wp-content/uploads/2026/03/PlayfairDisplay-Regular.woff') format('woff'),
		url('https://thomaslinsmayer.com/wp-content/uploads/2026/03/PlayfairDisplay-Regular.ttf') format('truetype'),
		url('https://thomaslinsmayer.com/wp-content/uploads/2026/03/PlayfairDisplay-Regular.svg#Playfair') format('svg');
}
@font-face {
	font-family: 'Playfair';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('https://thomaslinsmayer.com/wp-content/uploads/2026/03/PlayfairDisplay-Italic.eot');
	src: url('https://thomaslinsmayer.com/wp-content/uploads/2026/03/PlayfairDisplay-Italic.eot?#iefix') format('embedded-opentype'),
		url('https://thomaslinsmayer.com/wp-content/uploads/2026/03/PlayfairDisplay-Italic.woff2') format('woff2'),
		url('https://thomaslinsmayer.com/wp-content/uploads/2026/03/PlayfairDisplay-Italic.woff') format('woff'),
		url('https://thomaslinsmayer.com/wp-content/uploads/2026/03/PlayfairDisplay-Italic.ttf') format('truetype'),
		url('https://thomaslinsmayer.com/wp-content/uploads/2026/03/PlayfairDisplay-Italic.svg#Playfair') format('svg');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'EB';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://thomaslinsmayer.com/wp-content/uploads/2026/03/EBGaramond-Regular.eot');
	src: url('https://thomaslinsmayer.com/wp-content/uploads/2026/03/EBGaramond-Regular.eot?#iefix') format('embedded-opentype'),
		url('https://thomaslinsmayer.com/wp-content/uploads/2026/03/EBGaramond-Regular.woff2') format('woff2'),
		url('https://thomaslinsmayer.com/wp-content/uploads/2026/03/EBGaramond-Regular.woff') format('woff'),
		url('https://thomaslinsmayer.com/wp-content/uploads/2026/03/EBGaramond-Regular.ttf') format('truetype'),
		url('https://thomaslinsmayer.com/wp-content/uploads/2026/03/EBGaramond-Regular.svg#EB') format('svg');
}
/* End Custom Fonts CSS */