<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Created by Artisteer v4.1.0.59861 */

.responsive body
{
   min-width: 240px;
}
  
.responsive .lc-content-layout img,
.responsive .lc-content-layout video
{
   max-width: 100%;
   height: auto !important;
}

.responsive.responsive-phone .lc-content-layout img 
{
   float: none !important;
}
    
.responsive .lc-content-layout .lc-sidebar0, 
.responsive .lc-content-layout .lc-sidebar1, 
.responsive .lc-content-layout .lc-sidebar2 
{
   width: auto !important;
}
    
.responsive .lc-content-layout, 
.responsive .lc-content-layout-row, 
.responsive .lc-layout-cell 
{
   display: block;
}
    
.responsive .image-caption-wrapper 
{
   width: auto;
}

.responsive.responsive-tablet .lc-vmenublock,
.responsive.responsive-tablet .lc-block
{
   margin-left: 1%;
   margin-right: 1%;
   width: 48%;
   float: left;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.responsive .lc-responsive-embed 
{
   position: relative;
   /*padding-bottom: 56.25%;*/
   /* 16:9 */
	height: 0;
}

.responsive .lc-responsive-embed iframe,
.responsive .lc-responsive-embed object,
.responsive .lc-responsive-embed embed
{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}

.responsive .lc-sheet
{
   width: auto !important;
   min-width: 240px !important;
   max-width: none;
   margin-right: 1% !important;
   margin-left: 1% !important;
}

#lc-resp {
   display: none;
}

@media all and (max-width: 768px)
{
    #lc-resp, #lc-resp-t { display: block; }
    #lc-resp-m { display: none; }
}

@media all and (max-width: 480px)
{
    #lc-resp, #lc-resp-m { display: block; }
    #lc-resp-t { display: none; }
}

/* dynamic width nav */
.lc-nav .lc-menu-btn 
{
   border: 1px solid #404040;
   border-radius: 3px;
   box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
   display: none;
   background: #0068b4;
   margin: 3px;
   padding: 5px;
   position: relative;
   width: 40px;
}

.lc-nav .lc-menu-btn span 
{
   background: #E0E0E0;
   border-radius: 2px;
   display: block;
   height: 3px;
   margin: 3px 1px;
   position: relative;
   -moz-transition: background .2s;
   -o-transition: background .2s;
   -webkit-transition: background .2s;
   transition: background .2s;
}

.lc-nav .lc-menu-btn:hover span
{
   background: #f3f3f3;
}

.responsive .lc-nav .lc-menu-btn 
{
   display: inline-block;
}

.responsive nav.lc-nav,
.responsive .lc-nav-inner
{
   width: auto !important;
   position: relative !important;
   top: auto !important;
   left: auto !important;
   right: auto !important;
   bottom: auto !important;
   margin-top: 0;
   margin-bottom: 0;
   min-width: 0;
   text-align: center !important;
}

.responsive nav.lc-nav
{
   min-width: 1%;
}

.responsive .lc-nav 
{
   padding-left: 0;
   padding-right: 0;
}

/* full width hmenu, instead of inline-block */
.responsive .lc-nav ul.lc-hmenu 
{
   display: none;
   float: none;
   text-align: center;
}

.responsive .lc-nav .lc-hmenu.visible 
{
   display: block;
}

/* elements on different lines */
.responsive .lc-nav ul.lc-hmenu li,
.lc-hmenu-extra1,
.lc-hmenu-extra2
{
   float: none;
}
  
/* horizontal margins */
.responsive .lc-nav ul.lc-hmenu&gt;li:first-child, 
.responsive .lc-nav ul.lc-hmenu&gt;li:last-child, 
.responsive .lc-nav ul.lc-hmenu&gt;li
{
   margin-left: 0;
   margin-right: 0;
}
 
/* separator */ 
.responsive .lc-nav ul.lc-hmenu&gt;li:before
{
   display: none;
}

/* vertical distance between items */
.responsive .lc-nav ul.lc-hmenu a
{
   margin-top: 1px !important;
   margin-bottom: 1px !important;
   text-align: center !important;
   height: auto;
   white-space: normal;
}

.responsive .lc-nav ul.lc-hmenu&gt;li:first-child&gt;a
{
   margin-top: 0 !important;
}

.responsive .lc-nav ul.lc-hmenu&gt;li:last-child&gt;a
{
   margin-bottom: 0 !important;
}

/* fixes for extended menu */
.responsive .lc-nav .ext, 
.responsive .lc-nav ul.lc-hmenu&gt;li&gt;ul, 
.responsive .lc-nav ul.lc-hmenu&gt;li&gt;ul&gt;li,
.responsive .lc-nav ul.lc-hmenu&gt;li&gt;ul&gt;li a
{
   width: auto !important;
}

/* submenu position on hover */
.responsive .lc-nav ul.lc-hmenu ul
{
   left: auto !important;
   right: auto !important;
   top: auto !important;
   bottom: auto !important;
   display: none !important;
   position: relative !important;
   visibility: visible !important;
}

.responsive .lc-nav ul.lc-hmenu&gt;li&gt;ul&gt;li:first-child:after 
{
   display: none;
}
.responsive .lc-nav ul.lc-hmenu ul a
{
   padding-left: 4% !important;
}
.responsive .lc-nav ul.lc-hmenu ul ul a
{
   padding-left: 6% !important;
}
.responsive .lc-nav ul.lc-hmenu ul ul ul a
{
   padding-left: 8% !important;
}
.responsive .lc-nav ul.lc-hmenu ul ul ul ul a
{
   padding-left: 10% !important;
}
.responsive .lc-nav ul.lc-hmenu ul ul ul ul ul a
{
   padding-left: 12% !important;
}
  
.responsive .lc-nav ul.lc-hmenu&gt;li&gt;ul
{
   padding: 1px;
}
  
.responsive .lc-nav ul.lc-hmenu&gt;li&gt;ul:before
{
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
}

.responsive .lc-content-layout, 
.responsive .lc-content-layout-row, 
.responsive .lc-layout-cell 
{
   display: block;
}

.responsive .lc-layout-cell 
{
   width: auto !important;
   height: auto !important;
   border-right-width: 0 !important;
   border-left-width: 0 !important;
   border-radius: 0 !important;
}

.responsive .lc-content-layout:after, 
.responsive .lc-content-layout-row:after, 
.responsive .lc-layout-cell:after 
{
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

.responsive .lc-post
{
   border-radius: 0;
}

.responsive .lc-footer-inner
{
   width: auto;
   padding: 2% !important;
   min-width: 0;
}

.responsive .responsive-tablet-layout-cell 
{
   width: 50% !important;
   float: left;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.responsive .lc-block {
   float: none !important;
}

.responsive .tiendacolumna {
   display: inline-block;
   vertical-align: top;
}

.responsive .producto-coccion {
   padding: 40px 40px 40px 0px; 
   width: calc(100% - 42px);
}

.responsive .producto-tabla {
   padding: 40px 10px 0; 
   width: calc(100% - 42px);
}</pre></body></html>