@charset "UTF-8";
.inv360VehicleCard {
  border-radius: 4px;
  border: 1px solid #e9e9e9;
  overflow: hidden;
  background-color: var(--inv360-bg-color);
  transition: all 0.3s ease;
}
.inv360VehicleCard .btn-inv360 {
  height: 36px;
}
.inv360VehicleCard__tags-container {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
}
.inv360VehicleCard__tags-container:not(:empty) {
  display: flex;
  gap: 4px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
.inv360VehicleCard__tag {
  transition: all 0.3s ease;
  opacity: 1;
  padding: 0 8px 0 26px;
  font-size: 12px;
  background: url(images/icon-star.svg) no-repeat 6px center;
  background-color: #faff1a;
  color: #2e2e2e;
  border-radius: 4px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inv360VehicleCard__tag--lowPrice, .inv360VehicleCard__tag--down-price, .inv360VehicleCard__tag--down_price {
  background: url(images/icon-arrow-down-circle.svg) no-repeat 6px center;
  background-color: #1affe3;
}
.inv360VehicleCard__tag--new, .inv360VehicleCard__tag--recently-added, .inv360VehicleCard__tag--recently_added {
  background: url(images/icon-bookmark.svg) no-repeat 6px center;
  background-color: #5cebff;
}
.inv360VehicleCard__tag--sale, .inv360VehicleCard__tag--on-sale, .inv360VehicleCard__tag--on_sale {
  background: url(images/icon-dollar-sign.svg) no-repeat 6px center;
  background-color: #ff5c6f;
  color: #ffffff;
}
.inv360VehicleCard__like {
  position: absolute;
  z-index: 2;
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  border: none;
  cursor: pointer;
  background: url(images/icon-empty-heart.svg) no-repeat center;
  background-color: #ffffff;
}
.inv360VehicleCard__like--active {
  background: url(images/icon-active-heart.svg) no-repeat center;
  background-color: #ffffff;
}
.inv360VehicleCard__image {
  position: relative;
}
.inv360VehicleCard__gallery {
  position: relative;
}
.inv360VehicleCard__gallery .swiper-slide a {
  width: 100%;
}
.inv360VehicleCard__gallery img {
  width: 100%;
  height: 211px;
  object-fit: cover;
}
.inv360VehicleCard__gallery.no-images .swiper-slide {
  position: relative;
}
.inv360VehicleCard__gallery.no-images .swiper-slide:before {
  content: "Imágenes no disponibles";
  position: absolute;
  color: #2e2e2e;
  font-size: 18px;
  line-height: 18px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 16px;
}
.inv360VehicleCard__gallery .swiper-button-prev,
.inv360VehicleCard__gallery .swiper-button-next {
  transition: all 0.3s ease;
  opacity: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  background: none;
  border: none;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  padding: 0;
  z-index: 1;
  margin: 0;
}
.inv360VehicleCard__gallery .swiper-button-prev:after,
.inv360VehicleCard__gallery .swiper-button-next:after {
  display: none;
}
.inv360VehicleCard__gallery .swiper-button-prev {
  background: url(images/icon-arrow-left.svg) no-repeat center center;
  left: 0;
}
.inv360VehicleCard__gallery .swiper-button-next {
  background: url(images/icon-arrow-right.svg) no-repeat center center;
  right: 0;
}
.inv360VehicleCard__gallery:not(.swiper-initialized) {
  display: flex;
}
.inv360VehicleCard__gallery:not(.swiper-initialized) > a {
  width: 100%;
}
.inv360VehicleCard__gallery:not(.swiper-initialized) > a:not(:first-child) {
  display: none;
}
.inv360VehicleCard__gallery .swiper-pagination {
  transition: all 0.3s ease;
  opacity: 0;
  position: absolute;
  display: flex;
  bottom: 12px;
  justify-content: center;
  width: 100%;
  left: 0;
  gap: 6px;
}
.inv360VehicleCard__gallery .swiper-pagination-bullet {
  border: none;
  font-size: 0;
  padding: 0;
  height: 6px;
  width: 6px;
  border-radius: 6px;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.3);
  margin: 0 !important;
}
.inv360VehicleCard__gallery .swiper-pagination-bullet:hover, .inv360VehicleCard__gallery .swiper-pagination-bullet-active {
  background: var(--inv360-primary-color);
}
.inv360VehicleCard__content {
  padding: 16px;
}
.inv360VehicleCard__title, .inv360VehicleCard__price {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: var(--inv360-text-color);
  margin: 0;
}
.inv360VehicleCard__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inv360VehicleCard__info, .inv360VehicleCard__suggestedPrice, .inv360VehicleCard__spec {
  font-size: 12px;
  font-weight: normal;
  color: var(--inv360-text-color);
  margin: 0;
  opacity: 0.6;
}
.inv360VehicleCard__info {
  padding: 2px 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px solid #e9e9e9;
}
.inv360VehicleCard__suggestedPrice {
  opacity: 0.4;
  position: relative;
  /*display: block;*/
}
.inv360VehicleCard__priceCompare {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px solid #e9e9e9;
}
.inv360VehicleCard__priceCompare label {
  display: flex;
  gap: 8px;
  font-size: 12px;
  align-items: center;
}
.inv360VehicleCard__priceCompare > div {
  display: flex;
  gap: 8px;
  align-items: center;
}
.inv360VehicleCard__sale {
  color: var(--inv360-primary-color);
  font-weight: 500;
  font-size: 12px;
  padding-left: 8px;
}
.inv360VehicleCard__spec {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.inv360VehicleCard__spec > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inv360VehicleCard__icon {
  min-width: 16px;
  height: 16px;
  margin-right: 8px;
  background-color: var(--inv360-text-color);
}
.inv360VehicleCard__icon--engine {
  -webkit-mask-image: url(images/icon-engine.svg);
  mask-image: url(images/icon-engine.svg);
}
.inv360VehicleCard__icon--transmission {
  -webkit-mask-image: url(images/icon-transmission.svg);
  mask-image: url(images/icon-transmission.svg);
}
.inv360VehicleCard__icon--mpg {
  -webkit-mask-image: url(images/icon-mpg.svg);
  mask-image: url(images/icon-mpg.svg);
}
.inv360VehicleCard__icon--wheel {
  -webkit-mask-image: url(images/icon-wheel.svg);
  mask-image: url(images/icon-wheel.svg);
}
.inv360VehicleCard__icon--color {
  -webkit-mask-image: url(images/icon-color.svg);
  mask-image: url(images/icon-color.svg);
}
.inv360VehicleCard__icon--vin {
  -webkit-mask-image: url(images/icon-vin.svg);
  mask-image: url(images/icon-vin.svg);
}
.inv360VehicleCard__goDetail {
  display: flex;
  height: 36px;
  width: 100%;
  border: none;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 14px;
  background: var(--inv360-alternate-bg-button);
  color: var(--inv360-text-color);
  transition: all 0.3s ease;
  position: relative;
}
.inv360VehicleCard__goDetail--primary {
  background: var(--inv360-primary-color);
  color: var(--inv360-accessible-color);
}
.inv360VehicleCard__goDetail--ghost {
  background: none;
  border: 1px solid var(--inv360-alternate-bg-button);
}
.inv360VehicleCard__goDetail:hover, .inv360VehicleCard__goDetail:active {
  background: var(--inv360-primary-color);
  color: var(--inv360-accessible-color);
}
.inv360VehicleCard__containerButtons {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 10px 0 0;
  margin: 10px 0 0;
  border-top: 1px solid #e9e9e9;
}
.inv360VehicleCard__dragImage {
  position: absolute;
  left: 6px;
  top: 6px;
  pointer-events: none;
}
.inv360VehicleCard__textButton {
  pointer-events: none;
}
.inv360VehicleCard__mediaType {
  transition: all 0.3s ease;
  opacity: 1;
  position: absolute;
  z-index: 2;
  bottom: 16px;
  left: 16px;
  padding: 0 8px 0 24px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #ffffff;
  background-image: url(images/icon-gallery.svg);
  background-repeat: no-repeat;
  background-position: 8px center;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}
.inv360VehicleCard__mediaType--video {
  background-image: url(images/play-circle.svg);
}
@media screen and (max-width: 768px) {
  .inv360VehicleCard .swiper-pagination {
    opacity: 1;
  }
}
@media screen and (min-width: 769px) {
  .inv360VehicleCard:hover {
    border-color: var(--inv360-primary-color);
    /* 
    & .inv360VehicleCard__tag,
    & .inv360VehicleCard__mediaType {
      opacity: 0;
    } */
  }
  .inv360VehicleCard:hover .swiper-button-prev,
  .inv360VehicleCard:hover .swiper-button-next,
  .inv360VehicleCard:hover .swiper-pagination {
    opacity: 1;
  }
}
.inv360VehicleCard .text-prefix {
  font-size: 14px;
}

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