@import url(http://fonts.googleapis.com/css?family=Quicksand:300,400,700);
body {
  font-family: "Quicksand";
}
body.bg {
  margin-top: 99px;
}
.navbar-toggler {
  color: #ffc200 !important;
  border-color: #ffc200 !important;
}
header {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 10px 0;
}
header.bg {
  background: #003B74;
}
header .navbar-nav {
  align-items: center;
}
header a.nav-link {
  color: #fff;
  font-size: 12px;
}
header a.nav-link:hover {
  color: #FFC200;
}
header a.nav-link.midia {
  color: #FFC200;
  font-size: 20px;
}
header a.nav-link.btn {
  background: #FFC200;
  color: #003B74;
  font-weight: bold;
  margin-left: 10px;
  padding-right: 5px;
  padding-left: 5px;
}
header .logo {
  max-width: 230px;
}
p {
  font-size: 14px;
  line-height: 24px;
}
.full-banner {
  background: url(../themes/luso-estates/assets/images/hero.jpg) center no-repeat;
  background-size: cover;
  min-height: 800px;
  display: flex;
  align-items: center;
}
.full-banner h1 {
  color: #FFC200;
  font-weight: 300;
  margin-bottom: 30px;
  max-width: 350px;
  font-size: 46px;
}
.full-banner .btn {
  background: #FFC200;
  color: #003262;
  max-width: 200px;
  line-height: 20px;
  padding: 8px;
}
h2 {
  font-weight: 300;
  font-size: 42px;
}
.especialista {
  background: url(../themes/luso-estates/assets/images/bg-art.svg) no-repeat right #FFC200;
  background-size: 800px;
  color: #003B74;
  padding: 60px;
}
.especialista p {
  font-weight: bold;
  padding-bottom: 120px;
  font-size: 18px;
}
.especialista img {
  z-index: 9;
}
.especialista .bg-icon-art {
  background: url(../themes/luso-estates/assets/images/icon-art.svg) center no-repeat;
  background-size: contain;
  min-height: 600px;
  display: flex;
  align-items: flex-end;
  margin-top: -150px;
}
.wave {
  background: url(../themes/luso-estates/assets/images/wave.svg) center bottom repeat-x;
  height: 40px;
  width: 100%;
  margin-top: -150px;
  z-index: 8;
  position: relative;
}
.ponte {
  padding: 160px 0 60px;
  background: black;
  background: linear-gradient(180deg, rgba(221, 243, 255, 0.99), white 100%);
  margin-top: -12px;
}
.ponte .item {
  border-radius: 17px;
  padding: 20px;
  background-size: cover !important;
  color: #fff;
  position: relative;
  height: 100%;
}
.ponte .item .info {
  z-index: 8;
  position: relative;
}
.ponte .item h3 {
  margin-top: 200px;
  font-weight: 100;
}
.ponte .item._bg1 {
  background: url(../themes/luso-estates/assets/images/ponte-1.jpg);
}
.ponte .item._bg2 {
  background: url(../themes/luso-estates/assets/images/ponte-2.jpg);
}
.ponte .item._bg3 {
  background: url(../themes/luso-estates/assets/images/ponte-3.jpg);
}
.ponte .item._bg4 {
  background: url(../themes/luso-estates/assets/images/ponte-4.jpg);
}
.ponte .item .degrade {
  background: linear-gradient(0deg, #003162, #ffffff00 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 7;
  border-radius: 17px;
}
.beneficios .top-beneficios {
  background: #FFC200;
  padding: 120px 0 60px;
  margin-top: -60px;
}
.beneficios .item {
  color: #fff;
  display: flex;
  align-items: center;
}
.beneficios .item img {
  height: 100%;
  max-height: 400px;
  display: block;
  margin: 0 auto;
}
.beneficios .item h3 {
  color: #FFC200;
  font-weight: 300;
}
.beneficios .item p {
  margin: 0;
}
.beneficios .item._bg1 {
  background: #004689;
}
.beneficios .item._bg2 {
  background: #003C76;
}
.beneficios .item._bg3 {
  background: #003364;
}
.beneficios .item._bg4 {
  background: #00264B;
}
.action.bg {
  padding: 60px 0;
  background: #FFC200;
}
.numeros {
  text-align: center;
  font-weight: 300;
  color: #fff;
  background: url(../themes/luso-estates/assets/images/bg-cidade.jpg) center;
  background-size: cover;
  padding: 80px 0;
}
.numeros .numero {
  color: #FFC200;
  font-size: 70px;
  line-height: 65px;
}
.numeros p {
  margin: 0;
}
.depoimentos {
  padding: 60px 0;
}
.depoimentos #testimonial-carousel {
  width: 100%;
  margin: auto;
  background: url(../themes/luso-estates/assets/images/bg-depo.svg) center #FFC200;
  background-size: cover;
  border-radius: 18px;
}
.depoimentos .testimonial {
  padding: 60px;
  border-radius: 8px;
  width: 100%;
}
.depoimentos .testimonial h3 {
  font-weight: 300;
  color: #003B74;
}
.depoimentos .testimonial img {
  border-radius: 50%;
  margin-bottom: 10px;
}
.depoimentos .flickity-page-dots {
  bottom: 30px;
}
.depoimentos .flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #fff;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
}
.depoimentos .flickity-page-dots .dot.is-selected {
  opacity: 1;
  background: #003B74;
}
.faq {
  background: #FFC200;
  padding: 120px 0 80px;
  margin-top: -60px;
}
.faq h2 {
  color: #003B74;
}
.faq .accordion {
  margin-top: 60px;
}
.faq .accordion-button, .faq .accordion-item {
  font-weight: bold;
  color: #003B74;
  background-color: transparent !important;
}
.faq .accordion-body {
  font-weight: 400;
}
.faq .accordion-item {
  border: 0;
  border-bottom: 1px solid #003B74;
}
.faq .accordion-item h2 {
  font-weight: bold;
}
.faq .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.noticias {
  padding: 60px 0;
}
.noticias h2 {
  border-bottom: solid 1px;
  margin: 0;
  max-width: 350px;
}
.noticias .item h2 {
  font-weight: bold;
  font-size: 16px;
  color: #003B74;
  border: 0;
}
.noticias .item img {
  margin: 20px 0;
  border-radius: 18px;
}
.noticias .item small {
  font-size: 12px;
}
.noticias .item p {
  font-size: 14px;
}
.noticias .btn {
  background: #FFC200;
  font-size: 14px;
  color: #003262;
  font-weight: bold;
}
.noticias .btn.btn-primary {
  border: 0;
  background: #003262;
  color: #FFC200;
  width: 100%;
}
footer {
  background: #003B74;
  color: #fff;
  padding: 40px 0;
}
footer .navbar-nav {
  align-items: center;
}
footer a.nav-link {
  color: #fff;
  font-size: 12px;
}
footer a.nav-link:hover {
  color: #FFC200;
}
footer a.nav-link.midia {
  color: #FFC200;
  font-size: 20px;
}
footer a.nav-link.btn {
  background: #FFC200;
  color: #003B74;
  font-weight: bold;
  margin-left: 10px;
  padding-right: 5px;
  padding-left: 5px;
}
footer .logo {
  max-width: 200px;
}
.page .page-header {
  background: url(../themes/luso-estates/assets/images/bg-art.svg) no-repeat right #FFC200;
  background-size: 800px;
  padding: 60px 0;
  color: #003B74;
}
.page .page-header h1 {
  font-size: 20px;
  font-weight: bold;
  max-width: 300px;
}
.page .page-header h2 {
  font-size: 36px;
  font-weight: 300;
  max-width: 500px;
}
.page h2 {
  font-weight: 300;
  font-size: 30px;
  color: #003B74;
}
.page h5 {
  color: #003B74;
}
.page .degrade {
  background: linear-gradient(180deg, rgba(221, 243, 255, 0.6), white 100%);
}
.page .estilo-vida {
  background: #DEF3FF;
  padding: 60px 0 120px;
}
.page .action {
  margin-top: -60px;
}
.page .infos .item {
  margin-bottom: 40px;
}
.page .infos .item h4 {
  color: #258BC6;
  font-size: 20px;
  font-weight: bold;
}
.page .alugar-comprar {
  padding: 120px 0 60px;
  margin-top: -60px;
}
.page .alugar-comprar img {
  max-width: 450px;
}
@media (max-width: 1200px) {
  ul.navbar-nav.ms-auto.mt-2.mt-lg-0 {
    background: #003B74;
    padding: 25px;
    border-radius: 18px;
  }
  .page .page-header {
    background: url(../themes/luso-estates/assets/images/bg-art.svg) no-repeat right #FFC200;
    background-size: 400px;
    padding: 60px 0;
    color: #003B74;
  }
}
