#activities{
	background-color: #f7dec6;
}
#activities main p{
	margin: 14px 0;
}
#activities main h1{
	text-align: center;
	padding: 120px 0 120px;
	font-size: 44px;
}
#activities main section .module{
	padding: 0 30px;
}
.double:hover > div, .double:hover a.boton{
	background-color: #242424;
	color: #f7dec6;
}
.double.fluid:hover a{
	background-color: none;
}
.double:hover .boton{
	border-color: #f7dec6 !important;
}
#pills .boton:hover{
	border-color: #242424;
	background-color: #242424;
	color: #f7dec6;
}
.double > div {
    background-color: #f7dec6;
}
.double:hover > div,.video:hover a{
	background-color: #242424;
	color: #f7dec6;
}
#pills .tit1 span{
	font-weight: normal;
	display: block;
	font-size: 18px;
	margin: 20px;
}
#pills main > section:first-child date{
    display: inline-block;
    transform: rotate(-90deg) translate(0px, 17px);
    transform-origin: left top 0;
    font-size: 13px;
}
.event > div:last-child > div:before{
	content: none;
}