.d-none {
  display: none;
}

.text-decoration-none {
  text-decoration: none !important;
}

.w-flotante {
  background-color: green;
  width: 4rem;
  height: 4rem;
  position: fixed;
  bottom: 4%;
  right: 4%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.w-flotante:hover {
  background-color: #2879ff;
}

.whatsapp {
  color: white;
  font-size: 2.5rem;
}

/* ---- tripadvisor ----*/
.tripadvisor {
  text-align: -webkit-right;
}

#CDSWIDWRL .widWRLData {
  max-height: 280px !important;
}