.elementor-kit-7{--e-global-color-primary:#001D2D;--e-global-color-secondary:#006399;--e-global-color-text:#6B7280;--e-global-color-accent:#F46E00;--e-global-typography-primary-font-family:"Archivo";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Archivo";--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:"Inter";--e-global-typography-accent-font-weight:700;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-letter-spacing:0.1em;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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 */.ico svg{
    fill: none !important;
}

.s .i {
    transition: transform 0.3s ease;
}

.s:hover .i {
    transform: scale(1.1);
}

/* Container principal */
.sq {
    position: relative;
    overflow: hidden;
}

/* Barra inferior animada */
.sq::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background: var(--card-color);
    transition: width 0.5s ease;
    z-index: 90;
}

/* Container com background */
.sq .c1 {
    position: relative;
    overflow: hidden;
    transition: transform 0.5s ease;
}

/* Overlay vermelho */
.sq .c1::before {
    content: "";
    position: absolute;
    inset: 0;
    background: color-mix(in srgb, var(--card-color) 40%, transparent);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 1;
}

/* Hover */
.sq:hover .c1 {
    transform: scale(1.05);
}

.sq:hover .c1::before {
    opacity: 1;
}

.sq:hover::after {
    width: 100%;
}

@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;
}/* End custom CSS */