.mascara{

	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	background: rgba(0,0,0,0.3);
}

.artigoHP{

	overflow: hidden;

}

.slick-active .artigoHP img{

	transition: all .2s ease-in-out;

}

.slick-active .artigoHP img:hover{

	transform: scale(1.3);
	opacity: 1;
}


#agenda .wrapper{

	display: block;
	overflow: hidden;
	max-width: 100%;
}

#agenda .slick-dots{

	margin-top: 40px !important;

}

#hp .row-threes .artigoHP_picto {
    width: 50px;
}
