.latest-posts{
	margin-bottom: 300px;
}

.latest-posts a{
	text-decoration: unset !important;
}

.latest-posts .heading-container h2{
	color: #191200;
	text-align: center;
	font-family: 'InnovarElegant';
	font-size: 60px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	margin: 0;
	margin-bottom: -3px;
	position: relative;
	z-index: 1;
}

.latest-posts .blog-grids{
    display: flex;
    gap: 20px;
}

.latest-posts .blog-item-link{
	width: 100%;
	min-width: calc(33.3% - 13px);
	max-width: calc(33.3% - 13px);
    text-decoration: unset !important;
}

.latest-posts .blog-item-link:focus{
	outline: unset !important;
}

.latest-posts .blog-grids picture{
    display: flex;
    overflow: hidden;
    position: relative;
}

.latest-posts .blog-grids .blog-item-link img{
    width: 100%;
    transition: transform 0.6s ease;
    border-radius: 2px;
}

.latest-posts .blog-grids .blog-item-link:hover img{
    transform: scale(1.1);
}

.latest-posts .blog-grids picture .estacion{
    position: absolute;
    bottom: 0;
    display: none;
    gap: 10px;
    color: var(--negro);
    text-align: center;
    font-family: 'RalewayLight';
    font-size: 26px;
    font-weight: 400;
    flex-direction: column;
    padding: 10px;
    background: var(--blanco);
    text-transform: uppercase;
}

.latest-posts .blog-grids picture .estacion .fecha{
    font-size: 40px;
    font-weight: 200;
}

.latest-posts .blog-grids .blog-item-content{
    padding: 15px 20px 0;
    display: flex;
    gap: 15px;
    align-items: center;
}

.latest-posts .blog-grids .blog-item-content .estacion{
    display: flex;
    gap: 10px;
    color: var(--negro);
    text-align: center;
    font-family: 'RalewayLight';
    font-size: 26px;
    font-weight: 400;
    flex-direction: column;
    text-transform: uppercase;
}

.latest-posts .blog-grids .blog-item-content .estacion .fecha{
    font-size: 40px;
    font-weight: 200;
}

.latest-posts .blog-grids .blog-item-content h3{
    color: var(--negro);
    font-family: Raleway;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
}

@media (max-width: 991px){
	.latest-posts{
		margin-bottom: 200px;
	}

	.latest-posts .blog-item-link{
		min-width: auto;
		max-width: 100%;
	}
	
	/*
	.latest-posts .blog-grids{
		width: calc(100% + 20px) !important;
		margin-left: -10px !important;
	}
	*/
	.latest-posts .blog-item-link{
		padding: 0px 0px;
	}
	
	.latest-posts .blog-grids picture .estacion{
		display: flex;	
		gap: 8px;
		font-size: 18px;
		font-family: 'Raleway';
		font-size: 18px;
		font-style: normal;
		font-weight: 300;
	}
	
	.latest-posts .blog-grids picture .estacion .fecha{
		font-size: 30px;
		font-family: 'Raleway';
		font-size: 30px;
		font-style: normal;
		font-weight: 200;
	}
	
	.latest-posts .blog-grids .blog-item-content .estacion{
		display: none;	
	}
/*	
	 #index .latest-posts .blog-item-link.slick-slide:nth-child(1) {
    padding-right: 40px;
    padding-left: 0px;
  }
  #index .latest-posts .blog-item-link.slick-slide:nth-child(2) {
    padding-right: 0px;
    padding-left: 0px;
  }
  #index .latest-posts .blog-item-link.slick-slide:nth-child(3) {
    padding-right: 0px;
    padding-left: 40px;
  }	
*/	
}

@media (max-width: 767px){
	.latest-posts{
		margin-bottom: 100px;
	}
	
	.latest-posts .blog-grids{
		width: 100% !important;
		margin-left: 0px !important;
	}
	
	.latest-posts .blog-item-link{
		padding: 0px;
	}
	
	.latest-posts .blog-item-link{
		min-width: auto;
		max-width: 100%;
	}
	
	.latest-posts .blog-grids .blog-item-content{
		padding: 10px 20px 0px;	
	}
}
