.hoteis-wrap{max-width:900px;margin:0 auto}.hoteis{flex-direction:column;gap:12px;padding:0;list-style:none;display:flex}.hotel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);justify-content:space-between;align-items:center;gap:28px;padding:22px 26px;transition:background .2s,border-color .2s,transform .2s;display:flex}.h-foto{aspect-ratio:16/10;object-fit:cover;border:1px solid var(--line);border-radius:10px;flex:none;width:clamp(150px,26%,230px)}.hotel:hover{background:var(--surface-2);border-color:#ff8a0073;transform:translateY(-2px)}.h-info{flex:1;min-width:0}.hotel h3{letter-spacing:-.01em;font-size:clamp(17px,2vw,21px);font-weight:800}.h-end{color:var(--dim);max-width:52ch;margin-top:6px;font-size:14px;line-height:1.5}.h-meta{align-items:center;gap:14px;margin-top:14px;display:flex}.h-tempo{white-space:nowrap;color:var(--dim);font-size:13px}.h-tempo b{color:var(--yellow);margin-right:4px;font-size:20px;font-weight:800}.h-nota{color:var(--faint);text-align:center;margin-top:28px;font-size:13px;line-height:1.6}@media (max-width:700px){.hotel{flex-direction:column-reverse;align-items:stretch;gap:16px;padding:16px}.h-foto{aspect-ratio:16/9;width:100%}.h-meta{justify-content:space-between;width:100%}}@media (prefers-reduced-motion:reduce){.hotel{transition:none}.hotel:hover{transform:none}}
