*{margin:0;padding:0;box-sizing:border-box}html{height:100%;margin:0;scroll-behavior:smooth;scroll-padding-top:80px}body{height:100%;margin:0;font-family:'Inter',sans-serif;line-height:1.6;color:#1a1a1a;background-color:#f8fafc;padding-top:80px}#pageWrapper{display:flex;flex-direction:column;min-height:100vh}main{flex:1}:root{--primary-color:#0ea5e9;--primary-light:#38bdf8;--primary-dark:#0284c7;--secondary-color:#64748b;--secondary-light:#94a3b8;--secondary-dark:#475569;--success-color:#10b981;--warning-color:#f59e0b;--danger-color:#ef4444;--info-color:#06b6d4;--white:#ffffff;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--black:#000000;--light-color:#f9fafb;--dark-color:#111827;--transition-fast:150ms cubic-bezier(0.4, 0, 0.2, 1);--transition-base:250ms cubic-bezier(0.4, 0, 0.2, 1);--transition-slow:350ms cubic-bezier(0.4, 0, 0.2, 1);--shadow-sm:0 1px 2px 0 rgb(0 0 0 / 0.05);--shadow-md:0 4px 6px -1px rgb(0 0 0 / 0.1);--shadow-lg:0 10px 15px -3px rgb(0 0 0 / 0.1);--shadow-xl:0 20px 25px -5px rgb(0 0 0 / 0.1);--radius-sm:0.375rem;--radius-md:0.5rem;--radius-lg:0.75rem;--radius-xl:1rem;--radius-2xl:1.5rem;--radius-full:9999px}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:.5rem 0;background:linear-gradient(180deg,rgb(255 255 255 / .95) 0%,rgb(249 250 251 / .92) 100%);backdrop-filter:blur(12px) saturate(180%);-webkit-backdrop-filter:blur(12px) saturate(180%);border-bottom:1px solid rgb(0 0 0 / .08);box-shadow:0 1px 3px rgb(0 0 0 / .05);transition:all var(--transition-base)}.navbar.scrolled{background:linear-gradient(180deg,rgb(255 255 255 / .98) 0%,rgb(249 250 251 / .95) 100%);box-shadow:var(--shadow-md);border-bottom-color:rgb(0 0 0 / .1)}.navbar-brand{font-size:1.75rem;font-weight:700;color:var(--gray-900)!important;display:flex;align-items:center;gap:.5rem;transition:opacity var(--transition-fast)}.navbar-brand:hover{opacity:.8}.navbar-brand img{max-height:70px;width:130px}.navbar-brand span{background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text;font-weight:700}.nav-link{font-weight:500;color:var(--gray-700)!important;position:relative;padding:.75rem 1.25rem!important;margin:0 .25rem;border:none!important;background:none!important;outline:none!important;box-shadow:none!important;transition:color var(--transition-fast)}.nav-link::after{content:'';position:absolute;bottom:0;left:50%;width:0;height:2px;background:var(--primary-color);transform:translateX(-50%);transition:width var(--transition-base);border-radius:var(--radius-full)}.nav-link:hover,.nav-link.active{color:var(--primary-color)!important}.nav-link:hover::after,.nav-link.active::after{width:80%}.nav-link.active{font-weight:600}.nav-link.cta-btn{background:linear-gradient(135deg,var(--primary-color),var(--primary-dark))!important;color:white!important;border-radius:var(--radius-full);padding:.75rem 1.5rem!important;margin-left:1rem;font-weight:600;box-shadow:0 2px 8px rgb(14 165 233 / .25);transition:all var(--transition-base)}.nav-link.cta-btn::after{display:none}.nav-link.cta-btn:hover{background:linear-gradient(135deg,var(--primary-dark),var(--primary-color))!important;box-shadow:0 4px 12px rgb(14 165 233 / .35);transform:translateY(-1px)}.navbar-toggler{padding:.5rem;border:1px solid var(--gray-300);border-radius:var(--radius-md);transition:all var(--transition-fast)}.navbar-toggler:hover{background:var(--gray-100);border-color:var(--gray-400)}.navbar-toggler:focus{box-shadow:0 0 0 3px rgb(14 165 233 / .15);outline:none}.navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(55, 65, 81, 0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-collapse{transition:height 0.35s ease}.navbar-collapse.collapsing{overflow:hidden}.btn{border-radius:var(--radius-lg);font-weight:600;text-transform:uppercase;letter-spacing:.5px;border:none;position:relative;overflow:hidden;transition:all var(--transition-base);cursor:pointer}.btn-primary{background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));color:#fff;box-shadow:0 2px 8px rgb(14 165 233 / .25)}.btn-primary:hover{box-shadow:0 4px 12px rgb(14 165 233 / .35);background:linear-gradient(135deg,var(--primary-dark),var(--primary-color))}.btn-primary:active{transform:translateY(0)}.btn-outline{border:2px solid var(--primary-color);color:var(--primary-color);background:#fff0}.btn-outline:hover{background:var(--primary-color);color:#fff;box-shadow:0 2px 8px rgb(14 165 233 / .25)}.btn:focus{outline:2px solid var(--primary-color);outline-offset:2px}.form-control,.form-select{border-radius:12px;border:2px solid var(--gray-200);padding:1rem 1.25rem;transition:all 0.3s ease;font-size:1rem;background:var(--gray-50)}.form-control:focus,.form-select:focus{border-color:var(--primary-color);box-shadow:0 0 0 .2rem rgb(37 99 235 / .15);background:#fff;outline:2px solid var(--primary-color);outline-offset:2px}.form-label{font-weight:600;color:var(--dark-color);margin-bottom:.5rem;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.form-check-input:checked{background-color:var(--primary-color);border-color:var(--primary-color)}.form-check-label a{color:var(--primary-color);text-decoration:none}.form-check-label a:hover{text-decoration:underline}.card{background:linear-gradient(145deg,#ffffff 0%,#f8f9fa 100%);border-radius:var(--radius-2xl);border:1px solid var(--gray-200);transition:all var(--transition-base)}.shadow-sm{box-shadow:0 .125rem .25rem rgb(0 0 0 / .075)!important}.shadow{box-shadow:0 .5rem 1rem rgb(0 0 0 / .15)!important}footer{background:linear-gradient(135deg,var(--gray-900) 0%,var(--gray-800) 100%);border-top:1px solid var(--gray-700)}footer h5,footer h6{color:#fff;font-weight:700;margin-bottom:1.5rem}footer p,footer span{color:var(--gray-400);line-height:1.6}footer a{color:var(--gray-400);text-decoration:none;transition:color 0.3s ease}footer a:hover{color:#fff}.social-links a{display:inline-block;width:45px;height:45px;background:rgb(255 255 255 / .1);border-radius:50%;text-align:center;line-height:45px;transition:all 0.3s ease;margin-right:1rem;border:1px solid rgb(255 255 255 / .1)}.social-links a:hover{background:var(--primary-color);transform:translateY(-3px);border-color:var(--primary-color)}.hero-slideshow{height:65vh;position:relative;overflow:hidden}.hero-slide{height:65vh;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}.hero-slide::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgb(19 27 50 / .56) 55%,rgb(11 59 89 / .29) 55%);z-index:1}.hero-content{position:relative;z-index:2;height:100%;display:flex;align-items:center;padding:2rem 0}.hero-title{font-size:4rem;font-weight:800;color:#fff;margin-bottom:1.5rem;line-height:1.1;text-shadow:0 2px 4px rgb(0 0 0 / .3)}.hero-subtitle{font-size:1.25rem;color:rgb(255 255 255 / .9);margin-bottom:2.5rem;line-height:1.6;max-width:600px}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.carousel-indicators{bottom:2rem;z-index:3}.carousel-indicators button{width:12px;height:12px;border-radius:50%;background:rgb(255 255 255 / .5);border:none;margin:0 .5rem}.carousel-indicators button.active{background:#fff;transform:scale(1.2)}.carousel-control-prev,.carousel-control-next{width:60px;height:60px;background:rgb(255 255 255 / .2);border-radius:50%;border:none;top:50%;transform:translateY(-50%);backdrop-filter:blur(10px)}.carousel-control-prev{left:20px}.carousel-control-next{right:20px}.carousel-control-prev:hover,.carousel-control-next:hover{background:rgb(255 255 255 / .3);transform:translateY(-50%) scale(1.1)}.carousel-control-prev-icon,.carousel-control-next-icon{width:24px;height:24px}.services-section{padding:6rem 0;background:#fff}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:3rem;font-weight:800;color:var(--dark-color);margin-bottom:1rem}.section-header p{font-size:1.125rem;color:var(--gray-600);max-width:600px;margin:0 auto;line-height:1.6}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.service-item{background:#fff;padding:3rem 2rem;border-radius:var(--radius-2xl);text-align:center;transition:all var(--transition-base);border:1px solid var(--gray-200);position:relative;overflow:hidden}.service-item::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-color),var(--primary-light));transform:scaleX(0);transform-origin:left;transition:transform var(--transition-base)}.service-item:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl);border-color:var(--primary-color)}.service-item:hover::before{transform:scaleX(1)}.service-icon{width:80px;height:80px;background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));border-radius:var(--radius-2xl);display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;transition:transform var(--transition-base);box-shadow:0 4px 12px rgb(14 165 233 / .25)}.service-icon i{font-size:2rem;color:#fff}.service-item:hover .service-icon{transform:scale(1.1) rotate(5deg)}.service-item h3{font-size:1.5rem;font-weight:700;color:var(--dark-color);margin-bottom:1rem}.service-item p{color:var(--gray-600);line-height:1.6}.about-section{padding:6rem 0;background:var(--gray-50)}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text h2{font-size:3rem;font-weight:800;color:var(--dark-color);margin-bottom:1.5rem}.about-text p{font-size:1.125rem;color:var(--gray-600);line-height:1.7;margin-bottom:2rem;text-align:justify}.features-list{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.feature-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 0}.feature-item i{color:var(--success-color);font-size:1.25rem}.feature-item span{color:var(--gray-700);font-weight:500}.about-image{position:relative}.about-image img{width:100%;height:500px;object-fit:cover;border-radius:20px;transition:transform 0.3s ease}.about-image::before{content:'';position:absolute;top:-20px;left:-20px;right:20px;bottom:20px;background:linear-gradient(135deg,var(--primary-color),#1d4ed8);border-radius:20px;z-index:-1;opacity:.1;transition:all 0.3s ease}.about-image:hover img{transform:scale(1.02)}.about-image:hover::before{opacity:.2;transform:scale(1.05)}.journey-section{padding:4rem 0}.accordion-horizontal{display:flex;gap:1rem;max-width:1400px;margin:0 auto;height:500px;padding:0 1rem}.accordion-panel{flex:0 0 100px;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px rgb(0 0 0 / .1);transition:all 0.6s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative;border:2px solid #fff0}.accordion-panel:hover{box-shadow:0 15px 40px rgb(0 0 0 / .15)}.accordion-panel.active{flex:1;cursor:default}.panel-header{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;padding:2rem 1rem;background:linear-gradient(135deg,#f8f9fa,#ffffff);transition:all 0.4s ease}.accordion-panel.active .panel-header{display:none}.panel-icon{width:70px;height:70px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#fff;box-shadow:0 8px 20px rgb(0 0 0 / .2);transition:all 0.4s ease}.panel-icon.bg-primary{background:linear-gradient(135deg,var(--primary-color),#1d4ed8)}.panel-icon.bg-success{background:linear-gradient(135deg,var(--success-color),#059669)}.panel-icon.bg-info{background:linear-gradient(135deg,#17a2b8,#0891b2)}.accordion-panel:not(.active):hover .panel-icon{transform:scale(1.1) rotate(5deg)}.panel-title{writing-mode:vertical-rl;text-orientation:mixed;font-size:1.5rem;font-weight:700;color:var(--dark-color);margin:0;letter-spacing:.05em}.panel-content{display:none;height:100%;opacity:0;transition:opacity 0.4s ease 0.2s}.accordion-panel.active .panel-content{display:flex;opacity:1;animation:fadeIn 0.6s ease forwards}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.panel-image{width:40%;overflow:hidden;position:relative}.panel-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.6s ease}.accordion-panel.active:hover .panel-image img{transform:scale(1.05)}.panel-body{flex:1;padding:3rem;overflow-y:auto;display:flex;flex-direction:column}.panel-body::-webkit-scrollbar{width:8px}.panel-body::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.panel-body::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:10px}.panel-badge{display:inline-flex;align-items:center;padding:.5rem 1rem;border-radius:50px;font-size:.9rem;font-weight:600;color:#fff;margin-bottom:1rem;width:fit-content}.panel-heading{font-size:2rem;font-weight:700;color:var(--dark-color);margin-bottom:1.5rem}.panel-text{font-size:1rem;color:var(--gray-600);line-height:1.8;text-align:justify;margin-bottom:1rem}.panel-verse{font-style:italic;color:var(--gray-700)}.panel-verse p{margin-bottom:1rem;line-height:1.9}.panel-list{list-style:none;padding:0;margin:1.5rem 0 0 0}.panel-list li{padding:.5rem 0;color:var(--gray-700);display:flex;align-items:flex-start;font-size:1rem}.panel-list li i{color:var(--primary-color);margin-top:.25rem;flex-shrink:0}.accordion-panel.active[data-panel="historia"]{border-color:var(--primary-color)}.accordion-panel.active[data-panel="objetivos"]{border-color:var(--success-color)}.accordion-panel.active[data-panel="futuro"]{border-color:#17a2b8}.statistics-section{padding:6rem 0;background:linear-gradient(135deg,var(--gray-900) 0%,var(--gray-800) 100%);color:#fff}.stat-item{transition:all 0.3s ease;text-align:center;padding:2rem 1rem}.stat-item:hover{transform:translateY(-5px)}.counter{font-size:4rem;font-weight:800;margin-bottom:.5rem;background:linear-gradient(135deg,white,#e2e8f0);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text}.testimonial-card{background:#fff;padding:4rem 3rem;border-radius:20px;box-shadow:0 10px 30px rgb(0 0 0 / .1);margin:2rem 0;text-align:center;border:1px solid var(--gray-200)}.testimonial-card .fa-star{color:#fbbf24;font-size:1.25rem;margin:0 .25rem}.testimonial-card p{font-size:1.125rem;color:var(--gray-700);line-height:1.7;margin:1.5rem 0;font-style:italic}.testimonial-card h6{color:var(--dark-color);font-size:1.125rem;margin-bottom:.25rem}.testimonial-card small{color:var(--gray-500);font-size:.875rem}.hero-section{padding:8rem 0 5rem;position:relative;text-align:center;color:#fff;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:rgb(0 0 0 / .02);z-index:0}.hero-section .container{position:relative;z-index:1}.hero-section-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1;text-shadow:2px 2px 8px rgb(0 0 0 / .5),0 0 20px rgb(0 0 0 / .3)}.hero-section-subtitle{font-size:1.25rem;opacity:.95;max-width:600px;margin:0 auto 2rem;line-height:1.6;text-shadow:1px 1px 6px rgb(0 0 0 / .5),0 0 15px rgb(0 0 0 / .3)}.hero-section .btn{font-weight:600;padding:.875rem 2rem;border-radius:50px;transition:all 0.3s ease;box-shadow:0 4px 15px rgb(0 0 0 / .2)}.hero-section .btn-light{background:#fff;color:var(--primary-color);border:none}.hero-section .btn-light:hover{background:var(--gray-50);transform:translateY(-2px);box-shadow:0 6px 20px rgb(0 0 0 / .3)}.hero-section .btn-outline-light{border:2px solid #fff;color:#fff;background:rgb(255 255 255 / .1);backdrop-filter:blur(10px)}.hero-section .btn-outline-light:hover{background:#fff;color:var(--primary-color);transform:translateY(-2px);box-shadow:0 6px 20px rgb(0 0 0 / .3)}.hero-section-contact{background:linear-gradient(135deg,rgb(14 165 233 / .6) 0%,rgb(99 102 241 / .55) 100%),url(/public/images/hero-section/contact.avif);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed}.hero-section-documents{background:linear-gradient(135deg,rgb(16 185 129 / .6) 0%,rgb(5 150 105 / .55) 100%),url(/public/images/hero-section/documents.avif);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed}.hero-section-invoices{background:linear-gradient(135deg,rgb(245 158 11 / .6) 0%,rgb(217 119 6 / .55) 100%),url(/public/images/hero-section/invoice.avif);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed}.hero-section-quote{background:linear-gradient(135deg,rgb(139 92 246 / .6) 0%,rgb(124 58 237 / .55) 100%),url(/public/images/hero-section/guote.avif);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed}.hero-section-intranet{background:linear-gradient(135deg,rgb(30 64 175 / .6) 0%,rgb(17 24 39 / .55) 100%),url(/public/images/hero-section/intranet.avif);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed}.hero-section-light{background:linear-gradient(135deg,var(--gray-50) 0%,var(--gray-100) 100%);color:var(--dark-color)}.hero-section-light .hero-section-title{color:var(--dark-color);text-shadow:none}.hero-section-light .hero-section-subtitle{color:var(--gray-600);text-shadow:none}.contact-hero{background:linear-gradient(135deg,rgb(14 165 233 / .6) 0%,rgb(99 102 241 / .55) 100%),url(https://images.unsplash.com/photo-1423666639041-f56000c27a9a?ixlib=rb-4.0.3&auto=format&fit=crop&w=2074&q=80);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;color:#fff;padding:8rem 0 5rem;text-align:center;position:relative;overflow:hidden}.contact-hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:rgb(0 0 0 / .02);z-index:0}.contact-hero .container{position:relative;z-index:1}.contact-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;color:#fff;line-height:1.1;text-shadow:2px 2px 8px rgb(0 0 0 / .5),0 0 20px rgb(0 0 0 / .3)}.contact-subtitle{font-size:1.25rem;opacity:.95;max-width:600px;margin:0 auto 2rem;color:#fff;line-height:1.6;text-shadow:1px 1px 6px rgb(0 0 0 / .5),0 0 15px rgb(0 0 0 / .3)}.contact-hero .btn{font-weight:600;padding:.875rem 2rem;border-radius:50px;transition:all 0.3s ease;box-shadow:0 4px 15px rgb(0 0 0 / .2)}.contact-hero .btn-light{background:#fff;color:#1e40af;border:none}.contact-hero .btn-light:hover{background:#f8fafc;transform:translateY(-2px);box-shadow:0 6px 20px rgb(0 0 0 / .3)}.contact-hero .btn-outline-light{border:2px solid #fff;color:#fff;background:rgb(255 255 255 / .1);backdrop-filter:blur(10px)}.contact-hero .btn-outline-light:hover{background:#fff;color:#1e40af;transform:translateY(-2px);box-shadow:0 6px 20px rgb(0 0 0 / .3)}.contact-info{display:grid;gap:2rem}.contact-item{display:flex;align-items:stretch;gap:0;padding:0;background:#fff;border-radius:15px;transition:all 0.3s ease;border:1px solid var(--gray-200);min-height:140px;overflow:hidden;box-shadow:0 2px 8px rgb(0 0 0 / .08)}.contact-item:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgb(0 0 0 / .15);border-color:var(--primary-color)}.contact-icon{width:100px;min-width:100px;align-self:stretch;background:linear-gradient(135deg,var(--primary-color),#1d4ed8);display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative}.contact-icon::after{content:'';position:absolute;right:0;top:0;bottom:0;width:1px;background:rgb(255 255 255 / .2)}.contact-icon i{font-size:2rem;color:#fff}.contact-details{flex:1;display:flex;flex-direction:column;gap:.35rem;padding:1.5rem 2rem;background:#fff;justify-content:center;position:relative;overflow:hidden}.contact-details::before{content:'';position:absolute;top:0;right:0;bottom:0;width:100%;background:linear-gradient(to left,rgb(37 99 235 / .05),transparent 70%);pointer-events:none;z-index:0}.contact-details h4,.contact-details p{position:relative;z-index:1}.contact-item:nth-child(1) .contact-details::before{background:linear-gradient(to left,rgb(239 68 68 / .06),transparent 65%)}.contact-item:nth-child(2) .contact-details::before{background:linear-gradient(to left,rgb(34 197 94 / .06),transparent 65%)}.contact-item:nth-child(3) .contact-details::before{background:linear-gradient(to left,rgb(59 130 246 / .06),transparent 65%)}.contact-item:nth-child(4) .contact-details::before{background:linear-gradient(to left,rgb(168 85 247 / .06),transparent 65%)}.contact-details h4{font-size:1.125rem;font-weight:700;color:var(--dark-color);margin:0 0 .75rem 0;padding:0;line-height:1.4;text-align:left}.contact-details p{color:var(--gray-600);line-height:1.6;margin:0;padding:0;font-size:.9rem;font-weight:400;text-align:left}.contact-details p span.text-muted{font-size:.8rem;font-weight:500;color:var(--gray-500);text-transform:capitalize;margin-left:.25rem}.contact-form-section{padding:6rem 0;background:linear-gradient(135deg,var(--gray-50) 0%,var(--gray-100) 100%);color:var(--dark-color)}.contact-form-card{background:#fff;backdrop-filter:blur(20px);padding:3rem;border-radius:20px;box-shadow:0 10px 40px rgb(0 0 0 / .08);border:1px solid var(--gray-200)}.contact-form-section h2,.contact-form-section h3,.contact-form-section h4,.contact-form-section h5,.contact-form-section h6{color:var(--dark-color)}.contact-form-section p{color:var(--gray-600)}.contact-form-section .section-header h2{color:var(--dark-color)}.contact-form-section .section-header p{color:var(--gray-600)}.map-section{padding:6rem 0;background:#fff}.map-container{border-radius:20px;overflow:hidden;box-shadow:0 10px 40px rgb(0 0 0 / .1)}.faq-section{padding:6rem 0;background:var(--gray-50)}.accordion-item{border:1px solid var(--gray-200);border-radius:12px;margin-bottom:1rem;overflow:hidden}.accordion-button{background:#fff;border:none;padding:1.5rem;font-weight:600;color:var(--dark-color);font-size:1.1rem}.accordion-button:not(.collapsed){background:var(--primary-color);color:#fff;box-shadow:none}.accordion-button:focus{box-shadow:none;border-color:var(--primary-color)}.accordion-body{padding:1.5rem;color:var(--gray-600);line-height:1.6}.member-hero{background:linear-gradient(135deg,rgb(14 165 233 / .6) 0%,rgb(99 102 241 / .55) 100%),url(https://images.unsplash.com/photo-1553877522-43269d4ea984?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;color:#fff;padding:8rem 0 5rem;text-align:center;position:relative;overflow:hidden}.member-hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:rgb(0 0 0 / .02);z-index:0}.member-hero .container{position:relative;z-index:1}.member-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;color:#fff;line-height:1.1;text-shadow:2px 2px 8px rgb(0 0 0 / .5),0 0 20px rgb(0 0 0 / .3)}.member-subtitle{font-size:1.25rem;opacity:.95;max-width:600px;margin:0 auto 2rem;color:#fff;line-height:1.6;text-shadow:1px 1px 6px rgb(0 0 0 / .5),0 0 15px rgb(0 0 0 / .3)}.member-hero .btn{font-weight:600;padding:.875rem 2rem;border-radius:50px;transition:all 0.3s ease;box-shadow:0 4px 15px rgb(0 0 0 / .2)}.member-hero .btn-light{background:#fff;color:#1e40af;border:none}.member-hero .btn-light:hover{background:#f8fafc;transform:translateY(-2px);box-shadow:0 6px 20px rgb(0 0 0 / .3)}.member-hero .btn-outline-light{border:2px solid #fff;color:#fff;background:rgb(255 255 255 / .1);backdrop-filter:blur(10px)}.member-hero .btn-outline-light:hover{background:#fff;color:#1e40af;transform:translateY(-2px);box-shadow:0 6px 20px rgb(0 0 0 / .3)}.login-card{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 10px 40px rgb(0 0 0 / .1);border:1px solid var(--gray-200)}.login-header{text-align:center;margin-bottom:1.5rem}.login-header h3{font-size:1.5rem;font-weight:700;color:var(--dark-color);margin-bottom:.5rem}.login-header p{color:var(--gray-600);margin:0}.login-form .form-group{margin-bottom:1rem}.login-form label{font-weight:600;color:var(--dark-color);margin-bottom:.5rem;display:block}.password-input{position:relative}.password-toggle{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--gray-500);cursor:pointer;padding:0}.password-toggle:hover{color:var(--primary-color)}.login-footer{text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--gray-200)}.forgot-password{color:var(--primary-color);text-decoration:none;font-weight:500}.forgot-password:hover{text-decoration:underline}.register-link{margin:.75rem 0 0 0;color:var(--gray-600);font-size:.9rem}.member-page-hero{background:linear-gradient(135deg,var(--gray-50) 0%,var(--gray-100) 100%);padding:8rem 0 5rem;position:relative}.member-page-title{font-size:3.5rem;font-weight:800;color:var(--dark-color);margin-bottom:1.5rem;line-height:1.1}.member-page-subtitle{font-size:1.25rem;color:var(--gray-600);line-height:1.6;margin-bottom:2rem}.member-form-section{padding:6rem 0;background:linear-gradient(135deg,var(--gray-50) 0%,var(--gray-100) 100%);color:var(--dark-color)}.member-form-card{background:#fff;backdrop-filter:blur(20px);padding:3rem;border-radius:20px;box-shadow:0 10px 40px rgb(0 0 0 / .08);border:1px solid var(--gray-200)}.member-form-section h2,.member-form-section h3,.member-form-section h4,.member-form-section h5,.member-form-section p{color:var(--dark-color)}.member-form-card h2,.member-form-card h3,.member-form-card h4,.member-form-card h5,.member-form-card p,.member-form-card label{color:var(--dark-color)}.member-form-card .text-muted{color:var(--gray-600)!important}.divider-section{padding:8rem 0;background:linear-gradient(135deg,rgb(37 99 235 / .03) 0%,rgb(99 102 241 / .03) 100%),url(https://images.unsplash.com/photo-1497366754035-f200968a6e72?ixlib=rb-4.0.3&auto=format&fit=crop&w=2069&q=80);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;position:relative;overflow:hidden}.divider-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgb(249 250 251 / .92) 0%,rgb(243 244 246 / .92) 100%);z-index:0}.divider-content{position:relative;z-index:1;display:flex;align-items:center;justify-content:center}.divider-icon{font-size:3rem;color:var(--primary-color);opacity:.3;animation:pulse 3s ease-in-out infinite}@keyframes pulse{0%,100%{opacity:.3;transform:scale(1)}50%{opacity:.5;transform:scale(1.05)}}@keyframes pulse{0%,100%{opacity:.3;transform:scale(1)}50%{opacity:.5;transform:scale(1.05)}}.client-info-card{background:#fff;padding:3rem;border-radius:20px;box-shadow:0 10px 40px rgb(0 0 0 / .1);border:1px solid var(--gray-200)}.info-header{text-align:center;margin-bottom:2rem}.info-header h3{font-size:1.75rem;font-weight:700;color:var(--dark-color);margin-bottom:.5rem}.info-header p{color:var(--gray-600);margin:0}.info-content{margin-bottom:2rem}.info-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--gray-200)}.info-item:last-child{border-bottom:none}.info-item i{color:var(--primary-color);font-size:1.5rem;margin-top:.25rem;flex-shrink:0}.info-item h5{font-size:1.125rem;font-weight:700;color:var(--dark-color);margin-bottom:.5rem}.info-item p{color:var(--gray-600);line-height:1.6;margin:0}.info-footer{text-align:center;padding-top:2rem;border-top:1px solid var(--gray-200)}.client-separator-dark{height:150px;max-height:150px;background:linear-gradient(135deg,rgb(15 23 42 / .8) 0%,rgb(37 99 235 / .6) 100%),url(https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed}.intranet-access-section{padding:4rem 0}.intranet-access-bg{background:linear-gradient(135deg,rgb(248 250 252 / .9) 0%,rgb(241 245 249 / .9) 100%),url(https://images.unsplash.com/photo-1551434678-e076c223a692?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80);background-size:cover;background-position:center;background-repeat:no-repeat;padding:3rem 0;border-radius:15px;position:relative;overflow:hidden}.intranet-access-content{position:relative;z-index:2;color:var(--dark-color)}.intranet-access-icon{font-size:3rem;color:var(--primary-color);margin-bottom:1.5rem;display:block}.intranet-access-content h3{font-size:2rem;font-weight:700;margin-bottom:1rem;color:var(--dark-color)}.intranet-access-content p{font-size:1.125rem;color:var(--gray-600);margin:0}.client-services{padding:2rem 0;background:var(--gray-50)}.service-card{background:#fff;padding:2.5rem 2rem;border-radius:15px;text-align:center;transition:all 0.3s ease;border:1px solid var(--gray-200);height:100%;display:flex;flex-direction:column}.service-card p{flex-grow:1}.service-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgb(0 0 0 / .1);border-color:var(--primary-color)}.service-card .service-icon{width:70px;height:70px;background:linear-gradient(135deg,var(--primary-color),#1d4ed8);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;transition:transform 0.3s ease}.service-card .service-icon i{font-size:1.75rem;color:#fff}.service-card:hover .service-icon{transform:scale(1.1)}.service-card h4{font-size:1.25rem;font-weight:700;color:var(--dark-color);margin-bottom:1rem}.service-card p{color:var(--gray-600);line-height:1.6;margin:0}.benefits-section{padding:6rem 0;background:linear-gradient(135deg,var(--gray-900) 0%,var(--gray-800) 100%);color:#fff}.benefits-section h2{font-size:2.5rem;font-weight:800;color:#fff;margin-bottom:3rem}.benefits-list{display:grid;gap:2rem}.benefit-item{display:flex;align-items:flex-start;gap:1rem}.benefit-item i{color:var(--primary-color);font-size:1.5rem;margin-top:.25rem}.benefit-item h5{font-size:1.125rem;font-weight:700;color:#fff;margin-bottom:.5rem}.benefit-item p{color:rgb(255 255 255 / .9);line-height:1.6;margin:0}.app-preview img{transition:transform 0.3s ease}.app-preview:hover img{transform:scale(1.02)}.support-section{padding:6rem 0;background:var(--gray-50)}.support-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.support-card{background:var(--gray-50);padding:2rem;border-radius:15px;text-align:center;transition:all 0.3s ease;border:1px solid var(--gray-200)}.support-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgb(0 0 0 / .1)}.support-card i{color:var(--primary-color);font-size:2rem;margin-bottom:1rem}.support-card h5{font-size:1.125rem;font-weight:700;color:var(--dark-color);margin-bottom:.5rem}.support-card p{color:var(--gray-700);font-weight:600;margin-bottom:.5rem}.support-card small{color:var(--gray-500)}.intranet-hero{background:linear-gradient(135deg,var(--gray-50) 0%,var(--gray-100) 100%);padding:5rem 0;display:flex;align-items:center;color:var(--dark-color)}.intranet-title{font-size:3.5rem;font-weight:800;color:var(--dark-color);margin-bottom:1.5rem;line-height:1.1}.intranet-subtitle{font-size:1.25rem;color:var(--gray-600);line-height:1.6;margin-bottom:2rem}.security-notice{display:flex;align-items:center;gap:.75rem;background:rgb(37 99 235 / .1);padding:1rem 1.5rem;border-radius:10px;backdrop-filter:blur(10px);border:1px solid rgb(37 99 235 / .2)}.security-notice i{color:#10b981;font-size:1.25rem}.security-notice span{color:var(--gray-700);font-weight:500}.intranet-login{background:rgb(255 255 255 / .95);backdrop-filter:blur(20px)}.systems-section{padding:6rem 0;background:var(--gray-50)}.systems-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.system-card{background:#fff;padding:2.5rem 2rem;border-radius:15px;text-align:center;transition:all 0.3s ease;border:1px solid var(--gray-200);position:relative}.system-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgb(0 0 0 / .1)}.system-card .system-icon{width:80px;height:80px;background:linear-gradient(135deg,var(--primary-color),#1d4ed8);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;transition:transform 0.3s ease}.system-card .system-icon i{font-size:2rem;color:#fff}.system-card:hover .system-icon{transform:scale(1.1)}.system-card h4{font-size:1.25rem;font-weight:700;color:var(--dark-color);margin-bottom:1rem}.system-card p{color:var(--gray-600);line-height:1.6;margin-bottom:1.5rem}.system-status{position:absolute;top:1rem;right:1rem}.status-badge{padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase}.status-badge.online{background:#dcfce7;color:#166534}.status-badge.offline{background:#fee2e2;color:#991b1b}.intranet-features{padding:6rem 0;background:#fff}.intranet-features h2{font-size:2.5rem;font-weight:800;color:var(--dark-color);margin-bottom:3rem}.dashboard-preview img{transition:transform 0.3s ease}.dashboard-preview:hover img{transform:scale(1.02)}.tech-support{padding:6rem 0;background:var(--gray-50)}.security-policies{padding:6rem 0;background:#fff}.security-card{background:var(--gray-50);padding:3rem;border-radius:20px;border:1px solid var(--gray-200)}.security-card h3{font-size:1.75rem;font-weight:700;color:var(--dark-color);margin-bottom:2rem}.security-list{list-style:none;padding:0;margin:0}.security-list li{padding:.75rem 0;color:var(--gray-700);position:relative;padding-left:1.5rem}.security-list li::before{content:'✓';position:absolute;left:0;color:var(--success-color);font-weight:700}.policy-hero{padding-top:120px;background:linear-gradient(135deg,var(--gray-50) 0%,var(--gray-100) 100%);padding-bottom:4rem}.policy-title{font-size:3rem;font-weight:800;color:var(--dark-color);margin-bottom:1rem;line-height:1.2}.policy-subtitle{font-size:1.125rem;color:var(--gray-600);margin-bottom:0}.policy-content{padding:4rem 0;background:#fff}.policy-card{background:#fff;padding:3rem;border-radius:20px;box-shadow:0 10px 40px rgb(0 0 0 / .1);border:1px solid var(--gray-200)}.policy-card h2{font-size:1.75rem;font-weight:700;color:var(--dark-color);margin-bottom:1rem;margin-top:2rem;border-bottom:2px solid var(--primary-color);padding-bottom:.5rem}.policy-card h2:first-child{margin-top:0}.policy-card h3{font-size:1.25rem;font-weight:600;color:var(--dark-color);margin-bottom:.75rem;margin-top:1.5rem}.policy-card p{color:var(--gray-700);line-height:1.7;margin-bottom:1rem}.policy-card ul{color:var(--gray-700);line-height:1.7;margin-bottom:1.5rem;padding-left:1.5rem}.policy-card li{margin-bottom:.5rem}.policy-card .contact-info{background:var(--gray-50);padding:1.5rem;border-radius:10px;margin-top:1rem}.policy-card .contact-info p{margin-bottom:.5rem}.policy-card a{color:var(--primary-color);text-decoration:none}.policy-card a:hover{text-decoration:underline}.spinner-border-sm{width:1rem;height:1rem}.toast{position:fixed;top:20px;right:20px;z-index:9999}.text-muted{color:#6c757d!important}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{from{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{from{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}.animate-fade-in-up{animation:fadeInUp 0.8s ease-out}.animate-fade-in-left{animation:fadeInLeft 0.8s ease-out}.animate-fade-in-right{animation:fadeInRight 0.8s ease-out}@media (max-width:768px){.navbar{padding:1rem 0}.navbar-brand{font-size:1.5rem}.navbar-brand img{max-height:70px}.nav-link{padding:.75rem 1rem!important;margin:.25rem 0}.hero-slideshow,.hero-slide{height:60vh}.hero-title,.intranet-title,.contact-title,.member-page-title,.hero-section-title,.member-title{font-size:2.5rem;line-height:1.2}.hero-subtitle,.intranet-subtitle,.contact-subtitle,.member-page-subtitle,.hero-section-subtitle,.member-subtitle{font-size:1.1rem}.hero-buttons{flex-direction:column;gap:1rem}.contact-hero,.member-page-hero,.hero-section,.member-hero{padding:80px 0 60px}.login-card,.client-info-card,.contact-form-card,.member-form-card{padding:2rem;margin:1rem 0}.contact-details{padding:1rem 1.5rem}.contact-details h4{font-size:1rem}.contact-details p{font-size:.85rem}.login-card,.client-info-card,.contact-form-card{padding:2rem;margin:1rem 0}.services-grid,.systems-grid{grid-template-columns:1fr;gap:1.5rem}.support-options{grid-template-columns:1fr;gap:1.5rem}.about-content{grid-template-columns:1fr;gap:2rem}.features-list{grid-template-columns:1fr}.section-header h2,.about-text h2,.benefits-section h2,.intranet-features h2{font-size:2.5rem}.counter{font-size:2.5rem}.service-card,.system-card{padding:2rem 1.5rem}.service-icon,.system-icon{width:60px;height:60px}.service-icon i,.system-icon i{font-size:1.5rem}.testimonial-card{padding:2rem}.btn{padding:.8rem 1.5rem;font-size:.9rem}.services-section,.about-section,.client-services,.benefits-section,.support-section,.contact-form-section,.map-section,.faq-section,.systems-section,.intranet-features,.intranet-access-section,.tech-support,.security-policies{padding:4rem 0}.contact-info{gap:1.5rem}.contact-item{min-height:120px}.contact-icon{width:80px;min-width:80px;min-height:120px}.contact-icon i{font-size:1.75rem}.contact-details{padding:1.25rem 1.5rem}.security-card{padding:2rem}.info-item{padding:.75rem 0}.info-item i{font-size:1.25rem}.info-item h5{font-size:1rem}.info-item p{font-size:.9rem}.intranet-access-content h3{font-size:1.75rem}.intranet-access-icon{font-size:2.5rem}.intranet-access-bg{padding:2rem 0}.accordion-horizontal{flex-direction:column;height:auto;gap:1rem}.accordion-panel{flex:0 0 80px;height:80px}.accordion-panel.active{flex:1;height:600px}.panel-header{flex-direction:row;justify-content:flex-start;padding:1rem 1.5rem}.panel-icon{width:50px;height:50px;font-size:1.5rem}.panel-title{writing-mode:horizontal-tb;text-orientation:initial;font-size:1.25rem}.panel-content{flex-direction:column}.panel-image{width:100%;height:250px}.panel-body{padding:2rem;height:auto}.panel-heading{font-size:1.5rem}}@media (max-width:576px){.navbar-brand{font-size:1.25rem}.navbar-brand img{max-height:70px}.hero-slideshow,.hero-slide{height:55vh}.hero-title,.intranet-title,.contact-title,.member-page-title{font-size:2rem;line-height:1.3}.hero-title,.intranet-title,.contact-title,.member-page-title,.hero-section-title,.member-title{font-size:2rem;line-height:1.3}.hero-subtitle,.intranet-subtitle,.contact-subtitle,.member-page-subtitle,.hero-section-subtitle,.member-subtitle{font-size:1rem}.login-card,.client-info-card,.contact-form-card,.member-form-card{padding:1.5rem}.contact-hero,.member-page-hero,.hero-section,.member-hero{padding:60px 0 40px}.section-header h2,.about-text h2,.benefits-section h2,.intranet-features h2{font-size:2rem}.counter{font-size:2rem}.service-card,.system-card{padding:1.5rem 1rem}.service-icon,.system-icon{width:50px;height:50px}.service-icon i,.system-icon i{font-size:1.25rem}.testimonial-card{padding:1.5rem}.btn{padding:.75rem 1.25rem;font-size:.85rem}.services-section,.about-section,.client-services,.benefits-section,.support-section,.contact-form-section,.map-section,.faq-section,.systems-section,.intranet-features,.tech-support,.security-policies{padding:3rem 0}.contact-item{flex-direction:column;min-height:auto}.contact-icon{width:100%;min-width:100%;height:80px;min-height:80px}.contact-icon::after{display:none}.contact-icon i{font-size:1.5rem}.contact-details{padding:1.5rem;text-align:center}.security-card{padding:1.5rem}.security-list li{padding:.5rem 0;font-size:.9rem}.policy-title{font-size:2.5rem}.policy-card{padding:2rem}.policy-card h2{font-size:1.5rem}.info-item{flex-direction:column;text-align:center;padding:1rem 0}.info-item i{margin-bottom:.5rem}footer{text-align:center}.social-links{justify-content:center;margin-top:1rem}.journey-section{padding:2rem 0}.accordion-horizontal{padding:0 .5rem}.accordion-panel{flex:0 0 70px;height:70px}.accordion-panel.active{height:550px}.panel-icon{width:40px;height:40px;font-size:1.25rem}.panel-title{font-size:1rem}.panel-image{height:200px}.panel-body{padding:1.5rem}.panel-heading{font-size:1.25rem}.panel-text{font-size:.9rem}}@media (max-width:480px){.navbar{padding:.75rem 0}.hero-title,.intranet-title,.contact-title,.member-page-title,.hero-section-title,.member-title{font-size:1.75rem}.hero-section-subtitle,.member-subtitle{font-size:.95rem}.login-card,.client-info-card,.contact-form-card,.member-form-card{padding:1rem}.contact-hero,.member-page-hero,.hero-section,.member-hero{padding:50px 0 30px}.client-info-card,.contact-form-card,.member-form-card{padding:1rem}.contact-hero,.member-page-hero{padding:50px 0 30px;min-height:300px}.section-header h2,.about-text h2,.benefits-section h2,.intranet-features h2{font-size:1.75rem}.counter{font-size:1.75rem}.service-card,.system-card{padding:1rem}.btn{padding:.7rem 1rem;font-size:.8rem}.services-section,.about-section,.client-services,.benefits-section,.support-section,.contact-form-section,.map-section,.faq-section,.systems-section,.intranet-features,.tech-support,.security-policies{padding:2rem 0}}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.01ms!important;animation-iteration-count:1!important;transition-duration:0.01ms!important;scroll-behavior:auto!important}}.card-list{list-style:none;padding:0;margin:0}.card-list-item{transition:all 0.3s ease;border:1px solid #dee2e6;border-left:4px solid #a5a7aa;border-radius:.375rem;padding:1.25rem;margin-bottom:1rem;background-color:#fff}.card-list-item:hover{background-color:#f8f9fa;border-left-color:#0d6efd;transform:translateX(5px);box-shadow:0 2px 8px rgb(0 0 0 / .08)}.card-list-header{font-weight:600;color:#212529;margin-bottom:.5rem;font-size:1.1rem}.card-list-subtitle{color:#6c757d;font-weight:500;font-size:.9rem}.card-list-info{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;margin-top:.5rem}.card-list-info-item{display:inline-flex;align-items:center;color:#6c757d;font-size:.875rem}.card-list-info-item i{margin-right:.35rem;color:#0d6efd}.card-list-divider{color:#dee2e6;margin:0 .25rem}.card-list-value{font-weight:700;color:#198754;font-size:.95rem}.card-list-badge{padding:.4em .75em;font-size:.75rem;font-weight:600;border-radius:.25rem;display:inline-block}.card-list-badge.success{background-color:#198754;color:#fff}.card-list-badge.warning{background-color:#ffc107;color:#000}.card-list-badge.danger{background-color:#dc3545;color:#fff}.card-list-badge.info{background-color:#0dcaf0;color:#000}.card-list-badge.secondary{background-color:#6c757d;color:#fff}.card-list-empty{padding:3rem 1.5rem;text-align:center}.card-list-empty i{color:#0dcaf0}@media (max-width:768px){.card-list-item{padding:1rem .75rem}.card-list-info{flex-direction:column;align-items:flex-start;gap:.5rem}.card-list-divider{display:none}.card-list{width:100%}.card-list-item .btn{width:100%;justify-content:center;margin-top:.75rem}}.input-group-search{display:flex;flex-wrap:nowrap}.input-group-search .form-control{flex:1;min-width:0;border-right:none}.input-group-search .form-control:focus{border-color:#0d6efd;box-shadow:none;outline:none;border-right:none;z-index:2}.input-group-search .btn-search{white-space:nowrap;padding:.75rem 1.5rem;min-width:fit-content;border-left:1px solid #0d6efd}.input-group-search .form-control:focus+.btn-search{border-color:#0d6efd}@media (min-width:769px){.input-group-search .btn-search{width:auto;min-width:150px}}@media (max-width:768px){.input-group-search .btn-search{padding:.75rem 1rem;min-width:50px}.input-group-search{width:100%}}@media (max-width:576px){.input-group-search .btn-search{padding:.75rem .85rem;min-width:45px}}.form-control:focus,.form-select:focus{border-color:#0d6efd;box-shadow:0 0 0 .2rem rgb(13 110 253 / .15);outline:none}.min-vh-25{min-height:25vh}.min-vh-50{min-height:50vh}.min-vh-75{min-height:75vh}.min-vh-100{min-height:100vh}.vh-25{height:25vh}.vh-50{height:50vh}.vh-75{height:75vh}.vh-100{height:100vh}.max-vh-25{max-height:25vh}.max-vh-50{max-height:50vh}.max-vh-75{max-height:75vh}.max-vh-100{max-height:100vh}