.elementor-kit-12{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-06d222d:#FFFFFF;--e-global-color-4dd9d5b:#20234A;--e-global-color-72f9b2f:#20234A;--e-global-color-6620bbc:#EFEFEF;--e-global-color-e34594e:#20234A;--e-global-color-ba7525a:#E7CAD1;--e-global-color-1c39970:#20234A;--e-global-color-f81b8ff:#F1990C;--e-global-color-f1ccb31:#FD0A0A;--e-global-color-31b0dc5:#E90808;--e-global-color-035094f:#13293D;--e-global-color-dc6a769:#23AA35;--e-global-color-4d52d02:#ADADAD;--e-global-color-26aef28:#C01313;--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:var( --e-global-color-06d222d );color:var( --e-global-color-text );font-family:"Barlow", Sans-serif;}.elementor-kit-12 button,.elementor-kit-12 input[type="button"],.elementor-kit-12 input[type="submit"],.elementor-kit-12 .elementor-button{background-color:#20234A;color:var( --e-global-color-06d222d );}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-kit-12 a{color:var( --e-global-color-72f9b2f );}.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);}@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 */header.sticky-header {
    --header-height: 110px; /* altura final quando encolhe - deve ser o mesmo valor que colocou no min-height da seção */
    --opacity: 1; /* opacidade final quando encolhe. se quiser que fique mais transparente, coloque numeros menores como por ex 0.3 */
    --shrink-me: 0.70; /* porcentagem de quanto o header vai encolher, assim como a logotipo. se quiser que encolha mais, coloque valores menores commo por ex 0.5 (equivalente a 50%) */
    --sticky-background-color: #ffffff;/* cor do fundo do header depois que encolher. não precisa ser a mesma cor original */
    --transition: .3s ease-in-out;/* tempo que leva pra encolher, aqui está demorando 0.3 segundos. quanto maior o valor, mais tempo demora o efeito de transição */

    transition: background-color var(--transition),/**/
                background-image var(--transition),/**/
                opacity var(--transition);/**/
}
header.sticky-header.elementor-sticky--effects {
    background-color: var(--sticky-background-color) !important;
    background-image: none !important;
    opacity: var(--opacity) !important;
}
header.sticky-header > .elementor-container {
    transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
    min-height: calc(var(--header-height) * var(--shrink-me))!important;
    height: calc(var(--header-height) * var(--shrink-me));
}
header.sticky-header .elementor-nav-menu .elementor-item {
    transition: padding var(--transition);
}
header.sticky-header.elementor-sticky--effects .elementor-nav-menu .elementor-item {
    padding-bottom: 10px!important;
    padding-top: 10px!important;
}
header.sticky-header > .elementor-container .logo img {
    transition: max-width var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
    max-width: calc(65% * var(--shrink-me));
}
/* se gostou deste tutorial, visite meu site rodrigomilano.com.br e inscreva-se no canal *//* End custom CSS */