.receita {
    background-image: url(/assets/images/receitas/Group\ 206.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    padding: 100px 0;
}

.c-receita {
}

.video-receita iframe {
    width: 100%;
    height: 400px;
    border-radius: 16px;
}

.video-receita img {
    width: 60%;
    height: 400px;
    border-radius: 16px;
}

.receita-group {
    display: flex;
    gap: 50px;
}

.info-receita {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.video-receita {
    width: 50%;
    text-align: center;
}

.receita-info {
    display: flex;
    padding-top: 50px;
    gap: 50px;
}

.box-preparo {
    width: 50%;
}

.box-preparo li {
    list-style: decimal;
}

.box-preparo ul {
    padding-left: 0 !important;
}

.box-ing {
    border-radius: 16px;
    background: #723676;
    width: 50%;
    padding: 50px;
}

.lista-receita ul {
    padding-left: 15px;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.lista-receita ul li, .lista-receita ol li {
    color: #FFF;;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 141.667%;
    /*list-style-position: inside;*/
}

.receita h2 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 112.5%;
}

.title-receita {
    color: #FFF;
    font-family: Montserrat;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 112.5%;
}

.receita p {
    color: #FFF;;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 141.667%;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    content: '';
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: '';
}

.produtos {
    padding: 64px 0;
}

.produto {
    min-height: 380px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 10px 14px -5px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}


.info-produto {
    padding: 24px 32px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.info-produto h3 {
    color: #000;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.subinfo-produto {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.subinfo-produto h4, .subinfo-produto p {
    color: #838383;
    font-family: Roboto;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.preco-produto {
    margin-top: 8px;
}

.preco-produto h4 {
    color: #F0162B;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.preco-produto h4 span {
    font-size: 8px;
}

.img-produto {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-produto img {
    width: 70%;
    height: 100%;
    object-fit: contain;
}

.c-produtos h2 {
    color: #333;
    text-align: center;
    font-family: Montserrat;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.c-carrousel-produtos {
    margin-top: 40px;
    position: relative;
}

.carrousel-produtos {
    padding: 40px 0;
}

.next-produto, .prev-produto {
    top: 50% !important;
    width: 60px;
    height: 60px;
}

.next-produto {
    right: -4% !important;
}

.prev-produto {
    left: -4% !important;
}


@media all and (max-width:1800px) {
}

@media all and (max-width:1200px) {
}

@media all and (max-width:1021px) {
    .receita-info{
        flex-direction: column;
    }

    .box-ing {
        width: 100%;
    }

    .box-preparo {
        width: 100%;
    }

    .box-ing ul{
        flex-direction: row;
        flex-wrap: wrap;
        column-gap: 50px;
    }

    .box-ing ul li {
        width: 40%;
    }

    .lista-receita ul li{
        font-size: 14px;
    }

    .receita p{
        font-size: 14px;
    }
}

@media all and (max-width: 781px) {

    .receita-group{
        flex-direction: column;
    }
    .info-receita {
        width: 100%;
    }

    .video-receita {
        width: 100%;
    }

    .video-receita iframe {
        height: 300px;
    }

    .video-receita img {
        height: 300px;
    }

    .receita h2{
        font-size: 28px;
    }

    .box-ing ul li{
        width: 100%;
    }

    .c-produtos h2{
        font-size: 28px;
    }
}

@media all and (max-width: 551px) {

    .receita{
        padding: 50px 0;
    }

    .box-ing{
        padding: 25px;
    }
}