@charset "UTF-8";
@font-face {
    font-family: 'Payback';
    src: url('PaybAck.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Techno';
    src: url('Skaters.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
:root {
    --links: #B033AB;
    --bg1: #6C1EA5;
    --bg2: #2E0F8E;
    --bgfull: #060526;
    --footer: #0F0740;
    --branco1: #ffffffef;
    --branco2: #ffffffc7;
    --branco3: #ffffffd3;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    text-align: justify;
    font-weight: normal;
    background-color: #060526;
    color: white;
}
header {
    background-image: linear-gradient(to bottom, var(--bg1) 15%, var(--bg2) 60%);
    display: block;
    width: 100%;
    height: 250px;
    margin-top: -10px;
    margin-bottom: 5px;
    margin-right: 0px;
    margin-left: -7px;
    padding: 7px;
    text-align: center;
}
.titulopag {
    font-family: 'Payback', Impact, 'Arial Narrow Bold', sans-serif;
    color: white;
    margin-top: 50px;
    font-weight: normal;
    font-style: normal;
}
.top {
    text-decoration: none;
    color: var(--branco1);
}
.subtitulopag {
    color: var(--branco2);
    line-height: -100px;
    font-size: 1.4em;
}
nav {
    text-align: left;
    color: var(--branco3);
    text-indent: 15px;
    word-spacing: 15px;
    display: block;
    line-height: 50px;
}
.fale {
    word-spacing: normal;
    display: inline-block;
    text-indent: 1px;
}
.pags {
    color: var(--branco3);
    text-decoration: none;
}
.pags:visited {
    color: var(--branco3);
    text-decoration: none;
}
.pags:hover {
    color: white;
}
main {
    background-color: var(--bgfull);
    color: white;
    margin: 10px 100px;
    text-align: justify;
    height: max-content;
}
.text {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: 100;
    height: 310px;
}
.link {
    text-decoration: none;
    color: white;
    display: inline;
}
.link:hover {
    text-decoration: none;
    color: var(--links);
    transition-property: all;
    transition-timing-function: linear;
    transition-delay: 0.1s;
    transition-duration: 0.4s;
}
article > h1 {
    text-align: center;
}
article {
    margin-bottom: 30px;
}
.titu {
    font-family: 'Techno', Impact, 'Arial Narrow Bold', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 2.5em;
}
.box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    margin-top: 30px;
}
.box1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}
abbr {
    text-decoration: underline;
}
abbr:hover {
    transition-duration: 1s;
}
footer {
    display: block;
    font-weight: bold;
    position: static;
    top: 550px;
    bottom: 400px;
    width: 100%;
    text-align: center;
    background-color: var(--footer);
}
.back {
    background-color: var(--footer);
    text-align: justify;
}
.fu {
    display: inline-block;
    margin: 10px auto;
}
.foto {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
img {
    width: 90%;
}
ul {
    list-style: none;
}
hr {
    border-color: rgba(255, 255, 255, 0.541);
    margin-top: 30px;
    margin-bottom: 30px;
}
.sec {
    height: 321px;
}
section {
    height: 307px;
}
#not {
    height: 100px;
    width: 100px;
}
aside {
    height: 317px;
}
aside > ul {
    list-style: disc;
}