body {
  font-family: 'Ubuntu', sans-serif;
}
a {
  text-decoration: none !important;
}

.card-footer {
  color: #858585;
}

.medium {
  font-weight: 500;
}

.noBorder {
  border: none !important;
}

.menu {
  font-size: 18px;
}

.banner-cover {
  height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}

.tags {
  margin: 0 60px; /* space for prev/next buttons */
}

.tags-cells {
  color: #a69187;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 23px;
  text-align: center;
  white-space: nowrap;

  background: #fff;

  border: 1px solid #a69187;
  box-sizing: border-box;
  border-radius: 18px;

  padding: 3px 20px;
  margin: 0 15px;
}

.tags-cells-small {
  color: #a69187;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;

  border: 1px solid #a69187;
  box-sizing: border-box;
  border-radius: 15px;

  padding: 3px 20px;
  margin: 0 5px;
}

.tags-ative {
  color: #fff;
  background: #ff7919;
  border: 1px solid #ff7919;
}

.tags-cells:hover {
  color: #ff7919;
  background: #fff;
  border: 1px solid #ff7919;
}

.avatar-photo-big {
  border: 3px #fff solid;
  border-radius: 50%;
  width: 180px;
  height: 180px;
}

.host-photo {
  overflow: hidden;
  margin: -90px auto 0px auto;
}
.avatar-photo-md {
  border: 3px #fff solid;
  border-radius: 50%;
  width: 130px;
  height: auto;
}
.avatar-photo-card {
  border: 1px #fff solid;
  border-radius: 50%;
  width: 70px;
  height: auto;
  position: absolute;
  top: 250px;
  left: 5%;
}
.float-right {
  float: right;
}

.avatar-photo-card {
  border: 1px #fff solid;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 54%;
  left: 5%;
  overflow: hidden;
  background-color: white;
}

/* Carrossel */
.flickity-button {
  background: #333 !important;
}
.flickity-button:hover {
  background: #ff7919 !important;
}

.carousel2 .flickity-prev-next-button {
  width: 31px !important;
  height: 31px !important;
  border-radius: 15px !important;
}
/* Carrossel - icon color */
.flickity-button-icon {
  fill: white !important;
}
/* Carrossel- position outside */
.carousel2 .flickity-prev-next-button.previous {
  left: -40px !important;
}
.carousel2 .flickity-prev-next-button.next {
  right: -40px !important;
}

.card-subtitle span {
  text-transform: uppercase;
  color: #858585;
  font-size: 14px;
  font-weight: 500;
}
.card-title {
  overflow: hidden;
  height: 53px;
}

.card-price {
  color: #ff7919;
  font-size: 18px;
  font-weight: bold;
}
.card-price del {
  color: #858585;
}

.card-square-small .card-img-top {
  height: 170px;
  width: 100%;
  object-fit: cover;
  /* border-radius: 10px; */
}

.cardExp {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.cardExp .card-img-top,
.card-img-top {
  height: 300px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

/*
    *** Customização BootStramp
*/

.btn-primary {
  background-color: #ff7919 !important;
  border-color: #ff7919 !important;
}

.btn-outline-primary {
  color: #ff7919 !important;
  border-color: #ff7919 !important;
}
.btn-outline-primary:hover {
  background-color: #ff7919 !important;
  border-color: #ff7919 !important;
  color: white !important;
}
a {
  color: #ff7919;
  text-decoration: underline;
}

a:hover {
  color: inherit;
}
.rounded-3 {
  border-radius: 15px !important;
}

.cities {
  border-radius: 20px;
}

.btn-rounded {
  border-radius: 18px;
  padding: 3px 20px;
}

.text-primary {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.rounded-3 {
  border-radius: 15px !important;
}
.rounded-top-3 {
  border-radius: 10px 10px 0px 0px !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.avatar-photo-card {
  border: 1px #fff solid;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 54%;
  left: 5%;
  overflow: hidden;
  background-color: white;
  z-index: 10;
}

.fs-6 {
  font-size: 0.8em !important;
}

.destaque-cell {
  width: 216px;
  margin-right: 20px;
}

.destaque-img {
  height: 170px;
  object-fit: cover;
}

.title-search {
  font-weight: 400;
  font-size: 22px;
  line-height: 35px;
  color: #a69187;
}

.flickity-button {
  width: 30px;
  height: 30px;
  top: -25px;
}
.flickity-prev-next-button.previous {
  right: 50px !important;
  left: auto;
}

.flickity-button {
  background: #333;
}
.flickity-button:hover {
  background: #f90;
}

.flickity-prev-next-button {
  width: 30px;
  height: 30px;
  border-radius: 5px;
}
/* icon color */
.flickity-button-icon {
  fill: white;
}
