@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	box-sizing: border-box;
	
}

p {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 24px;
	margin-top:10px;
	
	
}
strong {
	font-weight: 600;
}

.ladillo{
	text-transform: uppercase;
	font-weight: 600;
	padding-top: 20px;
	font-weight: 800;
	color: #e7382f;
}
.content{
	width: 100%;
	max-width: 800px;
	margin: 0 auto 0 auto;
	padding: 25px 10px;
}


img{
	width: 100%;
	height: 65vh;
	object-fit: cover;
}

.destacat {
	padding: 25px 0;
	font-family: 'Tabac G1', serif;
	font-size: 2em;
	color: #e7382f;
	font-weight: 900;
}

.despiece{
	background-color: #393631;
	margin: 20px 0;
	color: #ffffff;
	padding: 25px;
	
}

.titular-despiece{
	font-family: 'Tabac G1', serif;
	font-size: 1.7em;
	line-height: 1.6em;
	margin: 15px 0;
	font-weight: 900;
	
}