* {
	font-family: "Calibri", Arial, sans-serif;
	
}

* h1, h2, h3, h4, h5, h6, p, ul {
	color: #4F4F4F;
}

header {
	height: 120px;
	width: 100%;
	background-color: white;
	/*color: #fff;*/
	display: flex;
	align-items: center;
	justify-content: initial;
	position: fixed;
	font-size: 1em;
	z-index: 1;
	transition: all .3s;
	
}


main {
	padding: 120px 120px 0px 100px; 

}


#barra1 {
	background-color: gray;
	height: 20px;
	margin-bottom: 20px;

}
#barra2 {
	background-color: white;
	height: 20px;
	margin-bottom: 20px;

}

#barra3 {

	
    background-color: rgba(33,86,152,255);
    padding: 10px;
    text-align: left;
    color: white;
}

#barra3 p{
	color: white;
}


