body {
    padding-top: 80px;
    font-family: sans-serif
}

@media(min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1100px
    }
}

.btn-warning {
    background-color: #fd0
}

.btn-success {
    background: linear-gradient(180deg, rgb(106, 160, 20) 0%, rgb(65, 123, 24) 100%)
}

.header {
    background: url("../img/bg_header.jpg") no-repeat center center/cover;
    padding: 40px 0
}

    .header .btn {
        border: solid 2px #fff;
        padding: 10px 50px
    }

@media screen and (max-width: 768px) {
    .header .btn {
        width: 100%
    }
}

.header .btn img {
    height: 30px
}

.header h1 {
    font-weight: 800;
    color: #fff
}

.header p {
    color: #fff;
    font-size: 1.2em
}

.header h1, .header p {
    text-shadow: 0 0 50px rgba(0,0,0,.5)
}

.header .header-img {
    max-width: 100%;
    height: auto
}

.title-section {
    display: flex;
    margin-bottom: 30px
}

    .title-section h1, .title-section h2, .title-section h3, .title-section h4, .title-section h5, .title-section h6 {
        font-weight: bold;
        margin: 0
    }

        .title-section h1 a, .title-section h2 a, .title-section h3 a, .title-section h4 a, .title-section h5 a, .title-section h6 a {
            color: inherit
        }

    .title-section.title-type-one {
        justify-content: center
    }

        .title-section.title-type-one h1, .title-section.title-type-one h2, .title-section.title-type-one h3, .title-section.title-type-one h4, .title-section.title-type-one h5, .title-section.title-type-one h6 {
            border-bottom: solid 1px #000
        }

    .title-section.title-type-two {
        justify-content: center;
        align-items: center;
        gap: 10px
    }

        .title-section.title-type-two:before, .title-section.title-type-two:after {
            display: block;
            content: "";
            width: 100%;
            height: 1px;
            background: #000;
            flex: 1
        }

    .title-section.title-type-three {
        justify-content: flex-start;
        align-items: center;
        gap: 10px
    }

        .title-section.title-type-three:after {
            display: block;
            content: "";
            width: 100%;
            height: 1px;
            background: #000;
            flex: 1
        }

.parceria {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 30px;
    border-radius: 10px;
    width: fit-content;
    background: rgba(0,0,0,.231372549);
    color: #fff
}

@media screen and (max-width: 768px) {
    .parceria {
        width: 100%
    }
}

.parceria span {
    display: inline-block;
    padding: 10px 20px 10px 0;
    margin-right: 20px;
    height: 100%;
    border-right: solid 1px #fff
}

.parceria .logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px
}

    .parceria .logos .logo {
        display: flex;
        width: auto;
        height: 50px
    }

.sobre {
    background: url(../../img/pattern.png) repeat;
    padding: 100px 0;
    background-size: 20%
}

@media screen and (max-width: 768px) {
    .sobre {
        padding: 50px 0 50px 0
    }
}

.sobre img {
    max-width: 100%;
    height: auto
}

@media screen and (max-width: 768px) {
    .sobre .beneficios {
        gap: 20px
    }
}

.sobre .beneficios .box {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffd500;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
    height: 100%
}

.sobre .beneficios .orange {
    background: #ff9800
}

.download {
    background: url(../../img/bg_download.png) no-repeat top center;
    padding: 100px 0 0 0;
    color: #fff
}

@media screen and (max-width: 768px) {
    .download {
        padding: 50px 0 50px 0;
        background-size: cover
    }
}

.download .container {
    max-width: 900px
}

.download h1, .download p {
    text-shadow: 0 0 50px rgba(0,0,0,.5)
}

.download .download-img {
    max-width: 70%;
    height: auto
}

@media screen and (max-width: 768px) {
    .download .download-img {
        display: block;
        margin: auto;
        max-width: auto;
        width: 50%
    }
}

.download .stores {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: fit-content
}

@media screen and (max-width: 768px) {
    .download .stores {
        width: 100%;
        gap: 5px
    }
}

.download .stores .btn {
    width: 100%
}

    .download .stores .btn img {
        height: 30px;
        margin-right: 10px
    }

@media screen and (max-width: 768px) {
    .download .stores .btn img {
        height: 20px
    }
}

.faq {
    padding: 100px 0
}

@media screen and (max-width: 768px) {
    .faq {
        padding: 50px 0 50px 0
    }
}

.faq .accordion .accordion-item {
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 5px 5px rgba(0,0,0,.16)
}

    .faq .accordion .accordion-item .accordion-button:not(.collapsed) {
        background: #fd0
    }

.contato {
    background: linear-gradient(86deg, rgb(255, 204, 0) 0%, rgb(255, 221, 0) 54%);
    padding: 100px 0 0 0
}

    .contato .atendente {
        max-width: 100%;
        height: auto;
        margin-bottom: -65px
    }

@media screen and (max-width: 768px) {
    .contato .atendente {
        margin-bottom: -47px
    }
}

.contato .info {
    margin-top: 20px
}

    .contato .info .item {
        display: flex;
        align-items: center;
        gap: 15px;
        background: #fff;
        padding: 15px;
        border-radius: 8px;
        margin-bottom: 10px;
        color: inherit;
        text-decoration: none
    }

        .contato .info .item:hover,
        .contato .info .item:focus,
        .contato .info .item:visited {
            color: inherit;
            text-decoration: none
    }

        .contato .info .item .icon {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 60px;
            height: 60px;
            background: #fd0;
            border-radius: 50%
        }

            .contato .info .item .icon img {
                max-width: 20px;
                height: auto
            }

footer {
    background: #000;
    color: #fff;
    padding: 40px 0
}

    footer .logo-text {
        display: flex;
        align-items: center;
        gap: 30px
    }

        footer .logo-text P {
            margin: 0
        }

    footer .parceria {
        background: rgba(255,255,255,.23)
    }

@media screen and (max-width: 768px) {
    footer .parceria {
        margin-top: 30px;
        width: 100%
    }
}
