.elementor-kit-7{--e-global-color-primary:#2172B3;--e-global-color-secondary:#B31610;--e-global-color-text:#2E2E2E;--e-global-color-accent:#F4B400;--e-global-color-8147b83:#FFFFFF;--e-global-color-71614d2:#2F89C8;--e-global-color-f7f8eeb:#EE1C14;--e-global-color-1384249:#F2F8FD;--e-global-color-c181ad8:#E4EFFA;--e-global-typography-primary-font-family:"Oswald";--e-global-typography-primary-font-size:2.5em;--e-global-typography-primary-font-weight:normal;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Oswald";--e-global-typography-secondary-font-size:2em;--e-global-typography-secondary-font-weight:normal;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-text-font-family:"Source Sans Pro";--e-global-typography-text-font-size:1em;--e-global-typography-text-font-weight:normal;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Source Sans Pro";--e-global-typography-accent-font-size:1.13em;--e-global-typography-accent-font-weight:normal;--e-global-typography-accent-line-height:1.5em;--e-global-typography-a6aefa6-font-family:"Oswald";--e-global-typography-a6aefa6-font-size:1em;--e-global-typography-a6aefa6-font-weight:bold;--e-global-typography-a6aefa6-text-transform:uppercase;--e-global-typography-a6aefa6-letter-spacing:1.1px;--e-global-typography-fcc241d-font-family:"Source Sans Pro";--e-global-typography-fcc241d-font-size:1em;--e-global-typography-fcc241d-font-weight:normal;}.elementor-kit-7 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:0px;--container-default-padding-right:20px;--container-default-padding-bottom:0px;--container-default-padding-left:20px;}.elementor-widget:not(:last-child){--kit-widget-spacing:40px;}.elementor-element{--widgets-spacing:40px 40px;--widgets-spacing-row:40px;--widgets-spacing-column:40px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-7{--e-global-typography-secondary-font-size:1.8em;--e-global-typography-a6aefa6-font-size:1em;--e-global-typography-fcc241d-font-size:1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-primary-font-size:2em;--e-global-typography-fcc241d-font-size:1.13em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*DESABILITA SCROLL HORIZONTAL*/
html, body {
max-width: 100%;
overflow-x: hidden;
}

*::selection{
    color: var(--e-global-color-8147b83); /*cor do texto selecionado*/
    background: var(--e-global-color-primary); /*cor do Bg selecionado*/
}

body::-webkit-scrollbar {
    width: 12px; /* Largura da barra de rolagem */
}

body::-webkit-scrollbar-track {
    background: #e4effa; /* Cor de fundo do caminho da barra de rolagem */
}

body::-webkit-scrollbar-thumb {
    background-image: linear-gradient(0deg, #2f89c8, #2f89c8); /* Cor de fundo do marcador de rolagem */
    border-radius: 20px; /* Arredondamento das bordas do controle deslizante */
    border: 3px solid #2f89c8; /* Borda do controle deslizante */
}

/* FIX icone dos botoes desalinhado */
.elementor-button-icon {
    line-height: 0;
}


/*MANTER COR DE LINKS*/
a, a:hover {
    color: currentColor;
}

/*REMOVE MARGIN WIDGET DE TEXTO*/
.elementor-widget-text-editor p:last-child{
    margin-bottom: 0px;
}

/* FIX MENU */
nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    width: 220px!important;
    right: 0px!important;
    left: auto!important;
    border-radius: 10px;
    box-shadow: -6px 10px 20px #0000002b, 0 0 0 1px #00000017;
    overflow: hidden;}
li.menu-item:last-child a {padding-bottom: 13px;}
li.menu-item:first-child a {padding-top: 11px;}
/* FIM - FIX MENU */

/* Dropdown do menu mobile corrigido */
nav.elementor-nav-menu--dropdown.elementor-nav-menu__container { position: absolute; right: 0; top: 40px; width: 240px;}
nav.elementor-nav-menu--dropdown.elementor-nav-menu__container { overflow: hidden!important;}
.elementor-kit-7 .elementor-menu-toggle { transition: all 0.5s ease;}

# header .elementor-nav-menu--dropdown .elementor-nav-menu li:first-child a {padding-top: 12px!important;} #header .elementor-nav-menu--dropdown .elementor-nav-menu li:last-child a {padding-bottom: 12px!important;
}

/*Desabilita o movimento do mouse no tablet e celular*/
body:not([data-elementor-device-mode="desktop"]) .elementor-motion-effects-element {
transform: none!important;
}

.elementor-kit-7 .elementor-button svg{
width: 20px;
vertical-align: middle;
}

.elementor-button-content-wrapper {
align-items: center
}

/* Animacoes suaves do Elementor */
.elementor-motion-effects-layer {
transition: all 3s cubic-bezier(.17,.42,.21,.98)!important;
}/* End custom CSS */