.language-switcher{display:flex;align-items:center;gap:.5rem;background:transparent;border:2px solid rgba(255,255,255,.3);color:#1e2d3f;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .3s ease}.language-switcher:hover{background:#ffffff1a;border-color:#ffffff80;transform:translateY(-2px)}.language-switcher svg{font-size:1.2rem}@media (max-width: 768px){.language-switcher{padding:.4rem .8rem;font-size:.85rem}.language-switcher svg{font-size:1rem}}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;box-shadow:0 2px 10px #00000014}.header.scrolled{background:#fff;box-shadow:0 4px 20px #0000001f;padding:.75rem 0}.header .header-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.header .logo{text-decoration:none;display:flex;align-items:center;transition:transform .3s ease}.header .logo:hover{transform:scale(1.05)}.header .logo .logo-image{height:80px;width:auto}.header.scrolled .logo .logo-image{height:45px}.header .nav{display:flex;gap:2rem;align-items:center}.header .nav .nav-link{color:#333;text-decoration:none;font-weight:600;font-size:1rem;position:relative;padding:.5rem 0;transition:color .3s ease}.header .nav .nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:3px;background:#c33634;transition:width .3s ease}.header .nav .nav-link:hover,.header .nav .nav-link.active{color:#c33634}.header .nav .nav-link:hover:after,.header .nav .nav-link.active:after{width:100%}.header .header-actions{display:flex;align-items:center;gap:1rem}.header .mobile-menu-toggle{display:none;background:transparent;border:none;color:#1e2d3f;cursor:pointer;padding:.5rem;font-size:1.5rem;transition:transform .3s ease}.header .mobile-menu-toggle:hover{transform:scale(1.1)}@media (max-width: 768px){.header .header-container{padding:0 1rem}.header .mobile-menu-toggle{display:block}.header .nav{position:fixed;top:70px;left:0;right:0;background:#fffffffa;flex-direction:column;padding:2rem;gap:1.5rem;transform:translate(-100%);transition:transform .3s ease;box-shadow:0 4px 20px #0003}.header .nav.open{transform:translate(0)}.header .nav .nav-link{font-size:1.1rem;width:100%;text-align:center;color:#1e2d3f}}.footer{background:linear-gradient(135deg,#1e2d3f,#0f1419);color:#ffffffe6;padding:3rem 0 0}.footer .footer-container{max-width:1200px;margin:0 auto;padding:0 2rem 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.footer .footer-section h3{font-size:1.2rem;margin-bottom:1rem;color:#fff;position:relative;padding-bottom:.5rem}.footer .footer-section h3:after{content:"";position:absolute;bottom:0;left:0;width:50px;height:3px;background:#c33634;border-radius:2px}.footer .footer-section p{line-height:1.6;color:#fffc}.footer .footer-section .social-links{display:flex;gap:1rem;margin-top:1rem}.footer .footer-section .social-links a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:50%;color:#fff;transition:all .3s ease}.footer .footer-section .social-links a:hover{background:#c33634;transform:translateY(-3px)}.footer .footer-section .social-links a svg{font-size:1.2rem}.footer .footer-section .footer-links{list-style:none;padding:0;margin:0}.footer .footer-section .footer-links li{margin-bottom:.75rem}.footer .footer-section .footer-links li a{color:#fffc;text-decoration:none;transition:all .3s ease;display:inline-block}.footer .footer-section .footer-links li a:hover{color:#c33634;transform:translate(5px)}.footer .footer-section .contact-info{display:flex;flex-direction:column;gap:1rem}.footer .footer-section .contact-info .contact-item{display:flex;align-items:flex-start;gap:.75rem;color:#fffc;line-height:1.5}.footer .footer-section .contact-info .contact-item svg{color:#c33634;font-size:1.2rem;margin-top:.2rem}.footer .footer-legal{border-top:1px solid rgba(255,255,255,.1);padding:1.5rem 2rem;background:#0003}.footer .footer-legal .legal-links{max-width:1200px;margin:0 auto;list-style:none;padding:0;display:flex;justify-content:center;flex-wrap:wrap;gap:2rem}.footer .footer-legal .legal-links li a{color:#fffc;text-decoration:none;font-size:.9rem;transition:all .3s ease}.footer .footer-legal .legal-links li a:hover{color:#c33634;text-decoration:underline}.footer .footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.5rem 2rem;text-align:center;color:#ffffffb3;font-size:.9rem}.footer .footer-bottom p{margin:0}@media (max-width: 768px){.footer .footer-container{padding:0 1rem 2rem;grid-template-columns:1fr;gap:2rem}.footer .footer-legal{padding:1.5rem 1rem}.footer .footer-legal .legal-links{gap:1rem;flex-direction:column;align-items:center}.footer .footer-legal .legal-links li{width:100%;text-align:center}.footer .footer-bottom{padding:1.5rem 1rem}}.cookie-banner-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:998;animation:fadeIn .3s ease-out}.cookie-banner{position:fixed;bottom:50%;left:50%;transform:translate(-50%,50%);z-index:999;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:600px;width:90vw;max-height:90vh;overflow-y:auto;animation:slideUp .4s cubic-bezier(.34,1.56,.64,1)}.cookie-banner .cookie-main,.cookie-banner .cookie-customize{padding:2rem}.cookie-banner .cookie-main{display:flex;flex-direction:column;gap:1.5rem}.cookie-banner .cookie-main .cookie-content h3{font-size:1.5rem;color:#1e2d3f;margin-bottom:.75rem;font-weight:700}.cookie-banner .cookie-main .cookie-content p{font-size:.95rem;color:#555;line-height:1.6;margin-bottom:1rem}.cookie-banner .cookie-main .cookie-content .learn-more{color:#c33634;text-decoration:none;font-weight:500;transition:color .3s ease}.cookie-banner .cookie-main .cookie-content .learn-more:hover{color:#1e2d3f;text-decoration:underline}.cookie-banner .cookie-main .cookie-buttons{display:flex;gap:1rem;flex-wrap:wrap}.cookie-banner .cookie-main .cookie-buttons .btn{flex:1;min-width:120px;padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.cookie-banner .cookie-main .cookie-buttons .btn.btn-primary{background:#c33634;color:#fff}.cookie-banner .cookie-main .cookie-buttons .btn.btn-primary:hover{background:#a02c29;transform:translateY(-2px);box-shadow:0 8px 16px #c336344d}.cookie-banner .cookie-main .cookie-buttons .btn.btn-secondary{background:#f0f0f0;color:#333}.cookie-banner .cookie-main .cookie-buttons .btn.btn-secondary:hover{background:#e0e0e0}.cookie-banner .cookie-main .cookie-buttons .btn.btn-outline{background:transparent;color:#1e2d3f;border:2px solid #1E2D3F}.cookie-banner .cookie-main .cookie-buttons .btn.btn-outline:hover{background:#1e2d3f;color:#fff}.cookie-banner .cookie-main .cookie-buttons .btn svg{font-size:1.2rem}.cookie-banner .cookie-customize .customize-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e9ecef}.cookie-banner .cookie-customize .customize-header h3{font-size:1.4rem;color:#1e2d3f;margin:0;font-weight:700}.cookie-banner .cookie-customize .customize-header .close-btn{background:none;border:none;color:#666;cursor:pointer;font-size:1.5rem;transition:color .3s ease}.cookie-banner .cookie-customize .customize-header .close-btn:hover{color:#1e2d3f}.cookie-banner .cookie-customize .customize-header .close-btn svg{font-size:1.5rem}.cookie-banner .cookie-customize .customize-content p{font-size:.95rem;color:#555;line-height:1.6;margin-bottom:1.5rem}.cookie-banner .cookie-customize .customize-content .cookie-options{margin-bottom:2rem}.cookie-banner .cookie-customize .customize-content .cookie-options .cookie-option{margin-bottom:1.5rem;padding:1rem;background:#f8f9fa;border-radius:8px}.cookie-banner .cookie-customize .customize-content .cookie-options .cookie-option label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-weight:500;color:#1e2d3f}.cookie-banner .cookie-customize .customize-content .cookie-options .cookie-option label input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#C33634}.cookie-banner .cookie-customize .customize-content .cookie-options .cookie-option label span{font-size:.95rem}.cookie-banner .cookie-customize .customize-content .cookie-options .cookie-option .option-description{margin-top:.75rem;margin-left:2rem;font-size:.85rem;color:#777;line-height:1.5}.cookie-banner .cookie-customize .customize-content .customize-buttons{display:flex;gap:1rem;flex-wrap:wrap}.cookie-banner .cookie-customize .customize-content .customize-buttons .btn{flex:1;min-width:120px;padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}.cookie-banner .cookie-customize .customize-content .customize-buttons .btn.btn-primary{background:#c33634;color:#fff}.cookie-banner .cookie-customize .customize-content .customize-buttons .btn.btn-primary:hover{background:#a02c29;transform:translateY(-2px)}.cookie-banner .cookie-customize .customize-content .customize-buttons .btn.btn-secondary{background:#f0f0f0;color:#333}.cookie-banner .cookie-customize .customize-content .customize-buttons .btn.btn-secondary:hover{background:#e0e0e0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translate(-50%,60%)}to{opacity:1;transform:translate(-50%,50%)}}@media (max-width: 600px){.cookie-banner{width:95vw;max-height:85vh}.cookie-banner .cookie-main,.cookie-banner .cookie-customize{padding:1.5rem}.cookie-banner .cookie-main .cookie-buttons{flex-direction:column}.cookie-banner .cookie-main .cookie-buttons .btn{width:100%}.cookie-banner .cookie-customize .customize-content .customize-buttons{flex-direction:column}.cookie-banner .cookie-customize .customize-content .customize-buttons .btn{width:100%}}.home-page .hero-section{height:100vh;position:relative;display:flex;align-items:center;justify-content:center;background:url(/assets/hero1-BsvPAXgj.jpg) center center/cover no-repeat;overflow:hidden}.home-page .hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#1e2d3fd9 50%,#c33634bf)}.home-page .hero-section .hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at center,transparent 0%,rgba(0,0,0,.4) 100%)}.home-page .hero-section .hero-content{position:relative;z-index:1;text-align:center;color:#fff;max-width:900px;padding:0 2rem}.home-page .hero-section .hero-content .hero-title{font-size:4rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(135deg,#fff,#c33634);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.home-page .hero-section .hero-content .hero-subtitle{font-size:2rem;font-weight:600;margin-bottom:1.5rem;color:#c33634}.home-page .hero-section .hero-content .hero-description{font-size:1.2rem;line-height:1.6;margin-bottom:2.5rem;color:#ffffffe6}.home-page .hero-section .hero-content .hero-actions{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.home-page .section-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-align:center;color:#1e2d3f}.home-page .section-subtitle{font-size:1.1rem;text-align:center;color:#666;margin-bottom:3rem}.home-page .container{max-width:1200px;margin:0 auto;padding:4rem 2rem}.home-page .about-preview{background:#f8f9fa}.home-page .about-preview .about-text{max-width:800px;margin:0 auto 2rem;font-size:1.1rem;line-height:1.8;text-align:center;color:#555}.home-page .about-preview .btn-outline{display:inline-flex;margin:0 auto}.home-page .services-preview .services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:2rem}.home-page .services-preview .services-grid .service-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #0000001a;transition:all .3s ease;text-align:center}.home-page .services-preview .services-grid .service-card:hover{transform:translateY(-10px);box-shadow:0 8px 30px #00000026}.home-page .services-preview .services-grid .service-card .service-icon{width:80px;height:80px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#c33634,#1e2d3f);border-radius:50%;color:#fff}.home-page .services-preview .services-grid .service-card .service-icon svg{font-size:2.5rem}.home-page .services-preview .services-grid .service-card h3{font-size:1.4rem;margin-bottom:1rem;color:#1e2d3f}.home-page .services-preview .services-grid .service-card p{color:#666;line-height:1.6;margin-bottom:1.5rem}.home-page .services-preview .services-grid .service-card .service-link{display:inline-flex;align-items:center;gap:.5rem;color:#c33634;text-decoration:none;font-weight:600;transition:all .3s ease}.home-page .services-preview .services-grid .service-card .service-link:hover{gap:1rem}.home-page .services-preview .services-grid .service-card .service-link svg{font-size:1.2rem}.home-page .fleet-preview{background:#f8f9fa}.home-page .fleet-preview .fleet-showcase{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.home-page .fleet-preview .fleet-showcase .fleet-item{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 20px #0000001a;transition:all .3s ease;text-align:center}.home-page .fleet-preview .fleet-showcase .fleet-item:hover{transform:translateY(-5px);box-shadow:0 6px 25px #00000026}.home-page .fleet-preview .fleet-showcase .fleet-item .fleet-image-placeholder{width:100%;height:180px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:3rem;font-weight:700;margin-bottom:1rem}.home-page .fleet-preview .fleet-showcase .fleet-item h4{font-size:1.2rem;color:#1e2d3f;margin-bottom:.5rem}.home-page .fleet-preview .fleet-showcase .fleet-item .availability{display:inline-block;padding:.5rem 1rem;background:#27ae60;color:#fff;border-radius:20px;font-size:.9rem;font-weight:600}.home-page .fleet-preview .btn-primary{display:inline-flex;margin:0 auto}@keyframes moveBackground{0%{background-position:0 0}to{background-position:60px 60px}}.home-page .fade-in{animation:fadeIn 1s ease-out}.home-page .fade-in-delay-1{animation:fadeIn 1s ease-out .2s both}.home-page .fade-in-delay-2{animation:fadeIn 1s ease-out .4s both}.home-page .fade-in-delay-3{animation:fadeIn 1s ease-out .6s both}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.home-page .hero-section .hero-content .hero-title{font-size:2.5rem}.home-page .hero-section .hero-content .hero-subtitle{font-size:1.5rem}.home-page .hero-section .hero-content .hero-description{font-size:1rem}.home-page .section-title{font-size:2rem}.home-page .container{padding:3rem 1rem}.home-page .services-preview .services-grid,.home-page .fleet-preview .fleet-showcase{grid-template-columns:1fr}}.about-page .about-hero{background:url(/assets/nosotros-6plxIGx6.jpg) center center/cover no-repeat;color:#fff;height:50vh;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;overflow:hidden}.about-page .about-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#1e2d3fd9 60%,#c33634bf)}.about-page .about-hero .about-hero-content{position:relative;z-index:1;max-width:800px;margin:0 auto}.about-page .about-hero .about-hero-content h1{font-size:3.5rem;font-weight:800;margin-bottom:1rem;animation:fadeInUp .8s ease-out}.about-page .about-hero .about-hero-content p{font-size:1.4rem;color:#c33634;animation:fadeInUp .8s ease-out .2s both}.about-page .about-content .container{max-width:1200px;margin:0 auto;padding:4rem 2rem}.about-page .about-content .about-section{max-width:900px;margin:0 auto 4rem}.about-page .about-content .about-section h2{font-size:2.5rem;color:#1e2d3f;margin-bottom:2.5rem;position:relative;display:inline-block;width:100%;text-align:center}.about-page .about-content .about-section h2:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translate(-50%);width:80px;height:4px;background:#c33634;border-radius:2px}.about-page .about-content .about-section .history-paragraphs{display:flex;flex-direction:column;gap:2rem;margin-top:3rem}.about-page .about-content .about-section .history-paragraphs p{font-size:1rem;line-height:1.85;color:#444;text-align:justify;border-left:4px solid #C33634;padding:0 1rem 0 1.5rem;transition:all .3s ease}.about-page .about-content .about-section .history-paragraphs p:hover{border-left-color:#1e2d3f;transform:translate(8px)}.about-page .about-content .mission-vision{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:4rem}.about-page .about-content .mission-vision .mission-vision-card{background:linear-gradient(135deg,#c33634,#1e2d3f);color:#fff;padding:3rem;border-radius:16px;box-shadow:0 8px 30px #0000001a;transition:all .3s ease}.about-page .about-content .mission-vision .mission-vision-card:hover{transform:translateY(-10px);box-shadow:0 12px 40px #00000026}.about-page .about-content .mission-vision .mission-vision-card h2{font-size:2rem;margin-bottom:1.5rem}.about-page .about-content .mission-vision .mission-vision-card p{font-size:1.1rem;line-height:1.8}.about-page .about-content .values-section .section-title{font-size:2.5rem;text-align:center;color:#1e2d3f;margin-bottom:2rem;position:relative;display:inline-block;width:100%}.about-page .about-content .values-section .section-title:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translate(-50%);width:100px;height:4px;background:#c33634;border-radius:2px}.about-page .about-content .values-section .values-intro{font-size:1.1rem;line-height:1.8;color:#555;text-align:center;max-width:800px;margin:3rem auto 3.5rem;padding:0 1rem}.about-page .about-content .values-section .values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.about-page .about-content .values-section .values-grid .value-card{background:#fff;padding:3rem 2.5rem;border-radius:12px;box-shadow:0 4px 20px #0000001a;text-align:center;transition:all .3s ease;display:flex;flex-direction:column;min-height:320px}.about-page .about-content .values-section .values-grid .value-card:hover{transform:translateY(-10px);box-shadow:0 12px 40px #00000026}.about-page .about-content .values-section .values-grid .value-card:hover .value-icon{transform:scale(1.15)}.about-page .about-content .values-section .values-grid .value-card .value-icon{width:100px;height:100px;margin:0 auto 2rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#c33634,#1e2d3f);border-radius:50%;color:#fff;transition:transform .3s ease}.about-page .about-content .values-section .values-grid .value-card .value-icon svg{font-size:2.8rem}.about-page .about-content .values-section .values-grid .value-card h3{font-size:1.6rem;color:#1e2d3f;margin-bottom:1.5rem;font-weight:700}.about-page .about-content .values-section .values-grid .value-card p{color:#555;font-size:.95rem;flex-grow:1}@media (max-width: 768px){.about-page .about-hero{height:50vh;padding:0 1rem}.about-page .about-hero .about-hero-content h1{font-size:2.5rem}.about-page .about-hero .about-hero-content p{font-size:1.2rem}.about-page .about-content .container{padding:3rem 1rem}.about-page .about-content .about-section h2{font-size:2rem}.about-page .about-content .about-section .history-paragraphs{gap:1.5rem}.about-page .about-content .about-section .history-paragraphs p{font-size:.95rem;padding:0 .5rem 0 1rem;text-align:left}.about-page .about-content .mission-vision{grid-template-columns:1fr}.about-page .about-content .values-section .section-title{font-size:2rem}.about-page .about-content .values-section .values-intro{font-size:1rem;margin:2rem auto 2.5rem}.about-page .about-content .values-section .values-grid{grid-template-columns:1fr;gap:2rem}.about-page .about-content .values-section .values-grid .value-card{padding:2.5rem 2rem;min-height:auto}.about-page .about-content .values-section .values-grid .value-card .value-icon{width:80px;height:80px;margin:0 auto 1.5rem}.about-page .about-content .values-section .values-grid .value-card .value-icon svg{font-size:2.2rem}.about-page .about-content .values-section .values-grid .value-card h3{font-size:1.4rem;margin-bottom:1rem}.about-page .about-content .values-section .values-grid .value-card p{font-size:.9rem;text-align:left}}.services-page .services-hero{background:url(/assets/servicios-CWan-ux5.jpg) center center/cover no-repeat;color:#fff;height:50vh;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;overflow:hidden}.services-page .services-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#1e2d3fd9 60%,#c33634bf)}.services-page .services-hero .services-hero-content{position:relative;z-index:1;max-width:800px;margin:0 auto}.services-page .services-hero .services-hero-content h1{font-size:3.5rem;font-weight:800;margin-bottom:1rem;animation:fadeInUp .8s ease-out}.services-page .services-hero .services-hero-content p{font-size:1.4rem;color:#c33634;animation:fadeInUp .8s ease-out .2s both}.services-page .services-content .container{max-width:1200px;margin:0 auto;padding:4rem 2rem}.services-page .services-content .services-list{display:grid;gap:2rem}.services-page .services-content .services-list .service-item{display:flex;gap:2rem;background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 20px #0000001a;transition:all .3s ease;border-left:5px solid transparent}.services-page .services-content .services-list .service-item:hover{transform:translate(10px);box-shadow:0 8px 30px #00000026;border-left-color:#c33634}.services-page .services-content .services-list .service-item:hover .service-item-icon{transform:scale(1.1);background:linear-gradient(135deg,#c33634,#1e2d3f)}.services-page .services-content .services-list .service-item .service-item-icon{min-width:80px;width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:#f0f4f8;border-radius:12px;transition:all .3s ease}.services-page .services-content .services-list .service-item .service-item-icon svg{font-size:2.5rem;color:#c33634}.services-page .services-content .services-list .service-item .service-item-content{flex:1}.services-page .services-content .services-list .service-item .service-item-content h3{font-size:1.8rem;color:#1e2d3f;margin-bottom:1rem}.services-page .services-content .services-list .service-item .service-item-content p{font-size:1.1rem;line-height:1.8;color:#555}.services-page .why-choose{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:4rem 0}.services-page .why-choose .container{max-width:1200px;margin:0 auto;padding:0 2rem}.services-page .why-choose .section-title{font-size:2.5rem;text-align:center;color:#1e2d3f;margin-bottom:3rem;position:relative;display:inline-block;width:100%}.services-page .why-choose .section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:100px;height:4px;background:#c33634;border-radius:2px}.services-page .why-choose .reasons-intro{font-size:1.1rem;line-height:1.8;color:#555;text-align:center;max-width:900px;margin:0 auto 3rem;padding:0 1rem}.services-page .why-choose .reasons-accordion{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.services-page .why-choose .reasons-accordion .reason-accordion-item{background:#fff;border-radius:12px;box-shadow:0 4px 15px #00000014;overflow:hidden;transition:all .3s ease}.services-page .why-choose .reasons-accordion .reason-accordion-item:hover{box-shadow:0 6px 25px #0000001f}.services-page .why-choose .reasons-accordion .reason-accordion-item:hover .reason-header{background:#f8f9fa}.services-page .why-choose .reasons-accordion .reason-accordion-item:hover .reason-icon{transform:scale(1.1)}.services-page .why-choose .reasons-accordion .reason-accordion-item.expanded .expand-icon{transform:rotate(180deg)}.services-page .why-choose .reasons-accordion .reason-accordion-item.expanded .reason-body{max-height:500px;opacity:1;padding:2rem;border-top:1px solid #e9ecef}.services-page .why-choose .reasons-accordion .reason-accordion-item .reason-header{display:flex;align-items:center;gap:1.5rem;padding:2rem;cursor:pointer;transition:all .3s ease;-webkit-user-select:none;user-select:none}.services-page .why-choose .reasons-accordion .reason-accordion-item .reason-header .reason-icon{min-width:50px;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#c33634,#1e2d3f);border-radius:50%;color:#fff;transition:transform .3s ease}.services-page .why-choose .reasons-accordion .reason-accordion-item .reason-header .reason-icon svg{font-size:1.8rem}.services-page .why-choose .reasons-accordion .reason-accordion-item .reason-header h3{flex:1;font-size:1.4rem;color:#1e2d3f;margin:0;font-weight:600}.services-page .why-choose .reasons-accordion .reason-accordion-item .reason-header .expand-icon{color:#c33634;font-size:2rem;transition:transform .3s ease;flex-shrink:0}.services-page .why-choose .reasons-accordion .reason-accordion-item .reason-body{max-height:0;opacity:0;overflow:hidden;transition:all .3s ease;padding:0 2rem}.services-page .why-choose .reasons-accordion .reason-accordion-item .reason-body p{font-size:1rem;line-height:1.75;color:#555;margin:0;text-align:justify}.services-page .why-choose .certifications-section{margin-bottom:3rem}.services-page .why-choose .certifications-section .subsection-title{font-size:1.4rem;color:#1e2d3f;margin-bottom:1.2rem;font-weight:700;position:relative;display:inline-block}.services-page .why-choose .certifications-section .subsection-title:after{content:"";position:absolute;bottom:-8px;left:0;width:80px;height:3px;background:#c33634;border-radius:2px}.services-page .why-choose .certifications-section .subsection-description{font-size:.95rem;color:#555;margin-bottom:2rem;line-height:1.6}.services-page .why-choose .certifications-section .certifications-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.services-page .why-choose .certifications-section .certifications-grid .certification-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 15px #00000014;transition:all .3s ease;text-align:center}.services-page .why-choose .certifications-section .certifications-grid .certification-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #c336341f;border-top:4px solid #C33634}.services-page .why-choose .certifications-section .certifications-grid .certification-card .cert-image-placeholder{width:100%;height:130px;background:linear-gradient(135deg,#f0f4f8,#e8ecf1);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem;border:2px solid #e0e0e0}.services-page .why-choose .certifications-section .certifications-grid .certification-card .cert-image-placeholder .cert-logo{max-width:90%;max-height:100%;width:auto;height:auto;object-fit:contain}.services-page .why-choose .certifications-section .certifications-grid .certification-card .cert-content h4{font-size:1.1rem;color:#1e2d3f;margin-bottom:.5rem;font-weight:700}.services-page .why-choose .certifications-section .certifications-grid .certification-card .cert-content p{font-size:.9rem;color:#555;line-height:1.5;margin:0}.services-page .why-choose .technology-section{margin-bottom:3rem}.services-page .why-choose .technology-section .subsection-title{font-size:1.4rem;color:#1e2d3f;margin-bottom:.3rem;font-weight:700;position:relative;display:inline-block}.services-page .why-choose .technology-section .subsection-title:after{content:"";position:absolute;bottom:-8px;left:0;width:80px;height:3px;background:#c33634;border-radius:2px}.services-page .why-choose .technology-section .subsection-subtitle{font-size:1.05rem;color:#c33634;margin-bottom:.8rem;font-weight:600;margin-top:1.2rem}.services-page .why-choose .technology-section .subsection-description{font-size:.95rem;color:#555;margin-bottom:2rem;line-height:1.6}.services-page .why-choose .technology-section .samsara-container{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 15px #00000014;border-left:5px solid #C33634}.services-page .why-choose .technology-section .samsara-container .samsara-intro{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center;margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb}.services-page .why-choose .technology-section .samsara-container .samsara-intro .samsara-image-placeholder{width:100%;height:180px;background:linear-gradient(135deg,#f0f4f8,#e8ecf1);border-radius:8px;display:flex;align-items:center;justify-content:center;border:2px solid #e0e0e0}.services-page .why-choose .technology-section .samsara-container .samsara-intro .samsara-image-placeholder .samsara-logo{max-width:90%;max-height:100%;width:auto;height:auto;object-fit:contain}.services-page .why-choose .technology-section .samsara-container .samsara-intro .samsara-content h4{font-size:1.3rem;color:#1e2d3f;margin-bottom:.8rem;font-weight:700}.services-page .why-choose .technology-section .samsara-container .samsara-intro .samsara-content p{font-size:.95rem;color:#555;line-height:1.6;margin:0}.services-page .why-choose .technology-section .samsara-container .features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.services-page .why-choose .technology-section .samsara-container .features-grid .feature-card{text-align:center;padding:1.3rem;border-radius:8px;background:#f9fafb;transition:all .3s ease;border-top:3px solid transparent}.services-page .why-choose .technology-section .samsara-container .features-grid .feature-card:hover{background:#f0f4f8;border-top-color:#c33634;transform:translateY(-3px)}.services-page .why-choose .technology-section .samsara-container .features-grid .feature-card .feature-icon{width:55px;height:55px;background:linear-gradient(135deg,#c33634,#1e2d3f);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;margin:0 auto .8rem;transition:transform .3s ease}.services-page .why-choose .technology-section .samsara-container .features-grid .feature-card .feature-icon svg{font-size:1.6rem}.services-page .why-choose .technology-section .samsara-container .features-grid .feature-card h5{font-size:.95rem;color:#1e2d3f;margin-bottom:.4rem;font-weight:700}.services-page .why-choose .technology-section .samsara-container .features-grid .feature-card p{font-size:.85rem;color:#666;line-height:1.5;margin:0}.services-page .why-choose .technology-section .samsara-container .features-grid .feature-card:hover .feature-icon{transform:scale(1.08)}@media (max-width: 768px){.services-page .services-hero{height:50vh;padding:0 1rem}.services-page .services-hero .services-hero-content h1{font-size:2.5rem}.services-page .services-hero .services-hero-content p{font-size:1.2rem}.services-page .services-content .container{padding:3rem 1rem}.services-page .services-content .services-list .service-item{flex-direction:column;padding:2rem}.services-page .services-content .services-list .service-item:hover{transform:translateY(-5px);border-left-color:transparent;border-top:5px solid #C33634}.services-page .services-content .services-list .service-item .service-item-icon{margin:0 auto}.services-page .services-content .services-list .service-item .service-item-content{text-align:center}.services-page .services-content .services-list .service-item .service-item-content h3{font-size:1.5rem}.services-page .services-content .services-list .service-item .service-item-content p{font-size:1rem}.services-page .why-choose .section-title{font-size:2rem}.services-page .why-choose .certifications-section .subsection-title{font-size:1.2rem}.services-page .why-choose .certifications-section .subsection-title:after{width:60px}.services-page .why-choose .certifications-section .subsection-description{font-size:.9rem;margin-bottom:1.5rem}.services-page .why-choose .certifications-section .certifications-grid{grid-template-columns:1fr;gap:1.2rem}.services-page .why-choose .certifications-section .certifications-grid .certification-card{padding:1.2rem}.services-page .why-choose .certifications-section .certifications-grid .certification-card .cert-image-placeholder{height:110px;margin-bottom:1rem}.services-page .why-choose .certifications-section .certifications-grid .certification-card .cert-image-placeholder .cert-logo{max-width:85%;max-height:100%}.services-page .why-choose .certifications-section .certifications-grid .certification-card .cert-content h4{font-size:1rem}.services-page .why-choose .certifications-section .certifications-grid .certification-card .cert-content p{font-size:.85rem;line-height:1.5}.services-page .why-choose .technology-section .subsection-title{font-size:1.2rem;margin-bottom:.3rem}.services-page .why-choose .technology-section .subsection-title:after{width:60px}.services-page .why-choose .technology-section .subsection-subtitle{font-size:.95rem;margin-top:1rem;margin-bottom:.5rem}.services-page .why-choose .technology-section .subsection-description{font-size:.9rem;margin-bottom:1.5rem}.services-page .why-choose .technology-section .samsara-container{padding:1.5rem}.services-page .why-choose .technology-section .samsara-container .samsara-intro{grid-template-columns:1fr;gap:1.5rem;margin-bottom:1.5rem;padding-bottom:1.5rem}.services-page .why-choose .technology-section .samsara-container .samsara-intro .samsara-image-placeholder{height:150px}.services-page .why-choose .technology-section .samsara-container .samsara-intro .samsara-image-placeholder .samsara-logo{max-width:85%;max-height:100%}.services-page .why-choose .technology-section .samsara-container .samsara-intro .samsara-content h4{font-size:1.1rem;margin-bottom:.5rem}.services-page .why-choose .technology-section .samsara-container .samsara-intro .samsara-content p{font-size:.9rem}.services-page .why-choose .technology-section .samsara-container .features-grid{grid-template-columns:1fr;gap:1.2rem}.services-page .why-choose .technology-section .samsara-container .features-grid .feature-card{padding:1.1rem}.services-page .why-choose .technology-section .samsara-container .features-grid .feature-card .feature-icon{width:50px;height:50px;margin:0 auto .6rem}.services-page .why-choose .technology-section .samsara-container .features-grid .feature-card .feature-icon svg{font-size:1.4rem}.services-page .why-choose .technology-section .samsara-container .features-grid .feature-card h5{font-size:.9rem;margin-bottom:.3rem}.services-page .why-choose .technology-section .samsara-container .features-grid .feature-card p{font-size:.8rem;line-height:1.4}}.gallery-page .gallery-hero{height:50vh;background:url(/assets/galeria-portada-dy4F3C-H.jpg) center center/cover no-repeat;position:relative;display:flex;align-items:center;justify-content:center}.gallery-page .gallery-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#1e2d3fd9 50%,#c33634bf)}.gallery-page .gallery-hero .gallery-hero-content{position:relative;z-index:1;text-align:center;color:#fff;padding:0 2rem}.gallery-page .gallery-hero .gallery-hero-content h1{font-size:3.5rem;font-weight:800;margin-bottom:1rem}.gallery-page .gallery-hero .gallery-hero-content p{font-size:1.3rem;opacity:.95}.gallery-page .gallery-content{padding:4rem 2rem}.gallery-page .gallery-content .container{max-width:1200px;margin:0 auto}.gallery-page .gallery-content .fleet-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem}.gallery-page .gallery-content .fleet-info .fleet-info-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #0000001a;text-align:center;transition:all .3s ease}.gallery-page .gallery-content .fleet-info .fleet-info-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}.gallery-page .gallery-content .fleet-info .fleet-info-card h3{font-size:1.5rem;color:#1e2d3f;margin-bottom:.5rem;font-weight:700}.gallery-page .gallery-content .fleet-info .fleet-info-card p{font-size:1.1rem;color:#666;margin-bottom:1rem}.gallery-page .gallery-content .fleet-info .fleet-info-card .availability-badge{display:inline-block;background:#27ae60;color:#fff;padding:.5rem 1.5rem;border-radius:20px;font-size:.9rem;font-weight:600}.gallery-page .gallery-content .gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.gallery-page .gallery-content .gallery-grid .gallery-item{position:relative;border-radius:12px;overflow:hidden;cursor:pointer;aspect-ratio:4/3;box-shadow:0 4px 20px #0000001a;transition:all .3s ease}.gallery-page .gallery-content .gallery-grid .gallery-item:hover{transform:translateY(-10px);box-shadow:0 8px 30px #0003}.gallery-page .gallery-content .gallery-grid .gallery-item:hover .gallery-overlay{opacity:1}.gallery-page .gallery-content .gallery-grid .gallery-item img{width:100%;height:100%;object-fit:cover;display:block}.gallery-page .gallery-content .gallery-grid .gallery-item .gallery-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#1e2d3fcc;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.gallery-page .gallery-content .gallery-grid .gallery-item .gallery-overlay span{color:#fff;font-size:1.2rem;font-weight:600}.gallery-page .lightbox{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000f2;z-index:9999;display:flex;align-items:center;justify-content:center;padding:2rem;cursor:pointer}.gallery-page .lightbox .lightbox-close{position:absolute;top:2rem;right:2rem;background:#fff3;border:none;color:#fff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10000}.gallery-page .lightbox .lightbox-close:hover{background:#ffffff4d;transform:rotate(90deg)}.gallery-page .lightbox .lightbox-close svg{font-size:2rem}.gallery-page .lightbox .lightbox-content{max-width:90vw;max-height:90vh;cursor:default}.gallery-page .lightbox .lightbox-content img{width:100%;height:100%;object-fit:contain;border-radius:8px}@media (max-width: 768px){.gallery-page .gallery-hero{height:40vh}.gallery-page .gallery-hero .gallery-hero-content h1{font-size:2rem}.gallery-page .gallery-hero .gallery-hero-content p{font-size:1rem}.gallery-page .gallery-content{padding:3rem 1rem}.gallery-page .gallery-content .fleet-info{grid-template-columns:1fr;margin-bottom:3rem}.gallery-page .gallery-content .gallery-grid{grid-template-columns:1fr}.gallery-page .lightbox{padding:1rem}.gallery-page .lightbox .lightbox-close{top:1rem;right:1rem;width:40px;height:40px}.gallery-page .lightbox .lightbox-close svg{font-size:1.5rem}}.contact-page .contact-hero{background:url(/assets/contacto-QH3MQc69.jpg) center center/cover no-repeat;color:#fff;height:50vh;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;overflow:hidden}.contact-page .contact-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#1e2d3fd9 60%,#c33634bf)}.contact-page .contact-hero .contact-hero-content{position:relative;z-index:1;max-width:800px;margin:0 auto}.contact-page .contact-hero .contact-hero-content h1{font-size:3.5rem;font-weight:800;margin-bottom:1rem;animation:fadeInUp .8s ease-out}.contact-page .contact-hero .contact-hero-content p{font-size:1.4rem;color:#c33634;animation:fadeInUp .8s ease-out .2s both}.contact-page .contact-content .container{max-width:1200px;margin:0 auto;padding:4rem 2rem}.contact-page .contact-content .contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.contact-page .contact-content .contact-layout .contact-form-section h2,.contact-page .contact-content .contact-layout .contact-info-section h2{font-size:2rem;color:#1e2d3f;margin-bottom:2rem}.contact-page .contact-content .contact-layout .contact-form-section .success-message{background:#c33634;color:#fff;padding:1rem;border-radius:8px;margin-bottom:1.5rem;text-align:center;font-weight:600;animation:slideIn .5s ease-out}.contact-page .contact-content .contact-layout .contact-form-section .contact-form .form-group{margin-bottom:1.5rem}.contact-page .contact-content .contact-layout .contact-form-section .contact-form .form-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:600;font-size:.95rem}.contact-page .contact-content .contact-layout .contact-form-section .contact-form .form-group input,.contact-page .contact-content .contact-layout .contact-form-section .contact-form .form-group textarea{width:100%;padding:.875rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:all .3s ease;font-family:inherit}.contact-page .contact-content .contact-layout .contact-form-section .contact-form .form-group input:focus,.contact-page .contact-content .contact-layout .contact-form-section .contact-form .form-group textarea:focus{outline:none;border-color:#c33634;box-shadow:0 0 0 3px #c336341a}.contact-page .contact-content .contact-layout .contact-form-section .contact-form .form-group input.error,.contact-page .contact-content .contact-layout .contact-form-section .contact-form .form-group textarea.error{border-color:#e74c3c}.contact-page .contact-content .contact-layout .contact-form-section .contact-form .form-group input::placeholder,.contact-page .contact-content .contact-layout .contact-form-section .contact-form .form-group textarea::placeholder{color:#999}.contact-page .contact-content .contact-layout .contact-form-section .contact-form .form-group textarea{resize:vertical;min-height:120px}.contact-page .contact-content .contact-layout .contact-form-section .contact-form .form-group .error-text{display:block;color:#e74c3c;font-size:.85rem;margin-top:.5rem}.contact-page .contact-content .contact-layout .contact-form-section .contact-form .form-group.checkbox-group{margin-bottom:2rem}.contact-page .contact-content .contact-layout .contact-form-section .contact-form .form-group.checkbox-group label{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:0;font-weight:400;cursor:pointer}.contact-page .contact-content .contact-layout .contact-form-section .contact-form .form-group.checkbox-group label input[type=checkbox]{width:20px;height:20px;margin-top:.125rem;cursor:pointer;accent-color:#C33634;flex-shrink:0}.contact-page .contact-content .contact-layout .contact-form-section .contact-form .form-group.checkbox-group label span{font-size:.9rem;color:#555;line-height:1.5}.contact-page .contact-content .contact-layout .contact-form-section .contact-form .form-group.checkbox-group label span a{color:#c33634;text-decoration:none;font-weight:600;transition:color .3s ease}.contact-page .contact-content .contact-layout .contact-form-section .contact-form .form-group.checkbox-group label span a:hover{color:#1e2d3f;text-decoration:underline}.contact-page .contact-content .contact-layout .contact-form-section .contact-form .submit-btn{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#c33634,#a52d2a);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.75rem}.contact-page .contact-content .contact-layout .contact-form-section .contact-form .submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 25px #c336344d}.contact-page .contact-content .contact-layout .contact-form-section .contact-form .submit-btn:disabled{opacity:.7;cursor:not-allowed}.contact-page .contact-content .contact-layout .contact-form-section .contact-form .submit-btn svg{font-size:1.3rem}.contact-page .contact-content .contact-layout .contact-info-section{background:#f8f9fa;padding:2rem;border-radius:16px}.contact-page .contact-content .contact-layout .contact-info-section .info-item{display:flex;gap:1.5rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e0e0e0}.contact-page .contact-content .contact-layout .contact-info-section .info-item:last-of-type{border-bottom:none}.contact-page .contact-content .contact-layout .contact-info-section .info-item .info-icon{width:50px;height:50px;min-width:50px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#c33634,#1e2d3f);border-radius:12px;color:#fff}.contact-page .contact-content .contact-layout .contact-info-section .info-item .info-icon svg{font-size:1.5rem}.contact-page .contact-content .contact-layout .contact-info-section .info-item .info-content h4{font-size:1.1rem;color:#1e2d3f;margin-bottom:.5rem}.contact-page .contact-content .contact-layout .contact-info-section .info-item .info-content p{color:#666;line-height:1.6}.contact-page .contact-content .contact-layout .contact-info-section .business-hours{margin-top:2rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d}.contact-page .contact-content .contact-layout .contact-info-section .business-hours h3{display:flex;align-items:center;gap:.75rem;font-size:1.3rem;color:#1e2d3f;margin-bottom:1rem}.contact-page .contact-content .contact-layout .contact-info-section .business-hours h3 svg{color:#c33634}.contact-page .contact-content .contact-layout .contact-info-section .business-hours p{color:#555;margin-bottom:.5rem;padding-left:2rem;line-height:1.8}.contact-page .contact-content .contact-layout .contact-info-section .business-hours p:last-child{margin-bottom:0}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 968px){.contact-page .contact-content .contact-layout{grid-template-columns:1fr}.contact-page .contact-content .contact-layout .contact-info-section{order:2}}@media (max-width: 768px){.contact-page .contact-hero{height:50vh;padding:0 1rem}.contact-page .contact-hero .contact-hero-content h1{font-size:2.5rem}.contact-page .contact-hero .contact-hero-content p{font-size:1.2rem}.contact-page .contact-content .container{padding:3rem 1rem}.contact-page .contact-content .contact-layout .contact-info-section{padding:1.5rem}.contact-page .contact-content .contact-layout .contact-info-section .info-item{flex-direction:column;align-items:center;text-align:center}}.legal-page .legal-hero{background:url(/assets/politica-CwBTyKSf.jpg) center center/cover no-repeat;color:#fff;height:50vh;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;overflow:hidden}.legal-page .legal-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#1e2d3fd9 60%,#c33634bf)}.legal-page .legal-hero .legal-hero-content{position:relative;z-index:1;max-width:800px;margin:0 auto}.legal-page .legal-hero .legal-hero-content h1{font-size:3rem;font-weight:800;margin-bottom:1rem;animation:fadeInUp .8s ease-out}.legal-page .legal-hero .legal-hero-content p{font-size:1.1rem;color:#c33634;animation:fadeInUp .8s ease-out .2s both}.legal-page .legal-content{padding:4rem 2rem}.legal-page .legal-content .container{max-width:900px;margin:0 auto}.legal-page .legal-content .legal-document{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 4px 20px #00000014;line-height:1.8;color:#333}.legal-page .legal-content .legal-document h2{font-size:1.8rem;color:#1e2d3f;margin-top:2.5rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #C33634;font-weight:700}.legal-page .legal-content .legal-document h2:first-child{margin-top:0}.legal-page .legal-content .legal-document h3{font-size:1.4rem;color:#1e2d3f;margin-top:2rem;margin-bottom:1rem;font-weight:600}.legal-page .legal-content .legal-document p{margin-bottom:1rem;text-align:justify;font-size:.95rem}.legal-page .legal-content .legal-document p:last-child{margin-bottom:0}.legal-page .legal-content .legal-document ul,.legal-page .legal-content .legal-document ol{margin:1.5rem 0 1.5rem 2rem}.legal-page .legal-content .legal-document ul li,.legal-page .legal-content .legal-document ol li{margin-bottom:.75rem;font-size:.95rem}.legal-page .legal-content .legal-document strong{color:#c33634;font-weight:700}.legal-page .legal-content .legal-document a{color:#c33634;text-decoration:none;font-weight:500;transition:color .3s ease}.legal-page .legal-content .legal-document a:hover{color:#1e2d3f;text-decoration:underline}.legal-page .legal-content .legal-document .section-highlight{background:#f8f9fa;border-left:4px solid #C33634;padding:1.5rem;margin:1.5rem 0;border-radius:8px}.legal-page .legal-content .legal-document .section-highlight h4{margin-top:0;color:#1e2d3f;font-weight:600}.legal-page .legal-content .legal-document .section-highlight p:last-child{margin-bottom:0}.legal-page .legal-content .legal-document table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.9rem}.legal-page .legal-content .legal-document table thead{background:#f0f4f8}.legal-page .legal-content .legal-document table th,.legal-page .legal-content .legal-document table td{padding:.75rem;text-align:left;border-bottom:1px solid #e9ecef}.legal-page .legal-content .legal-document table th{font-weight:700;color:#1e2d3f}.legal-page .legal-content .legal-document table tr:hover{background:#f8f9fa}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.legal-page .legal-hero{height:50vh;padding:0 1rem}.legal-page .legal-hero .legal-hero-content h1{font-size:2rem}.legal-page .legal-hero .legal-hero-content p{font-size:1rem}.legal-page .legal-content{padding:2rem 1rem}.legal-page .legal-content .legal-document{padding:1.5rem}.legal-page .legal-content .legal-document h2{font-size:1.5rem}.legal-page .legal-content .legal-document h3{font-size:1.2rem}.legal-page .legal-content .legal-document p{font-size:.9rem}.legal-page .legal-content .legal-document ul,.legal-page .legal-content .legal-document ol{margin-left:1.5rem}.legal-page .legal-content .legal-document table{font-size:.8rem}.legal-page .legal-content .legal-document table th,.legal-page .legal-content .legal-document table td{padding:.5rem}}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease;font-family:inherit}.btn svg{font-size:1.2rem;transition:transform .3s ease}.btn:hover svg{transform:translate(5px)}.btn.btn-primary{background:linear-gradient(135deg,#c33634,#a52d2a);color:#fff;box-shadow:0 4px 15px #c336344d}.btn.btn-primary:hover{transform:translateY(-3px);box-shadow:0 6px 25px #c3363466}.btn.btn-secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.5)}.btn.btn-secondary:hover{background:#ffffff1a;border-color:#fff;transform:translateY(-3px)}.btn.btn-outline{background:transparent;color:#c33634;border:2px solid #C33634}.btn.btn-outline:hover{background:#c33634;color:#fff;transform:translateY(-3px)}.app{display:flex;flex-direction:column;min-height:100vh}.app .main-content{flex:1;padding-top:70px}*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;min-width:320px;min-height:100vh;background:#fff;color:#333;overflow-x:hidden}#root{width:100%;min-height:100vh}html{scroll-behavior:smooth}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}p{line-height:1.6}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}ul{list-style:none}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit}
