body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;font-family:Arial,sans-serif;margin:0;padding:0}body{background:#f5f6f8}.header{background:#1e3a5f;color:#fff;justify-content:space-between;padding:12px 30px;position:sticky;top:0;width:100%;z-index:1000}.header,.header-left{align-items:center;display:flex}.header-left{gap:10px}.logo{height:40px;object-fit:contain;width:40px}.brand{font-size:18px;font-weight:700}.header-right button{background:#ff6b00;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:700;padding:8px 14px}.header-right button:hover{background:#e65c00}.hero{animation:zoomHero 20s ease-in-out infinite alternate;background-position:50%;background-size:cover;height:85vh;position:relative}@keyframes zoomHero{0%{background-size:100%}to{background-size:110%}}.overlay{align-items:center;background:#0000008c;display:flex;height:100%;justify-content:center;width:100%}.hero-content{animation:fadeInUp 1.2s ease;color:#fff;position:relative;text-align:center}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-content h1{color:gold;font-size:48px;text-shadow:3px 3px 10px #000c}.hero-content p{font-size:20px;margin-top:10px;text-shadow:2px 2px 8px #000c}.search-box{display:flex;gap:10px;justify-content:center;margin-top:25px;position:relative}.search-box input{border:none;border-radius:10px;padding:12px;width:280px}.search-box button{background:#ff6b00;border:none;border-radius:10px;color:#fff;cursor:pointer;padding:12px 20px}.search-box button:hover{background:#e65c00}.suggestions{background:#fff;border-radius:10px;box-shadow:0 10px 25px #0003;overflow:hidden;position:absolute;top:55px;width:280px;z-index:999}.suggestion-item{border-bottom:1px solid #eee;cursor:pointer;padding:12px;transition:.2s}.suggestion-item:hover{background:#f5f6f8}.btn-explorar{background:gold;border:none;border-radius:12px;color:#000;cursor:pointer;font-weight:700;margin-top:20px;padding:14px 25px}.btn-explorar:hover{background:#e6c200}.container{margin:auto;max-width:1200px}.filters{background:#fff;border-radius:15px;box-shadow:0 5px 15px #0000000d;display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin:20px;padding:20px}.filters input{border:1px solid #ddd;border-radius:10px;padding:12px;width:200px}.filters input:focus{border-color:#ff6b00;outline:none}.form{background:#fff;border-radius:15px;box-shadow:0 10px 25px #0000001a;margin:20px;padding:25px}.form input,.form textarea{border:1px solid #ddd;border-radius:10px;margin-bottom:10px;padding:12px;width:100%}.form input:focus,.form textarea:focus{border-color:#ff6b00;outline:none}.form button{background:#ff6b00;border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:700;padding:14px}.form button:hover{background:#e65c00}.grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));padding:20px}.card{background:#fff;border-radius:15px;box-shadow:0 10px 25px #0000001a;overflow:hidden;position:relative;transition:.3s}.card:hover{transform:translateY(-5px)}.card img{height:200px;object-fit:cover;width:100%}.card h3{font-size:20px;font-weight:700;padding:10px}.card p{color:#555;padding:0 10px 10px}.badge{background:gold;border-radius:10px;font-size:12px;font-weight:700;left:10px;padding:6px 12px;position:absolute;top:10px}.card button{background:#111;border:none;border-radius:10px;color:#fff;cursor:pointer;margin:10px;padding:10px}.card button:hover{background:#333}.card a{background:#25d366;border-radius:10px;color:#fff;display:block;font-weight:700;margin:10px;padding:10px;text-align:center;text-decoration:none}.card a:hover{background:#1ebe5d}.preview{display:flex;flex-wrap:wrap}.preview img{border-radius:6px;height:60px;margin:5px;object-fit:cover;width:80px}.map{border-radius:15px;margin:20px;overflow:hidden}.modal{align-items:center;background:#0009;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:2000}.modal-content{background:#fff;border-radius:15px;max-width:400px;padding:30px;position:relative;text-align:center;width:90%}.modal-content input{border:1px solid #ddd;border-radius:10px;margin-bottom:10px;padding:12px;width:100%}.modal-content button{border:none;border-radius:10px;font-weight:700;margin-top:5px;padding:12px;width:100%}.close{background:none;cursor:pointer;font-size:18px;position:absolute;right:15px;top:10px}@media (max-width:768px){.hero{height:60vh}.hero-content h1{font-size:28px}.search-box{flex-direction:column}.filters input,.search-box input,.suggestions{width:100%}.form{margin:10px}.header{padding:10px}}
/*# sourceMappingURL=main.1b080b1f.css.map*/