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-main-h1{
  font-size: 16px;
}

/*===  CARD ===*/

.card-img-top{
  height: 100%;
  width: 100%;
}
.card-body{
  background-color: #f2f2f2;
  margin-bottom: 0rem;
  padding-bottom: 0rem;
}
.card-text-nome{
  font-weight: bold;
}
.card-text-localizacao{
  font-size: 14px;
}
.card-text-valor{
  font-weight: bold;
  font-size: 18px;
}


/*===  SWIPER  LAZY  ===*/
.swiper-container {
  width: 100%;
  height: 30rem;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #e6e6e6;

}
.swiper-slide img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}
/*===  SWIPER  LAZY  ===*/

.divisor{
  margin: 0.3rem;
}

/*===  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){
  html, body {
  position: relative;
  height: 100%;
}

.text-main-h1{
    font-size: 30px;
  }

  /*===  SWIPER  LAZY  ===*/
  .card-img-top{
    height: 100%;
    width: 100%;
  }

  /*===  SWIPER  LAZY  ===*/
  .swiper-container {
    width: 100%;
    height: 30rem;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #000;
  }
  .swiper-slide img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
  }



  /*===  FOOTER  ===*/
  .footer-two-altura{
    height: 2.3rem;
  }

}
