.elementor-kit-11{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-typography-primary-font-family:"DM Serif Text";--e-global-typography-primary-font-size:34px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--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: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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ====================== 
  Tira o Scroll lateral de toda a página
====================== */
html, body {
    width: 100%;
    overflow-x: clip;
}

/* ====================== 
  Ruido backgrouund
====================== */
body::before {
    content: "";
    display: block !important;
    background-image: url('https://goharadev.com.br/wp-content/uploads/2025/04/ruido-background.webp');
    opacity: .3 !important;
    background-repeat: repeat !important;
    background-size: 257px auto !important;
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    pointer-events: none !important;
    z-index: 99999998 !important;
}

/* ====================== 
  Estilo o Scroll da Página
====================== */
*::-webkit-scrollbar {
    width: 10px;
}

*::-webkit-scrollbar-track {
    background: #05101D;
}

*::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #05101D 0%, #0F6AF3 100%);
    border-radius: 10px;
    border: 2px solid #05101D;
}


/* ====================== 
  Altera o cursor
====================== */
html{
cursor:url('https://goharadev.com.br/wp-content/uploads/2025/04/navigation-cursor.svg'),
	auto;
}

html.click, html.click a, html.click a:hover, a:hover{
cursor:url('https://goharadev.com.br/wp-content/uploads/2025/04/click-cursor.svg'),
	auto;
}


/* ====================== 
  Text gradient
====================== */
.texto-degrade {
    background: linear-gradient(45deg, #FFF 25.49%, #939DB8 110.77%);
    color: transparent !important;
    -webkit-text-fill-color: transparent;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding-right: 3px;
    -webkit-background-clip: text;
    background-clip: text;
}

.texto-destaque {
    display: inline;
    background: linear-gradient(45deg, #02C8DD 0%, #0E56FF 100%);
    background-clip: text;
    color: transparent !important;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    padding-right: 2px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.texto-destaque-2 {
    display: inline;
    background: linear-gradient(90deg, #96BEFB 2.54%, #FFF 41.05%, #96BEFB 92.3%);
    background-clip: text;
    color: transparent !important;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    padding-right: 2px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.texto-destaque-red {
    background: -webkit-linear-gradient(360deg,#ff5e5e,#ff5e5e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}/* End custom CSS */