.elementor-13 .elementor-element.elementor-element-c92f71f{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-13 .elementor-element.elementor-element-eddee3a .elementor-heading-title{font-family:"Helvetica", Sans-serif;font-weight:300;color:#BBBBBB;}.elementor-13 .elementor-element.elementor-element-5689466{--display:flex;}body.elementor-page-13:not(.elementor-motion-effects-element-type-background), body.elementor-page-13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-13 .elementor-element.elementor-element-c92f71f{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13 .elementor-element.elementor-element-55f66f4{margin:-21px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-13 .elementor-element.elementor-element-eddee3a{padding:0px 30px 0px 30px;text-align:center;}.elementor-13 .elementor-element.elementor-element-eddee3a.elementor-element{--align-self:center;}.elementor-13 .elementor-element.elementor-element-eddee3a .elementor-heading-title{font-size:18px;line-height:1.3em;letter-spacing:-0.5px;}.elementor-13 .elementor-element.elementor-element-5689466{--gap:10px 10px;--row-gap:10px;--column-gap:10px;}}/* Start custom CSS */::selection{
    background: #ffffff20
}

html, body{ overflow-x: hidden !important; }

p:last-child{
    margin-bottom:0px;
}

body::-webkit-scrollbar {
  width: 12px;               /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
  background: #000000;        /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
  background-image: linear-gradient(0deg, white, white);
  /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 3px solid #000000;  /* creates padding around scroll thumb */
}

@media (min-width: 767px) {

    .e-con,
    .elementor-section {
        display: none !important;
    }

    body::before {
        content: "Acesse pelo celular";
        position: fixed;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #000;
        color: #fff;
        font-family: "Articulate", Sans-serif;
        font-size: 32px;
        font-weight: 700;
        text-align: center;
        z-index: 999999;
    }
}/* End custom CSS */