.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}{}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:1366px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;}}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;--container-default-padding-top:0em;--container-default-padding-right:1em;--container-default-padding-bottom:0em;--container-default-padding-left:1em;}}/* Start custom CSS */html, body{
    scroll-behavior: auto !important;
}

[data-elementor-type="wp-page"]{
    overflow-x: clip;
}

[data-elementor-type="wp-post"]{
    overflow-x: clip;
}

:root {
    --arredondamento: 50px;
    --cordaborda: rgba(255, 255, 255, 0.3);
    --cordoboxinterno: rgba(255, 255, 255, 0.2);
}

.container-paineis{
    transition: none !important;
    overflow: hidden;
    min-height: 100vh !important;
}

.painel {
    position: absolute;
    top: 0;
    left: 0;
    transition: none !important;
    min-height: 100vh !important
}

.filtro {
    position: absolute;
    inset: 0;
    z-index: 0;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    filter: url(#liquidglass);
    border-radius: var(--arredondamento);
}

.tratamentos-texto{
    color: #BA8630;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3em;
    letter-spacing: -0.2px;
}

.secao{
    transform: perspective(1200px) scale(0.8) rotateX(30deg);
}/* End custom CSS */