:root 
{
    --cor-primaria: #facc15;
    --cor-secundaria: #2ecc71;
    --cor-ter: #C41E3A;
    --font-principal: 'Roboto', sans-serif;
}

body {
	overflow-x: hidden;
	background-color: #0a0a0a;
    font-family: var(--font-principal);
    height: 100vh;
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    background-color: #010101;
    color: #333;
    margin: 0;
    padding: 5px;
}

h1 {
	color: var(--cor-primaria);
}

.item_title
{
	color: var(--cor-primaria);
}

h2
{
	padding: 5px 12px;
}

h3
{
	font-size: 15px;
	text-align: center;  
}

.nav-photo
{
	flex:1;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;  
}

.tit
{
	white-space: nowrap;
	font-size: clamp(4px, 2vw, 16px);
	width: 100%;
	margin-top: 15px;
	justify-content: center;
	align-items: center;
	text-align: center;  
}

.icone {
	color: var(--cor-secundaria);
	font-size: clamp(28px, 2vw, 16px);
	margin-right: 10px;
	vertical-align: middle;
}

.items
{
	flex: 1;
	justify-content: flex-start;
    align-items: center;
	flex-direction: row;
	display: flex;
	overflow-x: auto;
	overflow: auto;
	 cursor: grab;
    user-select: none;      /* Impede seleção de texto */
    -webkit-user-drag: none; 
}

.items:active {
  cursor: grabbing;
}

.item
{
	display: flex;
	flex-direction: column;
	padding: 5px 5px;
	margin: 5px 5px;
	height: 100%;
}

.ic-small {
	color: var(--cor-ter);
	font-size: 20px;
	margin-right: 10px;
    margin-left: 10px;
	vertical-align: middle;
}

p {
	font-size: 18px;
}
.pphoto
{
	width: 98%;
	aspect-ratio: 1 / 1;
	margin: 5px 5px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container 
{
  display: flex;
  width: 100vw;
  height: auto;
  overflow-x: hidden;
  
}

nav {
  width: 200px;
  background-color: rgba(10, 10, 10, 0.8);
  color: white;
  padding: 1rem;
}

nav ul 
{
  list-style: none;
  padding: 0;
  margin: 0;
}

nav li 
{
	background-color: #1e1e1e;  
	color: #f0f0f0;             
	border: 1px solid #333;     
	padding: 12px 16px;         
	margin-bottom: 8px;
	margin-top: 8px;       
	border-radius: 6px;      
	border: 1px solid black;   
    font-family: var(--font-principal);
	transition: background 0.3s, transform 0.2s;
	justify-content: center;
	align-items: center;
	text-align: center;  
}

nav li:hover 
{
  border: 2px solid black;
  background-color: #2a2a2a;  
  transform: scale(1.02);     
  cursor: pointer;
}

.main-content 
{
	width: 98%;
	flex-direction: column;
	background-color: rgba(29, 29, 29, 0.5);
	color: #f5f5f5;
}

.content
	{
		position: relative;
		flex: 1;
		height: 550px;
		width: 90%;
		overflow: visible;
		border: solid 1px black;
		border-radius: 10px;
		padding: 30px 10px 10px 10px;
		margin: 10px 10px;
		white-space: nowrap;    
	}
	
.window-title
{
	position: absolute;
	top: -18px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #1e1e1e;
	padding: 6px 16px;
	border-radius: 8px;
	color: var(--cor-primaria);
	text-align: center;
	z-index: 10;
	font-size: 18px;
	border: 2px solid black;
	box-shadow: 0 2px 6px rgba(0,0,0,0.6);
	overflow-x: visible;
	height: auto;
}

footer 
{
  background-color: #1a1d1a;
  padding: 1rem;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #1a1d1a;
  padding: 1rem;
  text-align: center;
  z-index: 12;
}

.showImg
{
	height: 460px;
}

.menu-btn
{
	background-color : rgba(0,0,0,0);
	padding-right: 35px;
	padding-left: 10px;
	white-space: nowrap;    
	border-radius: 6px;
	border: 1px solid rgba(0,0,0,0.2);
	margin-left: 5%;
	justify-content:center;
	align-items:center;
	text-align: center;
}

.menu-btn :: hover
{
	background-color : rgba(0,0,0,0);
}
.content-mask 
{
  -webkit-mask-image: linear-gradient(to bottom, black 98%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 98%, transparent 100%);
  overflow-x: auto;
  overflow-y: hidden;
  overflow: hidden;
  white-space: nowrap;
}
.content-scroll
{
	height:auto;
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	overflow: auto;
	white-space: nowrap;
}

.space25
{
	height: 25px;
	width: 100%;
    display: block;
}
.space10
{
	height: 10px;
	width: 100%;
    display: block;
}
.space5
{
	height: 5px;
	width: 100%;
    display: block;
}

@media (max-width: 786px)
	{	
	.container 
	{
	  display: flex;
	  flex-direction:column;
	  height: 100%;
	  width: 100%;
	  
	}
	.content-scroll
	{
		height:100%;
		white-space: nowrap;
	}
	.content-mask 
	{
	  -webkit-mask-image: linear-gradient(to bottom, black 98%, transparent 100%);
	  mask-image: linear-gradient(to bottom, black 98%, transparent 100%);
	  overflow-x: auto;
	  overflow-y: hidden;
	  overflow: hidden;
	  white-space: nowrap;
	  height: 390px;
	}
	.content
	{
		position: relative;
		flex: none;
		height: 450px;
		border: solid 1px black;
		border-radius: 10px;
		padding: 30px 10px 10px 10px;
	}
	
	.window-title
	{
		position: absolute;
		top: -18px;
		left: 50%;
		transform: translateX(-50%);
		background-color: #1e1e1e;
		padding: 6px 16px;
		border-radius: 8px;
		color: var(--cor-primaria);
		text-align: center;
		z-index: 10;
		font-size: 18px;
		border: 2px solid black;
		box-shadow: 0 2px 6px rgba(0,0,0,0.6);
	}
	
	.items
	{
		justify-content: center;
		align-items: center;
		display: flex;
		flex-direction: column;
	}

	.container 
	{
		flex-direction: column;
	}
	
	.showImg
	{
		width: 95%;
		object-fit: contain;
		height: auto;
		overflow: hidden;
		padding-right: 5px;
		margin: 5px 5px;
		margin-left: 5px;
	}
	
	.main-content 
	{
		flex: 1;
		display: flex;
		flex-direction: column;
		background-color: rgba(29, 29, 29, 0.5);
		color: #f5f5f5;
	}

	.pphoto
	{
		width:140px;
		aspect-ratio: 1 / 1;
		justify-content: left;
		left: 0px;
		margin-right: 10px;
	}

	nav 
	{
		width: 100%;
		height: 380px;
		display: flex;
		flex-direction: row;
		list-style: none; 
		padding: 0; 
		margin: 0;
	}

	nav ul 
	{
		display: flex;
		flex-direction: column;
		gap: 5px;
		justify-content: center;
		flex-wrap: wrap;
		width:100%;
		margin-right: 5px;
	}

	nav li 
	{
		display: flex;
		height: 30px;
		margin-top: 0;
		margin-bottom: 0;
		padding: 0px 0px;
		justify-content: center;
		align-items: center;
		text-align: center;  
	}
	
	.menu-btn
	{
		background-color : rgba(0,0,0,0);
		padding-right: 35px;
		white-space: nowrap;    
		border-radius: 6px;
		border: 1px solid black;
		margin-left: 20%;
	}

	h2
	{
		font-size: 20px;
	}

}
