header {
    background-color: #0000009f;
}

.section-inicial {
    width: 100%;
    height: 70vh;
    background-image: url(https://img.freepik.com/fotos-gratis/bife-grelhado-suculento-pronto-para-comer-estilo-rustico-gerado-por-ia_188544-15215.jpg?w=1060&t=st=1698058882~exp=1698059482~hmac=7e765fea899278eef852a180ab7a41ee1cfa4784ceb764b0d7da5a18a6dc90e0);
    background-position: bottom;
    background-size: cover;
    background-attachment: fixed;
}

.section-inicial .background {
    width: 100%;
    height: 60vh;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.section-inicial .background .textfield {
    height: 30%;
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 7%;
}

.section-inicial .background .textfield h1 {
    color: #fff;
    font-size: 80px;
    text-transform: uppercase;
    text-align: center;
    margin-top: -5%;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    letter-spacing: 20px;
}

#s1 {
    margin-bottom: -150px;
}

#s1 .box {
    margin-top: 200px;
}

#s1 .box .img {
    width: 40%;
    text-align: center;
    margin-right: 5%;
}

#s1 .box .img img {
    width: 350px;
}

#s1 .box .textfield {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

#s2 {
    margin-bottom: -150px;
}

#s2 .box .img {
    width: 40%;
    text-align: center;
    margin-left: 5%;
}

#s2 .box .img img {
    width: 350px;
}

#s2 .box .textfield {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    text-align: right;
}

#s3 .box .img {
    width: 40%;
    text-align: center;
    margin-right: 5%;
}

#s3 .box .img img {
    width: 350px;
}

#s3 .box .textfield {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

/* #s1 {
    background-color: blue;
    
}
#s2 {
 background-color: brown;
}
#s3 {
 background-color: blueviolet;
} */