body, main, html{
    overflow-x: hidden;
}

.header-custom {
    background-color: var(--Brand-Vermelho);
    z-index: 1030; 
}

.container-minus{
    max-width: 930px;
    margin: 0 auto;
    padding: 0 16px;
}

.logo-header img{
    height: 55px;
}

.f-wrap{
    flex-wrap: wrap;
}

.header-social .social-icon {
    color: var(--Brand-Amarelo-1);
    border: 1px solid var(--Brand-Amarelo-1);
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 7px;
    transition: background-color 0.3s, border-color 0.3s;
}

.header-social .social-icon:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
}


.banner-apple {
    background-image: url(../img/index/img-banner-lp-printfood-mobile-ios.png);
    height: 380px;
    background-size: cover;
    background-position: center;
    width: 100%;
    margin-top: 80px;
}

.banner-default {
    background-image: url(../img/index/img-banner-lp-printfood-mobile-google-play.png);
    height: 380px;
    background-size: cover;
    background-position: center;
    width: 100%;
    margin-top: 80px;
}

/* O conteúdo central (título, subtítulo, botão) deve ter um z-index mais alto */
.banner-main .container {
    z-index: 10;
}

.banner-title {
    color: var(--Brand-Branco);
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.banner-subtitle{
    color: var(--Brand-Branco);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.banner-btn{
    display: flex;
    width: 282px;
    height: 49px;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 4px;
    background: var(--Brand-Vinho-2);
    color: var(--Branco-1, #FFF);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0 auto;
    text-decoration: none;
    gap: 8px;
    transition: ease all .2s;
}

.benefits{
    background: var(--Brand-Vinho-2, #442828);
}

.benefits .container{
    max-width: 1100px;
}

.benefits h2,
.sales h6{
    color: var(--Brand-Amarelo-1, #F9DF7B);
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 0;
}

.benefits p,
.discount p,
.categories p,
.associates p{
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    max-width: 590px;
    margin: 0 auto;
    font-weight: 400;
}

.button-transparent{
    font-weight: 400;
}

.benefits p{
    font-weight: 400;
}

.card{
    padding: 30px 22px 20px;
    margin-left: 16px;
    width: calc(50% - 32px);
    gap: 16px;
    min-height: 180px;
    border-radius: 8px;
    border: 1px solid var(--Branco-5);
    background: var(--Brand-Branco);
    margin-bottom: 16px;
}

.card:nth-child(even) {
    margin-left: 0;
}

.card .icon{
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: var(--Brand-Branco-2);
    padding: 10px;
}

.icon svg{
    max-width: 32px;
    height: 32px;
}

.discount h3,
.categories h4,
.associates h5{
    color: var(--Brand-Vermelho);
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    width: 80%;
}

.tag{
    gap: 20px;
    border-radius: 8px;
    padding: 20px;
    color: var(--Preto-1);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.tag-green{
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    border-radius: 16px;
    background: #80CE49;
    padding: 8px 15px;
}

.tag-blue{
    background: #DBEAFE;
    margin-right: 16px;
}

.tag-purple{
    background: #F3E8FF;
}


.icon{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.icon-blue{
    background-color: #1E40AF;
}

.icon-purple {
    background-color: #6B21A8;
}

.products-image img{
    width: 100%;
}

.products{
    border-radius: 0 0 8px 8px;
    border: 1px solid var(--Branco-5, #D2D2D2);
    padding: 0!important;
    width: 100%;
    margin-bottom: 16px;
}

.products:last-child{
    margin-bottom: 0;
}

.products-text{
    padding: 20px 16px;
}

.products-text-category{
    display: flex;
    height: 32px;
    padding: 1px 16px 0 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 16px;
    color: #1E40AF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; 
}

.products-text-title{
    color: var(--Preto-1);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}

.products-text-icon img{
    max-width: 24px;
}

.categories{
    background: #FFF3A6;
}

.categories-list{
    width: 106px;
    height: 106px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.categories-list img{
    max-width: 60px;
    max-height: 60px;
}

.associates{
    background: #F0EBE4;    
}

.associates-list img{
    border-radius: 8px;
    max-width: 100%;
}

.sales{ 
    background: #801B1A;
}

.sales-list{
    border-radius: 8px;
    border: 1px solid var(--Brand-Amarelo-1);
    width: 100%;
    padding: 30px;
    display: flex;
    align-items: start;
    flex-direction: column;
}

.sales-list .title{
    color: var(--Brand-Amarelo-1);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.sales-list span{
    color: var(--Brand-Branco-2);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.sales-list .price{
    color: var(--Brand-Branco-2);
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.sales-list small{
    color: var(--Brand-Branco-2);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.total-price{
    color: #FFF3A6;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.button-mostard{
    text-decoration: none;
    display: flex;
    width: 100%;
    max-width: 290px;
    height: 48px;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 4px;
    background: var(--Brand-Caramelo, #B57E10);
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; 
    margin-top: 40px;
    transition: ease all .2s;
}

.button-mostard:hover,
.banner-btn:hover{
    background-color: #FFF3A6;
    color: var(--Preto-1);
}

.download{
    background: var(--Brand-Vermelho);
}

.download-image{
    position: relative;
    z-index: 1;
}

.button-discount{
    max-width: 220px;
}

.download-image img{
    object-fit: cover;
    width: 100%;
    max-width: 530px;
}

.download-text{
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    top: -30px;
    z-index: 0;
}

.download-text-element{
    border-radius: 8px;
    background: var(--Brand-Branco-2);
    max-width: 457px;
    padding: 40px 25px;
    text-align: left;
}

.download-text p{
    color: var(--Preto-3);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0
}

.download-text-title{
    color: var(--Preto-1);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.associates-list{
    width: calc(50% - 8px);
}

.download-text .button-mostard{
    margin-top: 24px;
}

footer{
    padding: 32px 0 16px 0;
    background: var(--Brand-Branco-2);
}

.footer-container{
    flex-wrap: wrap;
}

.footer-title{
    width: 100%;
    color: var(--Preto-1);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.footer-contacts a{
    color: var(--Preto-3);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-decoration: none;
    transition: ease all .2s;
}

.footer-contacts a:hover{
    color: var(--Brand-Vermelho);
}

footer .copy,
footer .copy p{
    text-align: left;
    color: var(--Preto-4);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

@media(min-width: 500px){
    .banner-apple, .banner-default {
        height: 420px;
    }
}

@media(min-width: 768px){
    .container{
        padding-bottom: 0;
    }

    .download-text-element{
        padding: 50px 40px;
    }

    .download-text-title{
        font-size: 24px;
    }

    .associates-list {
        width: auto;
    }

    .associates-list img{
        max-width: 173px;
        max-height: 173px;
    }

    .banner-apple {
        background-image: url(../img/index/img-banner-lp-printfood-desktop-ios.png);
        height: 585px;
        background-size: cover;
    }

    .banner-default {
        background-image: url(../img/index/img-banner-lp-printfood-desktop-google-play.png);
        height: 585px;
        background-size: cover;
    }

    .sales-list{
        width: 363px;
    }

    .products{
        width: calc(33.33% - 16px);
        margin-right: 16px;
    }

    .products:last-child{
        margin-right: 0;
    }

    .categories-list{
        width: 152px;
        height: 152px;
    }

    .banner-title {
        font-size: 45px;
    }

    .banner-subtitle{
        font-size: 24px;
    }

    .download-image,
    .download-text{
        width: 50%;
    }

    .card{
        width: calc(25% - 20px);
        margin-left: 0;
        margin-right: 16px;
        min-height: 204px;
        margin-bottom: 0;
    }

    .card:last-child{
        margin-right: 0;
    }

    .categories-list img{
        max-width: 90px;
        max-height: 90px;
    }

    .benefits p,
    .discount p,
    .categories p,
    .associates p{
        font-size: 22px;
        line-height: 28px;
    }

    .card .icon{
        width: 81px;
        height: 81px;
    }

    .icon svg{
        max-width: 46px;
        height: 46px;
    }

    .discount h3,
    .categories h4,
    .associates h5,
    .benefits h2,
    .sales h6{
        font-size: 32px;
        line-height: 32px;
        width: 100%;
    }

    .sales-list{
        padding: 48px;
    }

    .button-mostard{
        margin-top: 65px;
    }

    .download-text{
        top: 0;
    }

    .products{
        margin-bottom: 0
    }
}