* {
    margin: 0;
}

body {
    overflow-x: hidden;
    font-family: K2D;
    height: 100vh;
    width: 100%;
    letter-spacing: 1.1px;
}


/* HEADER */
header {
    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;
}

/* FIM */

/* CORPO */

#corpo {
    margin: 2% 0;
    width: 100%;
    height: 80vh;
    display: flex;
}

#corpo>div:first-of-type {
    overflow: hidden;
    display: flex;
    margin-top: 2%;
    padding: 0 1% 0 5%;
    justify-content: space-between;
    flex-direction: column-reverse;
}

#corpo>div:first-of-type img {
    height: 15%;
    background-color: #eceaea
}

#corpo>div:nth-of-type(2) img {
    height: 100%;
    background-color: #eceaea
}

#corpo>div:last-of-type {
    margin-left: 2%;
}

#corpo>div h3 {
    margin-top: 6%;
    font-size: 30px;
    width: 70%;
}

#corpo>div:last-of-type>p:first-of-type {
    color: #5f5a5a;
    font-size: 12px;
    margin: 3% 0 1% 0;
}

#corpo>div:last-of-type>p:last-of-type{font-size: 15px;}

#corpo>div:last-of-type>p:first-of-type span {
    text-decoration: line-through;
    margin-left: 3%;
}

#corpo>div:last-of-type>p:nth-of-type(2) {
    margin-bottom: 1%;
    font-weight: 800;
    font-size: 18px;
}

#corpo>div:last-of-type>p:nth-of-type(2) span {
    font-size: 30px;
}

#corpo>div:last-of-type div:first-of-type {
    margin-top: 5%;
    border-radius: 5px;
    width: 50%;
    border: solid 1px #5f5a5a;
    height: 11%;
    display: inline-block;
    padding-left: 2%;
}

#corpo>div:last-of-type>div>p{
    margin: 2% 0 5% 0;
}

#corpo>div:last-of-type a {
    text-decoration: none;
    color: black;
    background-color: #9900ff;
    padding: 1% 2%;
    border-radius: 5px;
}

#corpo>div:last-of-type a:hover {
    background-color: #8400db;
    transition: 0.4s;
}

.botao_comprar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
    margin-left: 4%;
    border-radius: 25px;
    height: 5%;
    background-color: #9900ff;
}

.botao_comprar a{text-decoration: none;}

.botao_comprar:hover{background-color: #8400db;
transition: .4s;}


/* FIM */

/* PROMO */

#promo {
    width: 100%;
    background-color: #928e8e;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 17vh;
}

#promo p {
    font-size: 50px;
}

/* FIM */

/* ESPECIFICAÇÔES */

#especificacoes {
    width: 100%;
    height: 20vh;
    background-color: #eceaea;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#especificacoes_img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2% 0;
}

/* FIM */

/* 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;
}