* {
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 16px;
}

#logo {
    margin-left: 6%;
}

h1 {
    color: white;
    text-align: center;
}

body { 
    overflow-x: hidden; 
}

.jumbotron {
    background-image: url(../images/slide-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;   
}

#menu ul li {
    text-decoration: none;
    display: inline-block;
}

#menu ul li a {
    color: white;
}

nav {
    padding: 15% 0% 0% 6%;
    width: 60%;
}

.fas {
    color: orange;
    padding: 2px;
}

.fab {
    color: orange;
    padding: 2px;
}

.telefone a {
    font-size: 18px;
    color: white;
}

.email a {
    font-size: 18px;
    color: white;
}

#fundo {
    background-image: url(../images/slide-3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px;
    height: 300px;
}

#conteudo {
    padding: 5px;
    margin: 3%;
    background-color: white;
}

p {
    text-align: justify;
}

#arquivos {
    padding: 5px;
    margin: 3%;
}

h3 {
    text-align: center;
    text-decoration: underline;
    color: orange;
}

h5 {
    color: orange;
    margin-top: 15px;
    margin-bottom: 15px;
}

#botao {
    background-color: orange!important;
    color: white;
    float: right;
}

#botao:hover {
    opacity: 0.6;
}

#footer {
    color: white;
    font-size: 16px;
}


/*POST UM */

#banner-post {
    background-image: url(../images/slideboletim.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
}

#texto-arquivados a {
    color: black;
    text-decoration: underline!important;
    text-decoration: none;
}

#texto-arquivados a:hover {
    color: orange;
    text-decoration: none!important;
    text-align: justify;
}

#linkEbook a {
    background-color: orange;
    padding: 10px;
    color: white;
    text-decoration: none;
    border-radius: 10px 10px 0px 10px;
}

.fa-arrow-up {
    color: white;
}

#linkEbook:hover {
    opacity: 0.8;
}

#textoFonte p {
    font-size: 10px;
}

.fa-arrow-down {
    color: white;
    font-size: 22px;
}

.fa-facebook-square {
    font-size: 37px;
    color: navy;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.a2a_button_facebook {
    background-image: url("http://www.nlaw.com.br/blog/blog.html");
}

.iconSocial:hover {
    opacity: 0.8;
    cursor: pointer;
}