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

    .bg-fixed {
        background-attachment: unset !important;
    }

    .buttons-mob a {
        font-size: 15px !important;
    }

    .buttons-mob img {
        height: 35px !important;
    }

    #perguntas {
        padding-bottom: 0px !important;
    }

    .accordion-body {
        padding-left: 0px !important;
        padding-right: 0px !important;
        text-align: left;
    }

    #repasse .col-xxl-4 .py-9 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    #escolha .sdw-3 {
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
    }

    #escolha .w-95,
    #planos .item .w-90 {
        width: 100% !important;
    }

    #funciona .bd-1 {
        border: none !important;
    }

    #topo .pt-9 {
        padding-top: 50px !important;
    }

    #topo p {
        font-size: 15px !important;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255%2C 255%2C 255%2C 0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
    }

    #planos .fsize-15 {
        font-size: 14px !important;
    }

    .item .btn {
        font-size: 15px !important;
    }

    .fsize-55 {
        font-size: 35px !important;
    }

    .d-mob {
        display: none !important;
    }

    .owl-nav .owl-prev,
    .owl-nav .owl-next {
        margin-top: -480px !important;
    }

    .owl-nav .owl-prev {
        margin-left: 4% !important;
        background-image: url('../imagens/slices/left2.png') !important;
    }

    .owl-nav .owl-next {
        margin-right: 4% !important;
        background-image: url('../imagens/slices/right2.png') !important;
    }

    #noticia img{
        width: 100% !important;
    }

    #video .container{
        border-bottom: 1px solid #fff !important;
    }

    #escolha .bd-2{
        border: none !important;
    }

}