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

/*Background Color*/

.link {
    color: #f0fff0;
    text-decoration: none;
}

main {
    background-image: radial-gradient(#fff, #c7c7c7);
    box-sizing: content-box;;
    width: 100%
}

main{
    box-sizing: content-box;
    padding-bottom: 7rem;
}

body {
    font-family: 'arial';
}

/*MENU/NAV*/

.menu-nav {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.nav {
    background-color: #2c2c2c;
    padding: 1rem;
    position: sticky;
    top: 0;
    box-shadow: 10px 0px 10px #2c2c2c;
    z-index: 99;
}

.nav>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.logo {
    width: 15%;
}

nav ul {
    display: flex;
    list-style: none;
    align-items: center;
}

nav ul li {
    color: #f0fff0;
    margin-right: 1.5rem;
    cursor: pointer;
}
    
nav ul li:hover {
    transform: translateY(-5px);
    transition: all 0.2s;
    font-weight: bold;
}

.usuario {
    border-radius: 50%;
}

/*Parte Inicial*/

.Harry {
    float: right;
    margin: -180px auto auto -500px;
    position: relative;
}

.text-h {
    text-align: justify;
    position: relative;
    margin-top: -20px;
    margin-left: 63px;
}

.text-p {
    text-align: justify;
    position: relative;
    margin-left: 63px;
    width: 360px;
}


.botao {
    height: 50px;
    width: 200px;
    position: relative;
    margin-top: 10px;
    margin-left: 135px;
    background-color: #252525;
    cursor: pointer;
    border-radius: 30px;
    color: #333;
    transition: all 0.5s ease-in-out;
}

.bto-txt {
    z-index: 1;
    font-weight: 800;
    letter-spacing: 4px;
}

.botao:hover {
    box-shadow: 1px 1px 200px #6c63ff;
    color: #fff;
    border: none;
}

header {
    background-image: radial-gradient(#fff, #c7c7c7);
    position:absolute;
    width: 100%;
    padding: 6.3rem;
}

/*Destaques da semana*/

.pagina-semana {
    max-width: auto;
    margin: 0 auto;
    background-color: #2c2c2c;
    position: relative;
    top: 24.5rem;
    box-sizing: content-box;
    margin: -67px auto 0px auto;
}

.coluna-semana {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    place-items: center;
    height: 320px;
}

.hover-semana>* {
    cursor: pointer;
    transition: all 0.2s;
}

.hover-semana>*:hover {
    transform: translateY(-5px);
}

.cor-texto {
    color: #f0fff0;
}

.titulo-semana {
    text-align: center;
    font-size: 1.5rem;
    color: #f0fff0;
    position: relative;
    top: 15px;
}

.sublinha-semana {
    width: 100px;
    height: 4px;
    background-color: #6c63ff;
    border-radius: 100px;
    position: relative;
    top: 18px;
    margin: 0 auto;
}
    
/*Ultimos Lançamentos*/

.coluna-lancamento img {
    max-width: 100%;
}

.coluna-lancamento {
    display: grid;
    align-items: center;
    justify-content: space-evenly;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    place-items: center;
}

.produto-lancamento>* {
    cursor: pointer;
    transition: all 0.2s;
}

.produto-lancamento>*:hover {
    transform: translateY(-5px);
}

.pagina-lancamentos {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    top:25rem;
}

.pagina-lancamentos{
    box-sizing: content-box;
    margin-bottom: 19rem;
}

.titulo-lancamento {
    text-align: center;
    font-size: 1.5rem
}

.sublinha-lancamento {
    width: 100px;
    height: 4px;
    background-color: #6c63ff;
    border-radius: 100px;
    position: relative;
    margin: 0 auto;
}

/*Final*/

.pagina-final {
    position: relative;
    top: 7rem;
    background-color: #2c2c2c;
    height: 505px;
}

.h2 {
    text-align: justify;
}

.p {
    text-align: justify;
}

.txt {
    position: relative;
    top: -22rem;
    left: 37rem;
    margin-right: 55rem;
    color: #f0fff0;  
}

.botao-f {
    height: 50px;
    width: 200px;
    position: relative;
    top: 10px;
    left: 13rem;
    background-color: #252525;
    cursor: pointer;
    border-radius: 30px;
    color: #333;
    transition: all 0.5s ease-in-out;
}

.bto-txt-f {
    z-index: 1;
    font-weight: 800;
    letter-spacing: 4px;
}

.botao-f:hover {
    box-shadow: 1px 1px 200px #6c63ff;
    color: #fff;
    border: none;
}
