@media screen and (min-width:320px) {
    body{
        font-size: 12px;
    }
    h1{
        font-size: 2em;
    }
    h2{
        font-size: 1.7em;
        text-transform: uppercase;
        letter-spacing: .25em;
    }
    h3{

    }
    h4{
        letter-spacing: .1em;
        font-size: 1.3em;
        text-transform: uppercase;
    }
    h5{
        font-size: .5em;
        text-transform: uppercase;
        letter-spacing: .1em;
    }
    h6{
        font-size: 1.63em;
        text-transform: uppercase;
        letter-spacing: .1em;
    }

    .missao{
        /*height: 80vh;*/
    }

    .como-funciona .passo{
        margin-top: 15px;
    }
}


@media screen and (min-width:480px) {
    body{
        font-size: 14px;
    }
}

@media screen and (max-width:480px){
    .operators .height100{
        height: auto;
    }
    .operators .table-cell{
        display: block;
        text-align: center;
    }
    .operators .table-cell{
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }
    .operators.bordered .table-cell{
        border: none;
    }
    .slogan{
        display: none;
    }
}


@media screen and (min-width:600px) {
    body{
        font-size: 15px;
    }
    .missao{
        /*height: 70vh;*/
    }
}


@media screen and (min-width:768px) {
    body{
        font-size: 16px;
    }

    .nav-flags{
        margin: 20px 0 0 50px !important;
        float: right !important;
    }
    .fixed-header-on .nav-flags{
        margin: 20px 0 0 10px !important;
        float: left !important;
    }

    h1{
        font-size: 2.8em;
    }
    h2{
        font-size: 1.8em;
        text-transform: uppercase;
        letter-spacing: .25em;
    }
    h3{

    }
    h4{
        letter-spacing: .1em;
        font-size: 1.89em;
        text-transform: uppercase;
    }
    h5{
        font-size: .89em;
        text-transform: uppercase;
        letter-spacing: .1em;
    }

    .col-md-2-5{
        width: 20%;
    }

    .como-funciona .passo{
        margin-top: 65px;
    }
}


@media screen and (min-width:992px) {
    body {
        font-size: 17px;
    }

    header{
        visibility: hidden;
    }
    header.showHeader{
        visibility: visible;
        min-height: 55px;
    }

    .nav-flags{
        margin-top: -5px !important;
        float: right !important;
    }
    .fixed-header-on .nav-flags{
        margin-top: 20px !important;
        margin-left: 100px !important;
    }

    h1{
        font-size: 3.94em;
    }
    h2{
        font-size: 2.52em;
        text-transform: uppercase;
        letter-spacing: .25em;
    }
    h3{

    }
    h4{
        letter-spacing: .1em;
        font-size: 1.89em;
        text-transform: uppercase;
    }
    h5{
        font-size: .89em;
        text-transform: uppercase;
        letter-spacing: .1em;
    }
    .missao{
        /*height: 45vh;*/
    }
}


@media screen and (min-width:1200px) {
    body {
        font-size: 19px;
    }

    .nav-flags{
        margin: 20px 0 0 50px !important;
        float: left !important;
    }
    .fixed-header-on .nav-flags{
        margin: 20px 0 0 180px !important;
    }
}