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

@font-face {
    font-family: 'futura';
    src: url(fonts/futura.ttf);
}

body {
    height: 100vh;
    width: 100%;
    background: url(img/background.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'futura';
    overflow: hidden;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgb(255, 255, 255, 0.7);
    padding: 0 50px;
}

header img {
    width: 200px;
}

header p {
    height: 100px;
    width: 300px;
    font-weight: bold;
    border-radius: 50px;
    text-align: center;
    padding-top: 20px;
    font-size: 50px;
    background-color: red;
    color: white;
    text-transform: uppercase;
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    margin-left: 5px;
}

main {
    margin-top: 25px;
    height: 79%;
    width: 100%;
    display: flex;
    padding-bottom: 10px;
}

.tabela {
    margin: 0 5px 0 5px;
    border-radius: 25px;
    height: 100%;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    background-color: rgb(255, 0, 0, 0.3);
}

.carne {
    height: 85px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-weight: bold;
    padding-top: 5px;
}

.carne p {
    margin-left: 5px;
    padding-left: 6px;
    font-size: 50px;
    padding-top: 6px; 
}

.carne p+p {
    margin-right: 5px;
    padding-top: 8px; 
    height: 85px;
    width: 180px;
    text-align: center;
    border-radius: 50px;
    background-color: red;
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.oferta {
    margin: 0 5px 0 5px;
    border-radius: 30px;
    height: 100%;
    width: 40%;
    float: right;
    background-color: white;
    border: 5px solid red;
    text-align: center;
}

.destaque {
    width: 80%;
    border-radius: 50px;
    background-color: red;
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.oferta P {
    margin: -40px auto;
    height: 80px;
    width: 250px;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
    font-size: 35px;
    color: white;
    text-transform: uppercase;
    border-radius: 50px;
    background-color: red;
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.oferta h3 {
    font-size: 50px;
    text-align: center;
    margin-top: 100px;
    color: red;
}

.oferta span {
    position: relative;
    left: 125px;
    color: red;
    font-size: 140px;
    font-weight: bold;
}

.oferta span::after {
    content: '00';
    position: relative;
    left: -20px;
    bottom: 38px;
    font-size: 45px;

}
.oferta span::before {
    content: 'kg';
    position: relative;
    font-size: 20px;
    left: 175px;
    bottom: 20px;
}

.oferta img {
    height: 400px;
    width: 400px;
    margin-top: 65px;
}

@media (max-height: 1920px) {
    header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: rgb(255, 255, 255, 0.7);
        padding: 0 50px;
    }
    
    header img {
        width: 200px;
    }
    
    header p {
        height: 100px;
        width: 300px;
        font-weight: bold;
        border-radius: 50px;
        text-align: center;
        padding-top: 20px;
        font-size: 50px;
        background-color: red;
        color: white;
        text-transform: uppercase;
        box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
        margin-left: 5px;
    }
    
    main {
        margin-top: 25px;
        height: 79%;
        width: 100%;
        display: flex;
        padding-bottom: 10px;
    }
    
    .tabela {
        margin: 0 5px 0 5px;
        border-radius: 25px;
        height: 100%;
        width: 60%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        background-color: rgb(255, 0, 0, 0.3);
    }
    
    .carne {
        height: 85px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        color: #fff;
        font-weight: bold;
        padding-top: 5px;
    }
    
    .carne p {
        margin-left: 5px;
        padding-left: 6px;
        font-size: 50px;
        padding-top: 6px; 
    }
    
    .carne p+p {
        margin-right: 5px;
        padding-top: 8px; 
        width: 180px;
        text-align: center;
        border-radius: 50px;
        background-color: red;
        box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    }
    
    .oferta {
        margin: 0 5px 0 5px;
        border-radius: 30px;
        height: 55%;
        width: 40%;
        float: right;
        background-color: white;
        border: 5px solid red;
        text-align: center;
    }
    
    .destaque {
        width: 80%;
        border-radius: 50px;
        background-color: red;
        box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    }
    
    .oferta P {
        margin: -40px auto;
        height: 80px;
        width: 250px;
        font-weight: bold;
        text-align: center;
        padding-top: 20px;
        font-size: 35px;
        color: white;
        text-transform: uppercase;
        border-radius: 50px;
        background-color: red;
        box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    }
    
    .oferta h3 {
        font-size: 50px;
        text-align: center;
        margin-top: 100px;
        color: red;
    }
    
    .oferta span {
        position: relative;
        left: 100px;
        color: red;
        font-size: 140px;
        font-weight: bold;
    }
    
    .oferta span::after {
        content: '00';
        position: relative;
        left: -20px;
        bottom: 38px;
        font-size: 45px;
    
    }
    .oferta span::before {
        content: 'kg';
        position: relative;
        font-size: 20px;
        left: 175px;
        bottom: 20px;
    }
    
    .oferta img {
        height: 400px;
        width: 400px;
        margin-top: 65px;
    }
}




@media (max-height: 1280px){
    header img {
        width: 150px;
    }
    
    header p {
        height: 80px;
        width: 280px;
        padding-top: 16px;
        font-size: 38px;
    }

    .destaque {
        height: 45px;
    }

    .carne p {
        padding-top: 5px;
        font-size: 28px;
    }

    .carne p+p {
        height: 45px;
    }
    
    .carne p+p {
        margin-right: 5px;
        padding-top: 5px;
        width: 100px;
        text-align: center;
        border-radius: 50px;
        background-color: red;
    }
    .oferta {
        margin: 30px 5px 0 5px;
        height: 55%;
    }
    
    .oferta h3 {
        font-size: 35px;
        margin-top: 55px;
    }

    .oferta span {
        bottom: 10px;
        font-size: 100px;
        left: 60px;
    }

    .oferta span::before {
        left: 130px;
    }

    .oferta img {
        height: 250px;
        width: 250px;
    }
}

@media (max-height: 1080px) {
    main {
        margin-top: 25px;
        height: 79%;
        width: 100%;
        display: flex;
        padding-bottom: 10px;
    }
    
    .tabela {
        margin: 0 5px 0 5px;
        border-radius: 25px;
        height: 100%;
        width: 60%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        background-color: rgb(255, 0, 0, 0.3);
    }
    
    .carne {
        height: 85px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        color: #fff;
        font-weight: bold;
        padding-top: 5px;
    }
    
    .carne p {
        margin-left: 5px;
        padding-left: 6px;
        font-size: 50px;
        padding-top: 6px; 
    }
    
    .carne p+p {
        margin-right: 5px;
        padding-top: 8px; 
        height: 75px;
        width: 180px;
        text-align: center;
        border-radius: 50px;
        background-color: red;
        box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    }
    
    .oferta {
        margin: 0 5px 0 5px;
        border-radius: 30px;
        height: 55%;
        width: 40%;
        float: right;
        background-color: white;
        border: 5px solid red;
        text-align: center;
    }
    
    .destaque {
        width: 80%;
        height: 75px;
        border-radius: 50px;
        background-color: red;
        box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    }
    
    .oferta P {
        margin: -40px auto;
        height: 80px;
        width: 250px;
        font-weight: bold;
        text-align: center;
        padding-top: 20px;
        font-size: 35px;
        color: white;
        text-transform: uppercase;
        border-radius: 50px;
        background-color: red;
        box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    }
    
    .oferta h3 {
        font-size: 50px;
        text-align: center;
        margin-top: 50px;
        color: red;
    }
    
    .oferta span {
        position: relative;
        left: 230px;
        color: red;
        font-size: 120px;
        font-weight: bold;
        bottom: 100px;

    }
    
    .oferta span::after {
        content: '00';
        position: relative;
        left: -20px;
        bottom: 38px;
        font-size: 45px;
    
    }
    .oferta span::before {
        content: 'kg';
        position: relative;
        font-size: 20px;
        left: 175px;
        bottom: 20px;
    }
    
    .oferta img {
        height: 250px;
        width: 250px;
        margin-top: 45px;
    }
}

@media (max-height: 960px){
    header img {
        width: 150px;
    }
    
    header p {
        height: 60px;
        width: 180px;
        padding-top: 13px;
        font-size: 28px;
    }

    .destaque {
        height: 45px;
    }

    .carne p {
        padding-top: 5px;
        font-size: 28px;
    }

    .carne p+p {
        height: 45px;
        width: 70px;

    }

    .oferta {
        margin: 30px 5px 0 5px;
        height: 65%;
    }

    .oferta P {
        margin: -40px auto;
        height: 60px;
        width: 180px;
        font-weight: bold;
        text-align: center;
        padding-top: 12px;
        font-size: 28px;
    }    
    .oferta h3 {
        font-size: 35px;
        margin-top: 55px;
    }

    .oferta span {
        left:10px;
        font-size: 100px;
        bottom: 0px;
    }

    .oferta span::before {
        left: 130px;
    }

    .oferta img {
        height: 200px;
        width: 200px;
    }
}

@media (max-height: 720px){
    header img {
        width: 150px;
    }
    
    header p {
        height: 80px;
        width: 280px;
        padding-top: 16px;
        font-size: 38px;
    }

    .destaque {
        height: 45px;
    }

    .carne p {
        padding-top: 5px;
        font-size: 28px;
    }

    .carne p+p {
        height: 45px;
        width: 144px;

    }

    .oferta {
        margin: 30px 5px 0 5px;
        height: 90%;
    }
    
    .oferta h3 {
        font-size: 35px;
        margin-top: 55px;
    }

    .oferta span {
        bottom: 60px;
        font-size: 100px;
        left: 130px;

    }

    .oferta span::before {
        left: 130px;
    }

    .oferta img {
        height: 250px;
        width: 250px;
    }
}

@media (max-height: 540px){
    header img {
        width: 120px;
    }
    
    header p {
        height: 60px;
        width: 180px;
        padding-top: 12px;
        font-size: 28px;
    }

    .destaque {
        height: 33px;
    }

    .carne p {
        padding-top: 5px;
        font-size: 18px;
    }

    .carne p+p {
        height: 33px;
    }

    .oferta {
        margin: 30px 5px 0 5px;
        height: 90%;
    }
    
    .oferta h3 {
        font-size: 35px;
        margin-top: 55px;
    }

    .oferta span {
        bottom: 40px;
        font-size: 80px;
        left: 100px;
    }

    .oferta span::before {
        left: 110px;
    }

    .oferta img {
        margin-top: 15px;
        height: 200px;
        width: 200px;
    }
}