Agencia de seguros Zurich

Conócenos

El cliente, el centro de todo

An error occurred while processing the template.
Java method "com.zurich.tools.impl.ZurichToolsServiceImpl.getSeoLink(long, String, String, String, String, String, boolean, String, String, String, String)" threw an exception when invoked on com.zurich.tools.impl.ZurichToolsServiceImpl object "com.zurich.tools.impl.ZurichToolsServiceImpl@1eb48b7f"; see cause exception in the Java stack trace.

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #assign seoLink = zurichService.getSe...  [in template "20115#20151#1177420" at line 54, column 25]
----
1<#assign zurichService = serviceLocator.findService("com.zurich.tools.util.ZurichToolsService")/> 
2 
3<#assign fondo = ""> 
4<#if background.getData() == "mist"> 
5    <#assign fondo = "bruma"> 
6</#if> 
7<div id="${html_id.getData()}" class="mod mod-Services ${fondo}"> 
8    <div class="container"> 
9        <div class="row"> 
10            <div class="col-md-6"> 
11                <div class="product-title"> 
12                    <#if title.title_level.getData() == "h1"> 
13                        <h1 class='h1-copycat'>${htmlUtil.unescape(title.getData())}</h1> 
14                    <#elseif title.title_level.getData() == "h2"> 
15                        <h2 class='h2-copycat'>${htmlUtil.unescape(title.getData())}</h2> 
16                    <#elseif title.title_level.getData() == "h3"> 
17                        <h3 class='h3-copycat'>${htmlUtil.unescape(title.getData())}</h3> 
18                    </#if> 
19                </div> 
20                <#if subtitle.getData()?? && subtitle.getData() != ""> 
21                    <div class="product-subtitle"> 
22                        ${htmlUtil.unescape(subtitle.getData())} 
23                    </div> 
24                <#else> 
25                    <div class="product-subtitle"></div> 
26                </#if> 
27                <#if description.getData()?? && description.getData() != ""> 
28                    <div class="product-text"> 
29                        ${description.getData()} 
30                    </div> 
31                <#else> 
32                    <div class="product-text"></div> 
33                </#if> 
34                <#if link_text.getSiblings()?has_content> 
35                <div class="row"> 
36                    <#if links_align.getData()?? && links_align.getData() != ""> 
37            	        <div class="align-${links_align.getData()}"> 
38            	    <#else> 
39            	        <div class="align-middle"> 
40            	    </#if> 
41                    <#list link_text.getSiblings() as cur_link_text> 
42                    <#if cur_link_text.link_attr_key.getSiblings()?has_content> 
43                    	<#list cur_link_text.link_attr_key.getSiblings() as cur_extra_attribute_key> 
44                    		<#if cur_extra_attribute_key.getData()?? && cur_extra_attribute_key.getData()!=""> 
45                    			<#if cur_extra_attribute_key?is_first> 
46                    				<#assign extraAttr="${cur_extra_attribute_key.getData()} / ${cur_extra_attribute_key.link_attr_value.getData()}"/> 
47                    			<#else> 
48                    				<#assign extraAttr="${extraAttr} | ${cur_extra_attribute_key.getData()} / ${cur_extra_attribute_key.link_attr_value.getData()}"/> 
49                    			</#if> 
50                    		</#if> 
51                    	</#list> 
52                    </#if> 
53                        <#assign linkClass="link-${cur_link_text.link_skin.getData()}"/> 
54                        <#assign seoLink = zurichService.getSeoLink(themeDisplay.getScopeGroupId(), .vars['reserved-article-id'].data,cur_link_text.link_title.getData(), cur_link_text.link_page_link.getFriendlyUrl(),cur_link_text.link_file_link.getData(), cur_link_text.link_free_link.getData(),getterUtil.getBoolean(cur_link_text.link_new_tab.getData()), linkClass, cur_link_text.link_id_prefix.getData(), cur_link_text.link_id.getData(),extraAttr)/> 
55                    <div class="button-link col-md-4"> 
56                        ${seoLink} 
57                        ${htmlUtil.unescape(cur_link_text.getData())} 
58                        </a> 
59                        </div> 
60                    </#list> 
61                    </div> 
62                </#if> 
63                <#if getterUtil.getBoolean(separator.getData())>   
64                    <div class="col-md-6 button-link middle line"></div> 
65                </#if> 
66            </div> 
67        </div> 
68    </div> 
69</div> 
70 
71<style> 
72.mod-Header-agentes > .logo { 
73  	float: left; 
74
75.mod-Header-agentes .top-bar .container .row .element:first-child { 
76  margin-right: 15px; 
77
78</style> 
An error occurred while processing the template.
Java method "com.zurich.tools.impl.ZurichToolsServiceImpl.getSeoLink(long, String, String, String, String, String, boolean, String, String, String, String)" threw an exception when invoked on com.zurich.tools.impl.ZurichToolsServiceImpl object "com.zurich.tools.impl.ZurichToolsServiceImpl@1eb48b7f"; see cause exception in the Java stack trace.

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #assign seoLink = zurichService.getSe...  [in template "20115#20151#1110063" at line 98, column 37]
----
1<#assign zurichService = serviceLocator.findService("com.zurich.tools.util.ZurichToolsService")/> 
2<#if num_columns.getData() == "5"> 
3    <#assign col = "2"> 
4<#else> 
5    <#assign col = "3"> 
6</#if> 
7<div class="mod mod-Specifications-hex ${background.getData()}" id="${html_id.getData()}"> 
8    <div class="container"> 
9        <div class="title-block"> 
10            <#if title.getData()?? && title.getData() != ""> 
11                <div class="title"> 
12                    ${htmlUtil.unescape(title.getData())} 
13                </div> 
14            </#if> 
15            <#if subtitle.getData()?? && subtitle.getData() != ""> 
16                <div class="description"> 
17                    ${htmlUtil.unescape(subtitle.getData())} 
18                </div> 
19            <#else> 
20                <div class="subtitle"></div> 
21            </#if> 
22            <#if getterUtil.getBoolean(bottom_separator.getData())> 
23                <div class="thicc-border"> 
24                </div> 
25            </#if> 
26        </div> 
27 
28        <#if spec_title.getSiblings()?has_content> 
29        <div class="elements-block"> 
30            <div class="row"> 
31                <#list spec_title.getSiblings() as cur_spec_title> 
32                <div class="col-md-${col}"> 
33                    <div class="element-block"> 
34                        <div class="element-icon-hexagon"> 
35                            <#if getterUtil.getBoolean(cur_spec_title.spec_icon.hex.getData())> 
36                                <div class="hex shadow"> 
37                                    <div class="hex"> 
38                                        <#if cur_spec_title.spec_icon.getData()?? && cur_spec_title.spec_icon.getData() != ""> 
39                                            <img alt="${cur_spec_title.spec_icon.getAttribute("alt")}" data-fileentryid="${cur_spec_title.spec_icon.getAttribute("fileEntryId")}" src="${cur_spec_title.spec_icon.getData()}" class="img-responsive" /> 
40                                        </#if> 
41                                    </div> 
42                                </div> 
43                            <#else> 
44                                <#if cur_spec_title.spec_icon.getData()?? && cur_spec_title.spec_icon.getData() != ""> 
45                                    <img alt="${cur_spec_title.spec_icon.getAttribute("alt")}" data-fileentryid="${cur_spec_title.spec_icon.getAttribute("fileEntryId")}" src="${cur_spec_title.spec_icon.getData()}" class="img-responsive" /> 
46                                </#if> 
47                            </#if> 
48                        </div> 
49 
50                        <#if getterUtil.getBoolean(side_separator.getData())> 
51                        <div class="element-description thin-side-border"> 
52                            <#elseif getterUtil.getBoolean(spec_bottom_separator.getData())> 
53                            <div class="element-description thin-bottom-border"> 
54                                <#else> 
55                                <div class="element-description"> 
56                                    </#if> 
57 
58                                    <div class="title"> 
59                                        ${htmlUtil.unescape(cur_spec_title.getData())} 
60                                    </div> 
61                                    <#if cur_spec_title.spec_description.getData()?? && cur_spec_title.spec_description.getData() != ""> 
62                                        <div class="description"> 
63                                            ${cur_spec_title.spec_description.getData()} 
64                                        </div> 
65                                    </#if> 
66                                </div> 
67                            </div> 
68                        </div> 
69                        <#if (cur_spec_title?index+1)%num_columns.getData()?number == 0> 
70                    </div> 
71                    <br> 
72                    <#if !cur_spec_title?is_last> 
73                    <div class="row"> 
74                        </#if> 
75                        </#if> 
76                        </#list> 
77                    </div> 
78                    </#if> 
79 
80                    <#if link_text.getSiblings()?has_content> 
81                        <div class="row cta"> 
82                            <div class="${links_align.getData()}"> 
83                                <#list link_text.getSiblings() as cur_link> 
84 
85                                    <#if cur_link.spec_link_attr_key.getSiblings()?has_content> 
86                                        <#list cur_link.spec_link_attr_key.getSiblings() as cur_extra_attribute_key> 
87                                            <#if cur_extra_attribute_key.getData()?? && cur_extra_attribute_key.getData()!=""> 
88                                                <#if cur_extra_attribute_key?is_first> 
89                                                    <#assign extraAttr="${cur_extra_attribute_key.getData()} / ${cur_extra_attribute_key.spec_link_attr_value.getData()}"/> 
90                                                <#else> 
91                                                    <#assign extraAttr="${extraAttr} | ${cur_extra_attribute_key.getData()} / ${cur_extra_attribute_key.spec_link_attr_value.getData()}"/> 
92                                                </#if> 
93                                            </#if> 
94                                        </#list> 
95                                    </#if> 
96                                    <#assign linkClass="link-${cur_link.spec_link_skin.getData()}"/> 
97 
98                                    <#assign seoLink = zurichService.getSeoLink(themeDisplay.getScopeGroupId(), .vars['reserved-article-id'].data,cur_link.spec_link_title.getData(), cur_link.spec_link_page_link.getFriendlyUrl(),cur_link.spec_link_file_link.getData(), cur_link.spec_link_free_link.getData(),getterUtil.getBoolean(cur_link.spec_link_new_tab.getData()), linkClass, cur_link.spec_link_id_prefix.getData(), cur_link.spec_link_id.getData(),extraAttr)/> 
99                                    <div class="button-link  col-md-3"> 
100                                        ${seoLink} 
101                                        ${htmlUtil.unescape(cur_link.getData())} 
102                                        </a> 
103 
104                                    </div> 
105 
106                                </#list> 
107                            </div> 
108                        </div> 
109                    </#if> 
110                </div> 
111            </div> 
112            <style> 
113                .mod.mod-Specifications-hex.empresas-blue { 
114                    background-color: rgba(162,200,230,0.6); 
115
116            </style> 

Special deal

Otros seguros que te ofrecemos
Seguro para dispositivos - Zurich Klinc

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed tempor facilisis est, vel luctus ipsum condimentum vitae.

Health insurance- DKV

The world has changed and the relationship with health, too. For this reason, we offer you the most complete and digital insurance with DKV. For you and yours, the most complete health insurance, with more than 40,000 medical professionals, more than 1,000 medical centers where you will find the most prestigious hospitals and a video consultation service, with which you can make your medical consultations from your mobile . Discover these and other digital services to prevent and take care of your health!

Defensa Jurídica - ARAG

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed tempor facilisis est, vel luctus ipsum condimentum vitae.


Más información

La agencia XXXXXX XXXXXXXX fue creada hace 00 años por Xxxxxx Xxxxxxxxx con el objetivo de ofrecer el mejor servicio en el mundo de los seguros. Es por eso que confiamos en Zurich seguros, la calidad de sus productos va alineada con nuestro propósito.
En la actualidad contamos con más de 00.000 clientes que avalan nuestro trabajo.

Si tú también quieres que te ayudemos a encontrar la solución que más se adapta a tus necesidades, acércate a nuestra oficina, llámanos o envíanos un email.

Our social networks
Follow us!
COSESUR ASESORES DE SEGUROS, S.L.U.