body{
    font-family: "Montserrat";
    color: #46566C;
}
input[type="range"] {
    -webkit-appearance: none;
    margin-right: 15px;
    width: 100%;
    height: 7px;
    background: #e5e9f2;
    border-radius: 5px;
    background-image: linear-gradient(#3d3a71, #3d3a71);
    background-size: 0% 100%;
    background-repeat: no-repeat;
}

[dir="rtl"] input[type="range"] {
    background: #3d3a71;
    background-image: linear-gradient(#fff, #fff);
    background-size: 30% 100%;
    background-repeat: no-repeat;
}

/* Input Thumb */
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #3d3a71;
    cursor: pointer;
    box-shadow: 0 0 2px 0 #555;
    transition: background .3s ease-in-out;
}

input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #3d3a71;
    cursor: ew-resize;
    box-shadow: 0 0 2px 0 #555;
    transition: background .3s ease-in-out;
}

input[type="range"]::-ms-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #3d3a71;
    cursor: ew-resize;
    box-shadow: 0 0 2px 0 #555;
    transition: background .3s ease-in-out;
}

input[type="range"]::-webkit-slider-thumb:hover {
    background: #3d3a71;
}

input[type="range"]::-moz-range-thumb:hover {
    background: #3d3a71;
}

input[type="range"]::-ms-thumb:hover {
    background: #3d3a71;
}

/* Input Track */
input[type=range]::-webkit-slider-runnable-track  {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
}

input[type=range]::-moz-range-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
}

input[type="range"]::-ms-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
			}
.space-nav{
    height: 194px;
}
.container-columna{
    display: flex;
}
.cnt-col-left{
    width: 60%;    
    max-width: 1000px;
}
.cnt-col-right{
    flex: 1;
    margin-top: 10px;
    margin-left: 55px;
}
.content-detail__img{
    padding-left: 58px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
}
.content-detail__gallery .lSSlideOuter {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	gap: 30px;
}

.content-detail__gallery .lSAction>a {
	display: none;
}
.gallery-detail__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}

.content-detail__gallery .lSSlideWrapper {
	width: 702px;
}

.content-detail__gallery .lSSlideOuter .lSPager.lSGallery {
	width: 165px !important;
}

.content-detail__gallery .lSSlideOuter .lSPager.lSGallery li {
	height: 125px;
	width: 100% !important;
	margin-bottom: 10px;
}

.content-detail__gallery .lSSlideOuter .lSPager.lSGallery li a {
	display: flex;
	width: 100%;
	height: 100%;
}

.content-detail__gallery .lSSlideOuter .lSPager.lSGallery img {
	border-radius: 3px;
	width: 100%;
	height: 100%;
	object-fit: cover !important;
}
.content-detail__gallery .lSSlideOuter .lSPager.lSGallery {
	height: 535px;
	padding-right: 5px;
	overflow-y: scroll;
}

.content-detail__gallery .lSSlideOuter .lSPager.lSGallery::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	background-color: #ededed !important;
}

.content-detail__gallery .lSSlideOuter .lSPager.lSGallery::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #3D3A71;
}
.div-ruta .breadcrumb{
    margin-left: 70px;
    margin-bottom: 0px;
}
.div-ruta .breadcrumb-item a{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.8px;
    color: #46566C;
    text-decoration: none;
}
.div-ruta .breadcrumb-item {
    font-weight: 700;
}

/* div right */
.lbl_propiedad{
    font-size: 36px;
    font-weight: 800;
    line-height: 43.57px;
    margin-bottom: 17px;
}
.img_icon_prop{
    width: 18px;
    margin-right: 15px;
}
.p_info_dpto, .p_info_ubic{
    display: flex;
    margin-bottom: 15px;
}
.p_info_dpto span{
    font-size: 24px;
    font-weight: 400;
    line-height: 29.05px;
}
.p_info_ubic span{
    font-size: 20px;
    font-weight: 400;
    line-height: 24.2px;
}
.detalle_parametros{
    display: flex;
    margin-top: 5px;
}
.cnt_params{
    display: flex;
    min-width: 407px;
    min-height: 71px;
    background-color: #E5E9F2;
    border-radius: 5px;
    align-items: center;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
}
.param-dimencion{
    font-size: 30px;
    font-weight: 700;
    line-height: 31.2px;
}
.param-dimencion img{
    width: 21px;
    margin-right: 8px;
}
.param-habitacion, .param-bathroom, .param-pisos{
    font-size: 16px;
    font-weight: 700;
    line-height: 20.2px;
}
.param-habitacion img, .param-bathroom img{
   width: 26px;
   margin-right: 8px;
}
.param-pisos img{
    width: 23px;
    margin-right: 8px;
}
.line_h{
    height: 55%;
    border: 1px solid #46566C;
}
.h_valor_mercado{
    font-size: 20px;
    font-weight: 900;
    line-height: 24.2px;
    margin-top: 26px;
}
.detalle_valor_m{
    display: flex;
    margin-top: 5px;
}
.cnt_valor_m{
    display: flex;
    min-width: 526px;
    min-height: 94px;
    background-color: #f2f2f2;
    border-radius: 20px;
    align-items: center;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
}
.param-valor{
    font-size: 36px;
    font-weight: 900;
    line-height: 43.57px;
}
.param-valor span{
    color: #7681A2;
}

.btn_invertir{
    min-width: 260px;
    min-height: 49px;
    background-color: #90EE90;
    color: #46566C;
    font-size: 16px;
    font-weight: 900;
    line-height: 19.36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    text-decoration: none;
}
.btn_contactenos{
    margin-left: 60px;
    color: #46566C;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 900;
    line-height: 19.36px;
}
.h_retorno{
    font-size: 20px;
    font-weight: 900;
    line-height: 24.2px;
    margin-top: 26px;
}
.detalle_retorno_esperado{
    font-size: 24px;
    font-weight: 300;
    line-height: 29.05px;
}
.detalle_retorno_esperado span{
    font-size: 36px;
    font-weight: 900;
    line-height: 43.57px;
}
.detalle_retorno{
    display: flex;
    margin-top: 5px;
}
.detalle_retorno_2{
    display: flex;
}
.detalle_retorno_2 .div_dt_1{
    border-radius: 20px 20px 0px 0px;
}
.detalle_retorno_2 .div_dt_2{
    border-radius: 0px 0px 20px 20px;
}
.detalle_retorno_2 .div_dt_1 .line_h{
    height: 100%;
    border: 1px solid #46566C;
    margin-top: 10%;
}
.detalle_retorno_2 .div_dt_2 .line_h{
    height: 100%;
    border: 1px solid #46566C;
    margin-bottom: 10%;
}
.detalle_retorno_2 .param-retorno{
    padding-right: 20px;
}
.cnt_retorno{
    display: flex;
    min-width: 526px;
    min-height: 94px;
    background-color: #f2f2f2;
    border-radius: 20px;
    align-items: center;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
}
.param-retorno{
    font-size: 28px;
    font-weight: 900;
    line-height: 33.89px;
}
.param-retorno span{
    color: #7681A2;
    font-size: 16px;
    font-weight: 300;
    line-height: 19.36px;
}
.param-retorno-text{
    font-size: 16px;
}
.sobre_la_propiedad{
    margin-left: 65px;
}
.sobre_la_propiedad h2{
    font-size: 36px;
    font-weight: 800;
    line-height: 43.57px;
    margin-bottom: 33px;
}
.sobre_la_propiedad p{
    text-align: left;
    max-width: 750px;
    max-height: 216px;
    overflow-y: scroll;
    font-size: 20px;
    font-weight: 600;
    line-height: 24.2px;
    padding-right: 20px;
}
.sobre_la_propiedad p::-webkit-scrollbar{
    background-color: #f2f2f2;
    width: 12px;
    border-radius: 10px;
}
.sobre_la_propiedad p::-webkit-scrollbar-thumb{
    background-color: #e4e1e1;
    border-radius: 10px;
}
.cnt_retorno_proyectado{
    padding-top: 40px;
}
.retorno_proyectado{
    margin-left: 65px;
}
.retorno_proyectado h2{
    font-size: 26px;
    font-weight: 800;
    line-height: 30.57px;
    color: #46566C;
}
.retorno_proyectado h2 span{
    color: #7681A2;
}


/* estilos del grafico */
.main-graph{
    padding-left: 65px;
    padding-right: 65px;
}
.chart_retribuciones{
    position: relative; 
    height:500px;
    width: 100%;
    margin-top: 40px;
}
.legendBox{
    position: relative; 
    width: 100%;
    display: flex;
    margin-bottom: 20px;         
}
.item{
    padding: 5px 10px;
    margin: 10px;
    border: none;
    background-color: transparent;
    cursor:pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 100;
    font-size: 14px;    
    outline: none!important;     
}
.item span{
    color: #3D3A71;
}
.caja{
    width: 32px;
    height: 32px;
    background-color: white;
    border-radius: 0.35rem;
    margin-right: 8px;
}
.text_no{
    text-decoration:line-through;
}
@media (max-width: 1550px) {
    .content-detail__img{
        padding-left: 45px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 15px;
    }
    .content-detail__gallery .lSSlideOuter {
        gap: 23px;
    }
    .content-detail__gallery .lSSlideWrapper {
        width: 554px;
    }
    .content-detail__gallery .lSSlideOuter .lSPager.lSGallery {
        width: 130px !important;
    }
    .content-detail__gallery .lSSlideOuter .lSPager.lSGallery li {
        height: 98px;
    }
    .content-detail__gallery .lSSlideOuter .lSPager.lSGallery {
        height: 422px;
    }
    .content-detail__gallery .lSSlideOuter .lSPager.lSGallery::-webkit-scrollbar {
        width: 6px;
        height: 6px;
    }
    .div-ruta .breadcrumb{
        margin-left: 55px;
    }
    .div-ruta .breadcrumb-item a{
        font-size: 12px;
        line-height: 15px;
    }

    /* div right */
    .lbl_propiedad{
        font-size: 28px;
        line-height: 33px;
        margin-bottom: 13px;
    }
    .img_icon_prop{
        width: 14px;
        margin-right: 11px;
    }
    .p_info_dpto, .p_info_ubic{
        margin-bottom: 11px;
    }
    .p_info_dpto span{
        font-size: 18px;
        line-height: 22px;
    }
    .p_info_ubic span{
        font-size: 15px;
        line-height: 18px;
    }
    .cnt_params{
        min-width: 321px;
        min-height: 56px;
        padding-left: 23px;
        padding-right: 23px;
    }
    .param-dimencion{
        font-size: 23px;
        line-height: 24px;
    }
    .param-dimencion img{
        width: 16px;
        margin-right: 6px;
    }
    .param-habitacion, .param-bathroom, .param-pisos{
        font-size: 12px;
        line-height: 15px;
    }
    .param-habitacion img, .param-bathroom img{
        width: 20px;
        margin-right: 6px;
    }
    .param-pisos img{
        width: 18px;
        margin-right: 6px;
    }
    .h_valor_mercado{
        font-size: 15px;
        line-height: 18px;
        margin-top: 20px;
    }
    .cnt_valor_m{
        min-width: 415px;
        min-height: 74px;
        padding-left: 23px;
        padding-right: 23px;
    }
    .param-valor{
        font-size: 28px;
        line-height: 33px;
    }
    .btn_invertir{
        min-width: 205px;
        min-height: 38px;
        font-size: 12px;
        line-height: 15px;
        border-radius: 25px;
    }
    .btn_contactenos{
        margin-left: 47px;
        font-size: 12px;
        line-height: 15px;
    }
    .h_retorno{
        font-size: 15px;
        line-height: 18px;
        margin-top: 20px;
    }
    .cnt_retorno{
        min-width: 415px;
        min-height: 74px;
        padding-left: 23px;
        padding-right: 23px;
    }
    .param-retorno{
        font-size: 22px;
        line-height: 30px;
    }
    .param-retorno-text{
        font-size: 11px;
    }
    .sobre_la_propiedad{
        margin-left: 51px;        
    }
    .sobre_la_propiedad h2{
        font-size: 28px;
        line-height: 33px;
    }
    .sobre_la_propiedad p{
        font-size: 15px;
        line-height: 18px;
        max-width: 592px;
        max-height: 170px;
    }
    .retorno_proyectado{
        margin-left: 51px;
    }
    .retorno_proyectado h2{
        font-size: 22px;
        line-height: 23px;
    }
    .main-graph{
        padding-left: 51px;
        padding-right: 51px;
    }
    .chart_retribuciones{
        height:395px;
    }
    .detalle_retorno_esperado{
        font-size: 18px;
        line-height: 22.05px;
    }
    .detalle_retorno_esperado span{
        font-size: 28px;
        line-height: 28.57px;
    }
}
@media (max-width: 1200px){
    .space-nav{
        height: 164px;
    }
    .container-columna{
        flex-direction: column;
    }
    .cnt-col-left{
        width: 100%;    
        max-width: inherit;
    }
    .cnt-col-right{
        width: 100%; 
    }
    .content-detail__img{
        padding: 20px;
    }
    .sobre_la_propiedad{
        margin-top: 45px;
        margin-right: 51px;
    }
    .sobre_la_propiedad p{
        text-align: justify;
        max-width: 100%;
        max-height: inherit;
        overflow: hidden;
    }
}
@media (max-width: 992px) {
    .space-nav{
        height: 120px;
    }
    .div-ruta .breadcrumb{
        margin-left: 20px;
    }
    .cnt-col-right{
        margin-left: 20px;
    }
    .sobre_la_propiedad{
        margin-left: 20px;
        margin-right: 20px;
    }
    .retorno_proyectado{
        margin-left: 20px;
    }
    .main-graph{
        padding-left: 20px;
        padding-right: 20px;
    }
    .chart_retribuciones{
        height:356px;
    }
}
@media (max-width: 768px) {
    .cnt-col-left{
        width: 100%
    }
    .cnt-col-right{
        width: 100%;
        margin-left: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .content-detail__gallery .lSSlideWrapper {
        margin: 0 auto;
    }
    .content-detail__gallery .lSSlideOuter .lSPager.lSGallery {
		display: flex;
		width: 100% !important;
		height: max-content;
		overflow-y: hidden;
	}
	.content-detail__gallery .lSSlideOuter {
		flex-direction: column;
		gap: 10px;
	}

	.content-detail__gallery .lSSlideOuter .lSPager.lSGallery li {
		height: max-content;
		margin-bottom: 0 !important;
	}

    /* div right */
    .lbl_propiedad{
        font-size: 22px;
    }
    .p_info_dpto span{
        font-size: 14px;
    }
    .p_info_ubic span{
        font-size: 13px;
    }
    .cnt_params{
        min-width: 252px;
        min-height: 44px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .param-dimencion{
        font-size: 16px;
    }
    .param-dimencion img{
        width: 15px;
        margin-right: 4px;
    }
    .param-habitacion, .param-bathroom, .param-pisos{
        font-size: 10px;
    }
    .param-habitacion img, .param-bathroom img{
        width: 16px;
        margin-right: 3px;
    }
    .param-pisos img{
        width: 14px;
        margin-right: 3px;
    }
    .h_valor_mercado{
        font-size: 13px;
    }
    .cnt_valor_m{
        min-width: 306px;
        min-height: 60px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .param-valor{
        font-size: 25px;
    }
    .btn_invertir{
        min-width: 160px;
        min-height: 30px;
    }
    .btn_contactenos{
        margin-left: 40px;
    }
    .h_retorno{
        font-size: 12px;
    }
    .cnt_retorno{
        min-width: 306px;
        min-height: 60px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .param-retorno{
        font-size: 20px;
    }
    .sobre_la_propiedad{
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 20px;
    }
    .retorno_proyectado{
        margin-left: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .retorno_proyectado h2{
        font-size: 18px;
    }
    .retorno_proyectado h2 img{
        width: 40px;
    }
    .detalle_retorno_esperado{
        font-size: 18px;
        line-height: 22.05px;
    }
    .detalle_retorno_esperado span{
        font-size: 28px;
        line-height: 28.57px;
    }
}