@charset "UTF-8";

* {
    margin: 0px;
    padding: 0px;
}

body {
    background-color: rgb(226, 73, 73);
    padding: 0px;
    margin: 0px;
    
}

@font-face {
    font-family: android;
    src: url(fontes/idroid.otf);
    font-weight: normal;
    font-style: normal;

}

header {
    background-image: linear-gradient(to bottom, rgb(107, 107, 233), rgb(22, 42, 73));
    margin: 0px;
    border: 0px;
    
    min-height: 150px;

    height: 200px;
    padding-top: 40px;
    
    
}

#titulo {
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    margin: 0px;
    border: 0px;
    text-align: center;
    text-shadow: 3px 3px 0px black;
}

header > p {
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: gray;
    margin: auto;
    padding-bottom: 50px;
    
}

nav {
    color: white;
    padding: 5px;
    margin: 30px 0px 0px 0px;
    min-height: 150px;
    height: 200px;
    
    
    
}

nav > a {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-decoration: none;
    color: white;
    padding: 10px;
    font-weight: bold;
    transition-duration: 1s;
    
}

img {
    width: 100%;
    display: block;
}

main {
    
    background-color: white;
    padding: 20px;
    border-radius: 0px 0px 10px 10px;

    margin: auto;
    min-width: 320px;
    max-width: 800px;

    margin-bottom: 30px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0px 0px 10px black;
}

#stan {
    font-family: android;
    color: red;
    background-image: linear-gradient(to right, rgba(255, 0, 0, 0.432), white);
}

#primeira {
    font-family: android;
    color: red;
    background-image: linear-gradient(to right, rgba(255, 0, 0, 0.432), white);
}

#historia {
    font-family: android;
    color: rgb(255, 0, 0);
    background-image: linear-gradient(to right, rgba(255, 0, 0, 0.432), white);
}

p {
    font-family: Arial, Helvetica, sans-serif;
    text-align: inherit;
    padding: 10px;
    position: relative;
}

div.video {

    padding: 20px;
    padding-bottom: 58%;
    background-image: radial-gradient(red, black);
    margin-bottom: 30px;
    margin: 0px -20px;
    
    position: relative;
    
}

div.video > iframe {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
}

#tabela {
    background-color: rgb(230, 94, 94);
    border-radius: 5px;
    margin: 7px 10px 7px 10px;
    padding: 2px;
}

.ptitulo {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    font-weight: bold;
    font-size: 20px;
    background-color: red;
    padding: 10px;
    margin: -2px;
    border-radius: 10px;

}

aside > ul {
    column-count: 2;
    list-style-type: '\1F4CC ';
    list-style-position: inside;
}

.externo {
    text-decoration: none;
    color: blue;
    font-weight: bold;
}

.externo::after {
    content: '\1F517';
    
}


li > a {
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-weight: bold;
    
    
    
}

footer {
    margin: 10px 0px 0px 0px;
    background-color: darkred;
    text-align: center;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    
}

nav a:hover {
    color: black;
    background-color: white;
}

main img {
    width: 100%;
}