* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Raleway", sans-serif;
}


.logo {
    position: relative;
    top: -50px;
    left: 45%;
    height: 200px;
    width: 200px;
}

.fodasse {
    color: #C48B21;
}


.header {
    width: 35%;
    height: 40px;

    position: relative;
    left: 32%;
    top: -70px;
    border-top: 1px solid #8B8B8B;
    border-bottom: 1px solid #8B8B8B;
}



.navbar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 100px;
    padding-top: 5px;
}



.navbar a {
    text-decoration: none;
    font-size: 20px;

}



.carrinho {
    width: 40px;
    height: 40px;

    border: 1px solid #8B8B8B;
    position: relative;
    left: 67%;
    top: -110px;
}



#pesquisa {
    width: 500px;

    input {
        width: 500px;
        height: 35px;
        position: relative;
        right: 550px;
        top: 25px;
    }
}

.login {
    font-family: 'Cabin', sans-serif;
    position: relative;
    left: 77%;
    top: -145px;
    text-decoration: none;
    color: #000000;
    text-align: left;
    vertical-align: middle;
}

.register {
    font-family: 'Cabin', sans-serif;
    color: black;
    font-size: 17px;
    position: relative;
    text-decoration: none;
    transition: 0.4s;
    left: 77.5%;
    top: -153px;
}

.registers {
    font-family: 'Cabin', sans-serif;
    color: black;
    font-size: 17px;
    position: relative;
    text-decoration: none;
    transition: 0.4s;
    left: 74.7%;
    top: -133px;
}

.shop {

    width: 130px;
    height: 55px;
    position: relative;
    top: -80px;
    left: 470px;
    border-bottom: 1px solid #8B8B8B;
    font-size: 28px;
    font-weight: 500;
    padding-top: 20px;
}

.texto {
    vertical-align: center;
    width: 1160px;
    height: 476px;
    position: relative;
    left: 33%;
    top: -80px;
    font-weight: 500;
    line-height: 1.2;
    font-size: 20px;
    color: #000000;
    display: flex;
    gap: 100px;
}

footer {
    width: 100%;
    height: 142px;
    background-color: #ffffff;
    position: relative;

    .footer {
        width: 100%;
        height: 142px;
        border-top: 1px solid #8B8B8B;

        div {
            font-size: 20px;
            width: 916px;
            height: 51px;
            margin-left: 200px;
            margin-top: 20px;

        }

        .redes {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            gap: 68px;
            margin-left: 1200px;
            margin-top: -20px;

            img {
                width: 46px;
                height: 46px;
            }
        }
    }
}