.elementor-kit-6{--e-global-color-primary:#F37421;--e-global-color-secondary:#E35923;--e-global-color-text:#000002;--e-global-color-accent:#F37421;--e-global-color-566be9c:#DCDADA;--e-global-color-4048bf3:#F7F7F7;--e-global-color-38a4d05:#9E9C9A;--e-global-color-adb53a9:#665E58;--e-global-color-e64e244:#FDECE0;--e-global-typography-primary-font-family:"Onest";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Onest";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Onest";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Onest", Sans-serif;}.elementor-kit-6 a:hover{color:var( --e-global-color-accent );}.elementor-kit-6 h1{font-family:"Onest", Sans-serif;}.elementor-kit-6 h2{font-family:"Onest", Sans-serif;}.elementor-kit-6 h3{font-family:"Onest", Sans-serif;}.elementor-kit-6 h4{font-family:"Onest", Sans-serif;}.elementor-kit-6 h5{font-family:"Onest", Sans-serif;}.elementor-kit-6 h6{font-family:"Onest", Sans-serif;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-family:"Onest", Sans-serif;font-size:16px;}.elementor-kit-6 img{border-radius:15px 15px 15px 15px;}.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);}@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: clip;
}
@supports not (overflow: clip) {
  html, body { overflow-x: hidden; }
}

*,
*::before,
*::after { box-sizing: border-box; }

img, video, canvas, svg, iframe { max-width: 100%; height: auto; display: block;
}


a {
    color:inherit;
    transition: .3s ease all;
}

a:hover {
    color: #F37421;
}

* {
--stretch-left: -18rem!important;
}

@media (max-width: 992px) {
    .nav-menu .e-n-menu-wrapper {
        max-width: 320px!important;
        margin-left: 2rem!important;
        padding: 1.3rem;
        z-index: 30;
        background: #fff!important;
    }
}

.nav-menu svg {
    fill: currentColor;
}

.btn-cta {
    border: 3px solid transparent;
    border-radius: 100px;
    transition: all 1s ease-out;
    width: fit-content;
    
    &:hover {
        border: 3px solid #FCAC8D;
    }
}

/* CARD SERVICES */
.card-to-services {
    border: 1px solid #DCDADA;
    transition: all .5s ease-out;
    position: relative;
    height: 18rem;
    background: white;
    
    & .arrow-next-tab {
        & svg {
            color: #DCDADA!important;
            stroke: #DCDADA!important;
            
            &:hover {
                color: white!important;
                stroke: white!important;
            }
        }
    }
    
    & svg {
        color: #F37421!important;
        stroke: #F37421!important;
    }
    
    &:hover {
        background: #F37421;
        border: 1px solid #FFC8A5;
        
        
        & h3 {
            color: white!important;
        }
        
        & svg {
            color: #FFF!important;
            stroke: #FFFFFF!important;
        }
    }
    
    & h3 {
        text-wrap: balance;
        max-inline-size: 12ch;
    }
}

.cards-about {
    border-radius: 15px;
    border: 1px solid #ECECEC;
    background: #FFF;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
    padding: 1.5rem;

    & p {
        margin-bottom: 0;
        text-wrap: balance;
        max-inline-size: 16ch;
    }
}

.no-mb p {
    margin-bottom:0;
}

.hero-image img {
    scale: 1.2;
}

.images-estrutura img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-image-article img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-image-segmentos img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.force-clientes-logo img {
    max-height: 3rem!important;
    object-fit: contain!important;
}/* End custom CSS */