body {
    font-family: 'Raleway', sans-serif;
}

.propiedad {
    height: 0px;
    padding-bottom: 100%;
}

.overlay{
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.color-overlay {
    transition: all 1s;
    background: linear-gradient(0deg, rgba(0,0,0,0.9) 5%, rgba(0,0,0,0) 40%);
}

#detalles p small{
    font-size: x-small;
    font-weight: bold;
    white-space: nowrap;
    overflow: visible;
    /* text-overflow: ellipsis; */
    width: 100%;
    display: inline-block;
    position: relative;
    vertical-align: bottom;
}

.precio-lista{
    background: linear-gradient(-90deg, rgba(0,0,0,0.6) 5%, rgba(0,0,0,0) 90%);
}

#home {
    min-height: 400px;
    background-image: url("../images/home.jpg");
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}

#home form select.form-control{
    border:0 !important;
}

.btn .bi {
  vertical-align: text-bottom;
}

#destacadas .carousel-cell {
  width: 90%;
  height: 90vw;
  margin-right: 10px;
}

@media (min-width:768px){
    #destacadas .carousel-cell {
      width: 45%;
      height: 45vw;
    }
}

@media (min-width:992px){
    #destacadas .carousel-cell {
      width: 30%;
      height: 30vw;
    }
}

@media (min-width:1200px){
    #destacadas .carousel-cell {
      width: 15%;
      height: 15vw;
    }
}

#propiedad .fotos-gal .carousel-cell {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

#propiedad .fotos-gal-control .carousel-cell {
    width: 16.5%;
    height: 0;
    padding-bottom: 16.5%;
}

.btn[disabled]{
    pointer-events: none;
}

.flickity-button {
  background: #e73334 !important;
}

.flickity-button:hover {
  background: #da1a1b !important;
}

.flickity-button-icon {
  fill: white !important;
}

.flickity-prev-next-button {
  width: 30px !important;
  height: 30px !important;
  border-radius: 0 !important;
}

.flickity-button:focus {
  outline: none !important;
  box-shadow: 0 0 0 5px #000 !important;
}

.whatsapp {
  z-index: 999;
  position: fixed;
  right: 50%;
  bottom: 3rem;
  height: 4rem;
  width: 16rem;
  display: block;
  overflow: hidden;
  transform: translateX(50%);
  transition: all .5s ease-in-out;
}

.whatsapp-logo {
  display: block;
  position: absolute;
  height: 4rem;
  width: 25%;
  right: 0;
  z-index: 999;
}

.whatsapp-chat {
  display: block;
  position: absolute;
  height: 4rem;
  width: 100%;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 99;
  overflow: hidden;
}

@media (min-width: 768px) {
  .whatsapp {
    right: 3rem;
    transform: translateX(0);
  }
}