/*
  Theme Name: Modelo Imobiliária
  Framework: Bootstrap
  Theme URL: https://estudiomweb.bhmg.com.br
  Author: Estúdio M
*/

* {
	margin: 0;
	padding: 0;
}


/*- Fontes / Links -*/

body {
	font-family: "Open Sans", sans-serif;
}

a {
	color: #fff;
	transition: 0.5s;
}

a:hover,
a:active,
a:focus {
	color: #fff;
	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,
h5 {
	letter-spacing: -0.7px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.text-center {
	text-align: center;
}

.wrap-890 {
	max-width: 890px;
	margin: 0 auto;
}

.wrap-980 {
	max-width: 980px;
	margin: 0 auto;
}

.wrap-1080 {
	max-width: 1080px;
	margin: 0 auto;float:left;
}

.wrap-1200 {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}

.column-2 {
	width: 16.5%;
	float: left;
}

#logo-mobile {
	display: none;
}

.imput-wrap {
	float: left;
	width: 100%;
}

.bx-sm {
	float: left;
	width: 174px;
}

.content-body {
	margin: 180px 0 40px 0;
}

/* Cabeçalho */

#header {
	height: 152px;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	transition: all 0.5s;
	z-index: 9000;
}

#header .main-nav {
	margin-top: 8px;
}

#header .logo {
	margin-top: 8px;
}

#header.header-scrolled,
#header.header-pages {
	height: 60px;
}

#header.header-scrolled .logo img,
#header.header-pages .logo img {
	max-height: 55px;
}

#header.header-scrolled #topbar,
#header.header-pages #topbar {
	display: none;
}


/* Botão Anuncie Aqui */

.bt-anuncio a {
	font-weight: 600 !important;
	font-size: 14px !important;
	border-radius: 20px;
	padding: 7px 16px 7px 16px !important;
	margin-top: 2px 0 0 10px;
}

.bt-anuncio a:hover {
	background-color: rgba(46, 96, 139, 0.6);
}


/* 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 a {
	display: block;
	position: relative;
	padding: 10px 15px;
	transition: 0.3s;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}

.main-nav a:hover,
.main-nav .active>a,
.main-nav li:hover>a {
	text-decoration: none;
}

.main-nav .drop-down ul {
	display: block;
	position: absolute;
	left: 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	padding: 10px 0;
	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: 600;
	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: 95px;
	transition: all 0.5s;
	text-align: right;
	border-bottom: 1px solid #ccc;
}

#topbar .social-links {
	font-size: 16px;
	font-weight: 700;
}

#topbar .social-links span {
	font-size: 14px;
	font-weight: 400;
}

#topbar .social-links a {
	color: #333;
	display: inline-block;
	line-height: 1;
	margin-left: 20px;
	text-align: left;
	margin-top: 30px;
}

#topbar .social-links a:hover {
	opacity: 0.8;
}

#topbar .social-links a:first-child {
	border-left: 0;
}


/* Ícones telefone - Whatsapp */

#topbar .social-links .fa-phone,
#topbar .social-links .fa-whatsapp {
	float: left;
	margin-right: 10px;
	font-size: 40px;
}

#topbar .social-links .fa-phone:hover,
#topbar .social-links .fa-whatsapp:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

#video-background {
	background: #000;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	height: 110%;
	width: 100%;
}

#video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

#bg-body {
	background: rgba(0, 0, 0, 0.2);
	float: left;
	width: 100%;
	padding: 2px 0 60px 0;
}

.slide-captio {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;	
}

#slide {
	margin-top: 150px;
	background: #000;
	width: 100%;
	height:100%;
}

#slide .carousel-inner .carousel-item img {
	opacity: 0.6;
	width: 100%;
	height: 100%;
}

#intro {
	margin-top: 190px;
	float: left;
	width: 100%;
}

#intro h2 {
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	text-shadow: #000 0.1em 0.1em 0.2em;	
}

#intro p {
	text-align: center;
	font-size: 18px;
	text-shadow: #000 0.1em 0.1em 0.2em;
	margin-bottom: 40px;
}

#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 .modal-content {
	top: 50px;
	z-index: 10000;
}

#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: rgba(112, 145, 161, 0.9);
	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: rgba(112, 145, 161, 0.9);
}

#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;
}

.corretores img {
	width: 130px;
	border-radius: 50%;
	border: 2px solid #90A9B6;
}

.corretores {
	float: left;
	width: 100%;
	margin-top: 40px;
	padding: 0 50px 0 50px;
}

.corretores img:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.corretores h4 {
	font-size: 22px;
	text-align: center;
	text-transform: uppercase;
	margin: 30px 0 20px 0;
	text-shadow: #000 0.1em 0.1em 0.2em;
	margin-bottom: 40px;
}

.corretores p {
	color: #fff;
	text-align: center;
	text-shadow: #000 0.1em 0.1em 0.2em;
}

#search-navbar .form-group p {
	width: 100%;
	font-size: 12px;
	margin-bottom: 4px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	text-align: center;
}

#search-navbar .input-group-btn {
	margin: 0px 1.5px 0 2px;
}

#search-navbar .btn-danger {
	width: 140px;
	height: 43px;
	margin-top: 5px;
	margin-left: 3px;
	padding: 7px 17px 6px 17px;
}

.btn-modal {
	margin-top: 30px;
	cursor: pointer;
	width: 150px;
}

.lancamentos {
	padding-top: 60px;
}

.venda {
	padding-top: 30px;
}

.locacao {
	padding: 30px 0 60px 0;
}

#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
}

#option-content #slide-1 .carousel-control-prev {
	margin-left: 110px;
}

#option-content #slide-1 .carousel-control-next {
	margin-right: 25px;
}

#option-content #slide-2 .carousel-control-prev {
	margin-left: 110px;
}

#option-content #slide-2 .carousel-control-next {
	margin-right: 25px;
}

#option-content #slide-3 .carousel-control-prev {
	margin-left: 110px;
}

#option-content #slide-3 .carousel-control-next {
	margin-right: 25px;
}

#option-content .btn-control {
	width: 30px;
	height: 30px;
	margin-bottom: 10px;
}

#option-content .btn-control:hover {
	transition: opacity .1s ease;
}

#option-content .caption-box {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	color: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 999;
}

#option-content .caption-box:hover {
	top: -60px;
}

#option-content .custom-overlay {
	position: absolute;
	top: 0;
	left: -12px;
	height: 100%;
	width: 100%;
	color: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 999;
}

#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;
}

#option-content .custom-overlay p {
	text-shadow: #000 0.1em 0.1em 0.2em;
	font-weight: 400;
	margin: 0 0 5px 20px;
	font-size: 18px;
}

#option-content .custom-overlay .price {
	text-shadow: #000 0.1em 0.1em 0.2em;
	font-weight: 500;
	margin: 12px 0;
	padding: 0;
}

#option-content .custom-overlay .icon {
	background: rgba(47, 43, 96, 0.7);
	float: left;
	width: 100%;
	line-height: 40px;
	padding: 12px 25px 12px 25px;
}

#option-content .custom-overlay .icon i {
	color: #FFBF00;
}

#option-content .header-content h3 {
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 400;
	color: #333;
	margin-top: 4px;
	margin-left: 10px;
}

#option-content .wrap-header-content {
	float: left;
	width: 15%;
}

#option-content .wrap-header-content a {
	float: left;
	width: 100%;
}

#option-content .wrap-header-content-venda {
	float: left;
	width: 17%;
}

#option-content .wrap-header-content-venda a {
	float: left;
	width: 100%;
}

#option-content .wrap-header-content-locacao {
	float: left;
	width: 23%;
}

#option-content .wrap-header-content-locacao a {
	float: left;
	width: 70%;
}

#option-content .header-content .btn {
	background: #7091A1;
	font-size: 13px;
	color: #fff;
	padding: 5px 12px 4px 12px;
	margin-bottom: 12px;
	text-transform: uppercase;
}

#option-content .header-content .btn span {
	font-size: 12px;
	border: 1.5px solid #fff;
	padding: 2px 4px 0 4px;
	border-radius: 50%;
	margin-right: 5px;
}

#option-content .btn-codigo {
	position: absolute;
	top: 15px;
	right: 20px;
}

#option-content .btn-codigo .btn {
	background: #666;
	color: #fff;
	font-size: 12px;
}

#option-content .diagonal {
	position: absolute;
	height: 120px;
	top: 0;
	left: -47px;
	overflow: hidden;
}

#option-content .diagonal p {
	color: #fff;
	padding: 5px 105px 5px 10px;
	transform: rotate(-45deg);
	text-align: center;
	text-transform: uppercase;
	float: left;
	width: 250px;
	font-weight: 600;
	border-bottom:3px solid rgba(0, 0, 0, 0.3);
	border-top:1px solid rgba(0, 0, 0, 0.3);
}

#option-content .locacao {
	padding-bottom: 50px;
}

#option-content .owl-item {
	overflow: hidden;
	padding-right: 12px;
}

#option-content .owl-nav {
	position: absolute;
	top: -55px;
	right: 0;
	color: #2E608B;
	text-align: right;
	font-size: 40px;
}

#option-content .owl-carousel {
	margin-left: 10px;
}

#option-content .owl-prev,
.owl-next {
	width: 32px;
	height: 32px;
	position: relative;
	background: none !important;
	margin: 0 0 14px 8px;
}

#option-content .owl-prev:hover,
.owl-next:hover {
	opacity: 0.7;
}

#option-content .owl-prev::before,
.owl-next::before {
	content: '';
	position: absolute;
	top: 16px;
	right: 7px;
	width: 34px;
	height: 34px;
	background: #fff;
	border-radius: 50% !important;
	line-height: 60px;
	border: 2px solid #889FAC;
}

#option-content .owl-prev::after,
.owl-next::after {
	content: "";
	width: 14px;
	height: 14px;
	position: absolute;
	transform: rotate(135deg);
	border: solid #889FAC;
	border-width: 0 3px 3px 0;
	top: 34px;
	left: 6px;
	right: 10px;
	margin-top: -9px;
	margin-left: -2px;
}

#option-content .owl-next::after {
	transform: rotate(-45deg);
	margin-left: -7px;
}

#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;
}

#portfolio-imovel .modal-slide {
	display: none;
	position: fixed;
	padding-top: 50px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #111;
	z-index: 12000;
}


/* Modal Content */

#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 .modal-content img {
	display: inline-block;
	width: 100%;
	height: 100%;
	animation-name: fade-in;
	animation-duration: 0.7s;
}

@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 .close {
	color: white;
	position: absolute;
	top: 20px;
	right: 25px;
	font-size: 35px;
	font-weight: bold;
}

#portfolio-imovel.close:hover,
#portfolio-imovel .close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}

#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: 20px;
	top: 55%;
	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: 20px;
	top: 55%;
	margin-top: -50px;
	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: 400;
}

#portfolio-imovel .info .form select {
	border: 1px solid #ccc;
	width: 100%;
}

#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;
}

#portfolio-imovel .info .form button[type="submit"]:hover {
	background: #4077A2;
	cursor: pointer;
}


/* Rodapé */

#footer {
	float: left;
	width: 100%;
	padding: 0 0 30px 0;
}

#footer .footer-top {
	width: 100%;
	padding: 30px 0 30px 0;
	margin-bottom: 20px;
}

#footer .footer-top .footer-info {
	margin-bottom: 30px;
}

#footer .footer-top .social a {
	font-size: 16px;
	font-weight: 600;
	margin-left: 20px;
}

#footer .footer-top .social a span {
	font-weight: 400;
}

#footer .footer-top .social a i {
	color: #00FF7F;
	font-size: 20px;
}

#footer .footer-top .social a:hover {
	transition: opacity .1s ease;
}

#footer h5 {
	font-size: 16px;
	color: #fff;
}

#footer p {
	font-size: 14px;
	font-weight: 300;
}

#footer .fa-envelope {
	color: #BCD2EE;
	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: #A8DEED;
}

#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: #1bb1dc;
}

#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;
	color: #fff;
	font-size: 14px;
}

#footer .credits {
	text-align: center;
	font-size: 13px;
	padding-top: 6px;
	color: #fff;
}

#footer .credits a {
	color: #1bb1dc;
}

#footer .credits a:hover {
	color: #0a98c0;
}

#footer .footer-map {
	width: 100%;
}

#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 {
	opacity: 0.8;
}


/* 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: #065e77;
}

.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) {
	#header {
		position: absolute;
	}
	#topbar {
		display: none;
	}
	.content-body {
		margin: 80px 0 40px 0;
	}
	#portfolio-imovel {
		margin: 80px 0 20px 0;
	}
	#portfolio-imovel .modal-slide {
		z-index: 10000;
	}
	#slider-list {
		margin: 40px 0 0 0;
	}
	#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;
	}
	#logo-mobile {
		display: inline-block;
	}
	#bg-body {
		background-image: url("../img/city.jpg");/* Background imagem para dispositivos móveis*/
	}
	
	#intro h2 {
		font-size: 30px;
	}
	#video-iframe,
	#video-background {
		display: none;
	}
	.column-2 {
		width: 45%;
	}
	.corretores {
		text-align: center;
		margin-top: 10px;
		padding: 0;
	}
	.corretores img {
		margin: 0 20px 25px 25px;
	}
	#ModalCentralizado .input-modal {
		width: 100%;
	}
	#ModalCentralizado .input-modal input {
		width: 160px;
	}
	#ModalCentralizado .number {
		display: none;
	}
	#ModalCentralizado .form-group {
		float: left;
		width: 100%;
		text-align: center;
	}
	.modal-lg {
		width: 100%!important;
	}
	#ModalCentralizado .bx-sm {
		float: left;
		width: 100%;
		margin: 0;
	}
	#search-navbar .btn-danger {
		width: 220px;
		height: 50px;
		position: absolute;
		left: 48px;
		top: 50px;
		padding: 7px 20px 6px 20px;
	}
	.bx-sm-bt {
		width: 220px;
		margin-left: 50px;
		height:40px;
	}
	.bx-sm {
		width: 100%;
	}
	.wrap-nav {
		max-width: 320px;
		height: 520px;
		text-align: center;
		margin-top: 52px;
		margin-left: 100px;
		padding: 20px 0 26px 0;
	}	
}

@media (max-width: 860px) {
	#option-content .owl-carousel .bx-img {
		width: 100%;
		height: 250px;
	}
	#option-content .owl-carousel .bx-img {
		width: 100%;
		height: 250px;
	}
	#option-content .custom-overlay {
		top: -110px;
		width: 95%;
		left: 0;
	}
	#option-content .custom-overlay:hover {
		top: -110px;
	}
	#option-content .custom-overlay h4 {
		font-weight: 700;
		font-size: 20px;
	}
	#slide {
		float:left;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.9);
		background-image: url("../img/bh.jpg");/* Background imagem vertical para dispositivos móveis*/
		margin: 0; 		
	}
	.carousel-inner,
	.carousel-control-prev,
	.carousel-control-next,
	.carousel-indicators {
		display: none;
	}
}

@media (max-width: 768px) {
	#header {
		height: 60px;
		padding: 15px 0;
	}
	#header.header-scrolled,
	#header.header-pages {
		height: 55px;
		border-bottom: 1px solid #ccc;
	}
	#header.header-scrolled .logo img,
	#header.header-pages .logo img {
		max-height: 30px;
	}
	#header .logo img {
		width:120px;
		max-height: 48px;
		margin-top: -15px;
	}
	.contato {
		padding: 20px 0 10px 0;
	}
	#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%;
	}
	#slider-list h5 {
		width: 100%;
		font-size: 16px;
		border-bottom: 1px solid #ccc;
		margin-bottom: 45px;
		text-transform: uppercase;
		padding-bottom: 5px;
	}
	
	#intro h2{
	      font-size: 26px;
	}
	#intro p {
	      font-size: 17px;
	}
}

@media (max-width: 767px) {
	#preloader img {
		left: 25%;
	}
	#topbar {
		display: none;
	}
	#header {
		height: 60px;
		padding: 15px 0;
	}
	#header.header-scrolled,
	#header.header-pages {
		height: 55px;
		border-bottom: 1px solid #ccc;
	}
	#header.header-scrolled .logo img,
	#header.header-pages .logo img {
		max-height: 35px;
	}
	#header .logo img {
		max-height: 48px;
		margin-top: -15px;
	}
}

@media (max-width: 490px) {
	.wrap-nav {
		margin-left: 0;
	}
	.btn-modal {
		margin-left: 0;
	}
	
	#option-content .owl-carousel .bx-img {
		width: 100%;
		height: 250px;
	}
	#option-content .owl-carousel .bx-img {
		width: 100%;
		height: 250px;
	}
	#option-content .custom-overlay {
		top: -110px;
		width: 95%;
		left: 0;
	}
	#option-content .custom-overlay:hover {
		top: -110px;
	}
}
