.accordion-button {
    font-weight: 600;
    font-size: 1.2rem;
}

.option-card {
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 10px;
    transition: all 0.1s ease;
    position: relative;
}

.option-card:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    border-color: #007bff;
}

.dark-blue {
    border-color: #2B458A !important;
    color: #2B458A !important;

}

.dark-blue:hover {
    color: #fff !important;
}

.info-icon {
    position: absolute;
    top: 8px;
    right: 8px;
    background-color: #f1f1f1;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.option-title {
    font-weight: 600;
    margin-top: 10px;
}

.option-price {
    color: #333;
}


.accordion-button::after {
    display: none !important;
    /* Oculta la flecha por defecto */
}

.accordion-item {
    border: 0px solid white !important;
    border-radius: 25px !important;
}

.custom-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.custom-toggle .icon svg {
    transition: opacity 0.2s ease;
}

.icon svg {
    transition: opacity 0.2s ease;
}

.accordion-button {
    background-color: white !important;
    border-radius: 25px !important;
    box-shadow: none !important;
    outline: none !important;
    color: #000;
}

.accordion-button:not(.collapsed) {
    background-color: white !important;
    color: #000;
    box-shadow: none !important;
}

.accordion-button:focus {
    box-shadow: none !important;
    outline: none !important;
}

.textAcordeon {
    font-size: 24px;
    color: #0B1234;
}

/***/
.sticky-content {
    position: sticky;
    top: 100px;
    /* debajo del header fijo */
}

.option-card:hover {
    border: 2px solid #007BFF;
    border-radius: 0.5rem;
    cursor: pointer;
}

/* Borde azul al estar seleccionado (clic) */
.option-card.selected {
    border: 2px solid #007BFF;
    border-radius: 0.5rem;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
}

#Estilos a {
    color: black;
    text-decoration: none !important;
}

.thumb {
    cursor: pointer;
    border: 2px solid transparent;
    transition: border 0.01s ease;
    height: 80px;
    object-fit: cover;
}

.thumb-wrapper.thumb-selected {
    border: 2px solid #007bff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.thumb-overlay-image,
.main-overlay-image {
    opacity: 1;
    transition: opacity 1.5s ease;
    will-change: opacity;
}


.bg-habitaciones {
    background-color: #4C7DFA;
}

.bg-habitaciones span {
    color: white;
}

.preview-image {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
}

.preview-image img {
    max-width: 100%;
    height: auto;
}

.image-loader {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(255, 255, 255);
    backdrop-filter: blur(2px);
    z-index: 10;
}

.preview-img.fade-out {
    opacity: 0;
    transition: opacity 0.18s ease;
}

.subtitle-development {
    font-size: 20px !important;
}

@media only screen and (max-width: 600px) {
    #mainPreview {
        margin-top: 80px;
    }

    .sticky-content {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9;
        padding: 10px;
        background: white
    }



    .long-content {
        margin-top: 320px;
    }
}

.accordion-button .minus-icon,
.development-card-toggle .minus-icon {
    display: none;
}

.accordion-button:not(.collapsed) .plus-icon,
.development-card-toggle:not(.collapsed) .plus-icon {
    display: none;
}

.accordion-button:not(.collapsed) .minus-icon,
.development-card-toggle:not(.collapsed) .minus-icon {
    display: inline-block;
}

.opcion-selected {
    --bs-gutter-y: 5px !important;
    --bs-gutter-x: 5px !important;
}

.precio-sticky span {
    font-size: 20px;
}

#precioTotal.price-updating {
    opacity: .65;
    transition: opacity .2s ease;
}

#precioTotal.price-updated {
    animation: totalPricePulse .9s ease;
}

@keyframes totalPricePulse {
    0% {
        transform: scale(1);
        color: inherit;
    }

    35% {
        transform: scale(1.04);
        color: #386EFA;
    }

    100% {
        transform: scale(1);
        color: inherit;
    }
}

.incluido {
    background: #386EFA12;
    width: 166px;
    padding: 4px 10px;
    border-radius: 4px;
    color: #386EFA;
    font-weight: 400;
    font-family: 'Geologica', sans-serif;
}

.precio-sticky {
    position: sticky;
    top: 70px;
    z-index: 10;
    width: 100%;
    background: #F5F9FC;
    padding: 10px;
}

.financing-card {
    border-radius: 25px !important;
    margin-bottom: 90px !important;
}

.development-section-title {
    font-size: 24px;
    color: #0B1234;
    font-weight: 700;
    margin-bottom: 14px;
    line-height: 1.1;
}

.development-card {
    background: #fff;
    border-radius: 18px;
    border: 1px solid #e7ecf3;
    overflow: hidden;
}

.development-card-toggle {
    width: 100%;
    border: 0;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    text-align: left;
    color: #0B1234;
}

.development-toggle-icon {
    cursor: pointer;
    color: #1d2336;
    display: inline-flex;
    align-items: center;
}

.development-card-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.development-badge {
    border-radius: 10px;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
}

.development-badge-immediate {
    background: #e7efff;
    color: #386EFA;
}

.development-badge-presale {
    background: #fbe7e8;
    color: #cf3e3e;
}

.development-badge-comming-soon {
    background: #ffd66d;
    color: #4d4d4d;
}

.swal2-confirm {
    background-color: #3F6DF6;
    border-color: #3F6DF6;
    border-radius: 25px;
    font-size: 15px;
    padding: 9px 34px !important;
}

.development-card-body {
    padding: 0 18px 18px;
}

.development-copy {
    font-size: 16px;
    color: #2a3044;
}

.development-selected-lot {
    border-radius: 18px;
    border: 1px solid #e7ecf3;
    background: #fff;
}

.development-selected-lot .card-body {
    padding: 24px;
}

.development-selected-lot .small {
    margin-bottom: 16px;
}

@media (max-width: 768px) {
    #owl-demo .item img {
        max-height: 65px;
        /* Ajusta el tamaño que prefieras */
        height: 65px;
        object-fit: cover;
    }

    .gallery-carousel .item {
        width: 120px !important;
    }

    .precio-sticky {
        top: unset !important;
        bottom: 0px;
        position: fixed;
        text-align: center;
        width: 93%;
        border-radius: 20px;
        padding: 6px !important;
        opacity: 0.9;
    }

    .development-section-title {
        font-size: 22px;
    }

    .development-card-toggle {
        gap: 8px;
    }

    .development-card-title {
        font-size: 18px;
    }

    .development-badge {
        font-size: 11px;
        padding: 4px 10px;
    }
}
