@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');


body {
    min-height: 854px;
    font-family: 'Montserrat', sans-serif;
    margin: auto;
}

header {
    background: no-repeat center/cover;
    background-image: url("Sans_titre-21.jpg");
    background-position: center center;
    height: calc(100vh - 300px);
    color: white;
    position: absolute;
    top: 0;
}

footer {
    background: no-repeat center/cover;
    background-image: url("Sans_titre-21.jpg"); /* url("Sans_titre-21.jpg");*/
    background-position: bottom center;
    height: 150px;
    margin: 20px 0 0 0;
    color: white;
}

footer p {
    margin: 5px 0;
    font-size: 12px;
    text-align: center;
}

.container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin: auto;
    margin-top: 300px;
    background-color: white;
    color: black;
    border: 1px solid #208FCE;
    border-radius: 7px;
}

.container .content {
    margin: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.container .content h1{
    margin: 0;
    text-align: center;
}

.container .content h2 {
    width: 100%;
    margin: 40px 0 0 0;
    justify-content: left;
}

.container .content h3 {
    width: 100%;
    margin: 10px 0;
    text-align: justify;
}

.container .content hr {
    width: 80%;
    margin: 10px 0 30px 0;
    border: 0.5px solid black;
}

.container .content p {
    margin: 10px 0;
    width: 100%;
    text-align: justify;
}

.container .content .bibliotecas {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin: 0;
}

.container .content .bibliotecas a {
    width: 30%;
    margin: 10px;
}

.container .content .subtitle {
    font-size: 14px;
    font-weight: normal;
    margin: 10px 0 15px 20px;
}

.container .content .note {
    width: 90%;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: normal;
    text-align: justify;
}

.container .content .note ul {
    width: 92%;
    margin: 5px 0;
}

.container .content .note li {
    width: 100%;
    text-align: left;
    font-weight: normal;
    margin: 5px 30px 10 10px;
}

.container .content .fonte-site {
    text-align: right;
    font-size: 10px;
}

.container .content .code-download {
    width: fit-content;
    margin: -20px 0 20px 0;
    padding: 5px;
    text-align: center;
    font-size: 10px;
    background-color: red;
    border: 0.5px solid white;
    border-radius: 7px;
}

.container .content .code-download a {
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.fonte-pessoal {
    width: 50%;
    font-size: 10px;
    margin-left: 30px;
    text-align: justify;
}

.container .content .img-padrao-1 {
    /* height: 300px; */
    width: 90%;
    margin: 10px;
    border-radius: 7px;
}

.container .content .img-padrao-2 {
    /* height: 450px; */
    width: 90%;
    margin: 10px;
    border-radius: 7px;
}

.content imagem-codigo {
    margin-top: 10px;
    text-align: center;
}

.container .content ol {
    width: 92%;
    margin: 5px 0;
}

.container .content ul {
    width: 92%;
    margin: 5px 0;
}

.container .content li {
    width: 100%;
    text-align: left;
    font-weight: bold;
    margin: 5px 30px 10 10px;
}

.container .content li p {
    font-weight: normal;
    margin: 10px 0;
    width: 100%;
    text-align: justify;
}

.container .content table {
    table-layout: fixed;
    margin: 10px;
    height: 100%;
}

.container .content table tr{
    border: 0.5px solid;
    border-radius: 7px;
    height: 50px;
    text-align: center;
}

.container .content table th{
    border: 0.5px solid #208FCE;
    border-radius: 7px;
}

.container .content table td{
    border: 0.5px solid #208FCE;
    border-radius: 7px;
}

.container .content pre {
    display: flex;
    width: 90%;
    text-align: left;
    background-color: #9eaab4ab; /* #2117491c;*/
    border: 0.5px solid #208FCE;
    border-radius: 7px;
    height: 100%;
}

.container .content code {
    font-size: 16px;
    font-weight: bold;
    color: rgb(33, 23, 73);
    margin: 20px;
}

.content .buttons-end-page {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.container .buttons-end-page a {
    height: 40px;
    text-align: center;
    text-decoration: none;
    margin: 20px;
    background-color: #208ecee8;
    border: 0.2px solid #208FCE;
    border-radius: 7px;
}

* {
    width: 100%;
}