@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');


:root {
    --cor0: #ABB4E0;
    --cor1: #707794;
    --cor2: #445394;
    --cor3: #2D3661;
    --cor4: #363947;
    --cor5: #fdfd35;
    --shadow: #00000052;

    --fonte-padrao: 'Roboto', Arial, Verdana, Sans-serif;
    --fonte-destaque: 'Raleway', cursive;
}

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

body {
    background-image: url("e89e6bf288761943c1425ce991156363.jpg");    
    font-family: var(--fonte-padrao);
}

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

header {
    min-width: 300px;
    max-width: 840px;
    margin: auto;
    background-image: linear-gradient(to bottom, white, var(--cor0), var(--cor3));
    min-height: 135px;
    text-align: center;
    padding-top: 10px;
}

header > h1 {
    color: white;
    font-family: var(--fonte-padrao);
    font-size: 1.5em;
    font-weight: bold;
    text-shadow: 2px 2px 0px #00000052;
}

header > p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: white;
    max-width: 500px;
    padding-right: 10px;
    padding-left: 10px;
    margin: auto;
    margin-bottom: 20px;
    text-shadow: 2px 2px 0px #00000052;
}

nav {
    min-width: 300px;
    max-width: 820px;
    margin: auto;
    background-color: var(--cor3);
    padding: 10px;
    box-shadow: 0px 7px 7px #00000052;
}

nav > a {
    color: var(--cor0);
    padding: 10px 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}

nav a:hover {
    background-color: var(--cor0);
    color: var(--cor3);
}

main {
    min-width: 300px;
    max-width: 800px;
    margin: auto;
    padding: 10px 20px;
    background-image: linear-gradient(to right, var(--cor0), transparent);
    box-shadow: 3px 3px 14px var(--shadow);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

main h1 {
    color: var(--cor4);
    font-family: var(--fonte-padrao);
    font-weight: normal;
    font-size: 1.5em;
}

main h2 {
    font-family: var(--fonte-destaque);
    color: var(--cor4);
    font-size: 1.5em;
    font-weight: normal;
    padding: 20px 20px 10px 20px;
}

main h3 {
    font-family: var(--fonte-destaque);
    color: var(--cor4);
    font-size: 1.2em;
    font-weight: normal;
    padding: 20px 20px 10px 20px;
}

main strong {
    font-style: var(--fonte-destaque);
    font-weight: bold;
    font-size: 1.1em;
}

main pre {
    font-family: var(--fonte-padrao);
    font-size: 1em;
    font-weight: normal;
    line-height: 1.7em;
}

main p {
    margin: 15px 0px;
    text-align: justify;
    text-indent: 30px;
    font-size: 1em;
    line-height: 2em;
    
}

main strong {
    color: var(--cor3);
    font-weight: bold;
}

main a {
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
    color: var(--cor4);
}

main a:hover {
    text-decoration: underline;
    color: var(--cor2);
    background-color: var(--cor0);
}

img {
    width: 100%;
}

img.pequena {
    max-width: 430px;
    display: block;
    margin: auto;
}

article.rep {
    background-color: white;
}

article {    
    background-image: linear-gradient(to right, white, white, white, transparent);
    padding: 10px;
    border-radius: 10px;
    box-shadow: 3px 3px 8px var(--shadow);
}

article > ul {
    list-style-type: '\2714\00A0\00A0';
    list-style-position: inside;
    line-height: 2.5em;
    font-weight: normal;
    color: black;
}

aside {    
    padding-bottom: 60px;
}

aside > div {
    font-family: var(--fonte-padrao);
    font-weight: normal;
    font-size: 0.8em;
    text-align: center;
}

aside > div > p {
    text-align: center;
    font-family: var(--fonte-destaque);
    font-size: 1.2em;
}

aside > div > img {
    max-width: 254px;;
}

div.mapa {
    margin: 0px -20px 30px -20px;
    padding: 20px;
    padding-bottom: 57%;
    position: relative;
}

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

footer {
    background-color: var(--cor4);
    font-size: 0.8em;
    color: white;
    text-align: center;
    padding: 2px;
}
