@charset "utf-8";
/* CSS Document */
@media screen and (min-width: 0px) and (max-width: 1200px) {
    
    .erro404 h1 {
        font-size: 80px;
    }
    
    .erro404 p {
        font-size: 30px;
    }

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


    .barrasup .divlogo{
        width: 60%;
        min-width: 60%;
    }
    .barrasup .divmenu{
        width: 40%;
        min-width: 40%;
    }
    .barrasup .endtel{
        display: none;
    }


    .barrasup #visible{
        width: 39%;
        height: 78px;
        background-image: url(../imagens/menu_icon_preto.png);
        background-size: 109px;
        background-position-x: right;
        background-position-y: center;
        background-repeat: no-repeat;
        display: table;
    }

    .barrasup #menu{
        display: none;
        position: fixed;
        top: 0 !important;
        left: 0;
        z-index: 99;
        background-color: #373762;
        width: 100%;
        height: 100%;
    }
    .barrasup #menu a,
    .barrasup #menu a.text-info{
        color:#ffffff !important;
    }
    .barrasup nav ul li{
        display: table;
        width: 100%;
        text-align: center;
    }
    

    .sobrenos .col,
    .sobrenos .col-5{
        width: 100%;
        min-width: 100%;
    }

    .sobrenos .ferragens{
        background-image: url('../imagens/conteudo/ferragens.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: center;
        background-position-y: center;
        height: 250px;
    }

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

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

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

    .servicos .col,
    .servicos .col-3,
    .servicos .col-4{
        width: 100%;
        min-width: 100%;
    }

   .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{
        width: 80%;
        margin: 0 auto;
        font-size: 18px;
        text-align: center;
    }

    .servicos .quadro .branco{
        margin-bottom:15px ;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .produtos .col{
        width: 100%;
        min-width: 100%;
        margin-bottom: 20px;
    }

    .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;
    }

    .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: center;
    }
    .servicos .descricoes .descritivo .titulo{
        border-width: 1px;
        border-style: solid;
        border-radius: 5px;
    }
    .servicos .fotos{
        width: 80%;
        margin: 0 auto;
    }

    .servicos .pr-5{
        padding-right: 20px !important;
    }

   

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

    .footer .coluna{
        width: 80%;
        min-width: 80%;
        margin-bottom: 36px;
        margin-left: 40px;
        padding-right: 0px;
        margin-right: 0px;
    }

    .footer .faleconosco .row{
        width: 80%;
        min-width: 80%;
    }
    .footer .faleconosco .col{
        width: 60%;
        min-width: 60%;
        max-width: 60%;
    }
       

}/* mobile*/