html, body {
    height: 100%;
    font-family: bw-mitga-regular;
}

.font-weight-bold, b, strong {
    font-family: bw-mitga-bold;
}

.font-weight-lighter {
    font-family: bw-mitga-light;
}

/* Rodapé */

footer {
    flex-shrink: 0;
    padding: 4rem 0;
    background: #2c4350;
}

footer .logo-rodape {
    width: 100px;
}

footer .social li a span {
    color: #fff;
    font-size: 2.2rem;
}

/* Links rodapé */

footer .title {
    font-size: 20px;
    color: #fff;
    font-family: bw-mitga-bold !important;
    font-weight: 600;
    margin-bottom: 2rem;
}

footer .subtitle {
    font-size: 18px;
    color: #c4c4c4;
    font-family: bw-mitga-regular !important;
    margin-bottom: 0;
    border-left: 3px solid #437ea9;
    padding-left: 1rem;
}


footer .subtitle + ul.links {
    display: inline-block;
    padding: .8rem 1.3rem;
    border-top: 1px solid #ffffff26;
    margin-top: 1rem;
}

footer .subtitle a,
footer .links a {
    color: #acb6bb;
}

section {
    position: relative;
}

section.alternate {
    background: #eaeaea;
}

.font-about {
    font-size: 23px;
}

.pt-7 {
    padding-top: 7rem !important;
}

.pb-7 {
    padding-bottom: 7rem !important;
}


.btn-primary {
    background: #004c73;
    border-color: #004c73;
}

.btn-primary:hover {
    background: #005986;
    border-color: #005986;
}

.btn-primary:not(:disabled):not(.disabled):active {
    background: #004c73;
    border-color: #004c73;
}

.btn-primary[disabled] {
    background: #004c73;
    border-color: #004c73;
    opacity: .5;
}

/***
** Sugestão promo preços
***/

.sugestao-promo {
    border-radius: 10px 0 10px 0;
    background-color: #ffd54f;
    position: absolute;
    top: -27px;
    right: 25px;
    padding: 9px;
}

/***
** Sistema de gestão
***/

.bg-gestao {
    background: #2ab8ce !important;
}

.bg-gestao-secondary {
    background: #004b72 !important;
}

.bg-gestao .item .icone {
    color: #2ab8ce
}

.color-gestao {
    color: #5bc2d7 !important;
}

.color-gestao-secondary {
    color: #004b72 !important;
}

.card-gestao {
    display: flex;
    flex-direction: column;
    max-height: 640px;
}
.card-gestao > div{
    flex-grow: 1;
}


/***
** Sistema multicálculo
***/
.bg-cronos {
    background: #8eaf4b !important;
}

.bg-cronos-secondary {
    background: #b0ca72 !important;
}

.bg-cronos .item .icone {
    color: #b0ca72;
}

.color-cronos {
    color: #8eaf4b !important;
}

.color-cronos-dark {
    color: #4b5d28 !important;
}

.card-cronos {
    display: flex;
    flex-direction: column;
    max-height: 599px;
}
.card-cronos > div{
    flex-grow: 1;
}


.bg-prospect {
    background: #ee7350 !important;
}

.bg-prospect-secondary {
    background: #d57a55 !important;
}

.bg-prospect .item .icone {
    color: #ee7350;
}

.color-prospect {
    color: #d57a55 !important;
}


/***
** Menu
***/

.home-page header.menu {
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: auto;
    top: 2rem;
    display: inline-block;
}


header.menu nav {
    width: 100%;
}


header.menu .nav-link {
    margin-right: 1rem;
    margin-left: 1rem;
    font-family: bw-mitga-bold;
    display: flex;
    line-height: 1;
}

@media (min-width: 992px) {
    .nav-area-cliente,
    .nav-item {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}


header.menu .nav-area-cliente .nav-link {
    line-height: 1;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 0;
}

@media (max-width: 992px) {
    header.menu .nav-area-cliente .nav-link {
        flex-direction: row;
    }

    header.menu .nav-area-cliente .nav-link span:last-child {
        margin-left: 5px;
    }
}

header.menu .nav-login a {
    font-size: 2rem;
    /*position: absolute;*/
    position: relative;
    float: left;
    line-height: 1.9;
    margin: 0;
}

/* Login */
.login {
    background-size: cover;
    height: 100%;
}

.login .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 2;
}

.login .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 67, 102, 0.59);
    top: 0;
    left: 0;
}

.login .overlay.danger {
    background: rgba(102, 0, 0, 0.59)
}

.login .icone {
    font-size: 4rem;
    color: #fff
}

/* TODO Aterar o link da imagem externa */
.login::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("https://www.transparenttextures.com/patterns/blizzard.png");
    top: 0;
    left: 0;
}

@media (max-width: 992px) {
    .login .content {
        height: auto;
        padding: 5rem 2rem;
    }
}

.login .title {
    font-size: 2.6rem;
}

.login .subtitle {
    font-size: 23px;
    font-weight: 300;
}

.login .form-group label {
    color: #fff;
}

/* Separador */

@media (min-width: 992px) {
    header.menu .nav-item:not(:nth-last-child(1)) .dropdown.show .nav-link::after,
    header.menu .nav-item:not(:nth-last-child(1)) .nav-link::after {
        margin-left: 1rem;
        color: rgba(255, 255, 255, 0.3);
    }

    .other-page > header nav .nav-item:not(:nth-last-child(1)) .nav-link::after,
    header.menu nav.is-sticky .nav-item:not(:nth-last-child(1)) .nav-link::after {
        color: rgba(0, 0, 0, 0.3) !important;
    }
}

header.menu {
    position: relative;
    z-index: 900 !important;
}

.other-page > header nav,
header.menu nav.is-sticky {
    position: fixed;
    background: #fff;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    /*box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.1);*/
    border-bottom: 1px solid #cfcfcf;
}

@media (max-width: 992px) {
    .home-page header.menu nav {
        position: fixed;
        background: #fff;
        left: 0;
        right: 0;
        top: 0;
        z-index: 1000;
        width: 100%;
        border-bottom: 1px solid #cfcfcf;
    }

    nav .nav-link {
        line-height: 1.6 !important;
    }
}

nav .nav-link i {
    position: relative;
    top: 5px;
}


@media (max-width: 992px) {
    header.menu {
        z-index: 1;
        top: unset;
    }
}

nav .nav-link {
    color: #ddd;
    font-size: 1.2em;
    transition: color .3s;
    line-height: 3;
}

.home-page nav .nav-link:focus,
.home-page nav .nav-link:hover {
    color: #fff !important;
}


nav .nav-link.active {
    font-weight: 600;
    font-family: bw-mitga-bold !important;
}


.other-page nav .nav-link,
nav.is-sticky .nav-link {
    text-shadow: unset !important;
    color: #7f7f7f !important;
    font-family: bw-mitga-regular !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


.other-page nav .nav-link:focus,
.other-page nav .nav-link:hover,
nav.is-sticky .nav-link:focus,
nav.is-sticky .nav-link:hover {
    color: #000 !important;
}


.color {
    background: rgb(89, 77, 69);
}

.header-gradient {
    position: absolute;
    width: 100%;
    height: 400px;
    top: 0;
    background: rgb(0, 75, 114);
    background: -moz-linear-gradient(top, rgb(0, 75, 114) 0%, rgba(0, 79, 120, 0.5) 47%, rgba(221, 221, 221, 0.31) 69%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(0, 75, 114)), color-stop(47%, rgba(0, 79, 120, 0.5)), color-stop(69%, rgba(221, 221, 221, 0.31)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgb(0, 75, 114) 0%, rgba(0, 79, 120, 0.5) 47%, rgba(221, 221, 221, 0.31) 69%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, rgb(0, 75, 114) 0%, rgba(0, 79, 120, 0.5) 47%, rgba(221, 221, 221, 0.31) 69%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(top, rgb(0, 75, 114) 0%, rgba(0, 79, 120, 0.5) 47%, rgba(221, 221, 221, 0.31) 69%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgb(0, 75, 114) 0%, rgba(0, 79, 120, 0.5) 47%, rgba(221, 221, 221, 0.31) 69%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a85739', endColorstr='#ffffff', GradientType=0);
}

/* Dropdown Icone */
.dropdown-toggle::after {
    display: none;
}

.dropdown > .dropdown-menu {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}


/* Submenu Produtos */

.dropdown .produto-item:hover,
.dropdown .produto-item:active,
.dropdown .produto-item:focus {
    background: #ececec;
    color: inherit;
}

.dropdown .dropdown-item.produto-item span {
    font-size: 20px;
    font-family: bw-mitga-bold;
    text-transform: lowercase;
}

.dropdown .dropdown-item.produto-item small {
    text-transform: uppercase;
    font-family: bw-mitga-LIGHT;
    font-size: 11px;
    display: block;
    color: #2d2d2d;
    margin-bottom: 5px;
}

/*.produto-item[data-nome="gestao"] {color: #0076a6;}*/
/*.produto-item[data-nome="cronos"] {color: #8eaf4b;}*/
/*.produto-item[data-nome="prospect"] {color: #d57a55;}*/


/***
** Logo
***/

img#logo {
    width: 240px;
    transition: all .2s ease-in-out;
}

.other-page img#logo,
img#logo.stick {
    width: 220px;
}

a:hover img#logo {
    opacity: .7;

}

/***
** Essentials
***/


.font-roboto {
    font-family: bw-mitga-regular;
}


.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                     supported by Chrome and Opera */
}

/***
** Sections
***/

section.section.alternate {
    background: #e6e6e6;
}

section.section {
    padding: 5rem 0;
    overflow: hidden;
}


/***
** Video
***/

.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    margin: 30px 0px;
}
.video-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/***
** Sections
***/


section .divisor {
    position: relative;
    top: -2.5rem;
    border-top: 2px solid rgba(0, 0, 0, 0.2);
}

section .section-title {
    margin-bottom: 3rem;
}


section .title {
    display: inline-block;
    background: inherit;
    z-index: 2;
    position: relative;
    font-family: bw-mitga-regular;
    font-size: 2.1rem;
    color: #004368;
}

section .title-secondary {
    display: inline-block;
    background: inherit;
    z-index: 2;
    position: relative;
    font-family: bw-mitga-bold;
    font-size: 1.7rem;
    color: #004368;
}


/***
** Soluções
***/

#solucoes {
    background: #ececec;
}

#solucoes .produtos li {
    border-radius: 20px;
    min-height: 300px;
}

@media (max-width: 992px) {
    #solucoes .produtos li {
        min-height: auto;
        border-radius: 20px;
        text-align: center;
        padding-top: 2rem;
        margin-bottom: 1rem;
        margin: 0 1rem 1rem;
    }
}


/***
** Produtos
***/


.produtos li {
    border: 0;
}

.produtos li a.produto {
    color: #737373;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.produtos li a.produto figure {
    min-height: 110px;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}


.produtos li a.produto p {
    font-size: 20px;
    font-family: bw-mitga-regular;
    font-weight: 300;
    min-height: 90px;
    margin-bottom: 2rem;
    display: block;
}

.produtos li a.produto:hover p,
.produtos li a.produto:hover img {
    opacity: .7;
}


@media (min-width: 992px) {
    .produtos [class^="col-"]:not(:nth-last-child(1)) li a.produto::after {
        content: '';
        border-right: 2px solid #e6e6e6;
        position: absolute;
        right: -15px;
        top: 10%;
        height: 80%;
    }
}

@media (max-width: 992px) {
    .produtos {
        padding: 0;
    }
}


/* Numeros  */

.produtos .produto-numeros li {
    font-size: 1.3rem;
    color: #191919
}

.produtos .produto-numeros li span {
    font-weight: 300;
}


.produtos .produto-numeros span[class^="mdi"] {
    font-size: 1.8rem;
}

/*
Clientes
*/

#clientes {
    margin-bottom: 2rem;
}

.grid-clientes {
    display: flex;
    flex-wrap: wrap;
}

.grid-cliente-item {
    align-self: center;
    border: 1px solid #cacaca;
    height: 150px;
    flex-basis: 100%;
    text-align: center;
    filter: grayscale(1);
    opacity: .7;
}


@media (max-width: 992px) {
    .grid-cliente-item:nth-child(2n+1) {
        border-left: 0;
    }

    /* Todos os da esquerda */
    .grid-cliente-item:nth-child(2n) {
        border-right: 0;
    }

    /* Todos os da direita */
    .grid-cliente-item:nth-child(-n+2) {
        border-top: 0;
    }

    /* Os três primeiros */
    .grid-cliente-item:nth-last-child(-n+2) {
        border-bottom: 0;
    }

    /* Os três últimos */
}

@media (min-width: 992px) {
    .grid-cliente-item:nth-child(3n+1) {
        border-left: 0;
    }

    /* Todos os da esquerda */
    .grid-cliente-item:nth-child(3n) {
        border-right: 0;
    }

    /* Todos os da direita */
    .grid-cliente-item:nth-child(-n+3) {
        border-top: 0;
    }

    /* Os três primeiros */
    .grid-cliente-item:nth-last-child(-n+3) {
        border-bottom: 0;
    }

    /* Os três últimos */
}


@media all and (min-width: 450px) {
    .grid-cliente-item {
        flex-basis: 50%;
    }
}

@media all and (min-width: 900px) {
    .grid-cliente-item {
        flex-basis: 33%;
    }
}

.grid-clientes img {
    max-height: 100px;
    max-width: 200px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Page header */


.produtoAtual {
    margin-top: 1rem;
}

.produtoAtual a {
    background: transparent;
    border: #d8d8d8;
    color: inherit;
    font-size: 1.1rem !important;
    font-family: bw-mitga-light;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.produtoAtual a:focus,
.produtoAtual a:active,
.produtoAtual a:hover {
    background: #ededed !important;
    color: inherit !important;
    box-shadow: none !important;
}

.produtoAtual a.btn:not(.disabled).active {
    background: transparent;
    color: #006490;
    font-family: bw-mitga-bold;
    line-height: 1.2;
}

.produtoAtual a.btn:not(.disabled).active:hover {
    background: #d8d8d8;
}

[data-produto="gestao"] .produtoAtual a.btn:not(.disabled).active {
    color: #5ac2d7;
}

[data-produto="cronos"] .produtoAtual a.btn:not(.disabled).active {
    color: #8eaf4b;
}

[data-produto="prospect"] .produtoAtual a.btn:not(.disabled).active {
    color: #d57a55;
}

.produtoAtual a:not(:last-child) {
    border-right: 2px solid #d4d4d4 !important
}

@media (min-width: 992px) {
    .produtoAtual a {
        padding-right: 2rem;
        padding-left: 2rem;
    }

}

.other-page {
    display: flex;
}

.other-page main {
    margin-top: 99.3px;
    flex-grow: 1;
    height: calc(100% - 99.3px);
    width: 100%;
}

.page-header {
    background: #fff;
    padding: 3rem 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: url("/img/bg-page-header.png");
}

.page-header > .info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.page-header .logo-produto {
    width: 140px;
}

.page-header .nome-produto {
    font-family: bw-mitga-black;
    font-weight: 500;
    font-size: 4.6rem;
    text-transform: lowercase;
    display: inline-block;
    text-align: left;
    margin-left: 1rem;
}

@media (max-width: 425px) {
    .page-header .nome-produto {
        font-size: 3rem;
    }
}

.nome-produto .sgcor {
    font-family: bw-mitga-bold;
    color: #004368;
    text-transform: uppercase;
    font-size: 21px;
    position: relative;
    bottom: -10px;
    left: 2px;
    display: block;
}

.nome-produto .appminhacorretora {
    font-family: bw-mitga-bold;
    font-size: 21px;
    position: relative;
    bottom: -10px;
    left: 2px;
    display: block;
}

.nome-produto .appminhacorretora .app {
    color: #004368;
}


.page-header .slogan-produto,
.page-header h1 {
    font-family: bw-mitga-regular;
    font-size: 2.1rem;
    color: #004368;
}

.page-header .breadcrumb {
    background: transparent;
    margin: 0;
}

.page-header .breadcrumb li a {
    color: inherit;
}


@media (max-width: 768px) {
    .page-header .info {
        flex-direction: column;
    }

    .page-header .slogan-produto,
    .page-header h1 {
        font-size: 1.7rem;
        margin: .4rem 0 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .page-header .nome-produto {
        margin-left: unset;
    }
}


/* Mobile */

.mobile {
    padding: 8rem 0;
    min-height: 600px;
}

@media (min-width: 992px) {
    .mobile .box {
        max-height: 24rem
    }
}

.mobile .titulo {
    color: #5fc3d8;
    font-weight: 300;
    font-size: 1.9rem;
    margin-bottom: 2rem;
}

.mobile .row {
    z-index: 2;
    position: relative;
}

.mobile .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: inherit;
}


/* Vantagens */

.vantagens .item {
    background: #fff;
    padding: 1rem;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-height: 85px;
    margin-bottom: 1.5rem;
}

.vantagens .item.condensed {
    min-height: 40px;
    margin-bottom: .9rem;
    padding: .5rem 1rem;
}

.vantagens .item .icone {
    font-size: 2.1rem;
    margin-right: 1rem;
}

.vantagens .item.condensed .icone {
    font-size: 1.5rem;
}

.vantagens .item .titulo {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
    margin-right: auto;
}

.vantagens .item .info {
    border: 0;
    background: transparent;
    font-size: 1.5rem;
    color: #6a6a6a;
    opacity: .4;
    transition: opacity .3s;
}

.vantagens .item:hover .info {
    opacity: .7;
}

.vantagens .item .info:hover {
    opacity: 1;
}

.vantagens .item a {
    color: inherit;
    text-decoration: underline;
}

.vantagens .item a:hover {
    opacity: .6;
}


/* Nova versão da página de vantagens */

.vantagens .card {
    margin-bottom: 2rem !important;
    margin-left: .5% !important;
    margin-right: .5% !important;
    border: 0;
}

.vantagens .card.c-4 {
    flex: 1 0 32.3%;
    max-width: 32.3%;
}

.vantagens .card.c-12 {
    flex: 1 0 99%;
    max-width: 99%;
}

.vantagens .card.c-6 {
    flex: 1 0 49%;
    max-width: 49%;
}

@media (max-width: 992px) {
    .vantagens .card {
        max-width: 100% !important;
    }

    .vantagens .card.c-4,
    .vantagens .card.c-12,
    .vantagens .card.c-6 {
        flex: 1 1 100%;
    }
}

.vantagens .card-icon {
    font-size: 3rem;
    text-align: center;
    margin-top: 1rem;
    color: #004a72;
}

.vantagens .card-title {
    text-align: center;
    color: #004a72;
}


/* Numeros */

.numero {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.numero .mdi {
    font-size: 5rem;
    line-height: 1;
}

.numero .count {
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
}

.numero .sufixo {
    font-size: 2rem;
    font-weight: 300;
}

[data-produto="gestao"] .numero .count,
[data-produto="gestao"] .numero .mdi {
    color: #249fb2;
}

@media (max-width: 992px) {
    .numero .mdi {
        font-size: 4rem;
    }

    .numero .count {
        font-size: 2rem;
    }

    .numero .sufixo {
        font-size: 1.5rem;
    }

    .numero {
        margin-bottom: 1rem;
    }
}

/* Tooltips */
.tooltip-inner {
    max-width: 300px !important;
}
