#index ._sd_home_top_ventas {
    margin-bottom: 35px;
    padding: 0px 0px 35px 40px;
}
#index ._sd_home_top_ventas_title{
    display: flex;
    flex-direction: column;
    color: #111;
    font-weight: 600;
    font-size: 38px;
    gap: 5px;
    margin-bottom: 20px;
}
#index.mobile_device ._sd_home_top_ventas_title {
    color: #000000;
    font-size: 32px;
	margin-bottom: 15px;
}
#index ._sd_home_top_ventas_slider {
    /* background: #D6CBB9; */
    overflow: hidden;
}
#index ._sd_home_top_ventas_slider .swiper-slide:hover ._sd_home_top_ventas_product_data {
    opacity: 1;
}
#index.mobile_device ._sd_home_top_ventas_slider .swiper-slide ._sd_home_top_ventas_product_data {
    opacity: 1;
}
#index ._sd_home_top_ventas_title span:nth-child(odd) {
    font-size: 24px;
}
#index ._sd_home_top_ventas_title span:nth-child(2) {
    font-size: 42px;
    font-weight: 500;
    line-height: 45px;
}
#index.mobile_device ._sd_home_top_ventas {
    margin-bottom: 0px;
}
#index ._sd_home_top_ventas_product_data {
    color: #111;
    opacity: 0;
    font-family: 'Rubik_GF';
    padding: 15px;
    background: rgba(255,255,255,0.75);
    position: absolute;
    transition: 0.25s;
    text-align: center;
    /*width: 90%;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    bottom: 20px;
	margin: 0 20px;
}

#index.mobile_device ._sd_home_top_ventas_product_data {
	bottom: 0;
	margin: 0;
    position: relative;
}

#index ._sd_home_top_ventas_product_data:hover {
    opacity: 1;
}
#index ._sd_home_top_ventas_product_data ._sd_home_top_ventas_featured_manufacturer_reference {
    font-weight: 500;
    font-size: 18px;
}
#index ._sd_home_top_ventas_product_data ._sd_home_top_ventas_featured_price {
    font-weight: 500;
    font-size: 18px;
}
#index.mobile_device ._sd_home_top_ventas_product_data ._sd_home_top_ventas_featured_price {
	font-size: 16px;
    text-align: left;
}
#index ._sd_home_top_ventas_product_data ._sd_home_top_ventas_featured_name {
	display: block;
    display: -webkit-box;
    /*height: 18px * 1.3 * 2;*/
    font-size: 18px;
    line-height: 1.3;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	/*min-height: 35px;*/
    overflow: hidden;
	text-align: center;
    text-overflow: ellipsis;
}

#index.mobile_device  ._sd_home_top_ventas_product_data ._sd_home_top_ventas_featured_name {
	display: block;
    display: -webkit-box;
    height: 14px * 1.25 * 2;
    font-size: 14px;
    line-height: 1.25;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	min-height: 35px;
    overflow: hidden;
	text-align: left;
    text-overflow: ellipsis;
}

