@charset "utf-8";
/* CSS Document */














.banner-page-index{
	height: 396px;
	background-color: white;
	padding: 8px;
}

.banner-page-index-img{
	display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.banner-page-index-styleground{
	background-image: url("bannner-pagina.png");
	background-position: center;
	background-size: cover;
	height: 290px;
	width: 85%;
	border-radius:15px 35px;
}
.banner-page-index-styleground p {
	text-align: center;
	color: black;
	font-size: 19px;
	margin-left: 30px;
}
.banner-page-index-styleground-marg-text{
	height: 293px;
}

