/*MOBILE*/
	.title{
		height:30px;
		font-size: 30px;
		padding:20px;
		text-align: center;
		color: #fff;
		font-family: montserrat;
		font-weight:500;
		text-shadow: 4px 4px #000;
	}

	.ev-display {
		width:100%;
	}


	.no-texto{
		color:#fff;
		font-family: Arial;
		width:100%;
		text-align:center;
		font-size:26px;
		margin: 300px 0;
	}

	.evento {
		background-color: black;
		width:85%;
		margin: 8% auto;
		padding:2%;
		border-radius: 2%;
		border: 2px solid #fff;
		font-family: arial;
	}

	.ev-cont {
		color: #fff;
		width:68%;
		display:inline-block;
		padding:1%;
	}

	.ev-ti {
		font-weight: 700;
		text-decoration: underline;
		padding-bottom: 3%;
	}

	.ev-fe {
		padding-top: 3%;
	}

	.ev-img {
		width:28%;
		height:100%;
		display:inline-block;
	}

	.ev-img img {
		width:100%;
	}
	
	.ev-te a {
	color:#fff;
}

/*TABLET*/
@media only screen and (min-width:500px){

	.title{
		font-size:35px;
	}

	.ev-ti {
		font-size:26px;
	}

	.ev-te {
		font-size: 24px;
	}

	.ev-fe {
		font-size: 26px;
	}
}

/*TABLET 2*/	
@media only screen and (min-width:700px){	
	.title {
		font-size: 40px;
		margin-top:40px;
	}

	.ev-ti {
		font-size: 32px;
	}

	.ev-te {
		font-size:30px;
	}

	.ev-fe {
		font-size:32px;
	}
}

/*NOTEBOOK1*/
@media only screen and (min-width:1060px){
	
	.title {
		font-size:60px;
	}
	
	.evento{
		width:80%;
	}

	.ev-ti {
		font-size: 40px;
	}

	.ev-te {
		font-size: 38px;
	}

	.ev-fe {
		font-size: 40px;
	}
}

/*NOTEBOOK2*/
@media only screen and (min-width:1400px){

	.evento{
		width:70%;
	}
}

/*NOTEBOOK3*/
@media only screen and (min-width:1650px){
	.evento {
		width:60%;
	}
}

/*PC*/
@media only screen and (min-width:1890px){	
	.evento {
		width:50%;
	}
}