.elementor-kit-895{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-4f92a03:#4054B2;--e-global-color-5dfd6667:#23A455;--e-global-color-7f095e5a:#000;--e-global-color-57197207:#FFF;--e-global-color-78ab4e67:RGBA(215, 215, 215, 0.32);--e-global-color-bdbb358:#020101;--e-global-color-f9b718b:#D9D9D9;--e-global-color-010920f:#244029;--e-global-color-718d5d0:#E3D47B;--e-global-color-fb80f46:#515151;--e-global-color-2acce89:#0F1F28;--e-global-color-9485007:#E0AE8B;--e-global-color-3b32e59:#14286D;--e-global-color-db1d69b:#4B4B4D;--e-global-color-aa79cde:#96989A;--e-global-color-ddf6aba:#1E2B40;--e-global-color-b4779fd:#F3F3F3;--e-global-color-38a2871:#040057;}.elementor-kit-895 p{margin-bottom:12px;}.elementor-kit-895 h1{color:#14286D;font-family:"Lato";font-size:20px;font-weight:700;line-height:1px;letter-spacing:0px;}.elementor-kit-895 h3{color:#14286D;font-family:"Lato";font-size:27px;font-weight:900;font-style:normal;line-height:30px;}.elementor-kit-895 h4{color:#14286D;font-family:"Lato";font-size:19px;font-weight:700;line-height:20px;}.elementor-kit-895 h5{color:#14286D;font-family:"Lato";font-size:19px;font-weight:700;text-decoration:underline;line-height:20px;}.elementor-kit-895 h6{line-height:20px;letter-spacing:-0.3px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-895 e-page-transition{background-color:#FFBC7D;}@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: 120px; /* altura final quando encolhe - deve ser o mesmo valor que colocou no min-height da seção */
    --opacity: 0.90; /* opacidade final quando encolhe. se quiser que fique mais transparente, coloque numeros menores como por ex 0.3 */
    --shrink-me: 0.6; /* 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: #FFF;/* 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(80% * var(--shrink-me));
}
/* se gostou deste tutorial, visite meu site rodrigomilano.com.br e inscreva-se no canal *//* End custom CSS */