/*
*Em fase de teste
*/
@media screen and (max-width: 767px) {
    /*    .index-main{
            width: 700px !important;
        }
        body,html{
            min-width: 480px !important;
        }*/
    body, html {
        min-width: 300px;
    }
    .container_8{
        width: 96%;
        margin: 0;
        position: relative;
        padding: 0 2%;
    }
    .ajax-response-esquerda{

    }
    .sidebar-esquerdo{
        width: 100%;
        margin-right: 0; 
    }
    .publicacao img,.logo-fc-menor{
        width: 100%;
    }
    .page-conteudo {
        width: 100%;
    }
    .post-parent{
        margin-right: 0 !important;
        width: 100% !important;
    }
    .content-parent{
        padding: 0 75px;
    }
    .post-parent img {
        width: 100%;
    }
    .mobile,.mobile-display{
        display: block;
    }
    .mobile > ul{
        text-align: center;
        font-size: 12px;
    }
    .mobile > #menu-social > .menu-item-has-children a{
        margin-bottom: 1%;
        display: block;
    }
    .mobile > #menu-social .sub-menu{
        width: 104px;
        overflow: hidden;
        margin: 0 auto;
    }
    .mobile > #menu-social .sub-menu > li,.outros{
        float: left;
    }
    .meio{
        margin: 0 3%;
    }
    .janela-esquerda .publicacao{
        width: 100%;
        float: none;
    }
    .janela-direita,.janela-esquerda{
        border: 0;
        float: none;
        margin: 0 auto;
        padding: 0;
        width: 95%;
    }
    .janela-direita{
        border-top: 1px solid;
        padding-top: 3%;
        margin-top: 3%;
    }
    .progresso{
        width: 100%;
        font-size: 4vw;
        margin: 10px 0 0 0;
    }
    .form-esquerdo,.form-direito{
        border: 0;
        padding: 0;
        width: 100%;
    }
    .progresso.completo:after,.progresso:after,.nav-explore,.hidden-mobile{
        display: none;
    }
    #menu-header-menu,.menu-header-menu-container,.mapa-site,.endereco,.explore,#menu-footer-menu,#menu-header-menu-principal,.mensagem-fc,.header-logo-search,.info,.sidebar-esquerdo ul > .menu-item-has-children > a:after{
        display: none;
    }
}
@media screen and (min-width: 1000px) {
    .progresso{
        font-size: 14px;
    }
}