﻿@media screen and (max-width:800px) {
    .cabecalho-barra
    {
        height:70px;
        text-align:center;
        font-size:9pt;
    }
    .cabecalho-barra-interno {
        width: 100%;
    }
    .conteudo-container
    {
        width:100%;
    }
    .cabecalho-logo
    {
        height:90px;
        text-align:center;
    }
    .imgLogo
    {
        width:183px;
        height:40px;
    }
    .titulo-site
    {
        width:100%;
        text-align:center;
        font-size:14pt;
        font-weight:bold;
    }
    .divLogo
    {
        width:100%;
        text-align:center;
    }
    .contatoCabecalho
    {
        text-align:center;
        width:100%;
    }
    .cabecalho-barra-interno a
    {
        font-size:9pt;
    }

    .card-pesquisa-os {
        width: 98%;
    }
}
