.none_list_style{
	list-style: none;
}

.btn_see_more{
	width: 100%; 
	border-radius: 5px;
	background-color: #216d99;
	color: #fff;
}

.ligth_blue_background{
	background: #f9fdff;
}

.aline_divs{
	margin-left: 0px;
}

.text_center{
	text-align: center;
}


.calendar_day{
	font-size: 40px;
    color: #216d99;
}

.calendar_month{
	font-size: 19px;
    color: #226c99;
}

.calendar_time{
	color: #303030;
    font-size: 16px;
}

.event_detail{
	color: #505050;
}

#principal_event{
	font-size: 19px;
    padding-top: 10px;
}

@media (min-width: 1200px) {
	.aline_divs{
		margin-left: 5px;
	}
}

@media (max-width: 900px) {
	.calendar_day{
		font-size: 80px;
		line-height: 80px;
	}
	.calendar_month {
	    font-size: 35px;
	}
	.calendar_time.text_center{
		font-size: 30px;
	}
}


