.elementor-kit-11{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#54595F;--e-global-color-text:#A6A6A6;--e-global-color-accent:#61CE70;--e-global-color-7688bdb:#FFFFFF;--e-global-color-2d8b13f:#4E4E4E;--e-global-color-b22171d:#FF2CD8;--e-global-color-dd0bf28:#15FF8A;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-kit-11 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 */html, body{
    overflow-x: hidden;
}



.elementor-button {
    position: relative;
    border: none; /* Remove a borda padrão */
    background-color: #000; /* Cor do botão */
    color: white; /* Cor do texto */
    padding: 10px 20px;
    border-radius: 8px;
}

.elementor-button::before {
    content: "";
    position: absolute;
    inset: -2px; /* Expande a borda para fora do botão */
    z-index: -1;
    border-radius: inherit;
    background: linear-gradient(45deg, rgba(0, 175, 206, 0.6), rgba(255, 0, 208, 0.6)); /* Gradiente com opacidade */
}

.highlight {
    color: #FF2CD8; /* Cor personalizada */
}

.semi-bold {
    font-weight: 600; /* Semi-bold */
    color: #FFFFFF;   /* Cor branca */
}

.scroll-bottom{
    opacity: 0;
    transition: 0.8s;
    transform: translate(0px, 30px);
}

.scroll-top{
    opacity: 0;
    transition: 0.8s;
    transform: translate(0px, -30px);
}

.scroll-left{
    opacity: 0;
    transition: 0.8s;
    transform: translate(-30px, 0px);
}

.scroll-right{
    opacity: 0;
    transition: 0.8s;
    transform: translate(30px, 0px);
}

.elementor-editor-active .scroll-bottom,
.elementor-editor-active .scroll-top,
.elementor-editor-active .scroll-left,
.elementor-editor-active .scroll-right,
.ativo{
    opacity: 1;
    transition: 0.8s;
    transform: translatey(0px);
}

/* Chrome, Edge e Safari */
body::-webkit-scrollbar {
  width: 10px; /*largura da barra*/
}

body::-webkit-scrollbar-track {
  background: #1a1a1a; /*cor do fundo*/
}

body::-webkit-scrollbar-thumb {
  background: #56FFAB; /*cor do controle do scroll*/
  border-radius: 0px; /*arredondamento*/
  border: 1px solid #1a1a1a; /*borda*/
}

/* Firefox */
@-moz-document url-prefix() {
  * {
    scrollbar-width: 10px;
    scrollbar-color:
                    #C8F0A5 /*cor do controle do scroll*/
                    #000000; /*cor do fundo*/
    -moz-appearance: scrollbar;
  }
}/* End custom CSS */