.elementor-kit-20{--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-20 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1180px;}.e-con{--container-max-width:1180px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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 {
    overflow-x: hidden !important;
}

.hero-home,
.hero-sobre,
.hero-servicos,
.hero-contato {
    position: relative;
    overflow: hidden;
}

/* Apenas o degradê */
.hero-home::before,
.hero-sobre::before,
.hero-servicos::before,
.hero-contato::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;

    background: linear-gradient(
        90deg,
        rgba(0,36,23,.90) 0%,
        rgba(0,36,23,.82) 22%,
        rgba(0,36,23,.65) 45%,
        rgba(0,36,23,.35) 70%,
        rgba(0,36,23,.10) 100%
    );
}

/* Apenas as listras */
.hero-home::after,
.hero-sobre::after,
.hero-servicos::after,
.hero-contato::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;

    opacity: .35;

    background: repeating-linear-gradient(
        -45deg,
        rgba(255,255,255,.03) 0 30px,
        transparent 14px 42px
    );

    mask-image: linear-gradient(
        90deg,
        transparent 0%,
        transparent 30%,
        rgba(0,0,0,.2) 40%,
        #000 55%
    );

    -webkit-mask-image: linear-gradient(
        90deg,
        transparent 0%,
        transparent 30%,
        rgba(0,0,0,.2) 40%,
        #000 55%
    );
}

.hero-home,
.hero-servicos,
.hero-contato,
.hero-sobre > * {
    position: relative;
    z-index: 3;
}

/*strip
*/


.strip{
    position: relative;
    overflow: hidden;
    background: #FCBD00;
    padding: 30px 0;
}

.strip-title{
    position: relative;

    font-family: "Anton", sans-serif;
    font-size: clamp(50px,7vw,120px);
    text-transform: uppercase;
    white-space: nowrap;

    color: transparent;

    -webkit-text-stroke: 2px #002417;

    background-image: var(--strip-bg);
    background-size: cover;
    background-position: center;

    -webkit-background-clip: text;
    background-clip: text;

    transition: background-position .1s linear;
}/* End custom CSS */