.texto h2 {
	font-weight: 300;
	font-size: 44px;
	line-height: 55px;
	margin-bottom: 30px;
}

.texto p {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
}


.parte-01 {
	background: url(../images/prato-01.jpg) top center no-repeat;
	height: 600px;
	margin-top: 20px;
}

.parte-01 .texto {
	position: absolute;
	right: 0;
	top: 40px;
	width: 380px;
}



.parte-02 {
	background: #fdf9f1 url(../images/prato-02.jpg) top center no-repeat;
	height: 760px;
}

.parte-02 .texto {
	position: absolute;
	left: 0;
	top: 80px;
	width: 540px;
}




.parte-03 {
	background: url(../images/prato-03.jpg) center 285px no-repeat;
	height: 770px;
}

.parte-03 .texto {
	text-align: center;
	margin-top: 40px;
}



.parte-04 {
	background: #fdf9f1 url(../images/prato-04.jpg) center 135px no-repeat;
	height: 740px;
}

.parte-04 .texto {
	position: absolute;
	right: 0;
	top: 80px;
	width: 540px;
}



.parte-05 {
	padding: 25px 0;
}

.parte-05 .linha {
	padding: 15px 0;
}

.parte-05 .foto {
	display: inline-block;
	width: 300px;
	height: auto;
}

.parte-05 .foto.pq {
	margin-right: 15px;
}

.parte-05 .foto.pq:last-child {
	margin: 0;
}

.parte-05 .foto.gd {
	width: 940px;
}

.parte-05 .foto.pq img { width: 300px; height: 300px; }
.parte-05 .foto.gd img { width: 940px; height: 625px; }

.parte-05 .foto p {
	font-size: 12px;
	font-weight: 400;
	line-height: 30px;
}




.avisos {
	position: absolute;
	top: -35px;
	right: 0px;
	width: 500px;
	padding: 15px 25px 15px 15px;
	background-color: #fdf9f1;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	z-index: 9999;
}

.avisos .fechar {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 20px;
	height: 20px;
	background: url(../images/ico-05.png) center center no-repeat;
	cursor: pointer;
}

.avisos .fechar:hover {
	cursor: pointer;
	background: #b9ad95 url(../images/ico-04.png) center center no-repeat;
}

.avisos .linha {
	padding: 15px 0;
	border-bottom: 1px solid #FFFFFF;
}

.avisos .linha:first-of-type {
	padding-top: 0;
}

.avisos .linha:last-of-type {
	padding-bottom: 0;
	border: 0;
}