@charset "utf-8";
/* CSS Document */



































.banner-pagina-top-float{
	display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
	padding: 30px;
}
.banner-pagina-top{
	background-image: url( "../banners/banner-pagina-top-3.png");
	background-position: center;
	background-size: cover;
	height: 608px;
	width: 95%;
	margin-top: 120px;
	
		
}




.banner-pagina-footer-float{
	display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 30px;
}
.banner-pagina-footer{
	background-image: url( "../banners/banner-pagina-footer-2.png");
	background-position: center;
	background-size: cover;
	height: 608px;
	width: 95%;
	margin-top: 120px;
	margin-bottom: 120px;
		
}

