.main-header{position:fixed;top:0;left:0;right:0;z-index:100;transition:all .4s cubic-bezier(.4,0,.2,1);height:5rem;display:flex;align-items:center}.header-default{background-color:#0f172acc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.header-scrolled{background-color:#0f172af2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 10px 15px -3px #0000004d;height:4.5rem}.nav-container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.nav-wrapper{display:flex;align-items:center;justify-content:space-between;width:100%}.logo-link{display:flex;align-items:center;gap:.75rem;text-decoration:none}.logo-box{background:linear-gradient(135deg,#3b82f6,#1d4ed8);padding:.6rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;transition:transform .3s ease;box-shadow:0 4px 6px #0003}.logo-link:hover .logo-box{transform:scale(1.1)}.logo-text{display:none}@media(min-width:640px){.logo-text{display:block}}.brand-name{color:#fff;font-weight:800;font-size:1.5rem;display:block;line-height:1}.brand-tagline{color:#60a5fa;font-size:.75rem;font-weight:500}.desktop-nav{display:none;align-items:center;gap:.5rem}@media(min-width:768px){.desktop-nav{display:flex}}.nav-link{padding:.5rem 1rem;color:#e2e8f0;font-weight:500;text-decoration:none;position:relative;transition:color .3s ease}.nav-link:hover{color:#fff}.nav-link-underline{position:absolute;bottom:0;left:50%;width:0;height:2px;background-color:#3b82f6;transition:all .3s ease;transform:translate(-50%)}.nav-link:hover .nav-link-underline{width:80%}.btn-quote{margin-left:1rem;background:linear-gradient(to right,#2563eb,#1d4ed8);color:#fff;padding:.6rem 1.5rem;border-radius:.5rem;font-weight:600;text-decoration:none;transition:all .3s ease}.btn-quote:hover{transform:translateY(-2px);box-shadow:0 4px 12px #2563eb66}.mobile-toggle{display:block;background:transparent;border:none;color:#fff;padding:.5rem;cursor:pointer}@media(min-width:768px){.mobile-toggle{display:none}}.mobile-nav{background-color:#0f172afa;padding:1rem;display:flex;flex-direction:column;gap:.5rem}.mobile-nav-link{display:block;padding:1rem;color:#e2e8f0;text-decoration:none;border-radius:.5rem;transition:background .3s ease}.mobile-nav-link:hover{background-color:#ffffff1a;color:#fff}.footer{background:linear-gradient(to bottom right,#0f172a,#1e293b);color:#fff;padding:4rem 0 2rem}.footer-container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.footer-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:768px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer-brand{grid-column:span 1}.brand-wrapper{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.logo-icon-footer{background:linear-gradient(to bottom right,#3b82f6,#1d4ed8);padding:.6rem;border-radius:.5rem;box-shadow:0 4px 6px #0003}.footer-brand-name{font-weight:700;font-size:1.25rem;letter-spacing:-.025em;display:block}.footer-brand-tagline{color:#60a5fa;font-size:.875rem;font-weight:500}.footer-about-text{color:#cbd5e1;margin-bottom:1.5rem;line-height:1.6}.social-links{display:flex;gap:.75rem}.social-icon{width:2.5rem;height:2.5rem;background-color:#ffffff1a;border-radius:.5rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease;color:#fff}.social-icon:hover{background-color:#2563eb;transform:scale(1.1)}.footer-column-title{display:block;font-size:1.125rem;font-weight:700;margin-bottom:1.5rem}.footer-list{list-style:none;padding:0}.footer-list-item{margin-bottom:.75rem}.footer-link{color:#94a3b8;text-decoration:none;transition:color .2s ease;display:flex;align-items:center;gap:.5rem}.footer-link:hover{color:#60a5fa}.bullet-dot{width:.375rem;height:.375rem;background-color:#3b82f6;border-radius:50%}.contact-list{list-style:none;padding:0}.contact-item{display:flex;align-items:flex-start;gap:.75rem;color:#cbd5e1;margin-bottom:1rem}.contact-icon{color:#60a5fa;flex-shrink:0;margin-top:.25rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:3rem;padding-top:2rem;display:flex;flex-direction:column;align-items:center;gap:1rem}@media(min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between}}.copyright-text{color:#94a3b8;font-size:.875rem;text-align:center}.legal-links{display:flex;gap:1.5rem;font-size:.875rem}.legal-link{color:#94a3b8;text-decoration:none;transition:color .2s ease}.legal-link:hover{color:#60a5fa}.products-section{padding:5rem 0;background:linear-gradient(to bottom right,#f8fafc,#f1f5f9)}.products-container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.products-header{text-align:center;margin-bottom:4rem}.products-title{font-size:clamp(2.25rem,5vw,3rem);font-weight:700;color:#0f172a;margin-bottom:1rem}.products-subtitle{font-size:1.25rem;color:#475569;max-width:48rem;margin:0 auto}.products-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.products-grid{grid-template-columns:repeat(3,1fr)}}.product-card{background:#fff;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a;overflow:hidden;transition:all .3s ease;display:flex;flex-direction:column;height:100%}.product-image-container{position:relative;height:16rem;overflow:hidden}.product-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.product-image-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(15,23,42,.7),transparent)}.product-card-title{position:absolute;bottom:1rem;left:1.5rem;font-size:1.75rem;font-weight:700;color:#fff}.product-body{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column}.product-description{color:#334155;margin-bottom:1.5rem;font-size:1.05rem;line-height:1.5}.features-title,.info-title{font-weight:600;color:#0f172a;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.features-list{list-style:none;padding:0;margin-bottom:1.5rem}.feature-item{display:flex;align-items:flex-start;gap:.5rem;color:#475569;margin-bottom:.5rem;font-size:.95rem}.icon-blue{color:#2563eb;width:1.25rem}.icon-green{color:#16a34a;width:1.25rem;flex-shrink:0;margin-top:.2rem}.icon-amber{color:#d97706;width:1.25rem}.product-footer-info{border-top:1px solid #e2e8f0;padding-top:1rem;margin-top:auto}.product-footer-info h4{font-size:1rem;font-weight:600;color:#0f172a;margin-bottom:.5rem}.product-footer-info p{color:#475569;font-size:.9rem;margin-bottom:.25rem}.info-text{color:#475569;font-size:.95rem;margin-bottom:.75rem}.info-text-small{color:#64748b;font-size:.85rem}.products-footer-action{text-align:center;margin-top:3rem}.btn-primary-action{display:inline-block;background:linear-gradient(to right,#2563eb,#1d4ed8);color:#fff;padding:1rem 2rem;border-radius:.5rem;font-weight:600;text-decoration:none;transition:all .3s ease}.about-section{padding:5rem 0;background-color:#fff}.about-container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.about-header{text-align:center;margin-bottom:4rem}.about-title{font-size:clamp(2.25rem,5vw,3rem);font-weight:700;color:#0f172a;margin-bottom:1rem}.about-subtitle{font-size:1.25rem;color:#475569;max-width:48rem;margin:0 auto}.about-main-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;margin-bottom:4rem}@media(min-width:768px){.about-main-grid{grid-template-columns:repeat(2,1fr)}}.about-image-wrapper{position:relative;border-radius:.75rem;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.about-image-wrapper img{width:100%;height:400px;-o-object-fit:cover;object-fit:cover}.about-image-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(15,23,42,.5),transparent)}.about-text-content{display:flex;flex-direction:column;gap:1.5rem}.about-h3{font-size:1.875rem;font-weight:700;color:#0f172a}.about-p{font-size:1.125rem;color:#334155;line-height:1.6}.highlight-client{font-weight:600;color:#1d4ed8}.highlights-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.highlights-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.highlights-grid{grid-template-columns:repeat(4,1fr)}}.highlight-card{background:linear-gradient(to bottom right,#f8fafc,#f1f5f9);padding:1.5rem;border-radius:.75rem;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px #0000001a;transition:all .3s ease}.highlight-card:hover{box-shadow:0 20px 25px -5px #0000001a}.highlight-icon-box{background-color:#2563eb;width:3.5rem;height:3.5rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:#fff}.highlight-title{font-size:1.125rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.highlight-desc{color:#475569;font-size:.875rem}.quality-banner{margin-top:4rem;background:linear-gradient(to right,#2563eb,#1d4ed8);padding:3rem 2rem;border-radius:.75rem;color:#fff;text-align:center}.quality-banner h3{font-size:clamp(1.5rem,4vw,2.25rem);font-weight:700;margin-bottom:1rem}.quality-banner p{font-size:1.25rem;color:#dbeafe;margin-bottom:1.5rem}.badge-container{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.quality-badge{background:#fff3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem}.gallery-section{padding:5rem 0;background:linear-gradient(to bottom right,#f1f5f9,#e2e8f0)}.gallery-container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}.gallery-header{text-align:center;margin-bottom:3rem}.gallery-title{font-size:clamp(2.25rem,5vw,3rem);font-weight:700;color:#0f172a;margin-bottom:1rem}.gallery-subtitle{font-size:1.25rem;color:#475569;max-width:48rem;margin:0 auto}.gallery-filters{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:3rem;align-items:center}.filter-label{display:flex;align-items:center;gap:.5rem;color:#334155;font-weight:600}.filter-btn{padding:.625rem 1.5rem;border-radius:.5rem;font-weight:600;border:none;cursor:pointer;box-shadow:0 4px 6px -1px #0000001a;transition:all .3s ease;background-color:#fff;color:#334155}.filter-btn:hover{background-color:#f8fafc;box-shadow:0 10px 15px -3px #0000001a}.filter-btn.active{background-color:#2563eb;color:#fff;box-shadow:0 10px 15px -3px #2563eb4d;transform:scale(1.05)}.gallery-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.gallery-grid{grid-template-columns:repeat(4,1fr)}}.project-card{background:#fff;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a;overflow:hidden;transition:all .3s ease}.project-image-box{position:relative;height:12rem;overflow:hidden}.project-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.project-card:hover .project-img{transform:scale(1.1)}.project-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(15,23,42,.8),rgba(15,23,42,.4),transparent);opacity:0;transition:opacity .3s ease;display:flex;align-items:flex-end;padding:1rem}.project-card:hover .project-overlay{opacity:1}.overlay-desc{color:#fff;font-size:.875rem;font-weight:500;transform:translateY(1rem);transition:transform .3s ease}.project-card:hover .overlay-desc{transform:translateY(0)}.project-info{padding:1rem}.project-name{font-size:1.125rem;font-weight:700;color:#0f172a;margin-bottom:.25rem}.project-client{font-size:.875rem;color:#475569;margin-bottom:.5rem}.category-badge{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600}.badge-hojalata{background-color:#dbeafe;color:#1d4ed8}.badge-poli{background-color:#dcfce7;color:#15803d}.no-results{text-align:center;padding:3rem 0;color:#475569;font-size:1.25rem}.lightbox-overlay{position:fixed;inset:0;background-color:#0f172af2;z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.lightbox-content{position:relative;max-width:90vw;max-height:80vh}.lightbox-image{width:100%;height:auto;max-height:80vh;-o-object-fit:contain;object-fit:contain;border-radius:.5rem;box-shadow:0 25px 50px -12px #00000080}.lightbox-close,.lightbox-nav{position:absolute;background:#ffffff1a;color:#fff;border:none;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.lightbox-close{top:-3rem;right:0;width:3rem;height:3rem}.lightbox-nav{top:50%;transform:translateY(-50%);width:3.5rem;height:3.5rem}.nav-prev{left:-4rem}.nav-next{right:-4rem}.lightbox-close:hover,.lightbox-nav:hover{background:#fff3;scale:1.1}.lightbox-info{color:#fff;text-align:center;margin-top:1.5rem}@media(max-width:768px){.lightbox-nav{width:2.5rem;height:2.5rem}.nav-prev{left:-1rem}.nav-next{right:-1rem}.lightbox-close{top:-4rem;right:50%;transform:translate(50%)}}.btn-base{display:inline-flex;align-items:center;justify-content:center;border-radius:.5rem;font-size:.875rem;font-weight:500;transition:all .2s ease;cursor:pointer;border:1px solid transparent;outline:none;white-space:nowrap}.btn-base:disabled{opacity:.5;pointer-events:none}.btn-default{background:linear-gradient(to right,#2563eb,#1d4ed8);color:#fff;box-shadow:0 4px 6px -1px #0000001a}.btn-default:hover{background:linear-gradient(to right,#1d4ed8,#1e40af);transform:translateY(-1px)}.btn-outline{border:1px solid #e2e8f0;background-color:transparent;color:#0f172a}.btn-outline:hover{background-color:#f8fafc;border-color:#cbd5e1}.btn-ghost{background:transparent;color:#64748b}.btn-ghost:hover{background-color:#0f172a0d;color:#0f172a}.btn-md{height:2.5rem;padding:.5rem 1rem}.btn-sm{height:2.25rem;padding-left:.75rem;padding-right:.75rem}.btn-lg{height:2.75rem;padding-left:2rem;padding-right:2rem;font-size:1rem}.btn-icon{height:2.5rem;width:2.5rem}.contact-section{padding:5rem 0;background:linear-gradient(to bottom right,#0f172a,#1e293b)}.contact-container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.contact-header{text-align:center;margin-bottom:4rem}.contact-title{font-size:clamp(2.25rem,5vw,3rem);font-weight:700;color:#fff;margin-bottom:1rem}.contact-subtitle{font-size:1.25rem;color:#cbd5e1;max-width:48rem;margin:0 auto}.info-card{background:#ffffff0d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:.75rem;padding:2rem;border:1px solid rgba(255,255,255,.1)}.info-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1.5rem}.info-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.info-icon-box{background-color:#2563eb;padding:.75rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.info-label{font-weight:600;color:#fff;margin-bottom:.25rem}.info-text{color:#cbd5e1}.info-footer{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.contact-form{background-color:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 25px 50px -12px #00000080}.form-group{margin-bottom:1.25rem}.form-label{display:block;font-size:.875rem;font-weight:600;color:#334155;margin-bottom:.5rem}.form-input,.form-select,.form-textarea{width:100%;padding:.75rem 1rem;border-radius:.5rem;border:1px solid #d1d5db;outline:none;transition:all .3s ease;background-color:#fff;color:#0f172a}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb33}.phone-group{display:flex;gap:.5rem}.form-select-country{width:7.5rem;background-color:#f8fafc}.form-textarea{resize:none}.btn-submit{width:100%;background:linear-gradient(to right,#2563eb,#1d4ed8);color:#fff;padding:1.25rem;border-radius:.5rem;font-weight:600;font-size:1.125rem;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease}.btn-submit:hover:not(:disabled){background:linear-gradient(to right,#1d4ed8,#1e40af);transform:scale(1.02)}.btn-submit:disabled{opacity:.5;cursor:not-allowed}.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-background{position:absolute;inset:0}.hero-background img{width:100%;height:100%;object-cover:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom right,#0f172ae6,#0f172acc,#1e3a8ab3)}.hero-fade-bottom{position:absolute;inset:0;background:linear-gradient(to top,#0f172a,transparent,transparent)}.hero-content{position:relative;z-index:10;width:100%;max-width:1200px;margin:0 auto;padding:8rem 1rem;text-align:center}.badge-excellence{display:inline-flex;align-items:center;gap:.5rem;background:#2563eb33;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:.5rem 1.5rem;border-radius:9999px;border:1px solid rgba(96,165,250,.3);margin-bottom:2rem;color:#93c5fd;font-weight:600}.hero-title{font-size:clamp(3rem,8vw,4.5rem);font-weight:800;color:#fff;margin-bottom:1.5rem;line-height:1.1}.hero-subtitle{font-size:clamp(1.25rem,4vw,2.25rem);font-weight:700;color:#fff;margin-bottom:1rem}.hero-divider{width:6rem;height:.25rem;background:linear-gradient(to right,#3b82f6,#1d4ed8);margin:0 auto;border-radius:9999px}.hero-description{font-size:1.25rem;color:#e2e8f0;line-height:1.6;max-width:48rem;margin:2rem auto}.hero-benefits{display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center;margin-bottom:3rem;list-style:none;padding:0;color:#e2e8f0}@media(min-width:640px){.hero-benefits{flex-direction:row;gap:2rem}}.benefit-item{display:flex;align-items:center;gap:.5rem}.benefit-icon{color:#4ade80}.hero-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center}@media(min-width:640px){.hero-buttons{flex-direction:row}}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(to right,#2563eb,#1d4ed8);color:#fff;padding:1.25rem 2.5rem;border-radius:.5rem;font-weight:700;font-size:1.125rem;text-decoration:none;box-shadow:0 25px 50px -12px #00000080;transition:all .3s ease}.btn-primary:hover{transform:scale(1.05);box-shadow:0 0 20px #3b82f680}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:#ffffff1a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;padding:1.25rem 2.5rem;border-radius:.5rem;font-weight:700;border:2px solid rgba(255,255,255,.3);text-decoration:none;transition:all .3s ease}.btn-secondary:hover{background:#fff3;transform:scale(1.05)}.carousel-container{margin-top:4rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2);width:100%;text-align:center;margin-bottom:4rem}.carousel-text{font-size:clamp(2rem,5vw,2rem);font-weight:700;color:#0f172a}.carousel-track-wrapper{position:relative;display:flex;overflow:hidden;background-color:#fff}.carousel-track{display:flex;gap:4rem;align-items:center;flex-wrap:nowrap}.logo-group{display:flex;gap:4rem;align-items:center;flex-shrink:0}.client-logo{height:100px;width:200px;-o-object-fit:contain;object-fit:contain;flex-shrink:0;transition:all .3s ease}.client-logo:hover{transform:scale(1.05)}.client-name-tag{white-space:nowrap;color:#ffffff73;font-size:1.6rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase;text-shadow:2px 2px 4px rgba(0,0,0,.5);transition:color .3s ease;cursor:default}.logo-group:hover .client-name-tag{color:#fffc}.carousel-shadow-left,.carousel-shadow-right{position:absolute;top:0;bottom:0;width:200px;z-index:10;pointer-events:none}.carousel-shadow-left{left:0;background:linear-gradient(to right,#ffffff,transparent)}.carousel-shadow-right{right:0;background:linear-gradient(to left,#ffffff,transparent)}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.mouse-icon{width:1.5rem;height:2.5rem;border:2px solid rgba(255,255,255,.5);border-radius:9999px;display:flex;justify-content:center;padding-top:.5rem}.mouse-wheel{width:.375rem;height:.375rem;background:#fff;border-radius:50%}.toast-viewport{position:fixed;top:0;z-index:100;display:flex;flex-direction:column-reverse;padding:1rem;width:100%;max-height:100vh}@media(min-width:640px){.toast-viewport{bottom:0;right:0;top:auto;flex-direction:column;max-width:420px}}.toast-root{position:relative;display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.5rem 2rem 1.5rem 1.5rem;border-radius:.5rem;border:1px solid #e2e8f0;background-color:#fff;box-shadow:0 10px 15px -3px #0000001a;overflow:hidden;transition:all .2s ease;pointer-events:auto}.toast-default{background-color:#fff;color:#0f172a}.toast-destructive{background-color:#ef4444;border-color:#ef4444;color:#fff}.toast-title{font-size:.875rem;font-weight:600}.toast-description{font-size:.875rem;opacity:.9}.toast-close{position:absolute;right:.5rem;top:.5rem;padding:.25rem;border-radius:.375rem;color:#0f172a80;opacity:0;transition:opacity .2s;cursor:pointer;border:none;background:transparent}.toast-root:hover .toast-close{opacity:1}.toast-destructive .toast-close{color:#fecaca}.toast-content{display:flex;flex-direction:column;gap:.25rem}.whatsapp-container{position:fixed;bottom:1.5rem;right:1.5rem;z-index:50}.whatsapp-link{display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;background-color:#25d366;color:#fff;border-radius:9999px;shadow-box:0 10px 15px -3px rgba(0,0,0,.1);transition:all .3s ease;text-decoration:none;position:relative}@media(min-width:768px){.whatsapp-link{width:4rem;height:4rem}}.whatsapp-link:hover{transform:scale(1.1);box-shadow:0 20px 25px -5px #0003}.whatsapp-link:focus{outline:none;box-shadow:0 0 0 4px #25d36680}.whatsapp-tooltip{position:absolute;right:100%;margin-right:1rem;background-color:#fff;color:#1e293b;font-size:.875rem;font-weight:600;padding:.5rem 1rem;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a;opacity:0;transition:opacity .3s ease;pointer-events:none;white-space:nowrap;display:none;border:1px solid #f1f5f9}@media(min-width:768px){.whatsapp-link:hover .whatsapp-tooltip{display:block;opacity:1}}.tooltip-arrow{position:absolute;top:50%;right:-.375rem;transform:translateY(-50%) rotate(45deg);width:.75rem;height:.75rem;background-color:#fff;border-right:1px solid #f1f5f9;border-top:1px solid #f1f5f9}.app-layout{display:flex;flex-direction:column;min-height:100vh}.main-content{flex-grow:1}body,html{margin:0;padding:0;box-sizing:border-box}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root{--background: 0 0% 100%;--foreground: 222.2 84% 4.9%;--card: 0 0% 100%;--card-foreground: 222.2 84% 4.9%;--popover: 0 0% 100%;--popover-foreground: 222.2 84% 4.9%;--primary: 221.2 83.2% 53.3%;--primary-foreground: 210 40% 98%;--secondary: 210 40% 96.1%;--secondary-foreground: 222.2 47.4% 11.2%;--muted: 210 40% 96.1%;--muted-foreground: 215.4 16.3% 46.9%;--accent: 210 40% 96.1%;--accent-foreground: 222.2 47.4% 11.2%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 210 40% 98%;--border: 214.3 31.8% 91.4%;--input: 214.3 31.8% 91.4%;--ring: 221.2 83.2% 53.3%;--radius: .5rem}*{border-color:hsl(var(--border))}body{background-color:hsl(var(--background));color:hsl(var(--foreground));font-family:Inter,DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.visible{visibility:visible}.mx-auto{margin-left:auto;margin-right:auto}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-5{height:1.25rem}.h-8{height:2rem}.h-9{height:2.25rem}.w-10{width:2.5rem}.w-5{width:1.25rem}.max-w-6xl{max-width:72rem}.shrink-0{flex-shrink:0}.items-center{align-items:center}.justify-center{justify-content:center}.gap-12{gap:3rem}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.border{border-width:1px}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.bg-slate-100{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-8{padding-left:2rem;padding-right:2rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-sm{font-size:.875rem;line-height:1.25rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-slate-900{--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.underline-offset-4{text-underline-offset:4px}.outline{outline-style:solid}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#1e293b}::-webkit-scrollbar-thumb{background:#3b82f6;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#2563eb}html{scroll-behavior:smooth}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.animate-float{animation:float 3s ease-in-out infinite}*:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}::-moz-selection{background-color:#3b82f6;color:#fff}::selection{background-color:#3b82f6;color:#fff}.hover\:bg-red-700:hover{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.hover\:bg-slate-100:hover{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.hover\:bg-slate-200:hover{--tw-bg-opacity: 1;background-color:rgb(226 232 240 / var(--tw-bg-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-blue-500:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:opacity-50:disabled{opacity:.5}@media(min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}
