.elementor-2141 .elementor-element.elementor-element-8e338d3{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}body.elementor-page-2141:not(.elementor-motion-effects-element-type-background), body.elementor-page-2141 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#161616;}@media(max-width:767px){.elementor-2141 .elementor-element.elementor-element-8e338d3{--content-width:360px;}}@media(min-width:768px){.elementor-2141 .elementor-element.elementor-element-8e338d3{--content-width:1200px;}}@media(max-width:1366px) and (min-width:768px){.elementor-2141 .elementor-element.elementor-element-8e338d3{--content-width:1100px;}}@media(max-width:1200px) and (min-width:768px){.elementor-2141 .elementor-element.elementor-element-8e338d3{--content-width:924px;}}@media(max-width:1024px) and (min-width:768px){.elementor-2141 .elementor-element.elementor-element-8e338d3{--content-width:780px;}}/* Start custom CSS */@media (min-width: 1366px){
    :root{
        --colunas: 12;
        --largura: 1200px;
        --offset: 0px;
        --gutter: 20px;
        --cor: #ffffff10;
    }
}

@media (min-width: 1200px) and (max-width: 1366px){
    :root{
        --colunas: 12;
        --largura: 1100px;
        --offset: 0px;
        --gutter: 20px;
        --cor: #ffffff10;
    }
}


@media (min-width: 1024px) and (max-width: 1200px){
    :root{
        --colunas: 6;
        --largura: 924px;
        --offset: 48px;
        --gutter: 16px;
        --cor: #ffffff10;
    }
}

@media  (max-width: 1024px){
    :root{
        --colunas: 6;
        --largura: 780px;
        --offset: 48px;
        --gutter: 16px;
        --cor: #ffffff10;
    }
}


@media (max-width: 767px){
    :root{
        --colunas: 4;
        --largura: 340px;
        --offset: 0px;
        --gutter: 8px;
        --cor: #ffffff10;
    }
}

body.elementor-editor-active::after {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    pointer-events: none;
    z-index: 1000;
    min-height: 100vh;
    width: calc(100% - (2 * var(--offset)));
    max-width: var(--largura);
    background-size: calc(100% + var(--gutter)) 100%;
    background-image: repeating-linear-gradient( to right, var(--cor), var(--cor) calc((100% / var(--colunas)) - var(--gutter)), transparent calc((100% / var(--colunas)) - var(--gutter)), transparent calc(100% / var(--colunas)));
}/* End custom CSS */