@charset "UTF-8";
/*------------------------
[Divisão da Estrutura] 
1. Configurações Gerais
2. Menu Site
3. Slide Topo
4. Soluções
5. Processos Documentos
6. Tabelas
7. Comentarios dos Clientes
8. Galeria de Imagens
9. Seção Preços
10. Telefones
11. Rodapé
------------------------*/
/* 1. Configurações Gerais
----------------------*/
body {
    font-family: 'Rubik', sans-serif;
    font-family: 'Anton', sans-serif;
    font-family: 'Ubuntu', sans-serif;
    position: relative;
}

a {
    color: #E7462D;
}

a:hover,
a:focus {
    color: #d66161;
}

h1 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 45px;
    font-weight: 300;
    color: #333333;
    letter-spacing: -1px;
    margin-bottom: 1rem;
}

h3 {
    color: #E7462D;
    font-size: 33px;
    font-weight: 500;
}

h4 {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
}

h5 {
    font-size: 18px;
    font-weight: 300;
    color: #E7462D;
    margin-bottom: 0.7rem;
}

p {
    color: #959094;
}

p.lead {
    color: #e38cb7;
    margin-bottom: 2rem;
}

.text-primary {
    color: #969696 !important;
}

.light-font {
    font-weight: 300;
}

.btn {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0.375rem 1.35rem;
    transition: all 0.3s ease;
}

.btn-outline-light{
    font-weight: 500;
    color: #ffe484;
    border-color: #ffe484;
}

.btn-outline-light:hover {
    color: #000;
    border-color: #ffe484;
    background-color:#ffe484;
}

.btn-primary {
    border-radius: 3px;
    background-image: -moz-linear-gradient( 122deg, #e54595 0%, #fd378e 100%);
    background-image: -webkit-linear-gradient( 122deg, #e54595 0%, #fd378e 100%);
    background-image: -ms-linear-gradient( 122deg, #e54595 0%, #fd378e 100%);
    background-image: #E7462D;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
    font-weight: 500;
    padding: 0.6rem 2rem;
    border: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-image: #E7462D;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.3);
    color: #FFF;
}

.btn-light {
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.26);
    font-size: 14px;
    font-weight: 500;
    color: #633991;
    margin: 0.5rem;
    padding: 0.7rem 1.6rem;
    line-height: 1.8;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 0.8rem 1rem;
    font-size: 15px;
}

.light-bg {
    background-color: #fbf6f6;
}

.section {
    padding: 80px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title small {
    color: #969696;
}

@media (max-width:767px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 30px;
    }
}

/* 2. Menus
----------------------*/
.nav-menu{
    z-index: 99;
}

.faixa-topo{
    width: 100%;
    background: #E7462D;
    position: absolute;
    display: block;
    padding: 0.3em;
    z-index: 9999;
}

.faixa-topo p{
    margin: 0;
    padding: 0.5rem;
}

.faixa-topo span{
    margin-right: 5px;
}

.btn-outline-secondary {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
    border: none;
}

.btn-outline-secondary:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary:not([disabled]):not(.disabled).active,
.btn-outline-secondary:not([disabled]):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    background-color: transparent;
    color: #c8c8c8;
}

.nav-menu {
    padding: 3rem 0;
    transition: all 0.3s ease;

}

.nav-menu.is-scrolling,
.nav-menu.menu-is-open {
    background-color: rgb(74, 13, 143);
    background: -moz-linear-gradient(135deg, rgb(74, 13, 143) 0%, rgb(250, 42, 143) 100%);
    background: -webkit-linear-gradient(135deg, rgb(74, 13, 143) 0%, rgb(250, 42, 143) 100%);
    background: #E7462D;
    -webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
}

.nav-menu.is-scrolling {
    padding: 0;
}

.navbar-nav .nav-link {
    position: relative;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        padding-bottom: 3rem;
        padding-top: 2rem;
        font-size: 14px;
        font-weight: bold;

    }
    .navbar-nav>.nav-item>.nav-link.active:after {
        content: "";
        border-bottom: 3px solid #301970;
        left: 1rem;
        right: 1rem;
        bottom: 5px;
        height: 1px;
        position: absolute;
    }
}

@media (max-width:991px) {
    .navbar-nav.is-scrolling {
        padding-bottom: 1rem;
    }
    .navbar-nav .nav-item {
        text-align: center;
    }
}

/* 3. Slide Topo
----------------------*/
header {
    padding: 100px 0 0;
    text-align: center;
    color: #FFF;
}

.mt-5{
    margin-top: 8rem!important;
}

.bg-gradient {
    background-image: -moz-linear-gradient( 135deg, #301970 0%, #301970 100%);
    background-image: -webkit-linear-gradient( 135deg, #301970 0%, #301970 100%);
    background-image: -ms-linear-gradient( 135deg, #301970 0%, #301970 100%);
    background: linear-gradient(135deg, #301970, rgba(48, 25, 112, 0.8)), url(../img/background-empresa-02.jpg) center top no-repeat fixed;
    min-height: 600px;
}

.bg-gradient2 {
    background-image: -moz-linear-gradient( 135deg, #301970 0%, #301970 100%);
    background-image: -webkit-linear-gradient( 135deg, #301970 0%, #301970 100%);
    background-image: -ms-linear-gradient( 135deg, #301970 0%, #301970 100%);
    background: linear-gradient(135deg, #301970, rgba(48, 25, 112, 0.8)), url(../img/banner_seguranca.jpg) center top no-repeat fixed;
    min-height: 300px;
}

.tagline {
    font-size: 23px;
    font-weight: 300;
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
}

.img-holder {
    height: 0;
    padding-bottom: 33%;
    overflow: hidden;
}

@media (max-width:1200px) {
    .img-holder {
        padding-bottom: 50%;
    }
}

@media (max-width:767px) {
    .tagline {
        font-size: 17px;
    }
    .img-holder {
        padding-bottom: 100%;
    }
}

/* 4. Solucoes
----------------------*/
.gradient-fill:before {
    color: #fc73b4;
    background: -moz-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: -webkit-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: linear-gradient(135deg, #E7462D 0%, #E3331A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card.solucoes {
    border: 0;
    border-radius: 3px;
    transition: all 0.3s ease;
}

@media (max-width:991px) {
    .card.solucoes {
        margin-bottom: 2rem;
    }
    [class^="col-"]:last-child .card.solucoes {
        margin-bottom: 0;
    }
}

.card.solucoes:before {
    content: "";
    position: absolute;
    width: 3px;
    color: #fc73b4;
    background: linear-gradient(135deg, #E7462D 0%, #E3331A 100%);
    top: 0;
    bottom: 0;
    left: 0;
}

.card-text {
    font-size: 14px;
}

.card.solucoes:hover {
    transform: translateY(-3px);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}

.box-icon {
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.14);
    padding: 10px;
    width: 70px;
    border-radius: 3px;
    margin-bottom: 1.5rem;
    background-color: #FFF;
}

.circle-icon {
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
    padding: 10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 1.5rem;
    background-color: #FFF;
    color: #f5378e;
    font-size: 48px;
    text-align: center;
    line-height: 80px;
    font-weight: 300;
    transition: all 0.3s ease;
}

@media (max-width:992px) {
    .circle-icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
        line-height: 50px;
    }
}

.ui-steps li:hover .circle-icon {
    background-image: -moz-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    background-image: -webkit-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    background-image: -ms-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    background-image: linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.09);
    color: #FFF;
}

.ui-steps li {
    padding: 15px 0;
}

.ui-steps li:not(:last-child) {
    border-bottom: 1px solid #f8e3f0;
}

.perspective-phone {
    position: relative;
    z-index: -1;
}

@media (min-width:992px) {
    .perspective-phone {
        margin-top: -150px;
    }
}

/* 5. Processos Documentos
----------------------- */
.card.processo{
    border: none !important;
    background: none;
}

.card.processo h4{
    margin-top: 15px;
    font-size: 1em;
    text-align: center;
}

.card.processo p{
    font-size: 0.8em;
    text-align: center;
}

.img-responsive {
    margin: 0 auto;
}

/*  6. Tabelas
----------------------*/
.tab-content {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #FFF;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    padding: 3rem;
}

@media (max-width:992px) {
    .tab-content {
        padding: 1.5rem;
    }
}

.tab-content p {
    line-height: 1.8;
}

.tab-content h2 {
    margin-bottom: 0.5rem;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    padding: 1rem 1rem;
    border-color: #faf6fb #faf6fb #FFF;
    font-size: 19px;
    color: #b5a4c8;
    background: #f5eff7;
}

.nav-tabs .nav-link.active {
    background: #FFF;
    border-top-width: 3px;
    border-color: #ce75b4 #faf6fb #FFF;
    color: #633991;
}

/* 7. Comentarios dos Clientes
----------------------*/
.owl-carousel .owl-item img.cliente-img {
    width: 110px;
    margin: 30px auto;
    border-radius: 50%;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}

.comentarios-single {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

.blockquote {
    color: #7a767a;
    font-weight: 300;
}

.owl-next.disabled,
.owl-prev.disabled {
    opacity: 0.5;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 60px;
}

.owl-theme .owl-dots .owl-dot span {
    background: #ebd9d9;
    width: 35px;
    height: 8px;
    border-radius: 10px;
    transition: all 0.3s ease-in;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #E7462D;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #fd3737;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}


/*  8. Galeria de Imagens
----------------------*/
.img-gallery .owl-item {
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
    transform: scale(0.8);
    width: 100%;
    transition: all 0.3s ease-in;
}

.img-gallery .owl-item.center {
    transform: scale(1);
}


/* 9. Seção Preços
----------------------*/
.section-precos{
    padding: 3em 0;
    background: #f5f5f5;
}

.table .thead-dark th {
    background: linear-gradient(135deg, #E7462D, rgba(153, 0, 4, 0.8));
    border: 0px;
}

.obs-table p{
    font-size: 0.9em;
}

@media (max-width:992px) {
    .card-deck {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .card-deck .card {
        margin-bottom: 15px;
    }
}

.card.pricing {
    border: 1px solid #f1eef1;
}

.card.pricing.popular {
    border-top-width: 3px;
    border-color: #ce75b4 #faf6fb #FFF;
    box-shadow: 0px 12px 59px 0px rgba(36, 7, 31, 0.11);
    color: #633991;
}

.card.pricing .card-head {
    text-align: center;
    padding: 40px 0 20px;
}

.card.pricing .card-head .price {
    display: block;
    font-size: 45px;
    font-weight: 300;
    color: #633991;
}

.card.pricing .card-head .price sub {
    bottom: 0;
    font-size: 55%;
}

.card.pricing .list-group-item {
    border: 0;
    text-align: center;
    color: #959094;
    padding: 1.05rem 1.25rem;
}

.card.pricing .list-group-item del {
    color: #d9d3d8;
}

.card.pricing .card-body {
    padding: 1.75rem;
    text-align: center;
}

#contato h3{
    color: #fff;
}

#contato p{
    color: #fff;
}

#contato label{
    color: #fff;
}

.section-faq{
    padding: 3em 0;
}

@media only screen and (max-width: 540px){
    #preco { display: none; }
}

/*Recaptcha*/
.g-recaptcha{margin-bottom: 15px;}

/* 10. Telefones
----------------------------
*/

.section-telefones{
    padding: 3em 0;
    background-color: #f5f5f5; 
}

.section-telefones .col-md-4{
    margin-bottom: 35px !important;
}

#contact-telefones{
    padding: 2em;
    background-color: #fff;
}

/*  11. Rodapé
----------------------*/
.social-icons {
    text-align: right;
}

.social-icons a {
    background-color: #FFF;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    margin: 0 0.3rem; 
    border-radius: 5px;
    color: #E7462D;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    text-decoration: none;
    color: #e38c8c;
}

@media (max-width:991px) {
    .social-icons {
        text-align: center;
        margin-top: 2rem;
    }
}

#rodape{
    width: 100%;
    float: left;

}

#login{
    color: #fff;
}

#login h3{
    color: #fff;
}

.login-stockoff{
    margin-top: 8em;    
}

#login .bg-gradient{
    padding-bottom: 7em;
}

.form-check-input{
    margin-top: 0.45em;
    margin-left: 0 !important;
}