﻿.hotel-offer-card {
  border-radius: 8px;
  overflow: hidden;
}

.hotel-offer-card :deep(.el-card__body) {
  padding: 0;
}

.card-hotel-container-img {
  position: relative;
  width: 100%;
  height: 160px;
  padding: 0;
}

.card-hotel-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-hotel-tag {
  position: absolute;
  z-index: 1;
  border: none;
  background: rgba(255, 255, 255, 0.9);
  padding: 5px 10px;
  color: #282828 !important;
}

.card-hotel-tag.left {
  left: 10px;
}

.card-hotel-tag.top {
  top: 10px;
}

.card-hotel-tag.bottom {
  bottom: 10px;
}

.card-hotel-preco {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

a {
  text-decoration: none;
  color: inherit;
}

.spn-origem {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
}

.card-hotel-star-g {
  color: #fa6b04 !important;
  font-size: 16px;
}

.card-hotel-text {
  font-size: 14px;
  font-weight: 600;
  color: #282828;
}

.hotel-name {
  width: 100%;
}

.hotel-name-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.titulo-ofertas {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #282828;
}

.subtitulo-ofertas {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #5c5c5c;
}

.sem-conteudo {
  display: grid;
  text-align: center;
  align-content: center;
  height: 320px;
  background-color: rgba(128, 128, 128, 0.1);
  font-size: 1.7rem;
}

.conteudo-oferta {
  padding: 20px;
}

@media (max-width: 958px) {
  .container-cards-ofertas {
    display: flex;
    overflow: auto hidden;
    padding-bottom: 10px;
  }

  .container-cards-ofertas .el-col-offer {
    min-width: 300px;
  }
}
