@charset "utf-8";
@font-face {
    font-family: nintendo;
    src: url(fonts/zurich-extra-black.otf);
    font-weight: normal;
}
@font-face {
    font-family: mq;
    src: url(fonts/myriad-pro-black.otf);
    font-weight: normal;
}
@font-face {
    font-family: gl;
    src: url(fonts/Game\ Logos.ttf);
}

header img {
    width: 300px;
    height: auto;
    margin: 16px 0px;
}

nav {
    font-family: mq;
}

.index main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 414px;
}
.index main picture img {
    width: 100%;
    margin: 16px 0px;
}

footer a {
    font-family: gl;
    font-size: 20px;
    padding: 4px 8px !important;
    margin: 0px !important;
}

.emuladores div.resto {
    width: 12.5%;
    font-size: 12px;
}

.emuladores div.main {
    min-height: 473px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.emuladores div.w3-card-2 {
    display: inline-block;
    width: fit-content;
    padding: 8px !important;
    margin: 16px !important;
    font-family: mq;
}
.emuladores div.w3-card-2 h3, h5, p {
    padding: 8px 0px !important;
    margin: 0px 0px !important;
    font-family: mq;
}



.roms div.w3-card-2 {
    width: screen;
    max-width: 250px;
    height: auto;
    font-family: mq;
    padding: 8px;
    margin: 16px;
}
.roms div.w3-card-2 img {
    width: 100%;
    height: auto;
    border-radius: 2px 2px 0px 0px;
}.roms div.w3-card-2 div {
    border-radius: 0px 0px 2px 2px;
    margin-top: 8px;
}

.roms ul {
    padding: 0px;
}
.roms ul li {
    list-style: none;
    display: inline-block;
}
.roms ul li h5 {
    display: none;
}

.roms input {
    width: 41%;
    margin: 32px auto 16px;
}


.historia article {
    padding: 32px;
    margin: 16px 0px;
}

.historia hr {
    border-color: #2e2c2d;
    padding: 0px;
    margin: 0px;
}

.historia article h2.N64 {
    font-family: nintendo;
    text-align: left;
    text-indent: 16px;
}
.historia article h2.N64 sup {
    font-family: mq;
    font-weight: bold;
    padding-left: 2px;
}

.historia article h2.jogos {
    font-family: mq;
    text-align: left;
    /* text-indent: 16px; */
    padding-left: 16px;
}
.historia article h3.cartucho {
    font-family: mq;
    text-align: left;
    /* text-indent: 16px; */
    padding-left: 16px;
}
.historia article h4.artigoh4 {
    font-family: mq;
}

.historia article p {
    font-family: sans-serif;
    text-align: justify;
    font-size: 16px;
    text-indent: 32px;
    line-height: 26px;
}

.historia article a:link {
    text-decoration: none;
    color: #0017ab;
    font-weight: bold;
    background-color: white;
    /* background-color: #fffbf0; */
    border-radius: 2px;
    padding: 0px 2px;
}
.historia article a:visited {
    color: #fe1a0d;
    background-color: #fffbf0;
}
.historia article a:hover {
    border-top: 1px solid;
    border-bottom: 1px solid;
}
.historia article a:active {
    background-color: white;
    color: black;
}

#irParaSNES:link {
    padding: 3px !important;
    border: 2px dashed;
    background-color: white;
    color: #fc0c18;
}
#irParaSNES:visited {
    color: #9e0209;
}
#irParaSNES:hover {
    border-width: 2px !important;
    border-style: solid !important;
}
#irParaSNES:active {
    background-color: yellow !important;
    color: #9e0209;
}


.historia article div.logotipo.w3-card-2 p {
    font-family: nintendo;
    color: #c1bfc0 !important;
    border-radius: 0px 0px 2px 2px;
    text-indent: 0px;
}
.historia article div.logotipo.w3-card-2 {
    display: inline-block;
    width: screen;
    max-width: 200px;
    margin: 0px 16px 32px 16px;
}
.historia article div.logotipo.w3-card-2 img {
    width: 100%;
    padding: 12px;
    border-radius: 14px;
}

.historia article div.cartucho.w3-card-2 p {
    font-family: nintendo;
    color: #c1bfc0 !important;
    border-radius: 0px 0px 2px 2px;
    text-indent: 0px;
}
.historia article div.cartucho.w3-card-2 {
    display: inline-block;
    width: screen;
    max-width: 400px;
    margin: 32px 16px 32px 16px;
}
.historia article div.cartucho.w3-card-2 img {
    width: 100%;
    padding: 12px;
    border-radius: 14px;
}

.historia article div.console.w3-card-2 p {
    font-family: nintendo;
    color: #c1bfc0 !important;
    border-radius: 0px 0px 2px 2px;
    text-indent: 0px;
}
.historia article div.console.w3-card-2 {
    display: inline-block;
    width: screen;
    margin: 0px 16px 32px 16px;
    border-radius: 2px 2px 0px 0px;
}
.historia article div.console.w3-card-2 img {
    width: 100%;
    padding: 8px;
    border-radius: 14px;
}