html,.row{
  margin: 0;
  padding: 0;
}
body{
  font-size: 16px;
  font-family: 'Fira Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
}
h2{
  color: #9E9E9E;
  text-align: center;
  padding: 2rem 1rem 3rem 1rem;
  
}
h2 span{
  padding-bottom: 10px;
  border-bottom: solid 2px #EC3237;
}
.error{
  color: #ec3237;
  font-size: 14px;
}
.alert_timeout{
  position: absolute;
  z-index: 10;
  top: 100px;
  right: 5%;
  left: 5%;
  padding: 2rem;
}
.navbar{
  padding:0px;
  background-color: rgba(26, 26, 26, 0.7);
}
.navbar-scroll{
  background-color: #1a1a1a;
}
.navbar-light .navbar-nav .nav-link{
  color: #fff;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
  color: #fff;
  font-weight: bold;
}

.navbar-light .navbar-toggler{
  border: 1px solid #ffffff;
  margin: 6px;
  background-color: rgba(255, 255, 255, 0.4);
}

/* FONT AWESOME */
.home .fa,.home .far,.home .fas{
  color: #9E9E9E;
  font-size: 1.5rem;
  padding-right: 10px;
  padding-bottom: 1rem;
}

.icones .fa,.icones .far,.icones .fas{
  color: #9E9E9E;
  padding-right: 1rem;
  padding-bottom: 1rem;
}

.banner{
  height: 100vh;
  background-image: url('../../media/images/banner4.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.3);
  background-blend-mode: overlay;
  display: flex;
  align-items: center;
  margin: 0 auto;
  text-align: center;
}
.banner .container{
  width: 700px;
}
.banner input{
  padding: 1rem 1rem 1rem 2rem;
  margin-top: 2rem;
  text-align: center;
}
.banner h1{
  color: #fff;
  padding-bottom: 20px;
}
.banner h4{
  padding-bottom: 5px;
  font-size: 1.3rem;
}
.banner p{
  padding-top: 5px;
  margin-bottom: 5px;
}
.banner h5{
  color: #fff;
  padding-bottom: 20px;
}
.jumbotron{
  padding:2rem 1rem;
}
/* HOME ICONES */
.home .icones{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.icones .icone{
  border-bottom: solid 1px #EC3237;
  padding: 1rem;
}
.icones h2{
  font-size: 20px;
}
.whatsapp{
  position: fixed;
  bottom: 30px;
  right: 30px;
  color: #fff;
  background-color: #25d366;
  padding: 1rem;
  border-radius: 50%;
}
.whatsapp:hover{
  color: #fff;
}

.social a{
  color: #363435;
  padding-right: 10px;
}
/* HOME ICONES */

/* IMOVEIS DESTAQUE */
.imoveis_destaque{
  padding-top: 2rem;
}
.imovel .carousel{
  padding-bottom: 2rem;
}
.imoveis_destaque .card-body{
  background-color: #f6f6f6;
  padding:2rem 1.25rem;
}
.imoveis_destaque a{
  text-decoration: none;
}
.imoveis_destaque h4{
  color: #ec3237;
}
.imoveis_destaque .card-body h4{
  color: #000000;
}
.imoveis_destaque small{
  color: #000000;
}
.imoveis_destaque hr{
  background-color: #ec3237;
}
.imoveis_destaque .card-tag{
  position: absolute;
  background-color:#EC3237;
  color: #fff;
  padding: 0.2rem 1rem;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.imoveis_destaque .card-img-top{
  height: 300px;
  object-fit: cover;
}
.imoveis_destaque .img-overlay{
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  height: 300px;
  width: 100%;
}
.imoveis_destaque .card-overlay{
  background-color:rgba(0, 0, 0, 0.2);
  height: 70px;
  padding-left: 1rem;
  padding-top:10px;
  margin-top: -70px;
  color: #fff;
  font-size: 1rem;
  z-index: 2;
}
.imoveis_destaque .card-overlay h4{
  margin:0;
  font-weight:bold;
  text-shadow: 0 1px 2px rgba(0,0,0,.5)
}
.imoveis_destaque .card-text{
  color: #686567;
  min-height: 3rem;
}
/* IMOVEIS DESTAQUE */

/* IMOVEL */

.imovel .navbar{
  background-color: #1a1a1a;
}
.imovel h1{
  color: #fff;
}
.imovel .card h3{
  color: #EC3237;
  padding: 0.8rem 0 0 0;
}
.imovel hr{
  background-color: #EC3237;
}
.imovel .carousel-inner{
    height: 550px;
    width: 100%;
}
.imovel .carousel-inner .carousel-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.imovel .carousel-control-next-icon, .carousel-control-prev-icon{
  width: 40px;
  height: 40px;
}
.imovel .carousel-indicators li{
  height: 6px;
}
.imovel_overlay{
  color: #fff;
  height: 120px;
  bottom: 0;
  margin-top: -120px;
  position: relative;
}
.imovel_overlay h1{
  font-weight: bold;
}
.imovel h1{
  font-size: 40px;
  padding-top: 1rem;
  padding-bottom:0px;
}
.imovel h3{
  font-size: 20px;
  padding-bottom:0px;
}
.imovel .banner-caption{
  position: relative;
  background-color: rgba(0, 0, 0, 0.2);
}
.detalhe-imovel p{
  margin-bottom:0rem;
}
.detalhe-imovel .vl_aluguel_lg{
  color: #EC3237;
  font-size: 2.5rem;
  font-weight: bold;
}
.detalhe-imovel .vl_aluguel_sm{
  color: #EC3237;
  font-size: 2rem;
}

/* IMOVEL */

/* IMOVEIS */
.imoveis .banner{
  height: 350px;
}


/* RODAPE */
.rodape{
  background-color: #E9E9E9;
}
.rodape h4{
  padding-bottom: 1rem;
}
.rodape h4 span{
color: #686567;
border-bottom: solid 1px #EC3237;
}
.rodape p{
  color: #686567;
  margin-bottom:0.5rem;
  font-size: 14px;
}
.rodape .btn-primary{
  color: #fff;
  background-color: #989697;
  border-color: #989697;
}
/* RODAPE */

#map {
  margin-top: 1rem;
  height: 400px;
}