@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
4. Menu
5. Home
6. Home Search
7. About
8. Realtors
9. Newsletter
10. Footer



******************************/

/***********
1. Fonts
***********/

@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,600,700,800,900");

/*********************************
2. Body and some general stuff
*********************************/

* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
body {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 400;
	background: #ffffff;
	color: #a5a5a5;
}
div {
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ul {
	list-style: none;
	margin-bottom: 0px;
}
p {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	line-height: 2;
	font-weight: 400;
	color: #929191;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
p a:hover {
	color: #cd4646;
}
p a {
	display: inline;
	position: relative;
	color: inherit;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
p:last-of-type {
	margin-bottom: 0;
}
a,
a:hover,
a:visited,
a:active,
a:link {
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
	color: #fff;
}
p a:active {
	position: relative;
	color: #ff6347;
}
p a:hover {
	color: #cd4646;
}
p a:hover::after {
	opacity: 0.2;
}
::selection {
	background: #cd4646;
	color: #ffffff;
}
p::selection {
}
h1 {
	font-size: 48px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Montserrat", sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection {
}
.form-control {
	color: #db5246;
}
b {
	color: #cd4646;
}
section {
	display: block;
	position: relative;
	box-sizing: border-box;
}
.text-upper {
	font-size: 25px;
	margin-top: 5%;
	color: #495057;
	text-transform: uppercase;
}
.subtitle-upper {
	font-size: 18px;
	color: #2d3032;
	margin-bottom: 30px;
}
.ml-77 {
	margin-left: 77px;
}
ul.lista-interna {
	padding-left: 50px;
	margin-bottom: 25px;
}
.list-interna {
	list-style: disc;
}
.list-intern > li > a {
	color: #828282;
}
.list-intern > li > a:hover {
	color: #cd4646;
}
.clear {
	clear: both;
}
.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
}
.clearfix::after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.trans_200 {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300 {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400 {
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500 {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fill_height {
	height: 100%;
}
.super_container {
	width: 100%;
	overflow: hidden;
}
.prlx_parent {
	overflow: hidden;
}
.prlx {
	height: 130% !important;
}
.parallax-window {
	min-height: 400px;
	background: transparent;
}
.parallax_background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.nopadding {
	padding: 0px !important;
}
.button {
	width: 193px;
	height: 72px;
	background: linear-gradient(to right, #487fee, #32fa95);
	text-align: center;
	border-radius: 36px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.button:hover {
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
}
.button a {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	line-height: 72px;
}
.section_title {
	font-size: 30px;
	font-weight: 600;
	color: #cd4646;
	line-height: 1;
}
.section_footer {
	font-size: 20px;
	font-weight: 600;
	color: #cd4646;
	line-height: 1;
}
.section_subtitle {
	font-size: 14px;
	font-weight: 500;
	color: #828282;
	line-height: 0.75;
	margin-top: 15px;
}

/*********************************
3. Header
*********************************/

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 200;
	border-bottom: solid 1px transparent;
	border-image: linear-gradient(to right, #cd4646, #191d34);
	border-image-slice: 1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.header_content {
	height: 101px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
/* .logo {
	width: 110px;
} */
.main_nav {
	margin-left: 85px;
}
.main_nav ul li {
	display: inline-block;
}
.main_nav ul li:not(:last-child) {
	margin-right: 50px;
}
.main_nav ul li a {
	font-size: 16px;
	font-weight: 500;
	color: #191d34;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.main_nav ul li.active a,
.main_nav ul li a:hover {
	color: #cd4646;
}
.phone_num {
	height: 43px;
	border-radius: 22px;
	background: linear-gradient(to right, #cd4646, #191d34);
	padding: 2px;
	overflow: hidden;
}
.phone_num_inner {
	width: 100%;
	height: 100%;
	padding-left: 16px;
	padding-right: 18px;
	background: #fff;
	border-radius: 20px;
}
.phone_num span {
	font-size: 16px;
	font-weight: 500;
	color: #cd4646;
	margin-left: 11px;
	line-height: 39px;
}
.hamburger {
	display: none;
	cursor: pointer;
}
.hamburger i {
	font-size: 18px;
	color: #a52727;
	margin-right: 20px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.hamburger i:hover {
	color: #2cd983;
}

/*********************************
4. Menu
*********************************/

.menu {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: linear-gradient(to right, #520000, #ff5c5c);
	z-index: 201;
	opacity: 0;
	visibility: hidden;
}
.menu.active {
	opacity: 0.98;
	visibility: visible;
}
.menu_content {
	width: 100%;
	height: 100%;
}
.menu_item {
	position: relative;
	margin-bottom: 3px;
}
.menu_item:last-child {
	margin-bottom: 0px;
}
/* .menu_logo {
	margin-bottom: 38px;
} */
.menu_logo a img {
}
.menu_logo .logo_text,
.menu_logo .logo_sub {
	color: #ffffff;
}
.menu_item a {
	display: inline-block;
	position: relative;
	font-size: 30px;
	color: #ffffff;
	font-weight: 500;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_item a:hover {
	color: #2cd983;
}
.menu_close_container {
	position: absolute;
	top: 94px;
	right: 122px;
	width: 21px;
	height: 21px;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu_close {
	top: 9px;
	width: 21px;
	height: 3px;
	background: #ffffff;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_close::after {
	display: block;
	position: absolute;
	top: -9px;
	left: 9px;
	content: "";
	width: 3px;
	height: 21px;
	background: #ffffff;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_close_container:hover .menu_close,
.menu_close_container:hover .menu_close::after {
	background: #3f6fce;
}
.menu_phone {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 15px;
	font-size: 14px;
	color: #828282;
	font-weight: 500;
	color: #ffffff;
}
.menu_phone span {
	text-transform: uppercase;
	font-weight: 600;
}

/*********************************
5. Home
*********************************/

.home {
	width: 100%;
	height: 150px;
	margin-top: 100px;
}
.home_container {
	position: absolute;
	left: 0;
	top: 2px;
	width: 100%;
}
@media(min-width: 992px){
	.home_container{
		position: relative;
		top: 64px;
	}
}
.home_title {
	font-size: 30px;
	font-weight: 600;
	color: #2d3032;
	line-height: 0.75;
}
.breadcrumbs ul {
	line-height: 0.75;
}
.breadcrumbs ul li {
	display: inline-block;
	position: relative;
	font-size: 12px;
	font-weight: 500;
	color: #2d3032;
	line-height: 0.75;
}
.breadcrumbs ul li:not(:last-child)::after {
	display: inline-block;
	content: "/";
	margin-left: 3px;
	margin-right: 3px;
}
.breadcrumbs ul li a {
	font-size: 12px;
	font-weight: 500;
	color: #cd4646;
	line-height: 0.75;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.breadcrumbs ul li a:hover {
	color: #cd4646;
}

/*********************************
6. Home Search
*********************************/

.home_search {
	width: 100%;
	z-index: 100;
	background: #ffffff;
}
.home_search_container {
	position: absolute;
	top: -112px;
	left: 15px;
	width: calc(100% - 30px);
	height: 90px;
	border-radius: 45px;
	padding: 10px;
	background: rgba(255, 255, 255, 0.33);
}
.home_search_content {
	width: 100%;
	height: 100%;
	background: #ffffff;
	border-radius: 35px;
}
.search_form {
	position: relative;
	height: 100%;
}
.search_form_content {
	width: 100%;
	height: 100%;
	padding-left: 14px;
	padding-right: 11px;
}
.search_form_content > div {
	width: 20%;
	height: 100%;
	padding-left: 18px;
	padding-right: 2px;
}
.search_form_content > div:not(:last-child) {
	border-right: solid 2px #d1d1d1;
}
.search_form_select {
	display: block;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	background-image: url(../images/down.png);
	background-position: center right;
	background-repeat: no-repeat;
	border: none;
	outline: none;
	font-size: 13px;
	font-weight: 400;
	color: #6b6b6b;
	cursor: pointer;
}
.search_form_button {
	width: 193px;
	height: 100%;
	border-radius: 35px;
	border: none;
	outline: none;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	background: linear-gradient(to right, #487fee, #32fa95);
}

/*********************************
7. About
*********************************/

.about {
	width: 100%;
	background: #ffffff;
	padding-top: 91px;
	padding-bottom: 35px;
}
.about_content {
	padding-top: 16px;
	padding-right: 10px;
}
.about_text {
	margin-top: 55px;
}
.about_image {
	width: 100%;
}
.about_image img {
	max-width: 100%;
}
.milestones_row {
	margin-top: 91px;
}
.milestone {
	width: 100%;
}
.milestone_icon {
	display: inline-block;
	height: 74px;
	width: 73px;
}
.milestone_icon img {
	max-width: 100%;
}
.milestone_content {
	padding-left: 22px;
}
.milestone_counter {
	font-size: 30px;
	font-weight: 500;
	color: #282828;
	line-height: 0.75;
}
.milestone_text {
	font-size: 18px;
	font-weight: 500;
	color: #828282;
	margin-top: 12px;
	line-height: 1.2;
}

/*********************************
8. Realtors
*********************************/

.realtors {
	width: 100%;
	background: #f0f2f7;
	padding-top: 105px;
	padding-bottom: 74px;
}
.realtors_row {
	margin-top: 63px;
}
.realtor {
	width: 100%;
	background: #ffffff;
	z-index: 2;
	margin-bottom: 58px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.realtor_outer:hover .realtor {
	box-shadow: 0px 13px 27px rgba(0, 0, 0, 0.28);
}
.realtor_image {
	width: 100%;
}
.realtor_image img {
	max-width: 100%;
}
.realtor_body {
	padding-top: 23px;
	padding-bottom: 41px;
	text-align: center;
}
.realtor_title {
	font-size: 18px;
	font-weight: 600;
	color: #282828;
}
.realtor_subtitle {
	font-size: 14px;
	font-weight: 400;
	color: #828282;
	margin-top: -1px;
}
.realtor_link {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -29px;
	width: 46px;
	height: 57px;
	background: linear-gradient(to right, #c7ccd7, #c7ccd7);
	border-radius: 23px;
	text-align: center;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.realtor_link a {
	display: block;
	line-height: 57px;
	font-size: 30px;
	font-weight: 400;
	color: #ffffff;
}
.realtor_link_background_container {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100px;
	z-index: 1;
}
.realtor_link_background_container > div {
	width: 100%;
	height: 100%;
}
.realtor_link_background {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -29px;
	width: 46px;
	height: 57px;
	background: #c7ccd7;
	border-radius: 23px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.realtor_outer:hover .realtor_link_background {
	box-shadow: 0px 20px 21px rgba(0, 0, 0, 0.25);
}
.realtor_outer:hover .realtor_link {
	background: linear-gradient(to right, #487fee, #32fa95);
}

/*********************************
9. Newsletter
*********************************/

.newsletter {
	width: 100%;
	padding-top: 107px;
	padding-bottom: 105px;
}
.newsletter_title {
	font-size: 30px;
	font-weight: 600;
	color: #ffffff;
	line-height: 0.75;
	white-space: nowrap;
}
.newsletter_subtitle {
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	line-height: 0.75;
	margin-top: 15px;
}
.newsletter_content {
}
.newsletter_form_container {
	margin-left: 30px;
	width: 100%;
}
.newsletter_form {
	display: block;
	position: relative;
	width: 100%;
}
.newsletter_input {
	width: 100%;
	height: 72px;
	border-radius: 36px;
	background: #ffffff;
	border: none;
	outline: none;
	padding-left: 45px;
}
.newsletter_input::-webkit-input-placeholder {
	font-size: 11px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #828282 !important;
}
.newsletter_input:-moz-placeholder {
	font-size: 11px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #828282 !important;
}
.newsletter_input::-moz-placeholder {
	font-size: 11px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #828282 !important;
}
.newsletter_input:-ms-input-placeholder {
	font-size: 11px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #828282 !important;
}
.newsletter_input::input-placeholder {
	font-size: 11px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #828282 !important;
}
.newsletter_button {
	position: absolute;
	top: 0;
	right: 0;
	width: 193px;
	height: 72px;
	color: #ffffff;
	border-radius: 36px;
	border: none;
	outline: none;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	text-transform: uppercase;
	background: linear-gradient(to right, #487fee, #32fa95);
}
.newsletter_button:active {
	outline: none;
	border: none;
}

/*********************************
10. Footer
*********************************/

.footer {
	width: 100%;
}
.footer_main {
	width: 100%;
	background: #222425;
	padding-top: 80px;
	padding-bottom: 72px;
}
.footer_about_text {
	font-size: 12px;
	font-weight: 500;
	font-style: italic;
	color: #ffffff;
	margin-top: 39px;
}
.footer_title {
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
}
.footer_latest {
	padding-top: 40px;
}
.footer_latest_image {
	width: 86px;
	height: 86px;
}
.footer_latest_image img {
	max-width: 100%;
}
.footer_latest_content {
	padding-left: 17px;
}
.footer_latest_location {
	font-size: 11px;
	font-weight: 400;
	color: #ffffff;
	line-height: 0.75;
}
.footer_latest_name {
	margin-top: 8px;
}
.footer_latest_name a {
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_latest_name a:hover {
	color: #32f996;
}
.footer_latest_price {
	font-size: 14px;
	font-weight: 600;
	color: #32f996;
	margin-top: 7px;
}
.footer_bar {
	width: 100%;
	background: #ffffff;
}
.footer_bar_content {
	height: 97px;
}
.cr {
	font-size: 14px;
	font-weight: 500;
	color: #828282;
}
.footer_nav {
	margin-left: 130px;
}
.footer_nav ul li {
	display: inline-block;
}
.footer_nav ul li:not(:last-child) {
	margin-right: 47px;
}
.footer_nav ul li a {
	font-size: 14px;
	font-weight: 500;
	color: #828282;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_nav ul li a:hover {
	color: #cd4646;
}
.footer_phone {
	font-size: 14px;
	color: #828282;
	font-weight: 500;
}
.footer_phone span {
	text-transform: uppercase;
	font-weight: 600;
}
.para-footer {
	color: #cd4646;
	text-align: center;
}
.a-item{
	color: black !important;
}
