* {
    margin: 0px;
    padding: 0%;
    box-sizing: border-box;
}
:root {
    --main-color: #0F2F24;
    --main-color2: #D1A345;
    --text-main: 'Mate SC', serif;
}
body {
    overflow-x: hidden;
    background-color: #0F2F24;
}

.container {
    height: 60px;
    width: 100%;
    margin: 0 auto;
   
}
.header-flex {
    position: fixed;
    z-index: 99999;
    background-color: var(--main-color);
    font-size: 1.9rem;
    width: 100%;
    backdrop-filter: blur(3px);
    height: 60px;
    display: flex;
    list-style: none;
    justify-content: space-between;  
}
.header-flex > img {
    text-align: center;
    justify-content: center;
    position: relative;
    bottom: 10px;
    cursor: pointer;
    width: 150px;
    height: 140%;  

}
.header-flex a {
    display: inline-block;
    color: white;
    text-decoration: none;
}
#btn-mobile {
    width: 50px;
    height: 30px;
    display: none;
}
.menu-desktop> ul > li > a {
    font-size: 1.0rem;
    font-family: var(--text-main);
}
.menu-desktop> ul > li > a::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0%;
    height: 2px;
    -webkit-transition: 0.7s ease;
    transition: 0.7s ease;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: var(--main-color2); 
}
.menu-desktop > Ul > li > a:hover::after {
    width: 90%;
    opacity: 1;
}
.menu-desktop li {
    display: inline-flex;
    position: relative;
    left: 4%;
    margin: 25px 40px 0px 0px;
}

.sect-01 {
    width: 100%;
    height: 100vh;
    z-index: 99999;
    background: url(img/advogados_orig.png) center center no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    text-align: center;
}
.text-01 {
    line-height: 5rem;
}
.text-01 > h1 {
    font-family: var(--text-main);
    font-weight: 100;
    font-size: 6.0rem;
    color: white;
}
.text-01 > h2 {
    font-family: var(--text-main);
    font-weight: 100;
    font-size: 5.0rem;
    color: var(--main-color2);
}
.text-01 > a {
    font-family: var(--text-main);
    color: white;
    background-color: #0F2F24;
    text-decoration: none;
    padding: 0.5rem;
    transition: all 0.2s;
    border-radius: 50px;
}
.text-01 > a:hover {
    background: none;
    border: 1px solid #0F2F24;
}
.material-symbols-outlined {
    margin: 0 auto;
    padding: 0 auto;
    position: relative;
    bottom: -0.4rem;
}
.text-02 {
    display: flex;
    text-align: left;
}
.text-03 {
    position: relative;
    bottom: -9rem;
    margin: 0px 3rem 0px 0px;
}
.text-03 h6{
    font-family: var(--text-main);
    font-weight: 100;
    color: var(--main-color2);
    font-size: 1.5rem;
}
.text-03 p{
    font-family: var(--text-main);
    font-weight: 100;
    color: white;
}
.wrapper {
    position: fixed;
    inset: 0;
    background-color: var(--main-color);
    display: grid;
    place-items: center;
    
}
.fade {
    transition: all 1s;
    opacity: 0;
    visibility: hidden;
}
.sect-02 {
    width: 100%;
    background-color: var(--main-color);
    font-family: var(--text-main);
    font-weight: 100;
}
.sect-02 > h1 {
    text-align: center;
    font-weight: 100;
    font-style: italic;
    font-size: 2.4rem;
    transform: translateY(15px);
    color: var(--main-color2);
}

.text-04 {
    display: flex;
    align-items: center;
}
.text-04 > img {
    width: 210%;
    z-index: 999;
    margin-right: 9%;
}
.linha {
    border-radius: 50px;
    transform: translate(87rem, -13rem);
    width: 50%;
    height: 1vh;
    background-color: var(--main-color2);
}
.text-04 > p {
    margin-left: 12%;
    font-size: 1.3rem;
    color: white;
    font-family: 'Poppins', sans-serif;
}
.text-04 > p > span {
    color: var(--main-color2);
}
.sect-03 {
    background-color: var(--main-color);
    width: 100%;
    height: 100%;
    text-align: center;
}
.sect-03 h1 {
    text-align: center;
    font-weight: 100;
    font-style: italic;
    font-size: 2.4rem;
    color: var(--main-color2);
}

.sect-03 > p {
    margin-top: 5%;
    font-size: 1.3rem;
    color: white;
    font-weight: 100;
    font-family: 'Oxygen', sans-serif;
}
.sect-03-itens {
    margin-top: 10%;
    width: 100%;
    display: flex;
    align-items: baseline;
    text-align: center;
    flex-wrap: wrap;
    justify-content: space-around;
}
.itens-01 {
    height: auto;
    padding-bottom: 15px;
}
.itens-01 > h1 {
    font-style: normal;
}
.itens-01 > ul > li {
    text-align: center;
    list-style: none;
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 1.1rem;
    margin-bottom: 1%;
}
.itens-01 > img {
    max-width: 20%;
    margin-top: 5%;
}
.itens-01 > ul {
    margin-top: 5%;
}
.sect-04 {
    width: 100%;
    height: 60vh;
    text-align: center;
    z-index: 9999;
    background-image: url(./img/maps.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.sect-04 > h1 {
    color: var(--main-color2);
    font-style: italic;
    font-size: 2.4rem;
    font-weight: 100;
    transform: translateY(10px);
}
.zap {
    display: flex;
    align-items: center;
    background-color: #25D366;
    justify-content: center;
    width: 20%;
    margin: 7% auto;
    border-radius: 50px;
}
.zap > a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    font-size: 1.5rem;
    text-align: center;
    font-style: italic;
    font-family: var(--text-main);
}
.zap > a > img  {
    filter: invert(1);
    width: 20%;
}
.sect-04-itens {
    text-align: left;
    display: flex;
    justify-content: center;
    width: 100%;
}
.itens-02 {
    flex-direction: column;
    justify-content: center;
    display: flex;
    align-items: center;
    width: 10%;
}
.itens-02 > h6 {
    font-size: 1.3rem;
    font-weight: 100;
    font-family: var(--text-main);
    color: var(--main-color2);
}
.itens-02 > p {
    font-size: 1.2rem;
    color: white;
}

footer {
    background-color: var(--main-color);
    width: 100%;
    height: 25vh;
}
.linha2 {
    width: 100%;
    height: 10px;
    background-color: var(--main-color2);
}
.sect-05-itens {
    display: flex;
}
.sect-05-itens > img {
    max-width: 15%;
    margin-right: 10%;
}
.itens-03 {
    display: flex;
    flex: 0;
    align-items: center;
    margin-right: 8%;
}
.itens-03 > img {
    max-width: 15%;
    max-height: 30%;
    margin-right: 4%;
}
.text-05 h6 {
    color: var(--main-color2);
    font-family: var(--text-main);
    font-size: 0.9rem;
    font-weight: 100;
}
.text-05 > p {
    color: white;
    font-family: var(--text-main);
    font-size: 0.8rem;
    width: 260px;
    font-weight: 100;
}
footer > p {
    color: white;
    margin-left: 10px;
    font-family: var(--text-main);
    font-size: 1.1rem;
    font-weight: 100;
}
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Oxygen:wght@100;200;300;400;500;600;700&display=swap);
::selection {
    background-color:var(--main-color2) ;
}
:target {
    scroll-margin-top: 5em;
}
html {
    scroll-behavior: smooth;
    background-color: var(--main-color);
}

.zap-button{
    width: 4%;
    position: fixed;
    z-index: 9999;
    bottom: 10px;
    right: 10px;
}