

@font-face {font-family: "Ogg Roman";
    src: url("2596224269750e00c3ad5356299a3b9f.eot"); /* IE9*/
    src: url("2596224269750e00c3ad5356299a3b9f.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("2596224269750e00c3ad5356299a3b9f.woff2") format("woff2"), /* chrome、firefox */
    url("2596224269750e00c3ad5356299a3b9f.woff") format("woff"), /* chrome、firefox */
    url("2596224269750e00c3ad5356299a3b9f.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("2596224269750e00c3ad5356299a3b9f.svg#Ogg Roman") format("svg"); /* iOS 4.1- */
  }
  
  @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');
  
.btn-sahai{
    background:#0c0b09!important;
    color:#f5f2e4;
}

.btn-sahai:hover {
    color: #f5f2e4;
    background-color: #ce8c07;
    
}

.caption-ficha {
    bottom: auto!important;
    position: absolute;
    width: 100%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #f5f2e4;
    text-align: center;
    top: 0;
    bottom: auto;
    background-color: rgb(58 62 64 / 70%)
}
.w-35 {
    width: 35%
}
.w-40 {
    width: 40%
}
.text-gris {
    color: #E9EAEF
}
.border-gold {
    border-color: #ABAEB5
}
.bg-gris {
    background: #ABAEB5
}
body {
    font-family: 'Montserrat', sans-serif!important;
    -webkit-font-smoothing: antialiased;
     /* -webkit-text-stroke-width: .2px; */ 
    background: #E9EAEF;
    color: #1D1D1B
}
a {
    color: #1D1D1B;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif!important;
    -webkit-font-smoothing: antialiased;
    /* -webkit-text-stroke-width: .2px; */
}
a:hover {
    color: #5A5D62;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif!important;
    -webkit-font-smoothing: antialiased;
    /* -webkit-text-stroke-width: .2px; */
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif!important;
    -webkit-font-smoothing: antialiased;
    /* -webkit-text-stroke-width: .2px; */
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #1a1814
}
#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #1a1814;
    border-top-color: #ABAEB5;
    border-bottom-color: #ABAEB5;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite
}
@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}
@keyframes animate-preloader {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    width: 44px;
    height: 44px;
    border-radius: 50px;
    transition: all 0.4s;
    border: 2px solid #ABAEB5
}
.back-to-top i {
    font-size: 28px;
    color: #ABAEB5;
    line-height: 0
}
.back-to-top:hover {
    background: #ABAEB5;
    color: #1a1814
}
.back-to-top:hover i {
    color: #444
}
.back-to-top.active {
    visibility: visible;
    opacity: 1
}
@media screen and (max-width:768px) {
    [data-aos-delay] {
        transition-delay: 0!important
    }
}
#topbar {
    height: 40px;
    font-size: 14px;
    transition: all 0.5s;
    z-index: 996
}
#topbar.topbar-scrolled {
    top: -40px
}
#topbar .contact-info i {
    font-style: normal;
    color: #ABAEB5
}
#topbar .contact-info i span {
    padding-left: 5px;
    color: #E9EAEF
}
#topbar .languages ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    color: #ABAEB5
}
#topbar .languages ul a {
    color: #E9EAEF
}
#topbar .languages ul li+li {
    padding-left: 10px
}
#topbar .languages ul li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: rgba(255, 255, 255, .5);
    content: "/"
}
#header {
    background: rgb(12, 11, 9);
    border-bottom: 1px solid rgba(12, 11, 9);
    transition: all 0.5s;
    z-index: 997;
    padding: 15px 0
}
#header.header-scrolled {
    top: 0;
    background: rgba(0, 0, 0, .85);
    border-bottom: 1px solid #37332a
}
#header .logo {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif!important;
    -webkit-font-smoothing: antialiased;
    /* -webkit-text-stroke-width: .2px; */
}
#header .logo a {
    color: #E9EAEF
}
#header .logo img {
    max-height: 40px
}
.book-a-table-btn {
    margin: 0 0 0 15px;
    border: 2px solid #ABAEB5;
    color: #E9EAEF;
    border-radius: 50px;
    padding: 8px 25px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: 0.3s
}
.book-a-table-btn:hover {
    background: #ABAEB5;
    color: #E9EAEF
}
@media (max-width:992px) {
    .book-a-table-btn {
        margin: 0 15px 0 0;
        padding: 8px 20px
    }
}
.navbar {
    padding: 0
}
.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center
}
.navbar li {
    position: relative
}
.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    color: #E9EAEF;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px
}
.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #ABAEB5
}
.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #E9EAEF;
    box-shadow: 0 0 30px rgba(127, 137, 161, .25);
    transition: 0.3s;
    border-radius: 4px
}
.navbar .dropdown ul li {
    min-width: 200px
}
.navbar .dropdown ul a {
    padding: 10px 20px;
    color: #444
}
.navbar .dropdown ul a i {
    font-size: 12px
}
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: #ABAEB5
}
.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible
}
.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden
}
.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible
}
@media (max-width:1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%
    }
    .navbar .dropdown .dropdown:hover>ul {
        left: -100%
    }
}
.mobile-nav-toggle {
    color: #E9EAEF;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s
}
@media (max-width:991px) {
    .mobile-nav-toggle {
        display: block
    }
    .navbar ul {
        display: none
    }
}
.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .9);
    transition: 0.3s;
    z-index: 999
}
.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px
}
.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 6px;
    background-color: #E9EAEF;
    overflow-y: auto;
    transition: 0.3s
}
.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #1a1814
}
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #ABAEB5
}
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px
}
.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #E9EAEF;
    box-shadow: 0 0 30px rgba(127, 137, 161, .25)
}
.navbar-mobile .dropdown ul li {
    min-width: 200px
}
.navbar-mobile .dropdown ul a {
    padding: 10px 20px
}
.navbar-mobile .dropdown ul a i {
    font-size: 12px
}
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #ABAEB5
}
.navbar-mobile .dropdown>.dropdown-active {
    display: block
}
.hero {
    width: 100%;
    height: 100vh;
    background: url(../img/hero-bg-v2.jpg) top center no-repeat;
    background-size: cover
}
#hero:before {
    content: "";
    background: rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0
}
.hero h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    color: #51534a;
    font-family: 'Montserrat', sans-serif!important;
    -webkit-font-smoothing: antialiased;
    /* -webkit-text-stroke-width: .2px; */
}
.hero h2 {
    color: #E9EAEF;
    margin: 15px 0 0 0;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif!important;
    -webkit-font-smoothing: antialiased;
    /* -webkit-text-stroke-width: .2px; */
}
.hero p {
    color: #E9EAEF;
    margin: 15px 0 0 0;
    /* font-size: 18px; */
    font-family: 'Montserrat', sans-serif!important;
    -webkit-font-smoothing: antialiased;
    /* -webkit-text-stroke-width: .2px; */
}
.hero a {
    color: #E9EAEF;
    margin: 15px 0 0 0;
    /* font-size: 18px; */
    font-family: 'Montserrat', sans-serif!important;
    -webkit-font-smoothing: antialiased;
    /* -webkit-text-stroke-width: .2px; */
}
.hero a:hover {
    color: #E9EAEF;
    margin: 15px 0 0 0;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif!important;
    -webkit-font-smoothing: antialiased;
    /* -webkit-text-stroke-width: .2px; */
}
.hero .btn-get-started {
    margin-top: 30px;
    line-height: 0;
    padding: 15px 40px;
    border-radius: 4px;
    transition: 0.5s;
    color: #E9EAEF;
    background: #51534a;
    box-shadow: 0 5px 30px rgba(65, 84, 241, .4)
}
.hero .btn-get-started span {
    font-family: 'Montserrat', sans-serif!important;
    -webkit-font-smoothing: antialiased;
    /* -webkit-text-stroke-width: .2px; */
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px
}
.hero .btn-get-started i {
    margin-left: 5px;
    font-size: 18px;
    transition: 0.3s
}
.hero .btn-get-started:hover i {
    transform: translateX(5px)
}
.hero .hero-img {
    text-align: right
}
@media (min-width:1024px) {
    .hero {
        background-attachment: fixed
    }
}
@media (max-width:991px) {
    .hero {
        /* height: auto; */
        padding: 120px 0 60px 0
    }
    .hero .hero-img {
        text-align: center;
        margin-top: 80px
    }
    .hero .hero-img img {
        width: 80%
    }
}
@media (max-width:768px) {
    .hero {
        text-align: center
    }
    .hero h1 {
        font-size: 32px
    }
    .hero h2 {
        font-size: 24px
    }
    .hero .hero-img img {
        width: 100%
    }
}
section {
    padding: 35px 0;
    overflow: hidden
}
.section-bg {
    background-color: #1a1814
}
.section-title {
    padding-bottom: 40px
}
.section-title h2 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #aaa;
    font-family: 'Montserrat', sans-serif!important;
    -webkit-font-smoothing: antialiased;
    /* -webkit-text-stroke-width: .2px; */
}
.section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: rgba(255, 255, 255, .2);
    margin: 4px 10px
}
.section-title p {
    margin: 0;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif!important;
    -webkit-font-smoothing: antialiased;
    /* -webkit-text-stroke-width: .2px; */
    color: #ABAEB5
}
.breadcrumbs {
    padding: 15px 0;
    background: #1d1b16;
    margin-top: 110px
}
@media (max-width:992px) {
    .breadcrumbs {
        margin-top: 98px
    }
}
.breadcrumbs h2 {
    font-size: 26px;
    font-weight: 300
}
.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px
}
.breadcrumbs ol li+li {
    padding-left: 10px
}
.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #37332a;
    content: "/"
}
@media (max-width:768px) {
    .breadcrumbs .d-flex {
        display: block!important
    }
    .breadcrumbs ol {
        display: block
    }
    .breadcrumbs ol li {
        display: inline-block
    }
}
.ventas {
    background-color: #5A5D62;
    background-image: url(../img/textura\ gris\ claro.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover
}
.about {
    background-color: #5A5D62;
    background-image: url(../img/textura\ gris\ claro.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover
}
#Acordion {
    background-color: #5A5D62
}
.accordion {
    width: 100%;
    height: 700px;
    overflow: hidden
}
.accordion ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0
}
.accordion ul li {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    width: 16.666%;
    height: 700px;
    background-repeat: no-repeat;
    background-position: left bottom;
    transition: all 500ms ease
}
.accordion ul li div {
    display: block;
    overflow: hidden;
    width: 100%
}
.accordion ul li div a {
    display: block;
    height: 700px;
    width: 100%;
    position: relative;
    z-index: 3;
    padding: 15px 20px;
    box-sizing: border-box;
    color: #E9EAEF;
    text-decoration: none;
    font-family: Open Sans, sans-serif;
    transition: all 200ms ease
}
.accordion ul li div a * {
    opacity: 0;
    margin: 0;
    width: 100%;
    text-overflow: ellipsis;
    position: relative;
    z-index: 5;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease
}
.accordion ul li div a h2 {
    font-family: Montserrat, sans-serif;
    text-overflow: clip;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 2px;
    top: 160px
}
.accordion ul li div a p {
    top: 160px;
    font-size: 13.5px
}
.accordion ul li:nth-child(1) {
    cursor: pointer;
    background-image: url("../img/AccordionSlider/Avance\ de\ obra-v2.jpg")
}
.accordion ul li:nth-child(2) {
    cursor: pointer;
    background-image: url("../img/AccordionSlider/Fractional\ 61-v2.jpg")
}
.accordion ul li:nth-child(3) {
    cursor: pointer;
    background-image: url("../img/AccordionSlider/Freactional\ 59-v2.jpg")
}
.accordion ul li:nth-child(4) {
    cursor: pointer;
    background-image: url("../img/AccordionSlider/Fractional\ Ambas\ 52-v3.jpg")
}
.accordion ul:hover li {
    width: 8%
}
.accordion ul:hover li:hover {
    width: 60%
}
.accordion ul:hover li:hover a {
    background: rgba(0, 0, 0, .4)
}
.accordion ul:hover li:hover a * {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}
#TimeLine {
    background: url(../img/pasillo.jpg) bottom;
    background-size: cover;
    position: relative;
    padding: 0
}
#TimeLine:before {
    content: "";
    background: rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0
}
.why-us {
    background: #E9EAEF
}
.why-us .box {
    padding: 50px 30px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
    transition: all ease-in-out 0.3s;
    background: #1a1814
}
.why-us .box span {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #ABAEB5
}
.why-us .box h4 {
    font-size: 24px;
    font-weight: 600;
    padding: 0;
    margin: 20px 0;
    color: rgba(255, 255, 255, .8)
}
.why-us .box p {
    color: #aaa;
    font-size: 15px;
    margin: 0;
    padding: 0
}
.why-us .box:hover {
    background: #ABAEB5;
    padding: 30px 30px 70px 30px;
    box-shadow: 10px 15px 30px rgba(0, 0, 0, .18)
}
.why-us .box:hover span,
.why-us .box:hover h4,
.why-us .box:hover p {
    color: #E9EAEF
}
.multimedia {
    background: #1d1d1b
}
.responsiveContent {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.2%;
    margin-bottom: 20px
}
.responsiveContent iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.Linea-Izquierda {
    background-color: #d5d5d5;
    height: 2px;
    margin-right: 0%;
    width: 47%;
    position: absolute;
    margin-top: 30px
}
.Linea-Derecha {
    background-color: #d5d5d5;
    height: 2px;
    margin-left: 53%;
    width: 47%;
    position: absolute;
    margin-top: 30px
}
.MasterPlan {
    overflow: hidden
}
g path,
g polygon,
g polyline,
g rect {
    fill: rgb(175 187 146 / .5)!important;
    cursor: pointer;
    stroke: transparent!important
}
g path:hover,
g polygon:hover,
g polyline:hover,
g rect:hover {
    fill: rgb(50, 205, 50, .5)!important;
    stroke: green!important
}
g path[data-status="vBCasa"],
g polygon[data-status="vBCasa"],
g polyline[data-status="vBCasa"],
g rect[data-status="vBCasa"] {
    fill: transparent!important;
    cursor: default;
    stroke: transparent!important
}
g path[data-type="vCasa"],
g polygon[data-type="vCasa"],
g polyline[data-type="vCasa"],
g rect[data-type="vCasa"] {
    fill: #000!important;
    cursor: pointer;
    stroke: transparent!important
}
g path[data-type="vCasa"]:hover,
g polygon[data-type="vCasa"]:hover,
g polyline[data-type="vCasa"]:hover,
g rect[data-type="vCasa"]:hover {
    fill: #000!important;
    stroke: transparent!important
}
.svgMapa {
    position: absolute;
    left: 0;
    top: 0
}
[data-status="sold"],
[data-status="sold"]:hover {
    cursor: default
}
[data-status="sold"],
[data-status="sold"]:hover {
    fill: rgb(232 83 83 / 0%)!important;
    stroke: rgb(148 77 77 / 0%)!important
}
[data-status="stage2"],
[data-status="stage2"]:hover {
    cursor: pointer
}
g path[data-status="stage2"],
g polygon[data-status="stage2"],
g polyline[data-status="stage2"],
g rect[data-status="stage2"] {
    cursor: default;
    fill: rgb(35 176 230 / 62%)!important;
    stroke: rgb(0, 0, 0)!important
}
[data-status="stage2"],
[data-status="stage2"]:hover {
    fill: rgb(130 146 70 / 67%)!important;
    stroke: rgb(0, 0, 0)!important
}
[data-status="particular"],
[data-status="particular"]:hover {
    cursor: pointer
}
g path[data-status="particular"],
g polygon[data-status="particular"],
g polyline[data-status="particular"],
g rect[data-status="particular"] {
    cursor: default;
    fill: rgba(128, 128, 0, .493)!important;
    stroke: rgb(25 30 37 / 65%)!important
}
[data-status="particular"],
[data-status="particular"]:hover {
    fill: rgb(220 199 183 / 70%)!important;
    stroke: rgb(0, 0, 0)!important
}
[data-status="stageA"],
[data-status="stageA"]:hover {
    cursor: pointer
}
g path[data-status="stageA"],
g polygon[data-status="stageA"],
g polyline[data-status="stageA"],
g rect[data-status="stageA"] {
    cursor: default;
    fill: rgba(104, 96, 88, .5)!important;
    stroke: rgb(25 30 37 / 70%)!important
}
[data-status="stageA"],
[data-status="stageA"]:hover {
    fill: rgb(220 199 183 / 70%)!important;
    stroke: rgb(0, 0, 0)!important
}
[data-status="stageAPlus"],
[data-status="stageAPlus"]:hover {
    cursor: pointer
}
g path[data-status="stageAPlus"],
g polygon[data-status="stageAPlus"],
g polyline[data-status="stageAPlus"],
g rect[data-status="stageAPlus"] {
    cursor: default;
    fill: rgba(128, 128, 128, .5)!important;
    stroke: rgb(25 30 37 / 70%)!important
}
[data-status="stageAPlus"],
[data-status="stageAPlus"]:hover {
    fill: rgb(220 199 183 / 70%)!important;
    stroke: rgb(0, 0, 0)!important
}
[data-status="stageB"],
[data-status="stageB"]:hover {
    cursor: pointer
}
g path[data-status="stageB"],
g polygon[data-status="stageB"],
g polyline[data-status="stageB"],
g rect[data-status="stageB"] {
    cursor: default;
    fill: rgba(81, 83, 84, .7)!important;
    stroke: rgb(25 30 37 / 65%)!important
}
[data-status="stageB"],
[data-status="stageB"]:hover {
    fill: rgb(220 199 183 / 70%)!important;
    stroke: rgb(0, 0, 0)!important
}
[data-status="stageC"],
[data-status="stageC"]:hover {
    cursor: pointer
}
g path[data-status="stageC"],
g polygon[data-status="stageC"],
g polyline[data-status="stageC"],
g rect[data-status="stageC"] {
    cursor: default;
    fill: rgba(120, 85, 83, .7)!important;
    stroke: rgb(25 30 37 / 65%)!important
}
[data-status="stageC"],
[data-status="stageC"]:hover {
    fill: rgb(220 199 183 / 70%)!important;
    stroke: rgb(0, 0, 0)!important
}
g path[data-status="stageFractional"],
g polygon[data-status="stageFractional"],
g polyline[data-status="stageFractional"],
g rect[data-status="stageFractional"] {
    cursor: default;
    fill: rgb(203 154 12 / 70%)!important;
    stroke: rgb(25 30 37 / 65%)!important
}
[data-status="stageFractional"],
[data-status="stageFractional"]:hover {
    fill: rgb(220 199 183 / 70%)!important;
    stroke: rgb(0, 0, 0)!important
}
[data-status="stageFractional"],
[data-status="stageFractional"]:hover {
    cursor: pointer
}
g path[data-status="stageO"],
g polygon[data-status="stageO"],
g polyline[data-status="stageO"],
g rect[data-status="stageO"] {
    cursor: default;
    fill: rgb(186 56 183 / 58%)!important;
    stroke: rgb(25 30 37 / 70%)!important
}
[data-status="stageO"],
[data-status="stageO"]:hover {
    fill: rgb(220 199 183 / 70%)!important;
    stroke: rgb(0, 0, 0)!important
}
[data-status="stageO"],
[data-status="stageO"]:hover {
    cursor: pointer
}
g path[data-status="stageZ"],
g polygon[data-status="stageZ"],
g polyline[data-status="stageZ"],
g rect[data-status="stageZ"] {
    cursor: default;
    fill: rgb(35 176 230 / 72%)!important;
    stroke: rgb(25 30 37 / 70%)!important
}
[data-status="stageZ"],
[data-status="stageZ"]:hover {
    fill: rgb(220 199 183 / 70%)!important;
    stroke: rgb(0, 0, 0)!important
}
[data-status="stageZ"],
[data-status="stageZ"]:hover {
    cursor: pointer
}
[data-status="selected"],
[data-status="selected"]:hover {
    cursor: default
}
[data-status="selected"],
[data-status="selected"]:hover {
    fill: rgb(13 110 255 / 52%)!important;
    stroke: rgb(13 14 13 / 60%)!important
}
[data-status="active"],
[data-status="active"]:hover {
    fill: rgb(50, 205, 50, .5)!important;
    stroke: green!important
}
.events {
    background: #E9EAEF
}
.events::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}
.events .section-title h2 {
    color: #E9EAEF
}
.events .container {
    position: relative
}
@media (min-width:1024px) {
    .events {
        background-attachment: fixed
    }
}
.events .events-carousel {
    background: rgba(255, 255, 255, .08);
    padding: 30px
}
.events .event-item {
    color: #E9EAEF
}
.events .event-item h3 {
    font-weight: 600;
    font-size: 26px;
    color: #ABAEB5
}
.events .event-item .price {
    font-size: 26px;
    font-family: 'Montserrat', sans-serif!important;
    -webkit-font-smoothing: antialiased;
    /* -webkit-text-stroke-width: .2px; */
    font-weight: 700;
    margin-bottom: 15px
}
.events .event-item .price span {
    border-bottom: 2px solid #ABAEB5
}
.events .event-item ul {
    list-style: none;
    padding: 0
}
.events .event-item ul li {
    padding-bottom: 10px
}
.events .event-item ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #ABAEB5
}
.events .event-item p:last-child {
    margin-bottom: 0
}
.events .swiper-pagination {
    margin-top: 30px;
    position: relative
}
.events .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgba(0, 0, 0, .4);
    opacity: 1
}
.events .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ABAEB5
}
.book-a-table .php-email-form {
    width: 100%
}
.book-a-table .php-email-form .form-group {
    padding-bottom: 8px
}
.book-a-table .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px
}
.book-a-table .php-email-form .error-message {
    display: none;
    color: #E9EAEF;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600
}
.book-a-table .php-email-form .error-message br+br {
    margin-top: 25px
}
.book-a-table .php-email-form .sent-message {
    display: none;
    color: #E9EAEF;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600
}
.book-a-table .php-email-form .loading {
    display: none;
    text-align: center;
    padding: 15px
}
.book-a-table .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #ABAEB5;
    border-top-color: #1a1814;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite
}
.book-a-table .php-email-form input,
.book-a-table .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    background: #1D1D1B;
    border-color: #625b4b;
    color: #E9EAEF
}
.book-a-table .php-email-form input::-moz-placeholder,
.book-a-table .php-email-form textarea::-moz-placeholder {
    color: #1D1D1B
}
.book-a-table .php-email-form input::placeholder,
.book-a-table .php-email-form textarea::placeholder {
    color: #1D1D1B
}
.book-a-table .php-email-form input:focus,
.book-a-table .php-email-form textarea:focus {
    border-color: #ABAEB5
}
.book-a-table .php-email-form input {
    height: 44px
}
.book-a-table .php-email-form textarea {
    padding: 10px 12px
}
.book-a-table .php-email-form button[type=submit] {
    background: #ABAEB5;
    border: 0;
    padding: 10px 35px;
    color: #E9EAEF;
    transition: 0.4s;
    border-radius: 50px
}
.book-a-table .php-email-form button[type=submit]:hover {
    background: #d3af71
}
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
    overflow: hidden
}
.testimonials .testimonial-item {
    box-sizing: content-box;
    min-height: 320px
}
.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50%;
    margin: -40px 0 0 40px;
    position: relative;
    z-index: 2;
    border: 6px solid rgba(255, 255, 255, .2)
}
.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 5px 45px;
    color: #E9EAEF
}
.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
    margin: 0 0 0 45px
}
.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: #d3af71;
    font-size: 26px
}
.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative
}
.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px
}
.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 15px 0 15px;
    padding: 20px 20px 60px 20px;
    background: #26231d;
    position: relative;
    border-radius: 6px;
    position: relative;
    z-index: 1
}
.testimonials .swiper-pagination {
    margin-top: 30px;
    position: relative
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, .4);
    opacity: 1
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ABAEB5
}
.gallery {
    background: #353232;
    color: #27305c
}
.gallery .gallery-item {
    overflow: hidden;
    border-right: 3px solid #454035;
    border-bottom: 3px solid #454035
}
.gallery .gallery-item img {
    transition: all ease-in-out 0.4s
}
.gallery .gallery-item:hover img {
    transform: scale(1.1)
}
.chefs .member {
    text-align: center;
    margin-bottom: 20px;
    background: #343a40;
    position: relative;
    overflow: hidden
}
.chefs .member .member-info {
    opacity: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.2s
}
.chefs .member .member-info-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    transition: bottom 0.4s
}
.chefs .member .member-info-content h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
    color: #E9EAEF
}
.chefs .member .member-info-content span {
    font-style: italic;
    display: block;
    font-size: 13px;
    color: #E9EAEF
}
.chefs .member .social {
    position: absolute;
    left: 0;
    bottom: -38px;
    right: 0;
    height: 48px;
    transition: bottom ease-in-out 0.4s;
    text-align: center
}
.chefs .member .social a {
    transition: color 0.3s;
    color: #E9EAEF;
    margin: 0 10px;
    display: inline-block
}
.chefs .member .social a:hover {
    color: #ABAEB5
}
.chefs .member .social i {
    font-size: 18px;
    margin: 0 2px
}
.chefs .member:hover .member-info {
    background: linear-gradient(0deg, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, .8) 20%, rgba(0, 212, 255, 0) 100%);
    opacity: 1;
    transition: 0.4s
}
.chefs .member:hover .member-info-content {
    bottom: 60px;
    transition: bottom 0.4s
}
.chefs .member:hover .social {
    bottom: 0;
    transition: bottom ease-in-out 0.4s
}
.contact .info {
    width: 100%
}
.contact .info i {
    font-size: 20px;
    float: left;
    width: 44px;
    height: 44px;
    background: #ABAEB5;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out
}
.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif!important;
    -webkit-font-smoothing: antialiased;
    /* -webkit-text-stroke-width: .2px; */
}
.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #bab3a6
}
.contact .info .open-hours,
.contact .info .email,
.contact .info .phone {
    margin-top: 40px
}
.contact .php-email-form {
    width: 100%
}
.contact .php-email-form .form-group {
    padding-bottom: 8px
}
.contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px
}
.contact .php-email-form .error-message {
    display: none;
    color: #E9EAEF;
    background: #ed3c0d;
    text-align: center;
    padding: 15px;
    font-weight: 600
}
.contact .php-email-form .sent-message {
    display: none;
    color: #E9EAEF;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600
}
.contact .php-email-form .loading {
    display: none;
    text-align: center;
    padding: 15px
}
.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #ABAEB5;
    border-top-color: #1a1814;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite
}
.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-color: #625b4b;
    color: #E9EAEF
}
.contact .php-email-form input::-moz-placeholder,
.contact .php-email-form textarea::-moz-placeholder {
    color: #1D1D1B
}
.contact .php-email-form input::placeholder,
.contact .php-email-form textarea::placeholder {
    color: #1D1D1B
}
.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #ABAEB5
}
.contact .php-email-form input {
    height: 44px
}
.contact .php-email-form textarea {
    padding: 10px 12px
}
.contact .php-email-form button[type=submit] {
    background: #ABAEB5;
    border: 0;
    padding: 10px 35px;
    color: #E9EAEF;
    transition: 0.4s;
    border-radius: 50px
}
.contact .php-email-form button[type=submit]:hover {
    background: #d3af71
}
@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}
@keyframes animate-loading {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}
#footer {
    background: #1D1D1B;
    padding: 0 0 30px 0;
    color: #E9EAEF;
    font-size: 14px
}
#footer .footer-top {
    background: #1D1D1B;
    background-image: url(../img/textura-black.png);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom: 1px solid #28251f;
    padding: 60px 0 30px 0
}
#footer .footer-top .footer-info {
    margin-bottom: 30px
}
#footer .footer-top .footer-info h3 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif!important;
    -webkit-font-smoothing: antialiased;
    /* -webkit-text-stroke-width: .2px; */
}
#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif!important;
    -webkit-font-smoothing: antialiased;
    /* -webkit-text-stroke-width: .2px; */
    color: #E9EAEF
}
#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #28251f;
    color: #E9EAEF;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s
}
#footer .footer-top .social-links a:hover {
    background: #ABAEB5;
    color: #E9EAEF;
    text-decoration: none
}
#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 600;
    color: #E9EAEF;
    position: relative;
    padding-bottom: 12px
}
#footer .footer-top .footer-links {
    margin-bottom: 30px
}
#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0
}
#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #ABAEB5;
    font-size: 18px;
    line-height: 1
}
#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center
}
#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0
}
#footer .footer-top .footer-links ul a {
    color: #E9EAEF;
    transition: 0.3s;
    display: inline-block;
    line-height: 1
}
#footer .footer-top .footer-links ul a:hover {
    color: #ABAEB5
}
#footer .footer-top .footer-newsletter form {
    margin-top: 30px;
    background: #28251f;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
    border: 1px solid #454035
}
#footer .footer-top .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px);
    background: #28251f;
    color: #E9EAEF
}
#footer .footer-top .footer-newsletter form input[type=submit] {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px 2px 20px;
    background: #ABAEB5;
    color: #E9EAEF;
    transition: 0.3s;
    border-radius: 50px
}
#footer .footer-top .footer-newsletter form input[type=submit]:hover {
    background: #d3af71
}
#footer .copyright {
    text-align: center;
    padding-top: 30px
}
#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #E9EAEF
}
.SahaiFractional-desarrollo {
    height: 500px;
    background: url(/dist/img/iconos/proyectos/fractional-bg.png) top center;
    background-size: cover;
    overflow: hidden;
    position: relative
}
.SahaiFractional-desarrollo:before {
    content: "";
    background: rgba(17, 18, 24, .75);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0
}
.SahaiResidencesTerrenos-desarrollo {
    height: 500px;
    background: url(/dist/img/iconos/proyectos/casa-club.jpg) top center;
    background-size: cover;
    overflow: hidden;
    position: relative
}
.SahaiResidencesTerrenos-desarrollo:before {
    content: "";
    background: rgba(17, 18, 24, .75);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0
}
.CasaAmbas-desarrollo {
    height: 500px;
    background: url(/dist/img/iconos/proyectos/casa-ambas-bg.jpg) top center;
    background-size: cover;
    overflow: hidden;
    position: relative
}
.CasaAmbas-desarrollo:before {
    content: "";
    background: rgba(17, 18, 24, .75);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0
}
.SahaiResidencesCasas-desarrollo {
    height: 500px;
    background: url(/Landings/Terraces/assets/img/hero-bg.png) top center;
    background-size: cover;
    overflow: hidden;
    position: relative
}
.SahaiResidencesCasas-desarrollo:before {
    content: "";
    background: rgba(17, 18, 24, .75);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0
}
.card-desarrollos {
    background: #1D1D1B;
    position: relative;
    height: 600px
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background: #353232!important
}
.card-desarrollos:hover .overlay {
    opacity: 95%
}
.text {
    color: #E9EAEF;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}
.btn-desarrollo {
    background: #a49f9d;
    position: absolute;
    top: 88%;
    left: 32%
}
#proyectos {
    width: 100%;
    background: #353232;
    background-size: cover;
    overflow: hidden;
    position: relative
}
@media (min-width:1024px) {
    #proyectos {
        background-attachment: fixed
    }
}
#proyectos .proyectos-container {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 90px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 0 15px
}
@media (max-width:991px) {
    #proyectos .proyectos-container {
        top: 70px
    }
}
#proyectos h1 {
    color: #E9EAEF;
    font-size: 60px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif!important;
    -webkit-font-smoothing: antialiased;
    /* -webkit-text-stroke-width: .2px; */
}
#proyectos h1 span {
    color: #636363
}
@media (max-width:991px) {
    #proyectos h1 {
        font-size: 30px;
        font-family: 'Montserrat', sans-serif!important;
        -webkit-font-smoothing: antialiased;
        /* -webkit-text-stroke-width: .2px; */
    }
}
#proyectos p {
    font-family: 'Montserrat', sans-serif!important;
    -webkit-font-smoothing: antialiased;
    /* -webkit-text-stroke-width: .2px; */
    color: #ebebeb
}
@media (max-width:991px) {
    #proyectos p {
        font-size: 16px;
        font-family: 'Montserrat', sans-serif!important;
        -webkit-font-smoothing: antialiased;
        /* -webkit-text-stroke-width: .2px; */
    }
}
#proyectos .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#636363 50%, rgba(101, 111, 150, .15) 52%);
    border-radius: 50%;
    display: block;
    position: relative;
    overflow: hidden
}
#proyectos .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #E9EAEF;
    z-index: 100;
    transition: all 400ms cubic-bezier(.55, .055, .675, .19)
}
#proyectos .play-btn:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 2px solid rgba(163, 163, 163, .4);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0)
}
#proyectos .play-btn:hover::after {
    border-left: 15px solid #636363;
    transform: scale(20)
}
#proyectos .play-btn:hover::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #E9EAEF;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0
}
#proyectos .about-btn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #E9EAEF;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid #636363
}
#proyectos .about-btn:hover {
    background: #636363;
    color: #E9EAEF
}

.border-gris-sahai {
    border-color: #3a3e40
}
.select-corrida-sahai {
    background: 0 0!important;
    border-color: #3a3e40;
    color: #fff
}
.input-corrida-sahai {
    background: 0 0!important;
    border-color: #3a3e40;
    color: #fff
}