@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Bold.otf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Extrabold.otf');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Thin.otf');
    font-weight: 300;
    font-style: normal;
}

html, body {
    font-family: "Proxima Nova";
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 1.1px;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
    font-weight: 800;
}

.menu {
    background-color: transparent;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.container-menu {
    position: relative;
}

.navbar-brand {
    position: relative;
    width: 230px;
    margin-top: -172px;
}

.navbar-brand .logo {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 99999;
}

.navbar-brand .logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.navbar-brand .logo img {
    width: 100%;
    pointer-events: none;
    padding: 0 12px;
}

.navbar-nav li a {
    text-transform: uppercase;
    color: #fff;
    font-weight: normal;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    margin: 40px 15px 15px;
    font-size: 16px;
    position: relative;
    padding: 0 0 25px 0;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .active .nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link:focus:after,
.navbar-light .navbar-nav .nav-link:hover:after,
.navbar-light .navbar-nav .active .nav-link:after {
    content: '';
    height: 3px;
    width: 100%;
    display: block;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    padding-right: 20px;
    padding-left: 20px;
}

.links-topo {
    display: inline-block;
    margin-bottom: 0;
}

.links-topo a {
    color: #fff;
}

.links-topo li {
    float: left;
    list-style: none;
    font-size: 12px;
    margin: 0 6px 3px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1.8px;
    line-height: 28px;
    margin-bottom: 0;
}

.redes-sociais {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0;
}

.redes-sociais li {
    float: left;
    list-style: none;
    font-size: 19px;
    margin: 3px 6px 3px;
    line-height: 29px;
    margin-bottom: 0;
}

.redes-sociais li a {
    color: #fff;
}

.menu-icones {
    display: inline-block;
    padding-top: 60px;
    padding-left: 30px;
}

.menu-icones li {
    float: left;
    list-style: none;
    font-size: 18px;
    margin: 0 6px 2px;
}

.menu-icones li:first-child {

    border-left: 1px solid #fff;
    padding-left: 40px;
}

.menu-icones li img {
    width: 18px;
}

.banner img {
    width: 100%;
}

.sobre-nos {
    background-color: #0B1223;
    color: #fff;
    text-align: justify;
    padding: 100px 0;
}

.sobre-nos .texto {
    padding-right: 40px;
}

.sobre-nos .texto h4 {
    font-size: 18px;
    margin: 30px 0;
}

h2.titulo {
    text-transform: uppercase;
    display: inline-block;
    padding-top: 25px;
    margin-bottom: 20px;
    font-size: 22px;
    letter-spacing: 3px;
    position: relative;
    width: 100%;
}

h2.titulo:before {
    content: '';
    width: 80px;
    display: block;
    position: absolute;
    top: 0;
    height: 2px;
    background-color: #fff;
}

h2.titulo.text-center:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

h3 {
    text-transform: uppercase;
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 1.2px;
}

h3 span {
    font-weight: bold;
}

.btn-ler-mais {
    color: #1A1E22;
    background-color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    margin: 20px 0;
    padding: 4px 8px;
}

.missao-visao {
    background-color: #061B45;
    color: #fff;
    padding: 70px 0;
    text-transform: uppercase;
    font-size: 13px;
    text-align: left;
    margin-top: 140px;
}

.missao-visao ul {
    padding-left: 0;
    list-style: none;
}

.missao-visao p {
    padding-right: 30px;
}

.missao-visao h3 {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 26px;
    letter-spacing: 2px;
}

.missao-visao img {
    height: 50px;
}

.equipe {
    background-color: #24282F;
    color: #fff;
    padding: 100px 0;
}

ul.styled {
    padding: 0 0 0 16px;
    margin: 0;
}

ul.styled li {
    list-style: none;
    margin: 0;
}

ul.styled li::before {
    content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #C1D12C; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.diferenciais {
    background-color: #24282F;
    color: #fff;
    padding: 50px 0 100px;
}

.diferenciais h2.titulo {
    border: none;
    background-color: #C1D12C;
    padding: 70px 50px 70px 100%;
    margin-left: -100%;
    display: block;
    margin-bottom: 70px;
}

.diferenciais {
    font-size: 13px;
}

.diferenciais2 {
    margin-top: 110px;
}

footer {
    background-color: #061B45;
    color: #fff;
    padding: 80px 0 20px;
    text-transform: uppercase;
}

footer {
    font-weight: normal;
    position: relative;
}

footer p, footer h3 {
    margin: 10px 0;
    letter-spacing: 1.5px;
}

footer h3 {
    font-size: 19px;
}

footer b {
    color: #fff;
}

footer img {
    margin: 40px auto 20px;
    width: 360px;
}

footer .separator {
    width: 130px;
    margin-left: 20px;
    margin-top: 24px;
    margin-bottom: 24px;
    background-color: #142A54;
    height: 6px;
}

footer .form-control {
    border-radius: 0;
    background-color: #142A54;
    border: none;
    margin-top: 4px;
    text-transform: uppercase;
    font-weight: 600;
}

footer .form-control::-moz-placeholder {
    color: #fff;
}

footer .form-control:-ms-input-placeholder {
    color: #fff;
}

footer .form-control::-webkit-input-placeholder {
    color: #fff;
}

footer .btn {
    width: 100%;
}

footer .redes-sociais {
    text-align: center;
    margin: auto;
    display: table;
}

.servicos {
    background-color: #0B1223;
    color: #fff;
    text-align: justify;
    padding: 100px 0;
}

b {
    color: #fff;
}

.servicoscol1 {
    width: 490px;
    max-width: 100%;
    margin-right: auto;
}

.servicoscol2 {
    width: 490px;
    max-width: 100%;
    margin-left: auto;
}

.servicoscol2 ul li {
    margin: 10px 0;
}

.servicoscol2 .vigilancia {
    margin-top: 60px;
    text-transform: none;
}

.contato {
    background-color: #0B1223;
    color: #fff;
    text-align: justify;
    padding: 50px 0 100px;
}

.contato input,
.contato input:focus {
    background-color: #061B45;
    border-radius: 0;
    border-color: #061B45;
    margin: 8px 0;
    width: 400px;
    color: #fff;
    padding: 8px 12px;
    max-width: 100%;
}

.contato textarea,
.contato textarea:focus {
    background-color: #061B45;
    border-radius: 0;
    border-color: #061B45;
    margin: 8px 0;
    width: 800px;
    color: #fff;
    resize: none;
    padding: 8px 12px;
    max-width: 100%;
}

.contato .form-control::-moz-placeholder {
    color: #fff;
}

.contato .form-control:-ms-input-placeholder {
    color: #fff;
}

.contato .form-control::-webkit-input-placeholder {
    color: #fff;
}

.contato .btn {
    color: #fff;
    background-color: #061B45;
}

.contato p {
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 50px;
}

.contato p, .contato h3 {
    margin: 10px 0;
    letter-spacing: 1.5px;
}

.contato .separator {
    width: 130px;
    margin-left: 20px;
    margin-top: 14px;
    margin-bottom: 14px;
    height: 6px;
}

.btn {
    color: #1A1E22;
    background-color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    margin: 10px 0;
    padding: 3px 14px;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 600;
}

#map {
    height: 500px;
    width: 100%;
}

label.error {
    color: red;
    font-size: 13px;
}

.conteudo {
    background-color: #0B1223;
    color: #fff;
    text-align: justify;
    padding: 100px 0;
}

.conteudo .posts .post-img {
    position: relative;
}

.conteudo .posts .post-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.5;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    pointer-events: none;
}


.conteudo .posts:hover .post-img:after {
    opacity: 0;
}

.post {
    background-color: #0B1223;
    color: #fff !important;
    text-align: justify;
    padding: 100px 0;
}

.post p {
    color: #fff !important;
}

.post span {
    color: #fff !important;
}

.post .col1 {
    padding-right: 80px;
    position: relative;
}

.post .col2 {
    padding-left: 80px;
    position: relative;
}

.post .col1:after {
    content: '';
    background-color: #061B45;
    width: 1px;
    height: 84%;
    display: block;
    position: absolute;
    top: 60px;
    right: 0;
}

.data,
.post p.data {
    margin: 0 0 20px;
    color: #fff !important;
}

h4 {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1.2px;
    text-align: left;
}

.post .redes-sociais {
    padding: 7px 4px;

}

.post .redes-sociais li a {
    color: #fff !important;
}

.navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255, 255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar.navbar-toggler {
    border-color: #061B45;
}

.banner img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    min-height: 290px;
}

.equipe p {
    text-align: justify;
}

/*--------------PAGINACAO----------------*/

.paginacao {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0 30px 0;
    border-radius: 4px;
    background-color: transparent;
    width: 100%;
    color: #fff;
    text-align: center;
    margin-top: 30px;
}

.paginacao > li {
    display: inline-block;
}

.paginacao > li > a {
    color: #fff;
    display: block;
    text-decoration: none;
    padding: 16px 16px 11px 16px;
    font-size: 16px;
    font-weight: 400;
}

.paginacao > li > a.active {
    color: #578cf7;
    border-bottom: 3px solid #578cf7;
}

.paginacao .primeira span,
.paginacao .ultima span {
    font-weight: 400;
    margin: 0 15px;
    color: #fff;
}

.paginacao .primeira {
    float: left;
}

.paginacao .ultima {
    float: right;
}

/* -------- BANNER -------- */

.all-navs.owl-theme .owl-controls .owl-buttons div {
    background: transparent none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 50px;
    height: 90px;
    left: -5px;
    line-height: 55px;
    margin: -30px 10px 5px;
    opacity: 0.7;
    padding: 3px 10px;
    position: absolute;
    top: 50%;
    width: 59px;
}

.all-navs .owl-pagination {
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
}

.all-navs.owl-theme .owl-controls .owl-page span {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 20px;
    display: block;
    height: 15px;
    margin: 5px 4px;
    opacity: 1;
    width: 15px;
}

.all-navs.owl-theme .owl-controls .owl-page.active span, .all-navs.owl-theme .owl-controls.clickable .owl-page:hover span {
    border-color: #27BECC;
    background-color: #27BECC;
}

.h2-main-slider {
    overflow: hidden;
}

.all-navs .owl-next {
    left: auto !important;
    right: -5px;
}

.h1-single-slide > img {
    width: 100%;
}

.h1-single-slide {
    position: relative;
}

.slider-text {
    color: #fff;
    display: inline-block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 0;
    margin-top: -103px;
    position: absolute;
    text-align: center;
    width: 100%;
    max-width: 1200px;
    bottom: 19%;
}

.slider-text h3 {
    font-size: 35px;
    font-style: italic;
    margin-bottom: 4px;
}

.slider-text h2 {
    font-size: 78px;
    font-weight: 300;
    text-transform: uppercase;
}

.slider-text > a {
    background: #fff none repeat scroll 0 0;
    color: #434343;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    margin-top: 23px;
    padding: 12px 19px;
    text-transform: uppercase;
}

.slider-text > a:hover {
    background: #c8b29b none repeat scroll 0 0;
    color: #fff;
}

.top-bar {
    color: #fff;
    background-color: #061B45;
    padding: 12px 0 9px;
}

.conheca a{
    text-decoration: none;
}

.conheca h3 {
    margin-top: 50px;
}

.conheca img {
    height: 100px;
    object-fit: contain;
}

.conheca-servicos:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: -100%;
    background-color: #142954;
    top: 0;
}

.conheca-produtos:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    right: -100%;
    background-color: #061B45;
    top: 0;
}

.conheca-servicos {
    padding: 80px 20px;
    text-align: center;
    background-color: #142954;
}

.conheca-produtos {
    padding: 80px 20px;
    text-align: center;
    background-color: #061B45;
}

.conteudo-inicial {
    background-color: #0B1223;
    color: #fff;
    padding: 80px 0 50px;
}

.post-inicial {
    background-color: #061B45;
    color: #fff;
    text-align: center;
    padding-bottom: 20px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.post-inicial h4 {
    text-align: center;
}

.post-inicial a {
    color: #fff;
    text-transform: uppercase;
}

.post-inicial a:hover {
    text-decoration: none;
}

.post-inicial .post-imagem {
    position: relative;
}

.post-inicial img {
    display: block;
    margin-bottom: 20px;
}

.post-inicial .post-imagem:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.5;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    pointer-events: none;
}

.post-inicial:hover {
    background-color: #08235a;
}

.post-inicial:hover .post-imagem:after {
    opacity: 0;
}

.menu-azul {
    background-color: #142954;
}

.menu-azul .navbar {
    position: static;
}

.menu-azul .navbar-brand {
    position: relative;
    width: 230px;
    margin-top: -95px;
}

.menu-azul .navbar-brand .logo img {
    width: 140px;
}

.produtos {
    background-color: #0B1223;
    color: #fff;
    text-align: justify;
    padding: 100px 0;
}

.produto,
.produto2,
.produto3 {
    margin-bottom: 40px;
    cursor: pointer;
}

.produto:hover,
.produto2:hover,
.produto3:hover {
    margin-bottom: 40px;
}

.produto-img {
    position: relative;
    overflow: hidden;
}

.produto-img img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.produto:hover .produto-img img,
.produto2:hover .produto-img img,
.produto3:hover .produto-img img {
    -webkit-transform: scale(1.09);
    -moz-transform: scale(1.09);
    -ms-transform: scale(1.09);
    -o-transform: scale(1.09);
    transform: scale(1.09);
}

.produto-titulo {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 14px;
    color: #fff;
    background-color: #061B45;
    text-align: center;
}

.produto-titulo h3 {
    margin: 0;
    font-weight: 600;
}

.produto-texto-resumido {
    padding: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    line-height: 18px; /* fallback */
    max-height: 68px; /* fallback */
}

.produto-detalhes,
.produto-detalhes2,
.produto-detalhes3 {
    margin: 0;
    height: 0;
    padding: 0;
    color: #fff;
    overflow: hidden;
    width: 100%;
}

.produto-detalhes.mostrar,
.produto-detalhes2.mostrar,
.produto-detalhes3.mostrar {
    margin: 20px 15px 40px;
    height: auto;
    padding: 30px 70px;
    border: 1px solid #fff;
    border-radius: 5px;
}


.produto-detalhes2.mostrar {

    padding: 30px 20px;
}

.produto-detalhes h3,
.produto-detalhes2 h3,
.produto-detalhes3 h3 {
    font-weight: 600;
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
    display: inline-block;
    padding-bottom: 25px;
}

.btn-produto.ativo {
    color: #fff;
    background-color: #061B45;
    box-shadow: none;
    position: relative;
}

.btn-produto.ativo:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 60px;
    background-color: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -61px;
}

.posts a {
    color: #fff;
}

.posts a:hover {
    text-decoration: none;
}

@media (max-width: 992px) {

    .navbar-brand .logo {
        position: static;
    }

    .navbar-brand .logo a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .navbar-brand .logo img {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .navbar-brand {
        margin: 0;
        width: 95px;
    }

    .menu {

        background-color: #142954;
        left: 0;
        position: static;
    }

    .container-menu {
        position: static;
        max-width: 100%;
        background-color: #142954;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #fff;
        padding: 25px 20px 10px;
        margin: 0;
    }

    .navbar-light .navbar-nav .nav-link:after {
        content: none !important;
    }

    .navbar-light .navbar-nav .active .nav-link,
    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link:hover {
        color: #fff;
    }

    .sobre-nos {
        padding: 50px 0;
    }

    .sobre-nos .texto {
        display: block;
        padding: 0 15px;
    }

    h2.titulo {
        text-align: center !important;
        margin-left: auto;
        margin-right: auto;
        font-size: 32px;
        width: 100%;
        border: none;
    }

    .missao-visao {
        padding: 50px 0;
    }

    .missao-visao p {
        padding-right: 0;
        text-align: center;
    }

    .equipe {
        padding: 50px 0;
    }

    h3 {
        text-align: center;
    }

    .equipe p {
        text-align: left;
    }

    .diferenciais {
        margin-top: 0;
        padding: 30px 0;
    }

    .diferenciais h2.titulo {
        border: none;
        background-color: #C1D12C;
        padding: 50px 20px;
        margin-left: -15px;
        margin-right: -15px;
        display: block;
        width: calc(100% + 30px);
        margin-bottom: 70px;
    }

    .diferenciais2 {
        margin-top: 0;
    }

    footer {
        padding: 40px 0 20px;
        font-size: 14px;
    }

    footer h3 {
        display: inline-block;
        font-size: 15px;
        width: auto;
        margin: 6px 0;
    }

    footer p {
        margin: 6px 0;
    }

    footer .logo-rodape {
        text-align: center;
    }

    footer .logo-rodape img {
        margin: 30px auto 0;
        width: 260px;
    }

    .servicos {
        padding: 50px 0;
    }

    .produtos {
        padding: 50px 0;
    }

    .contato {
        padding: 50px 0;
    }

    .conteudo {
        padding: 50px 0;
    }

    .post {
        padding: 50px 0;
    }

    .post .col1 {
        padding-right: 15px;
    }

    .post .col1:after {
        content: none;
    }

    .post .col2 {
        padding: 0 15px;
        margin-top: 40px;
    }

    #map {
        height: 300px;
    }

    .login {
        margin: 20px 0;
    }

    .menu-azul .navbar {
        position: inherit;
    }

    .menu-azul .navbar-brand {
        margin: 0;
        width: 95px;
    }

    .menu-azul .navbar-brand .logo img {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .missao-visao {
        text-align: center;
        padding: 20px;
    }

    .nav-item.active .nav-link {
        color: #969696 !important;
    }

}