
#portal-carousel {
	margin-bottom	: 50px;
}

#seccio-descripcio-llarga {
	margin-bottom	: 50px;
}

.esplais {
	display	: flex;
	flex-wrap	: wrap;
	margin-bottom	: 50px;
}

.esplais .esplai {
	background-color	: #E9E9E9;
	min-height	: 150px;
	padding	: 30px;
	width	: 100%;
}

.esplais .esplai:nth-child(2n) {
	background-color	: #F2F2F2;
}

.esplais .esplai:hover {
	background-color	: #007c37;
	color	: #FFF;
}

.esplais .esplai h3 {
	text-align	: center;
	text-transform	: uppercase;
}

.esplais .esplai .poblacio {
	border-top: 1px solid #999;
	color: #333;
	margin-top: 20px;
	padding-top: 10px;
	text-align: center;
}

@media (min-width: 768px) {

	.esplais .esplai {
		width	: 33%;
		width	: calc(100% / 3);
	}
}
