@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;900&display=swap" rel="stylesheet');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth !important;
}
html,
body,
button {
    font-family: "Source Sans Pro", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
}
a,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
}
section {
    padding-top: 60px;
    padding-bottom: 60px;
}
*,
*:before,
*:after {
    box-sizing: border-box;
}
.container {
    max-width: 1280px;
}
.navbar {
    background: #061544;
}
.navbar .navbar__link {
    border: 1px #172b6b dotted;
    margin: 0 10px;
    color: #fff;
    text-transform: uppercase;
}

.text-black {
    color: #000;
    background-color: #FFF4;
    padding: 10px;
}

.text-black a {
    color: #000 !important;
    font-weight: bold;
}

h4 {
    font-size: 1.2rem;
}

@media (max-width: 992px) {
    .navbar .navbar__link {
        border: 0;
        margin: 0;
    }
}
@media (min-width: 992px) and (max-width: 1299px) {
    .navbar .navbar__link {
        font-size: 12px;
    }
}
.navbar .navbar__link:hover {
    color: #4964bb;
}
.navbar .blue {
    color: #3e518d;
    text-transform: uppercase;
}
@media (min-width: 992px) and (max-width: 1299px) {
    .navbar .blue {
        font-size: 12px;
    }
}
.navbar .nav-link {
    color: #3e518d;
}
.navbar span {
    color: #858585;
    line-height: 40px;
}
.navbar .line {
    display: block;
    width: 50px;
    height: 2px;
    background: #fff;
    margin: 10px 0;
}
.icon__plus {
    background: url(../imgs/icon-plus.png);
    height: 49px;
    width: 49px;
    display: inline-block;
    margin: 10px;
}
.icon__plus-red {
    background: url(../imgs/icon-plus-red.png);
    height: 49px;
    width: 49px;
    display: inline-block;
    margin: 10px;
}
.icon__plus-orange {
    background: url(../imgs/icon-plus-orange.png);
    height: 49px;
    width: 49px;
    display: inline-block;
    margin: 10px;
}
.btn__saiba {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
.btn__saiba:hover {
    color: #fff;
}
.btn__saiba-mabes {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}
.btn__saiba-mabes:hover {
    color: red;
}
.btn__contato {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #172b6b;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 50px;
}
.btn__contato:hover {
    color: #fff;
}
.header {
    position: relative;
}
.header .viewport-header {
    position: absolute;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: grid;
    top: 0;
    width: 100%;
    color: #fff;
    height: 100%;
}
@media (max-width: 992px) {
    .header .viewport-header h1 {
        font-size: 22px;
    }
}
.activo {
    background: url(../imgs/bg-activo.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.activo .logo {
    width: 250px;
}
@media (max-width: 992px) {
    .activo h4 {
        font-size: 14px;
    }
}
.mabes {
    background: url(../imgs/bg-mabes.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.mabes .logo {
    width: 250px;
}
@media (max-width: 992px) {
    .mabes h4 {
        font-size: 14px;
    }
}
.advocacia {
    background: url(../imgs/bg-advocacia.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.advocacia .logo {
    width: 250px;
}
@media (max-width: 992px) {
    .advocacia h4 {
        font-size: 14px;
    }
}
.gates {
    background: url(../imgs/bg-gate.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.gates .logo {
    width: 250px;
}
@media (max-width: 992px) {
    .gates h4 {
        font-size: 14px;
    }
}
.grupo {
    background: url(../imgs/bg-grupo.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.grupo .logo {
    width: 100px;
}
@media (max-width: 992px) {
    .grupo h4 {
        font-size: 14px;
    }
}
.contato-header {
    background: url(../imgs/bg-contato.jpg) center center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}
@media (min-width: 992px) {
    .contato-header {
        height: 200px;
    }
}
@media (max-width: 992px) {
    .contato-header h2 {
        font-size: 14px;
    }
}
.form-control {
    border: 1px solid #061544;
    border-radius: 0;
    height: 50px;
}
footer {
    background: #242423;
    padding: 50px 0;
}
footer p {
    font-size: 12px;
}
/*# sourceMappingURL=main.min.css.map */
