.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-164c72c:#080E28;--e-global-color-bee789f:#3853EA;--e-global-color-277626f:#3856B6;--e-global-color-ebda025:#DEE4FF;--e-global-color-248da14:#444966;--e-global-color-fc85758:#E1221A;--e-global-color-658ebae:#840D0D;--e-global-typography-primary-font-family:"Aconchego text";--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:"Aconchego text";--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:"Outfit";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:150%;--e-global-typography-accent-font-family:"Outfit";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:700;}.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){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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* /////////////
Principais
///////////// */
.destaque {
    color: #E1221A;
}
body, html {
    overflow-x: hidden !important;
}

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

.destaque-texto {
    color: #FF9B2F;
}

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

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

.botaov5 .elementor-button:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* Cor normal: Azul #3853EA */
  background-image: linear-gradient(90deg, #3853EA, #3853EA); 
  z-index: 0;
  transition: opacity 0.3s linear;
  opacity: 1;
  /* border-radius removido */
}

.botaov5 .elementor-button:before {
  position: absolute;
  content: "";
  inset: 0;
  /* Cor hover: Um tom levemente mais claro para dar profundidade */
  background: linear-gradient(90deg, #5671FF, #5671FF); 
  z-index: 1;
  transition: opacity 0.2s linear;
  opacity: 0;
  /* border-radius removido */
}

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

.botaov5 .elementor-button {
  transition: 0.5s;
  background: transparent !important;
}

.botaov5 .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;
}

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

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

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

.botaov5 .elementor-button:hover .elementor-button-text {
  transform: translateX(0);
}

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

/* 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)
///////////// */

.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;
}
.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;
}
.perspectiva{
    transition: 5s !important;
 transform: perspective(100rem) translate3d(0, 0, -5rem) rotateX(-50deg) scale(1, 1);
}
.ativo7.perspectiva{
    transition: 5s !important;
transform: perspective(100rem) translate3d(0, 0, -5rem) rotateX(0deg) scale(1, 1);
}
.scroll-left{
    opacity: 0;
    transition: 0.9s;
    filter: blur(10px);
    transform: translate(-30px, 0);
}
.scroll-left2{
    opacity: 0;
    transition: 0.3s;
    transform: translate(-30px, 0);
}
.scroll-right{
    opacity: 0;
    transition: 0.9s;
    filter: blur(10px);
    transform: translate(30px, 0);
}
.scroll-right2{
    opacity: 0;
    transition: 0.3s;
    transform: translate(30px, 0);
}
.scroll-bottom{
    opacity: 0;
    transition: 0.9s;
    filter: blur(10px);
    transform: translate(0, -30px);
}
.scroll-bottom2{
    opacity: 0;
    transition: 0.3s;
    transform: translate(0, -30px);
}
.scroll-top{
    opacity: 0;
    transition: 0.9s;
    filter: blur(5px);
    transform: translate(0, 30px);
}
.scroll-top2{
    opacity: 0;
    transition: 0.3s;
    transform: translate(0, 30px);
}
.l1{
    opacity: 0;
    transition: 1.4s !important;
}
.l2{
    opacity: 0;
    transition: 1.4s !important;
    transition-delay: 0.2s !important;
}
.l3{
    opacity: 0;
    transition: 1.4s !important;
    transition-delay: 0.9s !important;
}
.l4{
    opacity: 0;
    transition: 1.4s !important;
    transition-delay: 0.7s !important;
}
.l5{
    opacity: 0;
    transition: 1.4s !important;
    transition-delay: 0.5s !important;
}
.l6{
    opacity: 0;
    transition: 1.4s !important;
    transition-delay: 0.6s !important;
}
.l7{
    opacity: 0;
    transition: 1.4s !important;
    transition-delay: 0.4s !important;
}
.l8{
    opacity: 0;
    transition: 1.4s !important;
    transition-delay: 0.8s !important;
}
.l9{
    opacity: 0;
    transition: 1.4s !important;
    transition-delay: 0.3s !important;
}
.l10{
    opacity: 0;
    transition: 1.4s !important;
    transition-delay: 0.3s !important;
}
.ativo7{ 
    opacity: 1;
    transition: 0.9s;
    filter: blur(0px);
    transform: translate(0, 0px);
    transition-delay: 0s;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Aconchego text';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://heliriosite.v4rb.com.br/wp-content/uploads/2026/03/AconchegoTextTest-Regular.eot');
	src: url('https://heliriosite.v4rb.com.br/wp-content/uploads/2026/03/AconchegoTextTest-Regular.eot?#iefix') format('embedded-opentype'),
		url('https://heliriosite.v4rb.com.br/wp-content/uploads/2026/03/AconchegoTextTest-Regular.woff2') format('woff2'),
		url('https://heliriosite.v4rb.com.br/wp-content/uploads/2026/03/AconchegoTextTest-Regular.woff') format('woff'),
		url('https://heliriosite.v4rb.com.br/wp-content/uploads/2026/03/AconchegoTextTest-Regular.ttf') format('truetype'),
		url('https://heliriosite.v4rb.com.br/wp-content/uploads/2026/03/AconchegoTextTest-Regular.svg#Aconchegotext') format('svg');
}
@font-face {
	font-family: 'Aconchego text';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://heliriosite.v4rb.com.br/wp-content/uploads/2026/03/AconchegoTextTest-SemiBold.eot');
	src: url('https://heliriosite.v4rb.com.br/wp-content/uploads/2026/03/AconchegoTextTest-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('https://heliriosite.v4rb.com.br/wp-content/uploads/2026/03/AconchegoTextTest-Regular.woff2') format('woff2'),
		url('https://heliriosite.v4rb.com.br/wp-content/uploads/2026/03/AconchegoTextTest-SemiBold.woff') format('woff'),
		url('https://heliriosite.v4rb.com.br/wp-content/uploads/2026/03/AconchegoTextTest-SemiBold.ttf') format('truetype'),
		url('https://heliriosite.v4rb.com.br/wp-content/uploads/2026/03/AconchegoTextTest-Regular.svg#Aconchegotext') format('svg');
}
@font-face {
	font-family: 'Aconchego text';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://heliriosite.v4rb.com.br/wp-content/uploads/2026/03/AconchegoTest-Bold.eot');
	src: url('https://heliriosite.v4rb.com.br/wp-content/uploads/2026/03/AconchegoTest-Bold.eot?#iefix') format('embedded-opentype'),
		url('https://heliriosite.v4rb.com.br/wp-content/uploads/2026/03/AconchegoTest-Bold.woff2') format('woff2'),
		url('https://heliriosite.v4rb.com.br/wp-content/uploads/2026/03/AconchegoTest-Bold.woff') format('woff'),
		url('https://heliriosite.v4rb.com.br/wp-content/uploads/2026/03/AconchegoTest-Bold.ttf') format('truetype'),
		url('https://heliriosite.v4rb.com.br/wp-content/uploads/2026/03/AconchegoTest-Bold.svg#Aconchegotext') format('svg');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://heliriosite.v4rb.com.br/wp-content/uploads/2026/03/Outfit-Regular.eot');
	src: url('https://heliriosite.v4rb.com.br/wp-content/uploads/2026/03/Outfit-Regular.eot?#iefix') format('embedded-opentype'),
		url('https://heliriosite.v4rb.com.br/wp-content/uploads/2026/03/Outfit-Regular.woff2') format('woff2'),
		url('https://heliriosite.v4rb.com.br/wp-content/uploads/2026/03/Outfit-Regular.woff') format('woff'),
		url('https://heliriosite.v4rb.com.br/wp-content/uploads/2026/03/Outfit-Regular.ttf') format('truetype'),
		url('https://heliriosite.v4rb.com.br/wp-content/uploads/2026/03/Outfit-Regular.svg#Outfit') format('svg');
}
@font-face {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://heliriosite.v4rb.com.br/wp-content/uploads/2026/03/Outfit-ExtraBold.eot');
	src: url('https://heliriosite.v4rb.com.br/wp-content/uploads/2026/03/Outfit-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('https://heliriosite.v4rb.com.br/wp-content/uploads/2026/03/Outfit-ExtraBold.woff2') format('woff2'),
		url('https://heliriosite.v4rb.com.br/wp-content/uploads/2026/03/Outfit-ExtraBold.woff') format('woff'),
		url('https://heliriosite.v4rb.com.br/wp-content/uploads/2026/03/Outfit-ExtraBold.ttf') format('truetype'),
		url('https://heliriosite.v4rb.com.br/wp-content/uploads/2026/03/Outfit-ExtraBold.svg#Outfit') format('svg');
}
@font-face {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://heliriosite.v4rb.com.br/wp-content/uploads/2026/03/Outfit-Medium.eot');
	src: url('https://heliriosite.v4rb.com.br/wp-content/uploads/2026/03/Outfit-Medium.eot?#iefix') format('embedded-opentype'),
		url('https://heliriosite.v4rb.com.br/wp-content/uploads/2026/03/Outfit-Medium.woff2') format('woff2'),
		url('https://heliriosite.v4rb.com.br/wp-content/uploads/2026/03/Outfit-Medium-1.woff') format('woff'),
		url('https://heliriosite.v4rb.com.br/wp-content/uploads/2026/03/Outfit-Medium.ttf') format('truetype'),
		url('https://heliriosite.v4rb.com.br/wp-content/uploads/2026/03/Outfit-Medium.svg#Outfit') format('svg');
}
/* End Custom Fonts CSS */