.container-header{
	background:#001f2e;
}
.navbar-brand {
	display:block;
	width:100%;
	text-align: center;
}
.brand-logo img{
	text-align:center;
	width:auto;
}
.footer{
	background:url('../images/texture_blu.webp') #1d70b2;
	background-repeat:repeat;
	background-position: center;
	color:#ffffff;
}
a{
	text-decoration:none;
}
h1{
	text-align:center;
}
.ora_menu_desktop{
	text-transform: uppercase;
}
.toolbar_ora{width:100%;}
body{color:#555555;}
.icon-flex{
	display:flex;
	gap:2rem;
	width:100%;
	justify-content: center;
	margin-bottom:5rem;
}
.icon-flex>*{
	max-width:180px;
}
.no-card h3{
	text-align:center;
	margin-top:5rem;
}