.elementor-kit-8{--e-global-color-primary:#F4F4F5;--e-global-color-secondary:#BCBCBD;--e-global-color-text:#0A0A0A;--e-global-color-accent:#F68B00;--e-global-color-dae152b:#2B2B2B;--e-global-color-a88e86f:#1A1A1A;--e-global-color-0aeaca8:#25D366;--e-global-typography-primary-font-family:"Archivo Black";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Archivo Black";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"JetBrains Mono";--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-letter-spacing:0.12em;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:var( --e-global-color-accent );font-family:"Inter", Sans-serif;font-size:14px;font-weight:700;line-height:1em;color:var( --e-global-color-text );}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1250px;}.e-con{--container-max-width:1250px;}.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 */@media only screen and (max-width: 767px) {
    .content_wrapper .section_wrapper, .container, .four.columns .widget-area {
        padding-left: 0
        !important;
        padding-right: 0 !important;
    }
}

#Content {
    width: 100%;
    padding-top: 0px;
    z-index: 0;
    position: relative;
}

.ico svg{
    fill: none !important;
}

.sqr {
    position: relative;
    overflow: hidden;
}

.sqr::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px; 
    background: #F68B00; 
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.sqr:hover::after {
    transform: scaleX(1);
}

.borda {
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.sqr:hover .borda {
    opacity: 1;
    visibility: visible;
}

/* Título */
.areas .elementor-heading-title {
    position: relative;
    padding-top: 10px;
}

/* Linha acima do título */
.areas .elementor-heading-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px; /* tamanho inicial */
    height: 3px;
    background: #F68B00;
    transition: width 0.4s ease;
}

/* Cresce ao passar o mouse no container */
.areas:hover .elementor-heading-title::before {
    width: 80px; /* tamanho final */
}/* End custom CSS */