a{
    color: #ffffff;
    text-decoration: none !important;
}
a:hover{
    color: #ffffff;
    text-decoration: none !important;
}

/*===  BADGE  ===*/


/*===  BREADCRUMB  ===*/
.breadcrumb-item{
  font-size: 14px;
}

.breadcrumb a{
  color: #8c8c8c;
}

.text-header{
  font-size: 21px;
  font-weight: bold;
}

/*===  CARD ===*/
.card{
  width: 24rem;
  margin-bottom: 1.5rem;
}
.card-img-top{
  height: 20rem;
  width: 100%;
}
.card-body{
  background-color: #f2f2f2;
}
.card-text-nome{
  font-weight: bold;
}
.card-text-localizacao{
  font-size: 14px;
}
.text-pre-valorh{
  font-size: 10px;
}
.text-valorh{
  color:grey;
  font-size: 22px;
}
.card-separator{
  margin: 8px;
}
.text-numero-contato{
  color: #000000;
  font-size: 14px;
}

/*===  SWIPER ===*/
.swiper-container {
  height: 20rem;
  width: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}


/*===  FOOTER  ===*/
.footer{
  color: white;
  background-color: #595959;
}

.footer-two{
  color: #ffffff;
  background-color: #333333;
  font-size: 12px;
}

.footer-link{
  font-size: 12px;
}

.footer-two-altura{
  height: 4rem;
}

/* ===================================== */

@media (min-width: 992px){
  /*===  CARD - SWIPER ===*/
  .card{
    width: 16.5rem;
    margin-bottom: 1rem;
  }

  /*===  SWIPER ===*/
  .swiper-container {
    width: 100%;
    height: 100%;
  }
  .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

    .card-img-top{
      width: 100%;
      height: 16rem;
    }
    .card-text-nome{
      font-weight: bold;
    }
    .card-text-localizacao{
      font-size: 12px;
    }
    .card-text-valor{
      font-weight: bold;
      font-size: 18px;
    }

    /*===  FOOTER  ===*/
    .footer-two-altura{
    height: 2.3rem;
    }

}
