/* CSS Document */

 @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
 @import url("menu.css");
 @import url("banner.css");
 @import url("blog.css");
 @import url("projetos.css");
 
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	
}
	
body {
	
	font-family:"montserrat"; 
	
}
	
header{
	
	width: 100%;
	height: 50px;
	background: #FFFFFF;
	top: 0px;
	bottom: 0px;
	left: 0px;
	position: fixed;
	z-index: 100;
		
}

header img{
	float: left;
	
}


header .conteudo{
	display:table;
	width: 100%;
	margin: auto;
}

header .conteudo a{
	color:aliceblue;
	font-family: montserrat;
	
}


section{
	width: 100%;
	
	
}






footer{
	
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	height: 200px;
	background: #080852;
	
	
	

	
	}

#bussola{
    width: 100%;
	height: 150px;
    margin-top: 105px;
	background-image: url(../img/rodape1.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.final{
	display: block;
	font-size: 15px;
	color: aliceblue;
	margin-left: 20px;
	margin-top: -110px;
    
}

.final img{
	
	width: 250px;
	height: 35px;
	margin-bottom: 20px;
	margin-top: 15px;
	
		
	
}



.fone{
	display: flex;
	font-size: 20px;
	color: aliceblue;
	margin-left: 20px;
	margin-top: -15px;
	
}

.fone img{
	width: 20px;
	height: 20px;
	margin-top: 8px;
	margin-right: 5px;
	
}

#barra{
	background: #fe3800;
	width: 100%;
	height: 40%;
	margin-top: 0px;
}


	

.copy{
	
	display: block;
	color:aliceblue;
	font-size: 15px;
	margin-left: 20px;
	margin-top: 10px;
	float: left;
	
	
}
.social{
	margin-right: 10px;
}


.social a{
	color: aliceblue;
	font-size: 20px;
	float: right;
	margin-top: 10px;
}

@media(min-width:580px){	
	#bussola{
    width: 100%;
	height: 150px;
    margin-top: 105px;
	background-image: url(../img/rodape2.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

	
}

@media(min-width:1024px){
	
	header .conteudo a{
	color:#080852;
	
	
	}
	
	footer{
	
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	height: 250px;
	background: #080852;
		
	}
	
	#bussola{
	 width: 100%;
	height: 250px;
    margin-top: 105px;
	background-image: url(../img/rodape2.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
	
.final{
	display: block;
	font-size: 25px;
	color: aliceblue;
	margin-left: 20px;
	margin-top: -110px;
    
}

.final img{
	
	width: 450px;
	height: 55px;
	margin-bottom: 40px;
	margin-top: 45px;
	
		
	
}



.fone{
	display: flex;
	font-size: 30px;
	color: aliceblue;
	margin-left: 20px;
	margin-top: -15px;
	
}

.fone img{
	width: 30px;
	height: 30px;
	margin-top: 10px;
	margin-right: 5px;
	
}

#barra{
	background: #fe3800;
	width: 100%;
	height: 35%;
	margin-top: 0px;
}


	

.copy{
	
	display: block;
	color:aliceblue;
	font-size: 20px;
	margin-left: 15px;
	margin-top: 10px;
	float: left;
	
	
}
.social{
	margin-right: 10px;
}


.social a{
	color: aliceblue;
	font-size: 25px;
	float: right;
	margin-top: 10px;


	
	
	
}

}






	