
@charset "utf-8";
/* Global Styles */


/* Header */



hr {
	background-color: rgba(208,207,207,1.00);
	height: 1px;
}


.Bar .Nav {

	border-radius:200%;
	cursor: pointer;
}
.Bar .Nav img:hover {
	opacity: 0.5;
}


 
.Bar {
	text-align: center;
	display: block;
	height:auto;
	text-align: center;
	display: flex;
	flex-wrap:no-wrap;
	margin-top: 6px;
	overflow-x:scroll;
	overflow-y:hidden;

}
.Bar1 {
	text-align: center;
	display: block;
	height:350px;
	text-align: center;
	display: flex;
	flex-wrap:no-wrap;
	margin-top: 6px;
	

}
.Bar .Nav {

	display: inline-block;



}



h3{
margin:10px 0;
font-family:inherit;
font-weight:bold;
line-height:20px;
text-rendering:optimizelegibility;
color: rgba(146,146,146,1.00);
}
/* Scroll Personalizado */

.Bar::-webkit-scrollbar {
	width: 5px;
}

.Bar::-webkit-scrollbar-thumb {
	background: #ff9d00;
	border-radius: 5px;
}
