@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
    box-sizing: border-box;
}
body{
    background-color: #ffffff;
}
nav{
    
    background-color: #4d3410;
    width: 100%;
    margin: auto;
    padding: 2rem 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}
.nav-logo{
    width: 100px;
    height: 100px;
    background-color: #fff;

}
.nav-link{
    font-family: 'Poppins';
    list-style: none;
    display: flex;
    font-size: 20px;
    align-items: center;
    gap: 5rem;
}
.link a{
    text-decoration: none;
    position: relative;
    padding-bottom: 0.75rem;
    color: #ffffff;

}
.pesquisar{
    background-color: #fff;
    width: 300px;
    padding-left:8px ;
    height: 28px;
    border: #fff;
    border-radius: 16px;
}
.pesquisar input{
    display: grid;
    width: 200px;
   align-items:self-end;
}
.showcase{
    width: 100%;
    height: 700px;
    position: relative;
}
.showcase video{
    width: 100%;
    height: 700px;
    position: absolute;
    top: 0;
    left: 0;
    object-fit:cover;
    object-position: center;
}
.title{
    font-family: 'poppins';
    width: 100%;
    height: 100%;
    justify-items:center;
    align-items: center;
    background-color: #4d3410;
    font-size: 250px;
    color: #fff;
    display: grid;
    mix-blend-mode: multiply;
}
.receita{
    display: inline-flex;
    justify-content: center;
    
}
.box{
    display: grid;
    padding: 24px;
    width: 100%;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    margin: 28px;
    li{
        list-style: none;
    }
    .txt{
        font-family: 'poppins';
        
    }
    h1{
        font-family: 'Poppins';
    }
    .cate{
        font-family: 'poppins';
        color: #4d3410;
        font-weight: 600;
    }
    .num{
        width: auto;
    }
}
.box-mat{
    padding: 24px;
    width: 100%;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    margin: 28px;
    li{
        list-style: none;
    }
    .txt{
        font-family: 'poppins';
        
    }
    h1{
        font-family: 'Poppins';
    }
    .cate{
        font-family: 'poppins';
        color: #4d3410;
        font-weight: 600;
    }
    .num{
        width: auto;
    }
}
.box-prep{
    padding: 24px;
    width: 100%;
    margin: 28px;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    li{
        list-style: none;
    }
    .txt{
        font-family: 'poppins';
        margin-left: 8px;
        
    }
    h1{
        font-family: 'Poppins';
    }
    .cate{
        font-family: 'poppins';
        color: #4d3410;
        font-weight: 600;
    }
    .num p{
        width: 30px;
        height: 30px;
        display: grid;
        background-color:#4d3410;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        color: #fff;
        font-family: 'poppins';
        font-weight: 600;
    }
    li{
        display: flex;
        margin: 16px;
    }
}
.bolo{
    display: grid;
    justify-content: center;
}

.branco{
    display: grid;
    align-items: center;
    font-family: 'poppins';
    font-size: 50px;
    h1{
        display: grid;
        align-items: center;
        justify-content: center;
    }
    .second-showcase{
        margin-top: 50px;
        width: 100%;
        height: 300px;
        position: relative;
    }
    .second-showcase video{
        width: 100%;
        height: 300px;
        position: absolute;
        top: 0;
        left: 0;
        object-fit:cover;
        object-position: center;
    }
}
footer{
    display: grid;
    width: 100%;
    height: 250px;
    font-family: 'poppins';
    background-color: #4d3410;
    p{
        color: #fff;
    }
    img{
        margin: 24px;
        width: 50px;
        height: 50px;
        background-color: #fff;
    }
    redes{
        display: inline-flex;
    }
}
@media (max-width: 800px){
    @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
    box-sizing: border-box;
}
body{
    background-color: #ffffff;
}
nav{
    
    background-color: #4d3410;
    width: 100%;
    margin: auto;
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}
.nav-logo{
    width: 30px;
    height: 30px;
    background-color: #fff;

}
.nav-link{
    font-family: 'Poppins';
    list-style: none;
    display: flex;
    font-size: 12px;
    align-items: center;
    gap: 0.5rem;
}
.link a{
    text-decoration: none;
    position: relative;
    padding-bottom: 0.75rem;
    color: #ffffff;
    margin: 0 5px;
}
.pesquisar{
    background-color: #fff;
    width: 150px;
    padding-left:8px ;
    height: 16px;
    border: #fff;
    border-radius: 16px;
}
.pesquisar input{
    display: grid;
    width: 100px;
   align-items:self-end;
}
.showcase{
    width: 100%;
    height: 450px;
    position: relative;
}
.showcase video{
    width: 100%;
    height:450px;
    position: absolute;
    top: 0;
    left: 0;
    object-fit:cover;
    object-position: center;
}
.title{
    font-family: 'poppins';
    width: 100%;
    height: 100%;
    justify-items:center;
    align-items: center;
    background-color: #4d3410;
    font-size: 50px;
    color: #fff;
    display: grid;
    mix-blend-mode: multiply;
}
.receita{
    display: flex;
    flex-direction: column;
    
}
.box{
    width: 350px;
    display: grid;
    padding: 12px;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    margin: 12px;
    li{
        list-style: none;
    }
    .txt{
        font-family: 'poppins';
        
    }
    h1{
        font-family: 'Poppins';
    }
    .cate{
        font-family: 'poppins';
        color: #4d3410;
        font-weight: 600;
    }
    .num{
        width: auto;
    }
}
.box-mat{
    padding: 12px;
    width: 350px;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    margin: 12px;
    li{
        list-style: none;
    }
    .txt{
        font-family: 'poppins';
        
    }
    h1{
        font-family: 'Poppins';
    }
    .cate{
        font-family: 'poppins';
        color: #4d3410;
        font-weight: 600;
    }
    .num{
        width: auto;
    }
}
.box-prep{
    padding: 6px;
    width: 350px;
    margin: 12px;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    li{
        list-style: none;
    }
    .txt{
        font-family: 'poppins';
        margin-left: 8px;
        
    }
    h1{
        font-family: 'Poppins';
    }
    .cate{
        font-family: 'poppins';
        color: #4d3410;
        font-weight: 300;
    }
    .num p{
        width: 20px;
        height: 20px;
        font-size: 12px;
        display: grid;
        background-color:#4d3410;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        color: #fff;
        font-family: 'poppins';
        font-weight: 600;
    }
    li{
        display: flex;
        margin: 6px;
    }
}
.bolo{
    display:contents;
    justify-content: center;
    h1{
        font-size: 12px;
    }
}

.branco{
    display: grid;
    align-items: center;
    font-family: 'poppins';
    font-size: 50px;
    h1{
        display: grid;
        align-items: center;
        justify-content: center;
        font-size: 36px;
    }
    .second-showcase{
        margin-top: 50px;
        width: 100%;
        height: 300px;
        position: relative;
    }
    .second-showcase video{
        width: 100%;
        height: 300px;
        position: absolute;
        top: 0;
        left: 0;
        object-fit:cover;
        object-position: center;
    }
}
footer{
    display: grid;
    width: 100%;
    height: 250px;
    font-family: 'poppins';
    background-color: #4d3410;
    p{
        color: #fff;
    }
    img{
        margin: 24px;
        width: 50px;
        height: 50px;
        background-color: #fff;
    }
    redes{
        display: inline-flex;
    }
}
}