<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.responsive body
{
   min-width: 240px;
}
  
.responsive .maestranza-content-layout img,
.responsive .maestranza-content-layout video
{
   max-width: 100%;
   height: auto !important;
}

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

.responsive.responsive-tablet .maestranza-vmenublock,
.responsive.responsive-tablet .maestranza-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 .maestranza-responsive-embed 
{
   position: relative;
   padding-bottom: 56.25%;
   /* 16:9 */
	height: 0;
}

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

.responsive .maestranza-sheet
{
   width: auto !important;
   min-width: 240px !important;
   max-width: none;
 
}

#maestranza-resp {
   display: none;
}

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

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

.responsive .maestranza-header 
{
   width: auto;
   height: auto;
   min-height: 100px;
   background-position: center center !important;
   background-size: cover !important;
   background-repeat: repeat !important;
}

.responsive .maestranza-header .maestranza-headline, 
.responsive .maestranza-header .maestranza-slogan 
{
   display: block !important;
   top: 0 !important;
   left: 0 !important;
   margin: 2% !important;
}
    
.responsive .maestranza-header .maestranza-headline a, 
.responsive .maestranza-header .maestranza-slogan 
{
   white-space: normal !important;
}
    
.responsive .maestranza-header .maestranza-shapes .maestranza-textblock 
{
   padding: 2% !important;
   margin: 2% !important;
   line-height: normal;
   background-image: none;
   background-color: rgba(127, 127, 127, 0.7);
   color: #eee !important;
   display: none;
   top: auto;
   left: auto;
   width: auto;
   height: auto;
}

.responsive .maestranza-header .maestranza-shapes .maestranza-textblock *,
.responsive .maestranza-header .maestranza-shapes .maestranza-textblock a:hover,
.responsive .maestranza-header .maestranza-shapes .maestranza-textblock a:visited,
.responsive .maestranza-header .maestranza-shapes .maestranza-textblock a:link 
{
   color: #eee !important;
}
    
.responsive .maestranza-header .maestranza-shapes .maestranza-textblock&gt;div 
{
   display: none;
   top: auto;
   left: auto;
   width: auto;
   height: auto;
   padding: 0 !important;
}

.responsive .maestranza-header .maestranza-shapes,
.responsive .maestranza-header .maestranza-shapes *
{
   position: relative;
   text-align: center;
   -webkit-transform: none !important;
   -moz-transform: none !important;
   -o-transform: none !important;
   -ms-transform: none !important;
   transform: none !important;
}

.responsive .maestranza-header #maestranza-flash-area,
.responsive .maestranza-header .maestranza-shapes&gt;*
{
   display: none;
}

.responsive #maestranza-header-bg 
{
   background-position: center center !important;
   background-size: cover !important;
   background-repeat: repeat !important;
}

/* Search */
.responsive .maestranza-shapes~.maestranza-textblock
{
   position: relative !important;
   display: block !important;
   margin: 1% auto !important;
   width: 75% !important;
   top: auto !important;
   right: auto !important;
   bottom: auto !important;
   left: auto !important;
}

/* dynamic width nav */
.responsive nav.maestranza-nav,
.responsive .maestranza-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;
}

.responsive .responsive-nav 
{
   padding-left: 0;
   padding-right: 0;
   margin-top: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 .navegacion { display: none !important; }

.responsive #logohead img { width: 280px; height:auto; padding: 13px;    }

.responsive #logohead {  background:#961319 !important; width: 100%;  }

.responsive #headersuperior { background:#961319 !important; }

.responsive #home1 { background:#CCC; background-image: none !important;
    text-align: center;}
	
.responsive #home5 { display:none !important; }

.responsive #accesoclientes, .responsive #maestranza-header-bg { display:none !important; }


.responsive #home3 img { max-width: 150px !important; }

.responsive #pg-8-1 { display: none !important; }

.responsive #pg-8-1, .responsive #pg-8-0 { margin-bottom: 0px !important; }
.responsive .maestranza-layout-wrapper { width: 100% !important; margin-left: 5px !important; margin-right: 5px !important;}
.responsive .maestranza-footer-inner { background:#961319  !important }</pre></body></html>