/* Cores de fundo */
.bg-orange {
	background: #f60;
}

.bg-gray {
	background: #C0C0C0;
}

.bg-lightgray {
	background: #F5F5F5;
}

.bg-white {
	background: #fff;
}

.bg-green {
	background: #009C53;
}

.bg-blue {
	background: #2C5799;
}

.bg-gold {
	background: #FFCC29;
}

/* Cor dos textos */
.tx-orange {
	color: #f60;
}

.tx-green {
	color: #009C53;
}

.tx-gold {
	color: #FFD700;
}

.tx-blue {
	color: 	#4682B4;
}


button {
	padding: 9px 16px;
	border: none;
	border-radius: 3px;
}

button,
.btn {
	color: #fff;
	background: #f60;
	/* Cor dos botões */
}

button:hover,
.btn:hover {
	color: #fff;
	background: #888;
}

/* Fonte */
body,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif !important;
}

/* Scrollbar */
* {
	scrollbar-width: thin;
	scrollbar-color: #f60 #EAEDED;
}

*::-webkit-scrollbar {
	width: 14px;
}

*::-webkit-scrollbar-track {
	background: #EAEDED;
}

*::-webkit-scrollbar-thumb {
	background-color: #fff;
	border-radius: 20px;
	border: 4px solid #EAEDED;
}

/* Barra do topo */
#topbar {
	float: left;
	width: 100%;
	padding: 5px 0 10px 0;
}

#topbar a {
	color: #fff;
}


#header {
	margin: 0;
}

/* Logotipo */
#header .logo {
	margin: 0 auto;
	padding: 20px;
	max-width: 180px;
	border-radius: 0 0 5px 5px;
}

#header .logo img {
	width: 100%;
}


form.search ::placeholder {
	color: #fff;
	font-weight: 500;
	opacity: 1;
	/* Firefox */
}

form.search ::-ms-input-placeholder {
	/* Edge 12-18 */
	color: #fff;
	font-weight: 500;
}

form.search input[type=text] {
	font-size: 15px;
	border: none;
	background: none;
	color: #fff;
}

.center {
	position: relative;
	margin: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

form.search button {
	padding-right: 10px;
	color: #fff;
	background: none;
	font-size: 17px;
	border: none;
	cursor: pointer;
}

form.search::after {
	content: "";
	clear: both;
	display: table;
}

/* Menu abaixo do header */
.page-menu {
	float: left;
	width: 100%;
	margin: 0;
	background: #F8F8F8;
}

.page-menu i {
	margin: 0 12px 0 12px;
}

.page-menu p {
	margin: 0;
	padding: 0;
	line-height: 35px;
}

.hero,
.hero_content {
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
}

.hero {
	position: fixed;
	z-index: -1;
}

/* Portfolio dos imóveis */
#portfolio-imovel .col-over {
	float: left;
	width: 100%;
	padding-top: 20px;
}


#portfolio-imovel .col-desk {
	border-top: 1px solid #ccc;
	float: left;
	width: 100%;
	padding-top: 20px;
	margin-top: 20px;
}

#portfolio-imovel .col-info {
	float: left;
	width: 49.99%
}

#portfolio-imovel .col-info .icon {
	float: left;
	width: 10%;
	text-align: center;
}

#portfolio-imovel .col-info .icon i {
	border: none;
	color: #fff;
	line-height: 28px;
	border-radius: 2px;
}

#portfolio-imovel .col-info p {
	float: left;
	width: 80%;
	line-height: 17px;
	margin-left: 5px;
}

#portfolio-imovel .col-info span {
	font-size: 14px
}

#portfolio-imovel #sidebar h5 {
	cursor: pointer;
	padding: 12px 0;
	border-radius: 3px;
	text-align: center;
	color: #fff;
	font-weight: 500;
}

#portfolio-imovel #sidebar h6 {
	padding: 12px 0;
	border-radius: 3px;
	border: 1px solid #ccc;
	text-align: center;
	font-weight: 500;
}

#portfolio-imovel #sidebar h6:hover {
	background: #f60;
	color: #fff;
}

#portfolio-imovel #sidebar h6 .fa-whatsapp {
	font-size: 20px;
	color: green
}

#portfolio-imovel #sidebar h6 .fa-phone {
	font-size: 20px;
	color: #111
}

#portfolio-imovel #sidebar .sidebar-title {
	width: 100%;
	margin-bottom: 25px;
}

#portfolio-imovel #sidebar .sidebar-title h4 {
	color: #111;
	font-size: 18px;
}

#portfolio-imovel #sidebar .sidebar-title h4 span {
	font-size: 30px;
	border-bottom: 2px solid #ccc;
}

.col-info-alt {
	border-top: 1px solid #ccc;
}

.card-sidebar {
	float: left;
	width: 100%;
	height: auto;
	border-radius: 5px;
	border: 1px solid #E8E8E8;
	padding: 20px;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	background: #fff;
	margin-top: 24px;
}

.card-sidebar .box-img {
	margin: 0 auto;
	width: 100px;
}

.card-sidebar .box-img img {
	border-radius: 50%;
	width: 100px
}

.card-sidebar p {
	font-weight: 500;
	font-size: 18px;
}

.contact-card {
	float: left;
	width: 100%;
	border: 1px solid #f8f8f8;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	margin: 25px 0 25px 0;
	padding: 20px;
	border-radius: 6px
}

.contact-card .time-face {
	float: left;
	width: 45%
}

.contact-card .time-contact {
	float: left;
	width: 54%
}

.contact-card .box-img {
	float: left;
	width: 28%;
	cursor: pointer;
	overflow: hidden;
	margin-right: -10px;
}

.contact-card .box-img img {
	border-radius: 50%;
	border: 1px solid #fff;
	width: 100px
}

.contact-card .box-img img:hover {
	opacity: 0.7
}

.col-info-3 p span {
	border: 1px solid #ccc;
	padding: 5px 10px;
	border-radius: 14px;
	margin-right: 10%;
}

#col-map {
	float: left;
	width: 100%;
}

.hero_video,
.hero iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100vw;
	height: 56.25vw;
	/* 9/16*100 = 56.25 */
	min-height: 100vh;
	min-width: 177.77vh;
	/* 16/9*100 = 177.77 */
}

.hero iframe.loaded {
	opacity: 1;
}

.hero_content {
	z-index: 1;
	display: inline;

}

.intro h2 {
	font-size: 42px;
	font-weight: 700;
	text-align: center;
	text-shadow: #000 0.1em 0.1em 0.2em;
	color: #fff;
}

.intro p {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	text-shadow: #000 0.1em 0.1em 0.2em;
	color: #fff;
}

.intro {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.intro p {
	font-size: 24px;
}

.whatsapp {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1;
}

.whatsapp img {
	height: 80px;
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: #000;
	z-index: 11000;
}

#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%;
}

.main-body {
	position: absolute;
	top: 100%;
	width: 100%;
	height: auto;
	padding: 0;
	background-color: #F5F5F5;
}

.text-center {
	text-align: center;
}

.bg-image-custom {
	background-image: url("img/bg-familia.png");
	background-color: #F5F5F5;
	padding: 30px;
	height: 500px;
	float: left;
	width: 100%;
}

.bg-image-custom h3,
.bg-image-custom p {
	color: #fff;
}

.bg-image-custom h3 {
	font-weight: bold;
	font-size: 56px;
}

.bg-image-custom p {
	font-size: 36px;
}

.bg-image-custom img {
	width: inherit;
	height: auto;
}

.whatsapp img {
	max-height: 80px;
}

a {
	text-decoration: none;
}


#container-central {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	height: auto;
}

#container-central .col-image {
	width: 380px;
	height: auto;
	display: inline-block;
}

.col-image {

	padding: 0;
	margin-bottom: px;
	padding: 3px;
}

.col-image-box {
	position: relative;

	overflow: hidden;
	margin: auto;

}

.image-bx {
	display: block;
	width: 100%;
	height: 260px;
	background: #111;
}

.image-bx img {
	width: 100%
}

.overlay {
	position: absolute;
	bottom: 0;

	background: rgba(0, 0, 0, 0.5);
	/* Black see-through */
	color: #f1f1f1;
	width: 100%;
	transition: .5s ease;
	opacity: 0.7;
	color: white;
	padding: 10px 20px 0 20px;
	;

}

.col-image-box:hover .overlay {
	opacity: 1;
	bottom: 0
}


.image-bx img {
	width: 99.9999%;
}
}


.nav-bar {
	margin-top: 40px;
	z-index: 10000
}

/* 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: 7px 12px;
	transition: 0.3s;


}

.main-nav a:hover,
.main-nav .active>a,
.main-nav li:hover>a {
	text-decoration: none;
	color: #fff;
	background: #777;
	border-radius: 3px;
}

.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;
	background: #fff;
}

.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: 500;
	text-transform: none;
	width: 100%;
	border-radius: 0;
}

.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;
}


.grid-container {
	display: grid;
	grid-template-columns: auto auto;
	grid-gap: 30px;
	padding: 0;
	transition: 0.4s;
	position: relative;
	bottom: 0;
}

.grid-container>div {
	padding: 0;
	border: 1px solid #EAEDED;
	border-radius: 8px;
	overflow: hidden;

}

#Portfolio .col-x {
	overflow: hidden;
	background: #fff;
	border: 1px solid #EAEDED;
	border-radius: 8px;
}

#Portfolio .col-x:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-transform: scale(1.06);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

#Portfolio .col-x a {
	color: #111
}

#Portfolio .col-x a:hover {
	color: #222
}

#Portfolio .col-x a i {
	color: #f60
}

#Portfolio .col-x h6 {
	font-weight: 500;
}

#Portfolio .col-x .caixa-texto {
	padding: 0 10px 0 10px;
}

#Portfolio .col-x .caixa-img {
	width: 100%;
	height: 190px;
	overflow: hidden;
	background: #111;
}

#Portfolio .col-x .caixa-img img {
	height: 200px;
}

.col-card {
	overflow: hidden;
	background: #fff;
	border: 1px solid #EAEDED;
	border-radius: 8px;
	padding: 12px
}

.col-card:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.col-card i {
	color: #778899;
	border: 1px solid #778899;
	padding: 20px;
	font-size: 36px;
	border-radius: 50%;
}

.col-card h5 {
	font-weight: 600;
}

.time {
	padding: 30px 0 50px 0;
}

.time .box-img {
	margin: 0 auto;
	max-width: 120px;
	height: 120px;
	background: #EAEDED;
	border-radius: 50%
}

.time .box-img img {
	border-radius: 50%;
	width: 100%
}

.time .box-img i {
	font-size: 80px;
	color: #666;
	border: none;
}

.grid-container>div:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-transform: scale(1.06);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.grid-container .bx-img {
	width: 395px;
	height: 290px;
	overflow: hidden;
	background: #111;
	margin-bottom: 0;
}

.grid-container .bx-img img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 300px;
}

.grid-container .bx-img img:hover {}

.grid-container p {
	font-size: 14px;
}

.btn-content {
	float: left;
	width: 50%;
}

.grid-content {
	float: left;
	width: 100%;
}

#btn1 {
	background: #ccc;
	margin-left: 10px;
	margin-bottom: 20px;
}

.left-content {
	color: #111;
	padding: 0;
	float: left;
	vertical-align: middle;
}

.left-content p {
	float: left;
	width: 300px;
}

.right-content {
	color: #111;
	padding: 20px 0 20px 15px;
	float: left;
}

#text-optional {
	float: left;
	width: 380px;
	display: none;
}

.left-content .price {
	position: relative;
	bottom: 70px;
	left: 40px;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
}

.left-content .price span {
	font-size: 14px;
	font-weight: 400;
}

.left-content .price h6 {
	font-size: 20px;
	font-weight: bold;
	text-shadow: #000 0.1em 0.1em 0.2em;
}

#RightContent h5 {
	margin-bottom: 30px;
}

.text-info span {
	margin-left: 18px;
}

.wrapper1280 {
	margin: 0 auto;
	min-width: 1280px
}

.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: 50%;
	background-color: #44739E;
	border-radius: 0px;
	color: #fff;
}

.checkmark-2 {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 10px 16px;
	font-weight: bold;
	color: #111;
	margin-right: 10.1px;
}

.checkmark-3 {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 10px 13px;
	font-weight: bold;
	color: #111;
}

.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: 10px;
	transition: all .9s;
	padding: 20px;
}

#sidebar form {
	height: auto;
}

.menu-fixo {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 99;
	transition: all .9s;
}

.sidebar {
	display: none;
}

/* Modal de cookies */
#cookies {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 10000;
	padding: 20px;
}

#cookies .container-cookies {
	float: left;
	background: #f8f8f8;
	padding: 20px 0 10px 20px;
	margin: auto;
	max-width: 1000px;
	border: 1px solid #ccc;
}

.item-left {
	float: left;
}

#cookies .item-right {
	float: right;
	width: 100%;
}

.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;
	margin: 0
}

.contactForm h6 {
	color: #111;
	font-size: 14px;
	font-weight: 600;
	float: left;
	width: 100%;
}

.container-check {
	display: block;
	position: relative;
	cursor: pointer;
	font-size: 15px;
	width: 150px;
	line-height: 35px;
	text-align: center;
	font-weight: 600;
}

.custom-select {
	position: relative;
	border: none;
	top: 10px;
	height: 30px;
	padding: 0;
	margin: 0;
}

.custom-select select {
	display: none !important;
	/*hide original SELECT element:*/
}

.select-selected {
	background-color: none;
	margin: 0 0 30px 0;
	padding: 0;
}

.select-items div,
.select-selected {
	color: #111;
	padding: 8px 16px;
	border: 1px solid #EBEBEB;
	background: #fff;
	height: 35px;
	border-radius: 2px;
	cursor: pointer;
	user-select: none;
}

.select-selected:after {
	position: absolute;
	content: "";
	top: 14px;
	right: 10px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #111 transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
	border-color: transparent transparent #111 transparent;
	top: 7px;
}

.select-items {
	position: absolute;
	background-color: #fff;
	top: 110%;
	left: 0;
	right: 0;
	z-index: 99;
}

.select-hide {
	display: none;
}

.select-items div:hover,
.same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}

#paginacao {
	float: left;
	width: 100%
}

.paginacao {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px 0 30px 0;
}

.paginacao ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.paginacao li {
	float: left;
	margin: 3px;
}

.paginacao li a {
	display: block;
	color: #111;
	background-color: #EBEBEB;
	font-weight: 400;
	text-align: center;
	padding: 6px 16px 6px 16px;
	border-radius: 4px;
	text-decoration: none;
	font-size: 16px;
}

.paginacao li a:hover {
	background-color: #888;
	color: #fff;
}

.paginacao a .active {
	background-color: #f40;
	color: #fff !important;
}

.paginacao i {
	font-size: 18px;
	font-weight: 400;
}

#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
}

/* Rodapé */
.footer-top,
.footer-bottom {
	background-color: #203140;
	color: #fff
}

/* Cor de fundo e texto */
.footer-top a,
.footer-bottom a {
	color: #fff
}

/* Cor dos links */
.footer-top a:hover,
.footer-bottom a:hover {
	color: #ccc
}

/* Cor dos links hover */
.footer-top {
	padding: 30px 0 0 0
}

.footer-top .hr {
	height: 3px;
	width: 122px;
	background: #f60
}

/* Cor da linha abaixo de "Ver no mapa" */
.footer-top h5,
.footer-top h6 {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.footer-top h5 {
	font-size: 16px;
	color: #f60
}

/* Cor dos títulos */
.footer-top h6 {
	font-size: 14px;
	margin-top: 30px;
}

.footer-top .social-links {
	font-size: 26px;
}

/* Icones redes */
.footer-top .social-links a {
	margin-right: 12px;
}

.footer-top p {
	font-size: 16px;
}

.footer-top .contact-links a {
	font-size: 18px;
}

.footer-top .contact-links a span {
	font-weight: 500;
	font-size: 26px;
}

.footer-top span {
	margin-right: 12px;
}

/* Atenção ao tamanho da logo - MUDAR APENAS A LARGURA (width) */
.footer-top .logo-footer {
	margin: auto;
	max-width: 150px;
}

/* A imagem ocupará apenas o tamanho da DIV acima */
.footer-top .logo-footer img {
	width: 100%;
}

.footer-bottom {
	border-top: 1px solid #666;
	padding: 10px;
	float: left;
	width: 100%;
	color: white;
}

#infoModal .modal {
	display: none;
	position: fixed;
	z-index: 120;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.8);
}

#infoModal .modal-content {
	padding: 0;
	border: none;
	width: 700px;
	height: 420px;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#infoModal .close {
	color: #111;
	margin-top: -25px;
	margin-left: 680px;
	width: 36px;
	line-height: 36px;
	font-size: 40px;
	padding-left: 6px;
	font-weight: 500;
	border: 1px solid #111;
	border-radius: 60%;
	background: #fff;
	opacity: 1;
	z-index: 10000
}

#infoModal .close:hover,
#infoModal .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

#Grid .open-modal {
	padding: 0;
	margin-top: 10p;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	cursor: pointer;
	line-height: 30px;
}

#Grid .open-modal:hover {
	color: #fff;
}

#infoModal .modal-over {
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin-top: -25px
}

#infoModal .logo img {
	max-width: 90px;
}

#infoModal .logo {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
	margin-top: 14px;
	padding-bottom: 12px;
}

#infoModal .col-left {
	float: left;
	width: 50%;
}

#infoModal .img-rigth {
	float: left;
	width: 50%;
}

#infoModal .img-rigth img {}

#infoModal form {
	padding: 20px
}

#infoModal button {
	width: 100%;
	margin-top: 10px;
}

#infoModal h3,
#infoModal p {
	padding: 0 20px 0 20px;
	margin: 0;
	text-align: center;
}

.whatsapp {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 1100;
}

.contact h3 {
	font-weight: 500;
}

.contact h5 a {
	color: #f60;
	font-weight: 500;
	font-size: 14px;
}

.contact h6 a {
	color: #111;
	font-weight: 500;
	font-size: 16px;
}

.contact h5 a:hover {
	color: #f40;
}

.contact h6 a:hover {
	color: #f60;
}

.contact i {
	color: green
}

.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;
}

@media only screen and (max-width: 768px) {
	.col-image {
		width: 48%;

	}

	.overlay {
		width: 100%;
	}

	#portfolio-imovel .col-info {
		width: 100%
	}

	.contact-card .time-face {
		width: 100%
	}

	.contact-card .time-contact {
		width: 100%
	}

	.bg-image-custom img {
		width: 190px;
	}

}

@media only screen and (max-width: 425px) {
	#infoModal .modal-content {
		width: 400px;
	}

	.bg-image-custom h3 {
		font-size: 46px;
	}

	.bg-image-custom p {
		font-size: 28px;
	}

	.bg-image-custom img {
		width: 120px;
	}

	#Portfolio .coluna-3 {
		width: 100%;
	}

	#infoModal .img-rigth {
		display: none;
	}

	#infoModal .col-left {
		width: 100%;
	}

	#infoModal .close {
		float: right;
		margin: -20px 0 0 360px
	}

	.right-content,
	.left-content {
		float: left;
		width: 100%
	}

	#portfolio-imovel .col-info .icon i {
		padding: 5px;
	}

	#portfolio-imovel .col-info p {
		font-size: 13px;
	}

	#portfolio-imovel .col-info span {
		font-size: 13px
	}

}

@media (max-width: 768px) {
	.txt-list {
		display: none;
	}

	#cookies {
		width: 95%
	}

	#cookies .container-cookies {
		width: 95%
	}
}

@media (max-width: 425px) {
	.btn-grid {
		display: none;
	}

	#header .logo {
		margin: 0 auto;
		max-width: 160px;
	}

	#header .logo img {
		padding: 0;
		margin: 0;
	}

	.grid-container {
		display: inline;
		width: 100%;
	}

	.grid-conten {
		width: 100%;
		margin-top: 30px;
	}

	#sidebar {
		display: none;
	}

	#topbar {
		display: none;
	}

	.page-menu {
		display: none;
	}

	.paginacao li a {
		font-size: 13px;
		font-weight: 700;
		padding: 8px;
		margin: 3px;
	}

	#paginacao {
		margin: 0 auto;
		max-width: 400px
	}

	.grid-content {
		margin: 0 auto;
		max-width: 400px
	}

	.contact-card .box-img img {
		width: 90px;
	}

	.col-image {
		width: 390px;
		margin: 20px
	}

	.col-image-box {
		width: 99.99%
	}

	.overlay {
		width: 99.999%;
	}



	.card-sidebar .box-img {
		width: 100%;
	}

	.contact-card .box-img {
		width: 100
	}

	.col-info-3 p span {
		float: left;
		width: 100%;
		margin-bottom: 10px;
	}

	.col-info-3 {
		float: left;
		width: 100%;
		text-align: center;
	}

	.whatsapp img {
		max-height: 60px;
	}
}

@media (max-width: 375px) {

	#portfolio-imovel .col-info .icon i {
		padding: 3px;
	}

	.contact-card .box-img img {
		width: 80px;
	}

	.paginacao li a {
		font-size: 12px;
		font-weight: 700;
		padding: 6px;
		margin: 3px;
	}

	@media (max-width: 325px) {
		.contact-card .box-img img {
			width: 70px;
		}

		.col-image {
			width: 340px;
			margin: 10px
		}

		#container-central .col-image {
			width: 100%;
		}
	}