.elementor-kit-8{--e-global-color-primary:#5A189A;--e-global-color-secondary:#7B2CBF;--e-global-color-text:#FAFAFA;--e-global-color-accent:#9D4EDD;--e-global-color-c4eb71e:#843CC4;--e-global-color-2fdb35d:#FAFAFA;--e-global-color-03bf359:#0C0C0C;--e-global-typography-primary-font-family:"Roboto";--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;background-color:#0C0C0C;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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 *//*resolver problemas com scrollbar*/
html, body{
    overflow-x: hidden;
}

[data-elementor-type="wp-page"]{
    overflow: hidden;
}



.titulo {
    color: #0D0D0D;
    font-weight: 800;
    font-family: Sans-Serif;
}

.titulodestaque {
    display: inline;
    font-family: Sans-Serif;
    background: linear-gradient(45deg, #000000 0%, #7b2cbf 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;
    font-weight: 800;
    font-family: Sans-Serif;
}

.texto {
    color: #252625;
    font-weight: 400;
    font-family: Sans-Serif;
}

.texto2 {
    color: #FAFAFA;
    font-weight: 400;
    font-family: Sans-Serif;
}

.destaque {
    color: #7b2cbf;
    font-weight: 400;
    font-style: italic;
    font-family: Sans-Serif;
}

.destaque2 {
    color: #C0C0C0;
    font-weight: 400;
    font-style: italic;
    font-family: Sans-Serif;
}

.degrade{
    display: inline;
    font-family: Sans-Serif;
    background: linear-gradient(45deg, #C77DFF 0%, #7b2cbf 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;
    font-weight: 900;
}

/*efeito subir no hover*/
.up{
    position: relative;
    transition: 0.5s;
}

.up:hover{
    transform: translatey(-10px)
}/* End custom CSS */