/*
Dimensions : iPhone SE
*/
@media screen and (min-width:200px) and (max-width: 375px){

    .painel{
        width:100% !important;
        display:flex !important;
        flex-wrap: wrap !important;
    }

    .main-content{
        display:flex !important;
        justify-content:center !important;
        align-items:center !important;
        margin-left:auto !important;
        margin-right:auto !important;
    }

    .container{
        max-width:100% !important;
        justify-content: center !important;
        margin-left:auto !important;
        margin-right:auto !important;
    }

    .footer{
        position:relative !important;
        bottom:0 !important;
        margin-top:50px !important;
    }

    .navbar-market{
        max-width:100% !important;
        justify-content:center !important;
        margin-left:auto !important;
        margin-right:auto !important;
        padding-left:15px !important;
        padding-right:50px !important;
    }

    .svg-title{
        max-width:80px !important;
    }

    .li-market{
        font-size:8px !important;
        padding:8px !important;
        text-align:center !important;
        z-index: 10 !important;
    }

    .li-market > a{
        padding:8px !important;
        font-size:8px !important;
    }

    .navbar-market > .li-market > a.active {
        color: whitesmoke !important;
        background-color: #1e5e95 !important;
        font-size: 8px !important;
    }
    
    #produtos_sync{
        max-width:90px !important;
    }

    #ult_sync{
        font-size:8px !important;
        font-weight:bold !important;
        display:none !important;
    }

    .main-title{
        display: flex !important;
        flex-wrap: nowrap !important;
    }

    .second-title{
        width: calc(100/3) !important;
    }

    .second-title > h2 {
        font-weight: bold !important;
        font-size:12px !important;
    }

    #btn_sync{
        max-width:70px !important;
    }

}