    @charset "utf-8";
    /* CSS Document */
    
    .erro404 h1 {
        font-size: 60px;
    }
    
    .erro404 p {
        font-size: 30px;
    }
    
    body{
        top: 0px !important;
    }

    .copy{
        text-align: center;
        font-size: 13px;
    }

    

    .sobrenos .ferragens{
    }

    .barrasup .endereco,
    .barrasup .contato{
        font-size: 13px;
    }
    .barrasup .endtel{
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

    #menu li a{
        font-size: 15px;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    #menu li a:hover{
        padding-top: 34px;
        padding-bottom: 10px;
    }
   
    .sobrenos h1{
        font-size: 22px;
        border-top-width: 2px;
        border-top-style: solid;
        display: table;
        padding-top: 21px;
        padding-bottom: 21px;
        width: 90%;
    }
    .sobrenos p{
        font-size: 15px;
        padding-right: 45px;
        text-align: justify;
    }

   .servicos h1 .linha{
        display: table;
        width: 52px;
        padding: 1px 5px 2px 5px;
        float: left;
        margin-top: 14px;
        margin-right: 14px;
    }
    .servicos h1{
        font-size: 23px;
    }
    .servicos p{
        font-size: 16px;
        text-align: justify;
    }
    .servicos .listServicos{
        padding-top: 50px;
    }
    .servicos .listServicos li{
        border: 0px;
        text-align: right;
    }

    .servicos .listServicos li .linha{
        display: table;
        width: 32px;
        padding: 1px 5px 1px 5px;
        float: right;
        margin-top: 12px;
        margin-left: 14px;
    }

    .servicos .quadro{
        font-size: 18px;
    }

    .produtos h1{
        font-size: 24px;
        text-align: center;
        text-transform: uppercase;
    }
    .produtos h2{
        font-size: 18px;
        text-align: center;
        padding: 15px 0px 10px 0px;
    }
    .produtos p{
        font-size: 14px;
        text-align: justify;
    }

    .produtos li.nav-item{
        display: table;
        width: 100%;
    }

    .servicos .descricoes .linha{
        display: table;
        width: 52px;
        padding: 1px 5px 2px 5px;
        float: left;
        margin-top: 14px;
        margin-right: 14px;
    }

    .servicos .descricoes h2{
        font-size: 21px;
    }

    .servicos .descricoes .descritivo h3{
        font-size: 18px;
        text-align: right;
    }
    .servicos .descricoes .descritivo .titulo{
        border-width: 1px;
        border-style: solid;
        border-radius: 5px;
    }

    .produtos .blocoProduto{
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
    .footer h1{
        font-size: 22px;
        padding-bottom: 15px;
    }

    .footer .redessociais a:hover{
        text-decoration: none;
    }
    .footer .redessociais svg{
        font-size: 22px;
    }