.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-fb15893:#02162C;--e-global-color-1f810ec:#FFFFFF;--e-global-color-4d38a1e:#FFFFFF33;--e-global-color-9ac6058:#677A8D;--e-global-color-ba0ed32:#6C6A72;--e-global-color-110b0d3:#13263C;--e-global-color-54e05ce:#FFFFFF00;--e-global-color-b1bf954:#F4F2F9;--e-global-color-87d4438:#F73636;--e-global-color-b5760bf:#5FCE6E;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:4.6rem;--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-section.elementor-section-boxed > .elementor-container{max-width:114rem;}.e-con{--container-max-width:114rem;--container-default-padding-top:0rem;--container-default-padding-right:0rem;--container-default-padding-bottom:0rem;--container-default-padding-left:0rem;}.elementor-widget:not(:last-child){margin-block-end:0rem;}.elementor-element{--widgets-spacing:0rem 0rem;--widgets-spacing-row:0rem;--widgets-spacing-column:0rem;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}@media(max-width:1141px){.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 *//*** Estilos Gerais ***/
:root {
    font-size: 62.5%;
}

body {
    overflow-x: hidden;
    font-size: 1.6rem;
}

a:focus, button:focus {
    outline: 0 !important;
}

/*** Slider Revolution ***/
@media only screen and (max-width: 767px) {
    .tp-leftarrow, .tp-rightarrow {
        top: initial !important;
        bottom: 4rem;
    }    
}

/* CARDS */

.card::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 1rem;
    height: 1rem;
    background-color: #677a8d;
    transition: all .5s;
}

.card:hover::after {
    padding-left: 100%;
    height: 100%;
    opacity: 0;
}

.card h3, .card p {
    transition-duration: .5s !important;
}

.card:hover h3, .card:hover p {
    color: #fff !important;
}

/*** Áreas & Soluções Jurídicas ***/
.card .icon {
    transition: opacity .5s;
}

.card:hover .icon, .card .icon.only-on-hover {
    height: 0px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.card:hover .icon.only-on-hover {
    height: auto !important;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

/*** Fale Conosco ***/
.img-sticky {
    position: sticky;
    top: 14rem;
}

.eael-ext-scroll-to-top-button svg {
    width: 1.6rem !important;
    height: 1.6rem !important;
}/* End custom CSS */