.elementor-596 .elementor-element.elementor-element-8a07bf0{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--overlay-opacity:0;border-style:none;--border-style:none;}.elementor-596 .elementor-element.elementor-element-8a07bf0:not(.elementor-motion-effects-element-type-background), .elementor-596 .elementor-element.elementor-element-8a07bf0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF00;}.elementor-596 .elementor-element.elementor-element-8a07bf0::before, .elementor-596 .elementor-element.elementor-element-8a07bf0 > .elementor-background-video-container::before, .elementor-596 .elementor-element.elementor-element-8a07bf0 > .e-con-inner > .elementor-background-video-container::before, .elementor-596 .elementor-element.elementor-element-8a07bf0 > .elementor-background-slideshow::before, .elementor-596 .elementor-element.elementor-element-8a07bf0 > .e-con-inner > .elementor-background-slideshow::before, .elementor-596 .elementor-element.elementor-element-8a07bf0 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#02010100;--background-overlay:'';}.elementor-596 .elementor-element.elementor-element-f809584{--grid-template-columns:repeat(0, auto);text-align:center;width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;--icon-size:38px;--grid-column-gap:5px;--grid-row-gap:0px;}.elementor-596 .elementor-element.elementor-element-f809584.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-596 .elementor-element.elementor-element-f809584 .elementor-social-icon{border-style:none;}.elementor-596 .elementor-element.elementor-element-f809584 .elementor-social-icon:hover{border-color:#FFFFFF;}#elementor-popup-modal-596 .dialog-widget-content{animation-duration:5s;background-color:#FFFFFF00;border-style:none;}#elementor-popup-modal-596 .dialog-message{width:100px;height:auto;}#elementor-popup-modal-596{justify-content:flex-end;align-items:flex-end;}/* Start custom CSS for social-icons, class: .elementor-element-f809584 *//* Assegura que ícones de redes sociais não fiquem transparentes ao passar o mouse */
.elementor-social-icon:hover, .elementor-icon:hover {
    opacity: 1 !important;
    transition: none !important;  /* Desativa qualquer animação de transição para opacidade */
}

/* CSS para aplicar animação de pulsação a todos os ícones */
.elementor-social-icon, .elementor-icon {
    animation: pulseAnimation 2s ease-in-out infinite;
}

@keyframes pulseAnimation {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}/* End custom CSS */