:root {
    --color-primary: #4A6346;
    --color-primary-light: #788e75;
    /* --color-primary-dark: #334D33; */
    --color-secondary: #333;
}

html, body { height: 100%; padding: 0; margin: 0; overflow-x: hidden; scroll-behavior: smooth; }

body {
    background: #fff;
    color: #333;
    font-family: "Jost", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
}
body * {
    font-family: "Jost", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
}

.lv-lightbox {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

.lv-lightbox.is-open {
    display: flex;
}

.lv-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.82);
}

.lv-lightbox__dialog {
    position: relative;
    z-index: 1;
    width: calc(100vw - 36px);
    height: calc(100vh - 36px);
    max-width: calc(100vw - 36px);
    max-height: calc(100vh - 36px);
    background: transparent;
    border-radius: 0;
    overflow: visible;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lv-lightbox__img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    background: transparent;
}

.lv-lightbox__close {
    position: absolute;
    top: 0px;
    right: 10px;
    width: auto;
    height: 20px;
    /* border-radius: 12px; */
    /* border: 1px solid rgba(51, 51, 51, 0.14); */
    /* background: rgba(255, 255, 255, 0.92); */
    background-color: transparent;
    border: none;

    color: #fff;
    font-size: 42px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.lv-lightbox__close:hover {
    background: transparent;
}

#cover {
    height: 100vh;

    .img-fondo {
        background-image: linear-gradient(115deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.52) 44%, rgba(0, 0, 0, 0.10) 100%), 
        url('../assets/img_design/archimia/ARCHIMIA_PD42_II06_SALON_P1A_COCINA_ABIERTA.jpg'); background-size: cover; background-position: center;
    }
    .logo-delicias {
        width: 250px;
        height: auto;
    }
    .txt-description {
        color: #ccc;
    }

    .fw-semibold.txt {
        font-weight: 500 !important;
    }
}

.rounded-pill {
    
    background: rgba(255, 255, 255, 0.85); 
    color: #4A6346;
    .rounded-circle {
        width:9px; 
        height:9px; 
        background:#4A6346; 
        box-shadow: 0 0 0 4px rgba(74, 99, 70, 0.12);
        margin-right: 8px;
        animation: pulseDot 1.6s ease-in-out infinite;
    }
    .txt {
        letter-spacing: 0.02em;
    }

    

    &.rounded-pill-color {
        background: var(--color-primary-light);
        color: #fff;
        border: 2px solid var(--color-primary) !important;
        span {
            color: #fff;
        }
    }

    &.rounded-pill-color2 {
        background: var(--color-primary);
        color: #fff;
        border: 2px solid var(--color-primary) !important;
        transition: all 0.5s ease-in-out;
        a {
            color: #fff;
            font-size: 16px;
            font-weight: 400;
            letter-spacing: 1px;
            text-transform: uppercase;
            transition: all 0.5s ease-in-out;
        }
        &:hover {
            background: #fff;
            a {
                color: var(--color-primary);
            }
        }
    }

    &.rounded-pill-link {
        background: white;
        color: var(--color-primary);

        a {
            color: var(--color-primary);
            text-decoration: none;
            transition: all 0.3s ease-in-out;
        }

        &:hover {
            background: var(--color-primary);
            a {
                color: #fff;
            }
        }
    }
}

@keyframes pulseDot {
    0% {
        box-shadow: 0 0 0 0 rgba(74, 99, 70, 0.22);
        transform: scale(1);
    }
    55% {
        box-shadow: 0 0 0 10px rgba(74, 99, 70, 0);
        transform: scale(1.08);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(74, 99, 70, 0);
        transform: scale(1);
    }
}

.bg-white {
    background: #fff;
}
.bg-gray {
    background: #f5f5f5;
}

.txt-description {
    color: #333; 
    font-size: 18px; 
    line-height: 1.65;
    font-family: "Jost", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
    strong {
        font-family: "Jost", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
        font-size: 18px !important;
    }
}

h1 {
    font-size: clamp(24px, 4vw, 56px); 
    line-height: 1.3;
    color: white;
    text-transform: uppercase;
    font-weight: 300;
    font-family: "Jost", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;

    span {
        font-family: "Jost", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
        font-weight: 300 !important;
        background: var(--color-primary);
        padding: 4px 20px;
        border-radius: 10px;
        margin-right: 10px;
        display: inline-block;
        /* color: var(--color-primary-light); */
    }
}
h2 {
    font-size: clamp(24px, 3vw, 52px); 
    text-transform: uppercase;
    font-weight: 300 !important;
    font-family: "Jost", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
    color: var(--color-primary) !important;
    
    &.h4 {
        font-size: clamp(14px, 2vw, 24px) !important; 
    }
}




.lv-pill {
    background: rgba(255, 255, 255, 0.8);
}

.lv-pill .lv-pill__label {
    color: #4A6346;
}

.lv-kicker {
    color: #4A6346 !important;
    letter-spacing: 0.08em;
    font-size: 15px;
}

.lv-spec-item {
    background: rgba(74, 99, 70, 0.06);
    border-color: rgba(74, 99, 70, 0.14) !important;
}

.lv-spec-label {
    color: rgba(51, 51, 51, 0.72);
}

.lv-plan-img {
    border: 1px solid rgba(51, 51, 51, 0.10);
    background: #fff;
}

.lv-plan-link {
    display: block;
    cursor: zoom-in;
    position: relative;
    overflow: hidden;
}

.lv-plan-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    transition: opacity 160ms ease;
    pointer-events: none;
}

.lv-plan-overlay i {
    font-size: 80px;
    color: #fff;
    filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.35));
}

.lv-plan-link:hover {
    text-decoration: none;
}

.lv-plan-link:hover .lv-plan-overlay {
    opacity: 1;
}

.lv-plan-tabs .nav-link {
    border: 1px solid rgba(74, 99, 70, 0.25);
    color: #4A6346;
    border-radius: 0;
    padding: 10px 20px;
    margin: 0 6px;
    /* background: rgba(255, 255, 255, 0.85); */
    background-color: #ebf2ea;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.lv-plan-tabs .nav-link:hover {
    border-color: rgba(74, 99, 70, 0.45);
}

.lv-plan-tabs .nav-link.active {
    background: #4A6346;
    border-color: #4A6346;
    color: #fff;
}

.fancybox-legal .fancybox-close-small {
    top: 0 !important;
    right: 0 !important;
    color: #333 !important;
    opacity: 1 !important;
}

.fancybox-legal .fancybox-close-small:hover {
    color: #000 !important;
}

.fancybox-legal .fancybox-navigation,
.fancybox-legal .fancybox-infobar {
    display: none !important;
}

.lv-section-title {
    font-size: 30px;
}

.lv-muted {
    color: rgba(51, 51, 51, 0.72);
}

.lv-line-170 {
    line-height: 1.7;
}

.lv-line-165 {
    line-height: 1.65;
}

.lv-quality-icon {
    width:100px;
    height:100px;
    color:#4A6346;
    /* background: rgba(74, 99, 70, 0.10);
    border:1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 0 20px #ccc; */
}

.lv-full-image {
    height: min(85vh, 880px);
    /* background-image: linear-gradient(0deg, rgba(7, 12, 22, 0.12), rgba(7, 12, 22, 0.12)), url('../assets/img_design/archimia/terraza.png');*/  /* PORTAL.jpg */
    background-image: url('../assets/img_design/archimia/ARCHIMIA_PD42_II07_TERRAZA_P1A.jpg'); /* PORTAL.jpg */
    background-size: cover;
    background-position: bottom;
}

.lv-footer-logo {
    width:130px;
    height:auto;
}

.lv-footer-chip .fw-bold {
    color:#4A6346;
}

.landing-form-result {
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid rgba(51, 51, 51, 0.14);
    background: rgba(255, 255, 255, 0.75);
    color: #333;
    font-weight: 500;
    min-height: 0;
}

.landing-form-result:empty {
    display: none;
}

.landing-form-result.is-ok {
    border-color: rgba(74, 99, 70, 0.35);
    background: rgba(74, 99, 70, 0.08);
}

.landing-form-result.is-error {
    border-color: rgba(220, 53, 69, 0.35);
    background: rgba(220, 53, 69, 0.06);
}

.fancybox-slide--iframe .fancybox-content {
    overflow: hidden !important;
}


.fw-num {
    font-weight: 100;
    font-size: 13px;
}

footer#footer-wrapper {
    width: 100%;
    background: #f1ede9;
    display: inline-block;

    .footerFondo {
        background: url('../assets/img_design/general/footerFondo2.svg');
        background-size: contain;
        background-color: #0f3020;
        background-repeat: no-repeat;
        background-position: right;
        padding: 65px 0 0;
    }

    .sigue_conociendo .secciones ul li a {
        font-family: 'Jost', sans-serif;
        font-weight: 100;
        font-size: 20px;
        letter-spacing: 2px;
        color: rgba(221, 221, 221, 0.768);
        line-height: 36px;
    }

    p {
        margin: 0 0;
        font-size: 14px;
        line-height: 19px;
        display: inline-block;
        color: #fff;
        font-family: 'Jost', sans-serif;
    }

    .creditos {
        padding: 20px 0;
        a {
            font-family: 'Jost', sans-serif;
            color: White;
            text-decoration: none;
            transition: 0.2s ease-in-out;
            opacity: 0.8;
            &:hover {
                opacity: 1;
            }
        }
    }
}

#form .card {
    border: 1px solid rgba(51, 51, 51, 0.12);
    border-radius: 18px;
}

.card-body {
    .thumbnail {
        position: absolute;
        top: 30px;
        right: 30px;
        width: auto;
        height: auto;
        object-fit: cover;
        padding: 3px;
        border:1px solid #ccc;
        transition: all 0.5s ease;
        
        img {
            transition: all 0.5s ease-in-out;
            &:hover {
                transform: scale(1.05);
            }
        }
        i.bi-image {
            font-size: 24px;
            color: #4A6346;
            transition: all 0.5s ease-in-out;

            &:hover {
                opacity: .8;
            }
        }

        &:hover {
            border-color: #4A6346;
        }
    }
}


#form .form-label {
    color: var(--color-secondary);
}

#form .form-control {
    border-color: rgba(51, 51, 51, 0.18);
    font-size: 14px;
}

#form .form-control:focus {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 0.2rem rgba(74, 99, 70, 0.18);
}

#form .form-check {
    padding-left: 0;
}

#form .form-check-input:checked {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

#form .btn.btn-submit {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    margin-left: 0px;
    margin-right: 0px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
}

#form .btn.btn-submit:hover,
#form .btn.btn-submit:focus {
    background-color: var(--color-primary-dark, #334D33);
    border-color: var(--color-primary-dark, #334D33);
}

#form .form-control::placeholder {
    color: rgba(51, 51, 51, 0.4);
    font-size: 14px;
    font-style: italic;
}

.capaMapa {
    position: relative;

    .btnMap {
        position: absolute;
        bottom: 20px;
        left: calc(50% - 100px);
        background-color: #4a6346;
        color: white;
        padding: 10px 15px;
        text-transform: uppercase;
        text-align: center;
        font-weight: 400;
        font-size: 13px;
        display: inline-block;
        letter-spacing: 1px;
        width: 200px;
        height: 40px;
        z-index: 55;
        transition: .4s ease-in-out;
        font-family: 'Jost', sans-serif;
    }
}





/** QUERY MEDIA */
#cover .logo-delicias {
    width: 130px;
    height: auto;
}

#cover .txt-description {
    font-size: 18px;
    line-height: 1.3;
}

#cover .fw-semibold.txt {
    font-size: .7rem;
}

/** sm */
/* Small devices (landscape phones, 576px and up) */  
@media (min-width: 576px) {
    
}



/** md */
/* Medium devices (tablets, 768px and up) */ 
@media (min-width: 768px) {

}


/** lg */
/* Large devices (desktops, 992px and up) */  
@media (min-width: 992px) {
    #cover .logo-delicias {
        width: 250px;
        height: auto;
    }

    #cover .txt-description {
        font-size: 22px;
        line-height: 1.65;
    }

    #cover .fw-semibold.txt {
        font-size: 1rem;
    }

    .card-body {
        .thumbnail {
            width: 200px;
        }
    }
}


/** xl */
/* X-Large devices (large desktops, 1200px and up) */  
@media (min-width: 1200px) {
}
