body {
    font-family: 'Calibri', sans-serif;
    font-size: 15px;
    color: #373737;
}

h1, h2 {
    font-family: 'Poppins', sans-serif;
    border-left: 5px solid #090454;
    padding: 30px 0 0 15px;
    line-height: 1;
    margin: 60px 0 30px;
    color: #090454;
    font-weight: bold;
}

h1 {
    font-size: 20px
}

h2 {
    font-size: 15px
}

p {
    margin-top: 20px;
}

.border-top {
    border-top: 1px solid #a9a9a9;
}

.border-bottom {
    border-bottom: 1px solid #a9a9a9;
}

.align-center {
    text-align: center;
}

p a, a:visited {
    font-weight: bold;
    color: #232323;
    text-decoration: none;
}

img {
    width: 100%;
    height: auto;
    display: table;
}

header {
    background-color: #dadada;
    padding: 37px 80px;
}

.logo {
    width: 100%;
}

.banner {
    background-image: url("../img/banner.jpg");
    background-position: center;
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
}

.rodape {
    background-color: #132d50;
    color: #dadada;
}

.rodape p {
    margin-top: 0;
}

header img {
    height: 100%;
    width: auto;
    display: table;
    margin: 0 auto;
}

.nav-principal {
    background-color: rgba(10, 45, 85, 0.87);
    display: none;
}

.nav-principal ul {
    list-style: none;
}

.nav-principal li {
    width: 100%;
}

.nav-principal a {
    color: #fff;
    text-decoration: none;
    height: 50px;
    display: block;
    text-align: center;
    padding-top: 15px;
    font-size: 15px;
}

.nav-rodape ul, li a {
    text-decoration: none;
    list-style: none;
    color: #dadada;
    width: 100%;
    display: block;
    font-size: 15px;
}

.nav-rodape a:hover {
    background-color: #eeeeee;
}

.nav-rodape li a {
    padding: 7px 10px;
}

.publicacoes a {
    color: #232323;
    font-weight: 700;
    text-decoration: none;
    float: right;
}

.publicacoes header {
    background-color: transparent;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-top: 30px;
    font-size: 17px;
    border-bottom: 1px solid #232323;
    height: auto;
    padding: 0;
}

/*  Accordion  */
.accordion {
    color: #000;
    background-color: transparent;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
}

.active, .accordion:hover {
    background-color: #fafafa;
}

.accordion:after {
    content: '\002B';
    color: #000;
    font-weight: bold;
    float: left;
    margin-right: 15px;
}

.active:after {
    content: "\2212";
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.panel p {
    margin: 25px 0
}

form {
    width: 100%;
    margin-top: 50px;
}

input {
    width: 100%;
    height: 40px;
    color: #232323;
    border: 2px solid #585858;
    margin: 13px 0;
}

textarea, input {
    padding: 5px 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

textarea {
    width: 100%;
    height: 150px;
    border: 2px solid #585858;
    resize: none;
    margin-top: 12px;
}

input[type="submit"] {
    width: auto;
    float: right;
    background-color: #585858;
    color: white;
    font-weight: bold;
}

.rounded {
    border-radius: 100%;
    width: 75%;
    display: block;
    margin: 0 auto;
}

.advogados {
    margin-top: 50px;
    padding: 0 20px;
}

.advogados header {
    background-color: transparent;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 20px;
    border-bottom: 1px solid #232323;
    height: auto;
    padding: 0;
    margin-top: 50px;
}

.img-left {
}

.menu-mobile {
    width: 50px;
    position: fixed;
    z-index: 999;
    margin-top: 30px;
    margin-left: 15px;
    background-color: white;
}

.menu-mobile img {
    width: 100%;
}