
  
@media all{
	
	
	.reparto {
		position: relative;
		text-align:center;
		font-weight: 400;
		width: 100%;
		padding:0px 0px 0px;
		list-style: none;
		margin-bottom:40px;
	}
	
	.reparto li {
		line-height: 25px;
		margin:0px 10px;
		width: calc(50% - 20px);
		float:left;
		padding:0px;
		color: #333;
		display: block;
		letter-spacing:1px;
		text-transform:capitalize;
	}
	
	.reparto li span {
		color: #FCBF3C;
		font-size:90%;
		font-weight:bold;
		text-transform: uppercase;
	}
		
	
	section .adjustContent > .title h3 {
		font-weight: bold;
		display: block;
		line-height: 1;
		font-size: 36px;
	}
	
	section .adjustContent > .title h3 small{
		font-weight: 400;
		display: block;
		font-size: 66%;
		line-height: 1;
		margin-bottom: 2px;
		color: #000
	}
	section .adjustContent > .title h3 small.dato{
		font-weight: 400;
		display: block;
		font-size: 45%;
		line-height: 1;
		margin-top:5px;
		color:#555;
	}
	
	
	.creative li strong {
		display: block;
		font-weight: bold;
		text-transform: capitalize;
		color: #FCBF3C;
		padding-left: 10px;
		font-size: 110%;
	}
	
	section .adjustContent > .title h2 small.year {
		font-weight: 400;
		display: block;
		font-size: 40%;
		line-height: 1;
		margin-top: 5px;
		color: #FCBF3C;
	}
	
	
	
}
@media all and (max-width: 1230px){
	
	
	
	
	
}
@media all and (max-width: 1020px){
		
	
	.reparto li {
		display: block;
		float:none;
		width: calc(100% - 20px);
		margin:0px;
		padding:0px;
	}
	

}
@media all and (max-width: 767px){
	
	
	
}
@media all and (max-width: 504px){
	
	

	
}

