
@charset "UTF-8";

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900; /* porque é variável — cobre todas as espessuras */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
/*configurações globais*/
*{
    padding: 0;
    margin: 0;
    font-family: "Montserrat", sans-serif;
}
html {
  scroll-behavior: smooth;
}
body, html{
    width: 100%;
    height: 100%;
}
    main{
        margin-top: 105px;
        position: relative;
        background-color: #1D3557;
    }
    body{
        background-color: #1D3557;
    }
    /*Cabeçalho do site*/
header{
    width: 100%;
    height: 105px;
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: fixed;
    top: 0;
    z-index: 100;
    transition: all ease 0.8s;
    align-items: center;
    border-bottom: #1D3557 solid 0.4px;
}
        #logoHeaderImg{
        content: url(../img/logo-azul.png);
    }
    .hdS_on{
        height: 65px;
        transition: all ease 0.5s;
    }
    .menuMobile{
        display: none;
    }
    .closeMenu{
        display: none;
    }
    .header_nav_mobile{
        display: none;
    }
    #header_nav{        
        width: 40%;
        display: flex;
        justify-content: flex-end; 
    }
    #hd_nav{
        width: 100%;
        height: 100%;
    }
        #hd_nav_ul{
            list-style: none;
            display: flex;
            flex-direction:row;
            /*justify-content: space-around;*/
            align-items: center;
            justify-content: center;
            gap: 5%;
            width: 100%;
            height: 100%;
        }
            .list_nav{
                margin-bottom: 0;
                transition: all ease 0.5s;
            }
                .list_nav.nav_scrolled{
                    margin-bottom: 0.6%;
                    transition: all ease 0.5s;
                }
                #hd_nav_ul li a{
                    text-decoration: none;
                    color: #1D3557;
                    transition: all ease 0.5s;
                    font-size: 126%;
                }
                #hd_nav_ul li a:hover{
                    text-decoration: underline;
                    text-underline-offset: 6px;
                    text-decoration-style: #1D3557 ;
                    text-decoration-thickness: 3px;
                    color: #1D3557;
                    transition: all ease 0.5s;
                }
    #logoHeader{
        width: 60%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
        #logoHeader img{
            height: 72%;
            margin-left: 8%;
            cursor: pointer;
        }
    .lazy-section {
      opacity: 0;
      transform: translateY(60px);
    }
            .lazy-section.loaded {
                opacity: 1;
                transform: translateY(0);
                transition: all ease 0.6s;
            }
        /*Seção da intro do site*/
#introSection{
    background-color: #1D3557;
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 1390px;
    min-height: 88vh;
    margin: 0 auto;
    height: auto;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.253) 0px 3.5px 2px;
    padding-bottom: 30px;
}
    #textIntro{
        width: 50%;
        height: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        margin-top: 1px;
       /* flex-wrap: wrap;*/
    }
        #general_text{
            margin-top: 3.4%;
            width: 90%;
            display: flex;
            flex-direction: column;
            align-items: left;
            text-align: left;
        }
        .text_white{
            color: white;
        }
        #p1_gn{
            font-size: 270%;
            
        }
        #p1_gn_mobile{
            display: none;
        }
        #h1_gn{
            font-size: 276%;
            margin-top: -1.5%;
        }
        .p_gn{
            font-size: 120%;
            margin-top: 3.4%;
        }
        #p_gn_mobile{
            display: none;
        }
        #ctr_intro{
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            background-color: #25d366;
            width: 62%;
            height:50px;
            border-radius: 50px;
            margin-top: 3.4%;
            cursor: pointer;
            font-size: 120%;
            transition: all ease 0.5s;
        }
            #ctr_intro:hover{
                width: 66%;
                transition: all ease 0.5s;
            }
    #figure_intro{
        width: 40%;
        min-height: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
        #figure_intro img{
            max-height: 70%;
            height: auto;
            max-width: 100%;
            width: auto;
            margin-right: 3.5%;
        }
/*Seção soluções*/
#solucoes_section{
    width: 100%;
    display: flex;
    flex-direction: column;
    /*min-height: 165vh;*/
    height: auto;
    padding-bottom: 40px;
    align-items: center;
    justify-content:  center;
    background-color: white;
}
    #text_solucoes{
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 100%;
        width: 80%;
        min-height: 26%;
        height: auto;   
    }
        .como-podemos{
            font-weight: 420;
        }
        #h1-sol-mobile{
            display: none;
        }
        #solucoes_info{
            border: solid 0.5px #D6A53D;
            min-width: 16%;
            width: auto;
            height: 30px;
            border-radius: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 1.7%;
            color: #D6A53D;
            font-weight: 600;
        }
        #solucoes_h1{
            max-width: 90%;
            width: auto;
            min-height: 64%;
            height: auto;
            margin-top: 1.1%;
            text-align: center;
            font-size: 2rem;
            font-weight: bold;
            line-height: 1.4;
            color: #1D3557;
        }
    #solucoes_container{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
/*        align-items: center;*/
        justify-content: space-between;
        width: 85%;
        margin-top: 5%;
        min-height: 50%;
        height: auto;
    }
        .solucao{
            width: 30%;
            height: 26rem;
            margin: 3% 0% 0.2%;
            display: flex;
            flex-direction: column;
            align-items: center;
            position: relative;
            transform: translateY(40px);
            opacity: 0;
            transition: opacity 1.5s ease-out, transform 1.6s ease-out;
        }
            .solucao.slShow{
                opacity: 100;
                transition: opacity 0.8s ease-out, transform 0.1s ease-out;
                transform: translateY(0);
            }
            #solucao_direito_trabalhista{
                margin-top: 0;
            }
            #solucao_defesa_financeiras{
                margin-top: 0;
            }
            #solucao_saude{
                margin-top: 0;
            }
            .illust_solucao{
                width: 90%;
                height: 8rem;
                background-position: center;
                background-size: cover;
                border-radius: 10px;
                position: relative;
                z-index: 5;
            }
                .lazy-bg{
                    opacity: 0;
                    transform: translateY(30px);
                    transition: opacity 0.3s ease, transform 0.3s ease;
                }
                    .lazy-bg.loaded {
                        opacity: 1;
                        transform: translateY(0);
                    }
               /* #illust_trabalhista{
                    background-image: url(../img/martelo-e-capacete-juiz-lei-e-justica-sobre-o-conceito-de-direito-trabalhista-lei-de-construcao-x9.jpg);
    
                }
                #illust_financeiras{
                    background-image: url(../img/mao-segurando-um-cartao-de-credito-ao-lado-de-um-atm.jpg);
                }
                #illust_saude{
                    background-image: url(../img/medica-segurando-pulmoes-virtuais-na-mao-espaco-de-copia-de-orgao-humano-desenhado-a-mao-no-lado-direito-cores-de-fotos-cruas-conceito-de-servico-hospitalar-de-saude-foto-de-stock.jpg);
                }
                #illust_consumidor{
                    background-image: url(../img/mulher-de-negocios-inicia-empresario-de-pequenas-empresas-pme-sucesso-mulher-freelance-trabalhando-em-casa-com-entrega-de-encomendas-line-sme-e-conceito-de-entrega-de-embalagens.jpg);
                }
                #illust_voos{
                    background-image: url(../img/viajante-jovem-com-bagagem-segurando-passaporte-olhar-airplan.jpg);
                }
                #illust_inss{
                    background-image: url(../img/casal-senior-indiano-asiatico-organizando-ou-empilhando-moedas-em-uma-fileira-foco-seletivo.jpg);
                }*/
            .icon_solucao{
                position: absolute;
                z-index: 7;
                background-color: white;
                width: 60px;
                height: 60px;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                left: 8%;
                top: 26%;
                transform:translateY(-50%) ;
                border: solid #D6A53D 0.3px;
            }
        .text_solucao_container{
            border: #1D3557 solid 1.4px;
            position: absolute;
            bottom: 0;
            z-index: 6;
            background-color: white;
            text-align: center;
            height: 70%;
            align-items: center;
            justify-content: center;
            border-radius: 10px;
            display: flex;
            flex-direction: column;
        }
            .text_solucao_container p{
                font-size: small;
                color: #1D3557;
                text-align: left;
                margin: 5%;
            }
            .h3_solucao_text{
                width: 100%;
                color: #1D3557;
                text-align: left;
                /*margin: 0 0 10px 0;*/
                height: 50%;
                display: flex;
                align-items: center;
                /*border-bottom: solid #1d3557a8 0.8px;*/
            }
                .h3_solucao_text h3{
                    margin-left: 5%;
                    font-size: 160%;
                }
                    #h3_s_t_inss{
                        width: 100%;
                        margin: 0;
                        color: #1D3557;
                        text-align: left;
                        /*margin: 0 0 10px 0;*/
                        height: 50%;
                        display: flex;
                        align-items: center;
                        /*border-bottom: solid #1d3557a8 0.8px;*/
                    }
                        #h3_s_t_inss h3{
                            margin-left: 5%;
                            font-size: 160%;
                        }
                    #h3_financ{
                        width: 100%;
                        /*margin: 0 0 10px 0;*/
                        color: #1D3557;
                        text-align: left;
                        height: 50%;
                        display: flex;
                        align-items: center;
                        /*border-bottom: solid #1d3557a8 0.8px;*/
                    }
                        #h3_financ h3{
                            font-size: 160%;
                            margin-left: 5%;
                            margin-right: 5%;
                        }
            .p_solucao_text{
                margin: 0;
                min-height: 50%;
                height: auto;
                border-top: solid #1d3557a8 0.8px;
            }
            .cta_solucao_text{
                width: 100%;
                height: 25%;
                display: flex;
                align-items: center;
                justify-content: flex-start;
            }
                .cta_solucoes{
                    width: 80%;
                    height: 30px;
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    justify-content: space-between;
                    border-radius: 20px;
                    padding: 0 5% 0 5%;
                    border: solid #1D3557 0.7px;
                    transition: all ease 0.6s;
                    cursor: pointer;
                    margin-left: 4%;
                    margin-bottom: 6%;
                }
                    .cta_solucoes:hover{
                        background-color: #1D3557;
                        color: white;
                        transition: all ease 0.5s;
                    }
                    .link_cta{
                        text-decoration: none;
                        color: #1D3557;
                        font-size: 70%;
                        display: flex;
                        width: 88%;
                        margin-left: 5.5%;
                    }        
/*seção de apresentação*/            
#advocacia_apresentacao{
    display: flex;
    flex-direction: row;
    height: 110vh;
    width: 100%;
    background-color: #1D3557;
    padding-bottom: 20px;
}
    #aprentacao_textos{
        width: 60%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
    }
        #tittle_apresentacao{
            height: 30%;
            /*margin-right: 5%;*/
            width: 80%;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: flex-end;
            color: white;
        }
            #tittle_apresentacao h2{
                font-size: 250%;
                font-weight: 350;
                color: white;
            }
            #tittle_apresentacao h1{
                font-size: 250%;
                font-weight: 700;
                margin-bottom: 5%;
                color: white;
            }
        #apresentacao_txts{
            width: 80%;
            /*margin-right: 5%;*/
            height: 70%;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: center;
            gap: 10%;
        }
             .txts_container{
                display: flex;
                flex-direction: row;
                width: 100%;
                min-height: 20%;
            }
                .txt_textos{
                    color: white;
                    width: 73%;
                    height: 100%;
                    padding-left: 0.5%;
                }
                .txt_textos h3{
                    font-size: 130%;
                }
                .txt_textos p{
                    font-size: 130%;
                    font-weight: 400;
                }
                .txt_icon{
                    display: flex;
                    width: 15%;
                    height: 100%;
                    align-items: center;
                    justify-content: flex-start;
                }
                    .txt_icon img{
                        height: 50%;
                    }
                    #maos_img{
                        height: 40%;
                    }
    #apresentacao_imgs{
        background-color: #1D3557;
        width: 40%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }    
        #imgs_apr{
            width: 80%;
            min-height: 80%;
            height: 85%;
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
            align-items: flex-start;
            justify-content: center;
            column-gap: 3%;
            row-gap: 5%;            
        }
            .img_apr{
                min-width: 45%;
                min-height: 29%;
                height: auto;
                border-radius: 10px;
                background-position: center;
                background-size: cover;
                background-repeat: no-repeat;
            }
                #img1{
                    background-image: linear-gradient(to top, #1d355700 60%, #1D3557 90% )  ;
                }
                #img3{
                    background-image: linear-gradient(to bottom, #1d355700 60%, #1D3557 90% ) ;
                }
                #img4{
                    background-image: linear-gradient(to top, #1d355700 60%, #1D3557 90% );
                }               
                #img6{ background-image: linear-gradient(to bottom, #1d355700 60%, #1D3557 90% );}
#sobre_nos{
    width: 100%;
    min-height: 100vh;
    height: 120vh;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.815) ) , url(../img/natureza-morta-com-balanca-da-justica.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
    #txts_sobreNos{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 16%;
        margin-top: 0.6%;        
    }
    #h1_sobreNos{
        width: 100%;
        height: 90%;
        text-align: center;
    }
        #h1_sobreNos h2,h1{
            margin-top: 0.2%;
            font-size: 2.5rem;
            color: #1D3557;
        }
        #h1_sobreNos h2{
            font-weight: 400;
        }
        #advogados_especialista{
            border: solid 0.5px #D6A53D;
            min-width: 16%;            
            width: auto;
            height: 30px;
            border-radius: 50px;
            display: flex;         
            align-items: center;
            justify-content: center;
            margin-top: 1.7%;
            margin-bottom: 0.7%;
            color: #D6A53D;
            font-weight: 600;
            padding: 0 5px 0 6px;
        }
    #imgs_section{
        width: 100%;
        min-height: 77%;
        height: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 5%;
        flex-wrap: wrap;        
    }
        .advs_cards{
            margin-top: -5%;
            max-width: 300px;
            min-width: 250px; 
            width: 300px;
            height: 65%;
            max-height: 65%;
            border-radius: 25px;
            display: flex;
            align-items: flex-end;
            background-color: #28A745;
            flex-direction: column;
        }
        #advogado_foto-1{
            background-image: url(../img/pedro.webp);
            background-position: center;
            background-size: cover;
            width: 100%;
            height: 85%;
            border-top-left-radius: 25px;
            border-top-right-radius: 25px;
        }
        #advogado_foto-2{
            background-image: url(../img/maciel.webp);
            background-position: center;
            background-size: cover;
            width: 100%;
            height: 85%;
            border-top-left-radius: 25px;
            border-top-right-radius: 25px;
        }
            .info_footer_advgs{
                width: 100%;
                background-color: white;
                height: 20%;
                border-bottom-left-radius: 25px;
                border-bottom-right-radius: 25px;
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: center;
                gap: 5%;
                color: #1D3557;
                z-index: 4;
            }
                .txts_footer_advs{
                    height: 100%;
                    width: 80%;
                    display: flex;
                    flex-direction: column;
                    align-items: flex-start;
                    justify-content: center;
                    text-align: left;
                }
                    .txts_footer_advs p{
                        font-size: 80%;
                        margin-left: 10%;
                    }
                    .txts_footer_advs h4{
                        font-size: 125%;
                        margin-left: 10%;
                    }
                .icon_footer_advs{
                    width: 10%;
                    display: flex;
                    justify-content: flex-end;
                    margin-right: 3%;
                }
                .icon_footer_advs span{
                    font-size: 190%;
                    cursor: pointer;
                    margin-right: 1px;
                }
                    .icon_footer_advs span:hover{
                        font-size: 210%;
                        transition: all ease 0.5s;
                    }
            .advogado-info{
                background-color: #1D3557;
                color: white;
                display: flex;
                flex-direction: column;
                text-align: left;
                justify-content: flex-start;
                height: 100%;
                border-radius: 25px;
            }
                .advogado-info h4{
                    margin: 10% 5% 0 10%;
                    font-size: 120%;
                }
                .adv-info-p1{
                    margin: 0.6% 3% 0 10%;
                    font-size: 85%;
                }
                .adv-info-p2{
                    font-size: 100%;
                    margin: 10% 3% 0 10%;
                    font-size: 88%;
                }
                .seta-adv{
                    color: white;
                    font-size: 190%;
                    cursor: pointer;
                    margin-right: 1px;
                }
            /*classes pro javascript*/
                    .seta-adv.off{
                        display: none;
                    }

                    .seta-left-adv.off{
                        display: none;
                    }
                    .info_footer_advgs.off{
                        background-color: #1D3557;
                        transition: all ease-in 0.1s;
                    }
                    .advogado-info.off{
                        max-width: 0;
                        width: 0;
                        overflow: hidden;
                        /*transition: max-width 0.4s ease-out, padding 0.8s ease-out;*/
                        transition: all ease 0.5s;
                        z-index: 1;
                        opacity: 0;
                    }
                    .advogado-info {
                        max-width: 100%;
                        padding-left: 20px; 
                        padding-right: 20px;
                        opacity: 100;
                        /*transition: max-width 0.4s ease-out, padding 0.9s ease-out; */
                        transition: all ease 0.9s;
                        border-bottom-left-radius: 0;
                        border-bottom-right-radius: 0;
                        z-index: 5;
                    }
#duvidas_frequentes{
    background-color: white;
    width: 65%;
    height: auto;
    position: absolute;
    top: -4%;
    left: 50%;
    transform: translate(-50%, -10%);
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 28px 10px 20px 10px;
    border-radius: 20px;
    z-index: 1;
}
    #duvidas_frequentes h3{
        color: #1D3557;
        margin-left: 6%;
        font-size: 170%;
        margin-bottom: 30px;
    }
    .duvida{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0.3% 1% 1% 1%;
        gap: 5px;
    }
        #dvls{
            margin-bottom: 4%;
        }
            .pergunta {
            background-color:white; 
            color: #1D3557; 
            cursor: pointer; 
            padding: 18px;
            width: 90%;
            text-align: left;
            border: solid #D6A53D 0.5px;
            font-size: 16px;
            border-radius: 4px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
            .pergunta-seta{
                font-weight: 1000;
            }
            .resposta-painel{
                color: rgb(82, 81, 81);
                width: 90%;
                padding: 0 18px;
                max-height: 0;
                overflow: hidden;
                transition: max-height 0.4s ease-out, padding 0.4s ease-out;
            }
                .pergunta:hover, .pergunta.active { 
                     background-color: #ddd;
                }
#contato_area{
    background-color: #1D3557;
    width: 100%;
    min-height: 200vh;
    height: 200vh;
    position: relative;
    border-bottom: solid white 0.7px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
    #espaco-vital{
        width: 100%;
        min-height: 25%;
        height: 35%;
    }
  /*blog*/
    #blog-section{
        min-height: 35%;
        height: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
    }  
        #txts-blog{
            display: flex;
            flex-direction: column;
            text-align: center;
            align-items: center;
            justify-content: center;
            height: 36%;            
        }
            #txts-blog h1{
                color: white;
            }
            #mini-txt{
                border: solid 1px white;
                width: 22%;
                border-radius: 15px;
                color: white;
            }
        #icons-blog{
            display: flex;
            flex-direction: row;
            height: 50%;
            width: 100%;
            justify-content: center;
            align-items: center;
            margin-top: 50px;
        }
            #img-blog{
                width:50% ;
                height: 90%;
                background-image: url(../img/Justice_BLOG.png);
                background-position: center;
                background-size: 65%;
                background-repeat: no-repeat;
            }
            #txt-img-blog{
                width: 30%;
                height: 70%;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                gap: 30px;
            }
                #txt-img-blog p{
                    text-align: left;
                    color: white;
                    font-size: 130%;
                }
                #blog-ctr{
                    background-color: #D6A53D;
                    width: 100%;
                    height: 16%;
                    border-radius: 15px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    font-weight: 700;
                    color: white;
                }    
    #contact-section-final{
        width: 100%;
        min-height: 15%;
        height: 15%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding-top: 100px;
        padding-bottom: 100px; 
    }
    #contact-section-texts{
        color: white;
        width: 40%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        text-align: left;
        gap: 5%;
        margin-bottom: 30px;
        padding: 0 0 0 5%;
    }
        #contact-section-texts p{
            margin: 3% 10% 0 5%;
            font-weight: 600;
        }
            #h2-contact-section-1{
                margin: -8% 0% 1% 5%;
                font-size: 190%;
                font-weight: 500;
            }
            #h2-contact-section-2{
                margin: -3% 0 0 5%;
                font-size: 190%;
            }
            #redes-sociais{
                width: 100%;
                height: 30%;
                display: flex;
                flex-direction: column;
                justify-content: flex-end;
                margin-top: 60px;
            }
            #redes-sociais-mobile{
                display: none;
            }
                #redes-sociais p{
                    font-weight: 400;
                }
                #links-social{
                    width: 50%;
                    display: flex;
                    align-items: center;
                    justify-content: flex-start;
                    margin: 1.4% 0 0 5%;
                    gap: 6%;
                }
                    .instagram-link:hover{
                        content: url(../img/Instagram.png);
                    }
                    .linkedin-link:hover{
                        content: url(../img/LinkedIN.svg);
                    }
    #contact-section-form{
        width: 40%;
        height: auto;
        min-height: 60%;
        display: flex;
        align-items: flex-end;
        padding-bottom: 10px;
    }
        #layout-form{
            background-color: white;
            width: 80%;
            height: 380px;
            min-height: 80%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 4%;
            border-radius: 25px;
        }
            .input-container{
                width: 80%;
                height:50%;
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: center;
                position: relative;
            }
                #inpt-ctn-msg{
                    height: 10%;
                }
                .icon-form{
                    position: absolute;
                    left: 2%;
                    color: rgb(82, 81, 81);
                }
                .input-form{
                    width: 100%;
                    height: 100%;
                    padding-left: 10%;
                    color: rgb(58, 58, 58);
                    border-radius: 10px;
                    border: none;
                    background-color: #D9D9D9;
                }
                #teextarea{
                    padding: 15px 0 0 36px;
                    height: 80%;
                }
                #iconTxtArea{
                    top: 10%;
                }
            #enviar-caso-btn{
                width: 80%;
                height: 10%;
                border: none;
                background-color: #D6A53D;
                color: white;
                border-radius: 10px;
                cursor: pointer;
            }
footer{
    background-color: #1D3557;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 45vh;
}
    #footer-area{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        height: 80%;
        width: 100%;
    }
    #footer-nav{
        display: flex;
        flex-direction: column;
        height: 100%;
        width: 22%;
        margin-left: 10%;
        align-items: flex-start;
        justify-content: center;
        gap: 5%;
        color: white;
    }
        #footer-nav h4{
            font-size: 180%;
            color: #D6A53D;
        }
        #ul-footer{
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 6px;
            font-weight: 600;
        }
            #ul-footer li{
                cursor: pointer;
            }
            #ul-footer li:hover{
                color: grey;
            }
    #footer-contato{
        display: flex;
        flex-direction: column;
        width: 22%;
        height: 100%;
        align-items: flex-start;
        justify-content: center;
        gap: 6.7%;        
    }
        #footer-contato h4{
            font-size: 180%;
            color: #D6A53D;
        }
            #footer-contato a{
                text-decoration: none;
                color: white;
                font-weight: 600;
                font-size: 80%;
            }
    #footer-icon{
        width: 46%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
        #footer-icon img{
            width: 70%;
        }
        #footer-icon-mobile{
            display: none;
        }
    #footer-direitos{
        border-top: solid white 0.6px;
        height: 20%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
    }           
@media (max-width:1200px){
        #introSection{
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        min-height: 50vh;
    }
        #textIntro{
            width: 100%;
            height: 60%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
            #h1_gn{
                line-height: 95%;
                font-size: 160%;
                margin-top: 1px;
            }
            #p1_gn{
                display: none;
            }
            #p1_gn_mobile{
                display: flex;
                font-size: 110%;
                font-weight: 340;
            }
            .p_gn{
                font-size: 140%;
            }
            #p_gn_desktop{
                display: none;
            }
            #p_gn_mobile{
                display: block;              
            }
            #equipe-disponivel{
                order: 1;
                font-size: 140%;
                justify-self: center;
                text-align: center;
            }
            #p-intro-media{
                display: none;
            }
             #ctr_intro{
                width: 90%;
                align-self: center;
                margin-top: 10%;
            }
            #ctr_intro:hover{
                width: 100%;
                transition: all ease 0.5s;
            }
        #figure_intro{
            display: flex;
            justify-content: center;
            width: 100%;
        }
            #img-justica{
                content: url(../img/Group\ 26.png);                
            }
    #solucoes_section{
    min-height: 110vh;
}
    .solucao{
        width: 45%;
    }
    #tittle_apresentacao{
        margin-top: 30px;
    }
            #tittle_apresentacao h1{
                font-size: 130%;
            }
            #tittle_apresentacao h2{
                font-size: 130%;
            }
             #apresentacao_txts{
            width: 100%;
            /*margin-right: 5%;*/
            height: 70%;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: center;
            gap: 8%;
        }
                .txt_textos{
                    color: white;
                    width: 73%;
                    height: 100%;
                    margin-left: 3%;
                }
                .txt_textos h3{
                    font-size: 103%;
                    margin-bottom: 3px;
                    
                }
                .txt_textos p{
                    font-size: 105%;
                    font-weight: 400;
                }
                .txt_icon{
                    display: flex;
                    width: 20%;
                    height: 100%;
                    align-items: center;
                    justify-content: center;
                    margin-left: 5%;
                }
                    .txt_icon img{
                        height: 30%;
                    }
                    #maos_img{
                        height: 30%;
                    }                    
                #img1{
                    background-image: linear-gradient(to top, #1d355700 65%, #1D3557 90% ), url(../img/familiasorrinmd.jpg) ;
                    width: 100%;
                }
                #img2{
                    background-image: url(../img/martelo-juiz.jpg) ;
                    width: 100%;
                }
                #img3{
                    background-image:  url(../img/vista-anguo.jpg) ;
                    width: 100%;
                }
                #img4{
                    background-image: linear-gradient(to top, #1d355700 60%, #1D3557 90% ), url(../img/consuta-ref.jpg);
                    display: none;
                }
                #img5{ 
                    background-image: url(../img/familia-divertida.jpg);
                    display: none;
                }
                #img6{ background-image: linear-gradient(to bottom, #1d355700 60%, #1D3557 90% ), url(../img/advogados.jpg);
                width: 100%;
                
            }        
    #apresentacao_imgs{
        width: 40%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }    
        #imgs_apr{
            width: 80%;
            min-height: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            column-gap: 1%;
            row-gap: 3%;            
        }
            .img_apr{
                min-width: 35%;
                min-height: 16%;
                height: auto;
                border-radius: 10px;
                background-position: center;
                background-size: cover;
                background-repeat: no-repeat;
                margin-left: 5%;
            }
    #imgs_section{
        flex-direction:column;
        gap: 18%;
        margin-top: 0;
    }
#sobre_nos{
    height: 100vh;
}
    .advs_cards{
        height: 400px;
        width: 70%;
    }
        .info_footer_advgs{
            height: 38%;
        }
                    .txts_footer_advs p{
                        font-size: 75%;
                        margin-left: 12%;
                    }
                    .txts_footer_advs h4{
                        font-size: 105%;
                        margin-left: 12%;
                    }
                .icon_footer_advs{
                    width: 10%;
                    margin-right: 3%;
                }
        #advogado_foto-1{
            background-position: 0% 25%;
            background-size: 100%;
        }
        #advogado_foto-2{
            background-position: 0% 25%;
            background-size: 100%;
        }
    #espaco-vital{
        width: 100%;
        min-height: 35%;
        height: 35%;
    }
    #h2-contact-section-1{
        font-size: 90%;
    }
    #h2-contact-section-2{
        font-size: 100%;
    }
    #contact-section-texts p{
        font-size: 80%;
    }
    #redes-sociais{
        margin-top: 8px;
    }
    footer{
    background-color: #1D3557;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 45vh;
}
    #footer-area{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        min-height: 40%;
        width: 100%;
    }
    #layout-form{
        width: 100%;
    }   
    #footer-direitos{
        min-height: 10%;
    }
}
@media (max-width:1200px) and (min-width: 768px) and (hover: none) and (pointer: coarse){
        #introSection{
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        min-height: 50vh;
    }
        #textIntro{
            width: 100%;
            height: 60%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
            #h1_gn{
                line-height: 95%;
                font-size: 160%;
                margin-top: 1px;
            }
            #p1_gn{
                display: none;
            }
            #p1_gn_mobile{
                display: flex;
                font-size: 110%;
                font-weight: 340;
            }
            .p_gn{
                font-size: 140%;
            }
            #p_gn_desktop{
                display: none;
            }
            #p_gn_mobile{
                display: block;
               
            }
            #equipe-disponivel{
                order: 1;
                font-size: 140%;
                justify-self: center;
                text-align: center;
            }
            #p-intro-media{
                display: none;
            }
             #ctr_intro{
                width: 90%;
                align-self: center;
                margin-top: 10%;
            }
            #ctr_intro:hover{
                width: 100%;
                transition: all ease 0.5s;
            }
        #figure_intro{
            display: flex;
            justify-content: center;
            width: 100%;
        }
            #img-justica{
                content: url(../img/Group\ 26.png);                
            }
    #solucoes_section{
    min-height: 110vh;
}
    .solucao{
        width: 45%;
    }
    #tittle_apresentacao{
        margin-top: 30px;
    }
            #tittle_apresentacao h1{
                font-size: 130%;
            }
            #tittle_apresentacao h2{
                font-size: 130%;
            }
             #apresentacao_txts{
            width: 100%;
            /*margin-right: 5%;*/
            height: 70%;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: center;
            gap: 8%;
        }
                .txt_textos{
                    color: white;
                    width: 73%;
                    height: 100%;
                    margin-left: 3%;
                }
                .txt_textos h3{
                    font-size: 103%;
                    margin-bottom: 3px;                    
                }
                .txt_textos p{
                    font-size: 105%;
                    font-weight: 400;
                }
                .txt_icon{
                    display: flex;
                    width: 20%;
                    height: 100%;
                    align-items: center;
                    justify-content: center;
                    margin-left: 5%;
                }
                    .txt_icon img{
                        height: 30%;
                    }
                    #maos_img{
                        height: 30%;
                    }                    
                #img1{
                    background-image: linear-gradient(to top, #1d355700 65%, #1D3557 90% ), url(../img/familiasorrinmd.jpg) ;
                    width: 100%;
                }
                #img2{
                    background-image: url(../img/martelo-juiz.jpg) ;
                    width: 100%;
                }
                #img3{
                    background-image:  url(../img/vista-anguo.jpg) ;
                    width: 100%;
                }
                #img4{
                    background-image: linear-gradient(to top, #1d355700 60%, #1D3557 90% ), url(../img/consuta-ref.jpg);
                    display: none;
                }
                #img5{ 
                    background-image: url(../img/familia-divertida.jpg);
                    display: none;
                }
                #img6{ background-image: linear-gradient(to bottom, #1d355700 60%, #1D3557 90% ), url(../img/advogados.jpg);
                width: 100%;                
            }        
    #apresentacao_imgs{
        width: 40%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }    
        #imgs_apr{
            width: 80%;
            min-height: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            column-gap: 1%;
            row-gap: 3%;
        }
            .img_apr{
                min-width: 35%;
                min-height: 16%;
                height: auto;
                border-radius: 10px;
                background-position: center;
                background-size: cover;
                background-repeat: no-repeat;
                margin-left: 5%;
            }   
    #imgs_section{
        flex-direction:column;
        gap: 18%;
        margin-top: 0;
    }
#sobre_nos{
    height: 100vh;
}
    .advs_cards{
        height: 400px;
        width: 70%;
    }
        .info_footer_advgs{
            height: 38%;
        }
                    .txts_footer_advs p{
                        font-size: 75%;
                        margin-left: 12%;
                    }
                    .txts_footer_advs h4{
                        font-size: 105%;
                        margin-left: 12%;
                    }
                .icon_footer_advs{
                    width: 10%;
                    margin-right: 3%;
                }
        #advogado_foto-1{
            background-position: 0% 25%;
            background-size: 100%;
        }
        #advogado_foto-2{
            background-position: 0% 25%;
            background-size: 100%;
        }
    #duvidas_frequentes{
        height: auto;
        top: -2.5%;
    }
    #espaco-vital{
        width: 100%;
        height: 35%;
        min-height:35%;
    }
    #mini-txt{
        width: 36%;
    }
    #contato_area{
    background-color: #1D3557;
    width: 100%;
    height:100vh;
    min-height: 100vh;
    position: relative;
    border-bottom: solid white 0.7px;   
}
}  
        #txts-blog{
            display: flex;
            flex-direction: column;
            text-align: center;
            align-items: center;
            justify-content: center;
            height: 16%;
        }
            #txts-blog h1{
                color: white;
            }
        #icons-blog{
            height: 70%;
            width: 100%;
        }
            #img-blog{
                width:30% ;
                height: 90%;
            #txt-img-blog{
                width: 25%;
                height: 70%;
            }
                #blog-ctr{
                    background-color: #D6A53D;
                    width: 100%;
                    height: 16%;
                    cursor: pointer;
                    
                }
           #contact-section-final{
            width: 100%;   
            height: 60%;
            justify-content: space-between;
            padding: 0;
            display: flex;
            flex-direction: row;
        }
       #contact-section-texts{
            color: white;
            width: 90%;
            height:16%;
            display: flex;
            flex-direction: column;
            text-align: center;
            justify-content: flex-start;
            gap: 7%;
            margin-top: 0;
        }
        #contact-section-texts p{
            display: none;
        }
            #h2-contact-section-1{
                margin: 3% 0% 0 5%;
                font-size: 190%;
                font-weight: 420;
                width: 60%;
                align-self: center;
            }
            #h2-contact-section-2{
                margin: -1% 0 0 1%;
                font-size: 240%;
                font-weight: 700;
            }
            #redes-sociais{
                display: none;
            }
                #redes-sociais p{
                    font-weight: 400;
                }
                #links-social{
                    width: 50%;
                    display: flex;
                    align-items: center;
                    justify-content: flex-start;
                    margin: 1.4% 0 0 5%;
                    gap: 6%;
                }
                    #facebook-link:hover{
                        content: url(../img/Facebook.svg);
                    }
                    #instagram-link:hover{
                        content: url(../img/Instagram.png);
                    }
                    #linkedin-link:hover{
                        content: url(../img/LinkedIN.svg);
                    }
    #contact-section-form{
        width: 80%;
        height: 85%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
        #layout-form{
            background-color: white;
            width: 73%;
            height: 70%;
            border-radius: 15px;
            box-shadow: rgba(0, 0, 0, 0.26) 0px 3px 0px 0px;
        }
            .input-container{
                width: 80%;
                height: 50%;
                display: flex;
                flex-direction: row;
                position: relative;
                font-size: 180%;
            }
                #inpt-ctn-msg{
                    height: 15%;
                    font-size: 200%;
                }
                .icon-form{
                    position: absolute;
                    top:20%;
                    left: 2.6%;
                    color: rgb(82, 81, 81);
                    font-size: 130%;
                }
                .input-form{
                    width: 100%;
                    height: 100%;
                    padding-left: 19%;
                    color: rgb(58, 58, 58);
                    border-radius: 10px;
                    border: none;
                    background-color: #D9D9D9;
                }
            #enviar-caso-btn{
                width: 80%;
                height: 10%;
                border: none;
                background-color: #D6A53D;
                color: white;
                border-radius: 10px;
                cursor: pointer;
            }
        #redes-sociais-mobile{
            display: flex;
            flex-direction: column;
            margin: 10% 0 0 0;
            width: 100%;
            text-align: center;
            color: white;
        }
            #links-social-mobile{
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: center;
                gap: 4%;
                margin-top: 10px;
            }
    footer{
    background-color: #1D3557;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 45vh;
}
    #footer-area{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        min-height: 40%;
        width: 100%;
    }
    #footer-direitos{
        min-height: 10%;
    }
}
@media (max-width:768px){
    main{
        margin-top: 21%;
    }
    header{
        height: 10%;
        z-index: 100;
    }
    #header_nav{
        display: none;
    }
    .menuMobile{
        display: block;
        margin-right: 25px;
        font-size: 185%;
        color: #1D3557;
    }
        .menuMobile.mbOff{
            display: none;
        }
    .closeMenu{
        display: none;
        margin-right: 25px;
        font-size: 185%;
        color: #1D3557;
    }
        .closeMenu.cmOn{
            display: block;
        }
    .header_nav_mobile{
        display: flex;
        background-color: #1D3557;
        position: fixed;
        width: 100%;
        height: 100px;
        top: -228.5%;
        transition: all ease 0.5s;
        z-index: 8;
    }
    .header_nav_mobile.hdnmOn{
        top: 8.5%;
        transition: all ease 0.5s;
    }
        #hd_nav_mobile{
            width: 100%;
            height: 100%;
            display: flex;
        }
            #hd_nav_ul_mobile{
                display: flex;
                flex-direction: column;
                align-items: center;
                width: 100%;
                height: 100%;
            }
                .list_nav_m{
                    list-style: none;
                    width: 100%;
                    height:33.33%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    border: white 0.6px solid;
                }
                    .list_nav_m a{
                        text-decoration: none;
                        color: white;
                        width: 100%;
                        text-align: center;
                    }
    #introSection{
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
        #textIntro{
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
            #h1_gn{
                line-height: 95%;
                font-size: 160%;
                margin-top: 1px;
            }
            #p1_gn{
                display: none;
            }
            #p1_gn_mobile{
                display: flex;
                font-size: 110%;
                font-weight: 340;
            }
            .p_gn{
                font-size: 100%;
            }
            #p_gn_desktop{
                display: none;
            }
            #p_gn_mobile{
                display: block;  
            }
            #equipe-disponivel{
                order: 1;
                font-size: 70%;
                justify-self: center;
                text-align: center;
            }
            #p-intro-media{
                display: none;
            }
             #ctr_intro{
                width: 100%;
                align-self: center;
                margin-top: 10%;
            }
            #ctr_intro:hover{
                width: 100%;
                transition: all ease 0.5s;
            }
        #figure_intro{
            display: flex;
            justify-content: center;
            width: 100%;
        }
            #img-justica{
                content: url(../img/Group\ 26.png);   
            }
     .solucao{
        width: 90%;
        margin: 5% auto;
    }
        .icon_solucao{
            top: 29%;
            height: 50px;
            width: 50px;
        }
        #icon_solucao_trabalhista{
            top: 29%;
        }
        #icon_solucao_financeiras{
            top: 29%;
        }
        #icon_solucao_saude{
            top: 29%;
        }
        .h3_solucao_text{
            font-size: 80%;
        }
        #h3_financ{
            font-size: 89%;
        }
        #h3_s_t_inss{
            font-size: 89%;
        }
    #solucoes_info{
        margin-top: 20px;
        font-size: 100%;
        padding: 0 10px 0 10px;
    }
    #text_solucoes{
        width: 100%;
    }
    #solucoes_h1{
        max-width: 100%;
    }
    #solucoes_h1 h1{
        font-size: 60%;
    }
    #h1-sol-desktop{
        display: none;
    }
    #h1-sol-mobile{
        display: block;
    }
    .cta_solucoes{
        font-size: 80%;
    }
    /*parte da apresentação da advocacia*/
        #advocacia_apresentacao{
        height: 60vh;
        width: 100%;
        }
    #tittle_apresentacao{
        justify-content: center;
        width: 100%;
        height: 15%;
        text-align: left;
    }
          #tittle_apresentacao h2{
                font-size: 0.9rem;
                font-weight: 350;
                color: white;
                margin-left: 6%;
            }
            #tittle_apresentacao h1{
                font-size: 0.9rem;
                font-weight: 700;
                margin-bottom: 5%;
                color: white;
                margin-left: 6%;
            }
         #apresentacao_txts{
            width: 100%;
            height: 70%;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: center;
            gap: 8%;
        }
                .txt_textos{
                    color: white;
                    width: 73%;
                    height: 100%;
                    margin-left: 3%;
                }
                .txt_textos h3{
                    font-size: 73%;
                    margin-bottom: 3px;

                }
                .txt_textos p{
                    font-size: 65%;
                    font-weight: 400;
                }
                .txt_icon{
                    display: flex;
                    width: 20%;
                    height: 100%;
                    align-items: center;
                    justify-content: center;
                    margin-left: 5%;
                }
                    .txt_icon img{
                        height: 30%;
                    }
                    #maos_img{
                        height: 30%;
                    }   
                #img1{
                    background-image: linear-gradient(to top, #1d355700 65%, #1D3557 90% ), url(../img/familiasorrinmd.jpg) ;
                    width: 100%;
                }
                #img2{
                    background-image: url(../img/martelo-juiz.jpg) ;
                    width: 100%;
                }
                #img3{
                    background-image:  url(../img/vista-anguo.jpg) ;
                    width: 100%;
                }
                #img4{
                    background-image: linear-gradient(to top, #1d355700 60%, #1D3557 90% ), url(../img/consuta-ref.jpg);
                    display: none;
                }
                #img5{ 
                    background-image: url(../img/familia-divertida.jpg);
                    display: none;
                }
                #img6{ background-image: linear-gradient(to bottom, #1d355700 60%, #1D3557 90% ), url(../img/advogados.jpg);
                width: 100%;   
            }
    #apresentacao_imgs{
        width: 40%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }    
        #imgs_apr{
            width: 80%;
            min-height: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            column-gap: 1%;
            row-gap: 7%;
            
        }
            .img_apr{
                min-width: 35%;
                min-height: 16%;
                height: auto;
                border-radius: 10px;
                background-position: center;
                background-size: cover;
                background-repeat: no-repeat;
                margin-left: 5%;
            }
    #txts_sobreNos{
        margin-top: 5%;
    }
    #h1_sobreNos{
        width: 100%;
        height: 90%;
        text-align: center;
        margin-top: 2%;
    }
        #h1_sobreNos h2,h1{
            margin-top: 0.2%;
            font-size: 1.9rem;
            color: #1D3557;
        }
        #h1_sobreNos h2{
            font-weight: 400;
        }
    #sobre_nos{
    min-height: 100vh;
    height: 120vh;        
    }
    #imgs_section{
        flex-direction: column;
        gap: 8%;
        margin-top: 0;
        min-height: 77%;
        height: auto;
    }
    .advs_cards{
        height: 35%;
        max-height: 40%;
    }
        .info_footer_advgs{
            height: 28%;
        }
                    .txts_footer_advs p{
                        font-size: 65%;
                        margin-left: 12%;
                    }
                    .txts_footer_advs h4{
                        font-size: 105%;
                        margin-left: 12%;
                    }
                .icon_footer_advs{
                    width: 10%;
                    margin-right: 3%;
                }
        #advogado_foto-1{
            background-position: 0% 25%;
            background-size: 100%;
        }
        #advogado_foto-2{
            background-position: 0% 25%;
            background-size: 100%;
        }
    #duvidas_frequentes{
        background-color: white;
        width: 75%;
        min-height: 37vh;
        height: auto;
        position: absolute;
        top: -3%;
        left: 50%;
        transform: translate(-50%, -10%);
        display:flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 20px;
        border-radius: 20px;
        z-index: 10;
    }
        #duvidas_frequentes h3{
            display: none;
        }
    .duvida{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 1.2% 1% 1.2% 1%;
        gap: 5px;
        width: 99%;
    }
            .pergunta {
                width: 100%;
                font-size: 12px;
                padding: 10px ;
            }
            .pergunta-seta{
                font-weight: 1000;
            }
            .resposta-painel{
                font-size: 70%;
            }
        #contato_area{
            height: 100vh;
        }
        #espaco-vital{
            width: 100%;
            height: 17%;
            min-height: 17%;
        }
        #blog-section{
        height: 15%;
        width: 100%;
        display: flex;
        flex-direction: column;
        }  
             #txts-blog{
                gap: 10px;
                height: 13%;
                min-height: 13%;
             }
            #txts-blog h1{
                color: white;
                font-size: 100%;
            }
            #mini-txt{
                border: solid 1px white;
                width: 62%;
                border-radius: 15px;
                color: white;
                font-size: 70%;
            }
            #icons-blog{
            display: flex;
            flex-direction: column-reverse;
            height: 77%;
            }
            #img-blog{
                width:50% ;
                height: 50%;
                background-image: url(../img/Justice_BLOG.png);
                background-position: center;
                background-size: 60%;
                background-repeat: no-repeat;
            }
            #txt-img-blog{
                width: 85%;
                height: 60%;
            }
                #txt-img-blog p{
                    text-align: center;
                    color: white;
                    font-size: 130%;
                }
                #blog-ctr{
                    height: 25%;
                }
           #contact-section-final{
            width: 100%;   
            height: 40%;
            min-height: 40%;
            flex-direction: column;
            justify-content: space-between;
            padding: 0;
        }
       #contact-section-texts{
            color: white;
            width: 90%;
            height:26%;
            display: flex;
            flex-direction: column;
            text-align: center;
            justify-content: flex-start;
            gap: 7%;
            margin-top: 0;
        }
        #contact-section-texts p{
            display: none;
        }
            #h2-contact-section-1{
                margin: 3% 0% 0 5%;
                font-size: 150%;
                font-weight: 420;
                width: 60%;
                align-self: center;
            }
            #h2-contact-section-2{
                margin: -2% 0 0 1%;
                font-size: 150%;
                font-weight: 700;
            }
            #redes-sociais{
                display: none;
            }
                #redes-sociais p{
                    font-weight: 400;
                }
                #links-social{
                    width: 50%;
                    display: flex;
                    align-items: center;
                    justify-content: flex-start;
                    margin: 1.4% 0 0 5%;
                    gap: 6%;
                }
                    #facebook-link:hover{
                        content: url(../img/Facebook.svg);
                    }
                    #instagram-link:hover{
                        content: url(../img/Instagram.png);
                    }
                    #linkedin-link:hover{
                        content: url(../img/LinkedIN.svg);
                    }
    #contact-section-form{
        width: 100%;
        height: 75%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
        #layout-form{
            background-color: white;
            width: 73%;
            height: 70%;
            border-radius: 15px;
            box-shadow: rgba(0, 0, 0, 0.26) 0px 3px 0px 0px;
        }
            .input-container{
                width: 80%;
                height: 50%;
                display: flex;
                flex-direction: row;
                position: relative;
            }
                #inpt-ctn-msg{
                    height: 15%;
                }
                .icon-form{
                    position: absolute;
                    top:20%;
                    left: 2.6%;
                    color: rgb(82, 81, 81);
                    font-size: 75%;
                }
                #iconTxtArea{
                    top: 8%;
                }
                .input-form{
                    width: 100%;
                    height: 100%;
                    padding-left: 19%;
                    color: rgb(58, 58, 58);
                    border-radius: 10px;
                    border: none;
                    background-color: #D9D9D9;
                }
            #enviar-caso-btn{
                width: 80%;
                height: 10%;
                border: none;
                background-color: #D6A53D;
                color: white;
                border-radius: 10px;
                cursor: pointer;
            }
    footer{
    flex-direction: column;
    height: 45vh;
}
    #footer-area{
        display: flex;
        flex-direction: row;
        height: 80%;
        width: 100%;
    }
    #footer-nav{
        display: flex;
        flex-direction: column;
        height: 60%;
        width: 40%;
        margin-left: 0;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 5%;
        color: white;
    }
        #footer-nav h4{
            font-size: 120%;
            color: #D6A53D;
            margin-top: 7%;
            margin-left: 8%;
        }
        #ul-footer{
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 6px;
            font-weight: 500;
            margin-left: 8%;
        }
            #ul-footer li{
                cursor: pointer;
                font-size: 60%;
            }
            #ul-footer li:hover{
                color: grey;
            }
    #footer-contato{
        display: flex;
        flex-direction: column;
        width: 60%;
        height: 60%;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 6.7%;
    }
        #footer-contato h4{
            font-size: 120%;
            color: #D6A53D;
            margin-top: 5%;
            margin-left: 8%;
        }
            #footer-contato a{
                text-decoration: none;
                color: white;
                font-weight: 600;
                font-size: 60%;
                margin-left: 8%;
            }
    #footer-icon{
        display: none;
    }
    #footer-icon-mobile{
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        height: auto;
    }
        #footer-icon-mobile img{
            width: 220px;
        }
    #footer-direitos{
        height: 20%;
        width: 100%;
        font-size: 80%;
    }
}
@media (max-width: 1000px) and (min-height: 700px) {
    #espaco-vital{
    width: 100%;
    height: 60%;
    display: none;
    }
@media(max-width: 768px) and (max-height:742px){
        .chat_lp{
        height: 80vh;
        width: 100vw;
    }
    #float_chat{
    width: 70px;
    height: 70px;
    }
    #espaco-vital{
    width: 100%;
    height: 10%;
    }
     #contato_area{
    height:250vh;
    }
     #layout-form{
            background-color: gold;
            width: 73%;
            height: 70%;    
        }
    #blog-section{
        display: none   ;
    }
       #contact-section-final{
        width: 100%;   
        height: 40%;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        padding: 0;
    }   
}}
@media(min-height:800px) and (min-width:1300px){
    header{
        height: 120px;

    }
       #textIntro{
            width: 60%;
       }
     #p1_gn{
            font-size: 390%;
        }
        #h1_gn{
            font-size: 390%;
            margin-top: -1.5%;
        }
        .p_gn{
            font-size: 170%;
            margin-top: 3.4%;
        }
        #ctr_intro{
            width: 68%;
            height:67px;
            font-size: 170%;
        }
            #ctr_intro:hover{
                width: 73%;
                transition: all ease 0.5s;
            }
    #figure_intro{
        width:40%;
        min-height: 100%;
    }
 #apresentacao_txts{        
    gap: 5%;
    height: 80%;
}
.txt_textos h3{
    font-size: 173%;
    margin-bottom: 3px;                    
}
.txt_textos p{
    font-size: 165%;
    font-weight: 400;
}
    .advs_cards{
        margin-top: -5%;
        max-width: 450px;
        min-width: 250px; 
        width: 450px;
        height: 65%;
        max-height: 65%;
    }
.txts_footer_advs p{
    font-size: 110%;
    }
.txts_footer_advs h4{
    font-size: 145%;
}
.icon_footer_advs span{
    font-size: 240%;
    cursor: pointer;
    margin-right: 1px;
}
.icon_footer_advs span:hover{
    font-size: 280%;
}
.advogado-info h4{
    font-size: 200%;
}
.adv-info-p1{
    font-size: 125%;
}
.adv-info-p2{
    font-size: 140%;
}
.seta-adv{
    font-size: 390%;
}
#espaco-vital{
    min-height: 20%;
    height: 20%;
}
#contato_area{
    min-height: 160vh;
    height: 120vh;
}
#txt-img-blog p{
    font-size: 160%;
}
#blog-ctr{
    width: 100%;
    height: 16%;
    font-weight: 700;
    font-size: 150%;
}
#contact-section-form{
    min-height: 70%;
}
#layout-form{
    width: 65%;
    min-height: 100%;
}
#contact-section-texts p{
    font-size: 140%;
}
#h2-contact-section-1{
    font-size: 210%;
}
#h2-contact-section-2{
    font-size: 210%;
}
}
/*chat interativo*/
#float_chat{
    width: 100px;
    height: 100px;
    
    background-position: center;
    background-size: 100%;
    position: fixed;
    z-index: 100;
    right: 3%;
    bottom: 5%;
    border-radius: 50%;
    display:flex;
    justify-content: flex-end;
    align-items: flex-end;
    cursor: pointer;
    animation: trocarBackground 18s infinite steps(1);
}
    .floatChat{
        opacity: 0;
    }
        .floatChat.flcOn{
            opacity: 100;
            transition: all ease 0.5s;
        }
    #on_status_float_chat{
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background-color: #28A745;
        z-index:11 ;
        margin-bottom: 7px;
        margin-right: 6px;
        animation: latejamentoBola 7s infinite;       
    }
@keyframes trocarBackground {
    0% {background-image: url(../img/maciel.webp);}
    50% {background-image: url(../img/pedro.webp);}
    100% {background-image: url(../img/maciel.webp) ;}
}
@keyframes latejamentoBola {
    0% , 100% {transform: scale(1);}
    50% {transform: scale(1.2);}
}
.chat_lp.chatOff{
    bottom: -100vh;
    transition: all ease 0.6s;
    opacity: 0;
}
.chat_lp{
    opacity: 1;
    transition: all ease 0.6s;
    width: 356px;
    height: 370px;
    background-color: white;
    position: fixed;
    z-index: 110;
    right: 8px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    box-shadow: black 3px 1px 13px 3px;
}
    #header_chat{
        background-color: #1D3557;
        width: 100%;
        height: 17.5%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        border-top-left-radius: 18px;
        border-top-right-radius: 18px;
        color: white;
    }
        #img-1-chat{
            width: 42px;
            height: 42px;
            background-image: url(../img/pedro.jpeg);
            background-position: center;
            background-size: cover;
            border-radius: 50%;
            margin-left: 18px;
        }
        #header_chat h4{
            font-size: 98%;
            margin-left: -28px;
        }
        #close_chat{
            width: 16px;
            height: 16px;
            background-color: white;
            color: #1D3557;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            margin-right: 17px;
            cursor: pointer;
        }
            #close_chat span{
                font-size: 90%;
            }
    #content_chat{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
        .messages{
            display: flex;
            transition: all ease-out 0.5s;
        }
        .messages.msgOff{
            opacity: 0;
        }
        #chat-message-1{
            background-color: #D9D9D9;
            margin-top: 60px;
            min-width: 73%;
            width: auto;
            min-height: 46px;
            height: auto;
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: flex-start;
        }
            #chat-message-1 p{
                margin-left: 18px;
            }
        #chat-message-2{
            background-color: #D9D9D9;
            margin-top: 15px;
            min-height: 120px;
            min-width: 73%;
            width: 73%;
            border-radius: 20px;
            border-bottom-left-radius: 0;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: center;
        }
            #chat-message-2 p{
                margin-left: 18px;
            }
                #btn-chat{
                    margin-top: 6%;
                    margin-left: 18px;
                    border: none;
                    min-width: 70%;
                    min-height: 35px;
                    border-radius: 5px;
                    display: flex;
                    align-items: center;
                    justify-content: space-around;
                    font-weight: 600;
                    color: white;
                    background-color: #28A745;
                    cursor: pointer;
                    position: relative;
                }
        #mini-rosto-chat{
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background-image: url(../img/pedro.jpeg);
            background-position: center;
            background-size: cover;
            position: absolute;
            left: 7%;
            bottom: 12%;
        }
            .digitando{
                width: 28px;
                height: 9px;
                background-color: #D9D9D9;
                position: absolute;
                bottom: 0;
                right: -20px;
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: center;
                gap: 10%;
            }
                .digitando.digitandoOff{
                    display: none;
                }
                #b-1{
                    width: 3px;
                    height: 3px;
                    border-radius: 50%;
                    background-color: #BFBFBF;
                    animation: b1 1.6s infinite ;
                }
                #b-2{
                    width: 3px;
                    height: 3px;
                    border-radius: 50%;
                    background-color: #BFBFBF;
                    animation: b1 1.8s infinite ;
                }
                #b-3{
                    width: 3px;
                    height: 3px;
                    border-radius: 50%;
                    background-color: #BFBFBF;
                    animation: b1 2s infinite ;
                }
                    @keyframes b1{
                        0%{scale: 100%; background-color: #BFBFBF;}
                        50%{scale: 150%; background-color: #120F17;}
                        100%{scale: 100%;}
                    }
    #aviso_chat{
        width: 100%;
        min-height: 9%;
        background-color: #D9D9D9;
        position: absolute;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
        #aviso_chat small{
            font-size: 60%;
        }



@media (max-width:768px)  and (hover: none) and (pointer: coarse){
    .chat_lp{
        height: 80vh;
        width: 100vw;
    }
    #float_chat{
    width: 70px;
    height: 70px;
    }

    
    main{
        margin-top: 21%;
    }
    
    
    header{
        height: 10%;
        z-index: 100;
    }
    #logoHeaderImg{
        content: url(../img/logo-azul-mobile.webp);
    }
    #header_nav{
        display: none;
    }
    .menuMobile{
        display: block;
        margin-right: 25px;
        font-size: 185%;
        color: #1D3557;
    }
        .menuMobile.mbOff{
            display: none;
        }
    .closeMenu{
        display: none;
        margin-right: 25px;
        font-size: 185%;
        color: #1D3557;
    }
        .closeMenu.cmOn{
            display: block;
        }
    .header_nav_mobile{
        display: flex;
        background-color: #1D3557;
        position: fixed;
        width: 100%;
        height: 100px;
        top: -228.5%;
        transition: all ease 0.5s;
        z-index: 8;
    }
    .header_nav_mobile.hdnmOn{
        top: 8.5%;
        transition: all ease 0.5s;
    }
        #hd_nav_mobile{
            width: 100%;
            height: 100%;
            display: flex;
        }
        
            #hd_nav_ul_mobile{
                display: flex;
                flex-direction: column;
                align-items: center;
                width: 100%;
                height: 100%;
            }
                .list_nav_m{
                    list-style: none;
                    width: 100%;
                    height:33.33%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    border: white 0.6px solid;
                }
                    .list_nav_m a{
                        text-decoration: none;
                        color: white;
                        width: 100%;
                        text-align: center;
                    }


    #introSection{
        flex-direction: column;
        align-items: center;
        justify-content: space-between;  
        padding-bottom: 0;
        
    }
        #textIntro{
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
            #h1_gn{
                line-height: 95%;
                font-size: 160%;
                margin-top: 1px;
            }
            #p1_gn{
                display: none;
            }
            #p1_gn_mobile{
                display: flex;
                font-size: 110%;
                font-weight: 340;
            }
            .p_gn{
                font-size: 100%;
            }
            #p_gn_desktop{
                display: none;
            }
            #p_gn_mobile{
                display: block;
               
            }
            #equipe-disponivel{
                order: 1;
                font-size: 70%;
                justify-self: center;
                text-align: center;
            }
            #p-intro-media{
                display: none;
            }
             #ctr_intro{
                width: 100%;
                align-self: center;
                margin-top: 10%;
            }

            #ctr_intro:hover{
                width: 100%;
                transition: all ease 0.5s;
            }

        #figure_intro{
            display: flex;
            justify-content: center;
            width: 70%;
            height: auto;
            padding-top: 10px;
            justify-content: center;
            align-items: flex-end;
        }
            #img-justica{
                content: url(../img/Group\ 26.webp);
                max-width: 40%;
                
                height: auto;
            }

 #h1-sol-mobile{
    line-height: 1;
    margin-top: 12px;
 }

     .solucao{
        width: 90%;
        margin: 5% auto;
        
    }
        .icon_solucao{
            top: 29%;
            height: 50px;
            width: 50px;
        }
        #icon_solucao_trabalhista{
            top: 29%;
        }
        #icon_solucao_financeiras{
            top: 29%;
        }
        #icon_solucao_saude{
            top: 29%;
        }
        .h3_solucao_text{
            font-size: 90%;
        }
        #h3_financ{
            font-size: 79%;
            margin-right: 0%;
        }
        #h3_s_t_inss{
            font-size: 79%;
        }

    #solucoes_info{
        margin-top: 20px;
        font-size: 100%;
        padding: 0 10px 0 10px;
    }

    #text_solucoes{
        width: 100%;
    }
    #solucoes_h1{
        max-width: 100%;
    }
    #solucoes_h1 h1{
        font-size: 60%;
    }
    #h1-sol-desktop{
        display: none;
    }
    #h1-sol-mobile{
        display: block;
    }
    .cta_solucoes{
        font-size: 80%;
        width: 80%;
    }

    /*parte da apresentação da advocacia*/

        #advocacia_apresentacao{
        height: 60vh;
        width: 100%;
        }

    #tittle_apresentacao{
        justify-content: center;
        width: 100%;
        height: 15%;
        text-align: left;
    }
          #tittle_apresentacao h2{
                font-size: 0.9rem;
                font-weight: 350;
                color: white;
                margin-left: 6%;
            }
            #tittle_apresentacao h1{
                font-size: 0.9rem;
                font-weight: 700;
                margin-bottom: 5%;
                color: white;
                margin-left: 6%;
            }
         #apresentacao_txts{
            width: 100%;
            /*margin-right: 5%;*/
            height: 70%;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: center;
            gap: 8%;
        }
                .txt_textos{
                    color: white;
                    width: 73%;
                    height: 100%;
                    margin-left: 3%;
                }
                .txt_textos h3{
                    font-size: 73%;
                    margin-bottom: 3px;

                }
                .txt_textos p{
                    font-size: 65%;
                    font-weight: 400;
                }
                .txt_icon{
                    display: flex;
                    width: 20%;
                    height: 100%;
                    align-items: center;
                    justify-content: center;
                    margin-left: 5%;
                }
                    .txt_icon img{
                        height: 30%;
                    }
                    #maos_img{
                        height: 30%;
                    }




                    
                #img1{
                    background-image: linear-gradient(to top, #1d355700 65%, #1D3557 90% ), url(../img/familiasorrinmd.jpg) ;
                    width: 100%;
                }
                #img2{
                    background-image: url(../img/martelo-juiz.jpg) ;
                    width: 100%;
                }
                #img3{
                    background-image:  url(../img/vista-anguo.jpg) ;
                    width: 100%;
                }
                #img4{
                    background-image: linear-gradient(to top, #1d355700 60%, #1D3557 90% ), url(../img/consuta-ref.jpg);
                    display: none;
                }

                #img5{ 
                    background-image: url(../img/familia-divertida.jpg);
                    display: none;
                }

                #img6{ background-image: linear-gradient(to bottom, #1d355700 60%, #1D3557 90% ), url(../img/advogados.jpg);
                width: 100%;
                
            }
        

    #apresentacao_imgs{
        width: 40%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }    
        #imgs_apr{
            width: 80%;
            min-height: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            column-gap: 1%;
            row-gap: 7%;
            
        }
            .img_apr{
                min-width: 35%;
                min-height: 16%;
                height: auto;
                border-radius: 10px;
                background-position: center;
                background-size: cover;
                background-repeat: no-repeat;
                margin-left: 5%;
            }


    #txts_sobreNos{
        margin-top: 5%;
    }
    #h1_sobreNos{
        width: 100%;
        height: 90%;
        text-align: center;
        margin-top: 2%;
    }
        #h1_sobreNos h2,h1{
            margin-top: 0.2%;
            font-size: 1.9rem;
            color: #1D3557;
        }
        #h1_sobreNos h2{
            font-weight: 400;
        }

    #sobre_nos{
    min-height: 100vh;
    height: 140vh;        
    }
    #imgs_section{
        flex-direction: column;
        gap: 8%;
        margin-top: 0;
        min-height: 77%;
        height: auto;
    }
    .advs_cards{
        height: 35%;
        max-height: 40%;
    }
    #advogado_foto-1{
        height: 80%;
    }
    #advogado_foto-2{
        height: 80%;
    }    
        .info_footer_advgs{
            height: 20%;
        }

        .txts_footer_advs p{
        font-size: 65%;
        margin-left: 12%;
        }
        .txts_footer_advs h4{
        font-size: 105%;
        margin-left: 12%;
        }
        .icon_footer_advs{
        width: 10%;
        margin-right: 3%;
        }
        #advogado_foto-1{
            background-position: 0% 25%;
            background-size: 100%;
        }
        #advogado_foto-2{
            background-position: 0% 25%;
            background-size: 100%;
        }

        .advogado-info{
            height: 100%;
            padding-left: 10px; 
            padding-right: 10px;
            }
                .advogado-info h4{
                    margin: 10% 5% 0 10%;
                    font-size: 110%;
                }
                .adv-info-p1{
                    margin: 0.6% 3% 0 10%;
                    font-size: 75%;
                }
                .adv-info-p2{
                    font-size: 70%;
                    margin: 10% 3% 0 10%;
                }

    
    #duvidas_frequentes{/*.*/
        background-color: white;
        width: 100%;
        
        height: 33.33%;
        position: relative;
        top: 0;
        margin: auto;
        
        display:flex;
        flex-direction: column;
        align-items: center;
        text-align: left;
        justify-content: center;
        border-radius: 0;
        z-index: 10;
        padding: 0;
    }
        #duvidas_frequentes h3{
            display: flex;
            padding-top: 5px;
            font-size: 108%;
        }
    .duvida{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 2% 1% 1.2% 1%;
        gap: 5px;
        width: 90%;
    }
        
            .pergunta {
                width: 100%;
                font-size: 12px;
                padding: 10px ;
               
            }
            .pergunta-seta{
                font-weight: 1000;
            }
            .resposta-painel{
                font-size: 70%;

            }
/*#duvidas_frequentes,
#blog-section,
#contact-section-final {
    min-height: 100vh; 
    height: auto; */
       
        #contato_area{
            min-height: 100vh; 
            height: auto;
            align-items: flex-end;
            justify-content: flex-end;
        }
        #espaco-vital{
            width: 100%;
            height: 26%;
            min-height: 16%;
            display: none;
        }
        #blog-section{
        min-height: 50vh; 
        height: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        }  
             #txts-blog{
                gap: 10px;
                height: 25%;
                min-height: 25%;
                width: 100%;
             }
            #txts-blog h1{
                color: white;
                font-size: 100%;
            }
            #mini-txt{
                border: solid 1px white;
                width: 62%;
                border-radius: 15px;
                color: white;
                font-size: 70%;
            }
            #icons-blog{
            display: flex;
            flex-direction: column-reverse;
            height: 70%;    
            min-height: 47%;
            margin-top: 0;
            }
            #img-blog{
                width:300px ;
                height: 300px;
                background-image: url(../img/Justice_BLOG.png);
                background-position: center;
                background-size: 60%;
                background-repeat: no-repeat;
            }
            #txt-img-blog{
                width: 85%;
                height: 60%;
            }
                #txt-img-blog p{
                    text-align: center;
                    color: white;
                    font-size: 80%;
                }
                #blog-ctr{
                    height: 35px;
                    width: auto;
                    padding: 0 15px 0 15px;
                    
                }


           #contact-section-final{
            width: 100%;   
            min-height: 50vh; 
            height: auto;
            flex-direction: column;
            justify-content: center;
            padding: 0;
        }
       #contact-section-texts{
            color: white;
            width: 90%;
            height:18%;
            min-height: 18%;
            display: flex;
            flex-direction: column;
            text-align: center;
            justify-content: center;
            gap: 7%;
            margin-top: 0;
        }
        #contact-section-texts p{
            display: none;
        }
            #h2-contact-section-1{
                margin: 3% 0% 0 5%;
                font-size: 120%;
                font-weight: 420;
                width: 60%;
                align-self: center;
            }
            #h2-contact-section-2{
                margin: -1% 0 0 1%;
                font-size: 140%;
                font-weight: 700;
            }
            #redes-sociais{
                display: none;
            }
                #redes-sociais p{
                    font-weight: 400;
                }
                #links-social{
                    width: 50%;
                    align-items: center;
                    justify-content: flex-start;
                    margin: 1.4% 0 0 5%;
                    gap: 6%;
                    display: none;
                }
                
                    #facebook-link:hover{
                        content: url(../img/Facebook.svg);
                    }
                    #instagram-link:hover{
                        content: url(../img/Instagram.png);
                    }
                    #linkedin-link:hover{
                        content: url(../img/LinkedIN.svg);
                    }
    #contact-section-form{
        width: 100%;
        height: 350px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-top: 10px;
    }
        #layout-form{
            background-color: white;
            width: 73%;
            height: 70%;
            border-radius: 15px;
            box-shadow: rgba(0, 0, 0, 0.26) 0px 3px 0px 0px;
        }
            .input-container{
                width: 80%;
                height: 50%;
                display: flex;
                flex-direction: row;
                position: relative;
            }
                #inpt-ctn-msg{
                    height: 15%;
                }
                .icon-form{
                    position: absolute;
                    top:20%;
                    left: 2.6%;
                    color: rgb(82, 81, 81);
                    font-size: 145%;
                }
                #iconTxtArea{
                    top: 13%;
                }
                .input-form{
                    width: 100%;
                    height: 100%;
                    padding-left: 19%;
                    color: rgb(58, 58, 58);
                    border-radius: 10px;
                    border: none;
                    background-color: #D9D9D9;
                }
            #enviar-caso-btn{
                width: 80%;
                height: 10%;
                border: none;
                background-color: #D6A53D;
                color: white;
                border-radius: 10px;
                cursor: pointer;
            }
        #redes-sociais-mobile{
            display: flex;
            flex-direction: column;
            margin: 1.5% 0 0 0;
            width: 100%;
            text-align: center;
            color: white;
        }
            #links-social-mobile{
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: center;
                gap: 4%;
                margin-top: 1px;
                min-height: 90px;
                height: auto;
            }
                .instagram-link{
                    padding: 0px 0 10px 0;
                }
                .linkedin-link{
                    padding: 0px 0 10px 0;
                }


    footer{
    flex-direction: column;
    height: 45vh;
}
    #footer-area{
        display: flex;
        flex-direction: row;
        height: 90%;
        width: 100%;
    }
    #footer-nav{
        display: flex;
        flex-direction: column;
        height: 60%;
        width: 40%;
        margin-left: 0;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 5%;
        color: white;
    }
        #footer-nav h4{
            font-size: 120%;
            color: #D6A53D;
            margin-top: 7%;
            margin-left: 8%;
        }
        #ul-footer{
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 6px;
            font-weight: 500;
            margin-left: 8%;
        }
            #ul-footer li{
                cursor: pointer;
                font-size: 60%;
            }
            #ul-footer li:hover{
                color: grey;
            }
    #footer-contato{
        display: flex;
        flex-direction: column;
        width: 60%;
        height: 60%;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 6.7%;
    }
        #footer-contato h4{
            font-size: 120%;
            color: #D6A53D;
            margin-top: 5%;
            margin-left: 8%;
        }
            #footer-contato a{
                text-decoration: none;
                color: white;
                font-weight: 600;
                font-size: 54%;
                margin-left: 8%;
            }
    #footer-icon{
        display: none;
    }
    #footer-icon-mobile{
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        height: auto;
    }
        #footer-icon-mobile img{
            width: 50%;
        }

    #footer-direitos{
        height: 10%;
        width: 100%;
        font-size: 80%;
    }

}