
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/*laranja #f49f1c */
body {
    background-color: #ffffff;
    text-align: center;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
html{
    scroll-behavior: smooth;
    }

.nav-item {
    font-family: 'Yes eve One', sans-serif;
    font-size: 20px;
    color: #030e4f;
}
.margin-top {
    margin-top: 60px;

}
.suelen_foto {
    max-width: 90%;
}

#apresentacao{
    height: 100vh;
    background-image: linear-gradient(to right, rgba(2, 4, 19, 0.9), rgba(1, 4, 20, 0.5)), url('fotos/fotobg.jpg');;
    font-family: 'Yes eve One', sans-serif;
    background-size: cover;
}

.titulo {
    font-family: 'Yes eve One', sans-serif;
    padding: 10px;
    color: #ffffff;
    align-items: center; 
}

.titulo h1{
    font-size:3em;
    text-align: left;
    color: #f49f1c;
    text-transform: uppercase;
}
.phone{
    font-family: 'Yes eve One', sans-serif;
    font-size: 20px;
    color: #030e4f;
}
.n1 {
    text-decoration: none;
}
ul.circle {
    list-style-type: circle;
    font-size: 20px;
    font-weight: 500;
    font-family: 'wix madefor display' sans-serif;
    text-align: left;
}


#servicos{
    text-align: center;
    padding-top: 50px;
    
}
h3,h4{
    color: black;
}

#sessao3, #endereco, #sobre-adv{
    padding-top: 100px;    
    
}
.row{
    
}
#sessao3 {
    background-color: #030e4f;
    color: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
    font-family:'Yes eve One', sans-serif;
    text-decoration: none;

}
.titulo-sessao3{
    font-weight: bold;
}
.assuntos-atuac{
    text-align: center;
    margin: 20px;
    padding: 10px;
    border: solid 0.5px #f49f1c;
    min-height: 200px;
    max-width: 90%;
}

hr{
    border-color: #f49f1c;
    background-color: #f49f1c;
    width: 50%;
    text-align: center;
    

}

.foto-adv img{
    text-align: center;
    border: 2px solid #f49f1c;
   
}

 .texto-sobre{
    align-items: center;
    }

.experiencia-advogada{
    text-align: left;
    color: black;
    padding: 20px;
}

#whats{
    position: fixed; bottom: 30px; right: 30px; z-index: 9999;
}

.a_phone {
    display: none;
}
.a_desktop {
    display: block;
}

@media (max-width: 767px) {
    .a_phone {
        display: block;
    }
    .a_desktop {
        display: none;
    }
}
