#headerNavigationContainer {
	background-color: #e5e8ec !important;
	border: none;
	box-shadow: none;
	display: flex;
  	flex-direction: row-reverse;
	min-height: 120px;
	padding-bottom: 20px;
	align-items: center;
	padding-left:380px;
	padding-right:380px;
	
	
}

.pkp_structure_footer {

	display: flex !important;
	flex-direction:column-reverse;
	align-items: center;
	justify-content: center;
	
}

#headerNavigationContainer .container-fluid .row{
	margin-top: 20px;
}

#headerNavigationContainer .container-fluid{

    padding-right:0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
    width: 50%;
    height: 120px;
    padding-top: 0px;
    padding-bottom: 10px;
    align-items: center;
	
	

    

}
h3.media-heading{
	font-size: 36px;
	margin-bottom: 10px;
}






/* Estilo da logo do cabeçalho */
.navbar-header .navbar-brand {

	max-width: 50px !important;
	height: auto !important;
	margin: 0 auto !important;
	display: block !important;
	height: 120px !important;
	padding-top: 30px;
	display: flex !important;
  	flex-direction: row;
	align-items: center;

}

   .col-md-8 {
        width: 100%;
    }
    
    .media {
	display: flex;
	flex-direction: column;
    }
    .media-body{
    width: 100%;
    }	
    .media-left img {
    max-width: 90%;
    margin-bottom: 15px;
	
   }
  
	
}

.site-header-text {
	font-size: 40px;
	font-weight: bold;
	color: black;
	white-space: nowrap;
	font-family:"Source Sans Pro", Calibri, Candara, Arial, sans-serif;
	padding-left:15px;
	
}

.site-header-brand img {
	height: auto;
	max-height: 60px;
}

@media (max-width: 768px) {
	.site-header-text {
		font-size: 16px;
	}
	.site-header-brand {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1650px) {
  #headerNavigationContainer {
	background-color: #e5e8ec !important;
	border: none;
	box-shadow: none;
	display: flex;
  	flex-direction: row-reverse;
	min-height: 120px;
	padding-bottom: 20px;
	align-items: center;
	padding-left:150px;
	padding-right:150px;
	
	
}
	.site-header-text {
	font-size: 30px;
	font-weight: bold;
	color: black;
	white-space: nowrap;
	font-family:"Source Sans Pro", Calibri, Candara, Arial, sans-serif;
	padding-left:15px;
	
        }
	#headerNavigationContainer .container-fluid{

    padding-right:0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
    width: 50%;
    height: 120px;
    padding-top: 0px;
    padding-bottom: 10px;
    align-items: center;
	
	

    

}



}

@media only screen and (min-width: 950px) and (max-width: 1200px) {
    #headerNavigationContainer {
	background-color: #e5e8ec !important;
	border: none;
	box-shadow: none;
	display: flex;
  	flex-direction: row-reverse;
	min-height: 120px;
	padding-bottom: 20px;
	align-items: center;
	padding-left:100px;
	padding-right:100px;
	
	
}
	.site-header-text {
	font-size: 26px;
	font-weight: bold;
	color: black;
	white-space: nowrap;
	font-family:"Source Sans Pro", Calibri, Candara, Arial, sans-serif;
	padding-left:15px;
	
        }
#headerNavigationContainer .container-fluid{

    padding-right:0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
    width: 50%;
    height: 120px;
    padding-top: 0px;
    padding-bottom: 10px;
    align-items: center;
	
	

    

}



}

@media only screen and (min-width: 800px) and (max-width: 950px) {
    #headerNavigationContainer {
	background-color: #e5e8ec !important;
	border: none;
	box-shadow: none;
	display: flex;
  	flex-direction: row-reverse;
	min-height: 120px;
	padding-bottom: 20px;
	align-items: center;
	padding-left:30px;
	padding-right:30px;
	
	
}
	.site-header-text {
	font-size: 26px;
	font-weight: bold;
	color: black;
	white-space: nowrap;
	font-family:"Source Sans Pro", Calibri, Candara, Arial, sans-serif;
	padding-left:15px;
	
        }
#headerNavigationContainer .container-fluid{

    padding-right:0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
    width: 50%;
    height: 120px;
    padding-top: 0px;
    padding-bottom: 10px;
    align-items: center;
	
	

    

}



}
@media(max-width: 800px) {
    #headerNavigationContainer {
	background-color: #e5e8ec !important;
	border: none;
	box-shadow: none;
	display: flex;
  	flex-direction: column-reverse;
	min-height: 120px;
	padding-bottom: 20px;
	align-items: center;
	padding-left:20px;
	padding-right:20px;
	
	
}
	.site-header-text {
	font-size: 20px;
	font-weight: bold;
	color: black;
	white-space: nowrap;
	font-family:"Source Sans Pro", Calibri, Candara, Arial, sans-serif;
	padding-left:15px;
	
        }
#headerNavigationContainer .container-fluid{

    padding-right:0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
    width: 100%;
    height: 80px;
    padding-top: 0px;
    padding-bottom: 10px;
    align-items: center;
    display: flex;
    justify-content: center;	
	
	

    

}
.navbar-header .navbar-brand {

	max-width: 50px !important;
	height: auto !important;
	margin: 0 auto !important;
	display: block !important;
	height: 90px !important;
	padding-top: 30px;
	display: flex !important;
  	flex-direction: row;
	align-items: center;
	align-items: center;
        justify-content: center;


}

.site-header-brand img {
	height: auto;
	max-height: 80px;
}






}


