.elementor-307 .elementor-element.elementor-element-6212fedd{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--padding-top:2%;--padding-bottom:2%;--padding-left:0%;--padding-right:0%;}.elementor-307 .elementor-element.elementor-element-6212fedd:not(.elementor-motion-effects-element-type-background), .elementor-307 .elementor-element.elementor-element-6212fedd > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#404242;}.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-icon-list .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-icon-list .elementor-icon-list-text{color:var( --e-global-color-secondary );}.elementor-307 .elementor-element.elementor-element-334e5e0d{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0% 2% 0% 2%;--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-307 .elementor-element.elementor-element-334e5e0d .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(43px/2);}.elementor-307 .elementor-element.elementor-element-334e5e0d .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(43px/2);}.elementor-307 .elementor-element.elementor-element-334e5e0d .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(43px/2);}.elementor-307 .elementor-element.elementor-element-334e5e0d .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-43px/2);}.elementor-307 .elementor-element.elementor-element-334e5e0d .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-43px/2);}.elementor-307 .elementor-element.elementor-element-334e5e0d .elementor-icon-list-item:not(:last-child):after{content:"";border-color:#ddd;}.elementor-307 .elementor-element.elementor-element-334e5e0d .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child):after{border-block-start-style:solid;border-block-start-width:1px;}.elementor-307 .elementor-element.elementor-element-334e5e0d .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:not(:last-child):after{border-inline-start-style:solid;}.elementor-307 .elementor-element.elementor-element-334e5e0d .elementor-inline-items .elementor-icon-list-item:not(:last-child):after{border-inline-start-width:1px;}.elementor-307 .elementor-element.elementor-element-334e5e0d .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-307 .elementor-element.elementor-element-334e5e0d .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-307 .elementor-element.elementor-element-334e5e0d .elementor-icon-list-item > .elementor-icon-list-text, .elementor-307 .elementor-element.elementor-element-334e5e0d .elementor-icon-list-item > a{font-family:"circular-std", Sans-serif;font-size:1rem;font-weight:400;}.elementor-307 .elementor-element.elementor-element-334e5e0d .elementor-icon-list-text{color:#FFFFFF;transition:color 0.3s;}/* Start custom CSS for icon-list, class: .elementor-element-334e5e0d *//* Container da lista para garantir alinhamento */
.elementor-307 .elementor-element.elementor-element-334e5e0d .elementor-icon-list-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Ajuste para left, right, ou center */
}

/* Itens da lista */
.elementor-307 .elementor-element.elementor-element-334e5e0d .elementor-icon-list-item {
    margin-right: 20px; /* Ajuste o espaçamento entre itens */
}

/* Configuração do Texto */
.elementor-307 .elementor-element.elementor-element-334e5e0d .elementor-icon-list-text {
    text-decoration: none;
    border-bottom: 2px solid transparent; /* Borda invisível inicial */
    transition: all 0.3s ease; /* Transição suave */
    position: relative;
    display: inline-block;
}

/* Efeito ao Passar o Mouse (Hover) */
.elementor-307 .elementor-element.elementor-element-334e5e0d .elementor-icon-list-item:hover .elementor-icon-list-text {
    border-bottom: 2px solid #ffffff; /* Cor do sublinhado - Mude aqui */
    /* Simula negrito sem mover os itens */
    text-shadow: 0.5px 0 0 currentColor;
}

.elementor-307 .elementor-element.elementor-element-334e5e0d .elementor-icon-list-item a {
    text-decoration: none; /* Remove underline from links */
}

.elementor-307 .elementor-element.elementor-element-334e5e0d .elementor-icon-list-item a:hover {
    border-bottom: none; /* Remove blue line on hover */
}/* End custom CSS */