@media not screen and (min-width: 700px) {

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 24px;
    }
    
    h3 {
        font-size: 20px;
    }

    .menu {
        position: absolute;
        top: 0;
        z-index: 2;
        left: 0;
        width: 100% !important;
        background-color: #183fae;
        flex-wrap: wrap;
        transition: opacity 0.5s;
        box-shadow: 0 10px 10px rgba(0,0,0,0.3);
        justify-content: center !important;
    }

    .menu:not(.m-display-none) {
        min-height: 32px;
    }

    .menu a {
        width: 100%;
        padding: 15px 20px;
        margin: 3px 0;
        text-align: center;
        border-radius: 0;
        background-color: rgba(0,0,0,.3);
        color: white;
        font-weight: 600;
    }

    .menu a::before {
        display: none;
    }

    .menu a::before {
        display: none;
    }

    .fixSocialMob {
        justify-content: center !important;
    }

    .facilidade{
        display: flex;
       flex-direction: column;
    }

    .mao-celular img{
        display: none;
    }
    .controle-conteudo{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 60px;
    }

    .card-servicos {
        flex-direction: column;
        flex: 0 0 calc(100% - 10px);
        margin-bottom: 10px;
        padding: 23px;
        color: #f9f9f9;
        text-align: center;
        height: 132px;
        background-color: #183fae;
        display: flex;
        align-items: flex-start;
    }
    .card-veiculos{
        display: flex;
        margin-bottom: 25px ;
    }
    .veiculos{
        display: flex;
        flex-direction: column;
    }
    .questionario {
        margin-top: 150px;
        width: 100%;
        padding: 0px 22px;
    }

    .card-veiculos{
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

    .rodape-page, .todos-depoimentos{
        display: flex;
        flex-direction: column;
    }

    .facilidade-notebook img{
        margin:0
    }
    .mapa-brasil{
        margin-top:40px
    }
    .acesso-app{
        display: flex;
        flex-direction: column;
        text-align: center;
    }

}