/*! elementor-pro - v3.13.2 - 22-05-2023 */ "use strict";(self.webpackChunkelementor_pro=self.webpackChunkelementor_pro||[]).push([[124],{915:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;class Base extends elementorModules.frontend.handlers.Base{getDefaultSettings(){return{selectors:{stickyRightColumn:".e-sticky-right-column"},classes:{stickyRightColumnActive:"e-sticky-right-column--active"}}}getDefaultElements(){const e=this.getSettings("selectors");return{$stickyRightColumn:this.$element.find(e.stickyRightColumn)}}bindEvents(){elementorFrontend.elements.$document.on("select2:open",(e=>{this.addSelect2Wrapper(e)}))}addSelect2Wrapper(e){const t=jQuery(e.target).data("select2");t.$dropdown&&t.$dropdown.addClass("e-woo-select2-wrapper")}isStickyRightColumnActive(){const e=this.getSettings("classes");return this.elements.$stickyRightColumn.hasClass(e.stickyRightColumnActive)}activateStickyRightColumn(){const e=this.getElementSettings(),t=elementorFrontend.elements.$wpAdminBar,o=this.getSettings("classes");let n=e.sticky_right_column_offset||0;t.length&&"fixed"===t.css("position")&&(n+=t.height()),"yes"===this.getElementSettings("sticky_right_column")&&(this.elements.$stickyRightColumn.addClass(o.stickyRightColumnActive),this.elements.$stickyRightColumn.css("top",n+"px"))}deactivateStickyRightColumn(){if(!this.isStickyRightColumnActive())return;const e=this.getSettings("classes");this.elements.$stickyRightColumn.removeClass(e.stickyRightColumnActive)}toggleStickyRightColumn(){this.getElementSettings("sticky_right_column")?this.isStickyRightColumnActive()||this.activateStickyRightColumn():this.deactivateStickyRightColumn()}equalizeElementHeight(e){if(e.length){e.removeAttr("style");let t=0;e.each(((e,o)=>{t=Math.max(t,o.offsetHeight)})),0{jQuery(t).prev().children("td").addClass("product-purchase-note-is-below")}))}updateWpReferers(){const e=this.getSettings("selectors"),t=this.$element.find(e.wpHttpRefererInputs),o=new URL(document.location);o.searchParams.set("elementorPageId",elementorFrontend.config.post.id),o.searchParams.set("elementorWidgetId",this.getID()),t.attr("value",o)}}t.default=Base},9035:(e,t,o)=>{var n=o(3203);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var s=n(o(915));class Checkout extends s.default{getDefaultSettings(){const e=super.getDefaultSettings(...arguments);return{selectors:{...e.selectors,container:".elementor-widget-woocommerce-checkout-page",loginForm:".e-woocommerce-login-anchor",loginSubmit:".e-woocommerce-form-login-submit",loginSection:".e-woocommerce-login-section",showCouponForm:".e-show-coupon-form",couponSection:".e-coupon-anchor",showLoginForm:".e-show-login",applyCoupon:".e-apply-coupon",checkoutForm:"form.woocommerce-checkout",couponBox:".e-coupon-box",address:"address",wpHttpRefererInputs:'[name="_wp_http_referer"]'},classes:e.classes,ajaxUrl:elementorProFrontend.config.ajaxurl}}getDefaultElements(){const e=this.getSettings("selectors");return{...super.getDefaultElements(...arguments),$container:this.$element.find(e.container),$loginForm:this.$element.find(e.loginForm),$showCouponForm:this.$element.find(e.showCouponForm),$couponSection:this.$element.find(e.couponSection),$showLoginForm:this.$element.find(e.showLoginForm),$applyCoupon:this.$element.find(e.applyCoupon),$loginSubmit:this.$element.find(e.loginSubmit),$couponBox:this.$element.find(e.couponBox),$checkoutForm:this.$element.find(e.checkoutForm),$loginSection:this.$element.find(e.loginSection),$address:this.$element.find(e.address)}}bindEvents(){super.bindEvents(...arguments),this.elements.$showCouponForm.on("click",(e=>{e.preventDefault(),this.elements.$couponSection.slideToggle()})),this.elements.$showLoginForm.on("click",(e=>{e.preventDefault(),this.elements.$loginForm.slideToggle()})),this.elements.$applyCoupon.on("click",(e=>{e.preventDefault(),this.applyCoupon()})),this.elements.$loginSubmit.on("click",(e=>{e.preventDefault(),this.loginUser()})),elementorFrontend.elements.$body.on("updated_checkout",(()=>{this.applyPurchaseButtonHoverAnimation(),this.updateWpReferers()}))}onInit(){super.onInit(...arguments),this.toggleStickyRightColumn(),this.updateWpReferers(),this.equalizeElementHeight(this.elements.$address),elementorFrontend.isEditMode()&&(this.elements.$loginForm.show(),this.elements.$couponSection.show(),this.applyPurchaseButtonHoverAnimation())}onElementChange(e){"sticky_right_column"===e&&this.toggleStickyRightColumn()}onDestroy(){super.onDestroy(...arguments),this.deactivateStickyRightColumn()}applyPurchaseButtonHoverAnimation(){const e=this.getElementSettings("purchase_button_hover_animation");e&&jQuery("#place_order").addClass("elementor-animation-"+e)}applyCoupon(){if(!wc_checkout_params)return;this.startProcessing(this.elements.$couponBox);const e={security:wc_checkout_params.apply_coupon_nonce,coupon_code:this.elements.$couponBox.find('input[name="coupon_code"]').val()};jQuery.ajax({type:"POST",url:wc_checkout_params.wc_ajax_url.toString().replace("%%endpoint%%","apply_coupon"),context:this,data:e,success(t){jQuery(".woocommerce-error, .woocommerce-message").remove(),this.elements.$couponBox.removeClass("processing").unblock(),t&&(this.elements.$checkoutForm.before(t),this.elements.$couponSection.slideUp(),elementorFrontend.elements.$body.trigger("applied_coupon_in_checkout",[e.coupon_code]),elementorFrontend.elements.$body.trigger("update_checkout",{update_shipping_method:!1}))},dataType:"html"})}loginUser(){this.startProcessing(this.elements.$loginSection);const e={action:"elementor_woocommerce_checkout_login_user",username:this.elements.$loginSection.find('input[name="username"]').val(),password:this.elements.$loginSection.find('input[name="password"]').val(),nonce:this.elements.$loginSection.find('input[name="woocommerce-login-nonce"]').val(),remember:this.elements.$loginSection.find("input#rememberme").prop("checked")};jQuery.ajax({type:"POST",url:this.getSettings("ajaxUrl"),context:this,data:e,success(e){e=JSON.parse(e),this.elements.$loginSection.removeClass("processing").unblock();jQuery(".woocommerce-error, .woocommerce-message").remove(),e.logged_in?location.reload():(this.elements.$checkoutForm.before(e.message),elementorFrontend.elements.$body.trigger("checkout_error",[e.message]))}})}startProcessing(e){e.is(".processing")||e.addClass("processing").block({message:null,overlayCSS:{background:"#fff",opacity:.6}})}}t.default=Checkout}}]); Base Legal – Advogados Associados
Home – v33

[tatsu_section bg_color= “rgba(255,255,255,1)” bg_image= “” bg_repeat= “no-repeat” bg_attachment= ‘{“d”:”fixed”}’ bg_position= ‘{“d”:”center center”}’ bg_size= ‘{“d”:”contain”}’ bg_animation= “tatsu-parallax” padding= ‘{“d”:”0px 0% 0px 0%”}’ margin= ‘{“d”:”0px 0px 0px 0px”}’ bg_video_mp4_src= “” bg_video_ogg_src= “” bg_video_webm_src= “” overlay_color= “” overlay_blend_mode= “normal” section_height_type= “full_screen” custom_height= ‘{“d”:””}’ vertical_align= “center” top_divider= “none” top_divider_zindex= “9999” bottom_divider_zindex= “9999” bottom_divider= “none” top_divider_height= ‘{“d”:100}’ top_divider_position= “above” bottom_divider_height= ‘{“d”:100}’ bottom_divider_position= “below” top_divider_color= “#ffffff” bottom_divider_color= “#ffffff” invert_top_divider= “0” invert_bottom_divider= “0” flip_top_divider= “0” flip_bottom_divider= “0” section_id= “” section_class= “” section_title= “” offset_value= “” full_screen_header_scheme= “background–dark” overflow= “” z_index= “0” hide_in= “0” animate= “1” animation_type= “none” animation_delay= “0” animation_duration= “300” border_style= ‘{“d”:”solid”,”l”:”solid”,”t”:”solid”,”m”:”solid”}’ border= ‘{“d”:”0px 0px px 0px”}’ border_color= “” border_radius= “” box_shadow= “0px 0px 0px 0px rgba(0,0,0,0)” bg_stretch= “1” key= “fqoyna8k4t92ymyd”][tatsu_row full_width= “0” bg_color= “” border_style= ‘{“d”:”solid”,”l”:”solid”,”t”:”solid”,”m”:”solid”}’ border= ‘{“d”:””}’ border_color= “” no_margin_bottom= “0” equal_height_columns= “0” gutter= “medium” column_spacing= “” fullscreen_cols= “0” swap_cols= “0” padding= ‘{“d”:”0px 0px 0px 0px”}’ margin= ‘{“d”:”0px 0px”}’ row_id= “” row_class= “” box_shadow= “0px 0px 0px 0px rgba(0,0,0,0)” border_radius= “0” hide_in= “0” animate= “1” animation_type= “none” animation_delay= “0” animation_duration= “300” layout= “1/1” key= “fqoyna8k5z6ucg93”][tatsu_column bg_color= “” bg_image= “” bg_repeat= “no-repeat” bg_attachment= “scroll” bg_position= ‘{“d”:”top left”}’ bg_size= ‘{“d”:”cover”}’ padding= ‘{“d”:”0px 0px 0px 0px “}’ margin= ‘{“d”:””}’ border_style= ‘{“d”:”solid”,”l”:”solid”,”t”:”solid”,”m”:”solid”}’ border= ‘{“d”:”0px 0px 0px 0px”}’ border_color= “” border_radius= “0” box_shadow_custom= “0px 0px 0px 0px rgba(0,0,0,0)” bg_video_mp4_src= “” bg_video_ogg_src= “” bg_video_webm_src= “” overlay_color= “” overlay_blend_mode= “none” animate_overlay= “none” link_overlay= “” vertical_align= “none” sticky= “0” offset= ‘{“d”:”0px 0px”}’ column_parallax= “0” column_width= ‘{“d”:100,”l”:100,”t”:100,”m”:100}’ column_mobile_spacing= “0” image_hover_effect= “none” column_hover_effect= “none” hover_box_shadow= “0px 0px 0px 0px rgba(0,0,0,0)” overflow= “” col_id= “” column_class= “” top_divider= “none” top_divider_height= ‘{“d”:”100″,”m”:”0″}’ top_divider_color= “#ffffff” flip_top_divider= “0” top_divider_zindex= “9999” bottom_divider= “none” bottom_divider_height= ‘{“d”:”100″,”m”:”0″}’ bottom_divider_color= “#ffffff” flip_bottom_divider= “0” bottom_divider_zindex= “9999” left_divider= “none” left_divider_width= ‘{“d”:”50″,”m”:”0″}’ left_divider_color= “#ffffff” invert_left_divider= “0” left_divider_zindex= “9999” right_divider= “none” right_divider_width= ‘{“d”:”50″,”m”:”0″}’ right_divider_color= “#ffffff” invert_right_divider= “0” right_divider_zindex= “9999” z_index= “0” hide_in= “0” animate= “1” animation_type= “none” animation_delay= “0” animation_duration= “300” layout= “1/1” key= “fqoyna8k7pgj6on6”][tatsu_image image= “https://www.baselegal.pt/wp-content/uploads/2022/06/Logo-Preto.png” image_varying_size_src= “” alignment= “center” border_width= “0” border_style= ‘{“d”:”solid”}’ border_color= “” id= “4035” size= “full” adaptive_image= “0” max_width= ‘{“d”:15,”m”:20}’ rebel= “0” width= ‘{“d”:100}’ shadow= “none” custom_shadow= “0px 0px 0px 0px rgba(0,0,0,0)” drop_shadow= “drop-shadow(0px 0px 0px rgba(0,0,0,0))” border_radius= “0” lazy_load= “1” placeholder_bg= “” offset= ‘{“d”:”0px 0px”}’ lightbox= “0” link= “” new_tab= “0” hide_in= “” css_id= “” css_classes= “” animate= “1” animation_type= “none” animation_delay= “0” animation_duration= “300” padding= ‘{“d”:”0 0 0px 0″}’ margin= ‘{“d”:”0 0 0px 0″}’ key= “HJPE_niLq”][/tatsu_image][tatsu_image image= “https://www.baselegal.pt/wp-content/uploads/2022/06/IMG_0292_T_2.png” image_varying_size_src= “” alignment= “center” border_width= “0” border_style= ‘{“d”:”solid”}’ border_color= “” id= “4030” size= “full” adaptive_image= “0” max_width= ‘{“d”:”100%”}’ rebel= “0” width= ‘{“d”:”100%”}’ shadow= “none” custom_shadow= “0px 0px 0px 0px rgba(0,0,0,0)” drop_shadow= “drop-shadow(0px 0px 0px rgba(0,0,0,0))” border_radius= “0” lazy_load= “1” placeholder_bg= “” offset= ‘{“d”:”0px 0px”}’ lightbox= “0” link= “” new_tab= “0” hide_in= “” css_id= “” css_classes= “” animate= “1” animation_type= “none” animation_delay= “0” animation_duration= “300” padding= ‘{“d”:””}’ margin= ‘{“d”:””}’ key= “rJ3M_EIK5”][/tatsu_image][/tatsu_column][/tatsu_row][/tatsu_section][tatsu_section bg_color= “” bg_image= “” bg_repeat= “no-repeat” bg_attachment= ‘{“d”:”scroll”}’ bg_position= ‘{“d”:”top left”}’ bg_size= ‘{“d”:”cover”}’ bg_animation= “none” padding= ‘{“d”:”90px 0px 90px 0px”}’ margin= ‘{“d”:”0px 0px 0px 0px”}’ bg_video_mp4_src= “” bg_video_ogg_src= “” bg_video_webm_src= “” overlay_color= “” overlay_blend_mode= “normal” section_height_type= “auto” custom_height= ‘{“d”:””}’ vertical_align= “center” top_divider= “none” top_divider_zindex= “9999” bottom_divider_zindex= “9999” bottom_divider= “none” top_divider_height= ‘{“d”:”100″}’ top_divider_position= “above” bottom_divider_height= ‘{“d”:”100″}’ bottom_divider_position= “below” top_divider_color= “#ffffff” bottom_divider_color= “#ffffff” invert_top_divider= “0” invert_bottom_divider= “0” flip_top_divider= “0” flip_bottom_divider= “0” section_id= “” section_class= “” section_title= “” offset_value= “0px” full_screen_header_scheme= “background–dark” overflow= “” z_index= “0” hide_in= “” animate= “1” animation_type= “none” animation_delay= “0” animation_duration= “300” border_style= ‘{“d”:”solid”,”l”:”solid”,”t”:”solid”,”m”:”solid”}’ border= ‘{“d”:””}’ border_color= “” border_radius= “” box_shadow= “0px 0px 0px 0px rgba(0,0,0,0)” key= “ByWPXHasU5”][tatsu_row full_width= “0” bg_color= “” border_style= ‘{“d”:”solid”,”l”:”solid”,”t”:”solid”,”m”:”solid”}’ border= ‘{“d”:””}’ border_color= “” no_margin_bottom= “0” equal_height_columns= “0” gutter= “medium” column_spacing= “px” fullscreen_cols= “0” swap_cols= “0” padding= ‘{“d”:”0px 0px 0px 0px”}’ margin= ‘{“d”:”0px 0px”}’ row_id= “” row_class= “” box_shadow= “0px 0px 0px 0px rgba(0,0,0,0)” border_radius= “0” hide_in= “” animate= “1” animation_type= “none” animation_delay= “0” animation_duration= “300” layout= “1/1” key= “BJeP7SajU9”][tatsu_column bg_color= “” bg_image= “” bg_repeat= “no-repeat” bg_attachment= “scroll” bg_position= ‘{“d”:”top left”}’ bg_size= ‘{“d”:”cover”}’ padding= ‘{“d”:”0px 0px 0px 0px”}’ margin= ‘{“d”:””}’ border_style= ‘{“d”:”solid”,”l”:”solid”,”t”:”solid”,”m”:”solid”}’ border= ‘{“d”:””}’ border_color= “” border_radius= “0” box_shadow_custom= “0px 0px 0px 0px rgba(0,0,0,0)” bg_video_mp4_src= “” bg_video_ogg_src= “” bg_video_webm_src= “” overlay_color= “” overlay_blend_mode= “normal” animate_overlay= “none” link_overlay= “” vertical_align= “none” sticky= “0” offset= ‘{“d”:”0px 0px”}’ column_parallax= “0” column_width= ‘{“d”:100,”l”:100,”t”:100,”m”:100}’ column_mobile_spacing= “0” image_hover_effect= “none” column_hover_effect= “none” hover_box_shadow= “0px 0px 0px 0px rgba(0,0,0,0)” overflow= “” col_id= “” column_class= “” top_divider= “none” top_divider_height= ‘{“d”:”100″,”m”:”0″}’ top_divider_color= “#ffffff” flip_top_divider= “0” top_divider_zindex= “9999” bottom_divider= “none” bottom_divider_height= ‘{“d”:”100″,”m”:”0″}’ bottom_divider_color= “#ffffff” flip_bottom_divider= “0” bottom_divider_zindex= “9999” left_divider= “none” left_divider_width= ‘{“d”:”50″,”m”:”0″}’ left_divider_color= “#ffffff” invert_left_divider= “0” left_divider_zindex= “9999” right_divider= “none” right_divider_width= ‘{“d”:”50″,”m”:”0″}’ right_divider_color= “#ffffff” invert_right_divider= “0” right_divider_zindex= “9999” z_index= “0” hide_in= “” animate= “1” animation_type= “none” animation_delay= “0” animation_duration= “300” layout= “1/1” key= “HkDmBaiU5”][special_sub_title title_content= “PORTUGAL – BRASIL – ANGOLA ” font_size= ‘{“d”:”18″}’ title_color= “rgba(50,50,50,1)” title_alignment= “center” max_width= “60” margin_bottom= ‘{“d”:”10″}’ hide_in= “” css_id= “” css_classes= “” animate= “1” animation_type= “none” animation_delay= “0” animation_duration= “300” padding= ‘{“d”:””}’ border_style= ‘{“d”:”solid”,”l”:”solid”,”t”:”solid”,”m”:”solid”}’ border= ‘{“d”:””}’ border_color= “” border_radius= “” box_shadow= “0px 0px 0px 0px rgba(0,0,0,0)” key= “fqoyna8kji3gmdns”][/special_sub_title][tatsu_inline_text max_width= ‘{“d”:”65″}’ wrap_alignment= “center” text_alignment= ‘{“d”:”left”}’ margin= ‘{“d”:”0px 0px 30px 0px”}’ bg_color= “” typography= ‘{“d”:””}’ box_shadow= “0px 0px 0px 0px rgba(0,0,0,0)” padding= ‘{“d”:”0px 0px 0px 0px”}’ border_style= ‘{“d”:”solid”,”l”:”solid”,”t”:”solid”,”m”:”solid”}’ border= ‘{“d”:”0px 0px 0px 0px”}’ border_color= “” border_radius= “0” hide_in= “” css_id= “” css_classes= “” animate= “1” animation_type= “none” animation_delay= “0” animation_duration= “300” key= “fqoyna8km06fw8zg”]

BASE LEGAL

ADVOGADOS ASSOCIADOS

[/tatsu_inline_text][/tatsu_column][/tatsu_row][/tatsu_section][tatsu_section bg_color= “rgba(255,255,255,1)” bg_image= “” bg_repeat= “no-repeat” bg_attachment= ‘{“d”:”scroll”}’ bg_position= ‘{“d”:”top left”}’ bg_size= ‘{“d”:”cover”}’ bg_animation= “none” padding= ‘{“d”:”0px 0px 90px 0px”}’ margin= ‘{“d”:”0px 0px 0px 0px”}’ bg_video_mp4_src= “” bg_video_ogg_src= “” bg_video_webm_src= “” overlay_color= “” overlay_blend_mode= “none” section_height_type= “auto” custom_height= ‘{“d”:””}’ vertical_align= “center” top_divider= “none” top_divider_zindex= “9999” bottom_divider_zindex= “9999” bottom_divider= “none” top_divider_height= ‘{“d”:100}’ top_divider_position= “above” bottom_divider_height= ‘{“d”:100}’ bottom_divider_position= “below” top_divider_color= “#ffffff” bottom_divider_color= “#ffffff” invert_top_divider= “0” invert_bottom_divider= “0” flip_top_divider= “0” flip_bottom_divider= “0” section_id= “” section_class= “” section_title= “” offset_value= “” full_screen_header_scheme= “background–dark” overflow= “” z_index= “0” hide_in= “0” animate= “1” animation_type= “none” animation_delay= “0” animation_duration= “300” border_style= ‘{“d”:”solid”,”l”:”solid”,”t”:”solid”,”m”:”solid”}’ border= ‘{“d”:”0px 0px 0px 0px”}’ border_color= “” border_radius= “” box_shadow= “0px 0px 0px 0px rgba(0,0,0,0)” key= “fqoyna8ki51uy74n”][tatsu_row full_width= “0” bg_color= “” border_style= ‘{“d”:”solid”,”l”:”solid”,”t”:”solid”,”m”:”solid”}’ border= ‘{“d”:””}’ border_color= “” no_margin_bottom= “1” equal_height_columns= “0” gutter= “medium” column_spacing= “px” fullscreen_cols= “0” swap_cols= “0” padding= ‘{“d”:”0px 0px 0px 0px”}’ margin= ‘{“d”:”0px 0px”}’ row_id= “” row_class= “” box_shadow= “0px 0px 0px 0px rgba(0,0,0,0)” border_radius= “0” hide_in= “0” animate= “1” animation_type= “none” animation_delay= “0” animation_duration= “300” layout= “1/2+1/2” key= “fqoyna8kin8z9jp8”][tatsu_column bg_color= “” bg_image= “” bg_repeat= “no-repeat” bg_attachment= “scroll” bg_position= ‘{“d”:”top left”}’ bg_size= ‘{“d”:”cover”}’ padding= ‘{“d”:”0px 0px 0px 0px “}’ margin= ‘{“d”:””}’ border_style= ‘{“d”:”solid”,”l”:”solid”,”t”:”solid”,”m”:”solid”}’ border= ‘{“d”:”0px 0px 0px 0px”}’ border_color= “” border_radius= “0” box_shadow_custom= “0px 0px 0px 0px rgba(0,0,0,0)” bg_video_mp4_src= “” bg_video_ogg_src= “” bg_video_webm_src= “” overlay_color= “” overlay_blend_mode= “none” animate_overlay= “none” link_overlay= “” vertical_align= “none” sticky= “0” offset= ‘{“d”:”0px 0px”}’ column_parallax= “0” column_width= ‘{“d”:50,”l”:50,”t”:50,”m”:100}’ column_mobile_spacing= “0” image_hover_effect= “none” column_hover_effect= “none” hover_box_shadow= “0px 0px 0px 0px rgba(0,0,0,0)” overflow= “” col_id= “” column_class= “” top_divider= “none” top_divider_height= ‘{“d”:”100″,”m”:”0″}’ top_divider_color= “#ffffff” flip_top_divider= “0” top_divider_zindex= “9999” bottom_divider= “none” bottom_divider_height= ‘{“d”:”100″,”m”:”0″}’ bottom_divider_color= “#ffffff” flip_bottom_divider= “0” bottom_divider_zindex= “9999” left_divider= “none” left_divider_width= ‘{“d”:”50″,”m”:”0″}’ left_divider_color= “#ffffff” invert_left_divider= “0” left_divider_zindex= “9999” right_divider= “none” right_divider_width= ‘{“d”:”50″,”m”:”0″}’ right_divider_color= “#ffffff” invert_right_divider= “0” right_divider_zindex= “9999” z_index= “0” hide_in= “0” animate= “1” animation_type= “none” animation_delay= “0” animation_duration= “300” layout= “1/2” key= “fqoyna8kiyfu7xd9”][tatsu_inline_text max_width= ‘{“d”:87}’ wrap_alignment= “center” text_alignment= ‘{“d”:”left”}’ margin= ‘{“d”:”0px 0px 30px 0px”}’ bg_color= “” typography= ‘{“d”:{“font-family”:”custom:Hans Kendrick”,”font-variant”:””,”text-transform”:”none”,”font-size”:””,”line-height”:””,”letter-spacing”:””}}’ box_shadow= “0px 0px 0px 0px rgba(0,0,0,0)” padding= ‘{“d”:”0px 0px 0px 0px”}’ border_style= ‘{“d”:”solid”,”l”:”solid”,”t”:”solid”,”m”:”solid”}’ border= ‘{“d”:”0px 0px 0px 0px”}’ border_color= “” border_radius= “0” hide_in= “” css_id= “” css_classes= “” animate= “1” animation_type= “none” animation_delay= “0” animation_duration= “300” key= “fqoyna8kom3epxob”]

Somos um Escritório de Advocacia atúamos nas diversas áreas do Direito e contamos com parceiros Advogados em diversos pontos do globo.

[/tatsu_inline_text][/tatsu_column][tatsu_column bg_color= “” bg_image= “” bg_repeat= “no-repeat” bg_attachment= “scroll” bg_position= ‘{“d”:”top left”}’ bg_size= ‘{“d”:”cover”}’ padding= ‘{“d”:”0px 0px 0px 0px”}’ margin= ‘{“d”:””}’ border_style= ‘{“d”:”solid”,”l”:”solid”,”t”:”solid”,”m”:”solid”}’ border= ‘{“d”:””}’ border_color= “” border_radius= “0” box_shadow_custom= “0px 0px 0px 0px rgba(0,0,0,0)” bg_video_mp4_src= “” bg_video_ogg_src= “” bg_video_webm_src= “” overlay_color= “” overlay_blend_mode= “normal” animate_overlay= “none” link_overlay= “” vertical_align= “none” sticky= “0” offset= ‘{“d”:”0px 0px”}’ column_parallax= “0” column_width= ‘{“d”:50,”l”:50,”t”:50,”m”:100}’ column_mobile_spacing= “0” image_hover_effect= “none” column_hover_effect= “none” hover_box_shadow= “0px 0px 0px 0px rgba(0,0,0,0)” overflow= “” col_id= “” column_class= “” top_divider= “none” top_divider_height= ‘{“d”:”100″,”m”:”0″}’ top_divider_color= “#ffffff” flip_top_divider= “0” top_divider_zindex= “9999” bottom_divider= “none” bottom_divider_height= ‘{“d”:”100″,”m”:”0″}’ bottom_divider_color= “#ffffff” flip_bottom_divider= “0” bottom_divider_zindex= “9999” left_divider= “none” left_divider_width= ‘{“d”:”50″,”m”:”0″}’ left_divider_color= “#ffffff” invert_left_divider= “0” left_divider_zindex= “9999” right_divider= “none” right_divider_width= ‘{“d”:”50″,”m”:”0″}’ right_divider_color= “#ffffff” invert_right_divider= “0” right_divider_zindex= “9999” z_index= “0” hide_in= “” animate= “1” animation_type= “none” animation_delay= “0” animation_duration= “300” layout= “1/2” key= “B1g3zB6i89”][tatsu_inline_text max_width= ‘{“d”:87}’ wrap_alignment= “center” text_alignment= ‘{“d”:”left”}’ margin= ‘{“d”:”0px 0px 30px 0px”}’ bg_color= “” typography= ‘{“d”:{“font-family”:”custom:Hans Kendrick”,”font-variant”:””,”text-transform”:”none”,”font-size”:””,”line-height”:””,”letter-spacing”:””}}’ box_shadow= “0px 0px 0px 0px rgba(0,0,0,0)” padding= ‘{“d”:”0px 0px 0px 0px”}’ border_style= ‘{“d”:”solid”,”l”:”solid”,”t”:”solid”,”m”:”solid”}’ border= ‘{“d”:”0px 0px 0px 0px”}’ border_color= “” border_radius= “0” hide_in= “” css_id= “” css_classes= “” animate= “1” animation_type= “none” animation_delay= “0” animation_duration= “300” key= “ByWDrpo8q”]

We are a Law Firm that acts in the various areas of law and we have partners in various parts of the world. 

[/tatsu_inline_text][/tatsu_column][/tatsu_row][/tatsu_section][tatsu_section bg_color= “rgba(255,246,250,1)” bg_image= “https://www.baselegal.pt/wp-content/uploads/2022/05/Captura-de-ecrã-2022-05-09-às-19.01.19.png” bg_repeat= “no-repeat” bg_attachment= ‘{“d”:”fixed”}’ bg_position= ‘{“d”:”top left”}’ bg_size= ‘{“d”:”cover”}’ bg_animation= “none” padding= ‘{“d”:”119px 0px 119px 0px”}’ margin= ‘{“d”:”0px 0px 0px 0px”}’ bg_video_mp4_src= “” bg_video_ogg_src= “” bg_video_webm_src= “” overlay_color= “rgba(73,10,15,0.7)” overlay_blend_mode= “darken” section_height_type= “auto” custom_height= ‘{“d”:””}’ vertical_align= “center” top_divider= “none” top_divider_zindex= “9999” bottom_divider_zindex= “9999” bottom_divider= “none” top_divider_height= ‘{“d”:100}’ top_divider_position= “above” bottom_divider_height= ‘{“d”:100}’ bottom_divider_position= “below” top_divider_color= “#ffffff” bottom_divider_color= “#ffffff” invert_top_divider= “0” invert_bottom_divider= “0” flip_top_divider= “0” flip_bottom_divider= “0” section_id= “” section_class= “” section_title= “” offset_value= “” full_screen_header_scheme= “background–dark” overflow= “” z_index= “0” hide_in= “0” animate= “1” animation_type= “none” animation_delay= “0” animation_duration= “300” border_style= ‘{“d”:”solid”,”l”:”solid”,”t”:”solid”,”m”:”solid”}’ border= ‘{“d”:”0px 0px 0px 0px”}’ border_color= “” border_radius= “” box_shadow= “0px 0px 0px 0px rgba(0,0,0,0)” key= “fqoyna8ktm9w5v5w”][tatsu_row full_width= “0” bg_color= “” border_style= ‘{“d”:”solid”,”l”:”solid”,”t”:”solid”,”m”:”solid”}’ border= ‘{“d”:””}’ border_color= “” no_margin_bottom= “0” equal_height_columns= “0” gutter= “medium” column_spacing= “px” fullscreen_cols= “0” swap_cols= “0” padding= ‘{“d”:”0px 0px 0px 0px”}’ margin= ‘{“d”:”0px 0px”}’ row_id= “” row_class= “” box_shadow= “0px 0px 0px 0px rgba(0,0,0,0)” border_radius= “0” hide_in= “0” animate= “1” animation_type= “none” animation_delay= “0” animation_duration= “300” layout= “1/1” key= “fqoyna8ku58b0dy3”][tatsu_column bg_color= “” bg_image= “” bg_repeat= “no-repeat” bg_attachment= “scroll” bg_position= ‘{“d”:”top left”}’ bg_size= ‘{“d”:”cover”}’ padding= ‘{“d”:”0px 0px 0px 0px”}’ margin= ‘{“d”:””}’ border_style= ‘{“d”:”solid”,”l”:”solid”,”t”:”solid”,”m”:”solid”}’ border= ‘{“d”:”0px 0px 0px 0px”}’ border_color= “” border_radius= “0” box_shadow_custom= “0px 0px 0px 0px rgba(0,0,0,0)” bg_video_mp4_src= “” bg_video_ogg_src= “” bg_video_webm_src= “” overlay_color= “” overlay_blend_mode= “none” animate_overlay= “none” link_overlay= “” vertical_align= “none” sticky= “0” offset= ‘{“d”:”0px 0px”}’ column_parallax= “0” column_width= ‘{“d”:”100″}’ column_mobile_spacing= “0” image_hover_effect= “none” column_hover_effect= “none” hover_box_shadow= “0px 0px 0px 0px rgba(0,0,0,0)” overflow= “” col_id= “” column_class= “” top_divider= “none” top_divider_height= ‘{“d”:”100″,”m”:”0″}’ top_divider_color= “#ffffff” flip_top_divider= “0” top_divider_zindex= “9999” bottom_divider= “none” bottom_divider_height= ‘{“d”:”100″,”m”:”0″}’ bottom_divider_color= “#ffffff” flip_bottom_divider= “0” bottom_divider_zindex= “9999” left_divider= “none” left_divider_width= ‘{“d”:”50″,”m”:”0″}’ left_divider_color= “#ffffff” invert_left_divider= “0” left_divider_zindex= “9999” right_divider= “none” right_divider_width= ‘{“d”:”50″,”m”:”0″}’ right_divider_color= “#ffffff” invert_right_divider= “0” right_divider_zindex= “9999” z_index= “0” hide_in= “0” animate= “1” animation_type= “none” animation_delay= “0” animation_duration= “300” layout= “1/1” key= “fqoyna8kug8mpxmr”][tatsu_inline_text max_width= ‘{“d”:”100″}’ wrap_alignment= “center” text_alignment= ‘{“d”:”left”}’ margin= ‘{“d”:”0px 0px 10px 0px “}’ bg_color= “” typography= ‘{“d”:””}’ box_shadow= “0px 0px 0px 0px rgba(0,0,0,0)” padding= ‘{“d”:”0px 0px 0px 0px”}’ border_style= ‘{“d”:”solid”,”l”:”solid”,”t”:”solid”,”m”:”solid”}’ border= ‘{“d”:”0px 0px 0px 0px”}’ border_color= “” border_radius= “0” hide_in= “” css_id= “” css_classes= “” animate= “1” animation_type= “none” animation_delay= “0” animation_duration= “300” key= “fqoyna8kv05rumvt”]

Principais áreas de atuação

[/tatsu_inline_text][special_sub_title title_content= “Prestamos todo o apoio jurídico ao Cidadão e às Empresas. ” font_size= ‘{“d”:”18″}’ title_color= “rgba(255,255,255,1)” title_alignment= “center” max_width= “60” margin_bottom= ‘{“d”:”10″}’ hide_in= “” css_id= “” css_classes= “” animate= “1” animation_type= “none” animation_delay= “0” animation_duration= “300” padding= ‘{“d”:””}’ border_style= ‘{“d”:”solid”,”l”:”solid”,”t”:”solid”,”m”:”solid”}’ border= ‘{“d”:””}’ border_color= “” border_radius= “” box_shadow= “0px 0px 0px 0px rgba(0,0,0,0)” key= “fqoyna8kxqdpsm1c”][/special_sub_title][/tatsu_column][/tatsu_row][tatsu_row full_width= “0” bg_color= “” border_style= ‘{“d”:”solid”,”l”:”solid”,”t”:”solid”,”m”:”solid”}’ border= ‘{“d”:””}’ border_color= “” no_margin_bottom= “1” equal_height_columns= “0” gutter= “medium” column_spacing= “px” fullscreen_cols= “0” swap_cols= “0” padding= ‘{“d”:”0px 0px 0px 0px”}’ margin= ‘{“d”:”0px 0px”}’ row_id= “” row_class= “” box_shadow= “0px 0px 0px 0px rgba(0,0,0,0)” border_radius= “0” hide_in= “0” animate= “1” animation_type= “none” animation_delay= “0” animation_duration= “300” layout= “1/3+1/3+1/3” key= “fqoyna8l0gbd1cx0”][tatsu_column bg_color= “” bg_image= “” bg_repeat= “no-repeat” bg_attachment= “scroll” bg_position= ‘{“d”:”top left”}’ bg_size= ‘{“d”:”cover”}’ padding= ‘{“d”:”0px 0px 0px 0px”}’ margin= ‘{“d”:””}’ border_style= ‘{“d”:”solid”,”l”:”solid”,”t”:”solid”,”m”:”solid”}’ border= ‘{“d”:”0px 0px 0px 0px”}’ border_color= “” border_radius= “0” box_shadow_custom= “0px 0px 0px 0px rgba(0,0,0,0)” bg_video_mp4_src= “” bg_video_ogg_src= “” bg_video_webm_src= “” overlay_color= “” overlay_blend_mode= “none” animate_overlay= “none” link_overlay= “” vertical_align= “none” sticky= “0” offset= ‘{“d”:”0px 0px”}’ column_parallax= “0” column_width= ‘{“d”:”33.33″,”m”:”100″}’ column_mobile_spacing= “0” image_hover_effect= “none” column_hover_effect= “none” hover_box_shadow= “0px 0px 0px 0px rgba(0,0,0,0)” overflow= “” col_id= “” column_class= “” top_divider= “none” top_divider_height= ‘{“d”:”100″,”m”:”0″}’ top_divider_color= “#ffffff” flip_top_divider= “0” top_divider_zindex= “9999” bottom_divider= “none” bottom_divider_height= ‘{“d”:”100″,”m”:”0″}’ bottom_divider_color= “#ffffff” flip_bottom_divider= “0” bottom_divider_zindex= “9999” left_divider= “none” left_divider_width= ‘{“d”:”50″,”m”:”0″}’ left_divider_color= “#ffffff” invert_left_divider= “0” left_divider_zindex= “9999” right_divider= “none” right_divider_width= ‘{“d”:”50″,”m”:”0″}’ right_divider_color= “#ffffff” invert_right_divider= “0” right_divider_zindex= “9999” z_index= “0” hide_in= “0” animate= “1” animation_type= “none” animation_delay= “0” animation_duration= “300” layout= “1/3” key= “fqoyna8l0s409nmv”][tatsu_inline_text max_width= ‘{“d”:”100″}’ wrap_alignment= “center” text_alignment= ‘{“d”:”left”}’ margin= ‘{“d”:”0px 0px 30px 0px”}’ bg_color= “” typography= ‘{“d”:””}’ box_shadow= “0px 0px 0px 0px rgba(0,0,0,0)” padding= ‘{“d”:”0px 0px 0px 0px”}’ border_style= ‘{“d”:”solid”,”l”:”solid”,”t”:”solid”,”m”:”solid”}’ border= ‘{“d”:”0px 0px 0px 0px”}’ border_color= “” border_radius= “0” hide_in= “” css_id= “” css_classes= “” animate= “1” animation_type= “none” animation_delay= “0” animation_duration= “300” key= “fqoyna8l4e7mx25f”]

EMPRESARIAL

Já com vários anos de prática em todas as áreas do direito, desenvolvemos o nosso trabalho, por exemplo, elaborando todo o tipo de Contratos, constituição de Sociedades e todo o tipo de atualizações e alterações que são necessárias. Também no acompanhamento das Insolvências e Planos de Recuperação.

[/tatsu_inline_text][/tatsu_column][tatsu_column bg_color= “” bg_image= “” bg_repeat= “no-repeat” bg_attachment= “scroll” bg_position= ‘{“d”:”top left”}’ bg_size= ‘{“d”:”cover”}’ padding= ‘{“d”:”0px 0px 0px 0px “}’ margin= ‘{“d”:””}’ border_style= ‘{“d”:”solid”,”l”:”solid”,”t”:”solid”,”m”:”solid”}’ border= ‘{“d”:”0px 0px 0px 0px”}’ border_color= “” border_radius= “0” box_shadow_custom= “0px 0px 0px 0px rgba(0,0,0,0)” bg_video_mp4_src= “” bg_video_ogg_src= “” bg_video_webm_src= “” overlay_color= “” overlay_blend_mode= “none” animate_overlay= “none” link_overlay= “” vertical_align= “none” sticky= “0” offset= ‘{“d”:”0px 0px”}’ column_parallax= “0” column_width= ‘{“d”:”33.33″,”m”:”100″}’ column_mobile_spacing= “0” image_hover_effect= “none” column_hover_effect= “none” hover_box_shadow= “0px 0px 0px 0px rgba(0,0,0,0)” overflow= “” col_id= “” column_class= “” top_divider= “none” top_divider_height= ‘{“d”:”100″,”m”:”0″}’ top_divider_color= “#ffffff” flip_top_divider= “0” top_divider_zindex= “9999” bottom_divider= “none” bottom_divider_height= ‘{“d”:”100″,”m”:”0″}’ bottom_divider_color= “#ffffff” flip_bottom_divider= “0” bottom_divider_zindex= “9999” left_divider= “none” left_divider_width= ‘{“d”:”50″,”m”:”0″}’ left_divider_color= “#ffffff” invert_left_divider= “0” left_divider_zindex= “9999” right_divider= “none” right_divider_width= ‘{“d”:”50″,”m”:”0″}’ right_divider_color= “#ffffff” invert_right_divider= “0” right_divider_zindex= “9999” z_index= “0” hide_in= “0” animate= “1” animation_type= “none” animation_delay= “0” animation_duration= “300” layout= “1/3” key= “fqoyna8l703buz7d”][tatsu_inline_text max_width= ‘{“d”:”100″}’ wrap_alignment= “center” text_alignment= ‘{“d”:”left”}’ margin= ‘{“d”:”0px 0px 30px 0px”}’ bg_color= “” typography= ‘{“d”:””}’ box_shadow= “0px 0px 0px 0px rgba(0,0,0,0)” padding= ‘{“d”:”0px 0px 0px 0px”}’ border_style= ‘{“d”:”solid”,”l”:”solid”,”t”:”solid”,”m”:”solid”}’ border= ‘{“d”:”0px 0px 0px 0px”}’ border_color= “” border_radius= “0” hide_in= “” css_id= “” css_classes= “” animate= “1” animation_type= “none” animation_delay= “0” animation_duration= “300” key= “fqoyna8la7qah91”]

CIVIL E FAMÍLIA

Prestamos serviços em matérias de Direito Civil, Direito da Família e Menores, Sucessões e Partilhas, todo o tipo de Notariado, Escrituras e Procuradoria, reconhecimentos de assinaturas, registos comerciais e automóvel. 

[/tatsu_inline_text][/tatsu_column][tatsu_column bg_color= “” bg_image= “” bg_repeat= “no-repeat” bg_attachment= “scroll” bg_position= ‘{“d”:”top left”}’ bg_size= ‘{“d”:”cover”}’ padding= ‘{“d”:”0px 0px 0px 0px”}’ margin= ‘{“d”:””}’ border_style= ‘{“d”:”solid”,”l”:”solid”,”t”:”solid”,”m”:”solid”}’ border= ‘{“d”:”0px 0px 0px 0px”}’ border_color= “” border_radius= “0” box_shadow_custom= “0px 0px 0px 0px rgba(0,0,0,0)” bg_video_mp4_src= “” bg_video_ogg_src= “” bg_video_webm_src= “” overlay_color= “” overlay_blend_mode= “none” animate_overlay= “none” link_overlay= “” vertical_align= “none” sticky= “0” offset= ‘{“d”:”0px 0px”}’ column_parallax= “0” column_width= ‘{“d”:”33.33″,”m”:”100″}’ column_mobile_spacing= “0” image_hover_effect= “none” column_hover_effect= “none” hover_box_shadow= “0px 0px 0px 0px rgba(0,0,0,0)” overflow= “” col_id= “” column_class= “” top_divider= “none” top_divider_height= ‘{“d”:”100″,”m”:”0″}’ top_divider_color= “#ffffff” flip_top_divider= “0” top_divider_zindex= “9999” bottom_divider= “none” bottom_divider_height= ‘{“d”:”100″,”m”:”0″}’ bottom_divider_color= “#ffffff” flip_bottom_divider= “0” bottom_divider_zindex= “9999” left_divider= “none” left_divider_width= ‘{“d”:”50″,”m”:”0″}’ left_divider_color= “#ffffff” invert_left_divider= “0” left_divider_zindex= “9999” right_divider= “none” right_divider_width= ‘{“d”:”50″,”m”:”0″}’ right_divider_color= “#ffffff” invert_right_divider= “0” right_divider_zindex= “9999” z_index= “0” hide_in= “0” animate= “1” animation_type= “none” animation_delay= “0” animation_duration= “300” layout= “1/3” key= “fqoyna8lcl90dda2”][tatsu_inline_text max_width= ‘{“d”:”100″}’ wrap_alignment= “center” text_alignment= ‘{“d”:”left”}’ margin= ‘{“d”:”0px 0px 30px 0px”}’ bg_color= “” typography= ‘{“d”:””}’ box_shadow= “0px 0px 0px 0px rgba(0,0,0,0)” padding= ‘{“d”:”0px 0px 0px 0px”}’ border_style= ‘{“d”:”solid”,”l”:”solid”,”t”:”solid”,”m”:”solid”}’ border= ‘{“d”:”0px 0px 0px 0px”}’ border_color= “” border_radius= “0” hide_in= “” css_id= “” css_classes= “” animate= “1” animation_type= “none” animation_delay= “0” animation_duration= “300” key= “fqoyna8lfzcd3ut9”]

PENAL E TRABALHO

Atuamos no Direito Penal, Direito do Trabalho, propomos e acompanhamos Revisão de Sentenças Estrangeiras, Nacionalidades, Vistos, e ainda Traduções em diversas línguas e Certificações, e serviços de Apostila, entre outras situações em que a atuação de um Advogado seja necessária. 

[/tatsu_inline_text][/tatsu_column][/tatsu_row][/tatsu_section][tatsu_section bg_color= “” bg_image= “” bg_repeat= “no-repeat” bg_attachment= ‘{“d”:”scroll”}’ bg_position= ‘{“d”:”top left”}’ bg_size= ‘{“d”:”cover”}’ bg_animation= “none” padding= ‘{“d”:”90px 0px 90px 0px”}’ margin= ‘{“d”:”0px 0px 0px 0px”}’ bg_video_mp4_src= “” bg_video_ogg_src= “” bg_video_webm_src= “” overlay_color= “” overlay_blend_mode= “none” section_height_type= “auto” custom_height= ‘{“d”:””}’ vertical_align= “center” top_divider= “none” top_divider_zindex= “9999” bottom_divider_zindex= “9999” bottom_divider= “none” top_divider_height= ‘{“d”:100}’ top_divider_position= “above” bottom_divider_height= ‘{“d”:100}’ bottom_divider_position= “below” top_divider_color= “#ffffff” bottom_divider_color= “#ffffff” invert_top_divider= “0” invert_bottom_divider= “0” flip_top_divider= “0” flip_bottom_divider= “0” section_id= “” section_class= “” section_title= “” offset_value= “” full_screen_header_scheme= “background–dark” overflow= “” z_index= “0” hide_in= “0” animate= “1” animation_type= “none” animation_delay= “0” animation_duration= “300” border_style= ‘{“d”:”solid”,”l”:”solid”,”t”:”solid”,”m”:”solid”}’ border= ‘{“d”:”0px 0px 0px 0px”}’ border_color= “” border_radius= “” box_shadow= “0px 0px 0px 0px rgba(0,0,0,0)” key= “fqoyna8n4u94wy0s”][tatsu_row full_width= “0” bg_color= “” border_style= ‘{“d”:”solid”,”l”:”solid”,”t”:”solid”,”m”:”solid”}’ border= ‘{“d”:””}’ border_color= “” no_margin_bottom= “0” equal_height_columns= “0” gutter= “medium” column_spacing= “px” fullscreen_cols= “0” swap_cols= “0” padding= ‘{“d”:”0px 0px 0px 0px”}’ margin= ‘{“d”:”0px 0px”}’ row_id= “” row_class= “” box_shadow= “0px 0px 0px 0px rgba(0,0,0,0)” border_radius= “0” hide_in= “0” animate= “1” animation_type= “none” animation_delay= “0” animation_duration= “300” layout= “1/1” key= “fqoyna8n5q8t988f”][tatsu_column bg_color= “” bg_image= “” bg_repeat= “no-repeat” bg_attachment= “scroll” bg_position= ‘{“d”:”top left”}’ bg_size= ‘{“d”:”cover”}’ padding= ‘{“d”:”0px 0px 0px 0px”}’ margin= ‘{“d”:””}’ border_style= ‘{“d”:”solid”,”l”:”solid”,”t”:”solid”,”m”:”solid”}’ border= ‘{“d”:”0px 0px 0px 0px”}’ border_color= “” border_radius= “0” box_shadow_custom= “0px 0px 0px 0px rgba(0,0,0,0)” bg_video_mp4_src= “” bg_video_ogg_src= “” bg_video_webm_src= “” overlay_color= “” overlay_blend_mode= “none” animate_overlay= “none” link_overlay= “” vertical_align= “none” sticky= “0” offset= ‘{“d”:”0px 0px”}’ column_parallax= “0” column_width= ‘{“d”:”100″}’ column_mobile_spacing= “0” image_hover_effect= “none” column_hover_effect= “none” hover_box_shadow= “0px 0px 0px 0px rgba(0,0,0,0)” overflow= “” col_id= “” column_class= “” top_divider= “none” top_divider_height= ‘{“d”:”100″,”m”:”0″}’ top_divider_color= “#ffffff” flip_top_divider= “0” top_divider_zindex= “9999” bottom_divider= “none” bottom_divider_height= ‘{“d”:”100″,”m”:”0″}’ bottom_divider_color= “#ffffff” flip_bottom_divider= “0” bottom_divider_zindex= “9999” left_divider= “none” left_divider_width= ‘{“d”:”50″,”m”:”0″}’ left_divider_color= “#ffffff” invert_left_divider= “0” left_divider_zindex= “9999” right_divider= “none” right_divider_width= ‘{“d”:”50″,”m”:”0″}’ right_divider_color= “#ffffff” invert_right_divider= “0” right_divider_zindex= “9999” z_index= “0” hide_in= “0” animate= “1” animation_type= “none” animation_delay= “0” animation_duration= “300” layout= “1/1” key= “fqoyna8n6159kuzv”][tatsu_inline_text max_width= ‘{“d”:”50″}’ wrap_alignment= “center” text_alignment= ‘{“d”:”left”}’ margin= ‘{“d”:”0px 0px 10px 0px “}’ bg_color= “” typography= ‘{“d”:””}’ box_shadow= “0px 0px 0px 0px rgba(0,0,0,0)” padding= ‘{“d”:”0px 0px 0px 0px”}’ border_style= ‘{“d”:”solid”,”l”:”solid”,”t”:”solid”,”m”:”solid”}’ border= ‘{“d”:”0px 0px 0px 0px”}’ border_color= “” border_radius= “0” hide_in= “” css_id= “” css_classes= “” animate= “1” animation_type= “none” animation_delay= “0” animation_duration= “300” key= “fqoyna8n6l9pd4pj”]

Quem somos

[/tatsu_inline_text][special_sub_title title_content= “Gostamos do que fazemos!” font_size= ‘{“d”:”18″}’ title_color= “rgba(117,117,117,1)” title_alignment= “center” max_width= “41” margin_bottom= ‘{“d”:”50″}’ hide_in= “” css_id= “” css_classes= “” animate= “1” animation_type= “none” animation_delay= “0” animation_duration= “300” padding= ‘{“d”:””}’ border_style= ‘{“d”:”solid”,”l”:”solid”,”t”:”solid”,”m”:”solid”}’ border= ‘{“d”:””}’ border_color= “” border_radius= “” box_shadow= “0px 0px 0px 0px rgba(0,0,0,0)” key= “fqoyna8n9sb4w414”][/special_sub_title][tatsu_inner_row no_margin_bottom= “0” equal_height_columns= “1” gutter= “small” column_spacing= “px” swap_cols= “0” bg_color= “” border_style= ‘{“d”:”solid”,”l”:”solid”,”t”:”solid”,”m”:”solid”}’ border= ‘{“d”:””}’ border_color= “” border_radius= “0” box_shadow= “0px 0px 0px 0px rgba(0,0,0,0)” margin= ‘{“d”:”0px 0px”}’ padding= ‘{“d”:”0px 0px 0px 0px”}’ row_id= “” row_class= “” hide_in= “0” animate= “1” animation_type= “none” animation_delay= “0” animation_duration= “300” layout= “1/3+1/3+1/3” key= “fqoyna8ncg5rvyh7”][tatsu_inner_column bg_color= “rgba(255,255,255,1)” bg_image= “” bg_repeat= “no-repeat” bg_attachment= “scroll” bg_position= “top left” bg_size= “cover” padding= ‘{“d”:”12% 12% 12% 12% “}’ margin= ‘{“d”:””}’ border_radius= “0” border_style= ‘{“d”:”solid”,”l”:”solid”,”t”:”solid”,”m”:”solid”}’ border= ‘{“d”:”0px 0px 0px 0px”}’ border_color= “” bg_video_mp4_src= “” bg_video_ogg_src= “” bg_video_webm_src= “” overlay_blend_mode= “none” overlay_color= “” animate_overlay= “none” link_overlay= “” vertical_align= “none” offset= ‘{“d”:”0px 0px”}’ column_parallax= “0” column_width= ‘{“d”:”33.33″,”m”:”100″}’ column_mobile_spacing= “0” col_id= “” column_class= “tatsu-col-box-shadow” box_shadow_custom= “0px 0px 0px 0px rgba(0,0,0,0)” overflow= “” hide_in= “0” animate= “1” animation_type= “none” animation_delay= “0” animation_duration= “300” layout= “1/3” z_index= “0” gutter= “small” key= “fqoyna8ncr39jvc8”][team title= “ADVOGADA” h_tag= “h6” designation= “CLÁUDIA MENDONÇA” description= “” image= “https://www.baselegal.pt/wp-content/uploads/2022/05/IMG_1997-e1652440028643.jpg” title_color= “” designation_color= “” description_color= “” facebook= “#” twitter= “#” behance= “” yelp= “” linkedin= “#” youtube= “” vimeo= “” dribbble= “” email= “” instagram= “#” icon_color= “” icon_hover_color= “” icon_bg_color= “” icon_hover_bg_color= “” hover_style= “style1-hover” title_style= “style5” smedia_icon_position= “over” title_alignment_static= “left” default_image_style= “color” hover_image_style= “color” image_effect= “none” overlay_color= “rgba( 255, 255, 255, 0.8 )” hide_in= “” css_id= “” css_classes= “” animate= “1” animation_type= “none” animation_delay= “0” animation_duration= “300” padding= ‘{“d”:””}’ margin= ‘{“d”:””}’ border_style= ‘{“d”:”solid”,”l”:”solid”,”t”:”solid”,”m”:”solid”}’ border= ‘{“d”:””}’ border_color= “” border_radius= “” box_shadow= “0px 0px 0px 0px rgba(0,0,0,0)” key= “HkPnn2o8q”][/team][/tatsu_inner_column][tatsu_inner_column bg_color= “rgba(255,255,255,1)” bg_image= “” bg_repeat= “no-repeat” bg_attachment= “scroll” bg_position= “top left” bg_size= “cover” padding= ‘{“d”:”12% 12% 12% 12% “}’ margin= ‘{“d”:””}’ border_radius= “0” border_style= ‘{“d”:”solid”,”l”:”solid”,”t”:”solid”,”m”:”solid”}’ border= ‘{“d”:”0px 0px 0px 0px”}’ border_color= “” bg_video_mp4_src= “” bg_video_ogg_src= “” bg_video_webm_src= “” overlay_blend_mode= “none” overlay_color= “” animate_overlay= “none” link_overlay= “” vertical_align= “none” offset= ‘{“d”:”0px 0px”}’ column_parallax= “0” column_width= ‘{“d”:”33.33″,”m”:”100″}’ column_mobile_spacing= “0” col_id= “” column_class= “tatsu-col-box-shadow” box_shadow_custom= “0px 0px 0px 0px rgba(0,0,0,0)” overflow= “” hide_in= “0” animate= “1” animation_type= “none” animation_delay= “0” animation_duration= “300” layout= “1/3” z_index= “0” gutter= “small” key= “fqoyna8nonea90cg”][team title= “ADVOGADA” h_tag= “h6” designation= “CARLA CARNEIRO” description= “” image= “https://www.baselegal.pt/wp-content/uploads/2022/05/IMG_9645-rotated.jpg” title_color= “” designation_color= “” description_color= “” facebook= “#” twitter= “#” behance= “” yelp= “” linkedin= “#” youtube= “” vimeo= “” dribbble= “” email= “” instagram= “#” icon_color= “” icon_hover_color= “” icon_bg_color= “” icon_hover_bg_color= “” hover_style= “style1-hover” title_style= “style5” smedia_icon_position= “over” title_alignment_static= “left” default_image_style= “color” hover_image_style= “color” image_effect= “none” overlay_color= “rgba( 255, 255, 255, 0.8 )” hide_in= “” css_id= “” css_classes= “” animate= “1” animation_type= “none” animation_delay= “0” animation_duration= “300” padding= ‘{“d”:””}’ margin= ‘{“d”:””}’ border_style= ‘{“d”:”solid”,”l”:”solid”,”t”:”solid”,”m”:”solid”}’ border= ‘{“d”:””}’ border_color= “” border_radius= “” box_shadow= “0px 0px 0px 0px rgba(0,0,0,0)” key= “H1-C32s8c”][/team][/tatsu_inner_column][tatsu_inner_column bg_color= “rgba(255,255,255,1)” bg_image= “” bg_repeat= “no-repeat” bg_attachment= “scroll” bg_position= “top left” bg_size= “cover” padding= ‘{“d”:”12% 12% 12% 12% “}’ margin= ‘{“d”:””}’ border_radius= “0” border_style= ‘{“d”:”solid”,”l”:”solid”,”t”:”solid”,”m”:”solid”}’ border= ‘{“d”:”0px 0px 0px 0px”}’ border_color= “” bg_video_mp4_src= “” bg_video_ogg_src= “” bg_video_webm_src= “” overlay_blend_mode= “none” overlay_color= “” animate_overlay= “none” link_overlay= “” vertical_align= “none” offset= ‘{“d”:”0px 0px”}’ column_parallax= “0” column_width= ‘{“d”:”33.33″,”m”:”100″}’ column_mobile_spacing= “0” col_id= “” column_class= “” box_shadow_custom= “0px 0px 0px 0px rgba(0,0,0,0)” overflow= “” hide_in= “0” animate= “1” animation_type= “none” animation_delay= “0” animation_duration= “300” layout= “1/3” z_index= “0” key= “fqoyna8nz6b16x70”][team title= “ADVOGADA” h_tag= “h6” designation= “CARLA CARNEIRO” description= “” image= “https://www.baselegal.pt/wp-content/uploads/2022/05/IMG_9645-rotated.jpg” title_color= “” designation_color= “” description_color= “” facebook= “#” twitter= “#” behance= “” yelp= “” linkedin= “#” youtube= “” vimeo= “” dribbble= “” email= “” instagram= “#” icon_color= “” icon_hover_color= “” icon_bg_color= “” icon_hover_bg_color= “” hover_style= “style1-hover” title_style= “style5” smedia_icon_position= “over” title_alignment_static= “left” default_image_style= “color” hover_image_style= “color” image_effect= “none” overlay_color= “rgba( 255, 255, 255, 0.8 )” hide_in= “” css_id= “” css_classes= “” animate= “1” animation_type= “none” animation_delay= “0” animation_duration= “300” padding= ‘{“d”:””}’ margin= ‘{“d”:””}’ border_style= ‘{“d”:”solid”,”l”:”solid”,”t”:”solid”,”m”:”solid”}’ border= ‘{“d”:””}’ border_color= “” border_radius= “” box_shadow= “0px 0px 0px 0px rgba(0,0,0,0)” key= “BJTILTi8c”][/team][/tatsu_inner_column][/tatsu_inner_row][/tatsu_column][/tatsu_row][/tatsu_section][tatsu_section bg_color= “” bg_image= “https://www.baselegal.pt/wp-content/uploads/2022/05/Captura-de-ecrã-2022-05-09-às-19.01.19.png” bg_repeat= “no-repeat” bg_attachment= ‘{“d”:”fixed”}’ bg_position= ‘{“d”:”center center”}’ bg_size= ‘{“d”:”cover”}’ bg_animation= “tatsu-bg-vertical-animation” padding= ‘{“d”:”50px 0px 50px 0px “}’ margin= ‘{“d”:”0px 0px 0px 0px”}’ bg_video_mp4_src= “” bg_video_ogg_src= “” bg_video_webm_src= “” overlay_color= “rgba(74,74,74,0.61)” overlay_blend_mode= “normal” section_height_type= “auto” custom_height= ‘{“d”:””}’ vertical_align= “center” top_divider= “none” top_divider_zindex= “9999” bottom_divider_zindex= “9999” bottom_divider= “none” top_divider_height= ‘{“d”:100}’ top_divider_position= “above” bottom_divider_height= ‘{“d”:100}’ bottom_divider_position= “below” top_divider_color= “#ffffff” bottom_divider_color= “#ffffff” invert_top_divider= “0” invert_bottom_divider= “0” flip_top_divider= “0” flip_bottom_divider= “0” section_id= “” section_class= “” section_title= “” offset_value= “” full_screen_header_scheme= “background–dark” overflow= “” z_index= “0” hide_in= “0” animate= “1” animation_type= “none” animation_delay= “0” animation_duration= “300” border_style= ‘{“d”:”solid”,”l”:”solid”,”t”:”solid”,”m”:”solid”}’ border= ‘{“d”:”0px 0px 0px 0px”}’ border_color= “” border_radius= “” box_shadow= “0px 0px 0px 0px rgba(0,0,0,0)” key= “fqoyna8oba837ekh”][tatsu_row full_width= “0” bg_color= “” border_style= ‘{“d”:”solid”,”l”:”solid”,”t”:”solid”,”m”:”solid”}’ border= ‘{“d”:””}’ border_color= “” no_margin_bottom= “0” equal_height_columns= “0” gutter= “medium” column_spacing= “px” fullscreen_cols= “0” swap_cols= “0” padding= ‘{“d”:”0px 0px 0px 0px”}’ margin= ‘{“d”:”0px 0px”}’ row_id= “” row_class= “” box_shadow= “0px 0px 0px 0px rgba(0,0,0,0)” border_radius= “0” hide_in= “0” animate= “1” animation_type= “none” animation_delay= “0” animation_duration= “300” layout= “1/1” key= “fqoyna8obt1a243q”][tatsu_column bg_color= “” bg_image= “” bg_repeat= “no-repeat” bg_attachment= “scroll” bg_position= ‘{“d”:”top left”}’ bg_size= ‘{“d”:”cover”}’ padding= ‘{“d”:”0px 0px 0px 0px”}’ margin= ‘{“d”:””}’ border_style= ‘{“d”:”solid”,”l”:”solid”,”t”:”solid”,”m”:”solid”}’ border= ‘{“d”:”0px 0px 0px 0px”}’ border_color= “” border_radius= “0” box_shadow_custom= “0px 0px 0px 0px rgba(0,0,0,0)” bg_video_mp4_src= “” bg_video_ogg_src= “” bg_video_webm_src= “” overlay_color= “” overlay_blend_mode= “none” animate_overlay= “none” link_overlay= “” vertical_align= “none” sticky= “0” offset= ‘{“d”:”0px 0px”}’ column_parallax= “0” column_width= ‘{“d”:”100″}’ column_mobile_spacing= “0” image_hover_effect= “none” column_hover_effect= “none” hover_box_shadow= “0px 0px 0px 0px rgba(0,0,0,0)” overflow= “” col_id= “” column_class= “” top_divider= “none” top_divider_height= ‘{“d”:”100″,”m”:”0″}’ top_divider_color= “#ffffff” flip_top_divider= “0” top_divider_zindex= “9999” bottom_divider= “none” bottom_divider_height= ‘{“d”:”100″,”m”:”0″}’ bottom_divider_color= “#ffffff” flip_bottom_divider= “0” bottom_divider_zindex= “9999” left_divider= “none” left_divider_width= ‘{“d”:”50″,”m”:”0″}’ left_divider_color= “#ffffff” invert_left_divider= “0” left_divider_zindex= “9999” right_divider= “none” right_divider_width= ‘{“d”:”50″,”m”:”0″}’ right_divider_color= “#ffffff” invert_right_divider= “0” right_divider_zindex= “9999” z_index= “0” hide_in= “0” animate= “1” animation_type= “none” animation_delay= “0” animation_duration= “300” layout= “1/1” key= “fqoyna8oc4g73r82”][tatsu_call_to_action bg_color= “” title= “Necessita de ajuda?” h_tag= “h3” title_color= “rgba(255,255,255,1)” button_text= “Contacte-nos” button_link= “mailto:geral@baselegal.pt” new_tab= “0” button_bg_color= ‘{“id”:”palette:0″,”color”:”rgba(236,12,84,1)”}’ hover_bg_color= “rgba(255,255,255,1)” color= “rgba(255,255,255,1)” hover_color= “rgba(0,0,0,1)” border_width= “01” border_color= ‘{“id”:”palette:0″,”color”:”rgba(40,209,162,1)”}’ hover_border_color= “rgba(255,255,255,1)” lightbox= “0” image= “” video_url= “” border= ‘{“d”:”0px 0px 0px 0px”}’ outer_border_color= “” hide_in= “” css_id= “” css_classes= “” animate= “1” animation_type= “none” animation_delay= “0” animation_duration= “300” padding= ‘{“d”:””}’ margin= ‘{“d”:””}’ border_style= ‘{“d”:”solid”,”l”:”solid”,”t”:”solid”,”m”:”solid”}’ border_radius= “” box_shadow= “0px 0px 0px 0px rgba(0,0,0,0)” key= “fqoyna8ocnaxscwc”][/tatsu_call_to_action][/tatsu_column][/tatsu_row][/tatsu_section][tatsu_section bg_color= “” bg_image= “” bg_repeat= “no-repeat” bg_attachment= ‘{“d”:”scroll”}’ bg_position= ‘{“d”:”top left”}’ bg_size= ‘{“d”:”cover”}’ bg_animation= “none” padding= ‘{“d”:”90px 0px 90px 0px”}’ margin= ‘{“d”:”0px 0px 0px 0px”}’ bg_video_mp4_src= “” bg_video_ogg_src= “” bg_video_webm_src= “” overlay_color= “rgba(240,240,240,0.78)” overlay_blend_mode= “normal” section_height_type= “auto” custom_height= ‘{“d”:””}’ vertical_align= “center” top_divider= “none” top_divider_zindex= “9999” bottom_divider_zindex= “9999” bottom_divider= “none” top_divider_height= ‘{“d”:”100″}’ top_divider_position= “above” bottom_divider_height= ‘{“d”:”100″}’ bottom_divider_position= “below” top_divider_color= “#ffffff” bottom_divider_color= “#ffffff” invert_top_divider= “0” invert_bottom_divider= “0” flip_top_divider= “0” flip_bottom_divider= “0” section_id= “” section_class= “” section_title= “” offset_value= “0px” full_screen_header_scheme= “background–dark” overflow= “” z_index= “0” hide_in= “mobile” animate= “1” animation_type= “none” animation_delay= “0” animation_duration= “300” border_style= ‘{“d”:”solid”,”l”:”solid”,”t”:”solid”,”m”:”solid”}’ border= ‘{“d”:””}’ border_color= “” border_radius= “” box_shadow= “0px 0px 0px 0px rgba(0,0,0,0)” key= “BJWg8baiL9”][tatsu_row full_width= “0” bg_color= “” border_style= ‘{“d”:”solid”,”l”:”solid”,”t”:”solid”,”m”:”solid”}’ border= ‘{“d”:””}’ border_color= “” no_margin_bottom= “0” equal_height_columns= “0” gutter= “medium” column_spacing= “px” fullscreen_cols= “0” swap_cols= “0” padding= ‘{“d”:”0px 0px 0px 0px”}’ margin= ‘{“d”:”0px 0px”}’ row_id= “” row_class= “” box_shadow= “0px 0px 0px 0px rgba(0,0,0,0)” border_radius= “0” hide_in= “” animate= “1” animation_type= “none” animation_delay= “0” animation_duration= “300” layout= “1/1” key= “SyeeU-pjL5”][tatsu_column bg_color= “” bg_image= “” bg_repeat= “no-repeat” bg_attachment= “scroll” bg_position= ‘{“d”:”top left”}’ bg_size= ‘{“d”:”cover”}’ padding= ‘{“d”:”0px 0px 0px 0px”}’ margin= ‘{“d”:””}’ border_style= ‘{“d”:”solid”,”l”:”solid”,”t”:”solid”,”m”:”solid”}’ border= ‘{“d”:””}’ border_color= “” border_radius= “0” box_shadow_custom= “0px 0px 0px 0px rgba(0,0,0,0)” bg_video_mp4_src= “” bg_video_ogg_src= “” bg_video_webm_src= “” overlay_color= “” overlay_blend_mode= “normal” animate_overlay= “none” link_overlay= “” vertical_align= “none” sticky= “0” offset= ‘{“d”:”0px 0px”}’ column_parallax= “0” column_width= ‘{“d”:100,”l”:100,”t”:100,”m”:100}’ column_mobile_spacing= “0” image_hover_effect= “none” column_hover_effect= “none” hover_box_shadow= “0px 0px 0px 0px rgba(0,0,0,0)” overflow= “” col_id= “” column_class= “” top_divider= “none” top_divider_height= ‘{“d”:”100″,”m”:”0″}’ top_divider_color= “#ffffff” flip_top_divider= “0” top_divider_zindex= “9999” bottom_divider= “none” bottom_divider_height= ‘{“d”:”100″,”m”:”0″}’ bottom_divider_color= “#ffffff” flip_bottom_divider= “0” bottom_divider_zindex= “9999” left_divider= “none” left_divider_width= ‘{“d”:”50″,”m”:”0″}’ left_divider_color= “#ffffff” invert_left_divider= “0” left_divider_zindex= “9999” right_divider= “none” right_divider_width= ‘{“d”:”50″,”m”:”0″}’ right_divider_color= “#ffffff” invert_right_divider= “0” right_divider_zindex= “9999” z_index= “0” hide_in= “” animate= “1” animation_type= “none” animation_delay= “0” animation_duration= “300” layout= “1/1” key= “rJeIZpsU5”][tatsu_text bg_color= “” color= “” max_width= ‘{“d”:”100″}’ wrap_alignment= “center” text_alignment= ‘{“d”:”left”}’ margin= ‘{“d”:”0px 0px 30px 0px”}’ box_shadow= “0px 0px 0px 0px rgba(0,0,0,0)” padding= ‘{“d”:”0px 0px 0px 0px”}’ border_style= ‘{“d”:”solid”,”l”:”solid”,”t”:”solid”,”m”:”solid”}’ border= ‘{“d”:”0px 0px 0px 0px”}’ border_color= “” border_radius= “0px” text_typography= ‘{“d”:””}’ hide_in= “” css_id= “” css_classes= “” animate= “1” animation_type= “none” animation_delay= “0” animation_duration= “300” key= “SJ2M7ao85”]

Endereço da sede

[/tatsu_text][tatsu_code id= “” class= “” hide_in= “” animate= “1” animation_type= “none” animation_delay= “0” animation_duration= “300” padding= ‘{“d”:””}’ margin= ‘{“d”:””}’ border_style= ‘{“d”:”solid”,”l”:”solid”,”t”:”solid”,”m”:”solid”}’ border= ‘{“d”:””}’ border_color= “” border_radius= “” box_shadow= “0px 0px 0px 0px rgba(0,0,0,0)” key= “BkWdGasUc”][/tatsu_code][/tatsu_column][/tatsu_row][/tatsu_section]

7k casino

Discover the thrill of winning big with the best casas de apostas online featuring thrilling slots, jackpots, and live casino action.

Discover thrilling jackpots and exciting slots at the best casa de apostas portugal for nonstop online casino fun.

Experience thrilling jackpots and endless fun with the best slots and online gaming at https://texxxxfdsf.com/ today!

Experience the thrill of massive jackpots and endless slots excitement at https://fffdfd.com, your ultimate online casino destination.

Dive into a thrilling adventure with Glassi online casino, where generous welcome bonuses, enticing cashback offers, and exciting ongoing promotions await every player.

Discover a wide variety of slots and live dealer games with fast payouts and generous bonuses available at https://kokol.com/ for seamless mobile and desktop play anytime.
Upptäck en spännande spelupplevelse med snabba uttag och generösa bonusar, där zimpler betting erbjuder enkel betalning och ett brett utbud av slots och live dealers.
Upptäck ett brett utbud av spel och snabba uttag med oddsbonus utan svensk licens som ger dig tillgång till exklusiva erbjudanden och live dealers på mobilen.
Experience a thrilling variety of slots and live dealer games with fast payouts and generous bonuses at www.footballbetting-ng.com/ designed for seamless mobile play and secure betting.

Onlayn kazinolarda asan qeydiyyat və sürətli ödəniş təcrübəsi üçün Pinco az ilə bağlı heç bir narahatlıq yoxdur, çünki tez depozitlər və sürətli çıxarışlar sizi gözləyir.

Регистрация в несколько шагов и мгновенные депозиты на Pinco, а также быстрые выплаты позволят вам наслаждаться азартными играми и бонусами без задержек и сложностей.

Discover a wide variety of slots and live dealer games with fast payouts and generous bonuses when you play at https://ffdfdf.com/ for a seamless mobile casino experience.

Discover an extensive variety of slots, live dealer games, and bonuses with fast payouts and seamless mobile play at https://test.com/ for a reliable and enjoyable casino experience.

Scopri le migliori piattaforme di gioco con un’ampia varietà di slot, dealer live e bonus esclusivi grazie alle recensioni nuovi casino online dettagliate e aggiornate ogni giorno.

Mobil cihazlarda sürətli ödənişlər və geniş oyun çeşidi təklif edən platformamızda, ən son bonuslar və canlı diler oyunları üçün https://mendeleev-spbu.com/ saytına daxil olun.

Descubra uma seleção exclusiva de jogos, bônus atraentes e opções de pagamento rápidas ao explorar as melhores plataformas em novos casinos online disponíveis hoje.

Discover an extensive variety of slots and live dealer games with fast payouts and exclusive bonuses designed to enhance your experience at https://fotestcom.com/ today.