body {
	font-family: 'Roboto', serif;
	/*font-family: 'Lato', sans-serif;*/
	background-color: #FFF;
}

.container {
	max-width: 1200px;
}

.primary-color {
	color: #ED2B30;
}

.primary-color-hover:hover,
.primary-color-hover:focus,
.primary-color-hover:active {
	color: #ED2B30 !important;
}

.secondary-color {
	color: #333333;
}

.secondary-color-hover:hover,
.secondary-color-hover:focus,
.secondary-color-hover:active {
	color: #333333 !important;
}

.terciary-color {
	color: #FFF;
}

.terciary-color-hover:hover,
.terciary-color-hover:focus,
.terciary-color-hover:active {
	color: #FFF !important;
}

.primary-bg {
	background-color: #ED2B30;
}

.secondary-bg {
	background-color: #333333;
}

.terciary-bg {
	background-color: #FFF;
}

::-moz-selection {
	background: #ED2B30; /* Gecko Browsers */
	color: #FFF;
	opacity: 1;
}

::selection {
	background: #ED2B30; /* WebKit/Blink Browsers */
	color: #FFF;
	opacity: 1;
}

.btn-primary:focus {
    box-shadow: none !important;
}

/*@media (min-width: 992px) {*/
	*:focus {
	    outline: none !important;
	}
/*}*/

p {
	font-size: 15px;
	line-height: 24px;
	color: #555;
}

ul li {
	font-size: 15px;
	line-height: 24px;
	color: #555;
}

a,
.a {
	color: #ED2B30;
}

a:hover,
.a:hover,
a:focus,
.a:focus,
a:active,
.a:active {
	color: #444;
	text-decoration: none;
}

.h1, h1 {
	font-weight: 600;
	font-size: 48px;
	color: #ED2B30;
}

.h2, h2 {
    font-size: 20px;
    color: #ED2B30;
    font-weight: 600;
}

.notransition {
	transition: none !important;
}

.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item{
    -ms-touch-action: auto;
        touch-action: auto;
}

input[type='text']:hover,
input[type='text']:focus,
input[type='text']:active,
input[type='password']:hover,
input[type='password']:focus,
input[type='password']:active,
textarea:hover,
textarea:focus,
textarea:active,
input[type='email']:hover,
input[type='email']:focus,
input[type='email']:active {
	border: 1px solid #FFF;
}

/* botoes */
.btn-primary {
    color: #FFF;
    background-color: #ED2B30;
    border: 1px solid transparent;
    border-radius: 0px;
    display: inline-block;
    font-weight: 500;
    box-shadow: none;
    transition: all .3s;
    text-transform: uppercase;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	border-color: transparent !important;
	border-bottom: 1px solid rgba(151,106,12,.7) !important;
    box-shadow: 5px 5px 20px 2px rgba(0,0,0,.2) !important;
	background-color: #ED2B30;
	color: #FFF !important;

	background-color: #ED2B30 !important;
    text-shadow: 1px 1px 4px rgba(0,0,0,1) !important;
    box-shadow: inset 0 -20px 20px 0px rgba(0,0,0,.2) !important;
}

.btn-secondary {
    color: #ED2B30;
    background-color: transparent;
    border: 2px solid #ED2B30 !important;
    border-radius: 0px;
    display: inline-block;
    font-weight: 400;
    box-shadow: none;
    box-shadow: 0px 5px 20px 2px rgba(0,0,0,.05);
    transition: all .3s;
    text-transform: uppercase;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    color: #fff !important;
    background-color: #ED2B30 !important;
    border-color: #ED2B30 !important;
    box-shadow: 5px 5px 20px 2px rgba(0,0,0,.2) !important;
    text-decoration: none !important;
}

.btn-terciary {
    color: #FFF;
    background-color: #333333;
    border: 1px solid transparent !important;
    border-radius: 4px;
    display: inline-block;
    font-weight: 700;
    box-shadow: none;
    box-shadow: 5px 5px 20px 2px rgba(0,0,0,.05);
    transition: all .3s;
}

.btn-terciary:hover,
.btn-terciary:focus,
.btn-terciary:active {
    color: #FFF !important;
    background-color: #1999CC !important;
    box-shadow: 5px 5px 20px 2px rgba(0,0,0,.2) !important;
    text-decoration: none !important;
}

.btn-lg {
	font-size: 17px;
	padding: 13px 30px;
}

.btn-lg2 {
	font-size: 18px;
	padding: 14px 36px;
}

.btn-xlg {
	font-size: 16px;
	padding: 14px 30px;
}

.btn-whatsapp {
	background: initial;
	background: unset;
	border-color: transparent !important;
	background-color: #4DC247 !important;
	color: #FFF !important;
	border-radius: 26px !important;
	padding: 10px 20px;
	vertical-align: middle;
}

.btn-whatsapp span {
	vertical-align: middle;
}

.btn-whatsapp:hover,
.btn-whatsapp:focus,
.btn-whatsapp:active {
	background-color: #01A18C !important;
	border-color: transparent !important;
	box-shadow: 0 0 20px 2px rgba(0,0,0,.185) !important;
}

.social-buttons {
	list-style: none;
	margin: 0;
	padding: 0;
}

.social-buttons li {
	display: inline-block;
	margin-left: 0px;
}

.social-buttons li:first-child {
	margin-left: 0;
}

.social-buttons li a {
	display: inline-block;
	width: 35px;
	height: 35px;
	background-color: transparent;
	border-radius: 200px;
	border: 0px solid #ccc;
}

.social-buttons li a .fab {
	font-size: 16px;
	line-height: 33px;
	text-align: center;
	width: 100%;
	height: 100%;
	display: inline-block;
	color: #6c6e71;
}

.social-buttons li a.facebook-btn:hover,
.social-buttons li a.facebook-btn:focus,
.social-buttons li a.facebook-btn:active {
	background-color: #3b5a9a;
}

.social-buttons li a.instagram-btn:hover,
.social-buttons li a.instagram-btn:focus,
.social-buttons li a.instagram-btn:active {
	background-color: #7c4a3a;
}

.social-buttons li a.twitter-btn:hover,
.social-buttons li a.twitter-btn:focus,
.social-buttons li a.twitter-btn:active {
	background-color: #1aa9e1;
}

.social-buttons li a.youtube-btn:hover,
.social-buttons li a.youtube-btn:focus,
.social-buttons li a.youtube-btn:active {
	background-color: #c3191e;
}

.social-buttons li a.linkedin-btn:hover,
.social-buttons li a.linkedin-btn:focus,
.social-buttons li a.linkedin-btn:active {
	background-color: #0073b2;
}

.social-buttons li a.whatsapp-btn:hover,
.social-buttons li a.whatsapp-btn:focus,
.social-buttons li a.whatsapp-btn:active {
	background-color: #25D366;
}

.social-buttons li a:hover .fab,
.social-buttons li a:focus .fab,
.social-buttons li a:active .fab {
	color: #FFF;
}

.owl-carousel .owl-nav {
    top: 50%;
    position: absolute;
    margin-top: -20px;
    width: 100%;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: -5px 5px 5px 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-carousel .owl-nav button[class*="owl-"] {
    background-color: #ED2B30;
    border-color: #ED2B30 #ED2B30 #ED2B30;
    color: #FFF;
    border-radius: 200px;
    font-size: 20px;
    height: 50px;
    width: 50px;
    opacity: 1;
    box-shadow: 0 0 10px 2px rgba(0,0,0,.3);
}

.owl-carousel .owl-nav button[class*="owl-"]:hover, .owl-carousel .owl-nav button[class*="owl-"].hover {
    background-color: #ED2B30;
    border-color: #ED2B30 #ED2B30 #ED2B30;
    color: #ffffff;
    transform: scale(1.1);
}


.owl-carousel .owl-nav button.owl-prev {
    left: -35px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -35px;
}

@media (max-width: 991px) {
	.owl-carousel .owl-nav button.owl-prev {
	    left: -15px;
	}

	.owl-carousel .owl-nav button.owl-next {
	    right: -15px;
	}
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    display: inline-block;
    position: absolute;
    outline: 0;
}

.owl-carousel .owl-nav button.owl-prev:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f053";
    position: relative;
    left: -2px;
    top: 0px;
}

.owl-carousel .owl-nav button.owl-next:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f054";
    position: relative;
    left: 2px;
    top: 0px;
}


/* sticky header */
.sticky-header {
	width: 100%;
	z-index: 20;
}

@media (max-width: 768px) {
	#header {
		height: auto !important;
	}

	.sticky-header {
		height: auto !important;
	}
}

@media (min-width: 992px) {
	html.sticky-header-active .sticky-header {
		position: fixed;
		top: -80px;
		box-shadow: 0 0 20px 2px rgba(0,0,0,.1);
		transition: box-shadow .5s;
	}
}

/* header */
#header .header-content {
	height: 170px;
	background-color: #FFF;
	background-image: url(../img/background/1.jpg);
	background-size: cover;
	background-position: center;
}

#header .header-content:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background-color: rgba(0,0,0,.1);
}

#header .header-content > .container {
	position: relative;
	/*min-height: 172px;*/
	min-height: 148px;
}

.header-top {
	background-color: #F2f2f2;
}

/* logo */
#header .logo {
	padding: 0px 0;
	text-align: center;
	transition: all .3s;
	position: relative;
	top: 0;
	/*border-top: 3px solid #ED2B30;*/
}

@media (max-width: 768px) {
	#header .logo {
		padding: 30px 0;
	}
}

#header .logo img {
	height: 165px;
	object-fit: scale-down;
	transition: all .3s;
	max-width: 100%;
}

@media (max-width: 768px) {
	#header .logo img {
		height: 80px;
		margin-right: 30px;
		/*margin-bottom: 10px;*/
	}
}

#header .logo .logo-grande {
	display: inline-block;
}

#header .logo .logo-pequena {
	display: none;
	height: 95px !important;
}

@media (min-width: 768px) {
	html.sticky-header-active #header .logo {
		position: relative;
		top: 76px;
	}

	html.sticky-header-active #header .logo .logo-grande {
		display: none;
	}

	html.sticky-header-active #header .logo .logo-pequena {
		display: inline-block;
	}
}

@media (min-width: 768px) {
	html.sticky-header-active #header .logo img {
		height: 40%;
	}
}

#header .meio .topo > div {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	/*flex-direction: column;*/
	padding: 20px 0 15px;
	margin-top: 10px;
}

#header .meio .topo .telefone {
	margin-right: 20px;
	display: block;
	/*margin-bottom: 10px;*/
	border-radius: 26px;
	background-color: rgba(233,133,133,.5);
	padding: 10px 20px;
}

#header .meio .topo .telefone .fa {
	color: #FFEB3B;
}

#header .meio .topo .telefone a {
	color: #FFEB3B;
}

#header .meio .topo .telefone:hover,
#header .meio .topo .telefone:focus {
	background-color: rgba(233,133,133,.8);
}

#header .meio .topo .telefone a:hover,
#header .meio .topo .telefone a:focus {
	/*text-decoration: underline;*/
}

#header .meio .baixo > div {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}


@media (max-width: 991px) {
	#header .meio {
		/*background-color: #FFF;*/
	}
}

/* menu */
#header .menu {
	width: 100%;
}

@media (max-width: 991px) {
	#header .menu > .container {
		padding: 0;
	}
}

@media (min-width: 991px) {
	html.sticky-header-active #header .menu {
		/*padding-top: 42px;*/
	}
}

#header .menu nav ul {
	margin: 0;
	padding: 0;
	font-size: 0;
}

#header .menu nav > ul > li {
	display: inline-block;
	position: relative;
}

#header .menu nav > ul > li > a {
	font-size: 17px;
	color: #FFF;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 500;
	padding: 10px 15px;
	transition: color .0s ease, background-color .0s ease, text-shadow .0s ease, box-shadow .0s ease, border-color .0s ease;
	position: relative;
	border-radius: 0px;
	border: 3px solid transparent;
}

html #header nav.menu-desktop {
	transition: all .6s;
	position: relative;
	top: 0px;
}

html.sticky-header-active #header nav.menu-desktop {
	top: 76px;
}

html.sticky-header-active #header nav.menu-desktop {
    justify-content: flex-end !important;
    display: flex;
}

@media (min-width: 992px) {
	html.sticky-header-active #header .menu nav > ul > li > a {
		font-size: 15px;
		font-weight: 600;
		padding: 20px 23px;
	}
}

@media (min-width: 991px) and (max-width: 1199px) {
	#header .menu nav > ul > li > a {
		font-size: 14px;
		font-weight: 600;
		padding: 20px 12px;
	}	
}

@media (min-width: 991px) and (max-width: 1199px) {
	html.sticky-header-active #header .menu nav > ul > li > a {
		font-size: 14px;
		font-weight: 600;
		padding: 20px 11px;
	}	
}

#header .menu nav > ul > li > a:hover,
#header .menu nav > ul > li > a:focus,
#header .menu nav > ul > li > a:active {
	background-color: transparent;
	border: 3px solid #FFF;
	border-radius: 0;
	/*box-shadow: inset 0 -20px 20px -0px rgba(0,0,0,.2);*/
	color: #FFF;
	transition: color .3s ease, background-color .3s ease, text-shadow .3s ease, box-shadow .3s ease, border-color .3s ease;
}

#header .menu nav > ul > li.current a {
	background-color: #ED2B30;
	/*text-shadow: 1px 1px 4px rgba(0,0,0,1);*/
	/*box-shadow: inset 0 -20px 20px -0px rgba(0,0,0,.2);*/
	color: #FFF;
}

/* menu responsivo */
.menu-responsive-btn {
	background-color: #ED2B30;
	color: #FFF;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.menu-responsivo-col {
	position: absolute;
	top: 35px;
	right: 0;
}

.menu-responsive-btn:hover,
.menu-responsive-btn:focus,
.menu-responsive-btn:active {
	color: #FFF;
}

.menu-responsive {
	width: 100%;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: opacity .8s, max-height .6s;
}

.menu-responsive-open {
	max-height: 1000px;
	opacity: 1;
	padding-bottom: 10px;
}

.menu-responsive ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

.menu-responsive ul li {
	border-bottom: 1px solid #F0F0F0;
	display: inline-block;
	width: 100%;
}

.menu-responsive ul li:last-child {
	border-bottom: none;
}

.menu-responsive ul li a {
	padding: 16px 20px;
	display: inline-block;
	width: 100%;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}

.menu-responsive ul li.current a {
	color: #444;
}

.pagina-conteudo .imagens .item img {
	width: 100%;
	height: 350px;
	object-fit: cover !important;
	object-position: center;
}

/* main */
main {
	min-height: 601px;
}

main .pagina-conteudo {
	min-height: 420px;
}

/* slider */
.tp-caption.top-label {
	/*text-shadow: 3px 3px 10px rgba(0,0,0,.5);*/
	height: 140px;
	vertical-align: bottom;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
}

.tp-caption.main-label {
	text-shadow: 3px 3px 10px rgba(0,0,0,.5);
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	letter-spacing: 6px;
	min-width: 600px !important;
	text-align: center !important;
}

.tp-caption.bottom-label {
	font-family: 'Lato', sans-serif;
	min-width: 600px !important;
	text-align: center !important;
}

@media (max-width: 991px) {
	.slider-container .btn {
		font-size: 12px !important;
		padding: 6px 10px !important;
	}
}

@media (max-width: 499px) {
	.tp-bgimg.defaultimg  {
		background-size: 300% !important;
		background-position: left center !important;
	}
}

/* call-to-action */
section.call-to-action {
	padding: 80px 0;
	background-image: url(../img/background/1-grande.jpg);
	background-size: cover;
	overflow: hidden;
	background-attachment: fixed;
}

section.call-to-action .conteudo .titulo {
	font-size: 34px;
	line-height: 34px;
	font-weight: 300;
	color: #FFF;
	text-transform: uppercase;
	margin-bottom: 20px;
}

section.call-to-action .conteudo .chamada {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: 300;
	display: block;
	color: #FFF;
	margin-bottom: 30px;
}

.menu-lateral ul {
	list-style: none;
	padding: 0;
}

.menu-lateral ul li {
	border-top: 1px solid rgba(0,0,0,.1);
}

.menu-lateral ul li:first-child {
	border-top: none;
}

.menu-lateral ul li a {
	display: block;
	padding: 6px;
	width: 100%;
	text-align: center;
	font-size: 14px;
}

.menu-lateral ul li a:hover {
	color: #333;
}

.grid {
	width: 100%;
	margin: 0 auto;
}

.grid .element-item {
	width: 32%;
	height: auto;
	padding: 10px;
}

@media (max-width: 991px) {
	.grid .element-item {
		width: 50%;
		height: auto;
	}
}

.grid .element-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/* footer */
#footer .conteudo {
	padding: 30px 0 30px;
	background-color: #E6E6E6;
}

#footer .conteudo .logo {
	position: relative;
	text-align: center;
}

#footer .conteudo .logo:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: rgba(0,0,0,.1);
}

#footer .conteudo .contato {
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#footer .conteudo .contato span {
	display: block;
}

#footer .conteudo .social {
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#footer .gototop {
	text-align: center;
}

#footer .gototop a {
	color: #FFF;
	border: 2px solid #FFF;
	border-radius: 200px;
	padding: 2px 14px;
}

#footer .gototop a:hover,
#footer .gototop a:focus {
	background-color: #FFF;
	color: #ED2B30;
}

#footer .creditos {
	background-color: #EC292E;
	padding: 20px 0 20px;
	text-align: center;
}

#footer .creditos .cia,
#footer .creditos .dev {
	display: flex;
	justify-content: center;
	align-items: center;
}

#footer .creditos .cia span {
	color: #FFF;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	display: block;
	margin-top: 4px;
}

#footer .creditos .dev a {
	color: #FFF;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
}

/* page header */
.page-header {
	/*background-image: url(../img/background/1.jpg);*/
	background-color: #EdEDED;
	background-size: cover;
	/*background-size: auto;*/
	background-position: -50% 50%;
	padding: 35px;
	text-align: left;
	box-shadow: inset 0 10px 30px 2px rgba(0,0,0,.05);
}

.page-header h1 {
	font-size: 30px;
	line-height: 30px;
	padding-top: 5px;
	font-weight: 600;
	color: #EC292E;
	text-align: left;
	display: inline-block;
	text-transform: uppercase;
}

.pagina-conteudo {
	padding: 50px 0;
}

@media (max-width: 991px) {
	.pagina-conteudo {
		padding: 20px 0;
	}
}

.pagina-conteudo h1 {
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 0;
	color: #ED2B30;
}

.pagina-conteudo .imagens .popup-gal img {
	object-fit: scale-down;
	object-position: top;
}

.breadcrumb {
	background-color: transparent;
	margin-bottom: 0;
	padding: 0;
}

.breadcrumb ol {
	display: inline-block;
}

.breadcrumb a {
	color: #EC292E;
	text-shadow: 0 0 2px rgba(0,0,0,.2);
}

.breadcrumb a:hover,
.breadcrumb a:focus,
.breadcrumb a:active {
	color: #EC292E;
	text-shadow: none;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #EC292E;
    content: "/";
    text-shadow: 0 0 2px rgba(0,0,0,.2);
}

.breadcrumb-item.active {
    color: #EC292E;
}

.especificacoes {
	margin-top: 30px;
	background-color: #FAFAFA;
	padding: 40px;
}

/* pagina contato */
.contato-pagina iframe {
	width: 100%;
	height: 250px;
}

.contato-pagina .endereco ul {
	list-style: none;
	padding: 0;
}

.contato-pagina .endereco .list-icons .fa,
.contato-pagina .endereco .list-icons .far {
	color: #ED2B30;
	width: 30px;
	height: 30px;
	font-size: 18px;
	text-align: center;
	margin-right: 6px;
}

.contato-pagina .endereco .list-icons .texto {
	max-width: 85%;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ED2B30 !important;
    outline: 0;
    box-shadow: none;
}

.form-control:hover {
    color: #495057;
    background-color: #fff;
    border-color: #ED2B30 !important;
    outline: 0;
    box-shadow: none;
}

.contato-pagina h2 {
	color: #ED2B30;
	font-size: 24px;
}

/* empresa */
section.empresa {
	padding: 80px 0;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.empresa-pagina .pagina-conteudo .imagens .popup-gal img {
	object-fit: scale-down !important;
	object-position: top !important;
}

@media (max-width: 991px) {
	section.empresa {
		padding: 40px 0 20px;
	}
}

section.empresa .topo .titulo {
	font-size: 49px;
	line-height: 49px;
	font-weight: 600;
	color: #333;
	text-transform: uppercase;
}

section.empresa .topo .subtitulo {
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: 400;
	color: #666;
	margin-top: 10px;
}

section.empresa .conteudo {
	margin-top: 40px;
}

section.empresa .conteudo .esquerda p {
	font-size: 18px;
	line-height: 29px;
	color: #666;
}

section.empresa .conteudo .direita img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/* busca */
section.busca {
	height: 80px;
}

section.busca > .container {
	margin-top: -40px;
	background-color: #323232;
	height: 80px;
}

section.busca > .container > .conteudo {
	width: 100%;
}

section.busca .conteudo .esquerda-container {
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}

section.busca .conteudo .esquerda select,
section.busca .conteudo .esquerda input {
	display: inline-block;
	width: 15%;
	margin-left: 1%;
}

section.busca .conteudo .esquerda select#valor-locacao {
	display: none;
}

section.busca .conteudo .esquerda select:first-child {
	margin-left: 0;
}

section.busca .conteudo .direita .btn-busca {
	background-color: red;
	height: 80px;
	width: 100%;
	background-color: #484848;
	color: #FFF;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 200;
	display: flex;
	justify-content: center;
	align-items: center;
}

section.busca .conteudo .direita .btn-busca:hover,
section.busca .conteudo .direita .btn-busca:focus {
	background-color: #585858;
}

/* imoveis */
section.imoveis {
	padding: 30px 0 0;
}

section.imoveis .topo .titulo {
	font-size: 30px;
	color: #333;
}

.imoveis-pagina section.imoveis .conteudo .item {
	margin-bottom: 20px;
}

section.imoveis .conteudo .item a {
	display: inline-block;
	width: 100%;
	height: 100%;
	border: 3px solid transparent;
}

section.imoveis .conteudo .item a:hover,
section.imoveis .conteudo .item a:focus {
	border-color: #ED2B30;
}

section.imoveis .conteudo .item figure {
	display: inline-block;
	width: 100%;
	height: 200px;
	margin-bottom: 4px;
}

section.imoveis .conteudo .item figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

section.imoveis .conteudo .item .texto-container {
	padding: 6px 14px;
}

@media (max-width: 991px) {
	section.imoveis .conteudo .item .texto-container {
		padding: 6px 44px;
	}
}

section.imoveis .conteudo .item .categoria {
	font-size: 12px;
	line-height: 14px;
	font-weight: 300;
	color: #333;
	margin-bottom: 4px;
}

section.imoveis .conteudo .item .titulo {
	font-size: 24px;
	line-height: 26px;
	font-weight: 600;
	color: #222;
}

section.imoveis .detalhes {
	margin-bottom: 10px;
}

section.imoveis .detalhes ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

section.imoveis .detalhes ul li {
	display: inline-block;
	padding-right: 12px;
	vertical-align: bottom;
}

.imoveis-pagina .pagina-conteudo section.imoveis .detalhes ul li {
	display: inline-block;
	padding-right: 20px;
	vertical-align: bottom;
}

section.imoveis .detalhes ul li.dormitorios:before {
	content: "";
	width: 18px;
	height: 18px;
	display: inline-block;
	background-image: url(../img/icons/1.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 4px;
	vertical-align: middle;
}

section.imoveis .detalhes ul li.banheiros:before {
	content: "";
	width: 18px;
	height: 18px;
	display: inline-block;
	background-image: url(../img/icons/2.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 4px;
	vertical-align: middle;
}

section.imoveis .detalhes ul li.vagas:before {
	content: "";
	width: 18px;
	height: 18px;
	display: inline-block;
	background-image: url(../img/icons/3.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 4px;
	vertical-align: middle;
}

section.imoveis .detalhes ul li.area:before {
	content: "";
	width: 18px;
	height: 18px;
	display: inline-block;
	background-image: url(../img/icons/4.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 4px;
	vertical-align: middle;
}

section.imoveis .conteudo .item .valor {
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	color: #333;
	display: inline-block;
	text-align: center;
	width: 100%;
}

.imoveis-pagina .valor {
	display: block;
}

.imoveis-pagina .detalhes {

}

section.imoveis .conteudo .item .btn {
	margin: 8px auto 20px;
}

section.imoveis .conteudo .item a:hover .btn,
section.imoveis .conteudo .item a:focus .btn {
	color: #fff !important;
    background-color: #ED2B30 !important;
    border-color: #ED2B30 !important;
    box-shadow: 5px 5px 20px 2px rgba(0,0,0,.2) !important;
    text-decoration: none !important;
}

/* ultimos */
section.ultimos {
	padding-bottom: 60px;
}

section.ultimos .item figure {
	height: 150px !important;
}

section.ultimos .conteudo .item .titulo {
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	color: #222;
}

/* serviços */
section.servicos {
	padding: 50px 0;
}

section.servicos .conteudo .item {
	margin: 20px;
}

.servicos-pagina section.servicos .conteudo .item {
	margin: 10px 0;
}

section.servicos .conteudo .item > a {
	border: 3px solid #E6E6E6;
	display: inline-block;
	position: relative;
	width: 100%;
}

section.servicos .conteudo .item figure {
	width: 100%;
	height: 300px;
	overflow: hidden;
	margin: 0;
}

section.servicos .conteudo .item figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all 5s;
}

section.servicos .conteudo .item:hover figure img {
	transform: scale(1.1);
}

section.servicos .conteudo .item > a:hover {
	border: 3px solid #ED2B30;
	box-shadow: 0 0 30px 2px rgba(0,0,0,.1);
}

section.servicos .conteudo .item .texto {
	padding: 60px 30px 30px 30px;
	position: absolute;
	bottom: 0;
	width: 100%;
	box-shadow: inset 0 -120px 60px -30px rgba(0,0,0,.4);
}

section.servicos .conteudo .item .texto .titulo {
	color: #FFF;
	text-shadow: 0 0 2px rgba(0,0,0,.5);
	display: block;
	/*text-align: center;*/
	font-size: 24px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 8px;
}

section.servicos .conteudo .item .texto .chamada {
	color: #4c4c4c;
	display: block;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 8px;
}

section.servicos .conteudo .item .texto .link {
	font-weight: 700;
	color: #ED2B30;
	font-style: italic;
}

section.servicos .conteudo .item .texto .link:hover {
	text-decoration: underline;
}

section.servicos .conteudo .item .texto .link .fa,
section.servicos .conteudo .item .texto .link .far {
	font-size: 10px;
}

section.servicos .ver-todos a {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 30px;
}

section.servicos .ver-todos a:hover {
	text-decoration: underline;
}

section.servicos .ver-todos a .fa,
section.servicos .ver-todos a .far {
	font-size: 14px;
}

/* contato */
section.contato {
	padding: 80px 0;
	border-bottom: 1px solid rgba(0,0,0,.1);
	background-image: url(../img/background/2.jpg);
	background-size: cover;
	background-position: center;
}

section.contato .topo .titulo {
	font-size: 49px;
	line-height: 49px;
	font-weight: 300;
	color: #FFF;
	text-align: center;
	margin-bottom: 40px;
}

section.contato .topo .subtitulo {
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: 400;
	color: #666;
	margin-top: 10px;
}

section.contato > .container {
	margin-top: 20px;
	background-color: rgba(0,0,0,.7);
	padding: 80px 100px;
}

@media (max-width: 991px) {
	section.contato {
		padding: 30px 0;
	}
	section.contato > .container {
		padding: 40px 35px;
	}
}

section.contato input[type="text"],
section.contato input[type="email"],
section.contato input[type="number"] {
	font-family: 'Lato', sans-serif;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid rgba(255,255,255,.3);
	border-radius: 0;
	margin-bottom: 10px;
	color: #FFF;
}

section.contato textarea {
	font-family: 'Lato', sans-serif;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid rgba(255,255,255,.3);
	border-radius: 0;
	height: 166px;
	color: #FFF;
}

section.contato input[type='text']:hover,
section.contato input[type='text']:focus,
section.contato input[type='text']:active,
section.contato input[type='password']:hover,
section.contato input[type='password']:focus,
section.contato input[type='password']:active,
section.contato textarea:hover,
section.contato textarea:focus,
section.contato textarea:active,
section.contato input[type='email']:hover,
section.contato input[type='email']:focus,
section.contato input[type='email']:active {
	border: none !important;
	border-bottom: 1px solid #FFF !important;
	background-color: transparent !important;
	color: #FFF;
}

section.contato .error {
	color: red;
}

section.contato .baixo {
	text-align: center;
	margin-top: 30px;
}

/* mapa */
section.mapa iframe {
	width: 100%;
	height: 400px;
}

.menu-lateral {
	text-align: center;
	position: relative;
}

.menu-lateral .titulo {
	display: inline-block;
	width: 100%;
	padding: 20px 30px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3f3f3+0,ffffff+100 */
	background: rgb(243,243,243); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(243,243,243,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(243,243,243,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	font-size: 18px;
	font-weight: 600;
	color: red;
}

.menu-lateral .titulo .fa {
	float: right;
	margin-top: 3px;
	color: #ccc;
}

.menu-lateral ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}

.menu-lateral ul li {
	position: relative;
}

.menu-lateral > ul > li > a {
	display: inline-block;
	padding: 12px 30px;
	width: 100%;
	border-top: 1px solid #F0F0F0;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: #666;

	background-color: #FFF;
	transition: all .3s;
}

.menu-lateral ul.submenu {
	margin: 0;
	border-bottom: 1px solid #CCC;
}

.menu-lateral ul.submenu > li > a {
	display: inline-block;
	padding: 10px 45px;
	width: 100%;
	border-top: 1px solid #F5F5F5;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	color: #4c4c4c;

	background-color: #FFF;
	transition: all .3s;
}

.menu-lateral ul li a:hover {
	background-color: #F5F5F5;
	color: #333;
}

.menu-lateral ul li.current > a {
	background-color: #F5F5F5;
	border-bottom: 1px solid #CCC;
	font-weight: 600;
}

.d-none-ni {
	display: none;
}

.tparrows {
	cursor: pointer;
	background: #ED2B30;
	border: 0px solid #FFF;
	box-shadow: 0 0 30px 2px rgba(0,0,0,.3);
	width: 50px;
	height: 50px;
	position: absolute;
	display: block;
	z-index: 1000;
	border-radius: 200px !important;
	transition: background .2s;
}

.tparrows:hover {
	background: #ED2B30;
}

.tp-leftarrow:hover {
	transform: matrix(1, 0, 0, 1, 30, -25) scale(1.1) !important;
}

.tp-rightarrow:hover {
	transform: matrix(1, 0, 0, 1, -80, -25) scale(1.1) !important;
}

.tparrows:hover:before {
	color: #FFF;
}

.tparrows:before {
	font-family: "revicons";
	font-size: 20px;
	color: #FFF;
	display: block;
	line-height: 50px;
	text-align: center;
}

.tp-leftarrow {
	padding-right: 4px;
}

@media (min-width: 992px) {
	.tp-leftarrow {
		padding-right: 4px;
		left: 10% !important;
	}

	.tp-rightarrow {
		left: 90% !important;
	}
}

@media(min-width: 992px) {
	.col-1-5 {
		width: 20%;
		float: left;
		position: relative;
		min-height: 1px;
		padding-right: 5px;
		padding-left: 5px;
	}
}



.sticky-top {
	top: -160px;

	transition: all .3s;
	/*background-color: #FFF;*/
	background-image: url(../img/background/1.jpg);
	background-size: cover;
	background-position: center;
	position: fixed;
	left: 0;
	width: 100%;
	height: 110px;
	box-shadow: 1px 0px 30px 2px rgba(0,0,0,.5);
}

@media (max-width: 991px) {
	.sticky-top {
		display: none !important;
	}
}

.sticky-top .logo-sticky {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 110px;
}

.sticky-top .logo-sticky img {
	height: 60px;
	margin-top: -6px;
}

.sticky-top .menu-sticky {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.sticky-top .menu-sticky nav ul {
	margin: 0;
	padding: 0;
	font-size: 0;
}

.sticky-top .menu-sticky nav > ul > li {
	display: inline-block;
	position: relative;
}

.sticky-top .menu-sticky nav ul {
	margin: 0;
	padding: 0;
	font-size: 0;
}

.sticky-top .menu-sticky nav > ul > li {
	display: inline-block;
	position: relative;
}

.sticky-top .menu-sticky a {
	font-size: 17px;
	color: #FFF;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 500;
	padding: 10px 15px;
	transition: color .0s ease, background-color .0s ease, text-shadow .0s ease, box-shadow .0s ease, border-color .0s ease;
	position: relative;
	border-radius: 0px;
	border: 3px solid transparent;
}

.sticky-top .menu-sticky a:hover,
.sticky-top .menu-sticky a:focus,
.sticky-top .menu-sticky a:active {
	background-color: transparent;
	border: 3px solid #FFF;
	border-radius: 0;
	/*box-shadow: inset 0 -20px 20px -0px rgba(0,0,0,.2);*/
	color: #FFF;
	transition: color .3s ease, background-color .3s ease, text-shadow .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.sticky-top .menu-sticky li.current a {
	background-color: #ED2B30;
	/*text-shadow: 1px 1px 4px rgba(0,0,0,1);*/
	/*box-shadow: inset 0 -20px 20px -0px rgba(0,0,0,.2);*/
	color: #FFF;
}

.interna h3 {
	line-height: 22px;
}

#header .creci {
	font-size: 15px;
	line-height: 15px;
	font-weight: 500;
	color: #FFF;
	position: absolute;
	left: 50%;
	bottom: 20px;
}

html.sticky-header-activex #header .creci {
	display: none;
}

@media (max-width: 991px) {
	#header .creci {
		left: 46%;
	}
}