.elementor-kit-9{--e-global-color-primary:#C82012;--e-global-color-secondary:#202020;--e-global-color-text:#434343;--e-global-color-accent:#F42B17;--e-global-color-2aa102c:#FFFFFF;--e-global-typography-primary-font-family:"Sora";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Sora";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Sora";--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Sora";--e-global-typography-accent-font-weight:500;--e-global-typography-828c801-font-family:"Quicksand";--e-global-typography-828c801-font-weight:700;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1480px;}.e-con{--container-max-width:1480px;}.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 */.scroll-bottom{
    opacity: 0;
    transition: 0.5s;
    transform: translate(0px, 30px);
}

.scroll-top{
    opacity: 0;
    transition: 0.5s;
    transform: translate(0px, -30px);
}

.scroll-left{
    opacity: 0;
    transition: 0.5s;
    transform: translate(-30px, 0px);
}

.scroll-right{
    opacity: 0;
    transition: 0.5s;
    transform: translate(30px, 0px);
}

.elementor-editor-active .scroll-bottom,
.elementor-editor-active .scroll-top,
.elementor-editor-active .scroll-left,
.elementor-editor-active .scroll-right,
.ativo{
    opacity: 1;
    transition: 0.5s;
    transform: translatey(0px);
}

.elemento1{
    transition-delay: 0.1s
}

.elemento2{
    transition-delay: 0.2s
}

.elemento3{
    transition-delay: 0.3s
}

.elemento4{
    transition-delay: 0.4s
}

.snowflakes {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 9999; /* Certifique-se de que a neve esteja visível acima de outros elementos */
}

.snowflake {
    position: absolute;
    top: -150px;
    font-size: 18px;
    color: #fff; /* Cor dos flocos de neve */
    animation: fall 10s linear infinite; /* Duração da animação definida para 10 segundos */
}

@keyframes fall {
    to {
        transform: translateY(100vh);
    }
}


/* Personalizar a barra de rolagem vertical */
::-webkit-scrollbar {
    width: 3px; /* Largura da barra de rolagem */
}

::-webkit-scrollbar-thumb {
    background-color: #fff; /* Cor do "ponteiro" da barra de rolagem */
    border-radius: 35px; /* Borda arredondada do "ponteiro" */
}

::-webkit-scrollbar-track {
    background-color: transparent; /* Cor do fundo da barra de rolagem transparente */
    border-radius: 35px; /* Borda arredondada do fundo */
}

/* Para navegadores Firefox */
/* Note que no Firefox, as propriedades scrollbar-width e scrollbar-color funcionam somente em modo "scrollbar overlay", que pode não ser suportado em versões futuras. */
/* Versões mais recentes do Firefox podem não suportar completamente a personalização da barra de rolagem */
html {
    scrollbar-width: thin;
    scrollbar-color: #C82012 transparent;
}

.pswp .jet-woo-product-gallery-pswp .pswp__scroll-wrap .pswp__bg {
    display: none !important;
}

.pswp.jet-woo-product-gallery-pswp {
  display: none !important;
}/* End custom CSS */