* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #fafafa;
}

h1,
h2 {
    font-family: 'Poppins', sans-serif;
}

p {
    font-family: 'Roboto', sans-serif;
}

.row {
    width: 100%;
    padding: 0px 10px;
}

.col {
    width: 90%;
    margin: 0px auto;
    max-width: 1920px;
}

.cabecalho {
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: transparent;
    padding: 0px 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.logo {
    width: 90px;
}

.list-menu {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.item-menu>a {
    display: block;
    text-decoration: none;
    color: #ffddcd;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin: 0px 0px;
    padding: 5px 10px;
}

.row-welcome {
position: relative;
    width: 100%;
    background: radial-gradient(circle,rgba(255, 119, 0, 1) 0%, rgba(217, 0, 0, 1) 100%);
    position: relative;
    height: 90vh;
    box-shadow: 0px 30px 10px 2px rgba(0, 0, 0, 0.4);
}
.row-welcome::before{
height: 10vh;
content: '';
background-image: url('../images/fundo-carrosel.png');
width: 100%;
position: absolute;
bottom: -4%;
left: 0px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
z-index: 0;
}


.col-welcome {
width: 100%;
height: 100%;
padding-top: 20vh;
}
.desc-welcome{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.desc-welcome>h1 {
    font-family: 'Patua One', cursive;
    width: 100%;
    color: #ffd971;
    font-size: 39px;
    letter-spacing: 1px;
    font-weight: 600;
}

.desc-welcome>p {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.5;
    max-width: 470px;
}

.link-cardapio {
    display: inline-block;
    margin-top: 50px;
    padding: 10px 20px;
    background-color: #cf0e15;
    color: #ffddcd;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    border-radius: 5px;
    z-index: 2;
}

.fig-welcome {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.fig-welcome>img {
    width: 100%;
    max-width: 250px;
    z-index: 2;
}

.col-best>.title-coll {
    margin-top: 155px;
}

.title-coll {
    width: 100%;
}

.title-coll>h1 {
    font-size: 24px;
}

.title-coll>p {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    margin-top: 10px;
}

.content-best {
    display: flex;
    align-items: stretch;
    margin-top: 40px;
    padding: 10px;
    overflow: auto;
}

.burguer-best,
.burguer {
    padding: 10px 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-color: white;
    border-radius: 5px;
    margin-right: 20px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    transition: .4s;
    max-width: 275px;
}

.description-buguer-best,
.description-buguer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.burguer-best>img,
.burguer>img {
    width: 145px;
    margin: 20px 0px;
    max-height: 100px;
    object-fit: cover;
}

.title-burguer-best,
.title-burguer {
    font-size: 22px;
    color: #171717;
    width: 100%;
}

.ingredient {
    font-size: 16px;
    margin-top: 10px;
    font-weight: 500;
    color: #2E2E2E;
    margin-bottom: 5px;
}

.item-burguer-best,
.item-burguer {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-word;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #747474;
    overflow: hidden;
    margin-bottom: 10px;
    line-height: 1.5;
}

.value-burguer-best,
.value-burguer {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #CF0E15;
}

.btn-burguer-best,
.btn-burguer {
    padding: 5px 10px;
    background-color: #CF0E15;
    color: #ffddcd;
    border-radius: 5px;
    border: none;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    cursor: pointer;
    width: 100%;
    margin-top: 10px;
}

.title-coll {
    margin: 40px 0px;
}

.row-combs {
    width: 100%;
}

.row-super-combo {
    background-color: #FF9900;
    padding: 40px 20px;
    border-radius: 5px;
    position: relative;
    text-align: center;
    background-image: url('../images/fundo-card-promo-2.png');
}

.title-combo {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 18px;
    color: #171717;
}

.title-super-combo {
    font-family: 'Kaushan Script', cursive;
    font-weight: 400;
    text-align: center;
    font-size: 40px;
    color: #6D2D13;
    margin-top: 30px;
}

.img-super-combo {
    width: 100%;
    margin-top: -25px;
    transform: scale(1.05);
}

.content-value-super-combo {
    position: absolute;
    padding: 10px 18px;
    text-align: center;
    background-color: #171717;
    color: white;
    border-radius: 50px;
    bottom: 200px;
    right: 40px;
}

.content-value-super-combo>p {
    font-weight: 400;
    font-size: 12px;
}

.content-value-super-combo>h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 25px;
}

.hours-combo {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 10px auto 25px auto;
    display: flex;
    justify-content: center;
}

.days>span,
.hours>span,
.minuts>span {
    padding: 5px 10px;
    font-size: 20px;
    font-family: 'Patua One', cursive;
    color: white;
    background-color: #171717;
    border-radius: 5px;
    margin: 2px;
}

.hours-combo>.point {
    background-color: transparent;
    padding: 5px 10px;
    font-size: 24px;
    font-family: 'Patua One', cursive;
    color: #171717;
    padding: 0px;
}

.days>p,
.hours>p,
.minuts>p {
    text-align: left;
    margin-top: 8px;
    font-size: 12px;
    text-indent: 5px;
}

.btn-super-combo {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    background-color: #00663D;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 5px;
    border: none;
    font-size: 16px;
    cursor: pointer;
}

.row-content-combs {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: stretch;
    width: 100%;
    overflow: auto;
}

.combo {
    width: 320px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 50px;
    background-color: #0B0B0B;
    border-radius: 5px;
    margin-right: 10px;
    flex-shrink: 0;
    position: relative;
    box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.2);
    padding: 20px;
    background-image: url('../images/fundo-card-promo.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.title-combs {
    position: absolute;
    top: 25px;
    left: 20px;
    font-family: 'Kaushan Script', cursive;
    font-weight: 400;
    color: #D1D1D1;
    font-size: 22px;
}

.combo>img {
    width: 115px;
    z-index: 1;
    margin-left: 10px;
    transform: scale(1.3);
}

.description-buguer-combo {
    color: white;
    text-align: right;
    margin-left: 25px;
    width: 100%;
}

.description-buguer-combo>p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    color: #D1D1D1;
}

.description-buguer-combo>p>img {
    width: 25px;
    border-radius: 50px;
    padding: 5px;
    background-color: #2E2E2E;
    margin-right: 5px;
}

.btn-combo {
    padding: 5px 10px;
    background-color: #CF0E15;
    color: #ffddcd;
    border-radius: 5px;
    border: none;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 15px;
    cursor: pointer;
}

.content-value-combo {
    position: absolute;
    padding: 7px 15px;
    text-align: center;
    background-color: #CF0E15;
    color: white;
    border-radius: 50px;
    top: 95px;
    left: 95px;
    z-index: 2;
}

.content-value-combo>p {
    font-size: 12px;
}

.content-value-combo>h2 {
    font-size: 14px;
}

.menu-burguer {
    width: 100%;
    overflow: auto;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    padding: 10px 0px;
}

.options-menu-burguer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 20px;
    flex-shrink: 0;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #EBEBEB;
    cursor: pointer;
}

.options-menu-burguer:hover {
    background-color: #CF0E15;
}

.options-menu-burguer:hover>img {
    filter: brightness(4);
}

.options-menu-burguer:hover>p {
    color: white;
}

.options-menu-burguer>img {
    width: 25px;
    margin-right: 20px;
}

.options-menu-burguer>p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #464646;
    font-weight: 800;
    letter-spacing: 1px;
}

.row-buguer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.burguer {
    margin-bottom: 30px;
    margin-right: 0px;
}

.col-information {
    background-color: #171717;
    border-radius: 5px;
    padding: 30px 15px;
}

.opening-hours {
    width: 100%;
}

.opening-hours>.title-coll>h1 {
    color: #E8E8E8;
    margin-bottom: 45px;
}

.opening-hours>.title-coll>p {
    color: #CCCCCC;
    font-weight: 600;
    font-size: 22px;
    margin-left: 20px;
}

.time-opening {
    display: flex;
    align-items: center;
    margin-top: 25px;
    font-weight: 400;
    color: #CCCCCC;
    font-size: 18px;
}

.time-opening>img {
    width: 25px;
    margin: 0px 20px;
}

.info-work {
    margin-top: 50px;
}

.info-work>h1 {
    color: #E8E8E8;
    margin-bottom: 45px;
    font-size: 24px;
}

.list-work {
    list-style: none;
}

.list-work>li {
    margin-bottom: 50px;
}

.list-work>li>p {
    display: flex;
    align-items: center;
    color: #EBEBEB;
    font-size: 18px;
}

.list-work>li>p>span {
    font-family: 'Patua One', cursive;
    font-size: 36px;
    color: #EBEBEB;
    background-color: #2E2E2E;
    padding: 15px 30px;
    clip-path: circle(32px);
    margin-right: 30px;
}

.row-contact {
    margin-top: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.col-contact {
    width: 100%;
    background-color: #EBEBEB;
}

.col-location {
    width: 100%;
    background-color: #FF8600;
}

.contact {
    width: 90%;
    margin: auto;
    min-height: 400px;
}

.contact>h1 {
    margin-top: 50px;
    margin-bottom: 80px;
}

.info-contact {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    margin-left: 20px;
}

.info-contact>img {
    width: 25px;
    margin-right: 15px;
}

.info-contact>p {
    font-weight: 600;
}

.brash {
    width: 100%;
    text-align: center;
    padding: 10px;
    background-color: #171717;
}

.location {
    min-height: 400px;
    width: 90%;
    margin: auto;
}

.location>h1 {
    margin-top: 50px;
    margin-bottom: 80px;
}

.brash {
    color: #EBEBEB;
    font-weight: 400;
    font-size: 14px;
}

.info-location {
    display: flex;
    align-items: center;
}

.info-location>img {
    width: 90px;
    margin-right: 15px;
}

.info-location>p {
    font-weight: 600;
}

.modal {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9;

}

.modal-product {
    width: 90%;
    height: 90%;
    overflow: auto;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    padding: 20px;
    z-index: 10;
    margin: auto;
}
.content-modal{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.content-pedido{
    overflow-y: scroll;
}
.btn-modal{
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}
.content-product {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.fig-product>img {
    width: 115px;
}

.content-desc-product>.desc-product {
    font-family: 'Poppins', 'sans-serif';
    font-size: 18px;
    font-weight: 800;
}

.content-desc-product>.value-product {
    font-family: 'Poppins', 'sans-serif';
    color: #CF0E15;
    font-weight: 800;
    margin: 5px 0px;
}

.content-desc-product>label {
    font-family: 'Roboto', 'sans-serif';
    font-size: 12px;
    color: #A2A2A2;
    font-weight: 600;
}

.content-desc-product>label>input {
    font-size: 14px;
    border: 1px solid #A2A2A2;
    border-radius: 5px;
    padding: 5px;
    width: 30px;
    font-family: 'Patua One', cursive;
    font-weight: 600;
}
.btn-cancel-request{
        font-family: 'Poppins', 'sans-serif';
    font-size: 18px;
    padding: 10px 15px;
    border: none;
    border-radius: 15px;
    background-color: #A2A2A2;
    color: #fafafa;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 10px;
}
.btn-finish-request {
    font-family: 'Poppins', 'sans-serif';
    font-size: 18px;
    padding: 10px 15px;
    border: none;
    border-radius: 15px;
    background-color: #00663D;
    color: #fafafa;
    font-weight: 600;
    cursor: pointer;
}

.ing-product {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.ing-product>h2 {
    font-size: 18px;
    width: 100%;
    margin-bottom: 10px;
}

.ing-product>label {
    font-family: 'Roboto', 'sans-serif';
    width: 45%;
    margin: 2%;
    font-size: 14px;
    display: flex;
    align-items: center;
    font-weight: 500;
    padding: 5px;
    border-radius: 5px;
    height: 45px;
}

.ing-product>.desc-ing>input {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    border: 1px solid #A2A2A2;
    border-radius: 20px;
}

.aditional,
.drink {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}

.aditional>h2,
.drink>h2 {
    margin-top: 40px;
    width: 100%;
}

.aditional>h3,
.drink>h3 {
    font-family: 'Roboto', 'sans-serif';
    font-weight: 500;
    color: #2E2E2E;
    margin: 20px 0px;
    width: 100%;
}

.desc-aditional,
.desc-drink {
    display: flex;
    align-items: center;
    margin: 10px 1%;
}

.desc-aditional>input,
.desc-drink>input {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    border: 1px solid #A2A2A2;
    border-radius: 20px;
}

.desc-aditional>div>p:nth-child(1),
.desc-drink>div>p:nth-child(1) {
    font-size: 14px;
    font-weight: 400;
    color: #171717;
    font-family: 'Roboto', 'sans-serif';
}

.desc-aditional>div>p:nth-child(2),
.desc-drink>div>p:nth-child(2) {
    font-size: 12px;
    color: #CF0E15;
    font-family: 'Roboto', 'sans-serif';
    font-weight: 600;
}

@media screen and (min-width: 400px) {
    .title-super-combo {
        font-size: 48px
    }
}

@media screen and (min-width: 640px) {
    .col-welcome {
        display: flex;
        flex-direction: row;
        padding-bottom: 20px;
    }
    .fig-welcome {
        position: static;
    }
    .fig-welcome>img {
        max-width: 500px;
    }
    .burguer-best {
        margin-bottom: 30px;
        margin-right: 0px;
    }
    .combo {
        max-width: none;
    }
    .content-best,
    .row-buguer {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 50px auto;
        max-width: 655px;
    }
    .burguer-best,
    .burguer {
        width: 48%;
        max-width: none;
    }
    .content-value-combo {
        top: 53%;
        left: 35%;
    }
}

@media screen and (min-width: 768px) {
    .row-welcome::before{
        height: 16vh;
    }
    .row-combs {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        margin: auto;
    }
    .row-super-combo {
        min-width: 320px;
        width: 50%;
        margin-right: 10px;
        padding: 30px 20px;
    }
    .row-content-combs {
        width: 60%;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: space-between;
    }
    .combo {
        margin: 0px;
        height: 49%;
        width: 100%;
    }
    .combo:nth-child(3),
    .combo:nth-child(4) {
        display: none;
    }
    .combo>img {
        width: 45%;
        max-width: 300px;
    }
    .title-combs {
        top: 38px;
        left: 8%;
        font-size: 26px;
    }
    .list-work {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .col-information {
        padding: 40px;
    }
    .row-contact {
        display: flex;
        flex-direction: row;
    }

    .modal-product{
        max-width: 510px;
    }
    .fig-product>img{
        width: 250px;
    }
    .content-desc-product{
    display: flex;
    flex-direction: column;
    justify-content: center;
    }
    .ing-product>label{
        width: 29%;
    }
}

@media screen and (min-width: 1024px) {
    .fig-welcome{
        width: 50%;
    } 
    .fig-welcome>img {
        max-width: 650px;
    }
    .desc-welcome {
        width: 50%;
    }
    .desc-welcome>h1 {
        font-size: 56px;
    }
    .desc-welcome>p {
        font-size: 22px;
    }
    .row-super-combo {
        width: 35%;
    }
    .row-content-combs {
        width: 75%;
    }
    .combo {
        width: 49%;
        max-width: 49%;
    }
    .combo:nth-child(3),
    .combo:nth-child(4) {
        display: flex;
    }
    .content-best,
    .row-buguer {
        max-width: 100%;
        justify-content: flex-start;
    }
    .burguer-best,
    .burguer {
        width: 31%;
        margin: 30px 1%;
    }
}

@media screen and (min-width: 1366px) {
    .row-welcome::before{
        height: 25vh;
    }

.desc-welcome>h1{
    font-size: 76px;
}
.desc-welcome>p{
    font-size: 26px;
}
.desc-welcome>a{
    margin-top: 25px;
    margin-bottom: 15%;
}

    .burguer-best,
    .burguer {
        width: 23%;
    }
}

@media screen and (min-width: 1920px) {
    .row-welcome::before{
        height: 30vh;
    }
    .burguer-best,
    .burguer {
        width: 18%;
    }
}