/* CUSTOM STYLE MARKETERS */

.home-bloque-contacto{
	
}

	.home-bloque-contacto .wpcf7-textarea{
		border: initial;
		border-radius: 0px !important;
		border-color: #dbdbdb !important;
	}
	
	.home-bloque-contacto .wpcf7-acceptance{
		color: var( --e-global-color-aca21d2 );
		font-family: "Inter", Sans-serif;
	}
	
	.home-bloque-contacto .wpcf7-acceptance .wpcf7-list-item{
		margin-left: 0px;
		margin-right: 10px;
	}
	
	.home-bloque-contacto .wpcf7-acceptance .wpcf7-list-item input::before{
		top: 10px;
		left: 20px;
	}
	
	.home-bloque-contacto p{
		color: var( --e-global-color-aca21d2 );
		font-family: "Inter", Sans-serif;
	}
	
	.home-bloque-contacto p a{
		text-decoration: underline;
	}
	
	.home-bloque-contacto p a:hover{
		text-decoration: none;
	}


.home-bloque-ultimas-entradas{
	display: flex;
	justify-content: space-between;
}

	.home-bloque-ultimas-entradas .post{
		background: #F2F2F2;
		width: 32.5%;
	}
	
	.home-bloque-ultimas-entradas .post .category{
		background: #01421D;
		color: white;
		padding: 8px 20px;
		font-size: 13px;
		font-family: "Inter", Sans-serif;
	}
	
	.home-bloque-ultimas-entradas .post .category a{
		color: white;
	}
	
	.home-bloque-ultimas-entradas .post .category a:hover{
		text-decoration: underline;
	}
	
	.home-bloque-ultimas-entradas .post .image{
		width: 100%;
		height: 300px;
	}
	
	.home-bloque-ultimas-entradas .post .image img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	.home-bloque-ultimas-entradas .post .title{
		padding: 20px;
		font-size: 18px;
		font-family: "Inter", Sans-serif;
		color: #01421D;
		font-weight: 600;
	}
	
	.home-bloque-ultimas-entradas .post .title a{
		color: #01421D;
	}
	
	.home-bloque-ultimas-entradas .post .title a:hover{
		text-decoration: underline;
	}
	
	.home-bloque-ultimas-entradas .post .separator{
		width: 30%;
		height: 4px;
		background: #01421D;
		margin-left: 20px;
		margin-right: 20px;
	}
	
	.home-bloque-ultimas-entradas .post .date{
		padding: 20px;
		font-size: 12px;
		font-family: "Inter", Sans-serif;
		color: #01421D;
		font-weight: 600;
	}
	
	.home-bloque-ultimas-entradas .post-empty{
		padding: 20px;
		font-size: 14px;
		font-family: "Inter", Sans-serif;
		color: #01421D;
		font-weight: 400;
		width: 100%;
		text-align: center;
	}
	
	
@media only screen and (max-width: 768px) {
	.home-bloque-ultimas-entradas{
		flex-direction: column;
	}

		.home-bloque-ultimas-entradas .post{
			width: 100%;
			margin-bottom: 20px;
		}
		
		.home-bloque-ultimas-entradas .post .category{
			
		}
		
		.home-bloque-ultimas-entradas .post .image{
			
		}
		
		.home-bloque-ultimas-entradas .post .image img{
			
		}
		
		.home-bloque-ultimas-entradas .post .title{
			
		}
		
		.home-bloque-ultimas-entradas .post .title a{
			
		}
		
		.home-bloque-ultimas-entradas .post .title a:hover{
			
		}
		
		.home-bloque-ultimas-entradas .post .separator{
			
		}
		
		.home-bloque-ultimas-entradas .post .date{
			
		}
		
		.home-bloque-ultimas-entradas .post-empty{
			
		}
}