.titolo {
    margin-top: 20px;
}
        
@media screen and (min-width : 768px) {
    .titolo { width: 264px; }
}

.data_uscita {
    display: none;
}

#evento {
	display: flex;
	flex-direction: column;
	row-gap: 60px;
}
	
@media screen and (min-width : 768px) {
	#evento { flex-direction: row; column-gap: 60px; }
}

	#boxLocandina, #boxLocandina img {
		width: 100%;
		position: relative;
	}

    #boxLocandina {
        box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.2);
		padding: 5px;
		border-radius: 6px;
    }
	
	@media screen and (min-width : 768px) {
		#boxLocandina { width: 278px; height: 403px; }
	}
	
	#info_evento {
		width: 100%;
	}
	
	@media screen and (min-width : 768px) {
		#info_evento { width: 802px; }
	}

        .abstract {
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 30px;
        }