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

/* Verd: #5E9666; */

#infoSota{
	color: #333;
	margin: 0 auto;
	padding: 50px;
}

.infoTitol{
	color: #5E9666;
	font-size: 40px;
}

.infoTitolDos{
	color: #5E9666;
	font-size: 30px;
	margin-bottom: 10px;
	margin-top: 50px;
}

.infoContingut{
	font-size: 17px;
	line-height: 22px;
	margin-top: 0.6vw;
}

.infoContingut a{
	color: #5E9666;
	text-decoration: none;
}

#infoSota .infoContingut .agraiments{
	color: #333;
	margin: 25px 30px;
}

#infoSota .infoContingut .patrocinador{
	margin: 5px 0 0 0;
}

#infoSota .infoContingut .patrocinador img{
	width: 300px;
}

.infoData{
	color: #5E9666;
	font-size: 15px;
	font-weight: bold;
	padding-top: 16px;
}

.areaDarrers, .areaEvolucio{
	/*background-color: #39F;*/
	display: grid;
	grid-template-columns: repeat(auto-fit, 189px);
	grid-gap: 10px;
	width: 100%;
}

.areaDarrers .fitxaResultat{
	border: 1px solid #093;
	height: 252px;
	overflow: hidden;
	width: 187px;
}

.areaDarrers .fitxaResultat a img{
	height: 250px;
	width: 187px;
}

.areaDarrers .noFoto{
	border: none;
}

.areaDarrers .fitxaResultat .nomPersonatge{
	bottom: 63.5px;
	background: rgb(0, 0, 0); /* Navegadors antics no soporten RGBA */
    background: rgba(0, 0, 0, 0.6);
	position: relative;
	font-size: 17px;
	font-weight: bold;
	padding: 20px 10px;
	text-align: center;
	text-transform: uppercase;
	width: 187px;
}

.areaDarrers .fitxaResultat .nomPersonatge a{
	color: #fff;
}

.areaDarrers .fitxaResultat a{
	text-decoration: none;
}

.areaEvolucio{
	width: 80%;
	margin-left: 10vw;
}

.areaEvolucio .fitxaResultat{
	border: 1px solid #093;
	height: 252px;
	overflow: hidden;
	width: 187px;
}

.areaEvolucio .fitxaResultat .nomPersonatge{
	bottom: 50px;
	color: #fff;
	background: rgb(0, 0, 0); /* Navegadors antics no soporten RGBA */
    background: rgba(0, 0, 0, 0.6);
	position: relative;
	font-size: 22px;
	font-weight: bold;
	padding: 11px 10px;
	text-align: center;
	text-transform: uppercase;
	width: 187px;
}

.bgBlanc{

	background-color: white;

	ul{
		background-color: white;
	}

	li{
		background-color: white;
	}
}

.taula-info{
	width: auto;

	th, td{
		padding-left: 20px;
		padding-right: 20px;
	}

	th:nth-child(4),
	td:nth-child(4){
		padding-right: 30px;
	}
}

/**********************************
//***                           ***
//***       Responsive          ***
//***                           ***
//********************************/

@media (max-width: 1200px){
	/* Menys de 1200px */
	/* Proporcions de https://aukera.es/blog/diseno-responsive/ */
	
	.infoContingut{
		font-size: 18px;
	}
	
	.areaDarrers{
		grid-template-columns: repeat(auto-fit, 150px);
	}
	
	.areaDarrers .fitxaResultat{
		border: 1px solid #093;
		height: 200px;
		width: 150px;
	}
	
	.areaDarrers .fitxaResultat a img{
		height: 198px;
		width: 148px;
	}
	
	.areaDarrers .fitxaResultat .nomPersonatge{
		bottom: 59.5px;
		font-size: 13px;
		padding: 20px 5px;
		width: 148px;
	}
}

@media (max-width: 1024px){
	/* Menys de 1024px */
	
	.areaDarrers, .areaEvolucio{
		/*background-color: #39F;*/
		grid-gap: 6px;
	}
	
	.areaEvolucio{
		width: 100%;
		margin: 0vw;
	}

}

@media (max-width: 768px){
	/* Menys de 768px */
	
	#infoSota{
		padding: 30px;
	}
	
	.infoContingut{
		font-size: 20px;
	}
	
	.areaDarrers{
		grid-template-columns: repeat(auto-fit, 120px);
	}
	
	.areaDarrers .fitxaResultat{
		border: 1px solid #093;
		height: 150px;
		width: 120px;
	}
	
	.areaDarrers .fitxaResultat a img{
		height: 148px;
		width: 118px;
	}
	
	.areaDarrers .fitxaResultat .nomPersonatge{
		bottom: 37.5px;
		font-size: 12px;
		padding: 10px 2px;
		width: 118px;
	}
		
}

@media (max-width: 480px){
	/* Menys de 480px - potser 320px no cal */
	
	#infoSota{
		padding: 15px;
	}
	
}

@media (max-width: 320px){
	/* Menys de 320px */
	
	#infoSota .infoContingut .agraiments{
		margin: 10px;
	}
	
	#infoSota .infoContingut .patrocinador img{
		width: 100%;
	}
		
}
