.home-productos_gray{
	background-color: #FCFCFC;
}
.home-productos div[class*='col-'] {
	padding: 0 8px;
}
.home-productos .banner--link {
	width: 100%;
	display: block;
	height: auto;
}
.home-productos .banner--link img {
	max-height: 100%;
	height: auto;
	object-fit: cover;
	width: 100%;
}
.new-title a{
	text-decoration: none !important;
}
@media(min-width:576px) {
	.home-productos .banner--link {
		/*height: 160px;*/
	}
	.home-productos_md.home-productos .banner-big .banner--link {
		height: auto;
	}
}
@media(min-width:768px) {
	.home-productos .banner--link {
		/*height: 223px;*/
	}
	.home-productos .banner--link img {
		/*height: inherit;*/
	}
	
	.home-productos_md.home-productos .banner-big .banner--link{
		/*height: 225px;*/
	}
}

@media(min-width:992px) {
	.home-productos {
		margin-top: 0;
	}
	.home-productos .banner--link {
		/*height: 198px;*/
	}
}
@media(min-width:1200px) {
	.home-productos .banner--link {
		/*height: 240px;*/
	}
	.home-productos_md.home-productos .banner-big .banner--link{
		/*height: 240px;
	}
	body.font-lg .home-productos .banner--link, body.font-lg .home-productos_md.home-productos .banner-big .banner--link{
		/*height: 240px;*/
	}
	body.font-xl .home-productos .banner--link, body.font-xl .home-productos_md.home-productos .banner-big .banner--link{
		/*height: 240px;*/
	}
}
@media(min-width:1440px) {
	.home-productos .banner--link {
		/*height: 289px;*/
	}
	.home-productos_md.home-productos .banner-big .banner--link{
		/*height: 289px;*/
	}
	body.font-xl .home-productos .banner--link, 
	body.font-xl .home-productos_md.home-productos .banner-big .banner--link{
		    /*height: 292px;*/
	}
}
.new-title-text:hover {
	font-size: #00d879;
	color: #ffffff;
	text-decoration:none;
	cursor:pointer;
}

.tam_cont{
	min-height: 500px;
}

@media (min-width: 768px){
	.new-title{
			display: flex;
			text-align: center;
			font-weight: 700;
			line-height: 1.2rem;
			background-color: #00d879;
			display: block;
			width: 100%;
			padding: 15px 20px;
			margin-bottom: 15px;
			height: 60px;
			display: flex;
			align-items: center;
			justify-content: center;
			align-items: flex-start;
		  align-items: center;
	}
	
	.new-title-text {
	  font-size: 1.6rem;
		color: #ffffff;
	}
	
	.new-title-text-link {
	  font-size: 1.6rem;
		color: #ffffff;
	  cursor: pointer;
	}
}

@media (max-width: 767px){
	.new-title{
			display: flex;
			text-align: center;
			font-weight: 700;
			line-height: 1.2rem;
			background-color: #00d879;
			display: block;
			width: 100%;
			padding: 15px 20px;
			margin-bottom: 15px;
			height: 60px;
			display: flex;
			align-items: center;
			justify-content: center;
			align-items: flex-start;
		  align-items: center;
	}
	
	.new-title-text {
	  font-size: 1.4rem;
		color: #ffffff;
	  cursor: pointer;
	}
	
	.new-title-text-link {
	  font-size: 1.6rem;
		color: #ffffff;
	  cursor: pointer;
	}
}