Title box novedades

Novedades

Conoce lo más destacado que está transformando las industrias.

Ruta de navegación


Publicador de contenidos

Se ha producido un error al procesar la plantilla.
The following has evaluated to null or missing:
==> cur_ITEM_RRSS.LinkWeb.IdWeb  [in template "20097#20123#6268561" at line 31, column 80]

----
Tip: It's the step after the last dot that caused this error, not those before it.
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: ${cur_ITEM_RRSS.LinkWeb.IdWeb.getData()}  [in template "20097#20123#6268561" at line 31, column 78]
----
1<div class="desktop_footer"> 
2    <div id="gtd_menuTerciarioRRSS"> 
3        <#if ITEM_MENU_SUP_IZQ.getSiblings()?has_content> 
4        	<#list ITEM_MENU_SUP_IZQ.getSiblings() as cur_ITEM_MENU_SUP_IZQ> 
5        		<#if (cur_ITEM_MENU_SUP_IZQ.getData())?? && cur_ITEM_MENU_SUP_IZQ.getData() != ""> 
6        		<div class="pestania"> 
7        			<img src="${cur_ITEM_MENU_SUP_IZQ.getData()}" /> 
8            			<a href="${cur_ITEM_MENU_SUP_IZQ.TextoPestanaMenu.UrlPestanaMenu.getData()}"> 
9                    		${cur_ITEM_MENU_SUP_IZQ.TextoPestanaMenu.getData()} 
10            		    </a> 
11        		</div> 
12        		</#if> 
13        	</#list> 
14        </#if> 
15    </div> 
16</div> 
17 
18 
19     
20 
21<div class="socialgtd-lateral web"> 
22  <div id="stickymenu" class="fl-fl sticky"> 
23        <#if ITEM_RRSS.getSiblings()?has_content>  
24            <#list ITEM_RRSS.getSiblings() as cur_ITEM_RRSS>  
25                <#if (cur_ITEM_RRSS.getData())?? && cur_ITEM_RRSS.getData() != ""> 
26                      <div class="float-wh ${cur_ITEM_RRSS.ColorFondo.getData()}"> 
27                        <div class="fa-whatsapp"> 
28                          <img alt="${cur_ITEM_RRSS.getAttribute("alt")}" src="${cur_ITEM_RRSS.getData()}" />  
29                        </div> 
30                        <div class="fa-whatsapp-texto"> 
31                            <a href="${cur_ITEM_RRSS.LinkWeb.getData()}" id="${cur_ITEM_RRSS.LinkWeb.IdWeb.getData()}" > 
32                                <p>${cur_ITEM_RRSS.TextoSuperior.getData()}</p> 
33                                <h5>${cur_ITEM_RRSS.TextoInferior.getData()}</h5> 
34                            </a> 
35                        </div> 
36                      </div> 
37                       
38                </#if>  
39            </#list>  
40        </#if> 
41   </div> 
42</div>   
43 
44<div class="socialgtd-lateral mobile"> 
45  <div id="stickymenu" class="fl-fl sticky"> 
46        <#if ITEM_RRSS.getSiblings()?has_content>  
47            <#list ITEM_RRSS.getSiblings() as cur_ITEM_RRSS>  
48                <#if (cur_ITEM_RRSS.getData())?? && cur_ITEM_RRSS.getData() != ""> 
49                 
50         
51                      <div class="float-wh ${cur_ITEM_RRSS.ColorFondo.getData()}"> 
52                        <div class="fa-whatsapp"> 
53                          <img alt="${cur_ITEM_RRSS.getAttribute("alt")}" src="${cur_ITEM_RRSS.getData()}" />  
54                        </div> 
55                        <div class="fa-whatsapp-texto"> 
56                            <a href="${cur_ITEM_RRSS.LinkMobile.getData()}" id="${cur_ITEM_RRSS.LinkMobile.IdMobile.getData()}" > 
57                                <p>${cur_ITEM_RRSS.TextoSuperior.getData()}</p> 
58                                <h5>${cur_ITEM_RRSS.TextoInferior.getData()}</h5> 
59                            </a> 
60                        </div> 
61                      </div> 
62                       
63                </#if>  
64            </#list>  
65        </#if> 
66   </div> 
67</div>   
68 
69<style> 
70.menu-principal-sitios { 
71    -moz-transition: all 0.0s ease; 
72    -o-transition: all 0.0s ease; 
73    -webkit-transition: all 0.0s ease; 
74    transition: all 0.0s ease; 
75
76 
77 
78.socialgtd-lateral.mobile { 
79    display: none !important; 
80
81   
82  @media screen and (max-width: 570px) { 
83  .socialgtd-lateral.mobile { 
84    display: unset !important; 
85
86  .socialgtd-lateral.web { 
87    display: none !important; 
88
89   
90  .socialgtd-lateral .fl-fl .float-wh.azul .fa-whatsapp-texto { 
91     width: 50%;  
92
93   
94   .socialgtd-lateral .fl-fl .float-wh.verde .fa-whatsapp-texto { 
95     width: 50%;  
96
97   
98  .socialgtd-lateral .fl-fl .float-wh.rojo .fa-whatsapp-texto { 
99     width: 50%;  
100
101   
102  .socialgtd-lateral.mobile .fl-fl .float-wh .fa-whatsapp { 
103  margin-left: 0px; 
104
105  
106  .socialgtd-lateral .fl-fl .float-wh { 
107    width: 100% !important;  
108
109   
110  #wrapper .socialgtd-lateral .fl-fl:first-child:nth-last-child(1) .float-wh .fa-whatsapp { 
111    width: 90%; 
112
113  #wrapper .socialgtd-lateral .fl-fl .float-wh:nth-of-type(1) .fa-whatsapp-texto a p { 
114      color: #fff; 
115      margin-bottom: -6px; 
116      text-transform: none; 
117      letter-spacing: initial; 
118      text-align: left; 
119      font-size: 10px; 
120      margin-top: 0; 
121      line-height: 12px; 
122
123  #wrapper .socialgtd-lateral .fl-fl .float-wh:nth-of-type(1) .fa-whatsapp-texto a h5 { 
124    margin-top: 0.4rem; 
125
126 
127
128</style> 

Banner 1