:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-zoomInUp{animation:.2s ease-out .1s both f-zoomInUp}.f-zoomOutDown{animation:.2s ease-out both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-throwOutUp{animation:.175s ease-out both f-throwOutUp}.f-throwOutDown{animation:.175s ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, -150px, 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, 150px, 0);opacity:0}}.f-fadeIn{animation:.2s ease both f-fadeIn;z-index:2}.f-fadeOut{animation:.2s ease both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeSlowIn{animation:.5s ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:.5s ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-fadeFastIn{animation:.2s ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:.2s ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-crossfadeIn{animation:.2s ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:.1s linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: 0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, 0.98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, 0.1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:1050;outline:none;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content,.is-zooming-out .fancybox__slide:not(.is-selected) .fancybox__content{visibility:hidden}.is-animating .fancybox__content,.is-dragging .fancybox__content{filter:blur(0px);will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, 0.6);--f-button-active-bg: rgba(0, 0, 0, 0.6);--f-button-hover-bg: rgba(0, 0, 0, 0.6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, 0.3);--f-button-active-bg: rgba(24, 24, 27, 0.5);--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity: 0.65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:.25s ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:.35s ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:.15s ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:.35s ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:100%;height:100%}.fancybox__container:not(.is-compact) .has-iframe .fancybox__content,.fancybox__container:not(.is-compact) .has-map .fancybox__content,.fancybox__container:not(.is-compact) .has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 20px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2, #e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden}.f-thumbs__track{display:flex;will-change:transform}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);min-width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc(var(--left, 0)*1px);width:calc(100% - var(--width, 0)*1px);cursor:pointer}.is-modern .f-thumbs__slide{--clip-path: inset( 0 calc( (var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0)) * 0.5 * (1 - var(--progress, 0)) ) round var(--f-thumb-border-radius, 0) );transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern .f-thumbs__slide:focus-within:not(.is-selected){filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.is-modern .f-thumbs__slide>*{clip-path:var(--clip-path)}.is-modern.in-touch .f-thumbs__slide{filter:none}.is-modern.is-resting .f-thumbs__slide{transition:all .33s ease}.is-modern.is-resting .f-thumbs__slide>*{transition:all .33s ease}.f-thumbs__slide__button{appearance:none;width:100%;height:100%;margin:0;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{position:absolute;overflow:hidden;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover}.f-thumbs.is-horizontal .f-thumbs__track{margin:0 auto;padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;margin:auto 0;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 20px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-hidden{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, 0.65);--f-button-hover-bg: rgba(70, 70, 73, 0.65);--f-button-active-bg: rgba(90, 90, 93, 0.65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: 0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;user-select:none;pointer-events:none}
/*
*@TODO CSS Add rounded corner helpers
* @TODO Slider
*/
/*
 * Variables y funciones globales
 */
/*
* Typo vars
*/
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyWyosBO5Xk.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyVVpcBO5Xk.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuaabVmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjalmUiA8.ttf) format('truetype');
}
p {
  font: 500 1em/1.5 "Roboto", Tahoma, sans-serif;
  margin: 0;
}
.post_content h2 {
  font: 300 1.25em/1.5 "Roboto Condensed", Trebuchet, sans-serif;
  margin: 0;
  line-height: 1.5;
  margin-top: 1em;
}
@media (min-width: 620px) {
  .post_content h2 {
    font-size: 1.5em;
  }
}
.post_content h3 {
  font: 300 1em/1.5 "Roboto", Tahoma, sans-serif;
  margin: 0;
  line-height: 1.5;
  margin-top: 0.5em;
}
@media (min-width: 620px) {
  .post_content h3 {
    font-size: 1.25em;
  }
}
.post_content ul,
.post_content ol {
  list-style-position: inside;
  margin: 1em;
}
.post_content p + p {
  margin-top: 0.5em;
}
/*
* Colores
*/
/*
 * Colores Para los elementos, frete
 */
/*
 * Colores par el fondo
 */
/*
 * Colores para el texto
 */
/*!---------------------------------------
* UI.less
---------------------------------------------*/
.button {
  background: #8EC641;
  display: inline-block;
  text-align: center;
  padding: 9px 34px 11px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  line-height: 1;
  font-family: "Trebuchet MS", Trebuchet, sans-serif;
  position: relative;
  cursor: pointer;
  border: none;
  outline: none;
  margin: 0;
}
.button:hover,
.button:focus {
  background-color: #F90;
  color: #fff;
}
/* ----------- *\
 * LISTS
\* ----------- */
/*
 * RESETS
 * Estos estilos pueden aplicarse globalmente, no inciden
 * en la forma en que se muetsran las demás listas
 */
/*
 * Las listas que van dentro de la navegación habrá que eliminarles todo
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/*
 * Podemos agregar varios tipos de listas,
 * Habrá que ver como se lleva esto con MarkDown
 */
ul {
  list-style-position: outside;
}
ul.square {
  list-style: square outside;
}
ul.circle {
  list-style: circle outside;
}
ul.disc {
  list-style: disc outside;
}
ol {
  list-style: decimal;
}
ol.alpha {
  list-style-type: lower-alpha;
}
ol.roman {
  list-style-type: upper-roman;
}
/*
 * Mixin que permite agregar las listas como contenido
 * no como estructura
 */
/* ----------- *\
 * TEXT
\* ----------- */
/*
 * Los estilos básicos para poder mostrar el contenido,
 * debe incluirse después del reset, para que tenga un mejor efecto
 */
/*
 * Encabezados dl 1 al 5, veo muy difícil el uso del 6, incluso del cinco
 */
/*
 * Todos los elementos que pueden contener texto
 */
/*
 * Txt es una caja de texto, y como en indesign puede contener estilos
 * Es el lugar perfecto para poner todas las declaraciones de los elemntos de texto
 * o de bloque pero que representn contenido.
 * De esta manera será mucho más fácil prevenir los estilos en cascada
 * Además de que separamos la tipografía del layout general
 */
.txt {
  color: #666;
  /*
	 * Falta revisar las etiquetas:
	 * 	- cite
	 *	- q
	 * 	- dfn
	 */
  /*
	 * Las imágenes deberían de ir en otro helepr, es una prueba
	 */
}
.txt h2 {
  font: 500 1.875rem "Roboto Condensed", Trebuchet, sans-serif;
  line-height: 1.5;
  letter-spacing: -1px;
  margin: 0;
  color: #666;
  /**
		 * Se agega un espacio para no interferir con e sticky
		 */
  margin-top: 1em;
}
@media (min-width: 620px) {
  .txt h2 {
    font-size: 2.25rem;
    line-height: 3.5rem;
  }
}
.txt h3 {
  font: 300 1.25rem "Roboto Condensed", Trebuchet, sans-serif;
  line-height: 2rem;
  margin: 0;
  text-transform: uppercase;
  color: #666;
}
@media (min-width: 620px) {
  .txt h3 {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
.txt h4 {
  font: 300 1.25em/1.5 "Roboto Condensed", Trebuchet, sans-serif;
  margin: 0;
  color: #8EC641;
}
@media (min-width: 620px) {
  .txt h4 {
    font-size: 1.5em;
  }
}
.txt h5 {
  font: 300 1em/1.5 "Roboto", Tahoma, sans-serif;
  margin: 0;
  color: #8EC641;
}
@media (min-width: 620px) {
  .txt h5 {
    font-size: 1.25em;
  }
}
.txt h6 {
  font: bold 1em/1.5 "Roboto", Tahoma, sans-serif;
  margin: 0;
}
.txt p {
  font-size: 1.125em;
  font-family: "Roboto", Tahoma, sans-serif;
  margin-bottom: 1.5em;
  width: 40em;
  max-width: 100%;
}
.txt p + p {
  margin-top: 1em;
}
.txt p + p:empty {
  margin-top: 0;
}
.txt blockquote {
  /*
		 * Necesita un poco de espacio por el fondo
		 */
  padding: 0.5em 1em 0.01em 2em;
  border-left: 1px solid #F90;
  /*
		 * Y también porque se pegan los elementos, un margen abajo
		 */
  margin-bottom: 1em;
  color: #333;
  background-color: #ffad33;
  font-style: italic;
}
.txt a {
  color: #8EC641;
}
.txt a:hover,
.txt a:active,
.txt a:focus {
  color: #F90;
}
.txt small {
  /*
		 * Además del tamaño utilizamos un color más claro
		 */
  color: #333;
  font: 500 0.875em/1.5 "Roboto", Tahoma, sans-serif;
  margin: 0;
}
.txt img {
  max-width: 100%;
}
/*
* Helpers for less
*/
/*
Sprites
Ver:http://coding.smashingmagazine.com/2012/04/11/css-sprites-revisited/;
@TODO CSS:Agergar varibales sprite;
*/
.grecaptcha-badge {
  right: -480px !important;
}
/*
* Menu Helpers
*/
/*
 * Debe colocarse la lista ul que contitne el menú
 */
/*
 * Reset para comenzar bien
 */
/*!---------------------------------------
* UI.less
---------------------------------------------*/
/*! -------------------- Global Resets and Standards -------------- */
/* 
	Eric Meyer's CSS Reset
	http://meyerweb.com/eric/tools/css/reset/ 
	v2.0 | 20110126
		License: none (public domain)

	Este reset, básicamente nos servirá para restaurar a ceroo márgenes y padding,
	Creo que los demás elementos los maneja mejor Normalize.
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
/*
 * Todo lo que existe en el body deberá tener el 100% a menos que por etiquetas
 * o selectores más específicos se decida que no es así.
 */
* {
  font-size: 100%;
}
/*! ------------------------ Links ------------------ */
a {
  color: #8EC641;
  text-decoration: none;
  line-height: inherit;
}
a:hover {
  color: #F90;
}
a:focus {
  color: #F90;
  outline: none;
}
p a,
p a:visited {
  line-height: inherit;
}
/*! ------------------------ Lists ------------------ */
/*
 * Creo que estas listas sólo aplican para cuando se trata del contenido, en otro momento no.
 */
/* ------------------------ Misc ---------------------*/
.left {
  float: left;
}
.right {
  float: right;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.highlight {
  background: #ff0;
}
#googlemap img,
object,
embed {
  max-width: none;
}
#map_canvas embed {
  max-width: none;
}
#map_canvas img {
  max-width: none;
}
#map_canvas object {
  max-width: none;
}
/*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0;
}
/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */
/*
 * La tipografía creo que se debe tratar por cada módulo
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7
 */
/*
 *Para separar párrafos contiguos, si agregamos el margen, pero sólo al final
 */
p + p {
  margin-bottom: 1em;
}
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none;
}
/* 2 */
q:before,
q:after {
  content: '';
  content: none;
}
/*
 * Se queda porque puede utilizarse como modificador en cualquier momento
 */
small {
  font-size: 75%;
}
/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ==========================================================================
 * Las listas, creo que deben seguir algunas de estas reglas, pero 
 * cada bloque debe de manejarlas, porque pueden ser utilizadas para distintos
 * Propósitos
 */
/*
 * Addresses margins set differently in IE6/7
 */
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/*
 * Corrects overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding
 */
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */
}
/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */
}
/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/*
 * Layout
 */
/**
 * Las unidades se dan en porcentaje para hacerla responsive
 * 
 */
body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
body:before,
body:after {
  content: " ";
  display: table;
}
body:after {
  clear: both;
}
.wrapper {
  margin: 0 auto;
  width: 58%;
  padding: 0 2%;
  *zoom: 1;
}
.wrapper:before,
.wrapper:after {
  content: "";
  display: table;
}
.wrapper:after {
  clear: both;
}
.wrapper:before,
.wrapper:after {
  content: " ";
  display: table;
}
.wrapper:after {
  clear: both;
}
/*
* Implemtación básica para generar columnas, tiene un breakpoint y sólo 
* debe utilizarse como fallback
* 
* @deprecatd utilizar .col en su lugar para poder combinar las columnnas
*
* @param x Numero de columnas
* @param columnas-maximo @deprecated
* @param border @deprecated
*/
/**
 * Clase base para generar columnas
 * Puede incluirse dentro mediaqueries
 * 
 * @param  {Integer} @x Numero de columas
 * @return {void}    
 */
/*
* Layout
*/
/* Transciciones */
* {
  transition: opacity 0.4s ease-in-out;
}
body {
  background-color: #67AF27;
  font: 500 1em/1.5 "Trebuchet MS", Trebuchet, sans-serif;
  margin: 0;
}
.block {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 640px) {
}
/*
 * Elementos
 */
/* =============================================================================
   Tables
=============================================================================
 */
/*
 * Remove most spacing between table cells
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
 * Estilo básico de la tabla
 */
table {
  border: 1px solid #8EC641;
  border-radius: 2px;
  /*
	  * Tamaño de Fuente normal
	  */
  font: 500 1em/1.5 "Roboto", Tahoma, sans-serif;
  margin: 0;
  /*
	  * El margen permite separar la tabla de elementos adyacentes
	  */
  margin: 1em 0;
  /*
	  * Evitamos que se salga del contenedor, auqnue falta hacer responsive
	  */
  max-width: 100%;
}
/*
 * Ocultamos el caption ?
 */
caption {
  position: absolute;
  left: -1000px;
}
/*
 * Espacio para que respiren las celdas
 */
td,
th {
  padding: 0.75em 1.5em;
  /*
	 * Las tablas, con texto más grande
	 */
  font-size: 1.125em;
}
/*
 * Primero el encabezado
 */
thead {
  font-weight: bold;
  text-align: center;
}
thead th {
  background-color: #78B91C;
  color: #FFF;
}
tbody {
  /*
	 * Variables Básicas del tbody
	 */
  color: #333;
  text-align: center;
  /*
	 * Ahora hacemos que se muestre la primer columna de un color distino
	 * Pero deben de ser dos colores, porque estamos utilizando la zebra, de ota
	 * manera se ve raro
	 */
}
tbody tr {
  /*
		 * Para cuando pasa el mouse sobre la fila
		 */
  /**
		 * Se agrega un borde para separar las coolumnas visualmente
		 * Pero ya no se usa el color de fondo para que reducir la paleta de colores
		 */
  border-bottom: 1px solid #CCC;
  /*
		 * El ultimo no debe modificar el color del borde general
		 */
}
tbody tr:hover {
  background-color: #ffc266 !important;
}
tbody tr:last-child {
  border-bottom: 1px solid #8EC641;
}
tbody td:first-child {
  background-color: #E8EFE1;
  border-bottom: 1px solid #c2d4af;
}
tfoot {
  font: 500 0.875em/1.5 "Roboto", Tahoma, sans-serif;
  margin: 0;
  color: #808080;
}
/*! ------------------------ Tables ------------------ */
/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0;
}
/*
 * Define consistent margin, and padding
 */
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */
}
/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */
}
/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/*! RESET Formas, Estructura especial */
form dd,
form dt,
form dl {
  margin: 0;
  max-width: 100%;
}
form dl dt {
  margin-bottom: 0.25em;
}
/*
 * Estilos básicos para los campos
 */
.field {
  /*
     * Aplicamos padding y margin a los campos pero solo vertical
     * Los espacios horizontales se definen por la retícula
     */
  overflow: hidden;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  /*
     * Dimensiones mínimas y máximas, para permitir que sea sensible
     */
  min-width: 180px;
  max-width: 100%;
  /*
     * Los campos pueden ir en línea
     */
  display: inline-block;
  /*
     * Con estas limitantes evitamos que se muestren las barras de desplazamiento,
     * dicho desplazamiento se daba por el margin, border y padding agregados
     * Es probable que tengan que modificarse según el diseño
     * lo cual hace que la solución no sea global, pero por el momento funciona
     * Otra solución podría ser el box model
     */
}
.field label {
  color: #060;
  font-weight: 600;
  /*
         * Al separarlo un poco del margen, permitimos que se lea mejor que se trata de un label
         */
  padding-left: 0.25em;
}
.field input,
.field textarea {
  padding: 0.5em 0.25em;
  border: 1px solid #060;
  border-radius: 2px;
}
.field input {
  max-width: 96%;
}
.field textarea {
  max-width: 98%;
}
.field .description {
  padding: 0.25em;
  font: 500 0.75em/1.5 "Roboto", Tahoma, sans-serif;
  margin: 0;
  color: #666;
}
/*
 * Layout de las formas
 */
/*
  * Las formas que se encuentran dentro de los articulos tendrán 9 filas de tamaño
  */
.article form {
  /*
     * Las listas nos permiten hacer que funcione el layout
     */
  /*
     * Hack para que no se muestren sobre los campo los mensajes de error
     */
}
.article form fieldset {
  display: block;
  width: 105%;
  margin-left: -2.5%;
  margin-right: -2.5%;
  *zoom: 1;
}
.article form fieldset:before,
.article form fieldset:after {
  content: "";
  display: table;
}
.article form fieldset:after {
  clear: both;
}
.article form fieldset:before,
.article form fieldset:after {
  content: " ";
  display: table;
}
.article form fieldset:after {
  clear: both;
}
.article form dl {
  box-sizing: border-box;
  display: block;
  float: left;
  margin-left: 1.66666667%;
  margin-right: 1.66666667%;
  width: 96.66666667%;
}
@media (min-width: 480px) {
  .article form dl {
    width: 30%;
  }
}
.article form .msg,
.article form .text {
  box-sizing: border-box;
  display: block;
  float: left;
  margin-left: 1.66666667%;
  margin-right: 1.66666667%;
  width: 96.66666667%;
}
@media (min-width: 480px) {
  .article form .msg,
  .article form .text {
    width: 63.33333333%;
  }
}
.article form span.wpcf7-not-valid-tip {
  position: relative;
  left: auto;
}
/*
 * Para cuando utilizamos el input inline
 */
dl.submit input {
  font: 300 1em/1.5 "Roboto", Tahoma, sans-serif;
  margin: 0;
  float: right;
  padding: 0.25em 1em;
  margin-top: 1.125em;
  margin-right: 0.5em;
}
@media (min-width: 620px) {
  dl.submit input {
    font-size: 1.25em;
  }
}
/*
 * Definiciones para campos especiales
 */
/*
 * Para los mensajes utilizaremos un textarea
 */
.msg textarea {
  height: 7.5em;
}
.file input {
  border: none;
  font-style: italic;
}
/*
* Elements
*/
/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
/*
 * Bloques independientes
 */
/*
 * Estilos del Header
 */
/*
 * RESET
 */
.header ul,
.header ol {
  list-style: none;
}
.container_header {
  background-color: #67AF27;
}
/*! -------------------- Branding -------------- */
/*
 | Los elementos del branding son logo, slogan y contacto.
 | Todos se muestran con float a la izquierda
 | En el caso del slogan, tal vez se oculte cuando la pantalla sea muy pequeña
 | y sólo aparezcan los botones de teléfono e e-mail sin texto
 */
.branding {
  overflow: hidden;
  /**
	 * La información de contacto debe verse
	 * facilmente
	 */
}
.branding h3 {
  margin: 0;
  overflow: hidden;
  float: left;
}
.branding .slogan {
  width: 18em;
  float: left;
}
@media (min-width: 620px) {
  .branding .slogan {
    margin: 1.8em 1em 1em;
  }
}
.branding .contact {
  text-align: center;
  color: white;
  float: left;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  /**
		 * En movil, se ve mejor centrado
		 */
}
@media (min-width: 620px) {
  .branding .contact {
    float: right;
    text-align: right;
  }
}
.branding .contact a {
  color: white;
}
.branding .contact .text-lead {
  font: 500 1.25rem "Roboto Condensed", Trebuchet, sans-serif;
  line-height: 2rem;
  margin: 0;
  text-transform: uppercase;
  line-height: 1;
}
@media (min-width: 620px) {
  .branding .contact .text-lead {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
.logo {
  background: url(images/sprite-8db6ff322a2edfb6611c.png) no-repeat;
  background-position: 0px 0px;
  /*
    * Este método del HTML% Boilerplate no funciona si le damos las dimensiones en ems
    */
  width: 7em;
  height: 4em;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  font-size: 16px;
  /* Para normalizr los ems */
  margin: 1em;
}
.slogan {
  color: white;
  font: italic 1em "Trebuchet MS", Trebuchet, sans-serif;
}
.header .contact li {
  margin: 0;
  padding: 0 0 0.25em;
  color: white;
}
.branding .contact ul {
  margin: 1em 0 0.5em 0;
}
.contact ul {
  margin: 0 0 0 1em;
  color: #999;
  text-align: left;
  padding: 0;
}
.contact .email:before {
  background: url(images/sprite-8db6ff322a2edfb6611c.png) no-repeat;
  background-position: 0px -128px;
  display: inline-block;
  content: "";
  width: 2em;
  height: 1.5em;
  float: left;
}
.contact .tel:before {
  background: url(images/sprite-8db6ff322a2edfb6611c.png) no-repeat;
  background-position: 0px -96px;
  display: inline-block;
  content: "";
  width: 2em;
  height: 1.5em;
  float: left;
}
.contact .movil:before {
  background: url(images/sprite-8db6ff322a2edfb6611c.png) no-repeat;
  background-position: -64px -96px;
  display: inline-block;
  content: "";
  width: 2em;
  height: 1.5em;
  float: left;
}
/*! -------------------- Menu -------------- */
.menu {
  position: absolute;
  left: -9999em;
  margin: 0;
  padding: 0;
  list-style-type: none;
  *zoom: 1;
}
@media (min-width: 620px) {
  .menu {
    position: relative;
    left: auto;
  }
}
.menu:before,
.menu:after {
  content: "";
  display: table;
}
.menu:after {
  clear: both;
}
.menu:before,
.menu:after {
  content: " ";
  display: table;
}
.menu:after {
  clear: both;
}
.menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.menu a {
  display: block;
  text-decoration: none;
  white-space: nowrap;
}
.menu li {
  display: block;
  position: relative;
}
@media (min-width: 620px) {
  .menu li {
    float: left;
  }
  .menu li:hover ul {
    position: absolute;
    top: 99%;
    left: 0;
  }
}
.menu ul {
  position: absolute;
  left: -9999em;
  z-index: 497;
}
.menu ul ul {
  position: absolute;
  left: -9999em;
  /*
		 * El overflwo hidden sólo funciona cuando hay dos
		 * niveles, y permite poner color a todo el enlace
		 * sin tener que lidiar con el padding, la otra opción
		 * es utilizando el box-model
		 */
}
.menu li li {
  /*
		 * Para que se muestren uno sobre oro, eliminamos
		 * el float
		 */
  float: none;
  padding: 0.5em 0;
}
.menu ul li:hover > ul {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 100%;
}
/*
*	Barra de Menú
*/
.container_navbar {
  background-color: #ebf5de;
}
.navbar {
  background-color: #ebf5de;
  /**
	 * Cuando esta activo el checkbox sólo se muestra el menú, como un modal
	 * Pero es pantalla completa.
	 */
}
.navbar a {
  font-family: "Roboto Condensed", Trebuchet, sans-serif;
}
.navbar li:hover {
  background-color: #9acc55;
}
@media (min-width: 620px) {
  .navbar li.quote {
    float: right;
    background-color: #F90 !important;
  }
  .navbar li.quote a {
    color: white !important;
  }
}
.navbar [type=checkbox] {
  position: absolute;
  left: -9999em;
}
.navbar :checked {
  /**
		 * La etiqueta de navegación se utiliza para hacer la pantalla completa
		 */
}
.navbar :checked ~ nav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ebf5de;
  z-index: 10000;
  max-width: 100%;
}
.navbar :checked ~ nav .open {
  position: absolute;
  left: -9999em;
}
.navbar :checked ~ nav .close {
  left: auto;
  position: relative;
}
.navbar :checked ~ nav .menu {
  position: relative;
  left: auto;
}
.navbar label {
  display: block;
  padding: 0.5em;
}
.navbar label.close {
  position: absolute;
  left: -9999em;
  text-align: right;
}
@media (min-width: 620px) {
  .navbar h3,
  .navbar label {
    position: absolute;
    left: -9999em;
  }
}
.menu-main-container {
  width: 70%;
  float: left;
}
/*
*	Personamilzacion del menu
*/
.navbar .menu li > a {
  font: 500 1em/1.5 "Roboto Condensed", Trebuchet, sans-serif;
  margin: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-transform: uppercase;
}
.navbar .menu > li {
  padding: 0.5em 1em;
}
.navbar > li:active,
.navbar > li:hover {
  background-color: #FFF;
}
.navbar .menu ul {
  background-color: #ebf5de;
}
.navbar .menu li li {
  padding: 0.5em 1em;
}
.navbar .menu .current-menu-parent,
.navbar .menu .current-menu-parent:hover,
.navbar .menu .current-menu-item,
.navbar .menu .current-menu-item:hover {
  background-color: #8EC641;
}
.navbar .menu .current-menu-parent > a,
.navbar .menu .current-menu-parent:hover > a,
.navbar .menu .current-menu-item > a,
.navbar .menu .current-menu-item:hover > a {
  color: #FFF !important;
}
.navbar .menu .current-menu-item a {
  color: #FFF;
}
#menu-featured a {
  color: #F90;
}
#menu-main {
  /*
	 * Para hacer el hover se require de mayor especificidad, creo que tendríamos que cambiar
	 */
}
#menu-main a {
  color: #666;
}
/*! ----------------- MENU FEATURED --------------*/
.menu-featured-container {
  float: right;
}
@media only screen and (min-width: 680px) {
  .featured_img img {
    max-width: 960px;
  }
}
/*!
* Head
*/
.wrapper.head {
  background-color: white;
}
.head h1 {
  max-width: 100%;
  letter-spacing: -2px;
  margin: 0;
  font: 600 3rem "Trebuchet MS", Trebuchet, sans-serif;
  line-height: 1.25;
  color: #060;
  display: inline-block;
}
@media (min-width: 620px) {
  .head h1 {
    font-size: 3.5rem;
  }
}
.head .subtitle {
  display: inline-block;
  color: #999;
  font: italic 1em "Trebuchet MS", Trebuchet, sans-serif;
}
.head .subtitle:before {
  content: "/ ";
}
.head .excerpt {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.head .excerpt p {
  font: 300 1.25em/1.5 "Roboto Condensed", Trebuchet, sans-serif;
  margin: 0;
  color: #666;
  margin-bottom: 0.5em;
}
@media (min-width: 620px) {
  .head .excerpt p {
    font-size: 1.5em;
  }
}
.head .excerpt p:empty {
  padding: 0;
  margin: 0;
}
.head .featured {
  box-sizing: border-box;
  display: block;
  float: left;
  margin-left: 1.66666667%;
  margin-right: 1.66666667%;
  width: 96.66666667%;
  margin-top: 1em;
  margin-bottom: 1em;
}
@media (min-width: 480px) {
  .head .featured {
    width: 96.66666667%;
  }
}
/**
 * Header que permite mostrar porductos con texto largo
 */
.header-two-cols {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.header-two-cols > span {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  float: left;
  display: block;
}
.header-two-cols > span + div {
  box-sizing: border-box;
  display: block;
  float: left;
  margin-left: 1.66666667%;
  margin-right: 1.66666667%;
  width: 96.66666667%;
}
@media (min-width: 480px) {
  .header-two-cols > span + div {
    width: 96.66666667%;
  }
}
.header-two-cols h1 {
  color: #333;
  text-align: center;
}
@media (min-width: 620px) {
  .header-two-cols {
    /**
		 * Configuratión normal para imágenes cuadradas o verticales
		 */
    /**
		 * Variacion para imagenes horizontales
		 */
  }
  .header-two-cols > span {
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 1.66666667%;
    margin-right: 1.66666667%;
    width: 96.66666667%;
    height: 420px;
  }
  .header-two-cols > span + div {
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 1.66666667%;
    margin-right: 1.66666667%;
    width: 96.66666667%;
  }
  .header-two-cols.header-two-cols-wide > span {
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 1.66666667%;
    margin-right: 1.66666667%;
    width: 96.66666667%;
    top: 32px;
    position: relative;
    height: 360px;
  }
  .header-two-cols.header-two-cols-wide > span + div {
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 1.66666667%;
    margin-right: 1.66666667%;
    width: 96.66666667%;
  }
  .header-two-cols figure {
    position: absolute;
    left: -9999em;
  }
  .header-two-cols h1 {
    max-width: 100%;
    letter-spacing: -2px;
    margin: 0;
    font: 600 2.5rem "Trebuchet MS", Trebuchet, sans-serif;
    line-height: 3.5rem;
    text-align: left;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 620px) and (min-width: 480px) {
  .header-two-cols > span {
    width: 38.33333333%;
  }
}
@media (min-width: 620px) and (min-width: 480px) {
  .header-two-cols > span + div {
    width: 55%;
  }
}
@media (min-width: 620px) and (min-width: 480px) {
  .header-two-cols.header-two-cols-wide > span {
    width: 46.66666667%;
  }
}
@media (min-width: 620px) and (min-width: 480px) {
  .header-two-cols.header-two-cols-wide > span + div {
    width: 46.66666667%;
  }
}
@media (min-width: 620px) and (min-width: 620px) {
  .header-two-cols h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
.icon-specs:before {
  content: '';
  width: 72px;
  display: block;
  float: left;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 180px;
  margin-left: 0.5rem;
  margin-right: 1.5rem;
}
@media (min-width: 620px) {
  .icon-specs:before {
    width: 108px;
  }
}
.icon-specs p {
  color: #666;
}
.icon-specs ul {
  color: #36B31D;
  font: 300 1.25em/1.5 "Roboto Condensed", Trebuchet, sans-serif;
  margin: 0;
  list-style: none;
}
@media (min-width: 620px) {
  .icon-specs ul {
    font-size: 1.5em;
  }
}
/*
 * ShowCase
 * Por el momento sólo hay uno, los siguientes llevarán otra clase, pero el comportamiento es el mismo
 */
/*
 *
 */
/*
* RESET FOR SHOWCASE
* Evita que existan márgenes y/o padding al mostrar las diapositivas
*/
.slides,
.slides li {
  margin: 0;
  padding: 0;
}
.showcase {
  background-color: white;
}
.showcase > div {
  overflow: hidden;
  padding: 1.5em 0 1em;
  position: relative;
}
.slides {
  overflow: hidden;
  border-radius: 8px;
}
.slide {
  width: 100%;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.slide .caption {
  background-color: #404040;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  width: 100%;
  /*
 	 * El tamaño del caption es de 12 columnas,
 	 * pero como el slider no lo hicmos row tenemos que
 	 * regresarlo a su lugar eliminando el margen
 	 */
  margin-left: 0;
}
@media (min-width: 620px) {
  .slide .caption {
    position: absolute;
    bottom: 0;
  }
}
.slide .caption p {
  font: 500 1em/1.5 "Roboto", Tahoma, sans-serif;
  margin: 0;
  color: #FFF;
  padding: 0.5em;
}
.slide .header {
  max-width: 100%;
  letter-spacing: -2px;
  margin: 0;
  font: 600 2.5rem "Trebuchet MS", Trebuchet, sans-serif;
  line-height: 3.5rem;
  right: 0;
  top: 36%;
  text-align: right;
}
@media (min-width: 620px) {
  .slide .header {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media (min-width: 620px) {
  .slide .header {
    position: absolute;
    border-radius: 16px 0 0 16px;
  }
}
.slide .header a {
  color: white;
  display: block;
  background-color: #8EC641;
  padding: 0.25em 0.5em;
}
.slide .header a:hover {
  background-color: #F90;
}
.showcase .thumbnail {
  height: 320px;
  background-color: white;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 620px) {
  .showcase .thumbnail {
    height: 420px;
  }
}
.showcase img {
  position: absolute;
  left: -9999em;
}
.showcase h1 {
  font: 500 1em/1.5 "Trebuchet MS", Trebuchet, sans-serif;
  margin: 0;
  width: 100%;
  min-height: 320px;
}
ul.rslides_tabs {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  list-style: none outside none;
}
ul.rslides_tabs li {
  margin: 0;
  padding: 0;
  float: none;
  display: inline-block;
}
ul.rslides_tabs a {
  background: url(images/sprite-8db6ff322a2edfb6611c.png) no-repeat;
  background-position: -32px -96px;
  /*
    * Este método del HTML% Boilerplate no funciona si le damos las dimensiones en ems
    */
  width: 1.5em;
  height: 1.5em;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  font-size: 16px;
  /* Para normalizr los ems */
  outline: none;
}
ul.rslides_tabs .rslides_here a {
  background: url(images/sprite-8db6ff322a2edfb6611c.png) no-repeat;
  background-position: -32px -128px;
  /*
    * Este método del HTML% Boilerplate no funciona si le damos las dimensiones en ems
    */
  width: 1.5em;
  height: 1.5em;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  font-size: 16px;
  /* Para normalizr los ems */
}
/*
* #Main
*/
body,
.container_main {
  background-color: white;
}
.main.wrapper {
  background-color: #FFF;
}
/**
 * Todo el contenido neceista ir dentro de un wrapper
 * Centra en contenido y o encaja en la pantalla
 *
 * El wrapper en teléfonos se ajusta al 100% de la ventana
 * mientras que en tablets y desktops, puede llegar a medir 1024px
 * para facilitar la lectura
 *
 * Utiliza box-sizing por lo que es compatible con IE8+
 *
 * También comenzamos a utilizar rems para hacer los epacios
 * un poco más consistentes
 */
*.wrapper {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  /**
	 * Con un solo breakpoint se puede trabajar
	 */
}
@media (min-width: 768px) {
  *.wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
    max-width: 1180px;
  }
}
.content > .article,
.content > .articles {
  box-sizing: border-box;
  display: block;
  float: left;
  margin-left: 1.66666667%;
  margin-right: 1.66666667%;
  width: 96.66666667%;
  padding-top: 1rem;
  padding-bottom: 3rem;
  color: #333;
  /*
	 * Evitamos hacer todo el contenido más grande, es probable que se necesite 
	 * redefinir la tipografía en distintos bloques
	 */
}
@media (min-width: 480px) {
  .content > .article,
  .content > .articles {
    width: 96.66666667%;
  }
}
article p + p {
  margin-top: 1em;
}
.pagination {
  margin: 1em 0;
}
.pagination ul {
  list-style: none;
  *zoom: 1;
}
.pagination ul:before,
.pagination ul:after {
  content: "";
  display: table;
}
.pagination ul:after {
  clear: both;
}
.pagination ul:before,
.pagination ul:after {
  content: " ";
  display: table;
}
.pagination ul:after {
  clear: both;
}
.pagination li {
  width: 45%;
  float: left;
}
.pagination .next {
  text-align: right;
  padding-right: 4%;
}
.pagination .prev {
  padding-left: 4%;
}
/*! SIDEBARS */
/*
* Por default los sidebar son de 12 columnas
*/
.sidebar {
  /*
	 * RESET
	 */
  box-sizing: border-box;
  display: block;
  float: left;
  margin-left: 1.66666667%;
  margin-right: 1.66666667%;
  width: 96.66666667%;
  padding-top: 1em;
  padding-bottom: 1em;
}
.sidebar ul,
.sidebar ol {
  list-style: none;
}
@media (min-width: 480px) {
  .sidebar {
    width: 96.66666667%;
  }
}
.sidebar > ul {
  display: block;
  width: 103.33333333%;
  margin-left: -1.66666667%;
  margin-right: -1.66666667%;
  *zoom: 1;
  padding: 0;
}
.sidebar > ul:before,
.sidebar > ul:after {
  content: "";
  display: table;
}
.sidebar > ul:after {
  clear: both;
}
.sidebar > ul:before,
.sidebar > ul:after {
  content: " ";
  display: table;
}
.sidebar > ul:after {
  clear: both;
}
.widget {
  box-sizing: border-box;
  display: block;
  float: left;
  margin-left: 1.66666667%;
  margin-right: 1.66666667%;
  width: 96.66666667%;
}
@media (min-width: 480px) {
  .widget {
    width: 30%;
  }
}
/*
* Muestra el sidebar lateral de 4 columnas
*/
.sidebar.aside,
.sidebar.products {
  box-sizing: border-box;
  display: block;
  float: left;
  margin-left: 1.66666667%;
  margin-right: 1.66666667%;
  width: 96.66666667%;
}
@media (min-width: 480px) {
  .sidebar.aside,
  .sidebar.products {
    width: 30%;
  }
}
.sidebar.aside > ul,
.sidebar.products > ul {
  display: block;
  width: 110%;
  margin-left: -5%;
  margin-right: -5%;
  *zoom: 1;
}
.sidebar.aside > ul:before,
.sidebar.products > ul:before,
.sidebar.aside > ul:after,
.sidebar.products > ul:after {
  content: "";
  display: table;
}
.sidebar.aside > ul:after,
.sidebar.products > ul:after {
  clear: both;
}
.sidebar.aside > ul:before,
.sidebar.products > ul:before,
.sidebar.aside > ul:after,
.sidebar.products > ul:after {
  content: " ";
  display: table;
}
.sidebar.aside > ul:after,
.sidebar.products > ul:after {
  clear: both;
}
.sidebar .header {
  margin-bottom: 1em;
}
.sidebar .title {
  color: #666;
  font: 300 1.25em/1.5 "Roboto Condensed", Trebuchet, sans-serif;
  margin: 0;
}
@media (min-width: 620px) {
  .sidebar .title {
    font-size: 1.5em;
  }
}
.sidebar .title a {
  color: #999;
}
.textwidget {
  color: #666;
  font: 500 0.875em/1.5 "Roboto", Tahoma, sans-serif;
  margin: 0;
}
.textwidget img {
  max-width: 25%;
  float: left;
  margin: 0.5em 1em 0.5em 0.5em;
}
/*
 * Table of contents
 */
ul.table-of-contents,
nav.toc {
  box-sizing: border-box;
  display: block;
  float: left;
  margin-left: 1.66666667%;
  margin-right: 1.66666667%;
  width: 96.66666667%;
  background-color: #F90;
  /**
	 * Cuando el toc `is-sticky` se le agerga un padding y
	 * para simular que nuevamente se encuentra dentro del .wrapper 
	 * y .container
	 */
}
@media (min-width: 480px) {
  ul.table-of-contents,
  nav.toc {
    width: 96.66666667%;
  }
}
ul.table-of-contents li,
nav.toc li {
  display: block;
  float: left;
  width: auto;
  border: none;
}
ul.table-of-contents li.top-nav,
nav.toc li.top-nav {
  float: right;
  position: absolute;
  left: -9999em;
}
.is-sticky ul.table-of-contents li.top-nav,
.is-sticky nav.toc li.top-nav {
  position: relative;
  left: auto;
}
ul.table-of-contents li.top-nav span,
nav.toc li.top-nav span {
  border-radius: 50%;
}
ul.table-of-contents li li,
nav.toc li li {
  position: absolute;
  left: -999999px;
}
ul.table-of-contents .selected,
nav.toc .selected {
  border-width: 1px 1px 0 1px;
  border-color: #DDD;
  border-style: solid;
}
ul.table-of-contents .selected a,
nav.toc .selected a {
  height: 2em;
  background: #FFF;
}
ul.table-of-contents > ul,
nav.toc > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  *zoom: 1;
}
ul.table-of-contents > ul:before,
nav.toc > ul:before,
ul.table-of-contents > ul:after,
nav.toc > ul:after {
  content: "";
  display: table;
}
ul.table-of-contents > ul:after,
nav.toc > ul:after {
  clear: both;
}
ul.table-of-contents > ul:before,
nav.toc > ul:before,
ul.table-of-contents > ul:after,
nav.toc > ul:after {
  content: " ";
  display: table;
}
ul.table-of-contents > ul:after,
nav.toc > ul:after {
  clear: both;
}
ul.table-of-contents a,
nav.toc a {
  display: block;
  text-decoration: none;
  white-space: nowrap;
  color: white;
  padding: 0.75em 1em;
  text-transform: uppercase;
  font: 500 1em/1.5 "Roboto Condensed", Trebuchet, sans-serif;
  margin: 0;
}
ul.table-of-contents a:hover,
nav.toc a:hover {
  color: #333;
}
.is-sticky ul.table-of-contents,
.is-sticky nav.toc {
  padding-left: 48px;
  padding-right: 48px;
  width: 88.5%;
}
.is-sticky .toc-wrapper {
  background-color: #F90;
  max-width: 980px;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10000 !important;
}
/*
 * Ocultamos el título, para que no se repitan
 */
.tabbed section > h2 {
  position: absolute;
  left: -9999em;
}
img {
  max-width: 100%;
}
.container_warning {
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 18px;
}
.container_warning .wrapper {
  box-sizing: border-box;
  border: 1px solid #ff99004a;
  background-color: #ff990036;
  padding: 2rem;
}
.container_warning section {
  padding-right: 1rem;
  padding-left: 1rem;
}
.container_warning h2 {
  font-size: 24px;
  line-height: 1.5;
}
.container_warning h2 + * {
  margin-top: 16px;
}
/*!
* Products.less
*/
/* RESET */
a img {
  border: none;
  vertical-align: top;
}
section.products {
  display: block;
  width: 103.33333333%;
  margin-left: -1.66666667%;
  margin-right: -1.66666667%;
  padding-top: 1em;
  padding-bottom: 1em;
  *zoom: 1;
}
section.products:before,
section.products:after {
  content: "";
  display: table;
}
section.products:after {
  clear: both;
}
section.products:before,
section.products:after {
  content: " ";
  display: table;
}
section.products:after {
  clear: both;
}
section.products:before,
section.products:after {
  content: "";
  display: table;
}
section.products:after {
  clear: both;
}
section.products:before,
section.products:after {
  content: " ";
  display: table;
}
section.products:after {
  clear: both;
}
.products h1 {
  font: 300 1em/1.5 "Roboto", Tahoma, sans-serif;
  margin: 0;
  text-transform: uppercase;
  color: #999;
}
@media (min-width: 620px) {
  .products h1 {
    font-size: 1.25em;
  }
}
.products header {
  margin: 0 1em;
}
.products .preview {
  float: left;
  display: block;
  overflow: hidden;
  text-align: center;
  border: 1px solid #8EC641;
  position: relative;
  border-radius: 2px;
  padding: 8px 8px 56px;
}
.products .preview:hover {
  border-color: #F90;
  background-color: #fff5e5;
}
.products .preview:hover figcaption > a {
  background-color: #F90;
  color: white !important;
}
.products .preview figcaption > a {
  color: #30892B;
  background-color: #d4e9b7;
  width: 100%;
  display: block;
  text-transform: uppercase;
  padding: 0.5em 0;
  font-family: "Roboto Condensed", Trebuchet, sans-serif;
  position: absolute;
  bottom: 0;
  left: 0;
}
.products .preview figcaption > a:hover {
  background-color: #F90;
}
.products figcaption {
  font-size: 18px;
}
.head > .products {
  margin: 0 -1em;
}
/**
 * Deprecated, usar product thumbnail
 */
.products .medium {
  box-sizing: border-box;
  display: block;
  float: left;
  margin-left: 1.66666667%;
  margin-right: 1.66666667%;
  width: 96.66666667%;
}
@media (min-width: 520px) {
  .products .medium {
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 1.66666667%;
    margin-right: 1.66666667%;
    width: 46.66666667%;
  }
}
@media (min-width: 860px) {
  .products .medium {
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 1.66666667%;
    margin-right: 1.66666667%;
    width: 30%;
  }
}
.products .small {
  box-sizing: border-box;
  display: block;
  float: left;
  margin-left: 1.66666667%;
  margin-right: 1.66666667%;
  width: 96.66666667%;
}
@media (min-width: 480px) {
  .products .small {
    width: 21.66666667%;
  }
}
.products .preview {
  margin-bottom: 1em;
}
.mini-featured figcaption a {
  font: 500 0.875em/1.5 "Roboto", Tahoma, sans-serif;
  margin: 0;
}
.products img {
  max-width: 100%;
}
/*
 * El header de los productos se muestra distinto a los artículos
 */
.products_header {
  padding-top: 1.5rem;
  text-align: center;
  /*
 	 * Agergamos la posición para que se pueda alinear
 	 * el excerpt
 	 */
  position: relative;
  /*
 	 * El extracto queda justo debajo de la imagen principal
 	 * el texto destaca del copy, y permite agergar mensajes cortos.
 	 *
 	 * Podría incluirse ahí el botón de solititar cotización o en el toc
 	 */
  /*
 	 * 	@TODO Enlaces más consistentes
 	 * 	Se cambian porque el fondo es de color naranja y
 	 * 	no se ven con el esquema por default.
 	 */
  /*
 	  * Eliminamos un poco de espacio en blanco
 	  */
}
.products_header h1 {
  color: #333;
}
.products_header + .excerpt {
  box-sizing: border-box;
  display: block;
  float: left;
  margin-left: 1.66666667%;
  margin-right: 1.66666667%;
  width: 96.66666667%;
  text-align: center;
}
@media (min-width: 480px) {
  .products_header + .excerpt {
    width: 96.66666667%;
  }
}
.products_header + .excerpt p {
  padding: 0 1em;
  font: 300 1.25em/1.5 "Roboto Condensed", Trebuchet, sans-serif;
  margin: 0;
  font-style: italic;
  color: #67AF27;
}
@media (min-width: 620px) {
  .products_header + .excerpt p {
    font-size: 1.5em;
  }
}
.products_header .price {
  box-sizing: border-box;
  display: block;
  float: left;
  margin-left: 1.66666667%;
  margin-right: 1.66666667%;
  width: 96.66666667%;
  margin-top: 1em;
  background-color: #73a331;
  color: white;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-align: center;
}
@media (min-width: 480px) {
  .products_header .price {
    width: 21.66666667%;
  }
}
.products_header .price .money:before {
  content: '$ ';
  font: 500 0.75em/1.5 "Roboto", Tahoma, sans-serif;
  margin: 0;
}
.products_header .price .money {
  font: 300 1.25em/1.5 "Roboto Condensed", Trebuchet, sans-serif;
  margin: 0;
  display: block;
}
@media (min-width: 620px) {
  .products_header .price .money {
    font-size: 1.5em;
  }
}
.products_header .price small {
  font: 500 0.75em/1.5 "Roboto", Tahoma, sans-serif;
  margin: 0;
}
.products_header a {
  color: white;
  font-style: italic;
}
.products_header a:hover {
  border-bottom: 1px dashed white;
}
.products_header .featured {
  box-sizing: border-box;
  display: block;
  float: left;
  margin-left: 1.66666667%;
  margin-right: 1.66666667%;
  width: 96.66666667%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 480px) {
  .products_header .featured {
    width: 96.66666667%;
  }
}
/*
  * Los productos también se pueden mostrar en el sidebar
  */
.products.widget {
  /*
  	 * Reestablecemos a cero para que no reduzca el espacio
  	 */
}
.products.widget ul {
  margin: 0;
  padding: 0;
}
.products.widget li {
  *zoom: 1;
  margin-top: 1em;
  margin-bottom: 1em;
}
.products.widget li:before,
.products.widget li:after {
  content: "";
  display: table;
}
.products.widget li:after {
  clear: both;
}
.products.widget li:before,
.products.widget li:after {
  content: " ";
  display: table;
}
.products.widget li:after {
  clear: both;
}
.products.widget .thumbnail {
  float: left;
  margin-right: 1em;
}
.products.widget .caption {
  padding-top: 1em;
  font-size: big();
}
/*
 * Tenemos el sidebar de servicios, creo que sería bueno separarlo
 * del contenido principal de esta manera se lee mejor
 */
.wrapper-aside {
  background-color: white;
  padding-top: 2rem;
}
/**
 * Product aside
 * @component
 *
 * Mustra widgets con su respectivo icono
 */
.product-aside {
  border-top: 1px solid #87ca4a;
  border-bottom: 1px solid #87ca4a;
  padding-top: 1rem;
  padding-bottom: 1rem;
  *zoom: 1;
}
.product-aside:before,
.product-aside:after {
  content: "";
  display: table;
}
.product-aside:after {
  clear: both;
}
.product-aside:before,
.product-aside:after {
  content: " ";
  display: table;
}
.product-aside:after {
  clear: both;
}
.product-service {
  box-sizing: border-box;
  display: block;
  float: left;
  margin-left: 1.66666667%;
  margin-right: 1.66666667%;
  width: 96.66666667%;
  text-align: center;
  color: #666;
  padding: 1rem;
}
@media (min-width: 480px) {
  .product-service {
    width: 96.66666667%;
  }
}
@media (min-width: 520px) {
  .product-service {
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 1.66666667%;
    margin-right: 1.66666667%;
    width: 96.66666667%;
  }
}
@media (min-width: 520px) and (min-width: 480px) {
  .product-service {
    width: 30%;
  }
}
.product-service p {
  margin-top: 0.75rem;
}
.product-service .fa {
  font-size: 3rem;
  color: #87ca4a;
}
/**
 * Despues de los widgets van los terminos, 
 */
.product-aside + small {
  text-align: center;
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
/*
 * Estilos para la descripción de productos
 */
.products_description {
  display: block;
  width: 103.33333333%;
  margin-left: -1.66666667%;
  margin-right: -1.66666667%;
  *zoom: 1;
  color: #666;
  /*
	 * Falta revisar las etiquetas:
	 * 	- cite
	 *	- q
	 * 	- dfn
	 */
  /*
	 * Las imágenes deberían de ir en otro helepr, es una prueba
	 */
  /*
	 * Agregamos un espacio antes y después
	 */
  /*
	 * Addresses paddings set differently in IE6/7
	 */
  /*
	 * Como definimos un margen para separar la lista padre
	 * este se herada a los hijos, así que hay que eliminarlo
	 * porque se ve muy cortada la lista
	 * También disminuímos el padding
	 */
  /*
	 * Los li-s, tendrán tamaño normal
	 */
}
.products_description:before,
.products_description:after {
  content: "";
  display: table;
}
.products_description:after {
  clear: both;
}
.products_description:before,
.products_description:after {
  content: " ";
  display: table;
}
.products_description:after {
  clear: both;
}
.products_description h2 {
  font: 500 1.875rem "Roboto Condensed", Trebuchet, sans-serif;
  line-height: 1.5;
  letter-spacing: -1px;
  margin: 0;
  color: #666;
  /**
		 * Se agega un espacio para no interferir con e sticky
		 */
  margin-top: 1em;
}
@media (min-width: 620px) {
  .products_description h2 {
    font-size: 2.25rem;
    line-height: 3.5rem;
  }
}
.products_description h3 {
  font: 300 1.25rem "Roboto Condensed", Trebuchet, sans-serif;
  line-height: 2rem;
  margin: 0;
  text-transform: uppercase;
  color: #666;
}
@media (min-width: 620px) {
  .products_description h3 {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
.products_description h4 {
  font: 300 1.25em/1.5 "Roboto Condensed", Trebuchet, sans-serif;
  margin: 0;
  color: #8EC641;
}
@media (min-width: 620px) {
  .products_description h4 {
    font-size: 1.5em;
  }
}
.products_description h5 {
  font: 300 1em/1.5 "Roboto", Tahoma, sans-serif;
  margin: 0;
  color: #8EC641;
}
@media (min-width: 620px) {
  .products_description h5 {
    font-size: 1.25em;
  }
}
.products_description h6 {
  font: bold 1em/1.5 "Roboto", Tahoma, sans-serif;
  margin: 0;
}
.products_description p {
  font-size: 1.125em;
  font-family: "Roboto", Tahoma, sans-serif;
  margin-bottom: 1.5em;
  width: 40em;
  max-width: 100%;
}
.products_description p + p {
  margin-top: 1em;
}
.products_description p + p:empty {
  margin-top: 0;
}
.products_description blockquote {
  /*
		 * Necesita un poco de espacio por el fondo
		 */
  padding: 0.5em 1em 0.01em 2em;
  border-left: 1px solid #F90;
  /*
		 * Y también porque se pegan los elementos, un margen abajo
		 */
  margin-bottom: 1em;
  color: #333;
  background-color: #ffad33;
  font-style: italic;
}
.products_description a {
  color: #8EC641;
}
.products_description a:hover,
.products_description a:active,
.products_description a:focus {
  color: #F90;
}
.products_description small {
  /*
		 * Además del tamaño utilizamos un color más claro
		 */
  color: #333;
  font: 500 0.875em/1.5 "Roboto", Tahoma, sans-serif;
  margin: 0;
}
.products_description img {
  max-width: 100%;
}
.products_description dl,
.products_description ol,
.products_description ul {
  margin: 1em 0;
}
.products_description dl {
  font: 500 1em/1.5 "Roboto", Tahoma, sans-serif;
  margin: 0;
}
.products_description dt:after {
  content: ': ';
}
.products_description dd {
  margin: 0 0 0 2em;
  font-style: italic;
}
.products_description dd + dd {
  margin-top: 0.75em;
}
.products_description ol,
.products_description ul {
  padding: 0 0 0 2em;
}
.products_description ol ol,
.products_description ol ul,
.products_description ul ol,
.products_description ul ul {
  margin: 0;
  padding: 0 0 0 1em;
}
.products_description li {
  font-family: "Roboto", Tahoma, sans-serif;
  font-size: 18px;
}
/**
 * .preview
 *
 * Es el thumbnail
 */
.product-thumbnail {
  box-sizing: border-box;
  display: block;
  float: left;
  margin-left: 1.66666667%;
  margin-right: 1.66666667%;
  width: 96.66666667%;
}
@media (min-width: 520px) {
  .product-thumbnail {
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 1.66666667%;
    margin-right: 1.66666667%;
    width: 46.66666667%;
  }
}
@media (min-width: 860px) {
  .product-thumbnail {
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 1.66666667%;
    margin-right: 1.66666667%;
    width: 30%;
    /**
		 * Cuando hay 5 elementos, se acomodan para no dejar espacios
		 */
  }
  .grid-5 .product-thumbnail:nth-child(-n+2) {
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 1.66666667%;
    margin-right: 1.66666667%;
    width: 46.66666667%;
  }
  .grid-5 .product-thumbnail:nth-child(-n+2) a[style] {
    height: 240px;
  }
}
.product-thumbnail > a[style] {
  height: 220px;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.product-thumbnail > a[style] .no-backgroundsize {
  background-image: none !important;
}
.backgroundsize .product-thumbnail > a[style] img {
  position: absolute;
  left: -9999em;
}
.heading-permalink {
  visibility: hidden;
  position: absolute;
  display: inline-block;
  margin-left: -1rem;
  padding-right: 0.25rem;
}
h1:hover .heading-permalink,
h2:hover .heading-permalink,
h3:hover .heading-permalink,
h4:hover .heading-permalink,
h5:hover .heading-permalink,
h6:hover .heading-permalink {
  visibility: visible;
}
/*
* COLOPHON
*/
/*
 * RESET
 */
.colophon ul,
.colophon ol {
  list-style: none;
}
.container_colophon {
  margin-top: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #30892B;
}
.wrapper.colophon {
  background-color: #30892B;
  padding-right: 0;
  padding-left: 0;
}
@media only screen and (min-width: 580px) {
  .wrapper.colophon {
    padding-left: 2rem;
  }
}
.wrapper.colophon .imagen-map-wrapper {
  float: right;
}
/**
 * .icon-list 
 * Lista vertical que eprmite agregar iconos FontAwesome
 * 
 * @Component
 */
.icon-list {
  float: left;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  margin-left: 2rem;
  font: 500 1em/1.5 "Roboto", Tahoma, sans-serif;
  margin: 0;
  color: white;
}
@media only screen and (min-width: 580px) {
  .icon-list {
    margin-left: 0rem;
  }
}
.icon-list li {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  display: grid;
  grid-template-columns: auto 1fr;
}
.icon-list .icon-list-lead span {
  font: 300 1em/1.5 "Roboto Condensed", Trebuchet, sans-serif;
  margin: 0;
}
@media (min-width: 620px) {
  .icon-list .icon-list-lead span {
    font-size: 1.25em;
  }
}
.icon-list i.fa {
  color: #87ca4a;
  font-size: 1.6rem;
  width: 2.5rem;
  display: block;
  text-align: center;
  margin-top: 0.25rem;
  margin-right: 0.5rem;
}
.dl-inline {
  display: grid;
  grid-template-columns: auto 1fr;
}
.dl-inline dt {
  margin-right: 4px;
  min-width: 72px;
}
/**
 * .imagen-map
 * @component
 */
.imagen-map-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 580px) {
  .imagen-map-wrapper {
    width: 50%;
    margin-left: 2rem;
  }
}
.imagen-map {
  background: url(images/mapa-d4f819118b88a6eef181.png) no-repeat center;
  background-size: cover;
  display: block;
  height: 12rem;
  width: 100%;
}
@media only screen and (min-width: 680px) {
  .imagen-map {
    height: 22rem;
  }
}
.imagen-map ~ a {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 10;
  color: #11690C;
  font-weight: bold;
  background-color: #e6e2da;
  border-radius: 1px;
  border: 1px solid #11690C;
  padding: 0.25rem 0.5rem;
}
.colophon .footer a,
.colophon .footer p {
  font: 500 0.75em/1.5 "Roboto", Tahoma, sans-serif;
  margin: 0;
}
footer.legals {
  background-color: #87ca4a;
  margin: 0 auto;
  padding-top: 1rem;
  padding-bottom: 2rem;
  text-align: center;
}
footer.legals p {
  font: 500 0.875em/1.5 "Roboto", Tahoma, sans-serif;
  margin: 0;
}
footer.legals a {
  color: #11690C;
}
.menu-footer {
  *zoom: 1;
  font: 300 1em/1.5 "Roboto Condensed", Trebuchet, sans-serif;
  margin: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.menu-footer:before,
.menu-footer:after {
  content: "";
  display: table;
}
.menu-footer:after {
  clear: both;
}
.menu-footer:before,
.menu-footer:after {
  content: " ";
  display: table;
}
.menu-footer:after {
  clear: both;
}
@media (min-width: 620px) {
  .menu-footer {
    font-size: 1.25em;
  }
}
.menu-footer li {
  display: inline-block;
  text-transform: uppercase;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
/*
* color-list
*
* Estilos para convertir en colores una lista que utilice data-color
*/
dd {
  *zoom: 1;
}
dd:before,
dd:after {
  content: "";
  display: table;
}
dd:after {
  clear: both;
}
dd:before,
dd:after {
  content: " ";
  display: table;
}
dd:after {
  clear: both;
}
.products_description {
  /**
	 * Los párrafos no son tan largos para evitar lineas de más de 100 caracterss
	 * que son difíciles de leer
	 */
}
.products_description dd + dd {
  margin-top: 0;
}
.products_description dd + dt,
.products_description dt + dd {
  margin-top: 8px;
}
.products_description p {
  width: 40em;
  max-width: 100%;
}
dd .color-sample {
  display: block;
}
[data-color] {
  box-sizing: border-box;
  position: relative;
  text-align: center;
  width: 180px;
  height: 90px;
  margin-left: 8px;
  margin-bottom: 8px;
  overflow: hidden;
  display: inline-block;
  float: left;
  border: 1px solid lightgray;
  background-color: gray;
}
[data-color] span {
  display: block;
  background-color: white;
  color: gray;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 10;
  font-size: 14px;
}
[data-color].lg {
  width: 356px;
}
[data-color^=verde-lim] {
  background-color: #d8ef03;
}
[data-color^=verde-esm] {
  background-color: #39d099;
}
[data-color^=verde-man] {
  background-color: #64d201;
}
[data-color=morado] {
  background-color: purple;
}
[data-color=lila] {
  background-color: #c07ef9;
}
[data-color=azul-rey] {
  background-color: blue;
}
[data-color=azul-marino] {
  background-color: #032e4e;
}
[data-color=fiusha] {
  background-color: hotpink;
}
[data-color=magenta] {
  background-color: hotpink;
}
[data-color=rosa-neon] {
  background-color: #ff488e;
}
[data-color=amarillo] {
  background-color: yellow;
}
[data-color=rojo] {
  background-color: red;
}
[data-color=naranja] {
  background-color: orange;
}
[data-color=blanco] {
  background-color: white;
}
[data-color=negro] {
  background-color: black;
}
[data-color=plata] {
  background-color: silver;
}
[data-color=dorado] {
  background-color: gold;
}
[data-color=azul-cielo] {
  background-color: #8ef;
}
[data-color=azul-turquesa] {
  background-color: #0ee;
}
[data-color=vino] {
  background-color: #512;
}
[data-color=amarillo-claro] {
  background-color: #ff8;
}
[data-color=amarillo-fuerte] {
  background-color: yellow;
}
[data-color=oro-mostaza] {
  background-color: #fc5;
}
[data-color^=caf] {
  background-color: #421;
}
[data-color=beige] {
  background-color: #dca;
}
[data-color=rosa] {
  background-color: #f9d;
}
[data-color=gris-perla] {
  background-color: #abb5b7;
}
[data-color=gris-oxford] {
  background-color: #343434;
}
[data-color=verde-bandera] {
  background-color: #353;
}
[data-color=verde-militar] {
  background-color: #442;
}
[data-color^=pulsera] {
  background-image: url(images/pulseras-colores-2cce828abdca0320168b.jpg);
  background-repeat: no-repeat;
}
[data-color^=pulseras-amarillo] {
  background-position: center 0;
}
[data-color^=pulseras-aqua] {
  background-position: center -105px;
}
[data-color^=pulseras-azul] {
  background-position: center -205px;
}
[data-color^=pulseras-blanco] {
  background-position: center -305px;
}
[data-color^=pulseras-dorado] {
  background-position: center -405px;
}
[data-color^=pulseras-lila] {
  background-position: center -505px;
}
[data-color^=pulseras-morado] {
  background-position: center -605px;
}
[data-color^=pulseras-naranja] {
  background-position: center -705px;
}
[data-color^=pulseras-negro] {
  background-position: center -805px;
}
[data-color^=pulseras-plata] {
  background-position: center -905px;
}
[data-color^=pulseras-rojo] {
  background-position: center -1005px;
}
[data-color^=pulseras-rosa-ne] {
  background-position: center -1105px;
}
[data-color^=pulseras-verde-ne] {
  background-position: center -1205px;
}
/**
 * Las alerías de colores se agregarán directamente como elementos <li> que tienen las imágens ahora separadas
 */
ul.color-gallery {
  /**
	 * Galería de colores de pulseras tyvek
	 */
}
ul.color-gallery.color-gallery {
  list-style: none;
  width: 100%;
  overflow: hidden;
  padding: 16px 0;
  margin: 0;
}
ul.color-gallery li {
  width: 30%;
  float: left;
  display: block;
  margin-left: 0;
  margin-right: 3%;
  margin-bottom: 16px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}
ul.color-gallery [style] {
  background-repeat: no-repeat;
  display: block;
  height: 72px;
  background-size: auto 100%;
}
ul.color-gallery.color-gallery-yoyos li {
  width: 16%;
}
ul.color-gallery.color-gallery-yoyos [style] {
  height: 140px;
  margin: 0 auto;
  background-position: center;
}
@media (max-width: 640px) {
  ul.color-gallery.color-gallery li {
    width: 96%;
  }
  ul.color-gallery.color-gallery-yoyos li {
    width: 45%;
  }
  ul.color-gallery.color-gallery-yoyos li span {
    height: 108px;
    font-size: 12px;
  }
}
.colgantes {
  *zoom: 1;
  position: relative;
  background-color: #EAEAEA;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.colgantes:before,
.colgantes:after {
  content: "";
  display: table;
}
.colgantes:after {
  clear: both;
}
.colgantes:before,
.colgantes:after {
  content: " ";
  display: table;
}
.colgantes:after {
  clear: both;
}
.colgantes > div {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  min-height: 1px;
  float: left;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.colgantes > div *,
.colgantes > div *:before,
.colgantes > div *:after {
  box-sizing: inherit;
}
.colgantes > div + * {
  clear: none;
}
.colgantes > :first-child {
  width: 20%;
  height: 100%;
}
.colgantes > :last-child {
  width: 80%;
  background-color: white;
}
.colgantes h2,
.colgantes figure {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  min-height: 1px;
  float: left;
  width: 20%;
  padding: 0.5em;
}
.colgantes h2 *,
.colgantes figure *,
.colgantes h2 *:before,
.colgantes figure *:before,
.colgantes h2 *:after,
.colgantes figure *:after {
  box-sizing: inherit;
}
.colgantes h2 + *,
.colgantes figure + * {
  clear: none;
}
.colgantes h2 {
  font-size: 24px;
  color: #666;
  text-align: center;
}
.colgantes figure img {
  max-width: 100%;
  height: 160px;
  margin: 0 auto;
  display: block;
}
.colgantes figcaption {
  color: #8ec641;
  text-align: center;
  font-size: 18px;
}
/*
 * Sólo para el desarrollo
 */
body > pre {
  position: fixed;
  top: 20%;
  background-color: white;
  color: gray;
}

