/*meitats*/

.img_meitat {
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
			
}

.espai_titol_meitat {
	width:80%;	
	background-color:#0082bc;
	padding-left:10%;
	padding-right:10%;			
		
}

.titol_meitat {
	color:white;
	text-transform:uppercase;
	font-weight:normal;	
	padding:10px 0px;
	
}

.fons_meitat {
	position:relative;
	display:inline-block;
	width:50%;
	height:inherit;
}

.fons_meitats_mobil {
	display:none;	
	
}

.contingut_espai_meitats {
	width:100%;
	position:absolute;
	left:50%;
	transform: translateX(-50%);
	
}

.contingut_meitat {
	width:40%;
	display:inline-block;
	vertical-align:middle;
}

.meitat_esquerra {
	padding-left:5%;
	padding-right:5%;		
	
}

.meitat_dreta {
	padding-left:0%;
	padding-right:0%;
	width:50%;	
	background-color:white;
}

.info_contingut_meitat {
	color:#666;
	font-family:arial;
	font-size:18px;
	font-style: normal;
	width:80%;	
	padding-left:10%;
	padding-right:10%;	
	
}

.megaNum {
	font-family:"Times New Roman", Times, serif;
	font-size:350px;
	transform:scale(1,1);
	position:absolute;
	z-index:9;
	color:white;
	right:0px;
	top:30px;
	opacity:0.3;

	
}

/*fi meitats*/


.cinta_articles {
	width:100%;
	
}

.titol_cinta {
	margin-bottom:30px;
	color:#666666;
}

.article, .article_articlesPag {
	display:inline-block;	
	
}


.article_col_1 {
	width:23.5%;
	margin-right:1%;
	vertical-align: top;
	
}

.article_col_2 {
	width:23.5%;
	margin-left:1%;
	margin-right:1%;
	vertical-align: top;
	
}

.article_col_3 {
	width:23.5%;
	margin-left:1%;
	margin-right:1%;
	vertical-align: top;
	
}

.article_col_4 {
	width:23.5%;
	margin-left:1%;
	vertical-align: top;
	
}

.etiqueta_article_actualitat {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	
}

.article_miniatura {
	width:100%;
	cursor:pointer;
	
}

.article_titol {
	width:80%;
	padding:30px 10%;
	padding-top:30px;
	margin:0px;
	font-size:18px;
	line-height:23px;
	
}

.article_descripcio {
	width:80%;
	padding:10px 10%;
	padding-bottom:30px;
	line-height: 22px;
	
}

.espai_data {
	width:100%;
	
}

.article_data {
	width:80%;
	padding:15px 10%;
	line-height: 22px;
	background-color:#FFFFFF;
	color:#666666;
	font-size:14px;
	text-align:right;
	
}

.parent {
    width: 100%;
    overflow: hidden;
    position: relative;
    cursor: default;
	height:100%;
}

.child {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
	
.article:hover .child {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
	
}

.article:hover .article_titol {
	text-decoration:underline;
	
}

/*.article:hover .article_descripcio {
	color:white !important;
	
}

.article:hover {
	background-color:#0182b9 !important;
		
}*/

.article_articlesPag:hover .child {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
	
}

.article_articlesPag:hover .article_titol {
	text-decoration:underline;
	
}

.text_titol {
	vertical-align:middle;	
	text-transform: uppercase;
	
}

.veure_mes {
	font-size:14px;
	color:#0182b9;
	position: absolute;
    right: 0px;
    margin-top: -25px;
	cursor:pointer;
	
}

.veure_mes:hover {
	text-decoration:underline;
	
}

.element_peu_article {
	vertical-align:middle;
	display:inline-block;
	
}

.element_peu_article_esquerra {
	width:54px;
	float:left;
}

.element_peu_article_dreta {
	width:80px;
	line-height:25px;
	
	
}

.btn_round_twitter {
	margin-right:2px;
	width:25px;
	height:25px;
	background-image:url(../images/round_twitter.png);
	background-size:100% 100%;
	display:inline-block;	
}

.btn_round_facebook {
	margin-left:2px;
	width:25px;
	height:25px;
	background-image:url(../images/facebook_round.png);
	background-size:100% 100%;
	display:inline-block;	
}

.btn_round_twitter:hover {
	background-image:url(../images/round_twitter_hover.png);
}

.btn_round_facebook:hover {
	background-image:url(../images/facebook_round_hover.png);
}

/* ARTICLES */

#filtre_apartats {
	width:200px;
	display:inline-block;
	vertical-align:top;
	
}

#filtre_apartats:hover #titol_apartats_articlesPag {
	color:#0082bc;
	border-bottom:1px solid #0082bc;
	
}

#espai_articles {
	display:inline-block;
	vertical-align:top;	
	margin-left:20px;
	
}

#espai_articles:hover #titol_articles_articlesPag {
	color:#0082bc;
	border-bottom:1px solid #0082bc;
	
}

.opcio_filtre {
	padding:10px 0px;
	cursor:pointer;
	margin-left:2px;
	
}

.check_opcio_filtre {
	width:12px;
	height:12px;
	outline:1px solid #666666;
	display:inline-block;
	vertical-align:middle;
	border:2px solid #F1F1F1;

}

.opcio_filtre:hover .check_opcio_filtre {
	background-color:#0082bc;
	
}

.check_opcio_filtre_active {
	background-color:#FFD77A !important;
}

.text_opcio_filtre {
	display:inline-block;
	vertical-align:middle;
	margin-left:10px;
	color:#999;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}

.titol_articlesPag {
	font-weight:normal;	
	color:#999999;
	border-bottom:1px solid #999999;
	padding-bottom:10px;
	margin-bottom:30px;	
	cursor:default;
	
}

.marge_articles_articlesPag {
	margin-bottom:20px;
	
}

#articles_3_cols {
	display:none;
		
}
.article_titol_articles {
	font-size:15px !important;
	line-height: 20px !important;
	
}

/* FI ARTICLES */


@media (max-width:1055px) {
	#articles_parells {
		display:none;
		
	}
	
	#articles_3_cols {
		display:block;
		
	}
	
	.article_col_1 {
		width:32%;
		margin-right:1%;
		
	}
	
	.article_col_2 {
		width:32%;
		margin-left:1%;
		margin-right:1%;
	}
	
	.article_col_3 {
		width:32%;
		margin-left:1%;
		margin-right:0%;
		
	}
	
	.article_col_4 {
		display:none;
			
	}
	
	.meitat_dreta {
		width:100% !important;
			
	}
	
	.meitat_esquerra {
		width:100% !important;
		padding-left:0% !important;
		padding-right:0% !important;
		max-height:400px !important;
		display:none!important;	
	}
	
}

@media (max-width:920px) {
	#contingut_article_articlesPag {
		padding-top:30px !important;
		padding-bottom:30px !important;
		
	}
	
	.titol_cinta {
		margin-bottom:15px;
		margin-top:0px;
	
	}
	
	.h1_titol_meitat {
		font-size:20px;
		
	}

	#articles_parells {
		display:block;
		
	}
	
	#articles_3_cols {
		display:none;
		
	}
	
	.article_col_1 {
		width:48%;
		margin-right:2%;
		margin-top:15px;
		margin-bottom:15px;
		
	}
	
	.article_col_2 {
		width:48%;
		margin-left:2%;
		margin-right:0%;
		margin-top:15px;
		margin-bottom:15px;
	}
	
	.article_col_3 {
		width:48%;
		margin-left:0%;
		margin-right:2%;
		margin-top:15px;
		margin-bottom:15px;
		
	}
	
	.article_col_4 {
		display:inline-block;
		width:48%;
		margin-left:2%;
		margin-top:15px;
		margin-bottom:15px;
			
	}
	
	#espai_articles {
		min-width:100%;
		margin-left:0px;	
		min-height:0px !important;
		
	}
	
	#filtre_apartats {
		min-width:100%;
		margin-left:0px;		
		min-height:0px !important;
		
	}
	
	.titol_articlesPag {
		color:#666666 !important;
		border:none !important;
		font-weight:bold;
		margin-bottom:0px;
		
	}
	
	#filtre_apartats{
		margin-bottom:30px;
		
	}
	
	#titol_apartats_articlesPag {
		padding-bottom:20px;
		
	}
	
	.opcio_filtre {
		width:24.5%;
		display:inline-block;
		background-color:#48a5c3;
		vertical-align:middle;
	}
	
	.check_opcio_filtre {
		display:none;		
		
	}
	
	.text_opcio_filtre {
		width:76%;
		margin-left:12%;
		margin-right:12%;
		text-align:center;
		color:white;
		padding:40px 0px;
		vertical-align:middle;
		
	}
	
}

@media (max-width:620px) {
	.opcio_filtre {
		width:32.5%;
		margin:1px 1px;
	}
	.etiqueta_article {
		min-height:auto !important;
			
	}
	
	.espai_meitats {
		padding-top:0px !important;
		padding-bottom:0px !important;	
		
	}
	
	.parent {
		height:400px;		
		
	}
	
	.article_miniatura {
		vertical-align:center;
		
	}
		
	.article_col_1 {
		width:100%;
		margin-right:0%;
		margin-top:15px;
		margin-bottom:15px;
		
	}
	
	.article_col_2 {
		width:100%;
		margin-left:0%;
		margin-right:0%;
		margin-top:15px;
		margin-bottom:15px;
	}
	
	.article_col_3 {
		width:100%;
		margin-left:0%;
		margin-right:0%;
		margin-top:15px;
		margin-bottom:15px;
		
	}
	
	.article_col_4 {
		display:inline-block;
		width:100%;
		margin-left:0%;
		margin-top:15px;
		margin-bottom:15px;
			
	}
	
	.article_titol {
		width:90%;
		padding:10px 5%;
		padding-top:20px;
	
	}
	
	.article_titol_actualitat {
		width:86% !important;
		padding:30px 7% !important;
		padding-top:20px !important;
	
	}
	
	.article_titol_articles {
		width:86% !important;
		padding:30px 7% !important;
		padding-top:20px !important;
		
	
	}

	.article_data {
		width:86%;
		padding:15px 7%;
		
	}

	.article_descripcio {
		width:90%;
		padding:10px 5%;
		padding-bottom:20px;
		
	}
	
	.article:hover .child {
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		
	}
	
	.article_articlesPag:hover .child {
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		
	}

	.article:hover .article_titol {
		font-style:normal;   
		color:none;
		
	}
	
	.article:hover .article_descripcio {
		color:none;
		
	}
	
	.article:hover {
		background-color:none;
			
	}
	
}

@media (max-width:500px) {
	.opcio_filtre {
		width:49%;
		margin:1px 1px;
	}
	
}