

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(../img/ajax-loader.gif) 50% no-repeat
}

@font-face {
    font-family: slick;
    src: url(../fonts/slick.eot);
    src: url(../fonts/slick.eot?#iefix) format("embedded-opentype"), url(../fonts/slick.woff) format("woff"), url(../fonts/slick.ttf) format("truetype"), url(../fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    border: none
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    background: transparent;
    color: transparent;
    outline: none
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "<"
}

[dir=rtl] .slick-prev:before {
    content: ">"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: ">"
}

[dir=rtl] .slick-next:before {
    content: "<"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li,
.slick-dots li button {
    height: 20px;
    width: 20px;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.slick-custom-dots {
    list-style: none;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.slick-custom-dots button {
    background-color: transparent;
    border: none;
    color: transparent
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important
}

.btn-close--big {
    font-size: 42px
}

.btn__slider-dots {
    bottom: 0;
    left: 50%;
    padding: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute
}

.btn__slider-dots button,
.btn__slider-dots li {
    cursor: pointer;
    height: 14px;
    width: 14px
}

.btn__slider-dots button {
    background: transparent;
    border: 0;
    color: transparent;
    font-size: 0;
    display: block;
    line-height: 0;
    outline: none;
    padding: 7px;
    z-index: 3
}

.btn__slider-dots button:before {
    content: "•";
    color: #728881;
    font-family: slick;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    left: 0;
    opacity: .6;
    position: absolute;
    top: 0;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    width: 20px
}

.btn__slider-dots li {
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    position: relative
}

.btn__slider-dots .slick-active button:before {
    color: #4d4d4d;
    opacity: 0 !important
}

.btn-floor {
    background-color: transparent;
    border: none;
    cursor: pointer;
    width: 100%
}

.btn-floor:focus {
    outline: none
}

.side-nav .side-logo,
.side-nav .social-media,
.side-nav nav {
    position: absolute;
    right: -300px;
    width: 300px
}

.side-nav nav {
    top: 230px
}

.side-nav nav a {
    color: #98917d
}

.side-nav nav:first-child {
    top: 180px
}

.side-nav .side-logo img {
    width: 180px
}

.side-nav .social-media {
    text-align: center;
    top: 315px
}

.side-nav .social-media i {
    color: #98917d
}




.slider__icons {
    left: 50%;
    text-align: center;
    top: 10%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 9
}

@media screen and (min-width:768px) {
    .slider__icons {
        left: 4%;
        top: 50%;
        width: auto
    }
}

.slider__icons svg {
    cursor: pointer;
    height: 60px;
    margin: 3rem .5rem;
    width: 60px
}

@media screen and (min-width:768px) {
    .slider__icons svg {
        display: block
    }
}

.slider__icons svg.active {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3)
}

.slider__icons .active .svg-fill {
    fill: #9ec0aa
}

.slider__icons .svg-fill {
    fill: #fff
}

@media screen and (min-width:768px) {
    .test-slider .slick-list {
        height: 100% !important
    }
}

.slider-full-h .slick-list,
.slider-full-h .slick-slide,
.slider-full-h .slick-track {
    min-height: 400px;
    height: 100% !important
}


.slider-ocean-view {
    margin-bottom: 80px;
    padding-bottom: 70px
}

.slider-ocean-view .btn__slider-dots button:before {
    color: hsla(0, 0%, 100%, .6)
}

.slider-lots {
    height: 500px;
    display: none;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    position: relative;
    width: 100%
}

@media screen and (min-width:768px) {
    .slider-lots {
        display: block
    }
}

@media screen and (min-width:1155px) {
    .slider-lots {
        margin-left: -200px;
        height: 540px
    }
}

@media screen and (min-width:1290px) {
    .slider-lots {
        margin-left: -30px
    }
}

.slider-lots-mobile {
    height: 500px;
    max-width: 400px;
    width: 100%
}

@media screen and (min-width:768px) {
    .slider-lots-mobile {
        display: none
    }
}

.slider-lots-mobile .slick-list {
    padding: 0 10%
}

.slider-lots-mobile .slick-slide {
    opacity: .5
}

.slider-lots-mobile .slick-active {
    opacity: 1
}

.slider-lots-mobile .slider-lots__item {
    position: static
}

.slider-lots-mobile .slider-lots__item:after {
    display: none
}

.slider-lots__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: 430px;
    background-position: 50%;
    background-size: cover;
    width: 280px;
    padding: 2rem;
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .4s;
    transition: all .4s
}

@media screen and (min-width:675px) {
    .slider-lots__item {
        min-height: 540px;
        width: 500px
    }
}

.slider-lots__item:after {
    background-color: hsla(0, 0%, 100%, .6);
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transition: background .5s;
    transition: background .5s;
    z-index: -1;
}

.slider-lots__item p {
    border-radius: 5px;
    color: #000;
    font-size: 16px;
    line-height: 1.2;
    margin: 0 10px 20px 10px;
    text-align: center;
    /*text-shadow: -0.9px -0.9px 0 #000, 0.9px -0.9px 0 #000, -0.9px 0.9px 0 #000, 0.9px 0.9px 0 #000;*/
    background-color: #fff;
}

.slider-lots__item h4 {
    color: #fff;
    font-size: 30px;
    margin: 0 10px 20px 10px;
    position: relative;
    text-shadow: -1.2px -1.2px 0 #000, 1.2px -1.2px 0 #000, -1.2px 1.2px 0 #000, 1.2px 1.2px 0 #000;
}

.slider-lots__item.active {
    z-index: 4
}

.slider-lots__item.active:after {
    background-color: hsla(0, 0%, 100%, 0)
}

.slider-real-state img {
    height: 480px;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (max-width:901px) {
    .intro-content-bottom {
        padding-bottom: 60px
    }

    .intro-content-bottom:after {
        height: 60px
    }

    .intro-content-bottom h2 {
        font-size: 20px
    }

    .intro-content-bottom h3 {
        font-size: 15px
    }
}

.lots {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('data:image/svg+xml;utf8,    <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"	    viewBox="0 0 885.8 885.8" style="enable-background:new 0 0 885.8 885.8;" xml:space="preserve">      <style type="text/css">	      .st0{opacity:0.3;fill:none;stroke:#CDC2AC;stroke-width:2;stroke-miterlimit:10;enable-background:new    ;}      </style>      <g id="Capa_2">	      <g id="Capa_1-2">          <path class="st0" d="M884.8,442.9c0,244.1-197.8,441.9-441.9,441.9S1,687,1,442.9S198.8,1,442.9,1S884.8,198.8,884.8,442.9z M566.6,442.9c0,68.3-55.4,123.7-123.7,123.8c-68.3,0-123.7-55.4-123.8-123.7c0-68.3,55.4-123.7,123.7-123.8c0,0,0,0,0,0 C511.2,319.2,566.6,374.6,566.6,442.9C566.6,442.9,566.6,442.9,566.6,442.9z"/>        </g>      </g>    </svg>');
    background-position: 148% -100%;
    background-size: 800px;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 0 30px 30px;
}

@media screen and (min-width:1155px) {
    .lots {
        padding: 0 80px 90px 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.lots-title {
    padding: 20px 0 10px
}

@media screen and (min-width:1155px) {
    .lots-title {
        padding: 100px 0 80px
    }
}

.lots-title h2 {
    color: #c18e55;
    font-size: 22px;
    letter-spacing: 1.54px;
    line-height: 15px;
    position: relative;
    text-align: center;
    text-transform: uppercase
}

@media screen and (min-width:410px) {
    .lots-title h2 {
        padding-right: 50%;
        text-align: right
    }
}

@media screen and (min-width:500px) {
    .lots-title h2 {
        padding-right: 65%
    }
}

@media screen and (min-width:1290px) {
    .lots-title h2 {
        padding-right: 59%
    }
}

.lots-title h2:after {
    background-color: #c18e55;
    content: "";
    display: none;
    height: 2px;
    left: 60%;
    position: absolute;
    width: 100%
}

@media screen and (min-width:410px) {
    .lots-title h2:after {
        display: block
    }
}

@media screen and (min-width:500px) {
    .lots-title h2:after {
        left: 39%
    }
}

@media screen and (min-width:1290px) {
    .lots-title h2:after {
        left: 44%
    }
}

.slick-prev:before, .slick-next:before{
    color:#fff;
}

@media screen and (max-width: 600px){
    .slider-lots__item {
         min-height: 350px !important;
    }
}
@media screen and (max-width:767px){
    .slider-lots__item h4 {
        font-size: 24px;
        text-align: center;
        margin-top: 20px;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
    }
    .em .prev_ img, .em .next_ img {
        height: 30px;
        width: 15px;
        margin: 0 10px;
    }
    .slider-lots__item {
        min-height: 350px;
    }
    .slider-lots-mobile .slider-lots__item {
        position: relative;
    }
    .slider-lots-mobile {
        height: auto;
    }
    
}
@media screen and (max-width: 1600px){
    .slider-lots__item {
        min-height: 500px;
        max-height: 540px;
        max-width: 500px;
        width: 420px;
    }
    .slider-lots {
    margin-left: -200px;
    height: 500px;
}
}
@media screen and (max-width: 1300px){
    .slider-lots__item {
        min-height: 380px;
        max-height: 540px;
        max-width: 500px;
        width: 380px;
    }
    .slider-lots {
        height: 380px !important;
    }
    .em .right_img_slide img {
        margin-top: 30px;
        max-width: 500px;
    }
}

.slider_section {
    padding: 30px 0 30px 0 !important;
}

@media screen and (max-width: 1200px){
    .slider-lots__item {
        min-height: 500px;
        width: 500px;
    }
    .slider_section .w50.fl{
        float:inherit;
        width: 100%;
    }
    .em .right_img_slide {
        margin-top:40px;
    }
    .slider-lots {
        height: 500px !important;
        min-height: 500px;
    }
    .em .right_img_slide img {
        margin-top: 0px;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .em section.slider_section {
        padding: 30px 0 0 0;
    }
}

.table-lots {
    border: 2px solid #f4f4f4;
    min-width: 378px;
    padding: 20px 20px 40px 40px;
}

@media screen and (min-width: 675px) {
    .table-lots {
        margin-top: 60px;
    }
}

@media screen and (min-width: 1155px) {
    .table-lots {
        margin-top: 0;
    }
}

.table-lots__title {
    color: #7b6e66;
    font-size: 16px;
    padding-bottom: 5px;
    text-align: center;
    text-transform: uppercase
}

.table-lots__subtitle, .table-lots__title {
    border-bottom: 2px solid #f4f4f4
}

.table-lots__subtitle p {
    color: #728881;
    font-family: Locator-Bold;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0
}

.table-lots__content {
    padding: 10px 0;
    color: #4d4d4d;
    font-size: 13px;
    text-align: center
}

.table-lots__view {
    padding-top: 7px;
    text-align: center
}

.table-lots__view button {
    font-family: Locator;
    font-size: 20px;
    background-color: transparent;
    border: none;
    color: #7b6e66;
    cursor: pointer;
    position: relative;
    -webkit-transition: color .5s;
    transition: color .5s
}

.table-lots__view button:hover {
    color: #c18e55
}

.table-lots__view button:hover:after {
    background-image: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4Ij4KICA8Zz4KICAgIDxwYXRoIGQ9Im00MC40LDEyMS4zYy0wLjgsMC44LTEuOCwxLjItMi45LDEuMnMtMi4xLTAuNC0yLjktMS4yYy0xLjYtMS42LTEuNi00LjIgMC01LjhsNTEtNTEtNTEtNTFjLTEuNi0xLjYtMS42LTQuMiAwLTUuOCAxLjYtMS42IDQuMi0xLjYgNS44LDBsNTMuOSw1My45YzEuNiwxLjYgMS42LDQuMiAwLDUuOGwtNTMuOSw1My45eiIgZmlsbD0iI2MxOGU1NSIvPgogIDwvZz4KPC9zdmc+Cg==")
}

.table-lots__view button:focus {
    outline: none
}

.table-lots__row {
    cursor: pointer;
    -webkit-transition: background .5s;
    transition: background .5s
}

.table-lots__row:hover {
    background-color: rgba(177, 204, 196, .1)
}

.table-lots__row.active {
    background-color: rgba(177, 204, 196, .2)
}
