/*---------- FONTES ---------- */ 
@font-face {
    font-family: Lato;
    src: url(../fonts/Lato-Regular.ttf);
}

@font-face {
    font-family: Lato;
    font-weight: bolder;
    src: url(../fonts/Lato-Regular.ttf);
}

@font-face {
    font-family: Lato;
    font-weight: lighter;
    src: url(../fonts/Lato-Light.ttf);
}

@font-face {
    font-family: Bebas;
    src: url(../fonts/BebasNeue-Regular.ttf);
}

/*---------- HOME E GERAL ---------- */

body {
    font-family: Lato,sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-family: Bebas;
    text-align: center;
    color: #c8c8c8;
}

p {
    font-family: Lato;
    font-weight: lighter;
    color: #c8c8c8
}

section {
    padding: 8rem 1rem;
    background-size: auto;
    background-position: top;
    background-repeat: no-repeat;
}

span {
    color: #00ff9c;
    text-transform: uppercase;
}

img {
    max-width: 100%;
}

.navbar {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
}

.navbar .nav-link {
    color: #fff;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
    color: #00ff9c !important;
    font-weight: bolder;
}

.con-ha {
    background-image: url(../img/con-ha-bg.jpg);
    padding: 15rem 1rem;
}

.con-ha .con-ha-img-title {
    position: relative;
    top: -2rem;
    width: 100%;
    max-width: 593px;
}

.boas-vindas-bx {
    background-image: url('../img/boas-vindas-bg.jpg');
    background-color: #000;
    color: #fff;
} 

.boas-vindas-bx .bv-main h1 span {
    display: block;
}

.boas-vindas-bx .bv-main p {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.sp-bx {
    text-align: center;
}

.sp-bx img {
    filter: grayscale(100%);
    max-width: 100%;
}

.sp-bx:hover img {
    filter: none;
}

.sp-bx p {
    text-align: left;
}

.btn {
    background-color: #00ff9c;
    color: #000;
    padding: .5rem 7rem;
    width: fit-content;
    display: block;
    margin: 0 auto;
    font-family: 'BEBAS';
    font-size: 1.8rem;
    letter-spacing: 0.35rem;
}

.btn.trans {
    color: #00ff9c;
    border: 1px solid #00ff9c;
    background-color: transparent;
}


.missoes {
    background-image: url('../img/GettyImages-545364178.png');
    background-color: #000;
    color: #fff;
}

.recbx {
    background-image: url('../img/GettyImages-1207452918.jpg');
    background-color: #000;
    color: #fff;
}
.galeria {
    background-image: url('../img/GettyImages-1312514549.jpg');
    background-color: #000;
    color: #fff;
}

.galeria img {
    max-width: 100%;
}

footer {
    background-color: #000000;
    padding: 8rem 2rem;
}

footer ul li {
    list-style: none;
    padding-left: 0;
}

footer a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

footer img {
    max-width: 100%;
}

/*---------- NOSSAS FORÇAS ---------- */

.nossa-forca-ha {
    background-image: url('../img/nossa-forca-ha-bg.png');
    background-color: #000;
    padding: 15rem 1rem;
    color: #fff;
}

.nf-sp1-bx img,
.nf-sp2-bx img,
.nf-sp3-bx img {
    max-width: 100%;
    width: 100%;
}

.sp-logo {
    width: initial !important;
    margin: 0 0 0 auto;
    display: block;
}

.nf-sp1-bx {
    background-image: url('../img/sp1-bx-bg.jpg');
    background-color: #000;
    color: #fff;
}

.nf-sp2-bx {
    background-image: url('../img/sp2-bx-bg.jpg');
    background-color: #000;
    color: #fff;
}

.nf-sp3-bx {
    background-image: url('../img/sp3-bx-bg.jpg');
    background-color: #000;
    color: #fff;
}

/*---------- MISSÕES ---------- */

.m-submenu {
    background-color: #323232;
    padding: 3rem 1rem;
}

.m-submenu ul {
    margin-bottom: 0;
    padding: 0
}

.m-submenu ul li {
    display: inline-block;
}

.m-submenu ul li a {
    color: #fff;
    text-transform: uppercase;
    font-family: Bebas;
    font-size: 1.9rem;
    margin-left: 15px;
    text-decoration: none;
}

.missoes-bx {
    padding: 4rem 1rem;
    background-color: #000;
}

.missoes-bx h2,
.missoes-bx h3 {
    text-align: left;
}

.missoes-bx p {
    color: #c8c8c8;
}

hr {
    color: #fff;
    border-color: #fff;
}

.reunioes-bx {
    background-color: #000;
    background-image: url('../img/reunioes-bg.png');
}



@media screen and (max-width: 991px) {
    .btn {
        padding: .5rem 5rem;
        font-size: 1.3rem;
    }

    .m-submenu ul li a {
        font-size: 1.4rem;
    }
}