* {
    outline: none;
}
a,
button {
    text-decoration: none!important;
    cursor: pointer!important;
    transition: 1s;
}
p {
    line-height: 1.5;
}
ul {
    padding: 0;
}
li {
    list-style: none;
}
body {
    margin: 0;
    /*font-family: 'Poppins', sans-serif;*/
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
.container {
    max-width: 1240px!important;
    width: 100%;
}

.fixo .nav.menu {
    position: fixed;
    width: 100%;
    top: 0;
}

.titulo-geral {
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    color: #0679DE;
    margin: 0;
}
p {
    font-size: 18px;
    line-height: 25px;
    color: #000;
    margin: 0;
}

.owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: -41px;
    position: relative;
    z-index: 9;
    top: -20px;
}
.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-dots .owl-dot span {
    width: 26px;
    height: 26px;
    margin: 5px;
    background: rgba(255,255,255,.5);
    border: 1px solid #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: #FFFFFF;
}

.btn-geral {
    font-size: 14px;
    color: #fff;
    display: table;
    background: #fb3c3a;
    padding: 7px 30px;
    border-radius: 50px;
    margin: 20px auto 0;
}
.btn-geral:hover {
    color: #fff;
    background: #333367;
}
.size-responsive-img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

header {
    position: absolute;
    top: 30px;
    z-index: 999;
    width: 100%;
}
header .conteudo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #173762;
    padding: 7px 60px;
    border-radius: 8px;
}
ul.nav,
.navbar-default,
.navbar-header .navbar-brand,
#bs-example-navbar-collapse-1 {
    transition: .5s;
}
.navbar-default {
    background: transparent;
    border-color: transparent;
    margin-bottom: 0px;
    border: none;
    transition: .5s;
}
.navbar-header .navbar-brand {
    display: flex;
    align-items: center;
    margin: 0!important;
    padding: 0;
    transition: .5s;
}
.navbar-header .navbar-brand .logo {
    transition: .5s;
}
#bs-example-navbar-collapse-1 {
    float: right;
    padding: 0;
    transition: .5s;
}
ul.nav {
    display: flex;
    align-items: center;
    transition: .5s;
}
ul.nav>li>a {
    font-size: 14px;
    font-weight: 600;
    color: #fff!important;
    padding: 0 10px;
}
ul.nav>li>a:hover,
ul.nav>li>a:active,
ul.nav>li>a:focus,
ul.nav>li>a.active {
    color: #0679DE!important;
}

.vitrine img {
    height: 900px;
    object-fit: cover;
    position: absolute;
    z-index: -1;
}
.vitrine .conteudo {
    width: 100%;
    height: 900px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.vitrine .conteudo h1 {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    margin: 0;
}
.vitrine .conteudo p {
    font-size: 28px;
    line-height: 40px;
    color: #fff;
}
.vitrine .conteudo a {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #0679DE;
    background: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    display: table;
    margin-top: 30px;
}
.vitrine .conteudo a:hover {
    background: #173762;
}
.vitrine .owl-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 45%;
    z-index: 99;
    padding: 0 15px;
}
.vitrine i.fa {
    font-size: 96px;
    color: #fff;
    line-height: 60px;
}
.vitrine i.fa:hover {
    color: #173762;
}

.sobre .row {
    margin: 0 !important;
    display: flex;
    align-items: center;
}
.sobre .row .col-md-6 {
    padding: 0!important;
}
.sobre img {
    width: 100%;
}
.sobre .row .col-md-6.conteudo {
    padding: 0 30px!important;
}
.sobre p {
    font-size: 18px;
    line-height: 25px;
    color: #000;
    margin: 20px 0 0;
}

.tecnologia {
    padding: 75px 0 0;
}
.tecnologia .mb-4 {
    margin-bottom: 50px;
}
.tecnologia .item {
    width: 100%;
    height: 415px;
    padding: 40px 35px;
    border-radius: 28px;
    margin-bottom: 60px;
    opacity: 0; /* Começa invisível */
    transform: translateY(150px); /* Começa deslocado para a esquerda */
    transition: opacity 1s ease, transform 1s ease; /* Animação */
}
.tecnologia .item img {
    margin-bottom: 60px;
}
.tecnologia .item h4 {
    font-size: 30px;
    font-weight: 600;
    line-height: 42px;
    color: #fff;
    margin: 0;
}
.tecnologia .col-md-4:nth-child(1) .item,
.tecnologia .col-md-4:nth-child(4) .item {
    background: linear-gradient(90deg, #182A47 -1.78%, #3577C8 405.72%);
}
.tecnologia .col-md-4:nth-child(2) .item,
.tecnologia .col-md-4:nth-child(5) .item {
    background: linear-gradient(90deg, #182A47 -104.59%, #3577C8 302.91%);
}
.tecnologia .col-md-4:nth-child(3) .item,
.tecnologia .col-md-4:nth-child(6) .item {
    background: linear-gradient(90deg, #182A47 -207.02%, #3577C8 200.48%);
}

section#solucoes {
    padding-top: 75px;
    overflow-x: hidden;
}
.vantagens img {
    width: 100%;
}
.vantagens .item:first-child {
    background: url(../images/vantagem/vantagem1.png) no-repeat;
    background-size: 100%;
    background-position: right;
    padding: 92px 0;
}
.vantagens .item:nth-child(2) {
    background: url(../images/vantagem/vantagem2.png) no-repeat;
    background-size: 100%;
    background-position: left;
    padding: 55px 0;
}
.vantagens .item:nth-child(3) {
    background: url(../images/vantagem/vantagem3.png) no-repeat;
    background-size: 100%;
    background-position: right;
    padding: 80px 0;
}
.vantagens .item:last-child {
    background: url(../images/vantagem/vantagem4.png) no-repeat;
    background-size: 100%;
    background-position: left;
    padding: 93px 0;
}
.vantagens .esquerda {
    opacity: 0; /* Começa invisível */
    transform: translateX(-100px); /* Começa deslocado para a esquerda */
    transition: opacity 1s ease, transform 1s ease; /* Animação */
}
.vantagens .direita {
    opacity: 0; /* Começa invisível */
    transform: translateX(100px); /* Começa deslocado para a esquerda */
    transition: opacity 1s ease, transform 1s ease; /* Animação */
}
.vantagens h2 {
    font-size: 36px;
    line-height: 50px;
    color: #fff;
    margin: 0 0 25px;
}
.vantagens p {
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 25px;
}
.vantagens p:last-child {
    margin-bottom: 0;
}

.aplicacoes {
    padding: 100px 0;
}
.aplicacoes .titulo-geral {
    text-align: center;
    margin-bottom: 50px;
}
.aplicacoes .item {
    width: 100%;
    height: 143px;
    display: flex;
    align-items: center;
    padding: 20px 35px;
    border-radius: 34px;
    box-shadow: 0px 4px 14px 0px #0000001A;
    margin-bottom: 30px;
}
.aplicacoes .item h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: #0679DE;
    margin: 0 0 0 30px;
}

.guardiao .owl-guardiao .owl-stage-outer {
    padding: 65px 0 45px;
}
.guardiao .item {
    padding: 40px;
    border-radius: 34px;
    box-shadow: 0px 4px 14px 0px #0000001A;
}
.guardiao .item img {
    height: 360px;
    object-fit: contain;
    object-position: center;
}
.guardiao .box {
    width: 100%;
    height: 200px;
    background: #D9D9D9;
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.guardiao .box h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    text-align: center;
    color: #000;
    margin: 0;
}
.guardiao .box img {
    max-height: 110px;
    margin-bottom: 10px;
}

.reconhecimento-facial {
    padding-top: 150px;
}
.reconhecimento-facial img {
    width: 100%;
    margin-bottom: 25px;
}

.dados {
    margin-top: -135px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 57.14%, #2F70C8 98.57%);
    position: relative;
    z-index: 9;
}
.dados .item {
    padding: 30px 40px;
    border-radius: 58px;
    background: #173762;
    margin-bottom: 15px;
    opacity: 0; /* Começa invisível */
    transform: translateY(150px); /* Começa deslocado para a esquerda */
    transition: opacity 1s ease, transform 1s ease; /* Animação */
}
.dados .item .row {
    display: flex;
    align-items: center;
}
.dados .item h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
    color: #fff;
    margin: 0;
}
.dados .item p {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: #fff;
    margin: 0;
}
.dados .btn-area {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #fff;
    background: #0679DE;
    border-radius: 8px;
    padding: 10px 30px;
    display: table;
    margin: 30px auto 105px;
}
.dados .btn-area:hover {
    background: #173762;
}

footer .titulo-geral {
    color: #fff;
    text-align: center;
}
footer .titulo {
    padding: 80px 0;
    background: #173762;
}

.footer-geral {
    background: url(../images/bg-footer.jpg) no-repeat;
    background-size: cover;
    padding: 120px 0 20px;
}
.footer-geral h4 {
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    color: #F8F8F8;
    margin: 25px 0 65px;
}

.contato {
    padding: 55px 45px 40px 45px;
    background: #F2F2F2;
    box-shadow: 0px 4px 24.7px 0px #00000021;
    border-radius: 24px;
    max-width: 850px;
    margin: 0 auto;
}
.contato .titulo-geral {
    color: #0679DE;
    text-align: left;
    margin-bottom: 30px;
}
.contato textarea.form-control {
    height: 160px;
}
.contato .form-control {
    font-size: 18px;
    font-weight: 500;
    line-height: 48px;
    color: #fff;
    border-radius: 7px;
    border: none;
    background: #E2E2E2;
    height: 62px;
    margin-bottom: 23px;
}
.contato .form-control::-webkit-input-placeholder {
    font-size: 18px;
    font-weight: 500;
    line-height: 48px;
    color: #fff;
}
.contato .form-control:-ms-input-placeholder {
    font-size: 18px;
    font-weight: 500;
    line-height: 48px;
    color: #fff;
}
.contato .form-control::placeholder {
    font-size: 18px;
    font-weight: 500;
    line-height: 48px;
    color: #fff;
}
.contato button {
    font-size: 14px;
    font-weight: 500;
    line-height: 48px;
    border-radius: 7px;
    color: #fff;
    background: #0679DE;
    padding: 5px 50px;
    border: none;
    margin: 0 0 0 auto;
    display: table;
}
.contato button:hover {
    background: #04489B;
}

.rodape {
    display: flex;
    justify-content: center;
}
.rodape p {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #fff;
    text-align: center;
    margin: 0;
}

/* --- MOBILE --- */
@media (max-width: 767px) {
    header {
        top: 20px;
    }
    header .conteudo {
        padding: 7px 15px;
    }
    header .navbar-header {
        width: 100%;
    }
    .navbar-default .navbar-toggle .icon-bar {
        height: 5px;
    }
    .container>.navbar-header {
        margin: 0;
    }
    .navbar-default .navbar-toggle {
        padding: 0;
        margin-top: 14px;
        margin-bottom: 0;
        border: none;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
        width: 31px;
    }
    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 4px;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }
    #bs-example-navbar-collapse-1 {
        float: none;
        background: #173762;
        z-index: 300;
        position: absolute;
        min-height: 315px;
        height: 100%;
        padding: 10px 30px;
        width: 188px;
        margin: 0 auto;
        top: 75px;
        right: 15px;
        border-radius: 8px;
        border: none;
    }
    #menu ul.nav.navbar-nav {
        float: none;
        display: block;
        text-align: center;
    }
    #menu ul.nav.navbar-nav>li {
        margin-bottom: 20px;
    }
    .navbar-nav {
        width: 100%;
        height: auto!important;
        float: none;
        text-align: center;
        display: block!important;
        margin: 10px 0 0 0;
    }
    .navbar-nav > li {
        position: relative;
    }
    .navbar-nav > li::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: radial-gradient(41.9% 50% at 50% 50%, #0679DE 0%, #173762 100%);
    }
    .navbar-nav > li:last-child::after {
        display: none;
    }
    .navbar-nav>li>a {
        padding: 10px 0!important;
    }
    .vitrine .owl-nav {
        display: none;
    }
    .vitrine img,
    .vitrine .conteudo {
        height: 100vh;
    }
    .vitrine .conteudo h1 {
        font-size: 28px;
        line-height: 44px;
        margin-bottom: 10px;
    }
    .vitrine .conteudo p {
        font-size: 18px;
        line-height: 36px;
    }
    .titulo-geral {
        font-size: 38px;
        line-height: 46px;
    }
    .sobre .row {
        display: block;
    }
    .sobre img {
        margin-bottom: 30px;
    }
    .aplicacoes .item {
        height: auto;
        display: block;
        padding: 20px 15px;
        margin-bottom: 20px;
    }
    .aplicacoes .item img {
        height: 50px;
        max-width: 100%;
        display: table;
        margin: 0 auto 20px;
    }
    .aplicacoes .item h4 {
        font-size: 14px;
        line-height: 15px;
        margin: 0;
        text-align: center;
    }
    .guardiao .item img {
        height: 220px;
    }
    .guardiao .box img {
        max-height: 45px;
    }
    .guardiao .box h4 {
        font-size: 12px;
        line-height: 13px;
    }
    .guardiao .box {
        height: 100px;
    }
    .dados {
        margin-top: -120px;
    }
    .dados .item .row {
        display: block;
    }
    .dados .item {
        padding: 30px 30px;
    }
    .dados .item img {
        display: table;
        margin: 0 auto 20px;
    }
    .dados .item h2 {
        font-size: 32px;
        line-height: 50px;
        margin: 0 0 10px;
    }
    .dados .item p {
        margin: 0 0 50px;
    }
    .footer-geral {
        background: url(../images/bg-footer-mob.jpg) no-repeat;
        background-size: cover;
        padding: 86px 0 10px;
    }
    footer .titulo {
        padding: 80px 30px;
    }
    .contato {
        padding: 50px 44px;
    }
    .contato button {
        margin: 0 auto;
        padding: 0px 30px;
        line-height: 40px;
    }
    .footer-geral h4 {
        margin: 30px 0 40px;
    }
    .vantagens .item:first-child {
        background: transparent;
        padding: 0;
    }
    .vantagens .item:nth-child(2) {
        background: transparent;
        padding: 0;
    }
    .vantagens .item:nth-child(3) {
        background: transparent;
        padding: 0;
    }
    .vantagens .item:last-child {
        background: transparent;
        padding: 0;
    }
    .vantagens .item .container {
        padding: 65px 15px;
        background: linear-gradient(0deg, #182A47 -2.58%, #3577C8 106.06%);
    }
    .vantagens h2 {
        font-size: 30px;
        line-height: 46px;
    }
    .vantagens p {
        font-size: 14px;
        line-height: 21px;
    }
    .tecnologia .item {
        height: 315px;
        padding: 30px 15px;
        border-radius: 28px;
        margin-bottom: 30px;
    }
    .tecnologia .item img {
        margin: 0 auto 30px;
        width: 70%;
        display: table;
    }
    .tecnologia .item h4 {
        font-size: 16px;
        line-height: 32px;
    }
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .vantagens .item:first-child {
        padding: 30px 0;
    }
    .vantagens .item:nth-child(2) {
        padding: 0;
    }
    .vantagens .item:nth-child(3) {
        padding: 19px 0;
    }
    .vantagens .item:last-child {
        padding: 32px 0;
    }
}
@media (min-width: 1300px) and (max-width: 1399px) {
    .vantagens .item:first-child {
        padding: 50px 0;
    }
    .vantagens .item:nth-child(2) {
        padding: 13px 0;
    }
    .vantagens .item:nth-child(3) {
        padding: 37px 0;
    }
    .vantagens .item:last-child {
        padding: 51px 0;
    }
}
@media (min-width: 1400px) and (max-width: 1499px) {
    .vantagens .item:first-child {
        padding: 70px 0;
    }
    .vantagens .item:nth-child(2) {
        padding: 32px 0;
    }
    .vantagens .item:nth-child(3) {
        padding: 57px 0;
    }
    .vantagens .item:last-child {
        padding: 69px 0;
    }
}