.n-category-grid{padding:1rem}.n-category-grid h1{line-height:1.2}.n-category-grid .card_open_map{border:1px solid #dbdbdb;border-radius:.6em;cursor:pointer;position:relative;background-color:var(--primary);min-height:250px;height:100%}.n-category-grid .card_open_map.has-bg-image{background-image:url(/images/airlocal-icon-map.png);background-position:50%;background-size:cover}.n-category-grid .card_open_map.has-bg-image .text{bottom:10%;transform:translate(-50%)}.n-category-grid .card_open_map .text{position:absolute;left:50%;bottom:50%;white-space:nowrap;transform:translate(-50%,50%);color:var(--primary);font-weight:700;padding:.5rem 1.5rem;border-radius:50px;background-color:#fff}.n-category-grid__card.outline>*{box-shadow:var(--primary) 0 0 0 2px}.n-category-grid .grid{display:grid;grid-template-columns:repeat(3,calc(33.33333% - 6.66667px));transition:all .25s ease;grid-gap:10px;gap:10px}.n-category-grid .grid.no-map{grid-template-columns:repeat(6,1fr)}@media screen and (max-width:1240px){.n-category-grid .grid{grid-template-columns:repeat(2,calc(50% - 5px))}.n-category-grid .grid.no-map{grid-template-columns:repeat(5,1fr)}}@media screen and (max-width:978px){.n-category-grid .grid.no-map{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width:768px){.n-category-grid .grid{grid-template-columns:repeat(2,calc(50% - 5px))}.n-category-grid .grid.no-map{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:600px){.n-category-grid .grid{grid-template-columns:100%}.n-category-grid .grid.no-map{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:430px){.n-category-grid .grid.no-map{grid-template-columns:100%}}.n-category-grid .grid.is-full-width{grid-template-columns:1fr;max-width:1000px;margin-left:auto;margin-right:auto}.n-category-grid .grid .item{z-index:1}.n-category-grid .grid .item .item-content{height:100%}