section.pag-agenda{
	float: left;
	width: 100%;
	height: auto;
	padding: 30px 0 250px;
	background-color: #333;
}


.tit-pag-agenda{
	float: left;
	width: 100%;
	color: #fff;
}

.tit-pag-agenda h1{
	font-size: 2.8em;
	font-weight: 100;
}

span.black{
	font-weight: 900;
}

.box-dias-pg-agenda{
	float: left;
	width: 100%;
	height: 100px;
	margin: 20px 0;
}

.prev-pag-agenda, .next-pag-agenda{
	float: left;
	width: 20px;
	height: 100px;
	background-color: #222;
	cursor: pointer;
}

.dias-pg-agenda{
	float: left;
	width: 95%;
	height: 100px;
	overflow: hidden;
}

.list-dia-agenda{
	float: left;
	width: 19.77%;
	height: 83px;
	padding-top: 15px;
	text-align: center;
	border: 1px solid #555;
	background-color: #3C3C3C;
}
.list-dia-agenda:hover{
	background-color: #555;
}
.list-ativa{
	background-color: #555;
}

.list-dia-agenda p{
	font-size: 1.8em;
	color: #999;
}
.list-dia-agenda h1{
	font-size: 3.8em;
	color: #fff;
	line-height: 1.0em;
}


.box-list-pg-agenda{
	float: left;
	width: 31%;
	min-height: 400px;
	padding-bottom: 20px;
	margin-right: 3%;
	background-color: #fff;
	margin-top: 30px;
	border-radius: 0.4em;
}
.box-list-pg-agenda:nth-child(3n+2){
	margin-right: 0;
}

.data-pg-agenda{
	position: absolute;
	z-index: 10;
	width: 80px;
	height: 26px;
	background-color: #DF454F;
	margin-top: 160px;
	margin-left: 0.8em;
	text-align: center;
	font-size: 2.2em;
	border-radius: 10px;
	font-weight: 900;
	color: #fff;
	box-shadow: 2px 2px 2px #000;
}

.img-fly{
	float: left;
	width: 100%;
	height: 200px;
	overflow: hidden;
	margin-bottom: 10px;
	border-top-left-radius: 0.4em;
	border-top-right-radius: 0.4em;
}

.foto-agenda{
	min-width: 100%;
}

.box-list-pg-agenda h2{
	font-size: 1.8em;
	padding: 3%;
	color: #333;
}
.box-list-pg-agenda p{
	font-size: 1.4em;
	padding: 0 4%;
	color: #717171;
}

.total-festa{
	float: left;
	margin: 20px 8px;
}

p.mulher-pg-agenda{
	color: #D800D8;
}
p.homem-pg-agenda{
	color: #00A3D8;
}


.box-perfil-pg-agenda{
	float: left;
	width: 96%;
	margin: -5px 2%;
	margin-top: 10px;
}



/*responsivo*/
@media all and (max-width: 985px){
	.total-festa{
		margin: 10px 8px;
	}
}

@media all and (max-width: 950px){
	.list-dia-agenda{
		width: 19.7%;
	}
}

@media all and (max-width: 840px){
	.dias-pg-agenda{
		width: 92%;
	}
}

@media all and (max-width: 760px){
	.dias-pg-agenda{
		width: 90%;
	}
	.list-dia-agenda{
		width: 19.6%;
	}
	.list-dia-agenda h1{
		font-size: 2.8em;
		line-height: 1.2em;
	}

	.box-list-pg-agenda{
		width: 46%;
	}
	.box-list-pg-agenda:nth-child(3n+2){
		margin-right: 3%;
	}
	.box-list-pg-agenda:nth-child(2n+2){
		margin-right: 0;
	}

}
@media all and (max-width: 590px){
	.list-dia-agenda{
		width: 19.5%;
	}
	.list-dia-agenda h1{
		font-size: 2.2em;
	}
	.list-dia-agenda p{
		font-size: 1.2em;
		margin-top: 10px;
	}
}

@media all and (max-width: 480px){
	.list-dia-agenda{
		width: 19.4%;
	}
	.list-dia-agenda h1{
		font-size: 1.8em;
	}
	.list-dia-agenda p{
		font-size: 1.2em;
		margin-top: 10px;
	}

	.box-list-pg-agenda{
		width: 95%;
		margin-left: 2%;
	}
	.box-list-pg-agenda:nth-child(3n+2){
		margin-right: 0;
	}
	.box-list-pg-agenda:nth-child(2n+2){
		margin-right: 0;
	}
}

@media all and (max-width: 440px){
	.dias-pg-agenda{
		width: 89%;
	}
	.list-dia-agenda{
		width: 24.33%;
	}
}

@media all and (max-width: 405px){
	.dias-pg-agenda{
		width: 84%;
	}
	.list-dia-agenda{
		width: 32.4%;
	}
	.tit-pag-agenda h1{
		font-size: 2.4em;
	}
}