/* Estilo visual para los títulos */
.section-title-products{
	position: relative;
	display: inline-block;
	font-weight: bold;
	font-size: 1.4rem;
	font-family: 'Ubuntu', 'Arial', sans-serif;
	margin-bottom: 1.7rem;
	color: var(--gray-semidark);
}

.section-title-products a{
	color: var(--gray-semidark);
	text-decoration: none;
}

.section-title-products::after {
    content: "";
    position: absolute;
    width: 10vw;
    height: 2px;
    background-color: #43d87e;
    top: 50%;
    min-width: 110px;
    margin-left: 10px;
}


.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: 2rem;
		color: #ffffff;
	}
	
	.new-title-text-link {
	  font-size: 2rem;
		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: 2rem;
		color: #ffffff;
	  cursor: pointer;
	}
}