#banner-produto {
    background-image:
            url('https://i0.statig.com.br/hopihari/img/bf2025/header-desktop-hopi-verani.png');
    position: relative;
    z-index: 3;
    padding: 140px 1.5rem 2rem;
    background-position: 60% 100%;
    background-repeat: no-repeat;
    height: 90vh;

    .content {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        flex-direction: column;
        gap: 4rem;

        img {
            height: 271px;
        }

        img + img {
            height: 168px;
        }
    }
}

#info {
    background: black;
    color: white;
    padding: 2rem;
    margin-top: -1px;

    p {
        font: normal normal 400 21px / 30px Montserrat;
        text-align: center;
    }

    .container_silig {
        display: flex;
        flex-direction: column;
        margin-top: 3rem;

        strong {
            font: normal normal 800 21px / 24px Montserrat;
            text-align: center;
        }
    }

}

section#sectionCalendario {
    margin-top: 100px !important;
    background-color: #7BB628;
    padding: 1rem 0;

    h1 {
        font: normal normal 900 43px / 62px Montserrat;
        color: #00160C;
        text-align: center;
        margin-top: 1rem;
    }

    .container .mob-pad-marg {
        margin-top: 2rem;
    }

    .produto-numero {
        width: 58px;
        height: 58px;
        border-radius: 50%;
        background: #7BB628;
        display: flex;
        align-items: center;
        justify-content: center;
        color: black;
        font-size: 46px;
        font-weight: bold;
        position: absolute;
        left: 43%;
        top: -28px;
        border: 1px solid black;
    }

    .fit-button-right, .fit-button-left {
        background: #7BB628;
        color: #00160C;
        font: normal normal 400 31px / 45px Roboto;
    }

    button[type="submit"] {
        background: #7BB628 !important;
        color: #00160C;
    }

    label.check {
        font-weight: 400 !important;
        a {
            color: white;
            font-weight: 600 !important;
        }
    }

    .produtos-card-bf {
        background-color: #00170C;
        border: 1px solid #00170C;
    }

    .produtos-escolha-bf {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 70px;

        h1 {
            font-size: 52px;
        }

        h3, .produtos-escolha-bf h1{
            color: #fff;
            text-transform: unset !important;
            margin: 0;
        }
    }

    .container-infoValores-bf {
        .infoValores-passaporti-bf {
            margin: 0;
            color: black;
            text-transform: unset;
            padding: 5px 0;
        }

        .linha-soma {
            margin: 0;
        }

        .container-titulo-evento {
            font-size: 28px;
        }

        .container-infoValores-bf .price-card {
            max-width: initial;
            border-radius: 47px;
        }
    }

    .container-detalhesCompra-bf {
        display: flex;
        margin-top: 15px;
    }

    .container-detalhesCompra-bf .container-titulo-evento{
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .container-detalhesCompra-bf .container-valor-evento{
        width: 50%;
    }

    .container-detalhesCompra-bf .container-valor-evento .symbol, .container-detalhesCompra-bf .container-valor-evento .price-sum{
        font-size: 14px;
    }

    .container-detalhesCompra-bf .container-valor-evento .value{
        font-size: 32px;
    }

    .container-buyNow-bf{
        color: white;
    }

    .container-buyNow-bf .price-total-2{
        font-weight: bold;
    }

    .container-buyNow-bf .botaoverde-fit-2{
        background: #7BB628 !important;
        color: #00160C;
        font-weight: bold;
    }

    .container-buyNow-bf a{
        color: #E345A1;
    }
}

#duvidas {
    background-color: black;
    .outras-informacoes-fit {
        font: normal normal 700 24px/32px Montserrat;
        color: white;
        text-align: center;
        text-transform: uppercase;
    }

    a[aria-expanded="true"] h4.title-duvidas {
        color: white !important;
    }

    h4.title-duvidas {
        font: normal normal 700 16px/20px Montserrat;
        color: #636466 !important;
    }

    div.panel-body {
        font: normal normal 400 13px Montserrat;
        color: white;
    }
}

@media (min-width: 1024px) {
    #banner-produto {
        background-position: 22% 40%;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        z-index: 2;
        padding: 180px 1.5rem 2rem;

        .content {
            max-width: 1400px;
            margin: 0 auto;
            display: none;
            flex-direction: row;
            justify-content: flex-start;

            .header {
                position: relative;

                h1 {
                    color: black;
                    text-transform: uppercase;
                    font: normal normal 800 35px/40px Montserrat;
                }

                img {
                    display: none;
                }
            }

            .list {
                margin-top: 1rem;
                max-width: 900px;
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;

                .item {
                    display: flex;
                    align-items: center;
                    gap: 0.4rem;
                    border-bottom: 1px solid rgba(0, 6, 10, 0.16);
                    padding: 1rem 0;
                    font: normal normal 700 12px/14px Montserrat;
                    width: 50%;
                    position: relative;

                    &:nth-child(2),
                    &:nth-child(4) {
                        &::before {
                            content: "";
                            position: absolute;
                            left: 0;
                            top: 50%;
                            transform: translateY(-50%);
                            height: 24px;
                            width: 1px;
                            background: rgba(0, 6, 10, 0.16);
                            margin-left: -2rem;
                        }
                    }

                    svg {
                        flex-shrink: 0;
                    }
                }

                :nth-child(3),
                :nth-child(4) {
                    border-bottom: none;
                }
            }

            button {
                background-color: #78C800;
                height: 48px;
                width: 320px;
                display: flex;
                justify-content: center;
                align-items: center;
                gap: .6rem;
                border-radius: 32px;
                font: normal normal 800 16px/20px Montserrat;
                border: none;
                color: white;
                box-shadow: 0px 3px 1px 0px #00060A29;
                margin-top: 1.5rem;
            }

            .alert-promo {
                font: normal normal 400 14px/16px Montserrat;
                color: #00060A;
                display: flex;
                align-items: center;
                justify-content: flex-start;
                gap: .3rem;
                margin-top: .6rem;

                span {
                    font: normal normal 700 14px/16px Montserrat;
                    color: #78C800;
                    text-transform: uppercase;
                }
            }
        }

        .content + img {
            display: block;
            position: absolute;
            right: 5rem;
            height: 194px;
            width: auto;
            bottom: -1.2rem;
        }
    }

    #info {
        p {
            font: normal normal 400 24px / 30px Montserrat;
        }

        .container_silig {
            display: flex;
            flex-direction: row;
            margin-top: 3rem;
            align-items: center;
            justify-content: center;
            gap: 1rem;
        }
    }

    section#sectionCalendario {
        margin-top: auto !important;
    }

    #duvidas {
        a[aria-expanded="true"] h4.title-duvidas {
            color: white !important;
        }

        h4.title-duvidas {
            font: normal normal 700 20px/24px Montserrat;
            color: #636466 !important;
        }

        div.panel-body {
            font: normal normal 400 14px Montserrat;
            color: white;
        }
    }
}
