/* GERAL */
h1, h2, h3, h4, .btn { font-family: "Sansation", sans-serif; font-weight: 600; }
p, li, dt, dd, .alert { font-family: "Sansation", sans-serif; }

.text-primary { color: #D1AB60 !important; }
.text-dark { color: #212529 !important; }
.text-grey { color: #999 !important; }

.btn { padding: .5rem 3rem; border: 0; border-radius: .2rem; }
.btn-primary { background: linear-gradient(to right, #D1AB60, #B89B65) !important; }
.btn-primary:hover { color: #000 !important; }

.bg-primary { background: linear-gradient(to right, #D1AB60, #B89B65) !important; }
.bg-secondary { background: #E0D6C3 !important; }
.bg-third { background: #DBC9A4; }
.bg-fourth { background: #DBCFB3; }
.bg-fifth { background: #C9B387; }
.bg-sixth { background: #B59B67; }
.bg-seventh { background: #E3DDCF; }

.bg-gold { background: #786D58; }
.bg-gold-s { background: #B99C65; }
.bg-grey { background: #F0EEE8 !important; }
.bg-info { background: #CFBD9B !important; }
.bg-dark { background: #0d0d0d !important; }

.bg-destaques {
  background: url('../img/bg-destaques.jpg') center no-repeat;
  background-size: cover;
  padding-bottom: 80px !important;
}

.bg-investimento {
  background-image: url('../img/bg-investimento.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;

  min-height: 400px;
  padding-top: 10%;
  padding-bottom: 10%;
}

.bg-acordo {
  background: url('../img/acordo.jpg') center no-repeat;
  background-size: cover;
}

.img-quadrado { position: absolute; top: -45px; right: -45px; max-width: 100px; }

.img-hover-zoom { overflow: hidden; }
.img-hover-zoom img { transition: transform .5s ease; }
.img-hover-zoom:hover img { transform: scale(1.1); }

.margin-top-negative { margin-top: -100px; z-index: 99999; }
.btn-margin-negative { margin-top: -125px; }

.card-img-overlay {
  background: rgba(209,171,96,.8);
  top: 25px;
  bottom: auto;
  right: auto;
  padding: 5px 20px;
  border-radius: 0;
}

/* HEADER */
header .nav-link:hover { color: #fff !important; }

.navbar-nav .nav-link:hover { background: #F0D59E !important; color: rgba(0,0,0,0.65) !important; }
.navbar-nav .nav-link { font-size: 1.1rem; }

.dropdown-menu li a { background: #F0D59E; }
.dropdown-menu li a:hover { background: #D1AB60; }

.dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
.dropdown-menu > li:hover > .dropdown-submenu {
  display: block;
}

/* CAROUSEL */
#carousel-home .carousel-caption {
  left: auto;
  right: 10%;
  bottom: 35%;
  background: rgba(0,0,0,.7);
  max-width: 450px;
}

#carousel-pages .carousel-caption {
  left: 10%;
  right: auto;
  bottom: 25%;
}

/* CONTENT */
.card-home { min-height: 420px; }
.card-destaque { min-height: 420px; }
.card-destaque:hover .card-body { background: #fff; }

.card-imovel .card-img { max-height: 220px; }
.card-imovel .card-body { border-bottom-left-radius: 1rem; border-bottom-right-radius: 1rem; }

.list-one-third li { width: 32%; }

/* FORM */
.form-control { font-family: "Sansation", sans-serif; }

/* FOOTER */
footer a.text-white:hover { color: #D1AB60 !important; }
footer a.text-primary:hover { color: #fff !important; }

/* WhatsApp */
.btn-whatsapp-f {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background: linear-gradient(to right, #189e4d, #50cd5d);
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 33px;
  box-shadow: 1px 1px 2px #888;
  z-index: 1000;
  padding-top: 5px;
}
.btn-whatsapp-f:hover { background: linear-gradient(to right, #50cd5d, #50cd5d); }
