@font-face {
  font-family: "Nimbus";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Nimbus-Sans-D-OT-Bold-Extended.woff2") format("woff2");
  font-display: fallback;
}
@font-face {
  font-family: "Nimbus";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Nimbus-Sans-D-OT-Bold-Extended.woff2") format("woff2");
  font-display: fallback;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.header-logo {
  width: 160px;
  margin: 25px auto;
}
@media only screen and (min-width: 992px) {
  .header-logo {
    width: 180px;
    margin: 40px auto;
    margin-bottom: 106px;
  }
}
.header-logo svg,
.header-logo img {
  max-width: 100%;
}

.list-locations {
  display: grid;
  max-width: 400px;
  gap: 12px;
  padding: 0 10px;
  margin: 0 auto 10px;
  justify-content: center;
  max-width: 100%;
  grid-template-columns: repeat(2, minmax(0, 260px));
}
@media only screen and (min-width: 992px) {
  .list-locations {
    gap: 16px;
    padding: 0 20px;
    max-width: 95%;
    margin: 0 auto 50px;
    grid-template-columns: repeat(6, minmax(0, 260px));
  }
}

.location {
  width: 100%;
}
.location > a {
  display: block;
  width: 100%;
}
.location > a:hover .img-cover-block img, .location > a:focus-visible .img-cover-block img {
  transform: scale(1.1);
}
.location .logo-block {
  margin-top: 6px;
  margin-bottom: 10px;
  text-align: center;
}
.location .logo-block svg,
.location .logo-block img {
  width: auto;
  max-height: 10px;
}
@media only screen and (min-width: 992px) {
  .location .logo-block svg,
  .location .logo-block img {
    max-height: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .location .logo-block svg,
  .location .logo-block img {
    max-height: 12px;
  }
}
@media only screen and (min-width: 992px) {
  .location .logo-block {
    margin-bottom: 16px;
    margin-top: 0;
  }
}
.location .destino-logo {
  margin-top: 0;
}
@media only screen and (min-width: 992px) {
  .location .destino-logo {
    margin-top: -27px;
  }
}
.location .destino-logo img {
  max-height: 40px;
}
.location .img-cover-block {
  aspect-ratio: 400/380;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .location .img-cover-block {
    aspect-ratio: 260/460;
  }
}
.location .img-cover-block img {
  transition: transform 0.25s ease-out;
}
.location .view {
  background-color: #fff;
  font-size: 14px;
  justify-content: space-between;
  font-family: "Nimbus";
  text-transform: uppercase;
  color: #000;
  border: 1px solid #ddd;
  padding: 8px 12px;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .location .view {
    transition: transform 0.25s ease-out;
    padding: 12px 16px;
  }
}
@media only screen and (min-width: 992px) {
  .location .view {
    font-size: 16px;
  }
}
.location .view svg {
  max-width: 13px;
}

.img-cover-block {
  display: block;
  position: relative;
  overflow: hidden;
  user-select: none;
}

.img-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
@media only screen and (max-width: 767.98px) {
  .img-cover.desktop-img {
    display: none;
  }
}
@media only screen and (min-width: 767.98px) {
  .img-cover.mobile-img {
    display: none;
  }
}

.img-responsive {
  width: auto;
  height: auto;
  max-height: 100%;
}

a {
  text-decoration: none;
}

/*# sourceMappingURL=styles.css.map */
