@font-face {
  font-family: Nunito;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/Nunito-VariableFont_wght.ttf') format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

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

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

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

.dd_inicioproductosdestacados .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_inicioproductosdestacados .header .text-header span{
	font-weight: 700;
    color: rgba(39, 158, 148, 1);
    line-height: 120%;
}

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

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


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


