.dd_inicioproductosdestacados2{
	width: 100%;	
	margin-bottom:100px;
}

.dd_inicioproductosdestacados2 .header{
    width: 100%;
	margin-bottom: 30px;
	display: block;
								   
    text-align: center;
    gap: 20px;
}

.dd_inicioproductosdestacados2 .header .linea-izq,
.dd_inicioproductosdestacados2 .header .linea-der{
	display: none;
	width: 100%;
    max-width: 455px;
    height: 2px;
    background: rgba(0, 179, 170, 1);	
}

.dd_inicioproductosdestacados2 .header .text-header{
	font-family: Nunito;
    font-weight: 400;
    font-size: 25px;
    line-height: 120%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 0px;
    width: 100%;
	padding: 0px 20px;
}

.dd_inicioproductosdestacados2 .header .text-header span{
	font-weight: 700;
    color: rgba(39, 158, 148, 1);
    line-height: 120%;
}

.dd_inicioproductosdestacados2 .productos{
	display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    padding: 0px 0px;
    margin: 0 auto;	
}

.dd_inicioproductosdestacados2 .productos .js-product{
	width: calc(50% - 10px);	
	padding-left: 0px;
 	padding-right: 0px;
}


@media (min-width: 768px){
	.dd_inicioproductosdestacados2{	
		margin-bottom: 200px;		
	}
}
@media (min-width: 992px){
	.dd_inicioproductosdestacados2{	
		margin-bottom: 300px;
	}
	.dd_inicioproductosdestacados2 .header{	
	    margin-bottom: 75px;
        display: flex;
        justify-content: space-between;
        align-items: center;
	}
	.dd_inicioproductosdestacados2 .header .linea-izq,
	.dd_inicioproductosdestacados2 .header .linea-der{
		display: block;
						   
	}
 
	.dd_inicioproductosdestacados2 .productos .js-product{
	     width: calc(25% - 15px);
	}
}


