/*scroll*/

::-webkit-scrollbar {
  width: 7px;
  background: rgb(50, 58, 69);
}

::-webkit-scrollbar-thumb {
  background: rgb(230, 169, 63);
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 4px;
  border-radius: 3px;
}

/**Fim do scroll */

.imgSlider {
  min-width: 100%;
  background-size: cover;
  height: 519px !important;
}

@media (min-width: 768px) {
  #menu-principal > li {
    position: relative;
    text-align: center;
  }
  #menu-principal > li > ul {
    position: fixed;
    top: 143px;
    left: 0;
    width: 100%;
    text-align: center !important;
    background-color: rgb(50, 50, 148);
    padding: 10px 0;
    z-index: 10;
    display: none;
  }
  #menu-principal > li:hover > ul {
    display: block;
  }
  #menu-principal > li > ul li {
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    border: 0;
  }
  #menu-principal > li > ul li i {
    color: #fff;
    font-size: 30px;
    display: block;
  }
  #menu-principal > li > ul li a {
    color: #fff;
    display: block;
  }
}

@media (max-width: 760px) {
  .imgSlider {
    min-width: 100%;
    background-size: cover;
    height: 225px !important;
  }
  .colorFonts {
    color: rgb(40, 55, 145) !important;
    font-size: 23px !important;
    margin-bottom: 40px !important;
  }
  h1,
  .h1 {
    font-size: 24px !important;
  }
  h2,
  .h2 {
    font-size: 24px;
  }
  h3,
  .h3 {
    font-size: 18px;
  }
  #clb-bloco-chamada-anunciar-imovel {
    background-image: url() !important;
  }
}

@media (min-width: 1860px) {
  .imgSlider {
    min-width: 100%;
    background-size: cover;
    height: 750px !important;
  }
}

.positionBusca {
  margin-top: 13%;
  position: absolute;
  z-index: 1020;
}

.menuAtivo {
  background-color: rgb(0, 154, 99);
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: rgb(0, 154, 99) !important;
  border-top-left-radius: 26px !important;
  border-top-right-radius: 26px !important;
}

.backTransparent {
  background-color: transparent !important;
}

.fundoBuscaInicial {
  background-color: rgb(255, 255, 255);
  padding: 10px;
  border-radius: 4px 4px 4px 4px;
}

.boxEsquerda {
  border: 1px solid rgb(204, 204, 204) !important;
  background-color: rgb(255, 255, 255) !important;
  color: rgb(0, 154, 99);
  border-top-left-radius: 26px;
  border-bottom-left-radius: 26px;
}

.boxDireita {
  border: 1px solid rgb(204, 204, 204) !important;
  background-color: rgb(255, 255, 255) !important;
  color: rgb(0, 154, 99);
  border-top-right-radius: 26px;
  border-bottom-right-radius: 26px;
}

.boxCentro {
  border: 1px solid rgb(204, 204, 204) !important;
  background-color: rgb(255, 255, 255) !important;
  color: rgb(0, 154, 99);
}

@media (max-width: 900px) {
  .boxEsquerda {
    border: 1px solid rgb(204, 204, 204) !important;
    background-color: rgb(255, 255, 255) !important;
    color: rgb(0, 154, 99);
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .boxDireita {
    border: 1px solid rgb(204, 204, 204) !important;
    background-color: rgb(255, 255, 255) !important;
    color: rgb(0, 154, 99);
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}

.section1 {
  background-color: rgba(0, 0, 0, 0.06666666666666667);
}

.section2 {
  background-color: rgb(230, 169, 63);
}

.section3 {
  background-color: rgb(0, 0, 0);
}

.colorFonts {
  color: rgb(230, 169, 63) !important;
  font-size: 30px;
  margin-bottom: 40px !important;
}

.colorF {
  color: rgb(51, 51, 51) !important;
}

.form-control:hover {
  border-left: 2px solid rgb(230, 169, 63);
}

.clb-image-post {
  width: 100%;
  height: 207px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.badge {
  display: inline-block;
  min-width: 15px;
  padding: 5px 9px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  color: rgb(0, 0, 0);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: rgb(241, 241, 241);
  border-radius: 50px;
}

.buscaAvancada {
  background-color: rgba(0, 0, 0, 0) !important;
  color: rgb(51, 51, 51) !important;
  font-weight: 700 !important;
}

.radiusBorder {
  border-radius: 16px;
}

#clb-bloco-chamada-anunciar-imovel {
  background-color: rgb(238, 238, 238);
  background-image: url(../../assents/img/Background.png);
  background-repeat: no-repeat;
  background-position: right;
}

.clb-espacamento {
  padding: 45px 0px;
}

.clb-espacamento {
  padding: 90px 0px;
}

#clb-bloco-chamada-locacao {
  background-color: rgb(38, 53, 143);
  background-image: url(../../assents/img/Background1.png);
  background-repeat: no-repeat;
  background-position: right;
}

button.btn.dropdown-toggle.bs-placeholder.btn-default:hover {
  border-left: 2px solid rgb(230, 169, 63);
}

.color333 {
  color: rgb(51, 51, 51);
}

.Box_telefones {
  float: right;
}

.iconesTelefone {
  float: left;
  clear: both;
  width: auto;
  height: 25px;
  padding-left: 27px;
  background: url(../../assents/img/icons/whats.png) no-repeat left top;
}

.iconesphone {
  float: left;
  clear: both;
  width: auto;
  height: 25px;
  padding-left: 27px;
  background: url(../../assents/img/icons/fone.png) no-repeat left top;
}

.title4 {
  float: left;
  clear: both;
  width: auto;
  margin: 0;
  padding: 0;
  margin-left: 30px;
  font-size: 15px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: normal;
  font-family: "MyriadPro";
}

.spanTelefone {
  font-size: 22px;
  font-weight: bold;
}

#footer {
  color: rgb(49, 48, 48);
  font-size: 14px;
  background: rgb(255, 255, 255);
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: rgb(0, 0, 0) !important;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: rgb(49, 48, 48);
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links ul a {
  color: rgb(101, 98, 98);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.bTop {
  border-top: 1px solid rgb(221, 221, 221);
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: rgb(49, 48, 48);
}

#footer .credits span a {
  color: #333;
}

.colorA {
  color: #333;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgb(230, 169, 63);
  color: rgb(255, 255, 255);
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.iconesTelefone {
  color: white;
}

.iconesphone {
  color: white;
}

.btnStyle {
  background-color: rgba(0, 0, 0, 0) !important;
  border: 1px solid rgb(230, 169, 63) !important;
  color: rgb(230, 169, 63) !important;
  border-radius: 13px;
  font-weight: 600;
}

.btnStyle:hover {
  background-color: rgb(230, 169, 63) !important;
  border: 1px solid rgb(230, 169, 63) !important;
  color: #fff !important;
  border-radius: 13px;
  font-weight: 600;
}

.btnContatos {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgb(230, 169, 63);
}


.whats {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 30px;
  background-color: rgb(37, 211, 102);
  color: rgb(255, 255, 255);
  border-radius: 50px;
  text-align: center;
  font-size: 40px;
  box-shadow: 1px 1px 2px #888;
  z-index: 1000;
  transform: scale(2);
  animation: pulse 2s infinite;
}

.text-porto {
  color: rgb(230, 169, 63) !important;
}

.mlPorto {
  margin-left: 37%;
}

.font14 {
  font-size: 14px !important;
}

@media (max-width: 700px) {
  .mlPorto {
    margin-left: 0%;
  }

  .whats {
    bottom: 7% !important;
  }

}
