h3 {
	font-size: 1.7rem;
	text-align: center;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
	margin: 2.8rem;
	line-height: 1.2;
	font-family: 'estadoheadlinebold';
    color: #3c5034;
}

h3::before {
	content: '';
	padding-bottom: 3rem;
	border-top: 2px solid #3c5034;
	display: block;
	width: 100px;
	margin: 0 auto;
	margin-top: 8rem;
}

h4 {
    font-size: 1.6rem;
    display: block;
    font-family: 'estadoheadlinebold';
    font-size: 2rem;
    color: #999;
    padding-top: 4rem;
    text-align: center;
}

/* --- */

.head-title {
    position: absolute;
    top: 35%;
    left: 50%;
}

/* animar o título no header */ 

.first {
	opacity: 0;
	transform: translateX(-50%) translateY(0%);
 	-webkit-transform: translateX(-50%) translateY(0%);
  	-ms-transform: translateX(-50%) translateY(0%);
}

.last {
	opacity: 1;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
}

/* imagens de abre */

@media screen and (max-width: 960px) {
	.img-abre {
		width: 100%
	}
	figure {
		margin-top: 56px;
	}
}

















