.elementor-kit-1630{--e-global-color-primary:#FAFAFA;--e-global-color-secondary:#006991;--e-global-color-text:#0D0D0D;--e-global-color-accent:#025AEB;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:51px;--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:37px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:1em;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1em;background-color:#0D0D0D;}.elementor-kit-1630 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:100px;--container-default-padding-right:80px;--container-default-padding-bottom:100px;--container-default-padding-left:80px;}.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-kit-1630{--e-global-typography-primary-font-size:41px;--e-global-typography-primary-line-height:1em;--e-global-typography-secondary-font-size:30px;--e-global-typography-secondary-line-height:1em;--e-global-typography-text-font-size:18px;--e-global-typography-text-line-height:1.3em;--e-global-typography-accent-font-size:18px;--e-global-typography-accent-line-height:1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;--container-default-padding-top:40px;--container-default-padding-right:40px;--container-default-padding-bottom:40px;--container-default-padding-left:40px;}}@media(max-width:767px){.elementor-kit-1630{--e-global-typography-primary-font-size:33px;--e-global-typography-primary-line-height:1em;--e-global-typography-secondary-font-size:26px;--e-global-typography-secondary-line-height:1em;--e-global-typography-text-font-size:18px;--e-global-typography-text-line-height:1.3em;--e-global-typography-accent-font-size:16px;--e-global-typography-accent-line-height:1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:40px;--container-default-padding-right:20px;--container-default-padding-bottom:40px;--container-default-padding-left:20px;}}/* Start custom CSS */.elementor-widget-text-editor p:last-child{ margin-bottom:0px;}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}


.destaque{
    background: #337ADD;  /* cor do fundo do texto */
    color: #fff; /* cor do texto */
    border-radius: 2px;
    padding: 0px 10px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.destaque2 {
    background: #fff;  /* cor do fundo do texto */
    color: #062248; /* cor do texto */
    border-radius: 2px;
    padding: 0px 10px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.gradiente {
  background: linear-gradient(to right, #f6f6f6, #ffffff );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



.box {
    position: relative; /* Garante que o elemento pai esteja posicionado para permitir o posicionamento absoluto do pseudo-elemento ::after */
}

.box::after {
    content: "";
    height: 5px;
    width: 50px;
    position: absolute;
    top: 0;
    left: 2em;
    background: linear-gradient(90deg, #6BA9FF, #337ADD); /* Adiciona um gradiente de cor */
    z-index: 3;
    box-shadow: 0px 9px 27.1px 0px #6BA9FF; /* Adiciona sombra com gradiente de cor */
}

/*Efeito de entrada vinculado ao scroll*/
.scroll-esquerda{
    opacity: 0;
    transition: 2.5s all;
    transform: translate3d(-30px, 0, 0);
    /*filter: blur(10px);*/
}

.scroll-direita{
    opacity: 0;
    transition: 2.5s all;
    transform: translate3d(30px, 0, 0);
    /*filter: blur(10px);*/
}

.scroll-base{
    opacity: 0;
    transition: 2.5s all;
    transform: translate3d(0, 80px, 0);
    scale: .5;
    /*filter: blur(10px);*/
}

.scroll-topo{
    opacity: 0;
    transition: 2.5s all;
    transform: translate3d(0, -80px, 0);
    /*filter: blur(10px);*/
}

.scroll-zoom {
    opacity: 0;
    transition:  transform 3.5s, opacity 0.5s, scale 1.5s;
    /*transform: translate3d(0, 80px, 0);*/
    scale: 0;
    /*filter: blur(5px);*/
}

.ativo{
    opacity: 1;
    transition:  transform 0.5s, opacity 0.5s, scale 3.5s;
    transform: translate3d(0, 0, 0);
    scale: 1;
    /*filter: blur(0px);*/
}

.elementor-editor-active .scroll-esquerda, .elementor-editor-active .scroll-direita, .elementor-editor-active .scroll-topo, .elementor-editor-active .scroll-base, .elementor-editor-active .scroll-zoom, .ativo{
    opacity: 1;
    transition: transform 0.5s, opacity 0.5s, scale 1.5s;
    transform: translate3d(0, 0, 0);
    scale: 1;
    /*filter: blur(0px);*/
}



/*Scroll suave - Lenis*/
html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}/* End custom CSS */