@font-face {
    font-family: TF2;
    src: url(../fonts/TF2.ttf);
}

@font-face {
    font-family: tf2build;
    src: url(../fonts/tf2build.ttf);
}

@font-face {
    font-family: WideLatin;
    src: url(../fonts/WideLatin.ttf);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    background-color: #999999;
    background-image: url("../imagens/background/backgorund.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    overflow-y: scroll;
    scrollbar-width: none;
}

body::-webkit-scrollbar {
    display: none;
}

#logo_big img {
    content: "";
    clear: both;
    display: block;
    width: 40%;
    max-width: 800px;
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
}

main {
    font-family: tf2build;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    background-color: #ffffff88;
    border-radius: 30px;
    padding: 30px;
    width: 80%;
    max-width: 1300px;
    min-width: 800px;
    min-height: 1200px;
}

main section {
    text-align: justify;
    text-justify: distribute-all-lines;
    margin-bottom: 50px;
    width: 100%;
}

.class_selection {
    display: flex;
    margin-top: -200px
}

.class_selection img {
    object-fit: contain;
    width: 100%;
}

main section h1 {
    font-family: tf2build;
    border-bottom: solid #000 3px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    padding: 15px;
    color: #000;
    font-size: 2em;
    margin-bottom: 15px;
}

main section .tituloParagrafo img {
    float: left;
    justify-content: center;
    width: 50px;
    margin-right: 10px;
}

main section .subTituloParagrafo {
    display: inline-block;
    width: 100%;
    font-family: WideLatin;
    text-align: center;
    font-size: 1.7em;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid #555 1px;
}

main p {
    font-family: TF2;
    text-justify: distribute;
    font-size: 1.5em;
    font-weight: 700;
    text-indent: 10%;
    margin-bottom: 20px;

}

main section p a {
    text-decoration: none;
    color: #9d312f;
}

#mapas {
    min-height: 700px;
}

footer {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #999999;
    font-size: 1.3em;
    justify-content: center;
    text-align: center;
    background-color: #101010;
    width: 100%;
    min-height: 150px;
    align-self: center;
    margin-top: 30px;
}

footer:before,
footer:after {
    content: "";
}

footer p {
    padding-top: 15px;
}

footer div .valve {
    filter: invert(360);
    padding-left: 30px;
    padding-top: 20px;
    float: left;
    width: 200px;
    margin: auto;
}

footer div .unirios {
    padding-top: 20px;
    padding-right: 30px;
    float: right;
    width: 150px;
}
