* {
  margin: 0;
  padding: 0;
}


/*- Fontes / Links -*/

body {
  font-family: "Open Sans", sans-serif;
}

a {
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Open Sans", sans-serif;
}

*:focus {
  outline: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
}

h1,
h2 {
  letter-spacing: -1.2px;
}

h3,
h4 {
  letter-spacing: -0.9px;
}

h5,
h6 {
  letter-spacing: -0.7px;
}

ul li {
  list-style: none;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-center {
  text-align: center;
}

.wrap-800 {
  max-width: 800px;
  margin: 0 auto;
}

.wrap-1200 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.column-2 {
  width: 16.5%;
  float: left;
}

.mtop-20 {
  margin-top: 20px;
}

.mtop-10 {
  margin-top: 10px;
}

.pd-20 {
  padding: 20px;
}

.pd-10 {
  padding: 10px;
}

.main-body {
  background: #fff;
  padding: 30px 0 60px;
  margin-top: -8px;
}

.main-body-text {
  font-size: 16px;
}

.main-body-text span {
  font-weight: 600;
}

.main-page {
  float: left;
  width: 100%;
  background: #fff;
  padding: 50px 0 50px 0;
}

#logo-mobile {
  display: none;
}

.imput-wrap {
  float: left;
  width: 100%;
}

.bx-sm {
  float: left;
  width: 174px;
}

.bx-sm-bt {
  float: left;
  width: 174px;
  text-align: center;
  margin-left: 1px;
}

.content-body {
  margin: 180px 0 40px 0;
}

.ptop-30 {
  padding-top: 30px;
}

.ptop-20 {
  padding-top: 20px;
}

.mtop-30 {
  margin-top: 30px;
}

.ptop-40 {
  padding-top: 40px;
}

.mbottom-20 {
  margin-bottom: 20px
}

.pbottom-10 {
  padding-bottom: 10px;
}

.pbottom-15 {
  padding-bottom: 15px;
}

.main-title {
  background-image: url("../img/bg-sala.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  margin-bottom: 40px;
}

.bg-main-title {
  background-image: linear-gradient(to right, rgba(254, 254, 254, 0.9), rgba(254, 254, 254, 0.8), rgba(254, 254, 254, 0.9));
  padding: 40px 0 40px 0;
  text-align: center;
}

.main-title h3 {
  color: #17476B;
  opacity: 0.999;
  text-shadow: #fff 0.1em 0.1em 0.2em;
}

.main-title h3 span {
  color: #f60;
  font-weight: 700;
  font-size: 36px;
}

.main-title h2 i {
  color: #17476B;
  border: 1px solid #17476B;
  padding: 8px 10px;
  border-radius: 50%;
  margin-top: 10px;
  font-size: 20px;
}

.page-title {
  float: left;
  width: 100%;
  color: #222;
  margin: 0;
  text-align: center;
  border-bottom: 1px solid #DDDBE3;
  background: #fff;
  padding: 10px 0 5px 0;
}

.page-title h3 {
  font-weight: 700;
  font-size: 32px;
  text-align: left;
}

.page-title h3 span {
  color: #f40;
}


/* Cabeçalho */

.bt-anuncio {
  font-weight: 600 !important;
  font-size: 13px !important;
  border-radius: 4px;
  padding: 7px 16px 7px 16px !important;
  margin-top: 10px;
}


/* Desktop Navegação */

.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}

.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav>ul>li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
}

.main-nav .drop-down>a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down>a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down>a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}


/* Barra do Topo */

#topbar {
  height: 60px;
  width: 100%;
  float: left;
  transition: all 0.5s;
  text-align: center;
  padding: 7px 0 10px 0;
}

#topbar .social-links {
  font-size: 15px;
  font-weight: 700;
  float: right;
  line-height: 1;
  margin-bottom: 18px;
}

#topbar .social-links span {
  font-size: 14px;
  font-weight: 400;
}

#topbar .social-links a {
  color: #fff;
  display: inline-block;
  margin-left: 20px;
  text-align: left;
  padding: 12px 0;
}

#topbar .social-links img {
  width: 30px;
  margin-top: -20px;
}

#topbar .social-links img:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#topbar .social-links a:hover {
  opacity: 0.8;
}

#topbar .social-links a:first-child {
  border-left: 0;
}


/* Ícones */

#topbar .social-links .fa-phone,
#topbar .social-links .fa-whatsapp {
  float: left;
  margin-right: 10px;
  font-size: 30px;
}

#topbar .social-links .fa-phone:hover,
#topbar .social-links .fa-whatsapp:hover,
#topbar .social-links .fa-facebook:hover,
#topbar .social-links .fa-instagram:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#topbar .social-links .fa-facebook,
#topbar .social-links .fa-instagram {
  font-size: 16px;
  border: 1.6px solid #f90;
  border-radius: 50%;
  color: #f90;
}

#topbar .social-links .fa-facebook {
  padding: 7px 10px 6px 10px;
}

#topbar .social-links .fa-instagram {
  padding: 7px 8px 7px 8px;
}

#intro p {
  text-align: center;
  font-size: 18px;
  text-shadow: #000 0.1em 0.1em 0.2em;
}

#intro h2 {
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  text-shadow: #000 0.1em 0.1em 0.2em;
}

#ModalCentralizado .modal-header {
  background-color: rgba(112, 145, 161, 0.1);
  border-radius: 0px;
  padding: 15px 20px 6px 20px;
}

#ModalCentralizado .modal-body {
  padding: 0;
}

#ModalCentralizado .bg-body {
  float: left;
  background-color: rgba(112, 145, 161, 0.1);
  padding: 5px 20px 5px 20px;
}

#ModalCentralizado .form-group {
  float: left;
  width: 49.9%;
}

#ModalCentralizado .input-modal {
  float: left;
  width: 49.9%;
}

#ModalCentralizado .input-modal input {
  float: left;
  width: 250px;
  border: 1px solid #ccc;
  height: 36px;
  border-radius: 3px;
  text-align: center;
}

#ModalCentralizado .number {
  float: left;
  width: 50px;
  height: 36px;
  color: #fff;
  background: #f90;
  font-size: 16px;
  font-weight: 600;
  line-height: 36px;
  padding-left: 10px;
  margin-left: 249px;
  margin-top: -36px;
  border-radius: 0 3px 3px 0;
}

#ModalCentralizado .form-group p {
  margin-bottom: 6px;
  text-transform: uppercase;
  font-size: 14px;
  color: #666;
}

#ModalCentralizado .form-group-btn {
  float: right;
  margin: 0 5px 10px;
}

#ModalCentralizado .form-group-btn .btn {
  color: #fff;
  background: #f90;
}

#ModalCentralizado .form-group-btn .btn:hover {
  color: #fff;
  background: rgba(112, 145, 161, 0.7);
}

#ModalCentralizado .close-btn {
  float: left;
  width: 100%;
  padding: 10px 26px 0;
}

#ModalCentralizado .close-btn .close span {
  color: #000;
  font-size: 28px;
}

.modal-lg {
  width: 650px;
}

#search-navbar .form-group p {
  width: 100%;
  font-size: 14px;
  margin-bottom: 4px;
  font-weight: 600;
  color: #17476B;
  text-align: center;
}

#search-navbar .input-group-btn {
  margin: 0px 1.5px 0 2px;
}

#search-navbar .btn-danger {
  width: 180px;
  height: 43px;
  margin-top: 8px;
  margin-left: 3px;
  padding: 7px 17px 6px 17px;
  background-color: #f60;
  border: none;
}

.wrap-nav {
  float: left;
  margin: 0 auto;
  padding: 10px 0 0 26px;
  width: 100%;
  height: 100%;
}

.btn-modal {
  margin-top: 30px;
  cursor: pointer;
  width: 150px;
}

.descricao {
  margin-top: 60px;
  text-align: center;
  color: #fff;
}

.box-descricao {
  background-image: linear-gradient(rgba(34, 25, 41, 0.2), rgba(34, 25, 41, 0.6));
  padding: 30px 14px 30px 14px;
}

.box-descricao h5,
.box-descricao p {
  text-shadow: #000 0.1em 0.1em 0.2em;
}

.box-descricao h5 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.box-descricao p {
  font-size: 14px;
}

.box-descricao i {
  border-radius: 50%;
  margin-bottom: 20px;
}

.box-descricao .fa-search-plus {
  padding: 24px;
  font-size: 26px;
  color: #FFCC29;
  border: 1.9px solid #FFCC29;
  text-shadow: #000 0.1em 0.1em 0.2em;
}

.box-descricao .fa-file-text {
  padding: 24px 26px 24px 26px;
  font-size: 26px;
  color: #FFCC29;
  border: 1.9px solid #FFCC29;
  text-shadow: #000 0.1em 0.1em 0.2em;
}

.box-descricao .fa-hands-helping {
  padding: 24px 21px 24px 21px;
  font-size: 26px;
  color: #FFCC29;
  border: 1.9px solid #FFCC29;
  text-shadow: #000 0.1em 0.1em 0.2em;
}

.lancamentos {
  padding-top: 60px;
}

.venda {
  padding-top: 30px;
}

.locacao {
  padding: 30px 0 60px 0;
}

#portfolio {
  padding: 60px 0;
  background-color: #040919;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 20px;
  color: #413e66;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  color: #1bb1dc;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#portfolio .portfolio-item .portfolio-wrap {
  overflow: hidden;
  position: relative;
  margin: 0;
}

#portfolio .portfolio-item .portfolio-wrap:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  transition: 0.2s linear;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 {
  font-size: 22px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 14px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a:hover {
  color: #1bb1dc;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #f8fcff;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details {
  display: inline-block;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #1bb1dc;
  border-radius: 50%;
  margin: 10px 4px 0 4px;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover {
  background: #42c3e8;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap:hover {
  background: #282646;
}

#portfolio .portfolio-item .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

#area-busca {
  background-image: url("../img/slide1.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  margin-bottom: 60px;
}

#area-busca .filtro-bg {
  background-color: rgba(34, 25, 41, 0.4);
}

#area-busca .card-align {
  padding: 100px 0 100px;
}

#area-busca h2,
#area-busca p,
#area-busca a {
  color: #fff;
  text-shadow: #000 0.1em 0.1em 0.2em;
}

#area-busca h2 {
  margin-bottom: 30px;
  font-size: 34px;
}

#area-busca p {
  margin-bottom: 60px;
  font-size: 22px;
  font-weight: 300;
}

#area-busca p span {
  font-weight: 600;
  color: #f90;
}

#area-busca a {
  font-size: 16px;
  text-transform: uppercase;
  border: 1.6px solid #fff;
  padding: 8px 20px;
  border-radius: 5px;
}

#area-busca a:hover {
  background: #f60;
  border: 1.6px solid #f60;
  text-shadow: #f60 0.1em 0.1em 0.2em;
}

#option-content {
  background: #fff;
  float: left;
  width: 100%;
}

#option-content .wrap-content {
  margin: 0 auto;
  max-width: 1170px;
}

#option-content .carousel-inner {
  margin-left: 10px;
}

#option-content .carousel-item {
  width: 100%;
}

#option-content .owl-carousel .bx-img {
  width: 100%;
  height: 300px;
  overflow: hidden;
  float: left;
  background: #333;
}

#option-content .owl-carousel .bx-img img {
  width: 100%;
  height: 300px;
}

#option-content .col-4 {
  width: 30%;
  float: left;
  margin: 0;
  padding: 0
}

#chamada .titulo {
  margin: auto;
  max-width: 600px;
}

#chamada .image-custom img {
  width: 400px;
  object-position: center;
}

#chamada .image-custom {
  position: relative;
  height: 260px;
  overflow: hidden;
}

#chamada .image-custom img {
  width: 400px;
  object-position: center;
}

#chamada .image-custom:hover {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#chamada .custom-item {
  float: left;
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.14);
  border: 1px solid #BDCBE1;
  overflow: hidden;
}

#chamada .custom-item h6 {
  color: #0D4880;
  font-weight: 600;
  font-size: 19px;
  margin: 10px 0 0 13px;
  letter-spacing: -0.7px;
}

#chamada .custom-item h5 {
  color: #0D4880;
  font-weight: 700;
  font-size: 20px;
  padding-left: 13px;
  margin: 0;
}

#chamada .title h5 {
  margin-bottom: 20px;
}

#chamada .title h5 i {
  color: #fff;
  font-size: 12px;
  background: #f70;
  padding: 3px;
  border-radius: 2px;
  line-height: 12px;
  float: left;
  margin-top: 3px;
  margin-right: 5px;
}

#chamada .custom-item p {
  margin-bottom: 2px;
  padding-left: 13px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.6px;
}

#chamada .custom-item .codigo {
  margin: 14px 13px 32px 0;
}

#chamada .custom-item .codigo p {
  color: #666;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  border: 1px solid #ccc;
  padding: 2px 4px 2px 4px;
}

#chamada .custom-item span {
  text-transform: uppercase;
}

#chamada .icones {
  margin: 5px 0 10px 13px;
  color: #333;
  font-size: 13.5px;
  font-weight: 600;
}

#chamada .icones i {
  color: #f60;
  font-size: 16px;
}

#chamada .custom-item .btn {
  color: #fff;
  background: #f60;
  padding: 5px 8px 5px 8px;
  font-size: 13px;
  float: right;
  margin-right: 13px;
  margin-bottom: 18px
}

#chamada .custom-item .btn:hover {
  background: #f70;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#chamada .custom-item .text-overlay {
  position: absolute;
  height: 120px;
  top: 0;
  left: -47px;
  overflow: hidden;
  z-index: 100;
}

#chamada .custom-item .text-overlay p {
  color: #fff;
  padding: 5px 105px 5px 10px;
  transform: rotate(-45deg);
  text-align: center;
  text-transform: uppercase;
  float: left;
  width: 250px;
  font-weight: 600;
}

#chamada .custom-item .btn-video {
  position: absolute;
  top: 7px;
  right: 10px;
  overflow: hidden;
  z-index: 100;
}

#chamada .custom-item .btn-video i {
  color: #f00;
  opacity: 0.59;
  font-size: 36px;
}

#chamada .opcao-venda {
  border: none;
  border-right: 2px solid #f90;
  padding: 1px 20px 1px 20px;
  font-size: 20px;
  color: #0D4880;
  background: #fff;
}

#chamada .opcao-aluguel {
  border: none;
  padding: 1px 20px 1px 20px;
  font-size: 20px;
  color: #0D4880;
  background: #fff;
}

#chamada .opcao-venda:hover,
#chamada .opcao-aluguel:hover {
  color: #f70;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#chamada .opcao-venda i,
#chamada .opcao-aluguel i {
  color: #f70;
  float: left;
  border: 1px solid #BDCBE1;
  border-radius: 2px;
  font-size: 12px;
  padding: 3px;
  margin: 2px 5px 0 0;
}

#chamada #option01,
#chamada #option02 {
  padding-top: 0;
}

#chamada h4 {
  float: left;
  width: 100%;
  color: #222;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  margin-top: 50px;
  margin-bottom: 0;
  padding-bottom: 8px;
}

#chamada h4 i {
  color: #fff;
  background: #f70;
  float: left;
  border-radius: 2px;
  font-size: 14px;
  padding: 3px;
  margin: -2px 5px 0 0;
}

#modal-large .modal {
  top: 10px;
}

#modal-large .modal .modal-dialog .modal-body {
  margin-top: -150px;
  padding: 3px;
  height: 980px;
}

#modal-large .modal-header {
  position: absolute;
  top: 115px;
  left: 0;
  width: 100%;
  height: 58px;
  border: 0;
  background: #2E608B;
  border-bottom: 7px solid #fff;
}

#modal-large .modal-header h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin: -6px 0 20px 20px;
  text-transform: uppercase;
}

#modal-large .modal-header h5 .fa .fa-home {
  font-size: 22px;
  margin: 0 5px 0 0;
}

#modal-large .modal-header .dismiss {
  position: absolute;
  top: 0;
  right: 0;
}

#modal-large .modal-header .fa {
  margin-top: 12px;
}

#modal-large .modal-header .fa .fa-times {
  border-left: 1 px solid #666;
}

#modal-large .modal-header .fa {
  color: #fff
}

#modal-large .iframe iframe {
  float: left;
  width: 100%;
  height: 970px;
  z-index: -1;
}


/* Modal Content */

.coluna-4 {
  float: left;
  width: 30%
}

.coluna-6-l {
  float: left;
  width: 50%;
}

.coluna-6-r {
  float: right;
  width: 30%;
}

.coluna-left {
  float: left;
  width: 31%;
  margin-right: 25px;
}

.coluna-right {
  float: right;
  width: 31%;
}

#item-resultado-busca {
  margin-bottom: 40px;
  background: #EBEBEB;
}

#item-resultado-busca .caixa-imagem {
  float: left;
  width: 320px;
  height: 280px;
  overflow: hidden;
}

#item-resultado-busca .caixa-imagem img {
  height: 280px;
  object-position: center;
}

#item-resultado-busca .caixa-imagem img:hover {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#item-resultado-busca .rodape {
  float: right;
  text-align: center;
  margin-right: 20px;
  margin-top: 10px;
}

.custom-item {
  float: left;
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border: 1px solid #BDCBE1;
}

.coluna-esquerda {
  float: left;
  padding: 40px 0 30px 18px;
}

.coluna-esquerda h6 {
  font-weight: 700;
  color: #f40;
  font-size: 20px;
}

.coluna-esquerda p {
  font-weight: 400;
  font-size: 15px;
  margin: 0 0 10px;
}

.coluna-esquerda span {
  font-weight: 400;
  text-transform: uppercase;
}

.coluna-esquerda h4 {
  font-weight: 700;
  color: #f60;
  font-weight: 600;
  font-size: 22px;
}

.coluna-direita {
  float: right;
  padding: 40px 20px 0;
}

.coluna-direita p {
  line-height: 40px;
  margin-bottom: 40px;
  font-size: 15px;
  text-align: right;
}

.coluna-direita span {
  font-weight: 700;
  border: 1px solid #ccc;
  padding: 6px 10px;
}

.coluna-direita a {
  background: #f60;
  color: #fff;
  padding: 7px 14px;
  border-radius: 4px;
}

.coluna-direita a:hover {
  background: #f80;
}

.icone-box {
  float: left;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 8px 10px 8px 10px;
  border: 1px solid #ccc;
  margin-left: 12px;
  background: #fff;
}

.icone-box p {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

.icone-box span {
  font-size: 18px;
  font-weight: 600;
  color: #f60;
  letter-spacing: -0.5px;
}

.card {
  background-image: url("../img/bg-sessao.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
}

#mobileForm {
  float: left;
  max-width: 340px;
  margin: 0 auto;
  display: none;
}

.box-mobile-form {
  float: left;
  padding: 15px;
  margin: 40px 0 0 0;
  background: rgba(254, 254, 254, 0.7);
  width: 100%;
}

#mobileForm .label-wrapper {
  float: left;
  width: 49.99%;
  color: 222;
  font-size: 14px;
  font-weight: 600;
}

#mobileForm .label-wrapper input {
  float: left;
  margin: 3px 5px 0 0;
  border-color: red;
}

#mobileForm h5 {
  color: #0D4880;
  font-size: 20px;
}

#mobileForm .float-input {
  float: left;
  width: 49.999%;
}

#mobileForm .float-input-right {
  float: right;
  width: 49.999%;
}

#mobileForm .float-input-right input,
#mobileForm .float-input input {
  width: 125px;
  font-size: 16px;
  border: 1px solid #ccc;
  height: 34px;
  padding-left: 10px;
  border-radius: 0;
}

#mobileForm .float-input span,
#mobileForm .float-input-right span {
  background: #666;
  color: #fff;
  margin-left: -5px;
  padding: 6px 4px 6px 4px;
}


/* Esconder o checkbox padrão */

.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  transition: 0.5s;
}

.container-check-2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  transition: 0.5s;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 36px;
  width: 150px;
  background-color: #44739E;
  border-radius: 0px;
  color: #fff;
}

.checkmark-2 {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  padding: 14px 20px;
  font-weight: 700;
  color: #f60;
}

.checkmark-3 {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  padding: 14px 15px;
  font-weight: 700;
  color: #f60;
}

.container-check:hover input~.checkmark {
  background: #f60;
  transition: 0.5s;
}

.container-check-2:hover input~.checkmark-2 {
  background: #f60;
  cursor: pointer;
  color: #fff;
  border-color: #f60;
  transition: 0.5s;
}

.container-check-2:hover input~.checkmark-3 {
  background: #f60;
  cursor: pointer;
  color: #fff;
  border-color: #f60;
  transition: 0.5s;
}

.container-check input:checked~.checkmark {
  background-color: #083763;
  color: #f90;
  transition: 0.5s;
}

.container-check-2 input:checked~.checkmark-2 {
  background-color: #083763;
  color: #f90;
  border-color: #083763;
  transition: 0.5s;
}

.container-check-2 input:checked~.checkmark-3 {
  background-color: #083763;
  color: #f90;
  border-color: #083763;
  transition: 0.5s;
}

.container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 12px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  color: yellow;
}

.container input:checked~.checkmark:after {
  display: block;
}

.custom-checkmark {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  height: 40px;
}

#sidebar,
.sidebar {
  margin-top: 0;
  background: #EBEBEB;
  width: 350px;
  transition: all .9s;
  padding: 19px;
  border: 1px solid #ccc;
}

.menu-fixo {
  position: fixed;
  top: 70px;
  z-index: 99;
  transition: all .9s;
}

.sidebar {
  display: none;
}

.item-left {
  float: left;
}

.item-right {
  float: right;
}

.item-left,
.item-right {
  width: 48%
}

.custom-check {
  border: 1px solid #f80;
  color: #1F5485;
  padding: 5px 0 5px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 14px;
}

.custom-option {
  float: left;
  width: 14%
}


/* Style the search field */

.custom-search {
  margin-top: 20px;
}

.custom-search label {
  color: #222;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.custom-search-btn {
  float: left;
  width: 100%;
  margin: 10px 0 20px;
}

.custom-search-btn button[type=submit] {
  float: left;
  width: 100%;
  border: 0;
  background: #f60;
  color: #fff;
  padding: 10px;
  transition: 0.5s;
}

.custom-search-btn button[type=submit]:hover {
  background: #f80;
}

.custom-search input[type=text] {
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  float: left;
  width: 80%;
  height: 38px;
  background: #f1f1f1;
}

.custom-search button {
  float: left;
  width: 20%;
  height: 38px;
  padding: 10px;
  background: #fff;
  color: #222;
  font-size: 16px;
  border: 1px solid #ccc;
  border-left: none;
  cursor: pointer;
  line-height: 16px;
}

.custom-search button:hover {
  background: #f60;
  border: 1px solid #f60;
  color: #fff;
}

.custom-search::after {
  content: "";
  clear: both;
  display: table;
}

.contactForm h5 {
  color: #1F5485;
  font-size: 18px;
}

.contactForm h6 {
  color: #222;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 12px;
}

.container-check {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 15px;
  width: 150px;
  line-height: 35px;
  text-align: center;
  font-weight: 600;
}

.paginacao {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 20px;
}

.paginacao ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #EBEBEB;
}

.paginacao li {
  float: left;
}

.paginacao li a {
  display: block;
  color: #222;
  font-weight: 600;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  border-bottom: 3px solid #EBEBEB;
  font-size: 14px;
}

.paginacao li a:hover {
  background-color: #E2E6EA;
  border-bottom: 3px solid #f60;
  color: #0D4880;
}

.paginacao li a:active {
  background-color: #E2E6EA;
  border-bottom: 3px solid #f60;
  color: #0D4880;
}

.paginacao i {
  color: #f60;
  font-size: 20px;
}

#customForm #sendmessage {
  color: #fff;
  background: #1bb1dc;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#customForm #errormessage {
  color: #fff;
  display: none;
  background: red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#sendmessage.show,
#info .form #errormessage.show,
#info .form .show {
  display: block;
}

.validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
  color: #58ACFA;
}


/*--- Portfólio página do imóvel --*/

#portfolio-imovel {
  margin-top: -35px;
  background: #fff;
  padding-top: 34px;
}

#portfolio-imovel .header {
  color: #333;
  font-size: 18px;
}

#portfolio-imovel .content-slide {
  margin: 0;
}

#portfolio-imovel .content-slide .btn-video img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 180px;
  opacity: 0.6
}

#portfolio-imovel .content-slide .btn-video img:hover {
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#portfolio-imovel .modal-slide {
  display: none;
  position: fixed;
  padding-top: 10px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #111;
  z-index: 1100;
}

#portfolio-imovel .modal-content {
  position: relative;
  background-color: #111;
  margin: auto;
  padding: 0;
  width: 800px;
  height: auto;
  animation-name: zoom-in;
  animation-duration: 0.7s;
}

#portfolio-imovel .close {
  position: absolute;
  color: #fff;
  top: 20px;
  right: 25px;
  font-size: 40px !important;
  font-weight: 500 !important;
  padding: 1px 10px 1px 10px;
  border-radius: 50%;
  opacity: 1;
}

#portfolio-imovel.close:hover,
#portfolio-imovel .close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

#portfolio-imovel .modal-content img {
  display: inline-block;
  width: 100%;
  height: 100%;
  animation-name: fade-in;
  animation-duration: 0.7s;
}

#portfolio-imovel .box {
  border: 1px solid #E3E1E8;
}

#portfolio-imovel .box,
#portfolio-imovel .box-12 {
  float: left;
}

#portfolio-imovel .caixa-detalhes ul li {
  float: left;
  width: 100%;
  list-style: none;
  font-size: 14px;
  border-top: 1px solid #DDDBE3;
  height: 30px;
}

#portfolio-imovel .caixa-detalhes ul li i {
  width: 11.5%;
  color: #2E608B;
  font-size: 20px;
  padding: 5px 8px 5px 8px;
}

#portfolio-imovel .portfolio-title {
  float: left;
  margin: 30px 0 20px 0;
}

#portfolio-imovel .portfolio-title h5 {
  color: #253758;
  font-weight: 600;
  margin-bottom: 20px;
}

#portfolio-imovel .form {
  margin: 10px 0 10px 0;
}

#portfolio-imovel .form input,
optgroup,
select,
textarea {
  border: 1px solid #DDDBE3;
  width: 100%;
}

#portfolio-imovel .caixa-detalhes {
  margin: 30px 0 20px 0;
}

#portfolio-imovel .caixa-detalhes h6 {
  font-weight: 600;
}

#portfolio-imovel .more-social h6 {
  font-weight: 700;
  font-size: 15px;
}

#portfolio-imovel .more-social a {
  font-weight: 600;
  color: #333;
  font-size: 15px;
  line-height: 34px;
}

#portfolio-imovel .more-social a .fa-phone {
  color: #222;
  border: 1px solid #222;
  font-size: 13px;
  padding: 3px 4.5px 3px 4.5px;
  border-radius: 50%;
}

#portfolio-imovel .more-social a .fa-whatsapp {
  color: #222;
  font-size: 24px;
}

#portfolio-imovel .box .box-details .bt {
  text-align: center;
  margin-top: 16px;
}

#portfolio-imovel .box .box-details .bt:hover {
  background: #FC4949;
}

#portfolio-imovel .box .box-details .bt {
  background: #DC3545;
  color: #fff;
  padding: 10px 20px 10px 20px;
}

#portfolio-imovel .video-iframe {
  float: left;
  width: 100%;
  height: 400px;
}

.imovel-descricao h5,
.imovel-map h5,
.caixa-detalhes h5,
.detalhe-imovel h5 {
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  margin: 20px 0;
  padding-bottom: 7px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.8px;
}

.imovel-descricao h5 i,
.imovel-map h5 i,
.caixa-detalhes h5 i,
.detalhe-imovel h5 i {
  color: #222;
  font-size: 24px;
}

.caixa-detalhes {
  float: left;
  width: 100%
}

.caixa-detalhes .info-text {
  float: left;
  width: 24.9%;
  border-bottom: 1px solid #DDDBE3;
  font-size: 16px;
  line-height: 28px;
}

.caixa-detalhes .info-label {
  float: left;
  width: 24.9%;
  border-bottom: 1px solid #DDDBE3;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

.portfolio-icon .box-3 {
  float: left;
  width: 24.9%;
}

.detalhe-imovel .info-list {
  float: left;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}

.detalhe-imovel .info-list i {
  float: left;
  height: 20px;
  background: #f90;
  margin-top: 3.2px;
  margin-right: 6px;
  color: #fff;
  padding: 4px;
  font-size: 12px;
  border-radius: 50%;
}

.detalhe-imovel .imovel-value {
  display: inline-block;
  margin-top: 30px;
}

.detalhe-imovel .imovel-value-main {
  color: #e77918;
  font-weight: 700;
  line-height: 1.2;
  font-size: 28px
}

.detalhe-imovel .imovel-value-details {
  margin-top: 15px
}

.detalhe-imovel .imovel-value-detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 7px;
  padding-left: 24px
}

.detalhe-imovel .imovel-value-label {
  position: relative;
  color: #4a4a4a;
  font-weight: 400;
  line-height: 1.35;
  margin-right: 7px;
  font-size: 16px
}

.detalhe-imovel .imovel-value-label:before {
  width: 15px;
  height: 2px;
  top: 0;
  bottom: 0
}

.detalhe-imovel .imovel-value-label:after,
.detalhe-imovel .imovel-value-label:before {
  content: '';
  display: block;
  position: absolute;
  left: -22px;
  margin: auto 0;
  background-color: #9b9b9b
}

.detalhe-imovel .imovel-value-label:after {
  width: 2px;
  height: 30px;
  bottom: 10px
}

.detalhe-imovel .imovel-value-text {
  color: #4a4a4a;
  font-weight: 700;
  line-height: 1.2;
  font-size: 14px
}

.detalhe-imovel .imovel-info-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (min-content)[4];
  grid-template-columns: repeat(4, min-content);
  grid-column-gap: 25px;
  grid-row-gap: 14px
}

.detalhe-imovel .imovel-info-label {
  color: #4a4a4a;
  font-weight: 400;
  line-height: 1.35;
  white-space: nowrap;
  font-size: 16px
}

.detalhe-imovel .imovel-info-text {
  color: #4a4a4a;
  font-weight: 700;
  line-height: 1.35;
  white-space: nowrap;
  padding-right: 35px;
  font-size: 16px
}

.afiliados {
  color: #4a4a4a;
  position: relative;
  margin-bottom: 1.5em;
  z-index: 10;
}

.afiliados .wrapper {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center
}

.afiliados h5 {
  margin-bottom: 1.5em;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.afiliados-img {
  position: relative
}

.afiliados-img:nth-child(1) {
  margin-right: 3.125em;
  padding-right: 3.125em
}

.afiliados-img:nth-child(1):before {
  background-color: #9b9b9b;
  content: "";
  height: 3em;
  right: 0;
  width: .0625em;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0
}

.portfolio-icon,
.detalhe-imovel,
.imovel-descricao,
.imovel-map,
.sidebar {
  float: left;
  width: 100%;
}

.imovel-descricao {}

.portfolio-icon {
  margin-top: 30px;
}

.portfolio-icon i {
  float: left;
  width: 49, 9%;
  font-size: 20px;
  border: 0.7px solid #666;
  padding: 16px;
  border-radius: 50%;
}

.portfolio-icon .fa-arrows-alt {
  padding: 16px 18px
}

.portfolio-icon p {
  float: left;
  width: 49, 9%;
  text-align: center;
  margin-left: 8px;
}

.portfolio-icon span {
  font-size: 22px;
  font-weight: 700;
}


/*--- Slider Galeria do Imóvel --*/

#jssor_1 {
  position: relative;
  float: left;
  margin: 0 auto;
  top: 0px;
  left: 0px;
  width: 980px;
  height: 885px;
  overflow: hidden;
  visibility: hidden;
}

#jssor_1 .slides {
  cursor: default;
  position: relative;
  top: 0px;
  left: 0px;
  width: 980px;
  height: 735px;
  overflow: hidden;
}

.jssorl-009-spin {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
}

.jssorl-009-spin img {
  animation-name: jssorl-009-spin;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  margin-top: -19px;
  position: relative;
  top: 50%;
  width: 38px;
  height: 38px;
}

@keyframes jssorl-009-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.jssora106 {
  display: block;
  position: absolute;
  cursor: pointer;
}

.jssora106 .c {
  fill: #fff;
  opacity: .2;
}

.jssora106 .a {
  fill: none;
  stroke: #000;
  stroke-width: 350;
  stroke-miterlimit: 10;
}

.jssora106:hover .c {
  opacity: .3;
}

.jssora106:hover .a {
  opacity: .8;
}

.jssora106.jssora106dn .c {
  opacity: .2;
}

.jssora106.jssora106dn .a {
  opacity: 1;
}

.jssora106.jssora106ds {
  opacity: .3;
  pointer-events: none;
}

.jssort101 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 980px;
  height: 150px;
  background-color: #000;
}

.jssort101 .p {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  background: #000;
  width: 160px;
  height: 138px;
}

.jssort101 .p .cv {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #C8DBEB;
  box-sizing: border-box;
  z-index: 1;
  cursor: pointer;
}

.jssort101 .a {
  fill: none;
  stroke: #fff;
  stroke-width: 300;
  stroke-miterlimit: 10;
  visibility: hidden;
}

.jssort101 .p:hover .cv,
.jssort101 .p.pdn .cv {
  border: none;
  border-color: transparent;
}

.jssort101 .p:hover {
  padding: 2px;
}

.jssort101 .p:hover .cv {
  background-color: rgba(0, 0, 0, 6);
  opacity: .35;
}

.jssort101 .p:hover.pdn {
  padding: 0;
}

.jssort101 .p:hover.pdn .cv {
  border: 2px solid #fff;
  background: none;
  opacity: .35;
}

.jssort101 .pav .cv {
  border-color: #fff;
  opacity: .35;
}

.jssort101 .pav .a,
.jssort101 .p:hover .a {
  visibility: visible;
}

.jssort101 .t {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  opacity: .6;
}

.jssort101 .pav .t,
.jssort101 .p:hover .t {
  opacity: 1;
}

@media (max-width: 767px) {
  #portfolio-imovel .box,
  #portfolio-imovel .box-12 {
    margin-left: 0px;
  }
  #portfolio-imovel .content-slide {
    float: left;
    width: 96%;
  }
  .caixa-detalhes .info-text,
  .caixa-detalhes .info-label {
    width: 48.9%;
    border-bottom: 1px solid #DDDBE3;
    font-size: 16px;
    line-height: 28px;
  }
}

@media (max-width: 574px) {
  #portfolio-imovel .content-slide {
    width: 90%;
  }
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #fff !important;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: #fff;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  cursor: pointer;
}

.overlay {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 35px;
}

.overlay .fa {
  color: #333;
  background: rgba(254, 254, 254, 0.4);
  padding: 10px;
  font-size: 18px;
}

#slider nav {
  text-align: center;
  font-size: 20px;
}

#slider-list {
  margin: 40px 0px 50px 0px;
}

#slider-list h5 {
  color: #2E608B;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
}

#slider .legenda {
  background: #0B4C5F;
  margin-top: -1px;
  width: 100%;
  padding: 5px;
  font-size: 12.5px;
  color: #fff;
}

#slider-list a {
  transition: all 400ms ease-in-out;
}

#slider-list img:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#slider-list h5 {
  color: #222;
}

#slider-list h6 {
  color: #2E608B;
  font-weight: 700;
  font-size: 18px;
  margin: 7px 0;
}

#slider-list h4 {
  color: #222;
  font-size: 20px;
  color: #f60;
  font-weight: 700;
}

#slider-list .custom-overlay h5:before {
  content: '-';
  padding-right: 10px;
}

#slider-list .custom-overlay h5:after {
  content: '-';
  padding-left: 10px;
}

#slider-list p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

#slider-list p span {
  text-transform: uppercase;
}

#slider-list .custom-overlay i {
  color: #FAAC58;
  font-size: 38px;
}

#slider-list .owl-nav {
  color: #2E608B;
  text-align: right;
  font-size: 40px;
}

#slider-list .owl-nav {
  position: absolute;
  top: -55px;
  right: 0;
  color: #2E608B;
  text-align: right;
  font-size: 40px;
}

#option-content .type {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 250px;
}

#option-content .type .type-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
  padding: 15px 0;
  background: rgba(29, 28, 41, 0.6);
}

#option-content.type .type-info-content {
  transition: margin 0.2s;
  height: 65px;
  transition: height 0.4s;
  text-align: center;
}

#option-content .type:hover .type-info {
  transition: 0.4s;
}

#option-content .type:hover .type-info-content {
  height: 150px;
}


/* Botão voltar ao topo */

.back-to-top {
  position: fixed;
  display: none;
  background: #7091A1;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}


/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #000;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #1bb1dc;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#preloader img {
  position: fixed;
  top: 55%;
  left: 45%;
}

@keyframes fade-in {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}

@keyframes zoom-in {
  from {
    width: 400px;
    opacity: 0.5;
  }
  to {
    width: 800px;
    opacity: 1;
  }
}

#portfolio-imovel .modalSlide {
  display: none;
}

#portfolio-imovel .cursor {
  cursor: pointer;
}

#portfolio-imovel .img-lg {
  width: 980px;
  height: 735px
}

#portfolio-imovel .bt-prev {
  position: absolute;
  border-radius: 50%;
  background: rgba(254, 254, 254, 0.5);
  padding: 0 12px 0 12px;
  left: 16px;
  top: 48%;
  margin-top: -50px;
  cursor: pointer;
  color: #222;
  font-weight: 500;
  font-size: 24px;
  transition: 0.6s ease;
  user-select: none;
  -webkit-user-select: none;
}

#portfolio-imovel .bt-next {
  position: absolute;
  right: 16px;
  top: 48%;
  margin-top: -60px;
  border-radius: 50%;
  background: rgba(254, 254, 254, 0.5);
  padding: 0 12px 0 12px;
  cursor: pointer;
  color: #222;
  font-weight: 500;
  font-size: 24px;
  transition: 0.6s ease;
  user-select: none;
  -webkit-user-select: none;
}

#portfolio-imovel .bt-prev:hover,
#portfolio-imovel .bt-next:hover {
  background-color: background:rgba(254, 254, 254, 0.4);
  color: #333;
}


/* Number text (1/3 etc) */

#portfolio-imovel .numbertext {
  color: #f2f2f2;
  font-size: 14px;
  font-weight: 600;
  text-shadow: #000 0.1em 0.1em 0.2em;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

#portfolio-imovel .caption-container {
  text-align: center;
  background-color: #111;
  padding: 2px 16px;
  color: #fff;
}

#portfolio-imovel .demo {
  opacity: 0.6;
}

#portfolio-imovel .active,
#portfolio-imovel .demo:hover {
  opacity: 1;
}

#portfolio-imovel .info .form #sendmessage {
  color: #fff;
  background: #1bb1dc;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#portfolio-imovel .info .form #errormessage {
  color: #fff;
  display: none;
  background: red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#portfolio-imovel .info .form #sendmessage.show,
#info .form #errormessage.show,
#info .form .show {
  display: block;
}

#portfolio-imovel .info .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
  color: #58ACFA;
}

#portfolio-imovel .info .form label {
  color: #333;
  font-weight: 600;
  font-size: 13px;
}

#portfolio-imovel .info .form select {
  border: 1px solid #ccc;
  width: 100%;
  font-size: 14px;
}

#portfolio-imovel .info .form input,
#info .form textarea {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #ccc;
  font-size: 14px;
}

#portfolio-imovel .info .form input::-webkit-input-placeholder,
#info .form textarea::-webkit-input-placeholder {
  color: #333;
}

#portfolio-imovel .info .form input::-moz-placeholder,
#info .form textarea::-moz-placeholder {
  color: #333;
}

#portfolio-imovel .info .form input:-ms-input-placeholder,
#info .form textarea:-ms-input-placeholder {
  color: #333;
}

#portfolio-imovel .info .form input::placeholder,
#info .form textarea::placeholder {
  color: #333;
}

#portfolio-imovel .info .form button[type="submit"] {
  background: #2E608B;
  border: 0;
  font-size: 14px;
  border-radius: 6px;
  padding: 8px 20px;
  color: #fff;
  transition: 0.3s;
  text-align: center;
}

#portfolio-imovel .info .form button[type="submit"]:hover {
  background: #4077A2;
  cursor: pointer;
}

#portfolio-imovel .info h6 {
  font-size: 14px;
  font-weight: 600;
}

#Parceiros {
  margin: 0 auto;
  max-width: 800px;
  padding-bottom: 50px;
}

#Parceiros img {
  opacity: 0.8;
  width: 120px;
  border-radius: 50%
}

#Parceiros img:hover {
  opacity: 0.999;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#Parceiros h5 {
  padding-bottom: 20px
}


/* Rodapé */

#footer {
  float: left;
  width: 100%;
  padding: 0 0 30px 0;
  z-index: 1500;
}

#footer .footer-top {
  width: 100%;
  padding-top: 20px;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .social a {
  font-size: 16px;
  font-weight: 400;
  margin-left: 20px;
  color: #fff;
}

#footer .footer-top .social a span {
  font-weight: 400;
}

#footer .footer-top .social a i {
  color: #fff;
  font-size: 20px;
}

#footer .footer-top .social a:hover {
  transition: opacity .1s ease;
  color: #EEE8AA;
}

#footer h5 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

#footer p {
  font-size: 16px;
  font-weight: 400;
}

#footer .fa-envelope,
#footer .fa-phone,
#footer .whatsapp {
  font-size: 18px;
  margin-right: 3px;
}

#footer .fa-facebook {
  background-color: #2E9AFE;
  font-size: 18px;
  padding: 6px 10px 5px 10px;
  border-radius: 50%;
  margin: 10px 10px 0 0;
}

#footer .fa-instagram {
  background-color: #FE2E64;
  font-size: 18px;
  padding: 6px 8px 5px 8px;
  border-radius: 50%;
  margin: 10px 10px 0 0;
}

#footer .fa-youtube {
  background-color: #DF013A;
  font-size: 18px;
  padding: 5px 6px 5px 6px;
  border-radius: 50%;
  margin: 10px 10px 0 0;
}

#footer .footer-top .footer-links h3 {
  font-size: 16px;
  text-align: center;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

#footer .footer-top .footer-links a h3 {
  color: #fff;
  font-weight: 600;
}

#footer .footer-top .footer-links a:hover h3 {
  color: #EEE8AA;
}

#footer .footer-links p {
  color: #fff;
  font-size: 14px;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 0;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  color: #A8DEED;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 0.1px;
}

#footer .footer-top .hr-footer {
  width: 20%;
  height: 3px;
  background: #DC3545;
  margin-bottom: 14px;
}

#footer .footer-top .footer-links {
  margin-bottom: 6px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 5px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #1BB1DC;
}

#footer .footer-top .footer-links ul a:hover {
  color: #EEE8AA;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .copyright {
  text-align: center;
  padding-top: 20px;
  margin-top: 40px;
  color: #fff;
  font-size: 14px;
  border-top: 1px solid #EEE8AA;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  padding-top: 6px;
  color: #fff;
}

#footer .credits a {
  color: #fff;
}

#footer .credits a:hover {
  color: #EEE8AA;
}

#footer .credits img {
  width: 120px;
}

#footer .btn-footer {
  width: 100%;
  background: #6B0017;
  padding: 19px;
  text-align: center;
}

#footer .btn-footer a {
  color: #fff;
  font-size: 16px;
}

#footer .btn-footer a:hover {
  color: #EEE8AA;
}

#footer .box-rotate {
  background: #fff;
  margin-top: -20px;
  border-radius: 0px 0px 40px 40px;
  padding: 0;
}

#footer .menu-rodape h6 {
  font-weight: 600;
  font-size: 18px;
  padding-left: 20px;
}

#footer .menu-rodape a:hover {
  color: #EEE8AA;
}

#footer .contatos a {
  color: #fff;
}

#footer .contatos a:hover {
  color: #EEE8AA;
}


/* Navegação Mobile */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(40, 38, 70, 0.8);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #8dc2fa;
  text-decoration: none;
}

.mobile-nav .drop-down>a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down>a:after {
  content: "\f077";
}

.mobile-nav .drop-down>a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #fff;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(40, 38, 70, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}


/* Media Queries - Responsivo */

@media (max-width: 991px) {
  #portfolio-imovel .close {
    top: 5px;
    left: 10px;
  }
  .content-body {
    margin: 80px 0 40px 0;
  }
  #portfolio-imovel {
    margin: 80px 0 20px 0;
  }
  #portfolio-imovel .modal-slide {
    padding-top: 30px;
  }
  #portfolio-imovel .modal-content {
    width: 100%;
    height: auto;
    top: 20px;
    padding: 0 10px 0 10px;
    animation-name: fade-in;
    animation-duration: 0.7s;
  }
  #portfolio-imovel .modal-content img {
    display: inline-block;
    width: 100%;
    height: 100%;
    animation-name: fade-in;
    animation-duration: 0.7s;
  }
  .bt-anuncio a {
    margin: 10px 30px 0 20px;
  }
  #bg-body {
    background-color: rgba(42, 44, 48, 0.4);
    vertical-align: middle;
  }
  #intro {
    margin: 90px 0 -40px 0;
  }
  #intro h2 {
    font-size: 30px;
  }
  #video-iframe {
    display: none;
  }
  .column-2 {
    width: 45%;
  }
  .corretores {
    text-align: center;
    margin-top: 10px;
    padding: 0;
  }
  .corretores img {
    margin-bottom: 20px;
  }
  #ModalCentralizado .input-modal {
    width: 100%;
  }
  #ModalCentralizado .input-modal input {
    width: 160px;
  }
  #ModalCentralizado .number {
    width: 50px;
    height: 36px;
    font-size: 16px;
    line-height: 36px;
    padding-left: 10px;
    margin-left: 0;
    margin-top: 0;
  }
  #ModalCentralizado .form-group {
    float: left;
    width: 100%;
    text-align: center;
  }
  .modal-lg {
    width: 100%!important;
  }
  #ModalCentralizado .bx-sm {
    float: left;
    width: 100%;
    margin: 0;
  }
  #chamada .image-custom {
    height: 100%;
  }
  #desktopForm {
    display: none;
  }
  #mobileForm,
  #logo-mobile {
    display: inline-block;
  }
}

@media (max-width: 890px) {
  #preloader img {
    display: none;
  }
  #slide {
    height: 1280px;
  }
  #slide img,
  .carousel-control-prev,
  .carousel-control-next,
  .carousel-indicators {
    display: none;
  }
  #header {
    height: 60px;
    padding: 15px 0;
  }
  #header.header-scrolled,
  #header.header-pages {
    height: 55px;
    border-bottom: 1px solid #ccc;
  }
  .contato {
    padding: 20px 0 10px 0;
  }
  #option-content .bx-img img {
    width: 100%;
    height: 100%;
  }
  #option-content .header-content h3 {
    border-bottom: 1px solid #ccc;
    width: 98%;
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
  #option-content .wrap-header-content {
    width: 100%;
  }
  #option-content .wrap-header-content a {
    width: 100%
  }
  #option-content .header-content .btn {
    margin-left: 10px;
  }
  #option-content .wrap-header-content-venda {
    width: 98%;
  }
  #option-content .wrap-header-content-venda a {
    width: 100%;
  }
  #option-content .wrap-header-content-locacao {
    width: 100%;
  }
  #option-content .wrap-header-content-locacao a {
    width: 100%;
  }
  .bx-sm-bt {
    width: 220px;
    margin: 0 90px 0 90px;
  }
  .bx-sm {
    width: 100%;
  }
  .bx-img {
    margin: 0;
  }
  .wrap-nav {
    max-width: 400px;
    height: 520px;
    text-align: center;
    margin-top: 30px;
    padding: 20px 0 26px 0;
  }
  #search-navbar .btn-danger {
    width: 220px;
    height: 50px;
    position: absolute;
    left: 105px;
    bottom: 90px;
    padding: 7px 20px 6px 20px;
  }
  #option-content .custom-overlay {
    top: -60px;
  }
  #option-content .custom-overlay:hover {
    top: -60px;
  }
  #option-content .custom-overlay h4 {
    text-shadow: #000 0.1em 0.1em 0.2em;
    font-weight: 600;
    margin-left: 20px;
    padding-top: 190px;
  }
  #bg-body .filtro-bg {
    padding: 90px 0 40px 0;
  }
  #portfolio-imovel .content-slide {
    width: 100%;
  }
  #portfolio-imovel .video-iframe {
    height: 230px;
  }
  .portfolio-icon .box-3 {
    float: left;
    width: 20.9%;
    padding: 0;
  }
  .portfolio-icon .box-3 span {
    font-size: 14px;
    font-weight: 900;
  }
  .portfolio-icon .box-3 p {
    font-size: 12px;
    font-weight: 700;
  }
  .portfolio-icon .box-3 i {
    font-size: 12px;
    margin-left: 7px;
  }
  .page-title {
    font-size: 28px;
    border: none;
  }
}

@media (max-width: 820px) {
  #topbar {
    background: #333;
    padding: 7px 0 8px 0;
    margin-top: -10px;
  }
  #topbar .social-links {
    font-weight: 700;
    float: left;
    line-height: 1;
  }
  #topbar .social-links span {
    font-size: 10px;
    font-weight: 400;
  }
  #topbar .social-links a {
    color: #fff;
    display: inline-block;
    margin-left: 10px;
    text-align: left;
    padding: 8px 0;
    font-size: 11px;
  }
  #topbar .social-links img {
    width: 20px;
    margin-top: -20px;
  }
  #topbar .social-links .fa {
    font-size: 18px;
  }
  #intro h2 {
    padding-top: 100px;
  }
  #Parceiros .col-sm-2 {
    width: 33%;
  }
  #Parceiros .col-sm-2 img {
    width: 100px;
  }
  .main-page {
    margin-top: 20px;
  }
  .page-title {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .mobile-nav-toggle i {
    margin: 18px 18px 0 0;
    color: #f80;
  }
}