.single-news-info h2{
	margin-bottom: 16px;
}

.single-news-info p{
    line-height: 1.64;
}

.single-news img{
	object-fit: cover;
    width: 100%;
	height:auto;
}

.single-news .container{
	width: 70%;
    max-width: 767px;
}

.item-noticias-picture img{
	height: 240px;
}

@media screen and (min-width: 1920px){
	.home-beneficios .home-beneficios-slide-box-picture{
		height: 400px;
	}
	.product-noticias-embajadores .home-noticias-slide-picture{
		height: 360px;
	}
	.product-noticias-embajadores .homenoticias-slide:nth-child(odd) .home-noticias-slide-picture{
		height: 420px;
	}
	.single-news-info h2{
		margin-bottom: 40px;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1890px){
	.product-auspicios .auspicios-slide-box-picture{
		width: 400px;
	}
	.single-news-info h2{
		margin-bottom: 24px;
	}
}

.single-news-info p{
	text-align: justify;
	opacity: 0.88;
}
.single-news-info img{
	border-radius: 24px;
	width: 100%;
    margin: auto;
	margin-top: 32px;
	margin-bottom: 32px;
}

.blog-list-items-wrap{
	row-gap: 24px;
}
.blog-list-items .item-noticias-picture{
	height: 240px;
}


@media screen and (max-width: 1024px){
	.single-news-info img{
		width: 100%;
		max-width: initial;
		margin: 0;
		margin-top: 0;
		margin-bottom: 0;
		height: initial;
	}
	.single-news .container{
		width: 90%;
		max-width: 767px;
	}
	
	.single-news img{
		object-fit: cover;
		width: 100%;
		height:auto;
	}
	.single-news-info p{
		text-align: justify;
		opacity: 0.88;
		font-size: 20px;
		line-height: 1.8;
	}
	.single-news-info img{
		width: 100%;
		margin: auto;
		height: auto;
	}
	.blog-list-items .item-noticias-picture{
		height: 100%;
	}
	.blog-list-items .item-noticias-picture img{
		height: 100%;
	}
}


