@charset "UTF-8";
/*------------------------
Definição da font family
------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@300;500;700&family=Roboto:wght@300;400;500;700&display=swap');
/*------------------------
font-family: 'Dosis', sans-serif;
font-family: 'Roboto', sans-serif;
------------------------*/

/*------------------------
[TABLE OF CONTENTS]
    
1. GLOBAL STYLES
2. NAVBAR
3. HERO
4. TABS
5. TESTIMONIALS
6. IMAGE GALLERY
7. PRICING
8. CALL TO ACTION
9. FOOTER

------------------------*/


/* GLOBAL
----------------------*/

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px !important;
}

a {
    color: #149f84;
    font-weight: 400;
}

a:hover,
a:focus {
    color: #34b297;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'Dosis', sans-serif;
    font-weight: 300;
    padding: 0;
    margin: 0;
    line-height: 1.1em;
}

h1,
.h1 {
    font-size: 4.2rem;
}

h2,
.h2 {
    font-size: 3.6rem;
}

h3,
.h3 {
    font-size: 3rem;
}

h4,
.h4 {
    font-size: 2.4rem;
}

h5,
.h5 {
    font-size: 1.8rem;
}

h6,
.h6 {
    font-size: 1.2rem;
}

h1 strong,
.h1 strong,
h2 strong,
.h2 strong,
h3 strong,
.h3 strong,
h4 strong,
.h4 strong,
h5 strong,
.h5 strong,
h6 strong,
.h6 strong {
    font-weight: 700;
}
*.logo-txt>strong {
    font-weight: 700;
    opacity: .5;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
    font-family: 'Roboto';
    font-weight: 500;
}

p {
    color: #4a5f74;
}

p.lead {
    color: #7e8b8c;
    margin-bottom: 2rem;
}

.text-primary {
    color: #149f84 !important;
}

.light-font {
    font-weight: 300;
}

.btn {
    font-size: .8rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0.6rem 1.35rem;
    transition: all 0.3s ease;
    border: none;
    border-radius: .3rem;
}

.btn-sm {
    font-size: .6rem !important;
}

.btn-sm.btn-box-tool {
    font-size: .6rem !important;
    padding: .6rem .8rem !important
}

.btn-sm.btn-box-tool>i {
    font-size: 1rem !important;
}


.btn>i {
    font-size: 1.6rem !important;
}

.btn.btn-primary {
    color: #f1f1f1 !important;
    background-color: #34b297 !important;
    background-image: -moz-linear-gradient(122deg, #34b297 0%, #149f84 100%);
    background-image: -webkit-linear-gradient(122deg, #34b297 0%, #149f84 100%);
    background-image: -ms-linear-gradient(122deg, #34b297 0%, #149f84 100%);
    background-image: linear-gradient(122deg, #34b297 0%, #149f84 100%);
}

.btn.btn-outline-primary {
    background-color: rgba(0, 0, 0, 0.01) !important;
    color: #34b297;
    border: .1rem solid #34b297;
}

.btn.btn-outline-primary:hover,
.btn.btn-primary:hover,
.btn.btn-outline-primary:focus,
.btn.btn-primary:focus,
.btn.btn-outline-primary:active,
.btn.btn-primary:active,
.btn.btn-outline-primary:not([disabled]):not(.disabled).active,
.btn.btn-primary:not([disabled]):not(.disabled).active,
.show>.btn.btn-outline-primary.dropdown-toggle,
.show>.btn-primary.dropdown-toggle {
    color: #FFF;
    background-color: #149f84 !important;
    background-image: -moz-linear-gradient(122deg, #149f84 0%, #34b297 100%);
    background-image: -webkit-linear-gradient(122deg, #149f84 0%, #34b297 100%);
    background-image: -ms-linear-gradient(122deg, #149f84 0%, #34b297 100%);
    background-image: linear-gradient(122deg, #149f84 0%, #34b297 100%);
}

.btn.btn-light {
    background: #f1f1f1;
    color: #149f84;
}

.btn.btn.btn-outline-light {
    background-color: rgba(0, 0, 0, 0.01) !important;
    color: #f1f1f1;
    border: .1rem solid #f1f1f1;
}

.btn.btn-outline-light:hover,
.btn.btn-light:hover,
.btn.btn-outline-light:focus,
.btn.btn-light:focus,
.btn.btn-outline-light:active,
.btn.btn-light:active,
.btn.btn-outline-light:not([disabled]):not(.disabled).active,
.btn.btn-light:not([disabled]):not(.disabled).active,
.show>.btn.btn-outline-light.dropdown-toggle,
.show>.btn-light.dropdown-toggle {
    color: #34b297;
    background-color: #ffffff !important;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 0.8rem 1rem;
    font-size: 15px;
}

.light-bg {
    background-color: #f7f7f7;
}

.section {
    padding: 80px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title small {
    color: #4a5f74;
}

@media (max-width:767px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 30px;
    }
}

/* NAVBAR
----------------------*/

.nav-menu {
    padding: 0;
    transition: all 0.3s ease;
}

.nav-menu.is-scrolling,
.nav-menu.menu-is-open {
    background-color: rgb(3, 107, 85);
    background: -moz-linear-gradient(135deg, rgb(3, 107, 85) 0%, rgb(0, 136, 109) 100%);
    background: -webkit-linear-gradient(135deg, rgb(3, 107, 85) 0%, rgb(0, 136, 109) 100%);
    background: linear-gradient(135deg, rgb(3, 107, 85) 0%, rgb(0, 136, 109) 100%);
    -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);
    background-image: url("../imagens/bg-principal.png");
    background-size: cover;
    background-attachment: fixed;
}

.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;
        font-size: 14px;
    }

    .navbar-nav>.nav-item>.nav-link.active:after {
        content: "";
        border-bottom: 2px solid #8aa1b7;
        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;
    }
}


/* HERO
----------------------*/

header {
    padding: 100px 0 0;
    text-align: center;
    color: #FFF;
}

.bg-gradient {

    background: -moz-linear-gradient(135deg, rgb(3, 107, 85) 0%, rgb(0, 136, 109) 100%);
    background: -webkit-linear-gradient(135deg, rgb(3, 107, 85) 0%, rgb(0, 136, 109) 100%);
    background: linear-gradient(135deg, rgb(3, 107, 85) 0%, rgb(0, 136, 109) 100%);
}


.bg-primary {
    background-color: #149f84 !important;
}

.bg-secondary {
    background-color: #2c3e4e !important;
}

.bg-primary2 {
    background-color: #34b297 !important;
}

.bg-primary3 {
    background-color: #276b55 !important;
}

.bg-secondary2 {
    background-color: #34495c !important;
}

.bg-cinza-1 {
    background-color: #476264 !important;
}

.bg-principal {
    background-color: #005586;
    background-image: url("../imagens/bg-principal.png");
    background-size: cover;
    background-attachment: fixed;
}
.bg-principal-3 {
    background-color: #005586;
    background-image: url("../imagens/bg-principal-3.jpg");
    background-size: cover;
    background-attachment: fixed;
}

.bg-secundario {
    background-color: #eaf6fc;
    background-image: url("../imagens/bg-principal2.png");
    background-size: cover;
    background-attachment: fixed;
}

.bg-terciario {
    background-color: #0d4f75;
    background-image: url("../imagens/bg-principal3.jpg");
    background-size: cover;
    background-attachment: fixed;
}

.bg-principal-alt {
    background-color: #e0e6e9;
    background-image: url("../imagens/bg-principal-alt.jpg");
    background-size: cover;
    background-attachment: fixed;
}

.bg-principal-alt2 {
    background-color: #3b3b3b;
    background-image: url("../imagens/bg-principal-alt2.jpg");
    background-size: cover;
    background-attachment: fixed;
}

.bg-terciario-alt {
    background-color: #dcf2ff;
    background-image: url("../imagens/bg-principal-alt3.jpg");
    background-size: cover;
    background-attachment: fixed;
}

.tagline {
    font-size: 23px;
    font-weight: 300;
    color: #c0ccd8;
    max-width: 800px;
    margin: 0 auto;
}

.img-holder {
    max-width: 95%;
    margin: 0 auto;
    height: 460px;
    padding-top: 40%;
    padding-bottom: 0;
    overflow: hidden;
}

@media (min-width:321px) {
    .img-holder {
        max-width: 95%;
        margin: 0 auto;
        height: 460px;
        padding-top: 20%;
        padding-bottom: 0;
        overflow: hidden;
    }
}

@media (min-width:426px) {
    .img-holder {
        max-width: 55%;
        margin: 0 auto;
        height: 460px;
        padding-top: 0;
        padding-bottom: 0;
        overflow: hidden;
    }
}

@media (min-width:769px) {
    .img-holder {
        max-width: 40%;
        margin: 0 auto;
        height: 460px;
        padding-top: 0;
        padding-bottom: 0;
        overflow: hidden;
    }
}

@media (min-width:1025px) {
    .img-holder {
        max-width: 30%;
        margin: 0 auto;
        height: 460px;
        padding-top: 0;
        padding-bottom: 0;
        overflow: hidden;
    }
}

@media (min-width:1445px) {
    .img-holder {
        max-width: 23%;
        margin: 0 auto;
        height: 460px;
        padding-top: 0;
        padding-bottom: 0;
        overflow: hidden;
    }
}

@media (min-width:1921px) {
    .img-holder {
        max-width: 16%;
        margin: 0 auto;
        height: 460px;
        padding-top: 0;
        padding-bottom: 0;
        overflow: hidden;
    }
}
/* FEATURES
----------------------*/

.gradient-fill:before {
    color: #8aa1b7;
    background: -moz-linear-gradient(top, #149f84 0%, #8aa1b7 100%);
    background: -webkit-linear-gradient(top, #149f84 0%, #8aa1b7 100%);
    background: linear-gradient(to bottom, #149f84 0%, #8aa1b7 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card.features {
    border: 0;
    border-radius: 3px;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

@media (max-width:991px) {
    .card.features {
        margin-bottom: 2rem;
    }

    [class^="col-"]:last-child .card.features {
        margin-bottom: 0;
    }
}

.card.features:before {
    content: "";
    position: absolute;
    width: 3px;
    color: #8aa1b7;
    background: -moz-linear-gradient(top, #149f84 0%, #8aa1b7 100%);
    background: -webkit-linear-gradient(top, #149f84 0%, #8aa1b7 100%);
    background: linear-gradient(to bottom, #149f84 0%, #8aa1b7 100%);
    top: 0;
    bottom: 0;
    left: 0;
}

.card-text {
    font-size: 14px;
}

.card.features: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: #34b297;
    color: #FFF;
    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, #34b297 0%, #00876d 100%);
    background-image: -webkit-linear-gradient(122deg, #34b297 0%, #00876d 100%);
    background-image: -ms-linear-gradient(122deg, #34b297 0%, #00876d 100%);
    background-image: linear-gradient(122deg, #34b297 0%, #00876d 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 #dfe6eb;
}

.perspective-phone {
    position: relative;
    z-index: -1;
}

@media (min-width:992px) {
    .perspective-phone {
        margin-top: -150px;
    }
}

/*  TABS
----------------------*/

.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.4rem;
}

.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: #95a4a5 #95a4a5 #FFF;
    font-size: 19px;
    color: #f7f7f7;
    background: #95a4a5;
}

.nav-tabs .nav-link.active {
    background: #FFF;
    border-top-width: 3px;
    border-color: #728da8 #f7f7f7 #FFF;
    color: #149f84;
}

/*  TESTIMONIALS
----------------------*/

.owl-carousel .owl-item img.client-img {
    width: 110px;
    margin: 30px auto;
    border-radius: 50%;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}

.testimonials-single {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

.blockquote {
    color: #87819a;
    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: #c0ccd8;
    width: 35px;
    height: 8px;
    border-radius: 10px;
    transition: all 0.3s ease-in;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #728da8;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #728da8;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}

/*  IMAGE GALLERY
----------------------*/

.img-gallery .owl-item {
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
    transform: scale(0.8);
    transition: all 0.3s ease-in;
}

.img-gallery .owl-item.center {
    transform: scale(1);
}


/*  PRICING
----------------------*/

@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: #728da8 #f7f7f7 #FFF;
    box-shadow: 0px 12px 59px 0px rgba(36, 7, 31, 0.11);
    color: #149f84;
}

.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: #149f84;
}

.card.pricing .card-head .price sub {
    bottom: 0;
    font-size: 55%;
}

.card.pricing .list-group-item {
    border: 0;
    text-align: center;
    color: #4a5f74;
    padding: 1.05rem 1.25rem;
}

.card.pricing .list-group-item del {
    color: #ccc9d4;
}

.card.pricing .card-body {
    padding: 1.75rem;
}

/*  CALL TO ACTION
----------------------*/

.call-to-action {
    text-align: center;
    color: #FFF;
    margin: 3rem 0;
}

.call-to-action .box-icon {
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    transform: scale(0.85);
    margin-bottom: 2.5rem;
}

.call-to-action h2 {
    color: #FFF;
}

.call-to-action .tagline {
    font-size: 16px;
    font-weight: 300;
    color: #c0ccd8;
    max-width: 650px;
    margin: 0 auto;
}

.btn-light img {
    margin-right: 0.4rem;
    vertical-align: text-bottom;
}


/*  FOOTER
----------------------*/

.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: #c0ccd8;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    text-decoration: none;
    color: #149f84;
}

@media (max-width:991px) {
    .social-icons {
        text-align: center;
        margin-top: 2rem;
    }
}

/*  MODAL
----------------------*/

.example-modal .modal {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    display: block;
    z-index: 1;
}

.example-modal .modal {
    background: transparent !important;
}


/*  COLORS
----------------------*/

.bg-color-verde1 {
    background-color: #2ecc71 !important;
}

.bg-color-verde2 {
    background-color: #27ae60 !important;
}

.bg-color-turquesa1 {
    background-color: #1abc9c !important;
}

.bg-color-turquesa2 {
    background-color: #16a085 !important;
}

.bg-color-azulclaro1 {
    background-color: #3498db !important;
}

.bg-color-azulclaro2 {
    background-color: #2980b9 !important;
}

.bg-color-purpura1 {
    background-color: #9b59b6 !important;
}

.bg-color-purpura2 {
    background-color: #8e44ad !important;
}

.bg-color-marinho1 {
    background-color: #34495e !important;
}

.bg-color-marinho2 {
    background-color: #2c3e50 !important;
}

.bg-color-amarelo1 {
    background-color: #f1c40f !important;
}

.bg-color-amarelo2 {
    background-color: #f39c12 !important;
}

.bg-color-laranja1 {
    background-color: #e67e22 !important;
}

.bg-color-laranja2 {
    background-color: #d35400 !important;
}

.bg-color-vermelho1 {
    background-color: #e74c3c !important;
}

.bg-color-vermelho2 {
    background-color: #c0392b !important;
}

.bg-color-cinzaclaro1 {
    background-color: #ecf0f1 !important;
}

.bg-color-cinzaclaro2 {
    background-color: #bdc3c7 !important;
}

.bg-color-cinzamedio1 {
    background-color: #95a5a6 !important;
}

.bg-color-cinzamedio2 {
    background-color: #7f8c8d !important;
}

.bg-color-cinza1 {
    background-color: #646f6f !important;
}

.bg-color-cinza2 {
    background-color: #576061 !important;
}

.bg-color-cinzaescuro1 {
    background-color: #2A2F2F !important;
}

.bg-color-cinzaescuro2 {
    background-color: #212525 !important;
}

.color-verde1 {
    color: #2ecc71 !important;
}

.color-verde2 {
    color: #27ae60 !important;
}

.color-turquesa1 {
    color: #1abc9c !important;
}

.color-turquesa2 {
    color: #16a085 !important;
}

.color-azulclaro1 {
    color: #3498db !important;
}

.color-azulclaro2 {
    color: #2980b9 !important;
}

.color-purpura1 {
    color: #9b59b6 !important;
}

.color-purpura2 {
    color: #8e44ad !important;
}

.color-marinho1 {
    color: #34495e !important;
}

.color-marinho2 {
    color: #2c3e50 !important;
}

.color-amarelo1 {
    color: #f1c40f !important;
}

.color-amarelo2 {
    color: #f39c12 !important;
}

.color-laranja1 {
    color: #e67e22 !important;
}

.color-laranja2 {
    color: #d35400 !important;
}

.color-vermelho1 {
    color: #e74c3c !important;
}

.color-vermelho2 {
    color: #c0392b !important;
}

.color-cinzaclaro1 {
    color: #ecf0f1 !important;
}

.color-cinzaclaro2 {
    color: #bdc3c7 !important;
}

.color-cinzamedio1 {
    color: #95a5a6 !important;
}

.color-cinzamedio2 {
    color: #7f8c8d !important;
}

.color-cinza1 {
    color: #646f6f !important;
}

.color-cinza2 {
    color: #576061 !important;
}

.color-cinzaescuro1 {
    background-color: #2A2F2F !important;
}

.color-cinzaescuro2 {
    background-color: #212525 !important;
}

.brd-color-verde1 {
    color: #2ecc71 !important;
}

.brd-color-verde2 {
    color: #27ae60 !important;
}

.brd-color-turquesa1 {
    border-color: #1abc9c !important;
}

.brd-color-turquesa2 {
    border-color: #16a085 !important;
}

.brd-color-azulclaro1 {
    border-color: #3498db !important;
}

.brd-color-azulclaro2 {
    border-color: #2980b9 !important;
}

.brd-color-purpura1 {
    border-color: #9b59b6 !important;
}

.brd-color-purpura2 {
    border-color: #8e44ad !important;
}

.brd-color-marinho1 {
    border-color: #34495e !important;
}

.brd-color-marinho2 {
    border-color: #2c3e50 !important;
}

.brd-color-amarelo1 {
    border-color: #f1c40f !important;
}

.brd-color-amarelo2 {
    border-color: #f39c12 !important;
}

.brd-color-laranja1 {
    border-color: #e67e22 !important;
}

.brd-color-laranja2 {
    border-color: #d35400 !important;
}

.brd-color-vermelho1 {
    border-color: #e74c3c !important;
}

.brd-color-vermelho2 {
    border-color: #c0392b !important;
}

.brd-color-cinzaclaro1 {
    border-color: #ecf0f1 !important;
}

.brd-color-cinzaclaro2 {
    border-color: #bdc3c7 !important;
}

.brd-color-cinzamedio1 {
    border-color: #95a5a6 !important;
}

.brd-color-cinzamedio2 {
    border-color: #7f8c8d !important;
}

.brd-color-cinza1 {
    border-color: #646f6f !important;
}

.brd-color-cinza2 {
    border-color: #576061 !important;
}

.brdr-color-cinzaescuro1 {
    background-color: #2A2F2F !important;
}

.brdr-color-cinzaescuro2 {
    background-color: #212525 !important;
}

.op05bg-color-verde1 {
    background-color: rgba(46, 204, 115, .5) !important;
}

.op05bg-color-verde2 {
    background-color: rgba(39, 174, 98, .5) !important;
}

.op05bg-color-turquesa1 {
    background-color: rgba(26, 188, 156, .5) !important;
}

.op05bg-color-turquesa2 {
    background-color: rgba(22, 160, 133, .5) !important;
}

.op05bg-color-azulclaro1 {
    background-color: rgba(52, 153, 219, .5) !important;
}

.op05bg-color-azulclaro2 {
    background-color: rgba(41, 128, 185, .5) !important;
}

.op05bg-color-purpura1 {
    background-color: rgba(156, 89, 182, .5) !important;
}

.op05bg-color-purpura2 {
    background-color: rgba(141, 68, 173, .5) !important;
}

.op05bg-color-marinho1 {
    background-color: rgba(52, 73, 94, .5) !important;
}

.op05bg-color-marinho2 {
    background-color: rgba(44, 62, 80, .5) !important;
}

.op05bg-color-amarelo1 {
    background-color: rgba(241, 196, 15, .5) !important;
}

.op05bg-color-amarelo2 {
    background-color: rgba(243, 156, 186, .5) !important;
}

.op05bg-color-laranja1 {
    background-color: rgba(230, 126, 34, .5) !important;
}

.op05bg-color-laranja2 {
    background-color: rgba(211, 83, 0, .5) !important;
}

.op05bg-color-vermelho1 {
    background-color: rgba(231, 76, 60, .5) !important;
}

.op05bg-color-vermelho2 {
    background-color: rgba(192, 57, 43, .5) !important;
}

.op05bg-color-cinzaclaro1 {
    background-color: rgba(236, 240, 241, .5) !important;
}

.op05bg-color-cinzaclaro2 {
    background-color: rgba(189, 195, 199, .5) !important;
}

.op05bg-color-cinzamedio1 {
    background-color: rgba(149, 165, 166, .5) !important;
}

.op05bg-color-cinzamedio2 {
    background-color: rgba(127, 140, 141, .5) !important;
}

.op05bg-color-cinza1 {
    background-color: rgba(100, 111, 111, 0.5) !important;
}

.op05bg-color-cinza2 {
    background-color: rgba(87, 96, 97, 0.5) !important;
}

.op05bg-color-cinzaescuro1 {
    background-color: rgba(42, 47, 47, .5) !important;
}

.op05bg-color-cinzaescuro2 {
    background-color: rgba(33, 37, 37, .5) !important;
}

/*
CUSTOM CSS
---------------------------------------------------------------------------------
*/
.text-disable {
    color: #a4a0b3 !important;
}

/* REGISTER BOX */
.login-box {
    width: 30% !important;
    margin: 7% auto;
}

.register-box {
    width: 60% !important;
    margin: 7% auto;
}

@media (max-width: 768px) {

    .login-box,
    .register-box {
        width: 90% !important;
        margin: 15% auto;
    }
}

.register-box-body,
.login-box-body {
    border-radius: .5rem !important;
}

.login-box-body>.form-control-feedback,
.register-box-body>.form-control-feedback {
    color: #cccccc;
}


/* HEADER */


.logotipo,
a.navbar-brand{
    font-weight: 200;
    letter-spacing: -1px;
    font-family: 'Dosis', sans-serif;
}
a.navbar-brand{
    font-size: 30px;
}
.logotipo strong,
a.navbar-brand strong{
    font-family: 'Dosis', sans-serif;
    font-weight: 900;
    opacity: .7 !important;
}


.wrapper>header.main-header {
    display: block;
    width: 100% !important;
    position: absolute;
    padding: 0;
    margin: 0;
    top: 0 !important;
}

.wrapper>header.main-header>a.logo {
    position: relative;
    top: 0;
    text-align: left;
    display: block;
    margin: 0;
    padding: 0 .3rem;
}

.wrapper>header.main-header>a.logo>img.ico-logo {
    display: inline-block;
    max-height: calc(60px - .6rem) !important;
}

.wrapper>header.main-header>a.logo>img.logotipo {
    display: inline-block;
    max-width: calc(160px - .6rem) !important;
    margin-top: -.3rem;
}

.wrapper>.content-wrapper {
    min-height: calc(100vh - 63px) !important;
}

.sidebar-collapse>.wrapper>header.main-header>a.logo>img.logotipo {
    display: none;
    visibility: hidden;
}

.wrapper>header.main-header>nav.navbar {
    height: calc(60px - .6rem) !important;
    padding: 0;
    margin: 0;
    background-image: url("../imagens/bg-principal.png");
}

.user.user-menu>.dropdown-menu {
    border: #149f84 .05rem solid !important;
    border-radius: .5rem !important;
}

.user.user-menu>.dropdown-menu {
    margin: 0 !important;
    padding: 0 !important
}

.user.user-menu>.dropdown-menu,
.user.user-menu>.dropdown-menu>li {
    margin: 0 !important;
}

.user-header {
    margin: 0 !important;
    border: none !important;
    border-radius: .5rem .5rem 0 0 !important;
    color: #f1f1f1 !important;
    background-color: #34b297 !important;
    background-image: -moz-linear-gradient(122deg, #34b297 0%, #149f84 100%);
    background-image: -webkit-linear-gradient(122deg, #34b297 0%, #149f84 100%);
    background-image: -ms-linear-gradient(122deg, #34b297 0%, #149f84 100%);
    background-image: linear-gradient(122deg, #34b297 0%, #149f84 100%);
}

.user-footer {
    border-radius: 0 0 .5rem .5rem !important;
}

.wrapper>header.main-header>nav.navbar>.sidebar-toggle,
.wrapper>header.main-header>nav.navbar>.navbar-custom-menu {
    height: calc(60px - .6rem) !important;
    padding: .8rem 1.2rem;
    margin: 0;
}

.user-panel {
    max-width: 100%;
    vertical-align: middle;
    height: 60px;
}

.user-panel .image {
    position: absolute;
    padding-top: .2rem;
    max-width: calc(42px - .6rem) !important;
    float: inline-start;
}

.user-panel .info {
    color: #efefef;
    position: absolute;
    max-width: calc(100% - 60px) !important;
    float: inline-end;
}

.user-panel .info>p {
    color: #cccccc;
    font-size: 80%;
}

.sidebar-menu {
    font-size: 80% !important;
}

.info-panel>* {
    font-size: 1.1rem !important;
}

.sidebar-collapse>.wrapper>aside.main-sidebar>.sidebar>.info-panel {
    display: none !important;
    visibility: hidden !important;
}

label,
label.control-label,
.control-label {
    font-size: 90% !important;
}

.help-block {
    font-size: 75% !important
}

.money,
.money2 {
    text-align: right !important;
}

.bg-dark,
.bg-dark .icheckbox_flat.checked>.iCheck-helper,
.text-white,
.text-white p {
    color: #ffffff !important;
}

.bg-dark .icheckbox_flat.checked>.iCheck-helper {
    background: url('../../plugins/iCheck/flat/blue.png') no-repeat !important;
}

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
    .bg-dark .icheckbox_flat.checked>.iCheck-helper {
        background-image: url(blue@2x.png);
        -webkit-background-size: 176px 22px;
        background-size: 176px 22px;
    }
}

.bg-dark p.help-block,
.text-white>p.help-block {
    padding-top: 4px;
    color: rgba(255, 255, 255, .65) !important;
}

.text-white>a,
a.text-white {
    color: rgba(255, 255, 255, .75) !important;
}

.text-white>a:hover,
a.text-white:nover {
    color: rgba(255, 255, 255, .95) !important;
}

.img-circle {
    border-radius: 100% 100% !important
}


/*
TABLE TOGGLE
*/
.hiddenRow {
    padding: 0 4px !important;
    background-color: #eeeeee;
    font-size: 13px;
    transition: all 1s !important;
}

table.table>thead>tr>th {
    color: #688b8d !important;
}

.caption {
    color: #2f4655 !important;
    font-weight: 600;
}

table.table,
table.table tr,
table.table tr td,
table.table tr th {
    border-color: rgba(44, 62, 78, 0.1) !important;
}

table.table.table-sm th,
table.table.table-sm td {
    font-size: 85% !important;
    vertical-align: middle !important;
}

table.table tbody th {
    color: #364052 !important;
}

table.table.table-sm th.success,
table.table.table-sm td.success {
    background-color: rgba(90, 127, 109, 0.1);
    color: rgba(54, 64, 82, .85);
}

table.table.table-sm th.warning,
table.table.table-sm td.warning {
    background-color: rgba(223, 198, 39, 0.1);
    color: rgba(54, 64, 82, .85);
}

table.table.table-sm .btn.btn-sm>*,
table.table.table-sm .btn.btn-sm {
    font-size: 1rem !important;
    padding: .1rem 0 !important;
    margin: 0 .3rem;
}

table.table .h5 {
    font-weight: 600 !important;
}

/*  DEFINITION LIST
----------------------*/
dt,
dd {
    font-size: 1.1em;
    padding: 8px;
    background-color: rgba(0, 0, 0, 0.05);
    margin-bottom: 2px;
}

dt:nth-of-type(even),
dd:nth-of-type(even) {
    background-color: rgba(0, 0, 0, 0.08);
}

dt {
    font-weight: 900;
    color: #2980b9;
    padding-left: 0;
}

dd {
    color: #2c3e50;
}

/*  COLLAPSE BOX
----------------------*/
#termos_uso {
    font-size: 1.1em;
}

.box-title {
    font-size: 1.5em;
}

.box-title a {
    color: #34495e;
}

.box-title a strong {
    font-weight: 900;
    color: #34495e !important;
}

.box-title a small {
    font-size: 0.9em;
}

/*
DATATABLE
----------------------*/
table.table.dataTable,
table.table.display.dataTable {
    padding: 0 !important;
    border-spacing: 0 !important;
}

table.table.dataTable tr th,
table.table.dataTable tr td,
table.table.display.dataTable tr th,
table.table.display.dataTable tr td {
    margin: 0 !important;
}

/*
CARDS BKG
----------------------*/
.card-bkg-cifrao,
.card-bkg-veiculo,
.card-bkg-autopecas,
.card-bkg-oficina,
.card-bkg-money,
.card-bkg-planilha-ok,
.card-bkg-ecf,
.card-bkg-revisao,
.card-bkg-grafico {
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-size: 90% auto;
    background-position: 50% 50%;
}

.card.card-bkg-cifrao,
.card.card-bkg-veiculo,
.card.card-bkg-autopecas,
.card.card-bkg-oficina,
.card.card-bkg-money,
.card.card-bkg-planilha-ok,
.card.card-bkg-ecf,
.card.card-bkg-revisao,
.card.card-bkg-grafico {
    background-size: auto 100%;
    background-position: calc(100% + 2rem) -2rem;
}

.card-bkg-ecf {
    background-image: url("../imagens/btn_ecf_on.png");
}

.card-bkg-cifrao {
    background-image: url("../imagens/btn_cifrao_on.png");
}

.card-bkg-autopecas {
    background-image: url("../imagens/btn_autopecas_on.png");
}

.card-bkg-oficina {
    background-image: url("../imagens/btn_oficina_on.png");
}

.card-bkg-grafico {
    background-image: url("../imagens/btn_graficobarras_on.png");
}

.card-bkg-veiculo {
    background-image: url("../imagens/btn_carro_on.png");
}

.card-bkg-revisao {
    background-image: url("../imagens/btn_revisao_on.png");
}

.card-bkg-money {
    background-image: url("../imagens/btn_money_on.png");
}

.card-bkg-planilha-ok {
    background-image: url("../imagens/btn_planilhaok_on.png");
}

/* *{ outline: 1px solid purple !important}  */

.chart-bkg01 {
    background-color: #afc0a8
}

.chart-bkg02 {
    background-color: #FDEC83
}

.chart-bkg03 {
    background-color: #8e44ad
}

.chart-bkg04 {
    background-color: #1abc9c
}

.chart-bkg05 {
    background-color: #f1c40f
}

.chart-bkg06 {
    background-color: #2ecc71
}

.chart-bkg07 {
    background-color: #e67e22
}

.chart-bkg08 {
    background-color: #3498db
}

.chart-bkg09 {
    background-color: #e74c3c
}

.chart-bkg10 {
    background-color: #9b59b6
}

.chart-bkg11 {
    background-color: #f39c12
}

.chart-bkg12 {
    background-color: #34495e
}

.chart-bkg13 {
    background-color: #d35400
}

.chart-bkg14 {
    background-color: #16a085
}

.chart-bkg15 {
    background-color: #c0392b
}

.chart-bkg16 {
    background-color: #27ae60
}

.chart-bkg17 {
    background-color: #2c3e50
}

.chart-bkg18 {
    background-color: #2980b9
}

.chart-color01 {
    color: #afc0a8
}

.chart-color02 {
    color: #FDEC83
}

.chart-color03 {
    color: #8e44ad
}

.chart-color04 {
    color: #1abc9c
}

.chart-color05 {
    color: #f1c40f
}

.chart-color06 {
    color: #2ecc71
}

.chart-color07 {
    color: #e67e22
}

.chart-color08 {
    color: #3498db
}

.chart-color09 {
    color: #e74c3c
}

.chart-color10 {
    color: #9b59b6
}

.chart-color11 {
    color: #f39c12
}

.chart-color12 {
    color: #34495e
}

.chart-color13 {
    color: #d35400
}

.chart-color14 {
    color: #16a085
}

.chart-color15 {
    color: #c0392b
}

.chart-color16 {
    color: #27ae60
}

.chart-color17 {
    color: #2c3e50
}

.chart-color18 {
    color: #2980b9
}

.color-shade1 {
    color: rgba(0, 0, 0, 0.1);
}

.color-shade2 {
    color: rgba(0, 0, 0, 0.4);
}

.color-shade3 {
    color: rgba(0, 0, 0, 0.6);
}

.color-shade4 {
    color: rgba(0, 0, 0, 0.8);
}

.color-tint1 {
    color: rgba(255, 255, 255, 0.8);
}

.color-tint2 {
    color: rgba(255, 255, 255, 0.6);
}

.color-tint3 {
    color: rgba(255, 255, 255, 0.4);
}

.color-tint4 {
    color: rgba(255, 255, 255, 0.1);
}

.loading {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    font-size: 1rem;
    color: #efefef;
}


label {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-dia {
    border-radius: .5rem .5rem 0 0 !important;
}

.itens-diarios {
    border-radius: 0 0 .5rem .5rem !important;
}

.item-diario {
    padding: 1rem !important;
}

.item-diario>.fa-layers.fa-fw.fa-4x {
    display: inline-block;
    font-size: 3rem !important;
    margin: 1rem auto !important;
}

.item-diario>h2 {
    display: inline-block !important;
    margin: 0 auto !important;
    padding: 0 .5rem !important;
    font-size: .8rem;
    line-height: 1.8rem;
}

.item-diario>h2>strong {
    width: auto !important;
    display: inline !important;
    font-family: 'Dosis', sans-serif;
    margin: 0 auto !important;
    padding: 0 auto !important;
    font-size: 2.4rem;
    line-height: 2rem;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .item-dia {
        border-radius: .5rem 0 0 .5rem !important;
    }

    .itens-diarios {
        border-radius: 0 .5rem .5rem 0 !important;
    }

    .item-diario>.fa-layers.fa-fw.fa-4x {
        font-size: 2.6rem !important;
        margin: 1rem auto !important;
    }

    .item-diario>h2 {
        font-size: .7rem;
        line-height: 1.2rem;
    }

    .item-diario>h2>strong {
        font-size: 2.4rem;
        line-height: 2rem;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .item-diario>.fa-layers.fa-fw.fa-4x {
        display: block;
        font-size: 3rem !important;
        margin: 1rem auto !important;
    }

    .item-diario>h2 {
        font-size: .8rem;
        line-height: 1.6rem;
    }

    .item-diario>h2>strong {
        font-size: 3rem;
        line-height: 2.6rem;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .item-diario>.fa-layers.fa-fw.fa-4x {
        display: block;
        font-size: 3.6rem !important;
        margin: 1.6rem auto !important;
    }

    .item-diario>h2 {
        font-size: 1rem;
        line-height: 1.8rem;
        padding-bottom: 2rem !important;
    }

    .item-diario>h2>strong {
        font-size: 3.6rem;
        line-height: 4.6rem;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

@media (min-width: 1441px) {
    .item-diario>.fa-layers.fa-fw.fa-4x {
        display: block;
        font-size: 5rem !important;
        margin: 2rem auto !important;
    }

    .item-diario>h2 {
        font-size: 1.2rem;
        line-height: 2rem;
        padding-bottom: 2rem !important;
    }

    .item-diario>h2>strong {
        font-size: 5rem;
        line-height: 4.6rem;
    }
}
table.table-bordered.tab-row-grouping>thead>tr>th{
    color: #5e869d !important;
    border: 1px solid #ffffff !important
}

table.table-bordered.tab-row-grouping .tab-ano-par{
    background-color: #5e869d;
    border: 1px solid #5e869d !important;
    border-top: 12px solid #ffffff !important;
}
table.table-bordered.tab-row-grouping .tab-ano-par>*{
    color: #ffffff !important;
}

table.table-bordered.tab-row-grouping th.tab-mes-par{
    background-color: #d0e7f4;
    border: 1px solid #d0e7f4 !important;
    border-top: 2px solid #ffffff !important;
}
table.table-bordered.tab-row-grouping th.tab-mes-par>*{
    color: rgba(9, 20, 41, 0.85) !important;
}
table.table-bordered.tab-row-grouping td.tab-mes-par{
    text-transform: uppercase;
    background-color: #f1faff;
    border: 1px solid #d0e7f4 !important;
    font-size:1.2rem !important;
}

table.table-bordered.tab-row-grouping .tab-ano-impar{
    background-color: #738189;
    border-color: #738189 !important;
    border-top: 12px solid #ffffff !important;
}

table.table-bordered.tab-row-grouping .tab-ano-impar>*{
    color: #ffffff !important;
}

table.table-bordered.tab-row-grouping th.tab-mes-impar{
    background-color: #cad6dd;
    border: 1px solid #cad6dd !important;
    border-top: 2px solid #ffffff !important;
}

table.table-bordered.tab-row-grouping th.tab-mes-impar>*{
    color: rgba(9, 20, 41, 0.85) !important;
}

table.table-bordered.tab-row-grouping td.tab-mes-impar{
    text-transform: uppercase;
    background-color: #f8fdff;
    border: 1px solid #cad6dd !important;
    font-size:1.2rem !important;
}

/* *{outline: 1px solid blue !important}; */