.widget_varal_novo_fragment .embreve {
  font-family: 'DM Sans', sans-serif;
	transform: rotate(0deg);
  padding-left: 20px;
	clip-path: polygon(0 0, 100% 0, calc(100% - 11px) 50%, 100% 100%, 0 100%);
}

/* Badge PREFERENCIAL INJOY */
.widget_varal_novo_fragment .preferencial {
  font-family: 'DM Sans', sans-serif;
  font-weight: bold;
  color: white !important;
  background: #00487A !important;
  transform: rotate(0deg);
  padding: 8px 20px !important;
  clip-path: polygon(0 0, 100% 0, calc(100% - 11px) 50%, 100% 100%, 0 100%);
  position: absolute !important;
  top: 15px !important;
  left: -5px !important;
  z-index: 999 !important;
  font-size: 12px !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block !important;
  visibility: visible !important;
}

.varal_novo_fragment .sombra-vitrine {
    box-shadow: 0px 5px 20px rgb(175,175,175);
    border-radius: 10px;
}

/* Badge PREFERENCIAL INJOY para Sistema de Hotéis */
.hotel-preferential-badge {
  font-family: 'DM Sans', sans-serif;
  font-weight: bold;
  color: white;
  background: #00487A;
  transform: rotate(0deg);
  padding-left: 20px;
  padding-right: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 11px) 50%, 100% 100%, 0 100%);
  position: absolute;
  top: 15px;
  left: -5px;
  z-index: 999;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block;
  visibility: visible;
}

.img-container {
  position: relative;
}

/* Limitação do nome do hotel com elipse */
.hotel-card__title {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  max-width: 70% !important;
  cursor: help !important;
}

@media (max-width: 992px) {
  .widget_varal_novo_fragment .preferencial {
    text-transform: uppercase;
  }
  
  .hotel-preferential-badge {
    text-transform: uppercase;
  }
}

@media (max-width: 768px) {
	.widget_varal_novo_fragment .embreve {
    transform: rotate(-30deg);
    padding-left: 0;
  }
  
  .widget_varal_novo_fragment .preferencial {
    left: -5px;
    width: 145px;
    font-size: 10px;
    white-space: nowrap;
  }
  
  .hotel-preferential-badge {
    left: -5px;
    width: 145px;
    font-size: 10px;
    white-space: nowrap;
  }
}

@media (max-width: 445px) {
  .widget_varal_novo_fragment .preferencial {
    width: 145px;
    font-size: 9px;
  }
  
  .hotel-preferential-badge {
    width: 145px;
    font-size: 9px;
  }
}