#passaporte-header{
	background-image: url(../img/passaporte/bg.png);
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
	margin-top: 5px;
	}
#passaporte-header > div{
	padding: 40px;
	background-color: rgba(255,255,255,0.92);
	border-bottom: solid 5px #BABD00;
	}
#passaporte-header > ul{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin: 0 0 5px 0;
	padding: 0;
	width: 100%;
	background-color: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
    
	}
#passaporte-header > ul > li{
	list-style: none;
	padding: 0;
	margin: 0;
	}
#passaporte-header > ul > li:not(:first-child){
    border-left: solid 1px rgba(0,0,0,0.1);
    }
#passaporte-header > ul > li > a{
	display: block;
	padding: 15px;
    font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
#passaporte-header > ul > li > a:hover{
	background-color: #666;
	color: #FFF;
	}

@media (max-width: 1600px) {

}
@media (max-width: 1200px) {

}
@media (max-width: 1024px) {

}
@media (max-width: 840px) {

}
@media (max-width: 720px) {

}
@media (max-width: 600px) {
    #passaporte-header > div{
        padding: 25px;
        }
    #passaporte-header > div > a > img{
        max-width: 160px;
        }
}
@media (max-width: 480px) {
    #passaporte-header > ul > li > a{
        padding: 10px;
        font-size: 0.8em;
        }
}
@media (max-width: 320px) {

}