
@font-face {
    font-family: 'avantgardebook';
    src: url('fonts/avantgardebook-webfont.woff2') format('woff2'),
         url('fonts/avantgardebook-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


.mfp-close-btn-in .mfp-close {
    color: #ffffff;
    position: fixed;
}


.btnCotiza {
    background: #fbd6a2 !important;
    color: #000 !important;
    border-color: #dbbe94 !important;
    position: relative;
    z-index: 1;
    animation: pulseGlow 2s infinite;
}

@keyframes pulseGlow {
    0% {
        box-shadow: 0 0 0 0 rgba(251, 214, 162, 0.7);
    }
    70% {
        box-shadow: 0 0 12px 10px rgba(251, 214, 162, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(251, 214, 162, 0);
    }
}


section#section-hero {
    min-height: 620px;
}






#mainmenu>li ul.mega{ max-width: 700px; margin: auto; left:0; right:0 }


* {
    --body-font: "DM Sans", Helvetica, Arial, sans-serif;
    --body-font-size: 16px;
    --body-font-color: rgba(0, 0, 0, .6);
    --body-font-color-dark: rgba(255, 255, 255, .6);
    --body-font-weight: 300;
    --heading-font: "avantgardebook", Helvetica, Arial, sans-serif;
    --heading-font-weight: 300;
    --heading-font-color: #000000;
    --heading-text-transform: uppercase;
    --h1-font-size: 60px;
    --h1-font-weight: var(--heading-font-weight);
    --h1-letter-spacing: -0.02em;
    --h1-line-height: 1.15em;
    --h1-margin-bottom: 20px;
    --h2-font: var(--heading-font);
    --h2-font-size: 48px;
    --h2-font-weight: var(--heading-font-weight);
    --h2-letter-spacing: -0.015em;
    --h2-line-height: 1.2em;
    --h2-margin-bottom: 25px;
    --h3-font-size: 26px;
    --h3-font-weight: var(--heading-font-weight);
    --h3-letter-spacing: 0;
    --h3-line-height: 1.5em;
    --h3-margin-bottom: 10px;
    --h4-font-size: 20px;
    --h4-font-weight: var(--heading-font-weight);
    --h4-letter-spacing: 0;
    --h4-line-height: 1.6em;
    --h4-margin-bottom: 10px;
    --h5-font-size: 18px;
    --h5-font-weight: var(--heading-font-weight);
    --h5-letter-spacing: 0;
    --h5-line-height: 1.6em;
    --h5-margin-bottom: 10px;
    --h6-font-size: 16px;
    --h6-font-weight: var(--heading-font-weight);
    --h6-letter-spacing: 0;
    --h6-line-height: 1.6em;
    --h6-margin-bottom: 10px;
    --mainmenu-font: var(--title-font);
    --mainmenu-font-size: 16px;
    --mainmenu-font-weight: 600;
    --mainmenu-letter-spacing: 0;
    --mainmenu-text-transform: none;
    --logo-width: 180px;
    --logo-footer-width: 150px;
    --border-default: solid 1px rgba(30, 30, 30, 1);
    --bg-color-even: #E8E8E8;
    --bg-color-odd: #F4F4F4;
    --bg-light: #F8F9FA;
    --bg-dark-1: #231f20;
    --bg-dark-2: #131607;
    --bg-dark-3: #2f4c47;
    --bg-dark-1-rgb: 35, 31, 32;
    --bg-grey: #eeeeee;
    --bg-gradient-1: 0deg, rgba(var(--primary-color-rgb), .1) 0%, rgba(var(--secondary-color-rgb), .2) 100%;
    --swiper-theme-color: var(--secondary-color);
    --rounded-1: 10px;
    --border-color: #bbbbbb;
    --container-max-width: 1240px;
    --btn-color: #231f20;
    --btn-hover-bg: var(--bg-dark-1);
    --btn-font-family: var(--body-font);
    --btn-font-size: 12px;
    --btn-font-weight: bold;
    --btn-letter-spacing: 2px;
    --btn-padding: 4px 20px;
    --btn-rounded: 6px;
    --btn-text-decoration: none;
    --btn-text-transform: uppercase;
}




:root {
    --primary-color: #fbd6a2;
    --primary-color-rgb: 251, 214, 162;
    --secondary-color: #fbd6a2;
    --secondary-color-rgb: ;
}

h1, h2, h4, h3, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, footer.footer-light h5 {
    letter-spacing: 0.85rem !important;
}


.dark-scheme section {
    background: var(--bg-dark-3);
}


#filters a {
    position: relative;
    border-radius: 7px;
    overflow: hidden
}

#filters a.selected {
    color: #131607;
}


a.btn-main::after, #filters a.selected::after,


#submit input::after

{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4c4c4c+0,595959+12,666666+25,474747+39,2c2c2c+50,000000+51,111111+60,2b2b2b+76,1c1c1c+91,131313+100;Black+Gloss+%231 */
    background: linear-gradient(135deg,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    mix-blend-mode: darken;
    opacity: 0.2;
}



.titleVid{ bottom: 15px; position: absolute}


a.btn-line, a.btn-line:hover {
    border: solid 1px rgba(255, 255, 255, .0);
}






b, * b { font-weight: 600}


.btoomnvfo{ font-size: 12px}


.torre {
    position: relative;
    display: inline-block;
    border-radius: 7px;
    line-height: normal;
    padding: 3px 10px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.4rem;
    border-top-left-radius:0;
    background:#69696970;
    bottom: 20px;
}

.torre::before {
    content: attr(data-tooltip);
    position: absolute;
    top: -21px;
    left: 0px;
    background: #28a745; /* verde */
    color: #fff;
    padding: 4px 12px;
    font-size: 10px;
    border-radius: 4px;
    white-space: nowrap;
    display: none;
    line-height: normal;
    letter-spacing:normal;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

/* Tooltip para Vendido */
.torre.vendido::before {
    background: #d9534f; /* rojo */
}

/* Mostrar siempre */
.torre::before {
    display: inline-block;
}

/* Texto dinámico dependiendo del estado */
.torre.disponible::before {
    content: "Disponibles";
}

.torre.vendido::before {
    content: "Vendido";
}


.torre.disponible::after {
    content: "";
    width: 60px;
    height: 60px;
    right: -70px;
    background: rgba(0,0,0,1.00);
    position: absolute;
    top: -30px;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important
}


.torre.disponible.a1::after{ background: url("images/bono-01.svg")}
.torre.disponible.a2::after{ background: url("images/bono-02.svg")}



.btn-whatsapp-fixed {
    position: fixed;
    right: 0;
    top: 70%;
    transform: translateY(-50%);
    background: #fbd6a2;
    color: #000;
    padding: 12px 18px;
    border-radius: 50px 0 0 50px;
    font-weight: 600;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 9999;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    animation: pulse 2s infinite;
}

.btn-whatsapp-fixed i {
    font-size: 22px;
}

/* Animación de pulso */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(251, 214, 162, 0.8);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(251, 214, 162, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(251, 214, 162, 0);
    }
}





.torreV, .amenidades { }



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

    
    
    
    
    
    
    
    h1, h1.ultra-big, h1.ultra-big .text-line, h1.ultra-big-2, .title-text, h1.slider-title, h2.slider-title {
        font-size: 22px;
    }
    
p.lead {
    font-size: 14px;
    line-height: 32px;
    margin-top: 0;
    font-weight: 400;
    letter-spacing: -0.2px;
    color: #fff;
}    
    
    h2 {
        font-size: 22px;
    }    
    
.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6 {
    font-size: 24px;
}    

    h4, h6{
        font-size: 14px;
        letter-spacing: 0.5rem !important;
    }
    
    
p, .ul-check  {
    margin-bottom: 15px;
    line-height: 20px;
    font-size: 14px;
}    
    
.btoomnvfo {
    font-size: 10px;
    display: block;
    text-align: center !important;
}    
    

header.header-mobile #mainmenu li ul li:last-child    
    {
    width: 100%;
    display: block;
    padding-left: 0;
}
    
    #mainmenu>li ul.mega .sb-menu * { color: #fff }
    #mainmenu>li ul.mega .sb-menu {
        border: none;
        background: unset;
    }
    
    
a.btnInsetVoi {
    padding: 15px;
    overflow: hidden;
    line-height: normal;
    margin: auto;
    display: block;
}    
    
    .fdst {
        font-size: 14px !important;
        letter-spacing: 0.4rem !important;
        max-width: 240px;
        word-wrap: unset;
        white-space: break-spaces;
    }
    
    
    .lirt { font-size: 14px}
.omgd { margin: auto; text-align: center !important}
    
    
    .torre {
        font-size: 12px;
        letter-spacing: 0.1rem;
        border-top-left-radius: 0;
        padding: 0 13px;
    } 
    
    .torre::before{ padding: 4px 7px}    
    
.torre.disponible::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 60px;
    right: 0;
    left: 2px;
    background: rgba(0, 0, 0, 1.00);
    top: 14px;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}    
    
    
    
}




























