.elementor-kit-4{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#FEE3DF;--e-global-color-text:#000000;--e-global-color-accent:#FFEEE9;--e-global-typography-primary-font-family:"Playfair Display";--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:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Playfair Display";--e-global-typography-accent-font-weight:500;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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 */html,body{
width:100%;
overflow-x:hidden;
}

/* Scrollbar super fina e minimalista */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

/* Trilho invisível */
::-webkit-scrollbar-track {
    background: transparent;
}

/* Polegar slim rosado */
::-webkit-scrollbar-thumb {
    background-color: #FEC5BD; /* rosa médio */
    border-radius: 10px;
}

/* Hover mais destacado */
::-webkit-scrollbar-thumb:hover {
    background-color: #F08080; /* tom mais forte no hover */
}
b:hover {
    background-color: #F08080; /* tom mais forte no hover */
}


/* Cursor padrão */
html {
    cursor: url('https://dramarcelasilva.com.br/wp-content/uploads/2025/08/mouseasy.svg'), auto;
}

/* Cursor quando clica em links ou elementos com a classe .click */
html.click, 
html.click a, 
html.click a:hover, 
a:hover {
    cursor: url('https://dramarcelasilva.com.br/wp-content/uploads/2025/08/mouseeasy4.svg'), auto;
}

/* Classe para forçar cursor de clique */
.aqui {
    cursor: url('https://dramarcelasilva.com.br/wp-content/uploads/2025/08/mouseeasy4.svg'), auto;
    
   /* Desligar cursos mobile */
    @media (pointer: coarse) {
  html, a, .aqui { cursor: auto !important; }
}

}

html,body{
width:100%;
overflow-x:hidden;
}
[data-elementor-type="wp-page"] {
    overflow: hidden !important;
}/* End custom CSS */