/*GENERAL*/
html{
  scroll-behavior: smooth;
}
.pt-big {
  padding-top: 64px;
}
.mt-big {
  margin-top: 64px;
}
.p-medium {
  padding: 32px 0;
}
h2.main-title {
  color: #081347;
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
}
h2.main-title::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: #f3a133;
  margin-bottom: 6px;
  margin-right: 8px;
}
h2.main-title-white {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
}
h2.main-title-white::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: #f3a133;
  margin-bottom: 6px;
  margin-right: 8px;
}
h3.second-title {
  font-size: 1.5rem;
  color: #717171;
}
.btn-main {
  background-color: #f3a133;
  border-radius: 20px;
  color: #fff;
  font-weight: bold;
  transition: 0.4s;
}
.btn-main:hover {
  background-color: #081347;
  color: #fff;
}
.btn-main.small {
  font-size: 0.725rem;
}
div.card {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.bg-orange {
  background-color: #f3a133;
}
.text-orange {
  color: #f3a133;
}
/*END GENERAL*/
body {
  font-family: "Red Hat Display", sans-serif;
  background-color: #f3f3f3;
  color: #717171;
}
header {
  background-color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
div.topbar {
  background-color: #081347;
  padding: 12px 0;
}
div.topbar a {
  color: #fff;
  text-transform: uppercase;
  transition: 0.4s;
}
div.topbar a:hover {
  text-decoration: none;
  color: #f3a133;
}
div.topbar span.divisor {
  margin: 0px 8px;
  color: #fff;
}
section.banner .carousel-caption {
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  right: unset;
  bottom: unset;
  text-align: center;
}
section.banner .carousel-caption h1 p{
  font-weight: bold;
  font-size: 3vw;
  letter-spacing: 2px;
  line-height: 3.5vw;
  text-transform: uppercase;
}
section.pesquise div.container {
  text-align: center;
  background-color: #fff;
  position: relative;
  margin-top: -72px;
  padding: 16px 15px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}
section.pesquise select {
  width: 200px;
  height: 30px;
  margin-right: 8px;
  color: #353535;
  border: 1px solid #b9b9b9;
  padding: 3px 8px;
}
section.pesquise h2 {
  font-size: 1.2rem;
  color: #717171;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 16px;
}
section.pesquise input[type="submit"] {
  background-color: #f3a133;
  color: #fff;
  border-radius: 10px;
  padding: 4px 18px;
  border: 0px none;
  cursor: pointer;
  transition: 0.4s;
  width: 150px;
  margin-right: 8px;
}
section.pesquise input[type="submit"]:hover {
  background-color: #081347;
}
/*CARD*/
.img-default{
  width: 100%;
  max-height: 150px;
  overflow: hidden;
  display: flex;
    align-items: center;
    justify-content: center;
}
.img-default-2{
  width: 100%;
  max-height: 132px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-gallery{
  display: inline-block !important;
  max-height: 90px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
p.cidade {
  color: #dedede;
  font-size: 0.725rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0px;
}
p.bairro {
  color: #717171;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
p.tipo {
  color: #717171;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
p.definicoes {
  color: #717171;
  font-size: 0.675rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0px;
}
div.icone {
  display: inline;
}
div.icone img {
  margin-right: 8px;
}
div.dqtd {
  display: inline;
  font-size: 1.5rem;
  color: #dedede;
  font-weight: bold;
}
p.tipo-operacao {
  color: #717171;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.preco {
  color: #081347;
  font-weight: bold;
  font-size: 1.2rem;
}
.destaque-valor {
  margin-top: 16px;
  color: #717171;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
}
div.row.small div.card p.definicoes {
  font-size: 0.525rem;
}
div.row.small div.card div.dqtd {
  font-size: 1.2rem;
}
div.row.small div.card div.icone {
  max-width: 24px;
}
/*END CARD*/
/*SEÇÃO IMÓVEL DESTAQUE*/
section.imovel-destaque {
  background-image: url("../img/banner/fundo-destaques.png");
  background-position: center center;
  background-size: cover;
  height: 100vh;
}
section.imovel-destaque div.destaque div.descricao {
  background-color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  padding: 16px 0;
  margin: -70px 32px 0px 32px;
}
/*END IMÓVEL DESTAQUE*/
/*SECTION FALAR CORRETOR*/
section.falar-corretor {
  background-color: #081347;
}
section.falar-corretor input[type="text"],
section.falar-corretor select {
  max-width: 200px;
  height: 30px;
  padding: 4px 8px;
  margin-left: 8px;
}
section.falar-corretor input[type="submit"] {
  background-color: #f3a133;
  padding: 4px 8px;
  color: #fff;
  border-radius: 10px;
  margin-left: 16px;
  border: 0px none;
}
/*END FALAR CORRETOR*/
/*FOOTER*/
footer ul {
  list-style-type: none;
}
footer ul li p {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 0.875rem;
}
footer ul li a {
  color: #353535;
  transition: 0.4s;
  font-size: 0.725rem;
}
footer ul li a:hover {
  text-decoration: none;
  color: #f3a133;
}
footer .social a i {
  font-size: 32px;
  margin-right: 32px;
  color: #000;
  transition: 0.4s;
}
footer .social a:hover i {
  color: #f3a133;
}
section.copyright {
  background-color: #f3a133;
  padding: 12px 0;
  text-align: center;
}
section.copyright p {
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.725rem;
  letter-spacing: 0.05rem;
}
/*END FOOTER*/
/*PÁGINA SOBRE*/
div.sobre .owl-dots {
  text-align: center;
}
div.sobre .owl-dot {
  display: inline-block;
  height: 10px !important;
  width: 10px !important;
  background-color: #c4c4c4 !important;
  opacity: 0.8;
  margin: 16px 5px 0;
  border-radius: 50%;
}
div.sobre .owl-dot.active {
  background-color: #f3a133 !important;
}
/*FIM PÁGINA SOBRE*/
/*PÁGINA CORRETORES*/
section.corretores div.card {
  padding-top: 16px;
  margin-top: 32px;
}
section.corretores div.card img {
  max-width: 105px;
  margin: 0 auto;
}
section.corretores div.card h5 {
  font-size: 1.5rem;
  color: #717171;
}
section.corretores div.card p {
  font-size: 0.875rem;
  color: #353535;
  text-transform: uppercase;
}
/*FIM PÁGINA CORRETORES*/
/*PÁGINA CONTATO*/
section.contato a {
  color: #717171;
  font-size: 0.875rem;
}
section.contato i {
  font-size: 2rem;
  color: #f3a133;
  margin-right: 8px;
}
section.contato iframe {
  width: 100%;
}
/*FIM PÁGINA CONTATO*/
/*INICIO PÁGINA IMÓVEIS*/
div.widget {
  padding: 16px 32px;
  margin: 16px 0;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
div.widget select {
  margin-bottom: 8px;
}
/*FIM PÀGINA IMÓVEIS*/
/*INICIO PÁGINA IMÓVEL SINGLE*/
div.imovel-localizacao p.title {
  color: #dedede;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-family: "Montserrat";
}
div.imovel-localizacao p.info {
  font-size: 1.3rem;
  color: #717171;
  font-weight: bold;
}
div.imovel-localizacao h4 {
  color: #f3a133;
  font-weight: bold;
  font-size: 2rem;
}
ul.list-group li.list-group-item.active {
  background-color: #081347;
  border-color: #081347;
}
div.widget.contato a {
  display: block;
}
/*FIM PÁGINA IMÓVEL SINGLE*/
.sucesso {
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
  text-align: center;
  padding: 8px 0;
  margin-bottom: 32px;
}
.erro {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
  text-align: center;
  padding: 8px 0;
  margin-bottom: 32px;
}
@media screen and (max-width: 992px) {
  section.pesquise div.container {
    margin-top: 16px;
  }
  section.pesquise select {
    margin-top: 16px;
  }
  section.falar-corretor select {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 992px) {
  section.banner .carousel-caption h1 p{
    font-size: 5vw;
    line-height: 6vw;
  }
}
@media screen and (max-width: 470px) {
  section.pesquise select{
    display: block;
    margin-left:auto;
    margin-right:auto;
  }
  section.pesquise input[type="submit"] {
    margin-top: 16px;
  }
}
