
@import url('https://fonts.googleapis.com/css2?family=My+Soul&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Liu+Jian+Mao+Cao&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bellefair&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap');


body, html {
	padding: 0;
	margin: 0;
	background-color: #000;
	background-image: url('https://www.transparenttextures.com/patterns/asfalt-light.png');
	background-repeat: repeat;
	background-attachment: fixed;
	color: #d1cfcf;
	font-family: "Bellefair", serif;
	font-weight: 400;
	font-style: normal;
	line-height: 20px;
	font-size: 13px;
}

img {
	max-width: 100%;
}

.page {
	padding: 24px;
	background-color: transparent;
background-image: url('https://www.transparenttextures.com/patterns/outlets.png');
	border: 1px transparent;
}

.page h1:first-child {
	margin-top: 0;
}


.wrapper {
	margin: auto;
	margin-top: 100px;
	width: 753px;
}

.menu {
	text-align: center;
	margin-bottom: 24px;
	margin-top: 24px;
}

.menu a {
	text-decoration: none;
	color: #a6a6a6;
	font-size: 20px;
	padding: 8px;
}

	a:hover{
	font-style: italic;
	font-weight: bold;
	color: #ad911f;
}

.main {
	height: 480px;
	width: 753px;
	background-image: url('');
	position: relative;
}

.main iframe {
	border: none;
	border: none;
	position: absolute;
	top: 0px;
	left: 90px;
	width: 600px;
	height: 400px;
}


/* Título da Página*/ h1{
font-family: "My Soul", cursive;
text-align: center;
font-size: 45px;
font-weight: 400;
font-style: normal;
color: #fff;
margin: 0px;
}


/* Em chinês no fim da página */ h2{
font-family: "Liu Jian Mao Cao", serif;
text-align: center;
font-size: 25px;
font-weight: 400;
font-style: normal;
color: #fff;
margin: 0px;
margin-top: -60px;
}

h3 {

width: 270px;
margin: auto;
margin-top: 7px;
margin-bottom: 1px;
color: #e6e6e6;
text-align: center;
font-size: 14px;
border-bottom: 1px solid #e6e6e6;
text-transform: uppercase;
padding-bottom: 3px;
		}
.border {
			border: 1px solid #000;
		
		}



h4{
font-family: "Bellefair", serif;
text-align: center;
font-weight: bold;
font-style: normal;
color: #fff;
margin: 0px;
margin-top: 10px;
margin-bottom: 10px;
        background: #000;
        color: #FFF;
        font-size: 18px;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 3px 6px;
}


h5 {

width: 200px;
margin: auto;
margin-top: 7px;
margin-bottom: 1px;
color: #e6e6e6;
text-align: center;
font-size: 14px;
border-bottom: 1px solid #e6e6e6;
text-transform: uppercase;
padding-bottom: 3px;
		}

h6{
width: 150px;
margin: auto;
margin-top: 7px;
margin-bottom: 1px;
color: #e6e6e6;
text-align: center;
font-size: 14px;
border-bottom: 1px solid #e6e6e6;
text-transform: uppercase;
padding-bottom: 3px;
}


a {
	color: white;
	text-decoration: none;
}

table {
	border-collapse: collapse;
}

td, th {
	vertical-align: top;
	border: 1px transparent;
	padding: 3px 6px;
}

th {
	background: transparent;
}

.width-50 {
	max-width: 50%;
}

.border {
	padding: 3px;
	border: 1px transparent;
}

table.border-0 th, table.border-0 td {
    border: 0;
}

.border-0 {
    border: none;
}

::-webkit-scrollbar{
width: 6px; 
}
 
::-webkit-scrollbar-track{
background-color: transparent;
}
 
::-webkit-scrollbar-thumb{
background-color: #ad911f;
}


.tg  {border-collapse:collapse;border-spacing:0;}
.tg td{border-color:transparent;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  overflow:hidden;padding:10px 5px;word-break:normal;}
.tg th{border-color:transparent;border-width:1px;Arial, sans-serif;font-size:14px;
  font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;}
.tg .tg-482q{border-color:inherit;font-family:"Liu Jian Mao Cao", serif !important;font-size:13px;text-align:center;
  vertical-align:top}
.tg .tg-kybh{border-color:inherit;font-family:"Bellefair", serif !important;font-size:13px;text-align:center;
  vertical-align:top}
.tg .tg-0pky{border-color:inherit;text-align:left;vertical-align:top}
 
 
 
 /* Gray Scale */
.hover08 figure img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover08 figure:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.figure {
			<img width="pixels">
			<img height="pixels">
		}

.img-container {
    display: flex;
    justify-content: space-between; /* Controla o espaçamento entre as imagens */
    align-items: center; /* Centraliza verticalmente */
    width: 540px; /* Ou uma largura fixa, como 600px */
    max-width: 800px; /* Para limitar a largura máxima, se necessário */
    height: auto; /* Ajuste para o que preferir */
    border: transparent; /* Opcional: para visualizar o contêiner */
    padding: 5px; /* Espaçamento interno opcional */
    margin: 0 auto; /* Centraliza o contêiner na página */
}