.property-card{background:#f8f8f8;border-radius:20px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,0.1);margin:15px;max-width:320px;transition:transform 0.3s ease, box-shadow 0.3s ease}.property-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,0.15)}.property-image-container{position:relative;width:100%;height:200px;overflow:hidden;display:flex;justify-content:center;align-items:center}.property-image{object-fit:cover;width:240px;height:166px;border:4px solid black;border-radius:30px}.property-content{padding:20px}.property-title{color:#c4a373;font-size:16px;font-weight:500;margin:0 0 10px 0;line-height:1.2}.property-price{color:#333;font-size:24px;font-weight:bold;margin:10px 0}.property-description{color:#666;font-size:14px;line-height:1.4;margin:10px 0;font-weight:500}.property-location{color:#888;font-size:12px;margin:10px 0 15px 0}.property-actions{text-align:center;margin-top:15px}.btn-detail{background-color:#c4a373;color:white;padding:12px 30px;border:none;border-radius:25px;text-decoration:none;font-size:14px;font-weight:500;transition:background-color 0.3s ease;display:inline-block}.btn-detail:hover{background-color:#b8956a;color:white;text-decoration:none}.properties-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(320px, 1fr));gap:20px;padding:20px;max-width:1200px;margin:0 auto;background-color:#fffdfdcc;border-radius:30px;border:2px solid #b1a37fd1}.properties-page{padding:40px 0}.page-title{font-size:32px}.no-properties{text-align:center;padding:60px 20px;color:#666;font-size:18px}.property-detail-page{padding:40px 0}.property-detail{background:white;border-radius:15px;padding:30px;box-shadow:0 4px 20px rgba(0,0,0,0.1);border:2px solid #b1a37fd1}.main-property-image{width:100%;height:400px;object-fit:cover;border-radius:10px}.gallery-thumb{height:80px;object-fit:cover;border-radius:5px;cursor:pointer;transition:transform 0.2s ease}.gallery-thumb:hover{transform:scale(1.05)}.property-info .property-title{color:#c4a373;font-size:28px;font-weight:600;margin-bottom:20px}.property-info .property-price{color:#333;font-size:32px;font-weight:bold;margin-bottom:15px}.property-type .badge{margin-right:10px;padding:8px 15px;font-size:12px}.property-location{color:#666;font-size:16px}.property-location i{color:#c4a373;margin-right:8px}.contact-buttons{display:flex;gap:10px;margin-top:15px}.btn-contact{flex:1;padding:12px 20px;border-radius:25px;text-decoration:none;text-align:center;font-weight:500}.btn-contact:hover{text-decoration:none}@media (max-width: 768px){.properties-grid{grid-template-columns:1fr;padding:10px}.property-card{margin:10px auto}.property-detail{padding:20px;margin:10px}.main-property-image{height:250px}.contact-buttons{flex-direction:column}}.catalog-page{padding:50px 0}.page-title{font-size:32px;font-weight:700;text-align:center;color:#333;margin-bottom:30px}.filters-container{background:white;border:2px solid #c4a373;border-radius:20px;padding:25px;box-shadow:0 2px 15px rgba(0,0,0,0.05);max-width:900px;margin:0 auto 40px auto}.filters-form{display:flex;flex-wrap:wrap;justify-content:space-between;gap:20px}.form-row{display:flex;flex-wrap:wrap;gap:20px;width:100%}.form-group{flex:1 1 calc(50% - 20px);display:flex;flex-direction:column}.filter-input{padding:10px 12px;border:1px solid #ddd;border-radius:10px;font-size:14px;transition:border 0.2s}.filter-input:focus{border-color:#c4a373;outline:none}.form-actions{display:flex;justify-content:center;gap:15px;width:100%;margin-top:10px}.btn{padding:10px 25px;border-radius:25px;font-weight:500;font-size:14px;cursor:pointer;text-decoration:none;transition:background 0.3s}.btn-search{background-color:#c4a373;color:white;border:none}.btn-search:hover{background-color:#b39165}.btn-clear{background:transparent;color:#c4a373;border:1px solid #c4a373}.btn-clear:hover{background-color:#c4a373;color:white}@media (max-width: 768px){.form-group{flex:1 1 100%}}.queries-page{margin-top:40px}.query-card{background:#fff;border:1px solid #ddd;border-radius:10px;padding:20px;margin-bottom:15px;box-shadow:0 2px 8px rgba(0,0,0,0.05)}.queries-page{margin-top:40px;padding:20px 30px}.queries-page h1{font-size:1.8rem;font-weight:600;margin-bottom:25px;color:#2c3e50}.query-card{background:#fff;border:1px solid #ddd;border-radius:10px;padding:20px;margin-bottom:15px;box-shadow:0 2px 8px rgba(0,0,0,0.05)}.query-card h2{margin-bottom:10px;font-size:1.2rem;color:#333}.query-card p{color:#555;font-size:0.95rem;line-height:1.4}.queries-table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,0.08)}.queries-table thead{background-color:#f8f9fa}.queries-table thead th{text-align:left;padding:1rem 1.2rem;font-size:0.9rem;text-transform:uppercase;color:#6c757d;font-weight:600;border-bottom:1px solid #e5e5e5}.queries-table tbody tr{transition:background-color 0.2s ease}.queries-table tbody tr:nth-child(even){background-color:#fafafa}.queries-table tbody tr:hover{background-color:#f1f3f5}.queries-table tbody tr td{padding:1rem 1.2rem;font-size:0.95rem;color:#34495e;border-bottom:1px solid #e5e5e5}.queries-table tbody tr td:last-child{text-align:right}.query-btn{display:inline-block;padding:0.5rem 0.9rem;background:#007bff;color:#fff;text-decoration:none;font-weight:500;border-radius:6px;transition:background 0.2s ease}.query-btn:hover{background:#0056b3}.query-show-page{max-width:800px;margin:60px auto;padding:20px;font-family:"Inter", sans-serif;color:#2c3e50}.query-show-page h1{font-size:2rem;font-weight:700;color:#1f2d3d;margin-bottom:30px;border-left:5px solid #007bff;padding-left:16px}.query-show-page .query-details{background:#ffffffcc;backdrop-filter:blur(6px);border-radius:16px;box-shadow:0 6px 18px rgba(0,0,0,0.05);padding:25px 30px;margin-bottom:25px;transition:transform 0.2s ease, box-shadow 0.2s ease}.query-show-page .query-details:hover{transform:translateY(-3px);box-shadow:0 10px 25px rgba(0,0,0,0.08)}.query-show-page .query-details h2{font-size:1.5rem;margin-bottom:10px;color:#2b3a4a}.query-show-page .query-details p{margin:6px 0;line-height:1.6}.query-show-page .query-details p strong{color:#555}.query-show-page .response-section{background:#f6f8fb;border-radius:14px;padding:25px 30px;border:1px solid #e2e6eb;box-shadow:0 4px 12px rgba(0,0,0,0.03)}.query-show-page .response-section h3{font-size:1.25rem;font-weight:600;margin-bottom:20px;color:#1f2d3d}.query-show-page .response-section label{display:block;font-weight:500;color:#4a5568;margin-bottom:10px}.query-show-page .response-section textarea{width:100%;min-height:140px;border-radius:10px;border:1px solid #ccc;padding:12px;font-size:1rem;resize:vertical;transition:border-color 0.2s ease}.query-show-page .response-section textarea:focus{border-color:#007bff;outline:none;box-shadow:0 0 0 3px rgba(0,123,255,0.15)}.query-show-page .response-section .btn-primary{background:#007bff;border:none;border-radius:8px;padding:10px 22px;font-weight:600;margin-top:15px;transition:background 0.2s ease}.query-show-page .response-section .btn-primary:hover{background:#006ae6}.query-show-page .response-section .btn-secondary{margin-left:8px;border-radius:8px;background:#f1f3f5;color:#333;font-weight:500;transition:background 0.2s ease}.query-show-page .response-section .btn-secondary:hover{background:#e5e7eb}.query-response{background:#eef6ff;border-left:4px solid #007bff;border-radius:10px;padding:15px 20px;margin-top:20px}.query-response h3{font-size:1.1rem;font-weight:600;color:#1e3a8a;margin-bottom:8px}.query-response p{color:#2c3e50;font-size:0.95rem;line-height:1.5}.pending-response{margin-top:15px;font-style:italic;color:#999;font-size:0.9rem}body{background-image:url(/assets/bg-1443a53d132276a2abdf2edcb2c37a2ee52d3599c007050f1a2c29224386de5c.webp);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;height:100vh;width:100vw}header{background-color:#303030;color:white;justify-content:space-between}header .navbar-brand img{height:165px}header .navbar-menu ul{display:flex;flex-flow:row;justify-content:space-around}header .navbar-menu ul a{color:white;text-decoration:none;margin-left:20px}header .navbar-menu ul a:hover{color:white}header .navbar-end{color:white;margin-right:20px}
