<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,400italic,300,300italic);

* {
    box-sizing: border-box;
    text-decoration: none;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

html, body {
    width: 100%;
    height: 100%;
    font-size: 100%;
    line-height: 2em;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    background: #e6e6e6;
}

header,
.content,
footer {
    width: 100%;
    height: auto;
    min-width: 1200px;
    float: left;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

strong {
    color: #351004;
    font-weight: 700;
}

a {
    outline: none;
}

.menumobi {
    display: none;
}

.fl-l {
    float: left;
}

.fl-r {
    float: right;
}

.send-to-bottom {
    position: absolute;
    bottom: 0;
}

/*---Header---*/

header {
    width: 100%;
    min-width: 1200px;
    background: #fff;
}

.main-logo {
    margin: 5px 0;
}

.main-logo,
.main-logo img {
    width: 600px;
    height: 107px;
}

/*---Contact Info Box---*/

.contact-box {
    width: 260px;
    height: 117px;
    background: #333;
    padding: 10px 15px;
    text-align: right;
    color: #fff;
    font-style: italic;
}

.contact-box p {
    width: 180px;
    float: right;
    position:relative;
}

.contact-box p:before{
    content:" ";
    position:absolute;
    width:40px;
    height:40px;
    top:50%;
    right:100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);}

#tel-number{
    font-size:1.3em;
    margin-bottom:5px;}

#address{
    font-size:1.1em;}

#tel-number:before{
    background-image:url(../img/phone-icon.png);}

#address:before{
    background-image:url(../img/location-icon.png);}

/*---Main Navigation---*/

nav{
    height:80px;
    width:100%;
    min-width: 1200px;
    background:#a33e1f;
    border-top:10px #d09c74 solid;}

nav ul{text-align:right;
    height:100%;}

nav ul li{
    height:100%;
    margin-left:0.75em;
    display:inline-block;
    font-weight:400;
    font-style:italic;}

nav ul li a{
    padding:0.8em 1em;
    font-size:1.4em;
    color:#fff;
    float: left;
}

nav ul li:hover a{
    color:#351004;}

nav ul li.active{
    position:relative;}

nav ul li.active a{
    color:#d09c74;}

nav ul li.active.down-arrow:before{
    content:"";
    position:absolute;
    width:0;
    height:0;
    top:90%;
    left:50%;
    z-index:1111;
    border-top: 0.75em solid #a33e1f;
	border-right: 1em solid transparent;
    border-left: 1em solid transparent;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);}


/*---.content--*/

#main-banner{
    width:100%;
    min-width:1200px;
    height:300px;
    background:url(../img/main-banner-bg.jpg);
    background-size: cover;
    border-bottom:10px #d09c74 solid;
    position:relative;}

/*---Slideshow---*/

#slideshow{
    width:1000px;
    height:400px;
    position:absolute;
    overflow:hidden;
    top:1em;
    left:50%;
    z-index:1111;
    background:#fff;
    border:5px #d09c74 solid;
    border-radius:25px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);}

#slideshow div{
    position:relative;}

#slideshow div img{
    height:100%;
    z-index:1;}

#slideshow div h2 {
    width: 370px;
    font-size: 32px;
    font-weight: 300;
    font-style: italic;
    text-align: right;
    line-height: 1.25em;
    position:absolute;
    color:#351004;
    right:40px;
    top:50%;
    z-index:111;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*---Description and Services--*/

.content .container {
    width: 1100px;
    background: #fff;
    position: relative;
}

.descrip-boxes {
    width: 100%;
    padding: 140px 50px 20px;
    background: #fff;
}

.services-boxes{
    width:239px;
    min-height: 436px;
    padding:15px 12px 0;
    margin-right:12px;
    float:left;
    position:relative;
}

.services-boxes:last-child{
    margin-right:0;}

.services-boxes:after{
    content:" ";
    height:200px;
    border-right:2px solid #d09c74;
    position:absolute;
    top:50%;
    right:-7px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);}

.services-boxes:last-child:after{
    border-right:none;}

.services-boxes h2{
    width:100%;
    position:absolute;
    text-align:center;
    top:10px;
    left:0;}

.services-boxes h2 a{
    width:100%;
    display: block;
    font-size: 24px;
    color:#a33e1f;
}

.services-boxes img{
    margin:55px 30px 5px;}

.services-boxes p{
    font-size:1em;
    margin-bottom:5px;}

.services-boxes a{
    font-size:1.5em;
    color:#a33e1f;}

/*---Available Housing---*/

.available-housing-box{
    width: 100%;
    background: #fff;
    padding: 50px;
    position:relative;}

.available-housing-box h2, .available-housing-box p{
    width:600px;}

.available-housing-box h2{
    font-size:1.75em;
    margin-bottom:0.5em;}

.available-housing-box h2 a{
    color:#a33e1f;}

.available-housing-box p{
    font-size:1em;
    text-indent:3em;
    margin-bottom:0.75em;}

.available-housing-box a.leer-mas{
    font-size:1.25em;
    color:#a33e1f;}

.available-housing-box a.link-propiedades{
    width:350px;
    height:200px;
    background:url(../img/house-search.jpg);
    position:absolute;
    top:70px;
    right:50px;}

.available-housing-box a.link-propiedades span{
    width:290px;
    background:#a33e1f;
    color:#fff;
    text-align: center;
    font-size:1.25em;
    padding:0.5em;
    border-radius:1.5em;
    position:absolute;
    bottom:-30px;
    left:45%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);}

.available-housing-box a.link-propiedades:hover span{
    background:#d09c74;
    color:#a33e1f;}

ul.tabs{
    width:100%;
    height:50px;
    padding:0.1em 0;
    background:#351004;
    text-align: center;
}

ul.tabs.servicios {
    padding-left:15%;
}

ul.tabs li{
    margin-right:2em;
    display:inline-block;
}

ul.tabs li a {
    width: 100%;
    font-size:1.25em;
    padding:0.25em 1.5em 0.25em;
    display:inline-block;
    color:#d09c74;
    font-style:italic;
}

ul.tabs li a.active{
    color:#fff;}

.tabs-container{
    width:1100px;
    font-size:1.1em;
    padding-bottom: 2em;
    margin:0 auto;
    background: #fff;
    position: relative;
    line-height:1.7em;}
    
.tabs-container p {
    width: 550px;
    margin:20px 50px;
}

.tabs-container.height-fix {
    min-height: 580px;
}

.contact-details {
    width: 500px;
    font-size: 1.2em;
    margin: 50px 0 0 75px;
}

.contact-details strong{
    color: #a33e1f;
}

.sub-page-banner{
    width:1100px;
    height:200px;
    position: relative;
    background-color:#351004;}

.about-us-banner{
    background-image:url(../img/house-banner.jpg);}

.contact-banner{
    background-image:url(../img/keys-banner.jpg);}

.tabs-container img{
    position: absolute;
    top: 220px;
    right: 50px;
}

.fb-page {
    display: block;position: absolute;
    top: 500px;
    right: 0;
    width: 387px;
    height: 180px;
}

/* Propiedades */
.propiedades {display:inline-flex;}
.propiedad {width:237px; margin-left:37px; margin-top:20px;margin-bottom:20px; border-right:3px solid #AF9282;}
.propiedad:last-child {border-right:none;}
.propiedad strong {display:block; margin-left:40px; font-size:1.2em}
.propiedad a {margin-left:50px; font-size:1.3em; color: grey;}
.propiedad a:hover {text-decoration:underline;}

#jot-form-script{
    position:relative;
    height:auto;
    min-height:900px;}

#jot-form-script h2 {
    width: 450px;
    font-size: 2em;
    color: #a33e1f;
    position: absolute;
    top: 50px;
    left: 75px;
}

#JotFormIFrame{
    position:absolute;
    width:60%;
    height:607px;
    top:130px;
    left:0;
    border:none;
}

#map{
    width:400px;
    height:300px;
    position:absolute;
    right:40px;
    top:270px;
    border-radius:8px;
    background:#444;
    z-index:111;}

#map-h2{
    width:400px;
    position:absolute;
    font-size:1.3em;
    color:#a33e1f;
    top:230px;
    right:40px;
    z-index:1111;}

.sub-page-banner h1, .sub-page-banner h2{
    position:absolute;
    left:50px;
    color:#fff;}

.sub-page-banner h1{
    font-size:1.75em;
    bottom:65px;
    font-weight:300;}

.sub-page-banner h2{
    font-size:2.25em;
    bottom:20px;}


/*---Footer---*/

footer .container {
    width: 1100px;
    height: 250px;
    padding: 20px 2.5%;
    border-top: 4px dotted #e6e6e6;
    margin: 0 auto;
    background: #fff;
    position: relative;
}

footer .container:after {
    content:" ";
    width:129px;
    height:125px;
    background:url(../img/yauco-realty-mini-logo.png);
    position:absolute;
    left:10px;
    bottom:10px;
}

footer .container:before {
    content: " ";
	width: 0;
	height: 0;
    position: absolute;
    right: 0;
    bottom: 0;
	border-bottom: 245px solid #a33e1f;
	border-left: 1150px solid transparent;
}

footer h1 {
    width: 500px;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.25em;
    font-style: italic;
    color: #a33e1f;
}

.facebook-button {
    width: 40px;
    height: 40px;
    border: 2px #fff solid;
    border-radius: 4px;
    position: absolute;
    top: 30px;
    right: 20px;
    background: url(../img/facebook-icon-white.png);
}

.facebook-button:hover {
    background-color: #351004;
}

.footer-directory {
    width: 130px;
    position: absolute;
    text-align: right;
    top: 50px;
    right: 80px;
}

.footer-directory a {
    color: #fff;
    font-size: 0.95em;
    font-weight: 700;
    line-height: 2em;
    display: block;
    padding-right: 8px;
}

.footer-directory a:hover {
    color: #351004;
}

.signature {
    font-size: 0.9em;
    font-weight: 300;
    color: #fff;
    position: absolute;
    left: 50%;
    bottom: 1px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.signature a{
    color: inherit;
}

.realtor-logos-cage {
    position: absolute;
    top: 25px;
    left: 48%;
}



@media screen and (max-width: 700px) { /*--- restore width to 500px ---*/

    html,
    body,
    header,
    .content,
    footer,
    #slideshow,
    .content .container,
    footer .container,
    .container,
    #main-banner,
    .tabs-container {
        height: auto;
        width: 100%;
        min-width: 100%;
        margin: 0;
        padding: 0;
        position: relative;
    }
    
    .menumobi {
        width: 100%;
        float: left;
        background: #a33e1f;
        display: block;
        cursor: pointer;
        text-align: right;
        padding: 5px 2.5% 0;
        text-transform: uppercase;
        font-weight: 700;
        color: #fff;
    }

    .menumobi img {
        width: 30px;
        margin-left: 10px;
    }

    .main-logo {
        width: 95%;
        height: auto;
        margin: 0.5em 2.5% 0;
    }
    
    .main-logo img {
        width: 100%;
        height: auto;
    }
    
    .contact-box {
        width: 100%;
        height: auto;
        padding: 5px 2.5%;
        text-align: left;
    }

    .contact-box p {
        width: 88%;
        float: right;
    }

    .contact-box p:before {
        width: 25px;
        height: 25px;
        top: 50%;
        left: -30px;
        background-size: cover;
    }

    #tel-number {
        font-size: 16px;
        margin-bottom: 2px;
    }

    #address {
        font-size: 15px;
    }

    nav {
        height: auto;
        width: 100%;
        min-width: 100%;
        display: none;
        padding: 0.2em 2.5%;
        border-top: none;
    }

    nav ul {
        width: 100%;
        height: auto;
        text-align: right;
    }

    nav ul li {
        width: 100%;
        margin: 0;
        padding: 0;
        font-size: 0.8em;
        display: block;
    }
    
    nav ul li a {
        width: 100%;
        margin: 0;
        padding: 0 0.5em 0 0;
        border-top: 1px #d09c74 solid;
    }
    
    nav ul li:hover,
    nav ul li:hover a {
        background: #351004;
        color: #d09c74;
    }
    
    nav ul li.active,
    nav ul li.active a {
        background: #d09c74;
        color: #351004;
    }
    
    nav ul li.active.down-arrow:before {
        border: none;
    }

    #main-banner {
        width:100%;
        height:auto;
        background: none;
        border-bottom: none;
        position:relative;
    }

    #slideshow {
        height:225px;
        position:relative;
        overflow:hidden;
        top:0;
        left:0;
        border:none;
        border-radius:0;
        border-bottom: 5px solid #d09c74;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    #slideshow div {
        position: relative;
    }

    #slideshow div img {
        height: 100%;
        z-index: 1;
    }

    #slideshow div h2 {
        width: 95%;
        height: auto;
        padding: 0.75em 2.5%;
        background: rgba(0,0,0,0.75);
        border-radius: 20px;
        color: #fff;
        font-size: 20px;
        text-align: center;
        line-height: 1.25em;
        position: absolute;
        right: 2.5%;
        top: 28%;
        -webkit-transform: translateX(0) translateY(-50%);
        -ms-transform: translateX(0) translateY(-50%);
        transform: translateX(0) translateY(-50%);
    }

    .descrip-boxes {
        width: 100%;
        height: auto;
        min-width: 100%;
        padding: 0 2.5%;
    }

    .services-boxes{
        width:100%;
        min-height: 200px;
        padding:0 0 10px 0;
        margin:0 0 10px 0;
        border-bottom: 2px dotted gray;
        float:left;
        position:relative;
    }

    .services-boxes:last-child {
        margin-right:0;}

    .services-boxes:after {
        display: none;
    }

    .services-boxes:last-child:after {
        border-right: none;
    }

    .services-boxes h2 {
        width: 100%;
        position: relative;
        text-align: center;
        top: 0;
        left: 0;
    }

    .services-boxes h2 a{
        width:100%;
        display: block;
        font-size: 0.8em;
        color:#a33e1f;
    }

    .services-boxes img {
        width: 120px;
        height: 120px;
        margin: 0 0 0 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .services-boxes p {
        font-size: 0.8em;
        line-height: 1.5em;
        margin-bottom: 5px;
    }

    .services-boxes a {
        font-size: 1em;
        position: relative;
        color: #a33e1f;
    }
    
    .fb-page {
        width: 95%;
        height: auto;
        min-width: 95%;
        margin: 10px 2.5%;
        float: left;
        position: relative;
        top: 0;
        right: 0;
}

    .available-housing-box {
        width: 100%;
        height: auto;
        min-width: 100%;
        background: #fff;
        padding: 0 2.5%;
        position: relative;
    }

    .available-housing-box h2,
    .available-housing-box p {
        width: 100%;
    }

    .available-housing-box h2 {
        font-size: 1em;
        margin-bottom: 5px;
    }

    .available-housing-box h2 a {
        color:#a33e1f;
    }

    .available-housing-box p {
        font-size: 0.8em;
        line-height: 1.5em;
        text-indent: 0;
        margin-bottom: 0;
    }

    .available-housing-box a.leer-mas {
        font-size: 1em;
        margin-bottom: 10px;
        color: #a33e1f;
    }

    .available-housing-box a.link-propiedades {
        width: 100%;
        height: 170px;
        background-image: url(../img/house-search.jpg);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        float: left;
        position: relative;
        top: 0;
        right: 0;
        margin-bottom: 10px;
    }

    .available-housing-box a.link-propiedades span{
        width: 82%;
        height: auto;
        text-align: center;
        font-size:1em;
        padding:0.25em;
        border-radius:1.5em;
        position:absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);}

    ul.tabs{
        height: auto;
        min-height: 30px;
        padding:0 2.5%;
        text-align: center;
    }

    ul.tabs.servicios {
        padding-left:0;
        font-size: 0.9em;
    }
    
    ul.tabs.servicios li {
        display: block;
        padding: 0;
        margin: 0;
    }

    ul.tabs li{
        margin-right: 0.2em;
        padding: 0;
        display: inline-block;
    }

    ul.tabs li a {
        width: auto;
        font-size:0.9em;
        padding:0;
    }

    ul.tabs li a.active{
        color:#fff;}

    .tabs-container{
        width: 100%;
        min-width: 100%;
        font-size:1.1em;
        padding-bottom: 10px;
        margin:0 auto;
        background: #fff;
        line-height:1.7em;}

    .tabs-container p,
    .contact-details {
        width: 95%;
        margin: 5px 2.5%;
        font-size: 0.8em;
        line-height: 1.5em;
        margin-bottom: 5px;
    }
    
    .contact-details {
        font-size: 1em;
        margin-bottom: 20px;
    }

    .contact-details strong{
        font-size: 1em;
    }

    .sub-page-banner{
        width: 100%;
        min-width: 100%;
        height: 100px;
        position: relative;
        background-color:#351004;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .about-us-banner{
        background-image:url(../img/house-banner.jpg);}

    .contact-banner{
        background-image:url(../img/keys-banner.jpg);}
    
    .sml-text {
         font-size: 0.8em;
    }

    #jot-form-script{
        width: 100%;
        min-width: 100%;
        margin: 0 0 20px;
        padding: 0;
        position: relative;
        float: left;
        height: auto;
        min-height: auto;
    }
    
    #jot-form-script h2 {
        width: 95%;
        padding: 0 2.5% 0;
        float: left;
        font-size: 1.1em;
        position: relative;
        top: 0;
        left: 0;
    }

    #JotFormIFrame {
        position:relative;
        width:100%;
        height:auto;
        float: left;
        top:0;
        left:0;
        border:none;}

    #map{
        width:95%;
        height:auto;
        min-height: 200px;
        position:relative;
        right:0;
        top:0;
        margin: 5px 2.5%;
        border-radius:8px;
        background:#444;
        z-index:111;}

    #map-h2 {
        width:100%;
        position:relative;
        font-size:1.75em;
        color:#a33e1f;
        top:0;
        right:0;
        z-index:1111;
    }

    .sub-page-banner h1,
    .sub-page-banner h2 {
        position: absolute;
        left: 2.5%;
    }

    .sub-page-banner h1{
        font-size:1em;
        bottom:40px;
        font-weight:300;}

    .sub-page-banner h2{
        font-size:1.25em;
        bottom:10px;}
    
    .tabs-container img {
        width: 95%;
        height: auto;
        min-width: 95%;
        margin: 5px 2.5%;
        position: relative;
        top: 0;
        right: 0;
        float: left;
    }

    footer .container {
        padding: 8px 2.5% 55px;
        margin: 0;
        background: #a33e1f;
        float: left;
        border: none;
        position: relative;
    }

    footer .container:after,
    footer .container:before {
        display: none;
    }

    footer h1 {
        width: 100%;
        margin-bottom: 20px;
        font-size: 18px;
        font-weight: 300;
        line-height: 1.25em;
        font-style: italic;
        color: #fff;
    }

    .facebook-button {
        width: 30px;
        height: 30px;
        border: 2px #fff solid;
        position: relative;
        float: left;
        top: 0;
        right: 0;
        background-image: url(../img/facebook-icon-white.png);
        background-size: contain;
    }

    .facebook-button:hover {
        background-color: #351004;
    }

    .footer-directory {
        width: 130px;
        position: relative;
        float: right;
        top: 0;
        right: 0;
    }

    .footer-directory a {
        color: #fff;
        font-size: 0.95em;
        display: block;
        padding-right: 8px;
    }

    .footer-directory a:hover {
        color: #fff;
    }

    .signature {
        padding: 0;
        font-size: 0.75em;
        left: 2.5%;
        bottom: 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    
    .realtor-logos-cage {
        width: 40px;
        padding: 0 5px;
        border-radius: 8px;
        background: rgba(255,255,255,0.5);
        position: absolute;
        top: 130px;
        left: 2.5%;
    }
    
    .realtor-logos-cage img {
        width: 100%;
        height: auto;
    }

} /*--- End of Mobile Stylesheet---*/</pre></body></html>