<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Crimson+Text:400,700|Lato:300,300i,700,700i&amp;display=swap');
/* CSS Document */


html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}
.what_icon {
    vertical-align: middle; 
    margin: 0 20px 0 20px;
}
.slide_home {
	width: 100%; 
	min-height: 100%;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(images/bg_home.jpg);
}
.head {
	position: absolute;
	z-index: 3;
	width: calc(100% - 150px);
	padding: 25px 75px 0 75px;
}
.bg_home {
	right: 0; 
	top: 0; 
	bottom:0; 
	left: 0; 
	position: absolute;
	z-index: 1;
	background-color:rgba(9,47,135,.5); 
	mix-blend-mode: multiply;
}
.mouse {
	position: absolute;
	z-index: 5;
	bottom: 25px;
	left: 50%;
	margin-left: -20px;
}
.wrapper {
	right: 0; 
	top: 0; 
	bottom:0; 
	left: 0; 
	text-align: center; 
	position: absolute;
	z-index: 2;
}
.content {
	width: 100%; 
	height: 100%; 
	display: table;
}

.align {
	display: table-cell; 
	vertical-align: middle;
}
.slide_about {
	width: 100%; 
	height: 550px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	background-image: url(images/bg_about.jpg);
}
.bg_about {
	width: 100%; 
	height: 100%; 
	background-color:rgba(9,47,135,.75); 
	mix-blend-mode: multiply;
}
.about_txt {
	position: absolute; 
	width: calc(100% - 150px); 
	padding: 0 75px 0 75px;  
	max-width: 600px; 
	height: 100%;
	z-index: 1;
}
.slide_service {
	width: calc(100% - 150px);
	background-position: left bottom, center center;
	background-repeat:repeat-x, no-repeat;
	background-size: 10px 750px, 100% auto;
	background-image: url(images/shadow_white.png), url(images/bg_service.jpg?v=201912090025);
	padding: 75px;
	text-align: center;
	background-attachment: scroll, fixed;
}
.slide_footer {
	width: calc(100% - 150px);
	height: 350px;
	padding: 0 75px 0 75px;
	position: relative;
	background-color: #202457;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto;
	background-image: url(images/texture.png);
	background-blend-mode: multiply;
}
.main_logo {
	width: 250px;
	height: auto;
}
/*HEADER*/
.header {
	width: calc(100% - 150px); 
	padding: 0 75px 0 75px;
	height: 50px;
	top: 0;
	left: 0;
	z-index: 10;
	position: fixed;
	display: none;
	background-color: #FFF;
}
.header_left {
	width: calc(50% - 75px);
	height: 100%;
	float: left;
	display: table;
}
.header_right {
	width: calc(50% - 75px);
	height: 100%;
	float: right;
	text-align: right;
	display: table;
}
.header_center {
	float: left;
	width: 150px;
	text-align: center;
	display: table;
	height: 100%;
}
.logo_realtor {
    width: 100px;
    height: auto
}
.logo_zillow {
    width: 250px;
    height: auto
}
.partner {
	display: inline-block;
	margin: 50px;
	opacity: .5;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  	filter: grayscale(100%);
	vertical-align: middle;
	-webkit-transition: all .25s ease-out;
  	-moz-transition: all .25s ease-out;
  	-o-transition: all .25s ease-out;
  	transition: all .25s ease-out;
}
.partner:hover {
	opacity: 1;
	transform: scale(1.1);
	-webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
  	filter: grayscale(0);
}
.footer_left {
	float: left; 
	height: 100%; 
	display: table; 
	text-align: center;
}
.footer_right {
	height: 100%; 
	text-align: left; 
	float: right;
	display: table;
}

.access {
	width: calc(33.3333% - 22px); 
	border: solid 1px #202457;
	margin-right: 30px;
	float: left;
}
.access_wrapper {
	width: 100%; 
	padding-top: 100%; 
	position: relative;
}
.access_tittle {
	position: absolute; 
	top: 0; 
	bottom: 0;
	right: 0; 
	left: 0; 
	padding: 25px; 
	text-align: center; 
	z-index: 1;
}
.access_desc {
	position: absolute; 
	top: 0;
	bottom: 0;
	right: 0;
	left: 0; 
	padding: 25px;
	text-align: center;
	background-color: #202457;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all .25s ease-out;
  	-moz-transition: all .25s ease-out;
  	-o-transition: all .25s ease-out;
  	transition: all .25s ease-out;
}

.access:hover .access_desc {
	opacity: 1;
}


/* Fonts */


.menu_btn:hover {
	color: #27c5ce;
	background-color: #FFF;
	transform: scale(1.05);
}

.menu {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:18px;
	text-decoration:none;
	display:inline-block;
	text-transform: uppercase;
	margin-right: 40px;
	font-weight: 300;
}


.credito {
	font-family:Verdana, Geneva, sans-serif;
	font-size:8px;
	color:#000;
	text-decoration:none;
	opacity:.75;
	letter-spacing:2px;
	text-transform:uppercase;
}

.t1 {
	font-family: 'Crimson Text', serif;
	font-weight:400;
	font-size:50px;
	text-decoration:none;
	line-height: 35px;
}
.t2 {
	font-family: 'Lato', sans-serif;
	font-size:36px;
	text-decoration:none;
	font-weight:300;
	line-height: 25px;
}
.t3 {
	font-family: 'Lato', sans-serif;
	font-size:20px;
	text-decoration:none;
	font-weight:300;
}
.t4 {
	font-family: 'Lato', sans-serif;
	font-size:16px;
	text-decoration:none;
	font-weight:300;
}
.t5 {
	font-family: 'Crimson Text', serif;
	font-weight:400;
	font-size:24px;
	text-decoration:none;
}

.white {
	color:#FFF;
}
.blue {
	color:#202457;
}
.grey {
	color:#666;
}

.language_white, .language_black {
	display: inline-block;
	cursor: pointer;
	font-family: 'Lato', sans-serif;
	font-size:10px;
	font-weight:700;
	letter-spacing: 5px;
	padding: 5px 5px 5px 10px;
	text-decoration: none;
	
}
.language_white {
	color: #FFF;
	border: solid #FFF 1px;
}
.language_black {
	color: #666;
	border: solid #666 1px;
}

/* Forms */
.form {
	width: calc(60% - 25px); 
	height: 100%; 
	float: right; 
	padding-top: 25px;
}
.form_desc {
	width: calc(40% - 25px); 
	float: left; 
	margin-right: 50px;
}
.form_close {
	position: absolute; 
	top: 50px; 
	right: 50px;
}
.contact {
	position: fixed; 
	z-index: 1000; 
	right: -100%; 
	top: 0; 
	width: calc(100% - 150px); 
	height: calc(100% - 150px); 
	padding: 75px; 
	background-color: rgba(32,36,87,.85);
}
.field {
	color:#FFF;
	width:calc(50% - 25px);
	margin: 10px;
	height: 30px;
	text-decoration:none;
	font-family: 'Lato', sans-serif;
	font-size:18px;
	font-weight:300;
	outline:none;
	border:none;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	background-color: transparent;
	border-bottom: 1px solid #FFF; 
	border-radius: 0;
	display: inline-block;
}

.area {
	resize:none;
	height: 150px;
	width: calc(100% - 20px);
	margin-bottom: 10px;
}

.bt_send {
	color:#202457;
	text-decoration:none;
	height:40px;
	width: calc(100% - 20px);
	margin: 10px;
	text-align:center;
	background-color:#FFF;
	display:block;
	cursor:pointer;
	font-family: 'Crimson Text', serif;
	font-size:20px;
	font-weight:700;
	border: none; 
	text-transform: uppercase;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	-webkit-transition: all .25s ease-out;
  	-moz-transition: all .25s ease-out;
  	-o-transition: all .25s ease-out;
  	transition: all .25s ease-out;
}

.bt_send:hover {
	color:#FFF;
	background-color: #202457;
}
::-webkit-input-placeholder { /* Edge */
  color: #FFF;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFF;
}

::placeholder {
  color: #FFF;
}

@media screen and (max-width: 1000px) {

.slide_about {
	height: initial;
}
.about_txt {
	position: initial; 
	width: calc(100% - 50px); 
	padding: 50px 25px 50px 25px;  
	height: initial;
    text-align: center;
}   
.slide_service {
	width: calc(100% - 50px);
	background-size: 10px 750px, cover;
	background-image: url(images/shadow_white.png), url(images/bg_service.jpg);
	padding: 50px 25px 50px 25px;  
	background-attachment: scroll;
}
.slide_footer {
	width: calc(100% - 50px);
	padding: 50px 25px 50px 25px;
    text-align: center;
    height: initial;
}
.footer_left, .footer_right {
	float: none; 
	height: initial;
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
}
.access {
	width: calc(100% - 2px);
	margin-right: 0;
	float: none;
    margin-bottom: 25px;
}
.head {
	width: calc(100% - 50px);
	padding: 25px 25px 0 25px;
}   
.header {
	width: calc(100% - 50px); 
	padding: 0 25px 0 25px;
}
.header_left, .phonenumber {
	display: none;
}
.header_right {
	width: 100%;
    text-align: left;
	float: right;
}   

 .header_center {
     position: absolute;
     z-index: 10;
     left: 50%;
     margin-left: -50px;
     float: none;
     width: 100px;
     text-align: center;
}   
.language_white, .language_black {
    float: right;
}
.main_logo {
	width: 200px;
}  
.t1 {
	font-size:32px;
	line-height: 26px;
}
.t2 {
	font-size:26px;
	line-height: 20px;
}
.t5 {
	font-size:20px;
}
.what_icon {
    margin: 0;
}
.partner {
	margin: 25px;
}
.logo_realtor {
    width: 75px;
}
.logo_zillow {
    width: 150px;
}  
.form {
	width: 100%; 
	height: initial; 
	float: none; 
}
.form_desc {
	width: 100%; 
	float: none; 
	margin-right: none;
    height: initial;
}  
.field {
	width:100%;
    margin: 5px 0 5px 0px;
	display: block;
}
.contact {
	width: calc(100% - 50px); 
	padding: 125px 25px 50px 25px;
    overflow-x: inherit !important;
}
.contact_wrapper {
    overflow-x: inherit !important;
}
.slide_home, .slide_about, .slide_footer {
	background-attachment: scroll;

}
.slide_footer {
    background-size: cover;
}

}
	</pre></body></html>