*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;color:#333}.top-bar{background:#333;color:#fff;padding:.6rem 5%;display:flex;justify-content:space-between;align-items:center;font-size:.9rem;flex-wrap:wrap}.top-bar-left{display:flex;gap:2.5rem;align-items:center;flex-wrap:wrap}.top-bar__item{display:flex;align-items:center;gap:.6rem}.top-bar__item i{color:#014bae;font-size:.9rem}.top-bar__link{color:#fff;text-decoration:none;font-size:.9rem}.social-icons{display:flex;gap:.6rem}.social-icons a{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:transform .2s;font-size:1rem;background:#014bae}.social-icons a:hover{transform:scale(1.05)}header{background:#fff;padding:1.2rem 5%;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 5px #00000014}.logo img{height:90px;width:auto;object-fit:contain}nav{display:flex;gap:2.5rem;align-items:center}nav a{text-decoration:none;color:#333;font-weight:600;font-size:1.05rem;transition:color .3s}nav a:hover{color:#014bae}nav a.inicio-btn{background:#1a1a1a;color:#fff;padding:.7rem 2rem;border-radius:30px;font-weight:600;white-space:nowrap}nav a.inicio-btn:hover{background:#333}.menu-toggle{display:none;width:50px;height:50px;border-radius:50%;background:#014bae;color:#fff;border:none;cursor:pointer;font-size:1.3rem;align-items:center;justify-content:center}.mobile-menu{display:none;position:fixed;top:0;left:-100%;width:85%;max-width:400px;height:100vh;background:linear-gradient(135deg,#014bae,#012a6b);z-index:9999;transition:left .3s;padding:2rem 1.5rem;overflow-y:auto}.mobile-menu.active{left:0;display:block}.mobile-menu-logo{color:#fff;font-size:2rem;font-weight:700}.mobile-menu-logo span{color:#1a1a1a}.mobile-menu-close{background:#fff;color:#014bae;border:none;width:45px;height:45px;border-radius:50%;cursor:pointer;font-size:1.8rem;display:flex;align-items:center;justify-content:center}.mobile-menu-icon.black{background:#1a1a1a}.mobile-menu-icon.blue{background:#003580}.mobile-menu-arrow{color:#fff;font-size:1.2rem;opacity:.7}.menu-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;z-index:9998}.menu-overlay.active{display:block}.hero-sell{position:relative;min-height:35vh;background:linear-gradient(135deg,#014bae,#06c);display:flex;justify-content:center;align-items:center;color:#fff;padding:4rem 5%}.hero-sell-content{position:relative;z-index:1;text-align:center;max-width:800px}.hero-sell-icon{width:80px;height:80px;background:#1a1a1a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem}.hero-sell-icon i{font-size:2.5rem;color:#fff}.hero-sell h1{font-size:2.3rem;margin-bottom:1rem;font-weight:700}.hero-sell p{font-size:1rem;opacity:.95}.form-section{padding:4rem 5%;background:#f8f8f8}.form-container{max-width:1200px;margin:0 auto;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 20px #0000001a}.form-split{display:grid;grid-template-columns:45% 55%}.form-image{background:url(https://images.unsplash.com/photo-1619767886558-efdc259cde1a?w=800) center/cover;min-height:500px;position:relative}.form-image:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#014baecc,#06c9)}.form-content{padding:3rem}.section-header{margin-bottom:2rem}.section-header h2{font-size:1.8rem;color:#014bae;display:flex;align-items:center;gap:.8rem;margin-bottom:.5rem;font-weight:700}.section-header h2 i{font-size:1.5rem}.section-divider{height:4px;width:60px;background:linear-gradient(90deg,#014bae,#1a1a1a);border-radius:2px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-row.single{grid-template-columns:1fr}.form-group{display:flex;flex-direction:column}.form-group label{font-size:.9rem;color:#333;font-weight:600;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.form-group label i{color:#014bae;font-size:1rem}.form-group input,.form-group select,.form-group textarea{padding:.9rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:all .3s;font-family:Arial,sans-serif}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#014bae;outline:none;box-shadow:0 0 0 3px #014bae1a}.form-group textarea{resize:vertical;min-height:100px}.upload-section{margin:2rem 0;padding:2rem;border:3px dashed #014bae;border-radius:15px;background:#f0f5ff;text-align:center}.upload-section h3{font-size:1.3rem;color:#014bae;margin-bottom:.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.upload-section h3 i{font-size:1.5rem}.upload-section p{color:#666;font-size:.9rem;margin-bottom:1rem}.file-input-wrapper{position:relative}.file-input-wrapper input[type=file]{display:none}.file-input-label{display:inline-block;padding:.9rem 2rem;background:#014bae;color:#fff;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s}.file-input-label:hover{background:#003580;transform:translateY(-2px)}.file-info{margin-top:1rem;color:#666;font-size:.85rem}.submit-btn{width:100%;padding:1.2rem;background:#014bae;color:#fff;border:none;border-radius:8px;font-size:1.2rem;font-weight:700;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:.8rem}.submit-btn:hover{background:#003580;transform:translateY(-2px);box-shadow:0 4px 15px #014bae4d}.submit-btn:disabled{background:#ccc;cursor:not-allowed;transform:none}.submit-btn i{font-size:1.3rem}.privacy-note{text-align:center;margin-top:1.5rem;color:#666;font-size:.9rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.privacy-note i{color:#014bae}.success-message,.error-message{padding:1rem;border-radius:8px;margin-bottom:1.5rem;display:none;align-items:center;gap:.8rem;font-weight:600}.success-message{background:#d4edda;color:#155724;border:2px solid #c3e6cb}.error-message{background:#f8d7da;color:#721c24;border:2px solid #f5c6cb}.success-message.show,.error-message.show{display:flex}footer{background:#014bae;color:#fff;padding:3rem 5% 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;max-width:1400px;margin:0 auto 2rem}.footer-section h3{margin-bottom:1.5rem;font-size:1.2rem;display:flex;align-items:center;gap:.5rem}.footer-section h3 i{font-size:1.2rem;color:#1a1a1a}.footer-section p,.footer-section a{color:#fff;text-decoration:none;display:block;margin-bottom:.8rem;line-height:1.6}.footer-section a{display:flex;align-items:center;gap:.5rem}.footer-section a i{font-size:1rem;color:#1a1a1a}.footer-section p i,.footer-section a:hover{color:#1a1a1a}.footer-logo{font-size:1.8rem;font-weight:700;margin-bottom:1rem}.footer-logo span{color:#1a1a1a}.footer-section .social-icons{margin-top:1rem;display:flex;gap:.8rem}.footer-section .social-icons a{background:#1877f2}.schedule-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2);color:#fffc;font-size:.9rem}.footer-links{display:flex;justify-content:center;gap:2rem;margin-top:1rem;flex-wrap:wrap}.footer-links a{color:#fffc;text-decoration:none;font-size:.9rem}.footer-links a:hover{color:#1a1a1a}.contact-btn{background:#1a1a1a;color:#fff;padding:1rem 2.2rem;border-radius:30px;border:none;font-size:1.05rem;font-weight:600;cursor:pointer;position:fixed;bottom:2.5rem;right:2.5rem;z-index:999;box-shadow:0 4px 15px #00000040;transition:all .3s}.contact-btn:hover{background:#333;transform:translateY(-3px);box-shadow:0 6px 20px #0000004d}@media (max-width: 968px){.form-split{grid-template-columns:1fr}.form-image{min-height:300px}.form-row{grid-template-columns:1fr;gap:1rem}.hero-sell h1{font-size:2.2rem}.hero-sell p{font-size:1.1rem}}@media (max-width: 768px){.top-bar{display:none}header{padding:1rem 3%}.logo img{height:60px}nav{display:none!important}.menu-toggle{display:flex}.hero-sell{min-height:40vh;padding:3rem 5%}.hero-sell-icon{width:90px;height:90px}.hero-sell-icon i{font-size:2.5rem}.hero-sell h1{font-size:1.8rem}.hero-sell p{font-size:1rem}.form-section{padding:2rem 3%}.form-content{padding:2rem 1.5rem}.section-header h2{font-size:1.4rem}.upload-section{padding:1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-section{display:flex;flex-direction:column;align-items:center}.footer-section h3,.footer-section a,.footer-section .social-icons{justify-content:center}.schedule-row{max-width:300px}.contact-btn{bottom:1.5rem;right:1.5rem;padding:.8rem 1.5rem;font-size:.95rem}}
