h1, h2, h3, h4, h5 { font-family: 'Montserrat'; }
p, li, dd { font-family: 'Montserrat'; }

.text-primary { color: #ff3600 !important; }
.text-grey { color: #999; }
.text-dark { color: #212529 !important; }
a.text-dark:hover { color: #fff !important; }

.text-shadow { text-shadow: 0px 1px 3px rgba(0, 0, 0, 1); }

.bg-primary { background: #ff3600 !important; }
.bg-grey { background: #f7f4ef; }
.bg-dark { background: #1a1a1a; }
.bg-black { background: #0a0a0a; }
.bg-gradient { background: linear-gradient(to right, #ff7738, #ffa640) !important; }

.btn { font-family: 'Montserrat'; padding: .5rem 2rem !important; border-radius: .5rem; border: 0 !important; }
.btn-primary { background: #ff3600; }
.btn-primary:hover { background: #c12c05; }

.btn-outline-light { color: #333; }
.btn-outline-light:hover, .btn-outline-light.active { background: #ff3600; color: #fff; }

.mt-n2 {
  margin-top: -0.5rem !important;
}

/* HEADER */
.navbar-nav .nav-link:hover { background: #ff3600; }

/* CAROUSEL */
#carousel-home .carousel-caption { bottom: 200px; right: auto; left: 35%; }
#carousel-sunset .carousel-caption { width: 800px; bottom: 160px; left: 20%; }
#carousel-pages .carousel-caption { bottom: 110px; right: auto; left: 5%; }

/* CONTENT */
.bg-pb { padding-bottom: 140px !important; }

.bg-conheca { background: url('../img/bg-conheca.jpg') top center no-repeat; background-size: cover; }
.bg-empreendimentos { background: url('../img/bg-empreendimentos.jpg') top center no-repeat; background-size: cover; }
.bg-morar { background: url('../img/bg-pronto-morar.jpg') top center no-repeat; background-size: cover; min-height: 600px; }
.bg-morar-everest { background: url('../img/bg-pronto-morar-everest.jpg') top center no-repeat; background-size: cover; min-height: 600px; }
.bg-morar-sunset { background: url('../img/bg-pronto-morar-sunset.jpg') top center no-repeat; background-size: cover; min-height: 600px; }

.banner-mcmv { margin-top: -120px; margin-bottom: 40px; }
.banner-mude-ja { margin-top: -140px; margin-bottom: 40px; }

.card-img-overlay { top: 35px; bottom: auto; left: auto; }

.card-residencial ul { height: 140px; }
.card-residencial .btn { margin-bottom: -45px; }

/* ---- Grid ---- */
/* clear fix */
.grid:after { content: ''; display: block; clear: both; }

/* ---- .grid-item ---- */
.grid-sizer, .grid-item { width: 33.333%; }
.grid-item { padding: 0 15px; }

/* Sunset */
#carousel-planta .carousel-indicators { position: relative; margin: 0; }
#carousel-planta .carousel-indicators button { width: auto; height: auto; text-indent: 0; margin: 0; opacity: 1; }

.title-absolute { position: absolute; top: 25px; left: 1%; right: 1%; }

/* FORM */
.form-control { font-family: 'Montserrat'; }

/* FOOTER */
footer a:hover { color: #ff3600 !important; }
footer .text-primary:hover { color: #fff !important; }
