:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.home-hero{padding:2rem 1rem}.home-hero-inner{max-width:1100px;margin:0 auto}.home-hero-header{text-align:center;margin-bottom:1.5rem}.home-subtitle{margin:.25rem 0 0;opacity:.95;font-size:2rem;font-weight:700}.home-logos{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.home-logo-card,.home-photo-card{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;padding:1rem;display:flex;align-items:center;justify-content:center;transition:transform .25s ease,box-shadow .25s ease}.home-logo-frame{width:380px;max-width:100%;aspect-ratio:1 / 1;border-radius:50%;background:#fff;display:grid;place-items:center;overflow:hidden;border:6px solid rgba(0,0,0,.06)}.home-logo-img{width:90%;height:auto;filter:saturate(1)}.home-photo-img{width:100%;height:auto;max-width:620px;border-radius:10px}.home-events{margin-top:2rem}.home-events-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:.5rem}.home-events-header h2{margin:0;font-size:1.4rem}.home-events-loading,.home-events-empty{padding:1rem 0;opacity:.8}.home-events-slider{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(210px,240px);gap:1rem;overflow-x:auto;padding:.5rem .25rem;scroll-snap-type:x mandatory}.home-events-slider::-webkit-scrollbar{height:8px}.home-events-slider::-webkit-scrollbar-thumb{background:#0003;border-radius:4px}.home-event-card{background:#fff;border-radius:10px;box-shadow:0 4px 16px #00000014;scroll-snap-align:start;overflow:hidden;display:flex;flex-direction:column;text-decoration:none;color:inherit;transition:transform .2s ease,box-shadow .2s ease}.home-event-image{height:356px;background:#f1f3f5;display:flex;align-items:center;justify-content:center}.home-event-image img{width:100%;height:100%;object-fit:contain;background:#fff}.home-event-placeholder{color:#666;font-size:.95rem}.home-event-info{padding:.6rem .65rem .7rem}.home-event-title{margin:0 0 .2rem;font-size:.98rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;overflow:hidden}.home-event-meta{margin:0;opacity:.75;font-size:.82rem;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;line-clamp:1;overflow:hidden}.home-event-card:hover,.home-logo-card:hover,.home-photo-card:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 10px 28px #0000001f}@media (max-width: 768px){.home-logos{grid-template-columns:1fr}.home-logo-frame{width:260px}.home-photo-img{max-width:520px}}.site-footer{background:#fff;border-top:1px solid #eaeaea;margin-top:2rem}.site-footer-inner{max-width:1100px;margin:0 auto;padding:.75rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;color:#333;font-size:.92rem}.site-footer-link{color:inherit;text-decoration:none;font-weight:600}.site-footer-link:hover{text-decoration:underline}@media (max-width: 768px){.site-footer-inner{flex-direction:column;text-align:center}}.servicios-container{padding:2rem;background-color:#f9f9f9;border-radius:8px;box-shadow:0 2px 10px #0000000d;animation:fadeIn .5s ease-in-out}.servicios-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #eee}.servicios-header h2{margin:0;color:#333;font-size:1.8rem;font-weight:600}.servicios-form{padding:1.5rem}@media (max-width: 768px){.servicios-container{padding:1rem}.servicios-header{flex-direction:column;gap:1rem;align-items:stretch}.header-actions{justify-content:center}.items-grid{gap:1rem;padding:0 .25rem}.item-header{flex-direction:column;gap:.5rem}.item-actions{flex-direction:column}.modal-content{margin:1rem;max-height:calc(100vh - 2rem)}.form-actions{flex-direction:column}.form-actions button{width:100%}.gallery-modal{margin:1rem;max-height:calc(100vh - 2rem)}.gallery-images-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.75rem}}@media (max-width: 480px){.servicios-header h2{font-size:1.5rem}.item-card,.modal-header,.servicios-form,.gallery-content{padding:1rem}.gallery-images-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.5rem}.gallery-image-preview img{max-width:150px;max-height:100px}}.servicios-page{padding:2rem 0;width:100%;min-height:100vh;background:#f5f5f5}.servicios-grid{max-width:1200px;margin:0 auto;padding:0 1rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(540px,1fr));gap:1.5rem}.no-servicios{text-align:center;padding:4rem 2rem;color:#666}.no-servicios p{font-size:1.1rem;margin-bottom:.5rem}.servicio-card-large{width:100%;max-width:100%;margin:0 auto;background:#fff;border:2px solid #b70000;border-radius:8px;display:flex;overflow:hidden;box-shadow:0 4px 8px #0000001a;transition:transform .3s ease}.servicio-card-large:hover{transform:translateY(-2px)}.servicio-content-left{flex:1;padding:2rem;display:flex;flex-direction:column;justify-content:space-between}.servicio-title-large{font-size:2rem;font-weight:700;color:#333;margin-bottom:1rem;font-family:Courier New,Courier,monospace}.servicio-description-large{font-size:1.1rem;color:#666;line-height:1.6;margin-bottom:1.5rem;flex-grow:1}.servicio-contact-large{margin-bottom:1.5rem}.servicio-contact-large .contact-options{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.servicio-contact-large .contact-btn{display:flex;align-items:center;padding:.75rem 1rem;border:none;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .3s ease;text-align:left;width:100%}.servicio-contact-large .contact-btn-content{display:flex;align-items:center;justify-content:space-between;width:100%}.servicio-contact-large .contact-btn-left{display:flex;align-items:center;gap:.5rem}.servicio-contact-large .whatsapp-icon,.servicio-contact-large .email-icon{width:20px;height:20px;flex-shrink:0}.servicio-contact-large .contact-btn-text{font-weight:500;white-space:nowrap;font-size:.85rem}.servicio-contact-large .whatsapp-btn{background:linear-gradient(135deg,#25d366,#128c7e);color:#fff}.servicio-contact-large .whatsapp-btn:hover{transform:translateY(-1px);box-shadow:0 4px 15px #25d3664d}.servicio-contact-large .email-btn{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff}.servicio-contact-large .email-btn:hover{transform:translateY(-1px);box-shadow:0 4px 15px #007bff4d}.servicio-contact-large .contact-value{font-weight:600;font-size:.85rem;opacity:.9}.servicio-contact-large .contact-item{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.servicio-contact-large .contact-item:last-child{margin-bottom:0}.servicio-contact-large .contact-item .whatsapp-icon{width:20px;height:20px;color:#25d366;flex-shrink:0}.servicio-contact-large .contact-item .email-icon{width:20px;height:20px;color:#007bff;flex-shrink:0}.servicio-contact-large .contact-text.clickable{color:#333;font-weight:500;font-size:.9rem;cursor:pointer;text-decoration:none;transition:color .3s ease}.servicio-contact-large .contact-text.clickable:hover{color:#007bff;text-decoration:underline}.contact-info{display:flex;align-items:center;margin-bottom:.5rem;font-size:1rem;color:#555}.contact-icon{margin-right:.5rem;font-size:1.2rem}.ver-mas-btn{align-self:flex-end;background:#f0f0f0;color:#b70000;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .3s ease}.ver-mas-btn:hover{background:#e0e0e0;transform:translateY(-1px)}.servicio-image-right{flex:1;max-width:400px;position:relative;overflow:hidden}.servicio-image-right img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.servicio-card-large:hover .servicio-image-right img{transform:scale(1.05)}.servicio-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f8f9fa;color:#666;font-size:3rem;border-left:1px solid #e0e0e0}.servicios-page .service-card{background:#fff;border:1px solid #e9ecef;border-radius:15px;overflow:hidden;box-shadow:0 8px 30px #0000001a;transition:all .3s ease;display:flex;flex-direction:row;height:200px;width:100%}.servicios-page .service-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px #00000026;border-color:#e74c3c}.servicios-page .service-image{width:160px;min-width:160px;height:100%;position:relative;overflow:hidden;background:#f8f9fa;display:flex;align-items:center;justify-content:center}.servicios-page .service-image img{width:calc(100% - 20px);height:calc(100% - 20px);object-fit:contain;transition:transform .3s ease;border-radius:8px}.servicios-page .service-card:hover .service-image img{transform:scale(1.05)}.servicios-page .service-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#e9ecef;color:#6c757d;font-size:2rem}.servicios-page .service-content{padding:1rem;display:flex;flex-direction:column;gap:.6rem;flex:1;min-width:0;justify-content:space-between}.servicios-page .service-title{font-size:1.1rem;font-weight:700;color:#333;margin:0;line-height:1.2;font-family:Courier New,Courier,monospace}.servicios-page .service-description{color:#666;line-height:1.3;margin:0;font-size:.85rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.service-contact{margin-bottom:1.5rem}.contact-item{display:flex;align-items:center;margin-bottom:.5rem;font-size:.9rem;color:#555}.contact-icon{margin-right:.5rem;font-size:1rem}.contact-text{font-weight:500}.servicios-page .service-cta-row{display:flex;justify-content:flex-start;padding-top:.5rem;border-top:1px solid #f0f0f0}.serv-ver-btn{background:#fff;border:2px solid #b70000;color:#b70000;padding:.45rem 1rem;border-radius:10px;font-size:1rem;cursor:pointer;font-weight:700;transition:all .2s ease;text-decoration:none;font-family:Courier New,Courier,monospace}.serv-ver-btn:hover{background:#b70000;color:#fff}.service-detail-overlay{position:fixed;inset:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:2000;padding:1rem}.service-detail-modal{background:#fff;border-radius:12px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;position:relative}.service-detail-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #eee}.service-detail-header h2{margin:0;color:#333;font-size:1.5rem}.close-detail-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;padding:.5rem}.close-detail-btn:hover{color:#333}.service-detail-content{padding:1.5rem}.service-detail-image{margin-bottom:1.5rem;text-align:center}.service-detail-image img{max-width:100%;max-height:300px;border-radius:8px;box-shadow:0 2px 8px #0000001a}.service-detail-info h3{color:#333;margin-bottom:.5rem;font-size:1.2rem}.service-detail-description{margin-bottom:1.5rem}.service-detail-description p{line-height:1.6;color:#666}.service-detail-contact{margin-bottom:1.5rem}.contact-options{display:flex;flex-direction:column;gap:.5rem}.contact-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border:none;border-radius:8px;cursor:pointer;font-size:.9rem;transition:all .3s ease}.contact-value{margin-left:auto;font-weight:600;font-size:.95rem;opacity:.9}.service-detail-actions{display:flex;gap:1rem;justify-content:flex-end;padding:1.5rem;border-top:1px solid #eee}.close-btn{padding:.75rem 1.5rem;border:1px solid #ddd;background:#fff;color:#666;border-radius:6px;cursor:pointer;transition:all .3s ease}.close-btn:hover{background:#f5f5f5;color:#333}.open-gallery-btn{padding:.75rem 1.5rem;border:none;background:#28a745;color:#fff;border-radius:6px;cursor:pointer;transition:all .3s ease}.open-gallery-btn:hover{background:#218838}@media (max-width: 768px){.service-detail-modal{margin:1rem;max-height:95vh}.service-detail-actions,.contact-options{flex-direction:column}}@media (max-width: 768px){.servicios-page{padding:1rem}.servicios-grid{grid-template-columns:1fr;gap:1rem}.servicios-page .service-card{flex-direction:column;height:auto}.servicios-page .service-image{width:100%;min-width:100%;height:150px}.servicios-page .service-content{padding:1rem}.servicio-content-left{padding:1.5rem}.servicio-title-large{font-size:1.5rem}.servicio-description-large{font-size:1rem}.servicio-image-right{max-width:100%;height:250px}.service-detail-modal{margin:1rem;max-height:calc(100vh - 2rem)}.service-detail-header{padding:1.5rem 1.5rem 1rem}.service-detail-header h2{font-size:1.5rem}.service-detail-content{padding:1.5rem}.contact-options{gap:.75rem}.contact-btn{padding:.75rem 1rem;font-size:.9rem}}@media (max-width: 480px){.service-card{max-width:100%}.servicio-content-left{padding:1rem}.servicio-title-large{font-size:1.3rem}.servicio-image-right{height:200px}.service-detail-header{padding:1rem 1rem .5rem}.service-detail-content,.service-detail-actions{padding:1rem}}.gallery-modal-overlay{position:fixed;inset:0;background:#000000c7;display:flex;justify-content:center;align-items:center;z-index:3000;padding:1rem;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.servicios-page .gallery-modal-content{max-width:720px;max-height:78vh;margin:0 auto}.servicios-page .gallery-modal-header h3{font-size:.95rem}.servicios-page .gallery-slider{height:44vh;min-height:260px}.servicios-page .slider-image{max-width:640px}.servicios-page .slider-btn{width:36px;height:36px}.servicios-page .prev-btn{left:18px}.servicios-page .next-btn{right:18px}.servicios-page .slider-info{bottom:.4rem;padding:.3rem .6rem;font-size:.8rem}.gallery-modal-content{background:#fff;border-radius:16px;max-width:860px;width:100%;max-height:82vh;overflow:hidden;box-shadow:0 24px 70px #00000059}.gallery-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid #eee;overflow:hidden}.gallery-modal-header h3{margin:0;font-size:1rem;letter-spacing:.3px}.gallery-modal-header h3{margin:0;color:#333;font-size:1.3rem;font-weight:600}.close-gallery-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease;flex-shrink:0}.close-gallery-btn:hover{background:#f0f0f0;color:#333;width:40px;height:40px}.gallery-modal-body{padding:1.5rem;max-height:70vh;overflow-y:auto}.gallery-loading{text-align:center;padding:2rem;color:#666;font-size:1.1rem}.no-gallery-images{text-align:center;padding:3rem;color:#666;background:#f8f9fa;border-radius:8px;border:2px dashed #ddd}.gallery-images-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.contact-btn{display:flex;align-items:center;padding:1rem 1.5rem;border:none;border-radius:12px;cursor:pointer;font-size:1rem;font-weight:500;transition:all .3s ease;text-align:left;width:100%}.contact-btn-content{display:flex;align-items:center;justify-content:space-between;width:100%}.contact-btn-left{display:flex;align-items:center;gap:.75rem}.whatsapp-icon,.email-icon{width:24px;height:24px;flex-shrink:0}.contact-btn-text{font-weight:500;white-space:nowrap}.whatsapp-btn{background:linear-gradient(135deg,#25d366,#128c7e);color:#fff}.whatsapp-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #25d36666}.email-btn{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff}.email-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #007bff66}.contact-value{font-weight:600;font-size:.95rem;opacity:.9}@media (max-width: 768px){.gallery-modal-content{margin:1rem;max-height:calc(100vh - 2rem)}.gallery-images-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.75rem}.contact-btn{padding:.75rem 1rem;font-size:.9rem}.contact-btn-left{gap:.5rem}.whatsapp-icon,.email-icon{width:20px;height:20px}}@media (max-width: 480px){.gallery-images-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.5rem}.contact-btn-content{flex-direction:column;align-items:flex-start;gap:.5rem}.contact-value{align-self:flex-end}}.gallery-slider{position:relative;display:flex;align-items:center;justify-content:center;height:50vh;min-height:320px;overflow:hidden}.slider-btn{position:absolute;top:50%;transform:translateY(-50%);background:#fffffff2;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .25s ease;box-shadow:0 6px 16px #0000002e;z-index:10}.slider-btn:hover{background:#fff;box-shadow:0 10px 28px #00000040}.slider-btn svg{width:24px;height:24px;color:#333}.prev-btn{left:22px}.next-btn{right:22px}.slider-container{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;position:relative;overflow:hidden}.slider-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;border-radius:12px;overflow:hidden;box-shadow:0 12px 32px #0000002e;background:#fff;border:1px solid #eee;max-width:720px;margin:0 auto}.slider-image img{max-width:88%;max-height:88%;object-fit:contain;border-radius:12px}.slider-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f8f9fa;color:#666;font-size:4rem;border-radius:12px}.slider-info{position:absolute;bottom:.5rem;left:50%;transform:translate(-50%);background:#000000b3;color:#fff;padding:.35rem .75rem;border-radius:20px;font-size:.9rem;font-weight:500}.image-counter{white-space:nowrap}@media (max-width: 768px){.gallery-slider{height:50vh;min-height:300px;gap:.5rem}.slider-btn{width:40px;height:40px}.slider-btn svg{width:20px;height:20px}.slider-info{bottom:.5rem;padding:.4rem .8rem;font-size:.8rem}}@media (max-width: 480px){.gallery-slider{height:40vh;min-height:250px}.slider-btn{width:35px;height:35px}.slider-btn svg{width:18px;height:18px}.slider-image-placeholder{font-size:3rem}}.productos-container{padding:2rem;background-color:#f9f9f9;border-radius:8px;box-shadow:0 2px 10px #0000000d;animation:fadeIn .5s ease-in-out}.productos-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #e0e0e0}.productos-header h2{margin:0;color:#333;font-size:1.8rem;font-weight:600}.header-actions{display:flex;gap:1rem}.add-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:500;transition:all .3s ease;box-shadow:0 4px 15px #667eea4d}.add-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.add-btn:active{transform:translateY(0)}.loading{text-align:center;padding:3rem;color:#666;font-size:1.1rem}.error-message{background:#fee;color:#c33;padding:1rem;border-radius:8px;margin-bottom:1rem;border-left:4px solid #c33}.no-items{text-align:center;padding:3rem;color:#666}.add-first-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 2rem;border-radius:8px;cursor:pointer;font-weight:500;margin-top:1rem;transition:all .3s ease}.add-first-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.item-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px #0000001a;transition:all .3s ease;border:1px solid #e0e0e0}.item-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000026}.item-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #f0f0f0}.item-header h3{margin:0;color:#333;font-size:1.2rem;font-weight:600;flex:1}.item-id{background:#f8f9fa;color:#666;padding:.25rem .5rem;border-radius:4px;font-size:.8rem;font-weight:500}.item-content{margin-bottom:1.5rem}.item-description{color:#555;line-height:1.6;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.item-contact{background:#f8f9fa;padding:.75rem;border-radius:6px;margin-bottom:.5rem}.item-contact p{margin:.25rem 0;font-size:.9rem;color:#666}.item-contact strong{color:#333}.item-meta{font-size:.8rem;color:#999}.image-id{background:#e9ecef;padding:.2rem .4rem;border-radius:3px}.item-actions{display:flex;gap:.75rem;justify-content:flex-end}.edit-btn,.delete-btn{padding:.5rem 1rem;border:none;border-radius:6px;cursor:pointer;font-weight:500;transition:all .3s ease;font-size:.9rem}.edit-btn{background:#007bff;color:#fff}.edit-btn:hover{background:#0056b3;transform:translateY(-1px)}.gallery-btn{background:#28a745;color:#fff}.gallery-btn:hover{background:#218838;transform:translateY(-1px)}.delete-btn{background:#dc3545;color:#fff}.delete-btn:hover{background:#c82333;transform:translateY(-1px)}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:12px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 10px 30px #0000004d}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e0e0e0}.modal-header h3{margin:0;color:#333;font-size:1.3rem;font-weight:600}.close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.close-btn:hover{background:#f0f0f0;color:#333}.productos-form{padding:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:500;font-size:.95rem}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .3s ease;box-sizing:border-box}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input:disabled,.form-group textarea:disabled{background:#f8f9fa;color:#666;cursor:not-allowed}.image-upload-container{border:2px dashed #ddd;border-radius:8px;padding:1rem;text-align:center;transition:border-color .3s ease}.image-upload-container:hover{border-color:#667eea}.image-input{width:100%;padding:.5rem;border:1px solid #ddd;border-radius:4px;margin-bottom:1rem}.image-preview{margin-top:1rem}.image-preview img{max-width:200px;max-height:150px;border-radius:8px;box-shadow:0 2px 8px #0000001a}.current-image{margin-top:1rem;padding:.75rem;background:#f8f9fa;border-radius:6px;border-left:4px solid #667eea}.current-image span{display:block;font-weight:500;color:#333;margin-bottom:.5rem}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1rem;border-top:1px solid #e0e0e0}.cancel-btn,.save-btn{padding:.75rem 1.5rem;border:none;border-radius:8px;cursor:pointer;font-weight:500;transition:all .3s ease;font-size:1rem}.cancel-btn:hover{background:#5a6268;transform:translateY(-1px)}.save-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.save-btn:hover{transform:translateY(-1px);box-shadow:0 4px 15px #667eea4d}.save-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.gallery-modal{max-width:900px!important;max-height:85vh!important}.gallery-content{padding:1.5rem;max-height:70vh;overflow-y:auto}.gallery-upload-section{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e0e0e0}.gallery-upload-section h4{margin:0 0 1rem;color:#333;font-size:1.1rem;font-weight:600}.gallery-upload-form{display:flex;flex-direction:column;gap:1rem;align-items:flex-start}.gallery-image-input{width:100%;padding:.5rem;border:2px dashed #ddd;border-radius:8px;background:#f8f9fa;transition:border-color .3s ease}.gallery-image-input:hover{border-color:#667eea}.gallery-image-preview{margin-top:.5rem}.gallery-image-preview img{max-width:200px;max-height:150px;border-radius:8px;box-shadow:0 2px 8px #0000001a}.upload-gallery-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:500;transition:all .3s ease;font-size:.9rem}.upload-gallery-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 15px #667eea4d}.upload-gallery-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.gallery-images-section h4{margin:0 0 1rem;color:#333;font-size:1.1rem;font-weight:600}.no-gallery-images{text-align:center;padding:2rem;color:#666;background:#f8f9fa;border-radius:8px;border:2px dashed #ddd}.gallery-images-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;margin-top:1rem}.gallery-image-item{position:relative;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease;aspect-ratio:1}.gallery-image-item:hover{transform:scale(1.05)}.gallery-image-item img{width:100%;height:100%;object-fit:cover}.gallery-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f8f9fa;color:#666;font-size:2rem}.gallery-image-overlay{position:absolute;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.gallery-image-item:hover .gallery-image-overlay{opacity:1}.delete-gallery-image-btn{background:#dc3545;color:#fff;border:none;padding:.5rem;border-radius:50%;cursor:pointer;font-size:1rem;transition:all .3s ease;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.delete-gallery-image-btn:hover{background:#c82333;transform:scale(1.1)}@media (max-width: 768px){.productos-container{padding:1rem}.productos-header{flex-direction:column;gap:1rem;align-items:stretch}.header-actions{justify-content:center}.items-grid{grid-template-columns:1fr;gap:1rem}.item-header{flex-direction:column;gap:.5rem}.item-actions{flex-direction:column}.modal-content{margin:1rem;max-height:calc(100vh - 2rem)}.form-actions{flex-direction:column}.form-actions button{width:100%}.gallery-modal{margin:1rem;max-height:calc(100vh - 2rem)}.gallery-images-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.75rem}}@media (max-width: 480px){.productos-header h2{font-size:1.5rem}.item-card,.modal-header,.productos-form,.gallery-content{padding:1rem}.gallery-images-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.5rem}.gallery-image-preview img{max-width:150px;max-height:100px}}.productos-page{min-height:100vh;background:transparent;padding:2rem 0}.productos-page .productos-container{max-width:1200px;margin:0 auto;padding:0 2rem}.productos-page .productos-container h2{font-family:Courier New,Courier,monospace;font-size:2rem;font-weight:700;letter-spacing:1px;margin:0 0 .5rem}.productos-page .productos-container p{margin:.25rem 0}.no-productos{text-align:center;padding:4rem 2rem;color:#666;font-size:1.1rem}.productos-grid{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap;margin:32px auto 12px}.producto-card{background:#fff;border:2px solid #b70000;border-radius:24px;overflow:hidden;transition:all .25s ease;width:360px;max-width:100%;box-shadow:0 2px 12px #0000000f}.producto-card:hover{transform:translateY(-4px);box-shadow:0 10px 28px #b700002e}.producto-image{position:relative;height:260px;overflow:hidden;background:#fff;padding:12px}.producto-image img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.producto-card:hover .producto-image img{transform:scale(1.05)}.producto-image-placeholder{display:flex;align-items:center;justify-content:center;height:100%;background:#f5f7fa;color:#666;font-weight:600;font-size:1.2rem;font-family:Courier New,Courier,monospace}.producto-content{padding:1.2rem 1rem 1.4rem;text-align:center}.producto-title{font-size:1.2rem;font-weight:700;color:#222;margin:0 0 .75rem;line-height:1.3;font-family:Courier New,Courier,monospace}.producto-cta-row{display:flex;justify-content:center;gap:.6rem}.ver-mas-btn{background:#fff;border:2px solid #b70000;color:#b70000;font-size:1rem;cursor:pointer;font-weight:700;transition:all .2s ease;text-decoration:none;font-family:Courier New,Courier,monospace;border-radius:10px;padding:.35rem .9rem}.ver-mas-btn:hover{background:#b70000;color:#fff}.ver-cta-btn{background:#fff;border:2px solid #176485;color:#176485;font-size:1rem;cursor:pointer;font-weight:700;transition:all .2s ease;text-decoration:none;font-family:Courier New,Courier,monospace;border-radius:10px;padding:.35rem .9rem}.ver-cta-btn:hover{background:#176485;color:#fff}.producto-detail-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.producto-detail-content{background:#fff;border-radius:12px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 10px 40px #0000004d}.producto-detail-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e0e0e0}.producto-detail-header h3{margin:0;font-size:1.5rem;color:#333;font-family:Courier New,Courier,monospace;font-weight:700}.close-detail-btn{background:none;border:none;font-size:2rem;cursor:pointer;color:#666;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.close-detail-btn:hover{background:#f0f0f0;color:#333}.producto-detail-body{padding:1.5rem;display:grid;grid-template-columns:1fr 1fr;gap:2rem}.producto-detail-image{height:300px;border-radius:8px;overflow:hidden;background:#20c997;position:relative}.detail-image-slider{display:flex;align-items:center;gap:1rem;width:100%;height:100%}.detail-slider-btn{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;width:40px;height:40px;border-radius:50%;cursor:pointer;color:#333;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 4px 15px #0009;z-index:10}.detail-slider-btn.prev-btn{left:10px}.detail-slider-btn.next-btn{right:10px}.detail-slider-btn:hover{background:#fff;box-shadow:0 6px 20px #0000004d}.detail-slider-container{position:relative;flex:1;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.detail-slider-image{width:100%;height:100%;object-fit:cover;cursor:pointer;transition:transform .3s ease}.detail-slider-image:hover{transform:scale(1.05)}.producto-detail-image img{width:100%;height:100%;object-fit:cover}.producto-image-placeholder{display:flex;align-items:center;justify-content:center;height:100%;background:#20c997;color:#fff;font-weight:600;font-size:1.5rem;font-family:Courier New,Courier,monospace}.producto-detail-info{display:flex;flex-direction:column;gap:1.5rem}.producto-detail-price{display:flex;align-items:center;gap:12px;color:#333}.price-text{font-size:2rem;font-weight:700;font-family:Courier New,Courier,monospace}.producto-detail-whatsapp{display:flex;align-items:center;gap:12px;color:#25d366}.whatsapp-text{font-size:1.5rem;font-family:Courier New,Courier,monospace}.producto-detail-email{display:flex;align-items:center;gap:12px;color:#0078d4;margin-bottom:1rem}.email-text{font-size:1.5rem;font-family:Courier New,Courier,monospace}.producto-detail-desc{margin-top:1rem}.producto-detail-desc h4{margin:0 0 .5rem;font-size:1.2rem;font-weight:700;color:#333;font-family:Courier New,Courier,monospace}.producto-detail-desc p{margin:0;color:#555;line-height:1.6;font-family:Courier New,Courier,monospace}.ver-galeria-btn{background:linear-gradient(135deg,#25d366,#128c7e);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:500;transition:all .3s ease;align-self:flex-start;font-family:Courier New,Courier,monospace}.ver-galeria-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #25d3664d}.gallery-modal-overlay{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.gallery-modal-content{background:#fff;border-radius:12px;max-width:70vw;max-height:80vh;width:100%;overflow:hidden;box-shadow:0 10px 40px #0000004d}.gallery-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e0e0e0;background:#f8f9fa}.gallery-modal-header h3{margin:0;font-size:1.3rem;color:#333;font-family:Courier New,Courier,monospace;font-weight:700}.close-gallery-btn{background:none;border:none;font-size:2rem;cursor:pointer;color:#666;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;flex-shrink:0}.close-gallery-btn:hover{background:#e0e0e0;color:#333}.gallery-modal-body{padding:1.5rem;min-height:350px;display:flex;align-items:center;justify-content:center}.gallery-empty{text-align:center;color:#666}.gallery-empty p{font-size:1.2rem;margin-bottom:.5rem;font-family:Courier New,Courier,monospace}.gallery-empty small{color:#999;font-family:Courier New,Courier,monospace}.gallery-slider{display:flex;align-items:center;gap:2rem;width:100%;max-width:800px}.slider-btn{background:#ffffffe6;border:none;width:45px;height:45px;border-radius:50%;cursor:pointer;color:#333;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 4px 15px #0003;flex-shrink:0;position:relative}.slider-btn:hover{background:#fff;transform:scale(1.1);box-shadow:0 6px 20px #0000004d}.slider-container{flex:1;display:flex;flex-direction:column;align-items:center;gap:.5rem;overflow:hidden}.slider-image{position:relative;width:100%;max-width:500px;height:350px;border-radius:8px;overflow:hidden;background:#f8f9fa}.slider-image img{width:100%;height:100%;object-fit:cover;max-width:90%;max-height:90%;margin:auto;display:block}.slider-image-placeholder{display:flex;align-items:center;justify-content:center;height:100%;color:#6c757d;font-weight:600;font-family:Courier New,Courier,monospace}.slider-info{text-align:center;max-width:500px;margin-top:.5rem}.slider-info h4{margin:0 0 .3rem;color:#333;font-size:1rem;font-family:Courier New,Courier,monospace;font-weight:700}.slider-info p{margin:0;color:#666;font-size:.85rem;font-family:Courier New,Courier,monospace}@media (max-width: 768px){.productos-page .productos-container{padding:0 1rem}.productos-grid{flex-direction:column;align-items:center;gap:2rem}.producto-card{width:100%;max-width:400px}.producto-detail-body{grid-template-columns:1fr;gap:1rem}.producto-detail-image{height:200px}.gallery-slider{flex-direction:column;gap:1rem}.slider-btn{width:40px;height:40px}.slider-image{height:300px}}@media (max-width: 480px){.producto-content{padding:1rem}.producto-title{font-size:1.2rem}.gallery-modal-content{margin:1rem;max-width:calc(100vw - 2rem)}.gallery-modal-body{padding:1rem}.slider-image{height:250px}}.gallery-fullscreen-header h3{margin:0;font-size:1.3rem;color:#fff;font-weight:600;font-family:Courier New,Courier,monospace}.gallery-fullscreen-info h4{margin:0 0 .5rem;font-size:1.1rem;color:#fff;font-weight:600;font-family:Courier New,Courier,monospace}.gallery-fullscreen-info p{margin:0;font-size:.9rem;color:#ccc;font-family:Courier New,Courier,monospace}@keyframes slideIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.eventos-page{padding:1rem 0}.eventos-header-public{text-align:center;padding:0 2rem}.eventos-header-public h1{font-size:2.5rem;color:#2c3e50;margin-bottom:.5rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.1)}.eventos-header-public p{font-size:1.1rem;color:#7f8c8d;max-width:600px;margin-left:auto;margin-right:auto}.eventos-loading,.eventos-error{text-align:center;padding:4rem 2rem}.eventos-loading h2,.eventos-error h2{color:#2c3e50;font-size:2rem;margin-bottom:1rem}.eventos-error p{color:#e74c3c;font-size:1.1rem;margin-bottom:2rem}.retry-btn{padding:1rem 2rem;background:#e74c3c;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.retry-btn:hover{background:#c0392b;transform:translateY(-2px)}.no-eventos{text-align:center;padding:4rem 2rem;background:#fff;border-radius:15px;box-shadow:0 8px 30px #0000001a}.no-eventos h3{color:#2c3e50;font-size:1.5rem;margin-bottom:1rem}.no-eventos p{color:#7f8c8d;font-size:1rem}.eventos-grid{max-width:1200px;margin:0 auto;padding:0 1rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(540px,1fr));gap:1.5rem}.eventos-grid.single-item{display:block}.eventos-page .evento-card{background:#fff;border:1px solid #e9ecef;border-radius:15px;overflow:hidden;box-shadow:0 8px 30px #0000001a;transition:all .3s ease;display:flex;flex-direction:row;animation:fadeIn .6s ease-in-out}.eventos-page .evento-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px #00000026;border-color:#e74c3c}.eventos-page .evento-content{padding:1rem;display:flex;flex-direction:column;gap:.6rem;flex:1;min-width:0;justify-content:space-between}.eventos-page .evento-header{display:flex;flex-direction:column;gap:.3rem;flex-shrink:0}.eventos-page .evento-header h2{color:#2c3e50;font-size:1.1rem;font-weight:700;margin:0;line-height:1.2;text-shadow:2px 2px 4px rgba(0,0,0,.1)}.eventos-page .evento-badge{background:#e74c3c;color:#fff;padding:.4rem .8rem;border-radius:20px;font-size:.75rem;font-weight:600;align-self:flex-start;text-transform:uppercase;letter-spacing:.5px}.eventos-page .evento-info{display:flex;flex-direction:column;gap:.5rem;flex:1;min-height:0}.eventos-page .evento-description{color:#666;font-size:.8rem;line-height:1.3;margin:0;font-weight:400;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.eventos-page .evento-details{display:flex;flex-direction:column;gap:.3rem;flex-shrink:0}.eventos-page .evento-details p{margin:0;color:#666;font-size:.75rem;font-weight:500;display:flex;align-items:center;gap:.3rem}.eventos-page .evento-details strong{color:#e74c3c}.eventos-page .evento-actions{flex-shrink:0;padding-top:.5rem;border-top:1px solid #f0f0f0}.eventos-page .evento-actions .ver-mas-link,.eventos-grid .evento-card .evento-actions .ver-mas-link{display:inline-block;font-size:.95rem;font-weight:700;color:#b70000!important;background:#fff!important;border:2px solid #b70000!important;border-radius:10px;padding:.45rem .9rem;cursor:pointer;text-decoration:none;letter-spacing:.2px;transition:all .2s ease;white-space:nowrap}.eventos-page .evento-actions .ver-mas-link:hover,.eventos-grid .evento-card .evento-actions .ver-mas-link:hover{background:#b70000!important;color:#fff!important;transform:translateY(-1px)}.eventos-page .evento-image{width:160px;min-width:160px;height:100%;position:relative;background:#f8f9fa;display:flex;align-items:center;justify-content:center}.eventos-page .evento-image img{width:calc(100% - 20px);height:calc(100% - 20px);object-fit:contain;transition:transform .3s ease;border-radius:8px}.eventos-page .evento-card:hover .evento-image img{transform:scale(1.05)}.eventos-page .evento-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#e74c3c,#c0392b);display:flex;align-items:center;justify-content:center;color:#fff;text-align:center;border-radius:8px}.eventos-page .placeholder-content h3{font-size:3rem;margin:0 0 .5rem}.eventos-page .placeholder-content p{font-size:1rem;font-weight:600;margin:0;line-height:1.4}.evento-modal-overlay{position:fixed;inset:0;background:#000000d9;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.evento-modal{background:#fff;border-radius:20px;max-width:1100px;width:95%;max-height:95vh;overflow:hidden;box-shadow:0 25px 80px #0006;animation:modalAppear .4s cubic-bezier(.4,0,.2,1)}@keyframes modalAppear{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.evento-modal-header{background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff;padding:1rem 2rem;position:relative;text-align:center}.evento-modal-header h2{color:#fff;font-size:1.5rem;font-weight:700;margin:0;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.close-modal-btn{position:absolute;top:1rem;right:1rem;background:#fff3;border:none;font-size:1.5rem;color:#fff;cursor:pointer;padding:.5rem;border-radius:50%;width:45px;height:45px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.close-modal-btn:hover{background:#ffffff4d;transform:scale(1.1)}.evento-modal-content{display:flex;max-height:70vh;overflow:hidden}.evento-modal-image{width:35%;min-width:280px;max-width:320px;background:#f8f9fa;display:flex;align-items:center;justify-content:center;padding:2rem 1.5rem}.evento-modal-image img{width:100%;height:auto;max-height:100%;object-fit:contain;border-radius:15px;box-shadow:0 10px 30px #00000026;padding:10px!important}.evento-modal-info{flex:1;padding:1.5rem;background:#fff;overflow-y:auto}.evento-modal-title{color:#2c3e50;font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:left}.evento-modal-basic-details-grid{margin-bottom:1.5rem}.basic-details-card{margin-bottom:1rem}.basic-details-card p{display:flex;align-items:center;gap:.8rem;color:#2c3e50;font-size:1rem;margin:.5rem 0;font-weight:500}.basic-details-card strong{color:#e74c3c;font-size:1rem}.evento-categories-section{display:flex;gap:2rem;margin-bottom:1.5rem}.evento-category-column{flex:1}.evento-category-column h3{color:#e74c3c;font-size:1.1rem;font-weight:700;margin-bottom:.5rem;border-bottom:2px solid #e74c3c;padding-bottom:.3rem}.evento-category-column ul{list-style:none;padding:0;margin:0}.evento-category-column li{color:#666;font-size:.9rem;padding:.2rem 0;border-bottom:1px solid #eee}.evento-category-column li:last-child{border-bottom:none}.evento-full-description{color:#2c3e50;font-size:1.1rem;line-height:1.7;margin-bottom:2rem}.evento-full-description p{margin-bottom:1rem}.evento-modal-details{background:transparent;padding:0;border-radius:0;margin-bottom:2rem}.evento-modal-details p{margin-bottom:1rem;color:#2c3e50;font-size:1rem}.evento-modal-details p:last-child{margin-bottom:0}.evento-modal-contact{background:#e8f5e8;padding:1.5rem;border-radius:10px;margin-bottom:2rem}.evento-modal-contact h4{color:#27ae60;margin-bottom:1rem;font-size:1.2rem}.contact-buttons{display:flex;flex-direction:column;gap:1rem}.whatsapp-btn,.email-btn{padding:.8rem 1rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem;text-align:left}.whatsapp-btn{background:#25d366;color:#fff}.whatsapp-btn:hover{background:#20b358;transform:translateY(-1px)}.email-btn{background:#3498db;color:#fff}.email-btn:hover{background:#2980b9;transform:translateY(-1px)}.evento-gallery{padding:2rem;background:#f8f9fa;border-top:3px solid #e74c3c}.evento-gallery h4{color:#2c3e50;font-size:1.5rem;margin-bottom:2rem;text-align:center;font-weight:700}.gallery-slider-container{position:relative;width:100%;overflow:hidden;border-radius:15px;box-shadow:0 8px 30px #00000026}.gallery-slider{display:flex;transition:transform .4s cubic-bezier(.4,0,.2,1);will-change:transform}.gallery-slide{min-width:100%;height:600px;position:relative}.gallery-slide img{width:100%;height:100%;object-fit:contain;display:block;background:#f0f0f0}.gallery-nav-btn{position:absolute;top:50%;transform:translateY(-50%);background:#e74c3ce6;color:#fff;border:none;width:50px;height:50px;border-radius:50%;font-size:1.5rem;cursor:pointer;transition:all .3s ease;z-index:10;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #0003}.gallery-nav-btn:hover{background:#e74c3c;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 20px #0000004d}.gallery-nav-btn:active{transform:translateY(-50%) scale(.95)}.gallery-nav-btn.prev{left:20px}.gallery-nav-btn.next{right:20px}.gallery-indicators{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem}.gallery-indicator{width:12px;height:12px;border-radius:50%;background:#ccc;cursor:pointer;transition:all .3s ease}.gallery-indicator.active{background:#e74c3c;transform:scale(1.2)}.gallery-indicator:hover{background:#e74c3c;opacity:.7}.gallery-counter{position:absolute;top:20px;right:20px;background:#000000b3;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600;z-index:10}@media (max-width: 768px){.eventos-page{padding:1rem;color:#222}.eventos-header-public h1{font-size:2rem}.eventos-header-public p{font-size:.95rem;color:#2c3e50}.eventos-grid{grid-template-columns:1fr;gap:1rem;padding:0 .5rem}.evento-card{flex-direction:column;height:auto;max-width:100%;background:#fff;border:1px solid #e9ecef;box-shadow:0 4px 14px #00000014}.evento-details p{display:flex;flex-direction:column;margin:0 0 6px;line-height:1.3}.evento-details p strong{display:block;margin-bottom:2px}.evento-image{width:100%;min-width:100%;height:150px}.evento-content{padding:1rem 1rem 1.25rem;color:#222}.evento-header h2{font-size:1.1rem}.evento-description{font-size:.9rem;color:#2c3e50;-webkit-line-clamp:3}.evento-details p{font-size:.85rem}.evento-actions{padding-top:.75rem;display:block}.ver-mas-link{display:inline-block;font-size:1rem;color:#b70000;background:#fff;border:2px solid #b70000;border-radius:10px;padding:.45rem .9rem;text-transform:none;letter-spacing:.2px;margin-top:.25rem}.ver-mas-link:hover{color:#fff;background:#b70000;transform:translateY(-1px)}.evento-modal-overlay{padding:.5rem}.evento-modal{max-height:98vh}.evento-modal-header{padding:1.5rem}.evento-modal-header h2{font-size:1.8rem}.evento-modal-content{flex-direction:column;min-height:auto}.evento-modal-image{width:100%;min-width:100%;padding:1rem}.evento-modal-info{padding:1.5rem}.evento-categories-section{grid-template-columns:1fr;gap:1rem}.evento-modal-basic-details-grid{grid-template-columns:1fr}}@media (max-width: 480px){.eventos-header-public h1{font-size:1.65rem}.evento-header h2,.evento-description{font-size:1rem}.evento-modal-header,.evento-modal-content{padding:1rem}.evento-modal-image{height:200px}}.galeria-container{width:100%;max-width:1400px;margin:0 auto;padding:2rem;min-height:80vh}.galeria-header{text-align:center;margin-bottom:3rem}.galeria-header h1{font-size:3rem;color:#2c3e50;font-weight:700;margin:0;text-transform:uppercase}.galeria-carousel{position:relative;display:flex;align-items:center;gap:2rem;margin-bottom:2rem}.carousel-btn{background:#e74c3c;color:#fff;border:none;width:40px;height:40px;border-radius:50%;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px #0000004d;z-index:10}.carousel-btn:hover{background:#c0392b;transform:scale(1.1);box-shadow:0 6px 20px #0000004d}.carousel-content{flex:1;display:flex;justify-content:center}.posters-container{display:flex;gap:2rem;justify-content:center;align-items:center}.poster-simple{background:#fff;border:3px solid #e74c3c;border-radius:15px;overflow:hidden;box-shadow:0 15px 40px #0003;width:400px;height:600px;position:relative;animation:fadeIn .6s ease-in-out}.poster-header{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;padding:1.5rem;position:relative}.poster-title h2{font-size:1.8rem;font-weight:700;margin:0 0 .5rem;text-transform:uppercase}.poster-title h3{font-size:1.2rem;font-weight:600;margin:0 0 .5rem;color:#f39c12}.edicion{background:#e74c3c;color:#fff;padding:.3rem .8rem;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase}.poster-fecha{position:absolute;top:1rem;right:1rem;background:#e74c3c;color:#fff;padding:.5rem 1rem;border-radius:8px;font-weight:600;font-size:.9rem}.poster-image{height:100%;overflow:hidden;position:relative}.poster-image img{width:100%;height:100%;object-fit:cover}.poster-location{background:#f8f9fa;padding:.8rem 1.5rem;display:flex;align-items:center;gap:.5rem;font-weight:600;color:#2c3e50;border-bottom:2px solid #e74c3c}.location-icon{font-size:1.2rem}.carousel-indicators{display:flex;justify-content:center;gap:.8rem;margin-top:2rem}.indicator{width:12px;height:12px;border-radius:50%;background:#ccc;border:none;cursor:pointer;transition:all .3s ease}.indicator.active{background:#e74c3c;transform:scale(1.3)}.indicator:hover{background:#e74c3c;opacity:.7}@media (max-width: 768px){.galeria-container{padding:1rem}.galeria-header h1{font-size:2rem}.galeria-carousel{flex-direction:column;gap:1rem}.carousel-btn{width:50px;height:50px;font-size:1.5rem}.poster-simple{width:100%;max-width:400px;height:auto;min-height:600px}}.dashboard-layout{display:flex;position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#f7f9fc;z-index:2000}.dashboard-main{flex-grow:1;display:flex;flex-direction:column}.dashboard-content{padding:0;overflow-y:auto;height:calc(100vh - 60px)}.sidebar{width:250px;background-color:#fff;border-right:1px solid #e0e0e0;display:flex;flex-direction:column}.sidebar-header{padding:1.5rem;text-align:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center}.sidebar-header h2{margin:0;font-size:1.5rem;color:#333}.mobile-menu-toggle{display:none;background:none;border:none;font-size:1.5rem;color:#333;cursor:pointer;padding:.5rem;border-radius:4px;transition:all .3s}.mobile-menu-toggle:hover{background-color:#f0f0f0;color:#007bff}.sidebar-nav ul{list-style:none;padding:0;margin:1rem 0}.sidebar-nav li button{display:flex;align-items:center;gap:1rem;width:100%;padding:1rem 1.5rem;border:none;background-color:transparent;text-align:left;font-size:1rem;color:#555;cursor:pointer;transition:background-color .2s,color .2s}.sidebar-nav li button:hover{background-color:#f0f0f0;color:#007bff}.sidebar-nav li button.active{background-color:#e6f2ff;color:#007bff;font-weight:700}.header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#fff;border-bottom:1px solid #e0e0e0}.header-search{display:flex;align-items:center;gap:.5rem;color:#888}.header-search input{border:none;outline:none;font-size:1rem;background-color:transparent}.header-user-menu{position:relative}.user-menu-toggle{display:flex;align-items:center;gap:.75rem;background:none;border:none;cursor:pointer;font-family:inherit;font-size:1rem}.user-dropdown{position:absolute;top:100%;right:0;margin-top:.5rem;background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;border:1px solid #e0e0e0;width:180px;z-index:10;overflow:hidden}.user-dropdown ul{list-style:none;padding:0;margin:0}.user-dropdown li button{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;border:none;background-color:transparent;text-align:left;font-size:.95rem;color:#333;cursor:pointer;transition:background-color .2s}.user-dropdown li button:hover{background-color:#f5f5f5}@media (max-width: 768px){.dashboard-layout{flex-direction:column}.sidebar{width:100%;height:auto;border-right:none;border-bottom:1px solid #e0e0e0;position:relative}.sidebar-header{padding:1rem}.sidebar-header h2{font-size:1.2rem}.mobile-menu-toggle{display:block}.sidebar-nav{position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid #e0e0e0;box-shadow:0 2px 8px #0000001a;z-index:1000;max-height:0;overflow:hidden;transition:max-height .3s ease-in-out}.sidebar-nav.mobile-open{max-height:300px}.sidebar-nav ul{display:flex;flex-direction:column;gap:0;padding:0;margin:0}.sidebar-nav li button{width:100%;padding:1rem 1.5rem;font-size:1rem;gap:.75rem;border-radius:0;background-color:transparent;border:none;border-bottom:1px solid #f0f0f0;text-align:left;transition:all .3s}.sidebar-nav li button:hover{background-color:#f8f9fa}.sidebar-nav li button.active{background-color:#007bff;color:#fff;border-color:#007bff}.dashboard-main{flex:1;min-height:0}.header{padding:.75rem 1rem;flex-wrap:wrap;gap:.5rem}.header-search{flex:1;min-width:200px}.header-search input{width:100%}.dashboard-content{padding:1rem;height:calc(100vh - 120px)}}@media (max-width: 480px){.sidebar-header h2{font-size:1.1rem}.mobile-menu-toggle{font-size:1.3rem;padding:.4rem}.sidebar-nav li button{padding:.75rem 1rem;font-size:.95rem}.header{flex-direction:column;align-items:stretch;gap:.75rem}.header-search{order:2}.header-user-menu{order:1;align-self:flex-end}.dashboard-content{padding:.75rem;height:calc(100vh - 140px)}}.custom-confirm-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .3s ease-out}.custom-confirm-modal{background:#fff;border-radius:12px;padding:2rem;max-width:400px;width:90%;box-shadow:0 8px 32px #0000004d;animation:slideIn .3s ease-out;font-family:Courier New,Courier,monospace}.custom-confirm-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.custom-confirm-icon{font-size:2rem;display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;background:#fff3cd;color:#856404}.custom-confirm-title{margin:0;font-size:1.5rem;font-weight:700;color:#333;flex:1}.custom-confirm-body{margin-bottom:2rem}.custom-confirm-message{margin:0;font-size:1.1rem;color:#666;line-height:1.5}.custom-confirm-actions{display:flex;gap:1rem;justify-content:flex-end}.custom-confirm-btn{padding:12px 24px;border:none;border-radius:8px;font-family:Courier New,Courier,monospace;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s ease;min-width:100px}.custom-confirm-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.cancel-btn{background:#6c757d;color:#fff}.confirm-btn-default{background:#007bff;color:#fff}.confirm-btn-default:hover{background:#0056b3}.confirm-btn-warning{background:#ffc107;color:#212529}.confirm-btn-warning:hover{background:#e0a800}.confirm-btn-danger{background:#dc3545;color:#fff}.confirm-btn-danger:hover{background:#c82333}.confirm-btn-info{background:#17a2b8;color:#fff}.confirm-btn-info:hover{background:#138496}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 480px){.custom-confirm-modal{padding:1.5rem;margin:1rem}.custom-confirm-title{font-size:1.3rem}.custom-confirm-message{font-size:1rem}.custom-confirm-actions{flex-direction:column}.custom-confirm-btn{width:100%}}.conocenos-container{padding:2rem;background-color:#f9f9f9;border-radius:8px;box-shadow:0 2px 10px #0000000d;animation:fadeIn .5s ease-in-out}.conocenos-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;border-bottom:2px solid #eee;padding-bottom:1rem}.conocenos-container h2{font-size:1.8rem;color:#333;margin:0}.add-btn{padding:.8rem 1.5rem;background-color:#28a745;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;display:flex;align-items:center;gap:.5rem}.add-btn:hover{background-color:#218838;transform:translateY(-1px);box-shadow:0 4px 8px #0000001a}.header-actions{display:flex;gap:1rem;align-items:center}.gallery-btn{padding:.8rem 1.5rem;background-color:#17a2b8;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;display:flex;align-items:center;gap:.5rem}.add-gallery-btn{padding:.5rem 1rem;background-color:#28a745;color:#fff;border:none;border-radius:4px;font-size:.9rem;cursor:pointer;transition:background-color .3s}.add-gallery-btn:hover{background-color:#218838}.gallery-form{display:flex;flex-direction:column;gap:1rem;padding:1rem;flex:1;overflow:hidden}.gallery-modal-body{display:flex;flex-direction:column;gap:2rem;padding:1.5rem;max-height:70vh;overflow-y:auto}.gallery-add-section{border-bottom:2px solid #eee;padding-bottom:1.5rem}.gallery-add-section h4,.gallery-existing-section h4{margin:0 0 1rem;font-size:1.2rem;color:#333;font-weight:600}.gallery-existing-section .gallery-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-top:1rem}.gallery-existing-section .gallery-item{min-height:200px;padding:.75rem}.gallery-existing-section .gallery-item-image{height:120px}.gallery-existing-section .gallery-item-info h4{font-size:.85rem;margin:0 0 .25rem}.gallery-existing-section .gallery-item-info p{font-size:.75rem;margin:0}.conocenos-list{width:100%}.no-items{text-align:center;padding:3rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}.no-items p{color:#666;font-size:1.1rem;margin-bottom:1rem}.add-first-btn{padding:.8rem 1.5rem;background-color:#007bff;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s}.add-first-btn:hover{background-color:#0056b3;transform:translateY(-1px)}.item-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;flex-shrink:0}.item-header h3{margin:0;font-size:1.2rem;color:#333;font-weight:600}.item-id{font-size:.8rem;color:#666;background:#f8f9fa;padding:.2rem .5rem;border-radius:4px}.item-content{margin-bottom:1rem;flex:1;display:flex;flex-direction:column;gap:.5rem}.item-description{color:#555;font-size:.9rem;line-height:1.4;margin:0;font-weight:500}.item-full-description{color:#666;font-size:.85rem;line-height:1.4;margin:0;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;background:#f8f9fa;padding:.5rem;border-radius:4px;border-left:3px solid #007bff}.item-meta{font-size:.8rem;color:#888;margin-top:auto}.image-id{background:#e9ecef;padding:.2rem .5rem;border-radius:4px}.item-actions{display:flex;justify-content:flex-end;margin-top:auto;flex-shrink:0;gap:.5rem}.edit-btn{padding:.5rem 1rem;background-color:#007bff;color:#fff;border:none;border-radius:4px;font-size:.9rem;cursor:pointer;transition:all .3s;display:flex;align-items:center;gap:.25rem}.gallery-btn{padding:.5rem 1rem;background-color:#17a2b8;color:#fff;border:none;border-radius:4px;font-size:.9rem;cursor:pointer;transition:background-color .3s}.gallery-btn:hover{background-color:#138496}.gallery-section{margin-top:2rem;padding:1.5rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}.gallery-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;border-bottom:1px solid #eee;padding-bottom:.5rem}.gallery-header h3{margin:0;font-size:1.3rem;color:#333}.toggle-gallery-btn{padding:.5rem 1rem;background-color:#6f42c1;color:#fff;border:none;border-radius:4px;font-size:.9rem;cursor:pointer;transition:background-color .3s}.toggle-gallery-btn:hover{background-color:#5a32a3}.gallery-container{margin-top:1rem}.no-gallery-items{text-align:center;padding:2rem;color:#666;background:#f8f9fa;border-radius:8px;border:2px dashed #dee2e6}.no-gallery-items p{margin:0 0 .5rem;font-size:1rem}.no-gallery-items small{color:#888;font-size:.9rem}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:1rem;padding:1rem 0}.gallery-slider{display:flex;overflow-x:auto;gap:1rem;padding:1rem 0;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#888 #f1f1f1}.gallery-slider::-webkit-scrollbar{height:8px}.gallery-slider::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.gallery-slider::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.gallery-slider::-webkit-scrollbar-thumb:hover{background:#555}.gallery-slide{flex:0 0 300px;min-width:300px;background:#f8f9fa;border-radius:8px;padding:1rem;position:relative;transition:all .3s;border:1px solid #e9ecef;box-shadow:0 2px 8px #0000001a}.gallery-slide:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.gallery-slide-image{width:100%;height:200px;overflow:hidden;border-radius:6px;margin-bottom:.75rem;display:flex;align-items:center;justify-content:center;background:#e9ecef}.gallery-slide-image img{width:100%;height:100%;object-fit:cover}.gallery-slide-info h4{margin:0 0 .5rem;font-size:1rem;color:#333;font-weight:600}.gallery-slide-info p{margin:0 0 .25rem;font-size:.85rem;color:#666;line-height:1.4}.gallery-item{background:#f8f9fa;border-radius:8px;padding:1rem;position:relative;transition:all .3s;border:1px solid #e9ecef;box-shadow:0 2px 8px #0000001a;min-height:250px;display:flex;flex-direction:column}.gallery-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.gallery-item-image{width:100%;height:180px;overflow:hidden;border-radius:6px;margin-bottom:.75rem;display:flex;align-items:center;justify-content:center;background:#e9ecef;flex-shrink:0}.gallery-item-image img{width:100%;height:100%;object-fit:cover}.gallery-item-info{flex:1;display:flex;flex-direction:column;gap:.25rem}.gallery-item-info h4{margin:0 0 .5rem;font-size:1rem;color:#333;font-weight:600;word-break:break-word}.gallery-item-info p{margin:0;font-size:.85rem;color:#666;line-height:1.4}.gallery-item-details{margin-top:.5rem;padding:.5rem;background:#f8f9fa;border-radius:4px;border-left:3px solid #007bff}.gallery-item-details p{margin:0 0 .25rem;font-size:.75rem;color:#555;line-height:1.3}.gallery-item-details p:last-child{margin-bottom:0}.gallery-item-details strong{color:#333;font-weight:600}.no-image-placeholder{color:#666;font-size:.9rem;text-align:center}.gallery-item-info h4{margin:0 0 .5rem;font-size:1rem;color:#333;font-weight:600}.gallery-item-info p{margin:0;font-size:.85rem;color:#666;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.remove-gallery-btn{position:absolute;top:.5rem;right:.5rem;background:#dc3545;color:#fff;border:none;border-radius:50%;width:24px;height:24px;font-size:.8rem;cursor:pointer;transition:background-color .3s;display:flex;align-items:center;justify-content:center}.remove-gallery-btn:hover{background:#c82333}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease-in-out;padding:20px}.modal-content{background:#fff;border-radius:8px;box-shadow:0 4px 20px #0003;width:100%;max-width:800px;max-height:calc(100vh - 40px);display:flex;flex-direction:column;animation:slideIn .3s ease-in-out}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid #eee;flex-shrink:0}.modal-header h3{margin:0;font-size:1.5rem;color:#333}.close-btn{background:none;border:none;font-size:1.5rem;color:#666;cursor:pointer;padding:.5rem;border-radius:4px;transition:all .3s}.close-btn:hover{background-color:#f8f9fa;color:#333}.conocenos-form{display:flex;flex-direction:column;gap:1rem;padding:1rem;flex:1;overflow-y:auto;min-height:0}.form-group{display:flex;flex-direction:column}.form-group label{font-size:1rem;font-weight:600;color:#555;margin-bottom:.5rem}.form-group input[type=text],.form-group input[type=number],.form-group textarea{width:100%;padding:.3rem .2rem;border:1px solid #ccc;border-radius:4px;font-size:.8rem;color:#333;transition:border-color .3s}.form-group input[type=text]:focus,.form-group input[type=number]:focus,.form-group textarea:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff33}.form-group input[type=file]{padding:.2rem}.form-hint{font-size:.8rem;color:#666;margin-top:.25rem}.modal-actions{display:flex;justify-content:flex-end;gap:1rem;padding:1rem;border-top:1px solid #eee;flex-shrink:0}.cancel-btn{padding:.8rem 1.5rem;background-color:#6c757d;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s}.cancel-btn:hover{background-color:#545b62}.save-btn{padding:.8rem 1.5rem;background-color:#007bff;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s}.save-btn:hover{background-color:#0056b3}.save-btn:disabled,.cancel-btn:disabled,.add-btn:disabled,.edit-btn:disabled{opacity:.6;cursor:not-allowed}.loading{text-align:center;padding:2rem;color:#666;font-size:1.1rem}.gallery-container .loading{padding:3rem;font-size:1rem;color:#888}.error-message{background-color:#f8d7da;color:#721c24;padding:1rem;border-radius:4px;margin-bottom:1rem;border:1px solid #f5c6cb}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.modal-content .conocenos-form .form-group:has(.rich-text-editor){max-height:none;overflow:visible}.modal-content .rich-text-editor{max-height:320px;overflow-y:auto}.modal-content .rich-text-editor .ql-editor{max-height:260px;overflow-y:auto}.image-upload-container{display:flex;flex-direction:column;gap:1rem}.image-input{padding:.8rem;border:2px dashed #ccc;border-radius:8px;background-color:#f8f9fa;cursor:pointer;transition:all .3s;font-size:.9rem;color:#666}.image-input:hover{border-color:#007bff;background-color:#f0f8ff}.image-input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff33}.image-preview{display:flex;justify-content:center;margin-top:.5rem}.image-preview img{max-width:200px;max-height:150px;border-radius:8px;box-shadow:0 2px 8px #0000001a;object-fit:cover}.current-image{background:#e9ecef;padding:.5rem;border-radius:4px;font-size:.9rem;color:#666;text-align:center}.current-image span{font-weight:500}@media (max-width: 768px){.conocenos-container{padding:.5rem;overflow-x:hidden}.conocenos-header{flex-direction:column;gap:1rem;align-items:stretch}.header-actions{flex-direction:column;gap:.5rem}.conocenos-container h2{font-size:1.5rem;text-align:center}.add-btn,.gallery-btn{width:100%;justify-content:center;padding:1rem;font-size:1.1rem}.item-card{padding:.5rem;min-height:120px;overflow:hidden;word-wrap:break-word;margin:0;width:100%;box-sizing:border-box}.item-header{flex-direction:column;gap:.5rem;align-items:flex-start}.item-header h3{font-size:1.1rem}.item-content{gap:.75rem}.item-description{font-size:.95rem}.item-full-description{font-size:.9rem;-webkit-line-clamp:3}.modal-content{width:95%;max-width:95%;margin:10px}.modal-header{padding:.75rem}.modal-header h3{font-size:1.3rem}.conocenos-form{padding:.75rem;gap:.75rem}.form-group label{font-size:.95rem}.form-group input[type=text],.form-group input[type=number],.form-group textarea{font-size:.9rem;padding:.5rem}.modal-actions{padding:.75rem;gap:.5rem}.cancel-btn,.save-btn{padding:.75rem 1rem;font-size:.95rem;flex:1}.item-actions{flex-direction:column;gap:.5rem;align-items:stretch}.edit-btn,.gallery-btn,.delete-btn{width:100%;justify-content:center;padding:.75rem;font-size:.9rem}.image-preview img{max-width:150px;max-height:120px}}@media (max-width: 480px){.conocenos-container{padding:.25rem;overflow-x:hidden}.conocenos-container h2{font-size:1.3rem}.add-btn{padding:.75rem;font-size:1rem}.item-card{padding:.4rem;min-height:100px;margin:0;width:100%;box-sizing:border-box}.item-header h3{font-size:1rem}.item-description{font-size:.9rem}.item-full-description{font-size:.85rem;-webkit-line-clamp:2}.modal-content{width:98%;max-width:98%;margin:5px}.modal-header h3{font-size:1.2rem}.conocenos-form{padding:.5rem;gap:.5rem}.form-group label{font-size:.9rem}.form-group input[type=text],.form-group input[type=number],.form-group textarea{font-size:.85rem;padding:.4rem}.modal-actions{padding:.5rem;flex-direction:column}.cancel-btn,.save-btn{width:100%;padding:.6rem;font-size:.9rem}.item-actions{flex-direction:column;gap:.4rem;align-items:stretch}.edit-btn,.gallery-btn,.delete-btn{width:100%;justify-content:center;padding:.6rem;font-size:.85rem}.image-preview img{max-width:120px;max-height:100px}}@media (max-width: 768px){.gallery-header{flex-direction:column;gap:.5rem;align-items:stretch}.gallery-header h3{font-size:1.1rem;text-align:center}.toggle-gallery-btn{width:100%;padding:.75rem;font-size:1rem}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.gallery-slider{gap:.75rem;padding:.75rem 0}.gallery-slide{flex:0 0 250px;padding:.75rem}.gallery-slide-image{height:150px}.gallery-slide-info h4{font-size:.9rem}.gallery-slide-info p{font-size:.8rem}.gallery-item{min-height:220px;padding:.75rem}.gallery-item-image{height:150px}.gallery-item-info h4{font-size:.9rem}.gallery-item-info p{font-size:.8rem}}@media (max-width: 480px){.gallery-section{padding:1rem}.gallery-header h3{font-size:1rem}.gallery-grid{grid-template-columns:1fr;gap:.75rem}.gallery-item{min-height:200px;padding:.5rem}.gallery-item-image{height:120px}.gallery-item-info h4{font-size:.85rem}.gallery-item-info p{font-size:.75rem}}.conocenos-modal-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px;animation:fadeIn .3s ease-in-out}.conocenos-modal-content{background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000004d;width:100%;max-width:900px;max-height:calc(100vh - 40px);display:flex;flex-direction:column;animation:slideIn .3s ease-in-out;overflow:hidden}.conocenos-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #eee;background:#f8f9fa}.conocenos-modal-title{margin:0;font-size:1.8rem;color:#333;font-weight:700;font-family:Courier New,monospace}.conocenos-modal-close{background:none;border:none;font-size:2rem;color:#666;cursor:pointer;padding:.5rem;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:all .3s}.conocenos-modal-close:hover{background-color:#e9ecef;color:#333}.conocenos-modal-body{display:flex;flex:1;overflow:hidden}.conocenos-modal-image{flex:0 0 45%;padding:1.5rem;display:flex;align-items:center;justify-content:center;background:#f8f9fa}.conocenos-modal-image img{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px;box-shadow:0 4px 12px #0000001a}.conocenos-modal-image-placeholder{width:100%;height:300px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;font-weight:600;border-radius:8px;text-align:center}.conocenos-modal-text{flex:1;padding:1.5rem;overflow-y:auto;display:flex;flex-direction:column}.conocenos-modal-description{flex:1;font-size:1rem;line-height:1.6;color:#333;margin-bottom:1.5rem}.conocenos-modal-description h1,.conocenos-modal-description h2,.conocenos-modal-description h3{color:#333;margin-top:1rem;margin-bottom:.5rem}.conocenos-modal-description p{margin-bottom:1rem}.conocenos-modal-actions{margin-top:auto;padding-top:1rem;border-top:1px solid #eee}.conocenos-modal-gallery-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.8rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 12px #667eea4d}.conocenos-modal-gallery-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea66}@media (max-width: 768px){.conocenos-modal-content{max-width:95%;max-height:calc(100vh - 20px)}.conocenos-modal-header{padding:1rem}.conocenos-modal-title{font-size:1.4rem}.conocenos-modal-body{flex-direction:column}.conocenos-modal-image{flex:0 0 auto;padding:1rem}.conocenos-modal-image-placeholder{height:200px;font-size:1.2rem}.conocenos-modal-text{padding:1rem}.conocenos-modal-description{font-size:.9rem}.conocenos-modal-gallery-btn{padding:.7rem 1.2rem;font-size:.9rem}}@media (max-width: 480px){.conocenos-modal-overlay{padding:10px}.conocenos-modal-content{max-width:98%}.conocenos-modal-header{padding:.75rem}.conocenos-modal-title{font-size:1.2rem}.conocenos-modal-image{padding:.75rem}.conocenos-modal-image-placeholder{height:150px;font-size:1rem}.conocenos-modal-text{padding:.75rem}.conocenos-modal-description{font-size:.85rem}.conocenos-modal-gallery-btn{padding:.6rem 1rem;font-size:.85rem}}@media (max-width: 768px){.gallery-modal-body{padding:1rem;gap:1.5rem}.gallery-add-section,.gallery-existing-section{padding-bottom:1rem}.gallery-existing-section .gallery-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.75rem}.gallery-existing-section .gallery-item{min-height:180px;padding:.5rem}.gallery-existing-section .gallery-item-image{height:100px}}@media (max-width: 480px){.gallery-modal-body{padding:.75rem;gap:1rem}.gallery-existing-section .gallery-grid{grid-template-columns:1fr;gap:.5rem}.gallery-existing-section .gallery-item{min-height:160px;padding:.5rem}.gallery-existing-section .gallery-item-image{height:80px}}.gallery-slider-overlay{position:fixed;inset:0;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:2000;padding:20px;animation:fadeIn .3s ease-in-out}.gallery-slider-content{background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000004d;width:100%;max-width:1000px;max-height:calc(100vh - 40px);display:flex;flex-direction:column;animation:slideIn .3s ease-in-out;overflow:hidden}.gallery-slider-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #eee;background:#f8f9fa}.gallery-slider-header h3{margin:0;font-size:1.5rem;color:#333;font-weight:700;font-family:Courier New,monospace}.gallery-slider-close{background:none;border:none;font-size:2rem;color:#666;cursor:pointer;padding:.5rem;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:all .3s}.gallery-slider-close:hover{background-color:#e9ecef;color:#333}.gallery-slider-body{flex:1;padding:1.5rem;overflow-y:auto}.gallery-slider-loading,.gallery-slider-empty{text-align:center;padding:3rem;color:#666}.gallery-slider-empty p{margin:0 0 .5rem;font-size:1.1rem}.gallery-slider-empty small{color:#888;font-size:.9rem}.gallery-slider-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;padding:1rem 0}.gallery-slider-item{background:#f8f9fa;border-radius:8px;padding:1rem;transition:all .3s;border:1px solid #e9ecef;box-shadow:0 2px 8px #0000001a}.gallery-slider-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.gallery-slider-item img{width:100%;height:200px;object-fit:cover;border-radius:6px;margin-bottom:.75rem}.gallery-slider-item-info h4{margin:0 0 .5rem;font-size:1rem;color:#333;font-weight:600}.gallery-slider-item-info p{margin:0;font-size:.85rem;color:#666}@media (max-width: 768px){.gallery-slider-content{max-width:95%;max-height:calc(100vh - 20px)}.gallery-slider-header{padding:1rem}.gallery-slider-header h3{font-size:1.3rem}.gallery-slider-body{padding:1rem}.gallery-slider-container{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.gallery-slider-item img{height:150px}}@media (max-width: 480px){.gallery-slider-overlay{padding:10px}.gallery-slider-content{max-width:98%}.gallery-slider-header{padding:.75rem}.gallery-slider-header h3{font-size:1.1rem}.gallery-slider-body{padding:.75rem}.gallery-slider-container{grid-template-columns:1fr;gap:.75rem}.gallery-slider-item img{height:120px}}.gallery-carousel{display:flex;align-items:center;justify-content:center;gap:1rem;padding:2rem 0;min-height:400px}.gallery-carousel-btn{background:#fffffff2;border:none;border-radius:50%;width:50px;height:50px;font-size:1.8rem;color:#333;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 4px 12px #00000026;z-index:10;font-weight:700;line-height:1;padding:0;min-width:50px;min-height:50px;max-width:50px;max-height:50px}.gallery-carousel-btn:hover:not(:disabled){background:#fff;transform:scale(1.1);box-shadow:0 6px 16px #00000040;color:#000}.gallery-carousel-btn:disabled{opacity:.3;cursor:not-allowed;transform:none}.gallery-carousel-btn:active:not(:disabled){transform:scale(.95)}.gallery-carousel-main{flex:1;display:flex;flex-direction:column;align-items:center;gap:1rem;max-width:600px}.gallery-carousel-image-container{position:relative;cursor:pointer;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #0003;transition:all .3s}.gallery-carousel-image-container:hover{transform:scale(1.02);box-shadow:0 6px 20px #0000004d}.gallery-carousel-image{width:100%;max-width:500px;height:350px;object-fit:cover;display:block}.gallery-carousel-overlay{position:absolute;inset:0;background:#0000004d;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s}.gallery-carousel-image-container:hover .gallery-carousel-overlay{opacity:1}.gallery-carousel-zoom{font-size:2rem;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.5)}.gallery-carousel-info{text-align:center;padding:1rem}.gallery-carousel-info h4{margin:0 0 .5rem;font-size:1.2rem;color:#333;font-weight:600}.gallery-carousel-info p{margin:0;font-size:.9rem;color:#666}.gallery-fullscreen-overlay{position:fixed;inset:0;background-color:#000000f2;display:flex;justify-content:center;align-items:center;z-index:3000;padding:20px;animation:fadeIn .3s ease-in-out}.gallery-fullscreen-content{background:transparent;width:100%;max-width:1200px;max-height:calc(100vh - 40px);display:flex;flex-direction:column;animation:slideIn .3s ease-in-out}.gallery-fullscreen-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;color:#fff;background:#00000080;border-radius:8px 8px 0 0}.gallery-fullscreen-header h3{margin:0;font-size:1.3rem;color:#fff;font-weight:600}.gallery-fullscreen-close{background:none;border:none;font-size:2rem;color:#fff;cursor:pointer;padding:.5rem;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:all .3s}.gallery-fullscreen-close:hover{background-color:#fff3}.gallery-fullscreen-body{display:flex;align-items:center;justify-content:center;gap:1rem;padding:2rem 0;flex:1}.gallery-fullscreen-btn{background:#ffffff40;border:none;border-radius:50%;width:60px;height:60px;font-size:2.2rem;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-weight:700;line-height:1;padding:0;min-width:60px;min-height:60px;max-width:60px;max-height:60px;box-shadow:0 4px 12px #0000004d}.gallery-fullscreen-btn:hover{background:#ffffff59;transform:scale(1.1);box-shadow:0 6px 16px #0006}.gallery-fullscreen-btn:active{transform:scale(.95)}.gallery-fullscreen-image-container{flex:1;display:flex;justify-content:center;align-items:center;max-width:800px}.gallery-fullscreen-image{max-width:100%;max-height:70vh;object-fit:contain;border-radius:8px;box-shadow:0 8px 32px #00000080}.gallery-fullscreen-info{text-align:center;padding:1rem;color:#fff;background:#00000080;border-radius:0 0 8px 8px}.gallery-fullscreen-info h4{margin:0 0 .5rem;font-size:1.1rem;color:#fff;font-weight:600}.gallery-fullscreen-info p{margin:0;font-size:.9rem;color:#ccc}@media (max-width: 768px){.gallery-carousel{padding:1rem 0;min-height:300px}.gallery-carousel-btn{width:45px;height:45px;font-size:1.6rem;min-width:45px;min-height:45px;max-width:45px;max-height:45px}.gallery-carousel-image{height:250px}.gallery-carousel-info h4{font-size:1rem}.gallery-fullscreen-body{padding:1rem 0}.gallery-fullscreen-btn{width:55px;height:55px;font-size:2rem;min-width:55px;min-height:55px;max-width:55px;max-height:55px}.gallery-fullscreen-image{max-height:60vh}}@media (max-width: 480px){.gallery-carousel{gap:.5rem;min-height:250px}.gallery-carousel-btn{width:40px;height:40px;font-size:1.4rem;min-width:40px;min-height:40px;max-width:40px;max-height:40px}.gallery-carousel-image{height:200px}.gallery-fullscreen-overlay{padding:10px}.gallery-fullscreen-btn{width:50px;height:50px;font-size:1.8rem;min-width:50px;min-height:50px;max-width:50px;max-height:50px}.gallery-fullscreen-image{max-height:50vh}}.loading-spinner{display:inline-block;animation:spin 1s linear infinite;margin-right:8px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.save-btn:disabled{opacity:.7;cursor:not-allowed;background-color:#6c757d}.save-btn:disabled:hover{transform:none;box-shadow:none}.rich-text-editor{border:1px solid #ccc;border-radius:4px;overflow:hidden;background-color:#fff}.menu-bar{display:flex;gap:.5rem;padding:.5rem;background-color:#f5f5f5;border-bottom:1px solid #ddd;position:relative}.menu-bar button{background:none;border:1px solid #ddd;border-radius:3px;padding:.3rem .6rem;cursor:pointer;font-size:.9rem;transition:all .2s}.menu-bar button:hover{background-color:#e9e9e9}.menu-bar button.is-active{background-color:#e0e0e0;font-weight:700}.emoji-picker-container{position:relative;display:inline-block}.emoji-picker{position:absolute;top:100%;left:0;z-index:1000;margin-top:.5rem;border-radius:8px;box-shadow:0 4px 12px #00000026;overflow:hidden}.emoji-picker-container button{padding:.3rem .6rem;font-size:1.1rem;line-height:1;display:flex;align-items:center;justify-content:center}.emoji-picker-container button:hover{background-color:#e9e9e9}.emoji-picker-container button.is-active{background-color:#e0e0e0}.editor-content{padding:1rem;min-height:200px;outline:none}.editor-content p{margin:0 0 1rem;line-height:1.5}.editor-content ul,.editor-content ol{padding-left:1.5rem;margin:0 0 1rem}.editor-content li{margin-bottom:.5rem}.editor-content [data-placeholder]:before{content:attr(data-placeholder);color:#aaa;position:absolute;pointer-events:none}.eventos-header{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem;border-bottom:2px solid #eee;padding-bottom:1rem}.eventos-header h2{font-size:1.8rem;color:#333;margin:0}.tabs-container{display:flex;gap:10px;border-bottom:2px solid #e9ecef;padding-bottom:10px}.tab-btn{padding:12px 24px;border:none;background:#f8f9fa;color:#6c757d;border-radius:8px 8px 0 0;cursor:pointer;font-weight:500;transition:all .3s ease;font-size:14px}.tab-btn:hover{background:#e9ecef;color:#495057}.tab-btn.active{background:#007bff;color:#fff;box-shadow:0 2px 4px #007bff4d}.header-actions{display:flex;gap:10px;justify-content:flex-end}.add-btn{padding:12px 24px;background:#28a745;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:500;transition:all .3s ease;font-size:14px}.add-btn:hover{background:#218838;transform:translateY(-1px);box-shadow:0 4px 8px #28a7454d}.eventos-list{width:100%}.loading{text-align:center;padding:40px;color:#6c757d;font-size:16px}.error-message{background:#f8d7da;color:#721c24;padding:15px;border-radius:8px;margin-bottom:20px;border:1px solid #f5c6cb}.no-items{text-align:center;padding:60px 20px;color:#6c757d}.no-items p{font-size:18px;margin-bottom:20px}.add-first-btn{padding:15px 30px;background:#007bff;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:500;font-size:16px;transition:all .3s ease}.add-first-btn:hover{background:#0056b3;transform:translateY(-2px);box-shadow:0 4px 12px #007bff4d}.items-grid{display:flex;flex-direction:column;gap:1.5rem;margin-top:1rem;padding:0 .5rem}.item-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:.5rem;cursor:pointer;transition:all .3s;border:2px solid transparent;min-height:150px;display:flex;flex-direction:column;width:100%}.item-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000026;border-color:#007bff}.item-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.item-header h3{color:#333;font-size:1.4rem;margin:0;font-weight:600;flex:1}.item-meta{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.item-id{background:#e9ecef;color:#6c757d;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500}.item-type{background:#007bff;color:#fff;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500}.item-content{margin-bottom:20px}.item-description{color:#495057;margin-bottom:15px;line-height:1.5;font-size:14px}.item-details{background:#f8f9fa;padding:15px;border-radius:8px;margin-bottom:15px}.item-details p{margin:0 0 8px;font-size:14px;color:#495057}.item-details p:last-child{margin-bottom:0}.item-details strong{color:#2c3e50;font-weight:600}.image-id{font-size:12px;color:#6c757d;font-style:italic}.item-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:auto;padding-top:1rem}.edit-btn{padding:.5rem 1rem;background-color:#007bff;color:#fff;border:none;border-radius:4px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s;display:flex;align-items:center;gap:.25rem}.edit-btn:hover{background-color:#0056b3;transform:translateY(-1px);box-shadow:0 4px 8px #0000001a}.gallery-btn{padding:.5rem 1rem;background-color:#17a2b8;color:#fff;border:none;border-radius:4px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s;display:flex;align-items:center;gap:.25rem}.gallery-btn:hover{background-color:#138496;transform:translateY(-1px);box-shadow:0 4px 8px #0000001a}.delete-btn{padding:.5rem 1rem;background-color:#dc3545;color:#fff;border:none;border-radius:4px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s;display:flex;align-items:center;gap:.25rem}.delete-btn:hover{background-color:#c82333;transform:translateY(-1px);box-shadow:0 4px 8px #0000001a}.modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.modal-content{background:#fff;border-radius:12px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 30px #0000004d}.modal-content.large{max-width:800px}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 25px;border-bottom:2px solid #f8f9fa;background:#f8f9fa;border-radius:12px 12px 0 0}.modal-header h3{margin:0;color:#2c3e50;font-size:20px;font-weight:600}.close-btn{background:none;border:none;font-size:24px;cursor:pointer;color:#6c757d;padding:5px;border-radius:50%;width:35px;height:35px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.close-btn:hover{background:#e9ecef;color:#495057}.modal-form{padding:25px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:600;color:#2c3e50;font-size:14px}.form-control{width:100%;padding:12px;border:2px solid #e9ecef;border-radius:8px;font-size:14px;transition:border-color .3s ease;box-sizing:border-box}.form-control:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}textarea.form-control{resize:vertical;min-height:100px}.image-preview{margin-top:15px;text-align:center}.image-preview img{max-width:100%;max-height:200px;border-radius:8px;box-shadow:0 2px 8px #0000001a}.current-image{margin-top:15px;text-align:center}.current-image p{margin-bottom:10px;color:#6c757d;font-size:14px}.current-image img{max-width:100%;max-height:200px;border-radius:8px;box-shadow:0 2px 8px #0000001a}.modal-actions{display:flex;gap:15px;justify-content:flex-end;margin-top:30px;padding-top:20px;border-top:2px solid #f8f9fa}.cancel-btn{padding:12px 24px;background:#6c757d;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:500;transition:all .3s ease}.cancel-btn:hover{background:#5a6268}.save-btn{padding:12px 24px;background:#28a745;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:500;transition:all .3s ease}.save-btn:hover{background:#218838}.save-btn:disabled{background:#6c757d;cursor:not-allowed}.gallery-content{padding:25px}.gallery-upload{margin-bottom:30px;padding:20px;background:#f8f9fa;border-radius:8px;border:2px dashed #dee2e6}.gallery-upload h4{margin:0 0 15px;color:#2c3e50;font-size:16px}.upload-btn{padding:10px 20px;background:#28a745;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:500;margin-top:10px;transition:all .3s ease}.upload-btn:hover{background:#218838}.upload-btn:disabled{background:#6c757d;cursor:not-allowed}.gallery-images h4{margin:0 0 20px;color:#2c3e50;font-size:16px}.images-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:15px}.gallery-item{position:relative;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease}.gallery-item:hover{transform:scale(1.05)}.gallery-item img{width:100%;height:120px;object-fit:cover;display:block}.delete-image-btn{position:absolute;top:5px;right:5px;background:#dc3545e6;color:#fff;border:none;border-radius:50%;width:25px;height:25px;cursor:pointer;font-size:16px;font-weight:700;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.delete-image-btn:hover{background:#dc3545;transform:scale(1.1)}@media (max-width: 768px){.evento-card{flex-direction:column;height:100%!important;max-width:100%;background:#fff;border:1px solid #e9ecef;box-shadow:0 4px 14px #00000014}.ver-mas-link{font-size:10px!important;font-weight:700!important;color:#b70000!important;background:#fff!important;border:2px solid #b70000!important;border-radius:10px!important;padding:.45rem .9rem!important;cursor:pointer!important;text-decoration:none!important;letter-spacing:.2px!important;transition:all .2s ease!important}.evento-badge{font-size:12px!important;font-weight:700!important;color:#fff!important;background:#b70000!important;border-radius:10px!important}.eventos-container{padding:15px}.eventos-header{padding:20px}.tabs-container{flex-direction:column}.tab-btn{border-radius:8px}.items-grid{grid-template-columns:1fr;gap:20px}.form-row{grid-template-columns:1fr;gap:15px}.modal-content{margin:10px;max-height:95vh}.modal-actions{flex-direction:column}.images-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px}}@media (max-width: 480px){.eventos-header h2{font-size:24px}.item-actions{justify-content:center}.modal-form,.gallery-content{padding:20px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.App.dashboard-active{max-width:none!important;margin:0!important;padding:0!important}body{font-family:Courier New,Courier,monospace;background:#f0f4f7;margin:0;padding:0}.menu-container{width:100%;background:#ede5cf;border-radius:0 0 12px 12px;margin:0 auto 5px;max-width:1200px;display:flex;justify-content:center;align-items:center;position:sticky;top:0;z-index:100;overflow:visible}.menu-row{width:100%;max-width:1400px;display:flex;justify-content:center;align-items:center}nav.menu{display:flex;justify-content:center;align-items:center;width:100%;background:none;border-radius:0;padding:0;margin:0;min-height:unset}.menu-content{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:0 16px}.hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;width:48px;height:48px;background:none;border:none;cursor:pointer;z-index:1001;margin-right:12px}.hamburger .bar{width:32px;height:4px;background:#b70000;margin:4px 0;border-radius:2px;transition:.3s}.menu-group{display:flex;gap:20px;overflow:visible}.menu-btn{background:#bca178;border:none;border-radius:8px;padding:10px 24px;font-family:Courier New,Courier,monospace;font-weight:700;font-size:1.1rem;cursor:pointer;margin:0 2px;transition:background .2s;letter-spacing:.5px;text-decoration:none;color:inherit;display:inline-block}.menu-btn:hover{background:#a68b5b;text-decoration:none;color:inherit}.logo-navbar{flex:0 0 auto;display:flex;align-items:center;justify-content:center;margin:0 24px}.logo-navbar-img{height:110px;margin:0 8px;transition:transform .2s ease}.logo-navbar-img:hover{transform:scale(1.05)}.menu-dropdown{position:relative;overflow:visible}.menu .submenu,.submenu{display:none;position:absolute;background:#e0dedb;border-radius:0 0 8px 8px;margin-top:4px;box-shadow:0 4px 16px #00000026;z-index:1000;min-width:160px;top:100%;left:0;overflow:hidden;border:1px solid rgba(0,0,0,.1)}.menu-dropdown:hover .submenu,.menu ul li:hover .submenu{display:flex;flex-direction:column}.submenu-btn{background:none;border:none;font-family:Courier New,Courier,monospace;font-weight:700;font-size:1.1rem;padding:12px 22px;text-align:left;cursor:pointer;color:inherit;text-decoration:none;display:block;width:100%;transition:background .2s ease}.submenu-btn:hover{background:#00000014;color:inherit;text-decoration:none}.banner{display:flex;justify-content:center;align-items:flex-start;max-width:1200px;gap:3rem;margin:40px auto 0;background:#fff;border-radius:12px;box-shadow:0 2px 12px #0001;padding:18px 60px}.banner-info{flex:1;display:flex;flex-direction:column;justify-content:center}.banner-info h2{font-size:2.6rem;margin-bottom:2rem;font-weight:700;letter-spacing:2px;text-align:left}.banner-info p{font-size:1.35rem;margin-bottom:1.2rem;text-align:left;letter-spacing:1px}.banner-info a{color:#b70000;text-decoration:underline}.banner-img{width:370px;border-radius:12px;box-shadow:0 4px 16px #0002}.btn{background:#fff;color:#b70000;border:3px solid #b70000;border-radius:8px;padding:.8rem 2.2rem;font-size:1.3rem;font-family:inherit;font-weight:700;cursor:pointer;transition:background .2s,color .2s;margin-top:1.5rem;align-self:flex-start}.btn:hover{background:#b70000;color:#fff}.main-content{margin:40px auto 0;max-width:1200px;padding:0 40px}.product-card{border:2px solid #b70000;border-radius:48px;padding:32px 24px 24px;background:#fff;width:420px;min-height:480px;display:flex;flex-direction:column;align-items:center;margin-bottom:32px;box-sizing:border-box;box-shadow:0 2px 12px #0001}.product-image{width:90%;height:220px;background:#176485;display:flex;align-items:center;justify-content:center;border-radius:8px;margin-bottom:32px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.product-image-placeholder{color:#fff;font-size:2rem;width:100%;text-align:center}.product-title{font-family:Courier New,Courier,monospace;font-size:2rem;font-weight:700;margin:24px 0 16px;text-align:center}.product-btn{background:#fff;color:#b70000;border:none;font-size:1.3rem;font-family:inherit;font-weight:700;cursor:pointer;margin-top:16px;text-decoration:underline;transition:color .2s,background .2s;align-self:flex-start;padding:.2em 1em;border-radius:8px}.product-btn:hover{color:#fff;background:#b70000}@media (max-width: 1000px){.product-card{width:90vw;min-width:260px;max-width:420px}}@media (max-width: 900px){body,.menu-btn,.submenu-btn,.menu-btn:hover,.submenu-btn:hover{color:#222}.banner,.main-content{flex-direction:column;padding:24px 10px;gap:1.5rem}.banner-img{width:100%;max-width:350px;margin:0 auto}.menu-content{flex-direction:column;gap:12px;align-items:center;width:100%;max-width:100%;margin:0;background:#ede5cf;border-radius:0 0 12px 12px;box-shadow:0 2px 12px #0001;position:absolute;left:0;top:80px;padding:20px 16px;z-index:1000;display:none}.menu-content.open,.hamburger{display:flex}nav.menu{position:relative;min-height:80px}.menu-group{flex-direction:column;gap:8px;width:100%;align-items:center}.menu-btn{width:100%;max-width:200px;padding:10px 20px;font-size:1.1rem}.logo-navbar{margin:16px auto}.logo-navbar-img{height:60px}}@media (max-width: 700px){body,.menu-btn,.submenu-btn{color:#222}.banner{padding:10px 2px}.menu-content{flex-direction:column;gap:8px;align-items:center;width:100%;max-width:100%;margin:0;background:#ede5cf;border-radius:0 0 12px 12px;box-shadow:0 2px 12px #0001;position:absolute;left:0;top:80px;padding:16px 12px;z-index:1000;display:none}.menu-content.open,.hamburger{display:flex}nav.menu{position:relative;min-height:80px}.menu-group{flex-direction:column;gap:6px;width:100%;align-items:center}.menu-btn{width:100%;max-width:180px;padding:8px 16px;font-size:1rem}.logo-navbar{margin:12px auto}.logo-navbar-img{height:50px}}@media (max-width: 600px){body,.menu-btn,.submenu-btn{color:#222}.banner{flex-direction:column;padding:8px 2px;gap:1rem}.main-content{padding:0 4px}.banner-img{width:100%;max-width:100%}.menu-content{padding:12px 8px;gap:6px}.menu-btn{max-width:160px;padding:6px 12px;font-size:.9rem}.logo-navbar-img{height:40px}.login-container{padding:16px 4px 12px;border-radius:12px;min-width:unset;max-width:95vw;width:95vw;margin:24px auto 0;box-sizing:border-box}.login-logo{width:80px;margin-bottom:16px;display:block;margin-left:auto;margin-right:auto}.login-form{gap:16px;width:100%}.login-form input{font-size:1rem;padding:6px 8px}.login-btn{font-size:1rem;padding:.6em 1em}}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.card{padding:2em}.read-the-docs{color:#888}.App{display:flex;flex-direction:column;min-height:100vh;width:100vw;box-sizing:border-box}.app-main{flex:1 0 auto;width:100%}.login-container{background:#fff;border-radius:24px;box-shadow:0 2px 12px #0002;padding:32px 32px 24px;display:flex;flex-direction:column;align-items:center;width:100%}.login-logo{width:120px;margin-bottom:24px}.login-form{display:flex;flex-direction:column;gap:18px;width:100%}.login-form label{font-family:Courier New,Courier,monospace;font-size:1.1rem;color:#222;display:flex;flex-direction:column;gap:6px}.login-form input{padding:8px 12px;border-radius:8px;border:1px solid #bca178;font-size:1.1rem;font-family:inherit;margin-top:2px}.login-btn{background:#b70000;color:#fff;border:none;border-radius:8px;padding:.7em 1.5em;font-size:1.1rem;font-family:inherit;font-weight:700;cursor:pointer;margin-top:10px;transition:background .2s}.login-btn:hover{background:#a00000}.main-content,.banner,.login-container{margin-top:48px}.product-detail-container{max-width:1200px;margin:40px auto;background:#fff;border-radius:24px;box-shadow:0 2px 12px #0002;padding:32px 32px 24px}.product-detail-header{margin-bottom:24px}.product-detail-back{background:none;border:none;color:#b70000;font-size:1.2rem;font-family:Courier New,Courier,monospace;font-weight:700;cursor:pointer;margin-bottom:12px;text-decoration:underline}.product-detail-content{display:flex;gap:48px;align-items:flex-start;flex-wrap:wrap}.product-detail-image{width:420px;height:260px;background:#176485;display:flex;align-items:center;justify-content:center;border-radius:8px;margin-bottom:24px;overflow:hidden}.product-detail-info{flex:1;min-width:260px}.product-detail-price{display:flex;align-items:center;margin-bottom:24px;font-size:2rem}.product-detail-whatsapp{display:flex;align-items:center;margin-bottom:24px}.product-detail-desc h3{font-size:1.5rem;font-family:Courier New,Courier,monospace;font-weight:700;margin-bottom:8px}.product-detail-desc p{font-size:1.1rem;font-family:Courier New,Courier,monospace}@media (max-width: 900px){.product-detail-content{flex-direction:column;gap:24px}.product-detail-image{width:100%;max-width:100vw;height:200px}}@media (max-width: 600px){.product-detail-container{padding:12px 2vw;border-radius:12px}.product-detail-image{height:140px}.product-detail-info{min-width:unset}}.productos-tab{background:#ede5cf;border:none;border-radius:12px 12px 0 0;padding:12px 36px;font-family:Courier New,Courier,monospace;font-weight:700;font-size:1.2rem;cursor:pointer;color:#222;margin:0 4px;transition:background .2s,color .2s;outline:none}.productos-tab-activa{background:#b70000;color:#fff}.galeria-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;margin:32px 3vw 0}.galeria-foto{background:#176485;color:#fff;font-size:2rem;display:flex;align-items:center;justify-content:center;border-radius:2px;min-height:260px;min-width:0;box-shadow:0 2px 12px #0001;font-family:Courier New,Courier,monospace;border:2px solid #222}@media (max-width: 900px){.galeria-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.2rem}.galeria-foto{font-size:1.2rem;min-height:120px}}.galeria-modal{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:2000}.galeria-modal-img{max-width:90vw;max-height:80vh;border-radius:8px;box-shadow:0 4px 32px #000a;background:#fff}.galeria-modal-close{position:fixed;top:32px;right:48px;font-size:3rem;color:#fff;background:none;border:none;cursor:pointer;z-index:2100;font-weight:700;transition:color .2s}.galeria-modal-close:hover{color:#b70000}@media (max-width: 600px){.galeria-modal-img{max-width:98vw;max-height:60vh}.galeria-modal-close{top:12px;right:16px;font-size:2.2rem}}.service-card{display:flex;justify-content:space-between;align-items:center;border:2px solid #b70000;border-radius:48px;padding:32px 24px 24px;background:#fff;width:100%;max-width:1200px;min-height:260px;margin:32px auto;box-sizing:border-box;box-shadow:0 2px 12px #0001;gap:32px}.service-card-info{flex:2;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;min-width:0}.service-title{font-family:Courier New,Courier,monospace;font-size:2.3rem;font-weight:700;margin-bottom:16px}.service-desc{font-family:Courier New,Courier,monospace;font-size:1.6rem;margin-bottom:32px;color:#222}.service-btn{background:#fff;color:#b70000;border:none;font-size:1.3rem;font-family:inherit;font-weight:700;cursor:pointer;margin-top:8px;text-decoration:underline;transition:color .2s,background .2s;align-self:flex-end;padding:.2em 1em;border-radius:8px}.service-btn:hover{color:#fff;background:#b70000}.service-card-image{flex:1;display:flex;align-items:center;justify-content:center;min-width:180px;max-width:260px;height:180px;background:none}.service-card-image img{max-width:100%;max-height:100%;object-fit:contain}.service-image-placeholder{background:#176485;color:#fff;font-size:2rem;width:100%;height:100%;display:flex;align-items:center;justify-content:center;border-radius:8px}@media (max-width: 900px){.service-card{flex-direction:column;align-items:stretch;gap:12px;padding:18px 8px;border-radius:24px}.service-card-image{max-width:100%;height:120px;min-width:0}.service-title{font-size:1.5rem}.service-desc{font-size:1.1rem}}.service-detail-container{max-width:1200px;margin:40px auto;background:#fff;border-radius:24px;box-shadow:0 2px 12px #0002;padding:32px 32px 24px}.service-detail-back{background:none;border:none;color:#b70000;font-size:1.2rem;font-family:Courier New,Courier,monospace;font-weight:700;cursor:pointer;margin-bottom:12px;text-decoration:underline}.service-detail-main{display:flex;gap:48px;align-items:flex-start;flex-wrap:wrap;margin-bottom:32px}.service-detail-info{flex:2;min-width:260px}.service-detail-image{flex:1;min-width:180px;max-width:320px;height:180px;display:flex;align-items:center;justify-content:center;background:none}.service-detail-image img{max-width:100%;max-height:100%;object-fit:contain}.service-contacto{margin-top:24px;margin-bottom:12px}.service-contacto-item{display:flex;align-items:center;font-size:1.1rem;font-family:Courier New,Courier,monospace;margin-bottom:8px;color:#222}.service-contacto-item a{color:#b70000;text-decoration:underline;font-size:1.1rem}.service-detail-galeria{display:flex;gap:24px;margin-top:32px;justify-content:flex-start;flex-wrap:wrap}.service-galeria-item{display:flex;flex-direction:column;align-items:center;width:200px}.service-galeria-item img{width:100%;height:120px;object-fit:cover;border-radius:8px;box-shadow:0 2px 12px #0001}.service-galeria-titulo{font-family:Courier New,Courier,monospace;font-size:1.1rem;margin-top:8px;text-align:center}@media (max-width: 900px){.service-detail-main{flex-direction:column;gap:24px}.service-detail-image{max-width:100%;height:120px;min-width:0}.service-galeria-item{width:100px}.service-galeria-item img{height:60px}}.conocenos-page{max-width:1200px;margin:0 auto;padding:0 16px}.conocenos-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.conocenos-section{margin-bottom:22px;background:#fff;border:1px solid #e9e3db;border-radius:10px;overflow:hidden;box-shadow:0 1px 8px #0001;transition:all .3s ease;cursor:pointer}.conocenos-section:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000001f;border-color:#d4c4a8}.conocenos-content{display:flex;flex-direction:column;gap:14px;align-items:stretch;min-height:200px}.conocenos-text{flex:1;padding:20px;display:flex;flex-direction:column;justify-content:space-between;min-width:240px}.conocenos-title{font-size:1.6rem;font-weight:700;color:#333;margin:0 0 10px;font-family:Courier New,Courier,monospace;text-transform:uppercase;line-height:1.2;text-align:center}.conocenos-description{font-size:1rem;color:#333;line-height:1.5;margin:0;font-family:Courier New,Courier,monospace;flex-grow:1}.conocenos-link{color:#e74c3c;text-decoration:none;font-weight:700;font-size:.95rem;align-self:flex-end;margin-top:auto;font-family:Courier New,Courier,monospace;cursor:pointer}.conocenos-link:hover{text-decoration:underline}.conocenos-image{width:100%;height:200px;background:transparent;display:flex;align-items:center;justify-content:center;border-radius:8px;overflow:hidden;padding:12px;box-sizing:border-box}.conocenos-image img{max-width:100%;max-height:100%;object-fit:contain;width:100%;height:100%;transition:transform .3s ease}.conocenos-section:hover .conocenos-image img{transform:scale(1.05)}.conocenos-image-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#666;font-size:1.5rem;font-weight:700;font-family:Courier New,Courier,monospace;text-align:center;background-color:#f5f5f5;border:2px dashed #ddd}.conocenos-loading{text-align:center;padding:50px;font-size:1.2rem;color:#666;font-family:Courier New,Courier,monospace}.conocenos-error{text-align:center;padding:50px;color:#e74c3c;font-size:1.2rem;font-family:Courier New,Courier,monospace}@media (max-width: 900px){.conocenos-grid{grid-template-columns:1fr}.conocenos-content{flex-direction:column;gap:12px}.conocenos-image{width:100%;max-width:100vw;height:160px}}@media (max-width: 600px){.conocenos-section{border-radius:12px}.conocenos-text{padding:12px 2vw}.conocenos-image{height:140px}}
