.row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-lg-12, .col-lg-4, .col-lg-6, .col-lg-7, .col-lg-3, .col-lg-5,
.col-12, .col-4, .col-6, .col-7, .col-3, .col-5{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.align-self-center{
    align-self: center;
}
.d-flex{
    display: flex;
}
.align-items-center{
    align-items: center;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}

/******SWIPER******/
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 0px !important;
}


.divcabcard{
    position: relative;
}
.estposabsl{
    position: absolute;
    top: 0;
    z-index: 9;
}
.tipoinmo_posabl{
    position: absolute;
    bottom: 30px;
    right: 0;
    z-index: 9;
}


#shortcode_proyecto > div{
    width: 100%;
}
.with-fade .item {
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}
.with-fade .item.visible {
    opacity: 1;
}
.gapspace{
    gap: 15px;
    z-index: 2;
}
.lblfiltro_proyecto{
    display: block;
    color: #29313D;
    font-family: "Helvetica Light", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
    margin-bottom: 6px;
}
.sltc_pmfiltro{
    color: #333333;
    font-family: "Helvetica Light", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 100;
    line-height: 20px;
    padding: 13px 5px;
    border-radius: 4px;
    border: 1px solid #6D809D;
    margin-bottom: 15px;
}
.sltc_pmfiltro:focus{
    outline: none;
}

.sltc_pmfiltro {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
    background-image: url(../image/arrow.svg);
    background-repeat: no-repeat;
    background-position: right 13px center;
    background-size: 13px;
    padding-right: 30px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}



/*******CARD RPOYECTO*******/
.contenido_cardinfo{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.30), 0 2px 6px 2px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    padding-bottom: 15px;
    height: 100%;
}
.items-grid{
    margin-top: 70px;
}
.icodorm{
    margin-right: 5px;
}
#openfiltro{
    color: #FFFFFF;
    text-align: center;
    font-family: "Helvetica Rounded LT Std", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    border-radius: 24px;
    background: #01C5C6;
    padding: 14px 20px;
    display: inline-block;
    cursor: pointer;
    transition: .3s all;
    margin-top: 16px;
}

#lista-proyectos-pagination .status {
    color: #333333;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    align-items: center;
}
#lista-proyectos-pagination .spnact_pag {
    color: #333333;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    margin-left: 10px;
}
#lista-proyectos-pagination .space_pag {
    display: inline-block;
    background: #808A93;
    width: 50px;
    height: 1px;
    margin: 0 5px;
}
#lista-proyectos-pagination .next, #lista-proyectos-pagination .prev {
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    cursor: pointer;
    transition: background 0.3s;
}

#lista-proyectos-pagination .next:disabled, #lista-proyectos-pagination .prev:disabled {
    background: #ccc !important;
    cursor: not-allowed;
}
#lista-proyectos-pagination{
    display: flex;
    border: none;
    gap: 10px;
    justify-content: center;
    width: 100%;
    margin: 17px auto 0;
}

.proyecto-swiper{

}
.imgcard_projects{
    width: 100%;
    height: 299px !important;
    object-fit: cover;
    border-radius: 16px 16px 0 0 !important;  
}
.cont_lognomb{
    padding: 15px;
}
.dvcont_logciu{

}
.name_projects{
    color: #002559;
    font-family: "Helvetica Rounded LT Std", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
}

.cont_regico{
    border-radius: 24px;
    border: 1px solid #002559;
    display: flex;
    align-items: center;
    width: max-content;
    padding: 8px 15px;
    margin: 0 0 0 auto;
}
.ico_regalos_projects{
    margin-right: 5px;
}
.regalo_projects{
    color: #002559;
    font-family: "Helvetica Light", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 100;
    line-height: 20px;
    margin: 0;
}
.direccion_projects{
    color: #1E2124;
    font-family: "Helvetica Light", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 100;
    line-height: 24px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    margin-top: 25px;
}
.descrp_projects p{
    color: #4A586E;
    font-family: "Helvetica Light", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 100;
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.subtit_data{
    color: #6D809D;
    font-family: "Helvetica Light", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 100;
    line-height: 20px;
    margin: 0;
}
.datainfo_projects{
    color: #4A586E;
    font-family: "Helvetica Light", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 100;
    line-height: 24px;
    margin: 0;
}

.cont_infopricedat{
    width: max-content;
    border-radius: 8px;
    background: #F3F5F7;
    padding: 6px 21px;
    margin: 0 0 0 auto;
}
.infoprice_project{
    color: #002559;
    font-family: "Helvetica Rounded LT Std", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
}
.btn_detalle{
    color: #FFFFFF;
    text-align: center;
    font-family: "Helvetica Rounded LT Std", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    border-radius: 24px;
    background: #01C5C6;
    padding: 14px 20px;
    display: inline-block;
    margin-top: 27px;
    cursor: pointer;
    transition: .3s all;
}
.btn_detalle:hover{
    background: #01EBED;
}
.estamodl{
    color: #FFFFFF;
    font-family: "Helvetica Rounded LT Std", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding: 10px 20px;
    border-radius: 16px 24px 24px 0;
}
.tipoinmu_pro{
    color: #4A586E;
    text-align: right;
    font-family: "Helvetica Light", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 100;
    line-height: 20px;
    border-radius: 24px 0 0 24px;
    background: #FFFFFF;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.30);
    padding: 10px 17px;
}
.mbprojectmdl{
    margin-bottom: 30px;
}
.contmdlcont{
    display: flex;
    align-items: center;
    width: max-content;
    margin: 0 auto;
    border-radius: 8px;
    background: #F3F5F7;
    padding: 10px 16px;
    margin-top: 22px;
}
.txtcontmd{
    color: #002559;
    font-family: "Helvetica Rounded LT Std", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-right: 10px;
}
.txtinfcont_mdl p{
    color: #4A586E;
    font-family: "Helvetica Rounded LT Std", sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
    margin: 0;
}
.imgslide_mdl{
    height: 533px !important;
    width: 100%;
    object-fit: cover;
    border-radius: 23px !important;
}
.dovcol_info{
    margin-top: 15px;
    margin-bottom: 15px;
}


/******MODAL*******/
.modal-proyecto {
    position: fixed;
    display: none;
    z-index: 9999;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    align-items: center;
    justify-content: center;
}
.modal-content {
    position: relative;
    max-width: 1180px;
    background: #fff;
    padding: 80px 15px 15px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 2;
    width: 100%;
}
.modal-close {
    position: absolute;
    right: 17px;
    top: 10px;
    cursor: pointer;
    width: 40px;
}
.no-scroll {
    overflow: hidden;
}
.item{
    margin-bottom: 30px;
}



/*****INPUT RANGE******/
.range-container {
    position: relative;
    width: 100%;
}

.labels {
    position: relative;
    height: 29px;
}

.label {
    background: #E8F2F7;
    color: #1e3a5f;
    padding: 3px 12px;
    border-radius: 20px;
    font-weight: 400;
    font-size: 14px;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    white-space: nowrap;
    transition: left 0.1s ease;
    font-family: "Helvetica Rounded LT Std", sans-serif;
}

.slider-track {
    position: relative;
    height: 4px;
    background: #d1d5db;
    border-radius: 4px;
    margin: 15px 0 0;
}

.slider-range {
    position: absolute;
    height: 100%;
    background: #1e3a5f;
    border-radius: 4px;
}

.slider-dots {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2px;
}

.dot {
    width: 8px;
    height: 8px;
    background: #9ca3af;
    border-radius: 50%;
    transition: background 0.3s;
}

.dot.active {
    background: #1e3a5f;
}

.slider-inputs {
    position: relative;
    margin-top: -2px;
}

input[type="range"] {
    position: absolute;
    width: 100%;
    height: 0px;
    background: transparent !important;
    pointer-events: none;
    -webkit-appearance: none;
    top: 0;
    margin: 0;
    border: none !important;
    padding: 0 !important;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    background: #1e3a5f;
    border: 3px solid white;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: all;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s, box-shadow 0.2s;
}

input[type="range"]::-webkit-slider-thumb:hover {
    transform: scale(1.1);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.3);
}

input[type="range"]::-webkit-slider-thumb:active {
    transform: scale(1.05);
}

input[type="range"]::-moz-range-thumb {
    width: 24px;
    height: 24px;
    background: #1e3a5f;
    border: 3px solid white;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: all;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s, box-shadow 0.2s;
}

input[type="range"]::-moz-range-thumb:hover {
    transform: scale(1.1);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.3);
}

input[type="range"]::-moz-range-thumb:active {
    transform: scale(1.05);
}

.values-display {
    margin-top: 30px;
    text-align: center;
    color: #6b7280;
    font-size: 14px;
}

.txtno_projects{
    font-family: "Helvetica Rounded LT Std", sans-serif;
    color: #29313D;
    font-weight: 200;
}



/********PAGINADOR*********/
#lista-proyectos-pagination .page-number{
    color: #002559;
    font-family: Helvetica;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    background: #FFF;
    display: block;
    height: 30px;
    width: 30px;
    padding: 0;
    border-radius: 50%;
    margin: 0 3px;
}
#lista-proyectos-pagination .page-number.active{
    background: #002559;
    color: #FFFFFF;
}



@media(min-width: 100px){
    .justify-content-end{
        justify-content: end;
    }
    .justify-content-start{
        justify-content: start;
    }
    .d-none{
        display: none;
    }
    .d-block{
        display: block;
    }
    .col-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .sltc_pmfiltro {
        width: 100%;
    }
    .items-grid {
        margin-top: 30px;
    }
    .divcont_precio{
        text-align: center;
        background: #FFFDE6;
        padding: 4px 0;
        border-radius: 4px;
        margin-top: 13px;
    }
    .cont_infopricedat {
        margin: 20px auto 0 auto;
        width: 100%;
        text-align: center;
    }
    .justify-content-center{
        justify-content: center;
    }
    .imgslide_mdl {
        height: 297px !important;
    }
    .modal-content {
        padding: 60px 15px 15px;
        overflow: scroll;
        width: 89%;
        height: 90vh;
    }
    .estamodl {
        font-size: 13px;
        padding: 10px 13px;
    }
    .contmdlcont {
        width: auto;
    }
    #filtromovil {
        display: none;
        position: fixed;
        top: 0; left: 0;
        width: 100%; height: 100%;
        background: rgba(0,0,0,0.5);
        justify-content: center;
        align-items: center;
        z-index: 9999;
    }
    #filtromovil form {
        background: #fff;
        width: 90%;
        max-width: 400px;
        border-radius: 10px;
        padding: 20px;
    }
    .divpadtomfl{
        padding: 0 0 57px;
    }
    .btn_detalle{
        width: 100%;
    }
	.lblfiltro_proyecto, .sltc_pmfiltro, .tipoinmu_pro, .regalo_projects, .direccion_projects, .descrp_projects p, .subtit_data, .datainfo_projects {
		font-weight: 400;
	}
}

@media(min-width: 1200px){
	.lblfiltro_proyecto, .sltc_pmfiltro, .tipoinmu_pro, .regalo_projects, .direccion_projects, .descrp_projects p, .subtit_data, .datainfo_projects {
		font-weight: 100;
	}
    .btn_detalle{
        width: auto;
    }
    #filtromovil {
        display: block !important;
        opacity: 1 !important;
        position: inherit;
        width: 100%;
        height: 100%;
        background: #FFFFFF;
        z-index: 0;
    }
    #filtromovil form {
        background: #fff;
        width: 100%;
        max-width: 100%;
        border-radius: 0;
        padding: 0;
    }
    .d-lg-block{
        display: block;
    }
    .d-lg-none{
        display: none;
    }
    .contmdlcont {
        width: max-content;
    }
    .estamodl {
        font-size: 14px;
        padding: 10px 20px;
    }
    .modal-content {
        padding: 80px 15px 15px;
        overflow: hidden;
        width: 100%;
        height: auto;
    }
    .imgslide_mdl {
        height: 533px !important;
    }
    .justify-content-lg-start{
        justify-content: start;
    }
    .cont_infopricedat {
        margin: 0 0 0 auto;
        width: max-content;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .divcont_precio{
        text-align: left;
        background: #FFFFFF;
        padding: 0 0;
        border-radius: 0;
        margin-top: 0;
    }
    .items-grid {
        margin-top: 70px;
    }
    .sltc_pmfiltro {
        width: 90%;
    }
}