html, body{
  position: relative;
  height: 100%;
  background-color: #f2f2f2;
}

/* Google Map */
#map {
 height: 400px;
 width: 100%;
}


/* == To The Top Button ==*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 10px;
}

#myBtn:hover {
  background-color: #555;
}


/* == Links ==*/
a{
    color: #ffffff;
    text-decoration: none;
}
a:hover{
    color: #ffffff;
    text-decoration: none;
}


.breadcrumb{
  background-color: #f2f2f2;
}
.breadcrumb-item{
  font-size: 14px;
}
.breadcrumb a{
  color: #8c8c8c;
}

.divisor{

}

.text-nome{
  font-weight: bold;
  font-size: 30px;
}

.text-valor1h{
  padding-left: 1rem;
  color: grey;
}
.valor1h{
  padding-left: 1rem;
  font-size: 24px;
  font-weight: bold;
}

.text-localizacao{
  font-size: 13px;
  color: #000000;
}
.text-hora{
  font-size: 13px;
}

.text-visitas{
  color: grey;
  padding: 1rem;
  font-size: 13px;
}


/*===  SWIPER  LAZY  ===*/
.swiper-container {
  width: 100%;
  height: 34rem;
}

.swiper-container-relacionadas{
  width: 100%;
  height: 16rem;
}

.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%;
}
/*===  SWIPER  LAZY  ===*/

/*===  SWIPER  LAZY  ===*/
.nav-link-tabs-preto{
  color: #000000;
}

.text-descricao{
  padding: 2rem;
  background-color: #ffffff;
  min-height: 450px;
}

P.drop-cap:first-letter {
    font-size: 4.5em;
    float: left;
    margin-top: .15em;
}

/*=== CONTATOS ====*/
.container-fluid-contatos{
  background-color: #ffffff;

}

.fa-phone-volume{
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}
.texto-telefone{
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}
.fa-whatsapp{
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}
.texto-whatsapp{
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}

.container-fluid-white{
  background-color: #ffffff;
}

/*====  CARDS  ====*/

a.link-telefone:link {color:#ffffff !important;}
a.link-telefone:visited {color:#ffffff !important;}
a.link-telefone:hover {color:#999999 !important;}

a.link-whatsapp:link {color:#128c7e;}
a.link-whatsapp:visited {color:#128c7e;}
a.link-whatsapp:hover {color:#999999;}

.text-whatsapp{
  color: #128c7e;
}

/**====  GOOGLE MAPS  ====*/
.text-gmap-localAtendimento{
  font-size: 26px;
}
.text-gmap-localAtendimentoSmall{
  font-size: 10px;
}

/**====  BLOCO PUBLICACOES  ====*/
.card-img-top-posts{
  height:20rem;
  width: 100%;
}

.card-publicacoes{
  margin-bottom: 1rem;
}




/**====  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;
}


/* ========= 992 ============================ */
@media (min-width: 992px) {

  .container-width-limit{
    width: 760px;
  }

  /*===  SWIPER  LAZY  ===*/
  .swiper-container {
    width: 100%;
    height: 49rem;
  }
  .swiper-container-relacionadas{
    width: 100%;
    height: 14rem;
  }
  .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%;
  }
  /*===  SWIPER  LAZY  ===*/

    /*===  CARD         ===*/
    .card-img-top-posts{
      height:40rem;
      width: 100%;
    }

    .card-img-top-large{
    width: 100%;
    height: 100%;
  }


  .valor1h{
    font-size: 30px;
    font-weight: bold;
  }

  .text-nome{
    font-weight: bold;
    font-size: 42px;
  }

  .text-visitas{
    color: grey;
    padding-left: 4rem;
  }

  .img-thumbnail{
    width: 200px;
    height: 200px;
  }


  .padding-topo{
    padding-left: 4rem;
  }


  .text-descricao{
    width: 100%;
    min-height: 330px;
    padding: 2rem;
    margin-left: 1rem;
    background-color: #ffffff;
  }

  .nav-link-text{
    color: #000000 !important;
    font-weight: bold;
  }

  /*=== CONTATOS ====*/
  .container-fluid-contatos{
    background-color: #ffffff;
    height: 8rem;
  }

  .fa-phone-volume{
    font-weight: bold;
    font-size: 22px;
    color: #fff;
  }
  .texto-telefone{
    font-weight: bold;
    font-size: 22px;
    color: #fff;
  }
  .fa-whatsapp{
    font-weight: bold;
    font-size: 22px;
    color: #fff;
  }
  .texto-whatsapp{
    font-weight: bold;
    font-size: 22px;
    color: #fff;
  }


  .card-img-small{
    width: 100%;
    height: 15rem;
  }

  .card-text-whatsapp{
    color: #128c7e;
  }

  .text-gmap-localAtendimento{
    font-size: 32px;
    font-weight: bold;
  }


  .footer-two-altura{
    height: 2.5rem;
  }


}
