h1 {
	font-size: 6rem;
	text-align: center;
	font-family: 'estadoheadlinebold';
    color: #8a592b;
}

h1 span {
	display: block;
	font-size: 1.7rem;
    line-height: 2.5rem;
	text-align: center;
	letter-spacing: 0.02rem;
	text-transform: uppercase;
	margin-top: 2rem;
	font-family: 'flamabook';
}

h2 {
	margin: 0 auto;
	max-width: 700px;
	font-size: 6rem;
	text-align: center;
	padding: 2rem 2rem 2rem 2rem;
	font-weight: normal;
	color: #604b46;
	letter-spacing: -0.05rem;
	font-family: 'estadoheadlinebold';
}

@media screen and (max-width: 500px) {h2 {font-size: 3.8rem;}}

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

h4 {
	font-size: 1.6rem;
	color: #888;
	padding-top: 1rem;
	text-align: center;
	font-family: 'flamabook';
}

h5 {
	font-size: 3rem;
	line-height: 3.5rem;
	text-align: center;
	font-family: 'estadoheadlinebold';
    color: #604b46;
	width:660px;
	margin-left: auto;
	margin-right: auto;
}

/* --- */

.head-title {
    position: absolute;
    top: 20%;
    left: 50%;
    letter-spacing: -0.1rem;
    width: 600px;
}

@media screen and (max-width: 500px) {.head-title {top: 28%;}}


/* animar o título no header */ 

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

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

/* imagens de abre */


#titulomenu {
    font-size: 3rem;
	text-align: center;
	font-family: 'estadoheadlinebold';
    color: #fff;
    margin-top:-12px;
}


.img-abre {
	width: 100%
}


@media screen and (max-width: 960px) {


figure {
	margin-top: 56px;
}

h1 {
    font-size: 3.5rem;
}
	
    
h1 span{
    font-size: 1.3rem;
    line-height: 2.1rem;

}
    
.head-title {
    width:80%;
	top:20%;
}
    
#titulomenu {
    font-size: 2rem;
    margin-top:-10px;
}

h5 {
	font-size: 2.3rem;
	line-height: 2.7rem;
	width:340px;	
}
	
}

@media screen and (max-width: 320px) {
	h1{
	    font-size: 2.5rem;	
	}
	
	h1 span{
    font-size: 1rem;
    line-height: 1.8rem;

}
	
	.head-title {
    top:22%;    
}
	h5 {
	width:300px;	
	}
	
}


