h3 {
    padding-top: 10px;
}

h2 {
    padding-bottom: 10px;
}

.pfc-div-center {
	max-width: 1200px;
	margin: 0 auto;
}

.pfc-header { height: 110px; top: 0; }

.pfc-home-time { 
	background-image: url('/imgs/fundoTimePFC.jpg');
	height: 300px;
}

.pfc-title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0px;
	font-style: normal;
}

.pfc-footer {
	height: 70px;
	background-color: #2d6930;
	color: #ffffff;
	vertical-align: middle;
}

.pfc-img-jogador {
	border: 1px #cccccc solid;
    padding: 3px;
    margin-right: 5px;
}

.pfc-calendario {
	float: left;
	margin-right: 5px;
	width: 150px;
	height: 150px;
	text-align: center;
	padding-top: 10px;
	font-size: 7em;
}

.pfc-calendario-peq {
    font-size: 24px;
    margin-right: 10px;
}

#formContato input, #formContato textarea {
	width: 301px !important;
	margin: 2px 0px 2px 0px;
}

/* MENU - Inicio */
.menu {
	overflow: hidden;
}

.menu a {
    float: left;
    display: block;
    color: #555555;
    text-align: center;
    padding: 40px 16px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}

.menu a:hover {
    color: #F60;
}

.menu .icon {
	display: none;
}

#menuOverlay {
	position: fixed;
	z-index: 5;
	background: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
	top: 110px;
	left: 0;
	display: none;
}

@media screen and (max-width: 600px) {
	.menu a {
		display: none;
		padding: 10px 16px;
	}
	.menu a.icon {
		float: right;
		display: block;
	}

	.menu.responsive {
		position: fixed;
	    z-index: 10;
	    top: 110px;
	    background: #ffffff;
	    width: 200px;
	}
	.menu.responsive a.icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	.menu.responsive a {
		float: none;
		display: block;
		text-align: left;
	}
}

/* MENU - Fim */