.pc {
    display: block;

}

.mobile {
    display: none;

}

@media (max-width: 450px) {

	.pc {
        display: none !important;

    }
    .mobile {
        display: block !important;

    }


    .header2 img {
        width: 80% !important;
        padding: 0px 0 !important;

    }


    .conteudo .quadrado {
        height: 300px !important;
        margin: 0 auto 25px !important;

        width: 90% !important;

    }


    .conteudo img {
        display: block;
        width: 40% !important;
        margin: auto;

    }

    .conteudo h3 {
        color: #d9ccc3;
        font-weight: 300;
        font-size: 48px;
        text-align: center !important;

        padding-bottom: 30px !important;

    }

    .conteudo h4 {
        color: #d9ccc3;
        font-weight: 300;
        font-size: 27px !important;

        line-height: 50px;
        padding-bottom: 20px !important;

    }


    .conteudo a.entrecont {
        width: 90%;
        background: #d9ccc3;
        color: black;
        display: block;

        text-align: center;
        padding: 10px 0;
        font-size: 23px;
        border-radius: 26px;
        font-weight: 500;
        margin: auto !important;

        text-decoration: none;

    }

    .conteudo h6 {
        text-align: center;
        margin: 22px 0 0;
        color: #d9ccc3 !important;
        font-weight: 200 !important;
        font-size: 23px !important;
        letter-spacing: 1px;

    }

    .cor .valores {
        background-size: 90% !important;
        background-repeat: no-repeat;

        background-position: right;
        padding: 30px 0 !important;
        background: transparent !important;

    }

    .rodape img {
        width: 50% !important;
        display: block !important;

        margin: auto !important;
        padding: 15px 0 !important;

    }

    .rodape img.logo {
        width: 85% !important;
        padding-bottom: 30px !important;

    }

    .rodape p {
        font-size: 20px !important;

    }

    .rodape .rodape2 p {
        font-size: 15px !important;

    }

    .rodape a {
        text-decoration: none;
        color: #212529;
        display: block;

        width: fit-content;
        margin: auto;
        font-size: 35px !important;

    }

    .rodape .rodape2 a {
        margin: 0;
        display: contents;
        font-size: 19px !important;

        font-weight: 700;
        font-family: 'Libre Franklin';

    }

    .rodape .rodape2 {
        border-top: 1px solid #464646;
        padding: 15px 0 0 !important;

    }

    .foto h1 {
        padding: 24% !important;
        color: transparent;

    }

    .infobannerescritorio h3 {
        color: #d9ccc3 !important;
        font-weight: 300;
        font-size: 25px !important;

        margin: 30px 0 10% !important;

    }

    .infobanner2 h1 {
        font-size: 32px;
        font-weight: 400;
        margin: 40px 0 25px !important;

    }

    .infobannerproposta h3 {
     font-size: 26px !important;
     margin: 30px 0 11% !important;
     font-weight: 300 !important;}

     .infobanner h3 {
        color: #d9ccc3 !important;
        font-weight: 300;
        font-size: 23px !important;

        margin: 20px 0 0 !important;

    }


    .menumobile {
        display: inline-block;
        cursor: pointer;
        background: #d9ccc3;
        z-index: 999;

        padding: 9px 12px;
        border-radius: 50px;
        position: fixed;
        top: 55px;
        right: 4%;

        box-shadow: 0 0 10px #0000008f;

    }

    .bar1, .bar2, .bar3 {
        width: 35px;
        height: 5px;
        background-color: #333;
        margin: 6px 0;

        transition: 0.4s;
        border-radius: 50px;

    }

    /* Rotate first bar */
    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;

        transform: rotate(-45deg) translate(-9px, 6px) ;

    }

    /* Fade out the second bar */
    .change .bar2 {
        opacity: 0;

    }

    /* Rotate last bar */
    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px) ;

        transform: rotate(45deg) translate(-8px, -8px) ;

    }

    .header2 li {
        padding: 0 0px !important;
        display: block !important;

    }

    .header2 ul {
        margin: 0;
        padding: 5px 0 !important;

    }

    .menuabrir {

        position: fixed;
        top: 125px;
        left: 15px;
        right: 15px;

        display: none;
        z-index: 999;
        padding: 5px 25px;
        

        
        animation: aparecer (1s)
    }
    .header2 ul li{
        background: #d9ccc3;
        border-radius: 20px;
        box-shadow: 0 0px 10px #00000066;
        padding: 2px 0;
        margin: 5px 0;
    }
    .header2 ul li:nth-child(1){
        animation: aparecer .2s;
    }
    .header2 ul li:nth-child(2){
        animation: aparecer .4s;
    }
    .header2 ul li:nth-child(3){
        animation: aparecer .6s;
    }
    .header2 ul li:nth-child(4){
        animation: aparecer .8s;
    }
    .header2 ul li:nth-child(5){
        animation: aparecer 1s;
    }
    .header2 ul li:nth-child(6){
        animation: aparecer 1.2s;
    }
    .header2 ul li:nth-child(7){
        animation: aparecer 1.4s;
    }
    .header2 ul li:nth-child(8){
        animation: aparecer 1.6s;
    }
    .header2 ul li:nth-child(9){
        animation: aparecer 1.8s;
    }
    .header2 ul li:nth-child(10){
        animation: aparecer 2s;
    }
    @keyframes aparecer {
        from {
            opacity: 0;
            transform: rotateY(90Deg);
        }
        to {
            opacity: 1;
            transform: rotateY(0Deg);
        }
    }
    .header2 ul li a {
        color: black !important;
        font-size: 20px !important;
        display: block;
        margin: 0 auto;
        width: fit-content;
        padding: 0 !important;
        
    }

    .header {
        padding: 5px 0 0 !important;
        background-color: #1d1b1a !important;

        background: url(../img/advogado-mobile.png) !important;

        background-size: 100% !important;
        
    }

    #submob {
        padding: 5px 15px;
        
    }

    .headerescitorio {
        padding: 10px 0 0 !important;
        background: #1d1b1a !important;
        
    }

    .headercivil {
        padding: 15px 0 0 !important;
        background-color: #1d1b1a !important;
        
    }

    .infobannercivil h3 {
        color: #d9ccc3 !important;
        font-weight: 300;
        font-size: 27px !important;

        margin: 25px 0 7% !important;
        
    }

    .cinza h4 {
        color: #d9ccc3;
        line-height: 37px !important;
        margin: 0;
        text-align: left;

        font-weight: 400;
        padding: 30px 20px 0 !important;
        font-size: 25px !important;
        
    }

    .cinza img {
        width: 45% !important;
        display: block;
        margin: auto;
        
    }

    


    .headerartigos {
        padding: 15px 0 0 !important;
        background-color: #d9ccc3 !important;
        
    }


    .infobannerartigos h3 {
        color: black !important;
        font-weight: 300;
        font-size: 33px !important;

        margin: 30px 0 !important;
        
    }

    .infobanner a {
        color: #c9a286;
        font-size: 23px;
        margin: 15px 0 3% !important;

        display: block;
        border-bottom: 2px solid;
        width: 35% !important;

        text-decoration: none;
        
    }

    .infobanner2 {
        background: #d9ccc3 !important;
        background-size: 100%;

        background-repeat: no-repeat;
        
    }

    .escritorio {
        background-size: 85% !important;
        background-position: right;

        background-position-y: initial !important;
        
    }

    .escritorio2 {
        background: none !important;
        padding: 20px 0 !important; 
        text-align: center;      
    }

    .escritorio3 {
        background: none !important;
        padding: 20px 0 !important;
        text-align: center;
        
    }

    .escritorio4 {
        background-repeat: no-repeat;
        background-size: 85% !important;

        background-position: inherit !important;
        padding: 220px 0 0 !important;
        
    }
    .oescrit h1{
        font-size: 20px !important;
        color: #7a680c !important;
        font-weight: 600;
        padding: 15px 0 !important;

    }
    .oescrit .col-md-6.mobile {
        padding: 15px 70px !important;
    }
    .oescrit h1.marciori {
        color: #d9ccc3;
        font-size: 20px !important;
        font-weight: 600;
        padding: 0 !important;
        
    }

    .civi .direita {
        height: 380px !important;
        padding: 0px !important;
        
    }

    .civi .esquerda h1 {
        margin: 2% 0 15px !important;
        
    }

    .trabalho .esquerda h1 {
        margin: 2% 0 15px !important;
        
    }

    .trabalho .direita {
        height: 335px !important;
        padding: 0px !important;
        
    }

    .comercial .esquerda h1 {
        margin: 2% 0 15px !important;
        
    }

    .comercial .direita {
        height: 410px !important;
        
    }

    .tributario .esquerda h1 {
        margin: 2% 0 15px !important;
        
    }

    .tributario .direita {
        height: 460px !important;
        
    }

    .bancario .esquerda h1 {
        margin: 2% 0 15px !important;
        
    }

    .bancario .direita {
        height: 330px !important;
        
    }

    .adm .esquerda h1 {
        margin: 2% 0 15px !important;
        
    }

    .proposta h1 {    font-size: 35px !important;
        font-weight: 300 !important;}

        .adm .direita {
            height: 340px !important;

        }

        .autoral .esquerda h1 {
            margin: 2% 0 15px !important;

        }

        .autoral .direita {
            height: 340px !important;

        }

        .proposta {
            background: #d9ccc3 !important;

        }

        .proposta select {
           margin-bottom: 12px !important;

       }

       .contato .direita {
        background: #1d1b1a !important;
        padding: 50px 0 !important;

    }

    .contato .esquerda {
        background: #d9ccc3;
        padding: 25px 0 !important;

    }

    .rodape h2 {
        margin: 20px auto !important;

    }

    .rodape .rodape2 img {
        width: 27% !important;
        display: inline-block !important;

    }

    .rodape a.caminho {
        font-size: 20px !important;

    }

    .rodape img.acm {
        width: 75% !important;

    }

    .rodape img.redes {
        width: 75% !important;

    }

    .contato .direita p {
        font-size: 21px !important;

    }

    .rodape .rodape2 p {
        padding: 5px 0 0px !important;
        line-height: 15px !important;

    }
    .infobanner {

        text-shadow: 1px 1px 2px #000;
        background: linear-gradient(45deg, black, transparent);}

        .contato .esquerda h1 {
            font-size: 33px;
            padding: 0 0 30px;
            text-align: center !important;}



        }





        @media (min-width: 1400px) {



            .infobanner2 h1 {
                font-size: 32px;
                font-weight: 400;
                margin: 130px 0 25px !important;

            }

            .infobanner2 a {
                color: #212529;
                border-bottom: 2px solid;
                text-decoration: none;

                font-size: 20px;
                margin: 25px 0 36% !important;
                display: block;
                width: fit-content;

            }

            .cor .valores {
                padding: 140px 0 !important;

            }

            .infobanner a {
                color: #c9a286;
                font-size: 23px;
                margin: 15px 0 42% !important;

                display: block;
                border-bottom: 2px solid;
                width: fit-content;

                text-decoration: none;

            }

            .infobanner h3 {
                color: white;
                font-weight: 300;
                font-size: 34px;

                margin: 130px 0 0 !important;

            }

            .infobannerescritorio h3 {
                color: white;
                font-weight: 300;
                font-size: 34px;

                margin: 130px 0 50% !important;

            }

            .escritorio2 {


            }

            .escritorio3 {


            }

            .escritorio4 {
                padding: 215px 0 !important;

            }

            .foto h1 {
                padding: 45% !important;

            }

            .infobannercivil h3 {
                margin: 120px 0 60% !important;

            }

            .infobannerproposta h3 {
                margin: 125px 0 50% !important;

            }

            .proposta {
                padding: 90px 0 !important;

            }

            .infobannerartigos h3 {
                margin: 100px 0 65% !important;

            }




        }

        @media (min-width: 650px) and (max-width: 1290px) {



            .header2 ul {margin: 0;list-style: none;
                padding: 10px 0 !important;
                text-align: right;}

                .header2 li {
                    padding: 0px !important;
                    line-height: 110px !important;

                }

                .header2 li.unica {
                    padding: 0px !important;
                    line-height: 110px !important;

                }

                .header2 a.destaque {
                    padding: 6px 10px !important;

                }

                .infobanner h3 {
                    font-size: 28px !important;
                    margin: 55px 0 0 !important; font-weight: 100 !important;

                }

                .infobanner a {
                    margin: 15px 0 16% !important;    width: 30% !important;


                }

                .infobanner2 h1 {
                    margin: 75px 0 25px !important;
                    font-weight: 300 !important;

                }

                .infobanner2 p {    font-weight: 300 !important;    color: #212529;}


                .infobanner2 a {
                    margin: 25px 0 13% !important;

                }

                .infobannerescritorio h3 {
                    margin: 55px 0 24% !important;font-weight: 200 !important;
                }

                .foto h1 {
                    padding: 29% !important;

                }

                .oescrit h1 {color: #d9ccc3;font-size: 29px !important;
                    font-weight: 300 !important;padding: 15px 0;}

                    .conteudo h4 {font-weight: 300;font-size: 23px !important;
                        line-height: 50px;color: #d9ccc3;}

                        .infobannercivil h3 {
                            margin: 50px 0 32% !important;     font-weight: 200 !important;
                        }

                        .civi .esquerda h1 {
                            margin: 0% 0 10px !important;font-weight: 300;font-size: 33px !important;

                        }

                        .civi .direita {
                            height: 695px !important;
                            background-color: #d9ccc3 !important;

                        }

                        .cinza h4 {
                            font-size: 22px !important;

                        }

                        .trabalho .esquerda h1 {
                            margin: -2% 0 8px !important;
                            font-size: 34px !important;
                            font-size: 33px !important;
                            font-weight: 300 !important;
                        }  

                    }

                    .trabalho .direita {
                        height: 320px !important;

                    }

                    .comercial .esquerda h1 {
                        margin: -2% 0 15px !important;
                        font-size: 33px !important;
                        font-weight: 300;}

                    }

                    .comercial .direita {
                        height: 720px !important;
                        background-color: #d9ccc3 !important;

                    }

                    .tributario .esquerda h1 {
                        margin: -2% 0 15px !important;
                        font-size: 33px !important;
                        font-weight: 300;}

                    }

                    .tributario .direita {
                        height: 825px !important;
                        background-color: #d9ccc3 !important;

                    }

                    .bancario .direita {
                        height: 575px !important;

                    }

                    .bancario .esquerda h1 {
                        margin: 0% 0 15px !important;
                        font-size: 33px !important;
                        font-weight: 300 !important;}

                        .adm .esquerda h1 {
                            margin: 0% 0 15px !important;
                            font-size: 33px !important;
                            font-weight: 300;}

                        }

                        .adm .direita {
                            height: 615px !important;
                            background-color: #d9ccc3 !important;

                        }

                        #submenu {
                            right: 27% !important;
                            left: 48% !important;
                            top: 145px !important;

                        }

                        .autoral .esquerda h1 {
                            margin: 0% 0 15px !important;  font-size: 33px !important;
                            font-weight: 300 !important;

                        }

                        .autoral .direita {
                            height: 340px !important;
                            background-color: #d9ccc3 !important;

                        }

                        .proposta {
                            background-color: #d9ccc3 !important;

                        }

                        .proposta h1 {
                            padding: 0px 0 20 !important;font-weight: 300 !important;}

                            .contato .direita {background-color: #272422 !important;}

                            .contato .esquerda h1 {font-size: 40px;font-weight: 300 !important;
                                padding: 0 0 30px;}

                                .conteudo h3 {
                                    color: #d9ccc3;
                                    font-weight: 200 !important;
                                    font-size: 40px;}

                                }


                            }