* {
    margin: 0;
}

body {
    font-family: K2D;
    height: 100vh;
    width: 100%;
    letter-spacing: 1.1px;
}


/* HEADER */
header {
    position: sticky;
    z-index: 50;
    display: flex;
    height: 8%;
    width: 100%;
    background-color: #ffffff;
    align-items: center;
}

#header2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4.5%;
    background-color: #eceaea;
}

#header2>a {
    padding: 0 2% 0 2%;
    text-decoration: none;
    color: black;
    font-size: 13px;
    letter-spacing: 1.2px;
}

/* LOGO */
#logo {
    display: flex;
    justify-content: center;
}

#logo>a>img {
    width: 80px;
}

#logo>a {
    background-color: #0000;
}


/* BOTÕES HEADER */
header>div>a {
    display: flex;
    font-size: 19px;
    color: #181818;
    text-decoration: none;
    align-items: center;
    justify-content: center;
}

header>div:nth-of-type(2)>a:first-of-type {
    color: red;
}


/* BARRA DE PESQUISA HEADER */

header>div {
    width: 33%;
    display: flex;
}

header:hover input {
    border: solid black 1px;
    border-left: none;
    background-color: white;
    transition: .4s;
}

header:hover .btn_pesquisa {
    border: solid black 1px;
    border-right: none;
    transition: .4s;
}

.btn_pesquisa {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 37px;
    border-radius: 0px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: solid #181818 1px;
    border-right: none;
}

header>div>div>svg {
    fill: white;
    transition: .4s;
}

header>div>input {
    background-color: white;
    border: none;
    height: 35px;
    width: 100%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: solid #181818 1px;
    border-left: none;
}

header>div>input:focus {
    outline: none;
}

/* LAST ELEMENTS */

#last_elements {
    display: flex;
    justify-content: center;
}

#last_elements>a {
    color: #494949;
    margin: 0 2% 0 2%;
}

#last_elements>a {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 600;
}

#last_elements>a>svg {
    fill: white;
}

/* Corpo */

#corpo {
    width: 100%;
    height: 80vh;
    width: 100%;
}

/* FIM */

/* FAIXA DA PAGINA */

.faixa {
    color: white;
    background-image: linear-gradient(#7b10b9, #4b0674);
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 20%;
}

.faixa>div {
    padding-left: 17%;
}

.faixa h3 {
    font-weight: 800;
    font-size: 25px;
    margin-bottom: 4px;
}

/* FIM */

/* ORIENTAÇÃO */

.conteudo {
    width: 100%;
}

.orientacao p {
    font-size: 13px;
    padding-top: 1%;
    padding-left: 1%;
}

.orientacao a {
    text-decoration: none;
    color: black;
}

/* FIM */

.texto_conteudo {
    padding-top: 3%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.texto_conteudo div:first-of-type img {
    height: 11vh;
}

.texto_conteudo div:last-of-type {
    padding-left: 20%;
}

.texto_conteudo div:last-of-type p {
    margin-bottom: 4%;
}


/* FOOTER */

footer>div {
    background-color: #eceaea;
    height: 28vh;
    display: flex;
    justify-content: center;
}

footer h3 {
    font-size: 20px;
}

footer a:first-of-type li {
    margin-top: 15%;
}

footer li {

    list-style-type: none;
    margin-bottom: 3%;
}

footer a {
    color: #5f5a5a;
    text-decoration: none;
}

footer>div {
    font-size: 13px;
    font-weight: 600;
    color: black;
}

footer p {
    margin-top: 5%;
    color: #5f5a5a;
    margin-bottom: 12%;
}

footer ul {
    display: flex;
    margin: 2% 2% 0 2%;
    flex-direction: column;
    align-items: center;
}

footer ul:last-of-type a {
    color: white;
    background-color: #9900ff;
    padding: 20px;
    border-radius: 10px;
}

footer ul:last-of-type a:hover {
    background-color: #8200d8;
    transition: .4s;
}

/* FIM */