:root{
    --blue: #79B7D7;
    --darkblue: #2C4769;
}

body{
    font-family: "Montserrat", sans-serif !important;
    color: var(--darkblue) !important;
}

.row{
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
}

.fs-0{
    font-size: 60px;
}

.mt-6{
    margin-top: 5.5rem !important;
}

.mb-6{
    margin-bottom: 5.5rem !important;
}

.my-6{
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
}

.text-darkblue{
    color: var(--darkblue);
}

.text-blue{
    color: var(--blue);
}

.nav-tabs .nav-link.active {
    color: var(--darkblue);
    background-color: #f8f9fa;
    font-weight: 700;
}

.nav-tabs .nav-link {
    color: var(--blue);
}

.btn-blue{
    background-color: var(--darkblue);
    color: white;
    border-radius: 0;
}

.btn-blue:hover{
    background-color: #203651;
    color: white;
    transition: 0.3s;
}

.bg-darkblue{
    background-color: var(--darkblue);
    color: white;
}

.bg-blue{
    background-color: var(--blue);
    color: white;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #203651;
}

.nav-inventory .nav-link{
    background-color: #E9E9E9;
}

.plan-nav{
    color: var(--darkblue);
}

.navbar .nav-item .nav-link{
    color: var(--darkblue);
    font-weight: 400;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: var(--blue);
}

.form-control{
    border-radius: 0px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid var(--darkblue);
}

.form-select {
    color: var(--bs-body-color);
    background-color: transparent;
    border-radius: 0px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid var(--darkblue);
}

.bg-line-blue {
    background-image: linear-gradient(transparent 25%, var(--blue) 25%, var(--blue) 75%, transparent 75%);
}

.fondo-oscuro{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(44, 71, 105, 0.6);
    mix-blend-mode: multiply;
}

.btn-outline-blue {
    --bs-btn-color: var(--darkblue);
    --bs-btn-border-color: var(--darkblue);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--darkblue);
    --bs-btn-hover-border-color: var(--darkblue);
    --bs-btn-focus-shadow-rgb: 33,37,41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--darkblue);
    --bs-btn-active-border-color: var(--darkblue);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.unit-imgs{
    height: 66vh;
    object-fit: cover;
}

[data-fancybox]:hover{
    cursor: pointer;
}

.disponible-class{
    fill: rgba(0, 163, 60, 0.7);
    mix-blend-mode: multiply;
    stroke: white;
    stroke-width: 3px;
    transition: 0.2s;
}

.disponible-class:hover{
    fill: rgba(0, 163, 60, 1);
    transition: 0.2s;
}

.apartada-class{
    fill: rgba(206, 173, 0, 0.7);
    mix-blend-mode: multiply;
    stroke: white;
    stroke-width: 3px;
    transition: 0.2s;
}

.apartada-class:hover{
    fill: rgba(206, 173, 0, 1);
    transition: 0.2s;
}

.vendida-class{
    fill: rgba(220, 53, 69, 0.7);
    mix-blend-mode: multiply;
    stroke: white;
    stroke-width: 3px;
    transition: 0.2s;
}

.vendida-class:hover{
    fill: rgba(220, 53, 69, 1);
    transition: 0.2s;
}

.navbar-nav .nav-link.active {
    border-bottom: 2px solid var(--darkblue);
}

.pagination .active>.page-link, .page-link.active {
    background-color: var(--darkblue);
    color: white !important;
    border-color: var(--darkblue);
}

.pagination .page-link {
    color: var(--darkblue);
}

.contact-input{
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid var(--darkblue);
}

.inventory-btns{
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}

#whatsapp {
    position: fixed;
    z-index: 1000;
    right: 25px;
    bottom: 25px;
    width: 60px;
    height: 60px;
    background-color: var(--darkblue) ;
    color: #fff !important;
    text-align: center;
    border-radius: 50%;
    font-size: 45px;
    transition: 0.3s;
    line-height: 1.35;
}

#whatsapp:hover {
    transition: 0.3s;
    background-color: #1b304a;
    color: #F1F2F5 !important;
}

.btn-green{
    background-color: #075e54;
    color: white;
    border-radius: 0;
}

.btn-green:hover, .btn-green:active{
    background-color: rgb(9, 97, 73) !important;
    color: white !important;
    transition: 0.3s;
}

.amenities-bg{
    background: transparent;
}

.w-200{
    width: 100%;
}

#inventory-container{
    overflow: hidden;
}

.unit-info-border{
    border-left: none;
}

.filter-btn{
    position: fixed;
    z-index: 1000;
    right: 25px;
    bottom: 95px;
    width: 60px;
    height: 60px;
    background-color: var(--blue) ;
    color: #fff !important;
    text-align: center;
    border-radius: 50%;
    font-size: 30px;
    transition: 0.3s;
    line-height: 1.7;
}

.filter-btn:hover, .filter-btn:focus{
    background-color: #5892af;
    color: white;
}

.dot::before {
    content: '•';
    margin-right: 8px; /* Ajusta el espaciado según sea necesario */
}

.border-primary {
    --bs-border-opacity: 1;
    border-color: var(--darkblue), 1 !important;
}

@media (max-width: 992px) {

    .unit-info-border{
        border-left: 2px solid var(--blue);
    }

    .w-200{
        width: 200%;
    }

    #inventory-container{
        overflow: scroll;
    }
    

    .amenities-bg{
        background: var(--blue);
        color: #fff;
    }

    .inventory-btns{
        border-top-left-radius: 15px !important;
        border-bottom-left-radius: 15px !important;
        border-top-right-radius: 15px !important;
        border-bottom-right-radius: 15px !important;    
    }

    .unit-imgs{
        height: 33vh;
        object-fit: cover;
    }

    .mt-6{
        margin-top: 3.5rem !important;
    }
    
    .mb-6{
        margin-bottom: 3.5rem !important;
    }
    
    .my-6{
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important;
    }

    .fs-0{
        font-size: 2.7rem;
    }
}