#header {
	width: 100%;
	background-color: #eaeaea;
	position: relative;
    z-index: -1;
    background-color: rgba(0,0,0,0);
    background: url(../img/abre.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*
#dark-overlay {
    width: 100%;
    height: 100vh;
    background-color: #000;
    position: fixed;
    top: 0;
    z-index: 10;
}
*/

@media screen and (max-width: 700px) {
    #header {
        background-attachment: scroll;
    }
}

#header-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    right: 0;
	text-align: center;
    padding: 40px;

}

#header-logo {
    font-family: 'Marcas Estadão';
    font-size: 2rem;
    position: absolute;
    left: 1rem;
    /* right: 0; */
    text-align: center;
    top: 1rem;
    color: #fff;
}


#header-selo{ 
    position: absolute;
    top: 25%;
    transform: translateY(-70%);
    -webkit-transform: translateY(-70%);
    left: 0;
    right: 0;
	text-align: center;    
}

#linha-fina {
    font-family: 'flamabold';
    color: #fff;
    font-size: 1.5rem;
    margin: 0 auto;
    margin-top: 2rem;
    max-width: 340px;
}

#header-title h1{
    font-size: 4.6rem;
    text-shadow: 2px 2px 8px #000;
}

@media all and (max-width: 660px) {
    h1 {
        font-size: 3rem !important;
    }
    h1 span {
        font-size: 2.4rem !important;
    }
}

