.map-header{margin-bottom:30px;text-align:center}.map-content{background:#fff;border:1px solid #eee;box-shadow:0 4px 15px rgba(0,0,0,.05);display:flex;height:500px;overflow:hidden;width:100%}.places-list{background:#fff;border-right:1px solid #eee;height:100%;min-width:350px;overflow-y:auto;width:350px;z-index:2}.map-frame-container{background:#eee;flex:1;height:100%;position:relative;width:auto}.map-frame-container iframe{border:0;display:block;height:100%;width:100%}.filter-buttons{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.filter-buttons button{align-items:center;background:hsla(0,0%,100%,.2);border:1px solid #000;border-radius:20px;color:#000;display:inline-flex;font-size:18px;font-weight:400;height:42px;justify-content:center;padding:0 24px;transition:all .2s linear}.filter-buttons button.active,.filter-buttons button:hover{background-color:#000;color:#fff}.place-card{border-bottom:1px solid rgba(0,0,0,.3);cursor:pointer;padding:20px;transition:background .2s}.place-card:first-of-type{border-top:1px solid rgba(0,0,0,.3)}.place-card:hover{background:#f9f9f9}.place-card.is-active{background:rgba(255,89,0,.15)}.place-card.is-hidden{display:none}.place-card h3{font-family:var(--text-font);font-size:24px;font-weight:300;margin-bottom:15px}.place-card p{font-size:16px;margin:0}.cta-map{color:var(--primary-color);display:none;font-size:16px;font-weight:700;margin-top:10px}.badge{align-items:center;border-radius:20px;color:#fff;display:inline-flex;font-size:14px;font-weight:400;justify-content:center;margin-bottom:15px;padding:8px 24px;text-transform:uppercase}.badge.badge-sede{background:var(--primary-color)}.badge.badge-hotel{background:#9747ff}@media only screen and (max-width:767px){.map-content{flex-direction:column-reverse;height:auto}.places-list{height:300px;min-width:100%;width:100%}.map-frame-container{flex-basis:350px;height:350px;width:100%}}