*{
    padding: 0;
    margin: 0;
}
body{
    background-color: #e4e4e4;
    width: 100%;
}
a{
    text-decoration: none;
}
nav{
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}
.nav-item{
    display: flex;
    flex-direction: row;
}
.navItensCart{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
}
#navItem{
    padding: 1rem;
    color: #000000;
    font-weight: 580;
}
#navItem:hover{
    padding: 1rem;
    color: #631d07;
    font-weight: 580;
}
.logomarca{
    width: 7rem;
    margin: 1rem;
}
.servicesMain{
    margin-top: 3rem;
}
.services{
    display: flex;
    justify-content: center; 
    flex-direction: column;
    width: 100%;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}
h3{
    color: #631d07;
}
#gridServices{
    display: grid;
    grid-template-columns: 300px 300px 300px;
    grid-auto-rows: 250px;
    row-gap: 2rem;
    column-gap: 2rem;
    list-style-type: none;
    flex-wrap: wrap;
}
#gridItem{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 16rem;
    height: 12rem;
    text-align: center;
    color: #631d07;
    border-radius: 8px;
    padding: 0 1rem 0 1rem;
    background-color: #e8e7e6;
    box-shadow: 1px 1px 1px rgb(163, 163, 163);
}
#gridItem:hover{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 16rem;
    height: 12rem;
    text-align: center;
    color: #ffffff;
    fill: #ffffff;
    border-radius: 8px;
    padding: 0 1rem 0 1rem;
    background-color: #631d07;
    transition-delay: 0.2s;
}
#tituloServicos{
    display: flex;
    justify-content: center;
    padding-top: 25px;
    font-weight: 680;
    text-align: center;
}
.titulos{
    font-size: 35px;
    padding-bottom: 40px;
}
.sobre_nos{
    display: block;
    justify-content: center;
    width: 100%;
    height: 400px;
    padding: 0 2rem 0 2rem;
}
.textoSobreNosTexto{
    display: flex;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: rgb(97, 95, 95);
    text-align: justify;
    width: 100%;
    padding: 3rem;
    color: white;
}
.btnAbout{
    display: flex;
    justify-content: center;
}
#btnAbout{
    padding: 1rem 2rem 1rem 2rem;
    border: 1px solid #ffffff;
    border-radius: 30px;
    background-color: #ffffff;
    color: #000000;
}
#btnAbout:hover{
    padding: 1rem 2rem 1rem 2rem;
    border: 1px solid #631d07;
    border-radius: 30px;
    background-color: #631d07;
    color: #ffffff;
    transition-delay: 0.2s;
}
.transparenciabtn{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 1.5rem;
}
#transparenciaLogo{
    width: 200px;
}
#bodycontact{
    display: flex;
    justify-content: center;
    gap: 1rem;
    padding: 2rem;
    width: 100%;
}
#contact1{
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
}
.contactform{
    width: 50%;
    display: block;
}
.inputs{
    padding: 5px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    background-color: #e4e4e4;
}
.inputs:hover{
    padding: 5px;
    border: 1px solid #631d07;
    border-radius: 5px;
    background-color: #e4e4e4;
}
#btnSubmit{
    padding: 10px;
    border:1px solid #631d07;
    background-color: #631d07;
    color: #FCFCFC;
    border-radius: 10px;
    font-size: 16px;
}
#btnSubmit:hover{
    padding: 10px;
    border:1px solid #4f1503;
    background-color: #4f1503;
    color: #FCFCFC;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
}
.maps{
    width: 100%;
    display: block;
    justify-content: center;
    height: 35rem;

}
.maps1, iframe{
    width: 100%;
    height: 20rem;

}
footer{
    background-color: black;
    color: white;
    font-size: 16px;
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 4rem;
}
.socialIcons{
    margin-right: 1.5rem;
}
#back-to-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
    color: #631d07;
}
#svgBackToTop{
    height: 40px;
    width: 40px;
    cursor: pointer;
}
.backgroundAbout{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #f8f7f7;
    padding-bottom: 4rem;
}
#tituloAbout{
    display: flex;
    justify-content: center;
    padding-top: 25px;
    font-weight: 680;
    font-size: 30px;
    text-align: center;
}
.imgCartAbout{
    width: 1150px;
}
#textAbout{
    display: flex;
    justify-content: center;
    text-align: justify;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0rem 4rem 0rem 4rem;
    padding: 2px;
}
#textAbout2{
    display: flex;
    justify-content: flex-start;
    text-align: justify;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0rem 4rem 0rem 4rem;
}
#textAboutList{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0rem 4rem 0rem 4rem;
}
#tituloAboutList{
    display: flex;
    justify-content: flex-start;
    padding-top: 25px;
    font-weight: 680;
    font-size: 20px;
    text-align: center;
    margin-left: 4rem;
}
#btnDuvida{
    padding: 1rem 2rem 1rem 2rem;
    border: 1px solid #722007;
    border-radius: 30px;
    background-color: #722007;
    color: #ffffff;
    font-size: 18px;
}
#btnDuvida:hover{
    padding: 1rem 2rem 1rem 2rem;
    border: 1px solid #631d07;
    border-radius: 30px;
    background-color: #631d07;
    color: #ffffff;
    font-size: 18px;
}
#termosPAG{
    text-align: justify;
    margin: 3rem 3rem 3rem 3rem;
}
#termosTitulo{
    display: flex;
    justify-content: center;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
}

#tituloEmolumentos{
    display: flex;
    justify-content: center;
    padding-top: 25px;
}
#tabelaEmolumentos{
    padding: 2rem;
    display: flex;
    justify-content: center;
}
.emolumentosbtn{
    width: 100%;
    padding: 1.5rem;
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 10px;
    background-color: white;
    border: 1px solid rgb(218, 216, 216);
}
.emolumentostable{
    border-collapse: collapse;
    width: 100%;
    background-color: rgb(252, 252, 252);
    display: flex;
    justify-content: left;
}
td, tr{
    border: 1px solid rgb(161, 161, 161);
    width: 50%;
    padding: 5px;
}
.nav-bar-hamburger{
    display: none;
    justify-content: end;
}
.hamburger-menu{
    width: 40px;
    background-color: transparent;
    border: 0px;
    margin-right: 5px;
}

@media (max-width: 768px) {
    .siteBody{
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .logomarca{
        width: 80px;
    }
    nav{
        background-color: #ffffff;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .nav-item{
        display: flex;
        justify-content: end;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .nav-bar-hamburger{
        display: none;
        justify-content: end;
    }
    .hamburger-menu{
        width: 10px;
        background-color: transparent;
        border: 0px;
        margin-right: 5px;
    }
    #tituloServicos{
        padding-left: 10px;
        padding-right: 10px;
    }
    .services{
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 768px;

    }
    #gridServices{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: row;
        row-gap: 2rem;
        column-gap: 2rem;
        list-style-type: none;
        
    }
    .servicesMain{
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .sobre_nos{
        display: block;
        justify-content: center;
        width: 100%;
        height: 450px;
    }
    #textAbout{
        margin-right: 1px;
        margin-left: 1px;
    }
    #bodycontact{
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 1rem;
    }
    .contactform{
        display: flex;
        justify-content: center;
        text-align: center;
        flex-direction: column;
        margin-right: 1px;
        margin-left: 1px;
        width: 730px;
    }
    .social-btnup{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        padding-left: 10px; 
    }
    .inputs{
        width: 450px;
    }
    #infocontact{
        margin-left: 4%;
        margin-right: 4%;
        display: flex;
        justify-content: center;
    }
    .maps{
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: center;
        flex-direction: column;
        margin-right: 1px;
        margin-left: 1px;
        width: 735px;
    }
    .maps1{
        height: 700px;
    }
    #footer, .dadosGerais, .Copyright{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }    
}

@media (max-width: 425px) {
    .siteBody{
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .logomarca{
        width: 60px;
    }
    nav{
        background-color: #ffffff;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .nav-item{
        display: flex;
        justify-content: end;
        flex-direction: row;
        flex-wrap: wrap;

    }
    .navItensCart{
        display: flex;
        justify-content: end;
        flex-direction: column;
    }
    .nav-bar-hamburger{
        display: flex;
        justify-content: end;
    }
    .hamburger-menu{
        width: 40px;
        background-color: transparent;
        border: 0px;
        margin-right: 5px;
    }
    #nav-item{
        display: none;
        justify-content: flex-end;
    }
    .navbar-resp{
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    .menu-hidden{
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
    }
    #tituloServicos{
        padding-left: 10px;
        padding-right: 10px;
    }
    .services{
        display: flex;
        flex-direction: column;
        width: 370px;

    }
    #gridServices{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: row;
        flex-wrap: wrap;
        row-gap: 2rem;
        column-gap: 2rem;
        list-style-type: none;
    }
    .servicesMain{
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .sobre_nos{
        display: block;
        justify-content: center;
        width: 100%;
        height: 700px;
    }
    #textAbout{
        margin-right: 1px;
        margin-left: 1px;
    }
    #bodycontact{
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 1rem;
    }
    .contactform{
        display: flex;
        justify-content: center;
        text-align: center;
        flex-direction: column;
        margin-right: 1px;
        margin-left: 1px;
        width: 360px;
    }
    .inputs{
        width: 350px;
    }
    #infocontact{
        margin-left: 10%;
        margin-right: 10%;
    }
    .maps{
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: center;
        flex-direction: column;
        margin-right: 1px;
        margin-left: 1px;
        width: 360px;
    }
    .maps1{
        height: 700px;
    }
    #footer, .dadosGerais, .Copyright{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }    
}

@media (max-width: 375px) {
    .siteBody{
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .logomarca{
        width: 60px;
    }
    .navItensCart{
        display: flex;
        justify-content: end;
        flex-direction: column;
    }
    nav{
        background-color: #ffffff;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .nav-item{
        display: flex;
        justify-content: end;
        flex-direction: row;
        flex-wrap: wrap;
    }
    #tituloServicos{
        padding-left: 10px;
        padding-right: 10px;
    }
    .nav-bar-hamburger{
        display: flex;
        justify-content: end;
    }
    .navbar-resp{
        display: flex;
        flex-direction: column;
        justify-content: flex-end;

    }
    .hamburger-menu{
        width: 40px;
        background-color: transparent;
        border: 0px;
        margin-right: 5px;
    }
    #nav-item{
        display: none;
        justify-content: flex-end;
    }
    .services{
        display: flex;
        flex-direction: column;
        width: 300px;

    }
    #gridServices{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: row;
        flex-wrap: wrap;
        row-gap: 2rem;
        column-gap: 2rem;
        list-style-type: none;
    }
    .servicesMain{
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .sobre_nos{
        display: block;
        justify-content: center;
        width: 100%;
        height: 900px;
    }
    #textAbout{
        margin-right: 1px;
        margin-left: 1px;
    }
    #bodycontact{
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 1rem;
    }
    .contactform{
        display: flex;
        justify-content: center;
        text-align: center;
        flex-direction: column;
        margin-right: 1px;
        margin-left: 1px;
        width: 300px;
    }
    .inputs{
        width: 280px;
    }
    #infocontact{
        margin-left: 10%;
        margin-right: 10%;
    }
    .maps{
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: center;
        flex-direction: column;
        margin-right: 1px;
        margin-left: 1px;
        width: 300px;
    }
    .maps1{
        height: 700px;
    }
    #footer, .dadosGerais, .Copyright{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }    
}