@media only screen and (max-width: 768px) {

    .menuDesktop {
        background: #040015;
        display: none;
    }

    .menuMobile{
        display: block;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 30px;
        height: 2px;
        border-radius: 1px;
        background: #FFF;
    }

    .menuMobilePatrick {
        background: #000000;
        position: fixed;
        left: -768px;
        top: 0px;
        width: 100%;
        height: 100%;
        padding: 24px;
        z-index: 999;
        transition: 0.5s left;
    }

    .menuMobilePatrick.activeMenu {
        left: 0px;
    }

    .menuMobilePatrick ul{
        padding: 0px;
        list-style: none;
        flex-direction: column;
        text-align: left;
    }

    .menuMobilePatrick ul li a{
        color: #FFF;
        padding: 14px;
        display: block;
        font-size: 16px;
        font-weight: 100;
    }

    .btFechar {
        font-size: 22px;
        color: #FFF;
        font-weight: 100;
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .nav>li {
        position: relative;
        display: block;
        width: 100%;
    }

    .navbar-toggle {
        margin-left: 20px;
    }

    .topLogo {
        justify-content: space-between;
        margin-right: 80px;
    }

    .topLogo img {
        width: 200px;
    }

    #banner {
        background-position: -110px;
    }

    .banner-text-flex {
        padding-left: 10%;
        background: #0000009c;
    }

    .banner-text-flex h3 {
        color: #FFF;
        font-size: 18px;
        line-height: 24px;
    }

    section {
        padding: 40px 20px;
    }

    .main-flex {
        flex-direction: column;
    }

    .main-flex img {
        width: 80%;
    }


    .accordion {
        width: 100%;
        margin: 16px 0;
    }

    iframe {
        width: 100% !important;
    }

    .text {
        width: 100%;
        font-size: 16px;
    }

    #atendimento-digital .main-flex {
        flex-direction: column-reverse;
    }

    #minha-historia .main-flex {
        flex-direction: column-reverse;
    }

    #contato .main-flex {
        flex-direction: column-reverse;
    }


    .footer-flex {
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

    .logo-footer {
        width: 100%;
        text-align: center;
    }

    .logo-footer img {
        width: 70%;
    }

    .footer-flex ul {
        margin: 16px 0;
        width: 100%;
        align-items: center;
        justify-content: center;
    }


}