﻿html {
    height: 100%;
}

body {
    font-family: Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
    min-height: 100%;
}

app {
    display: block;
    min-height: 100vh;
}

.top-label-header {
    height: 30px;
    padding-right: 7em;
}

.nav-img {
    display: none;
}

.nav-img-full {
    width: 150px;
}

.tel-link {
    color: white !important;
    text-decoration: none;
}

.login-link {
    color: white !important;
    text-decoration: none;
    border-left: solid 2px #85879c;
}

.corporate-color {
    color: #0741ad !important;
}

.scanner-devices {
    text-align:start !important;
}

header {
    height: 110px;
}

.min-H-max {
    min-height: 100vh;
}

.min-H-75 {
    min-height: 75vh;
}
.footer-logo {
    padding-left: 1.5rem !important;
}

.footer-social {
    text-align: right !important;
    padding-right: 1.5rem !important;
}

#mainLayout {
    display: flex;
    flex-flow: column;
    height: 100%;
    min-height: 100vh;
}

    #mainLayout > header {
        flex: 0 1 auto;
        /* The above is shorthand for:
  flex-grow: 0,
  flex-shrink: 1,
  flex-basis: auto
  */
    }

    #mainLayout > .content {
        flex: 1 1 auto;
    }

    #mainLayout > footer {
        flex: 0 1 auto;
    }


.footer {
    /* position: absolute;
    bottom: 0;*/
    width: 100%;
    font-weight: 400;
    background-color: #181b1c;
    color: #898989;
    font-size: .85rem;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 0 .5rem;
}

.footer__link {
    color: #898989;
    /*padding: .33rem 0*/
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    text-decoration: none;
}

    .footer__link:hover {
        color: #b5b1b1;
        text-decoration: underline;
    }


.is-collapsed ~ .logo-only {
    display: block;
}

@media (max-width:100px) {
    .logo-only {
        display: none;
    }
}

@media (min-width:50px) and (max-width:100px) {
    .logo-with-text {
        display: none;
    }

    .logo-only {
    }
}

.social-link-footer {
    padding: 0 .25rem
}

.social-link-footer__img {
    width: 1.625rem;
    height: 1.625rem
}

.footer__copyright {
    line-height: 1.3
}

@media (min-width:577px) and (max-width:768px) {
    .footer__copyright {
        padding-right: .5rem
    }
}

@media (min-width:577px) {
    .footer {
        padding: 0
    }
}

.footer__links {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1em 0 2em;
    min-height: 16.175rem
}

.footer__bottom {
    padding: 2rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

    .footer__bottom .footer__column {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .footer__bottom:before {
        position: absolute;
        left: -50vw;
        top: 0;
        width: 150vw;
        height: 1px;
        content: "";
        display: block;
        background-color: #333433
    }

@media (max-width:768px) {
    .footer__bottom {
        text-align: center
    }

    .landing-spotlight-graphic__container {
        text-align: center;
    }

        .footer__bottom .footer__column {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

            /*.footer__bottom .footer__column:first-of-type {
                -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                order: 1
            }*/

    /*.footer__column:last-of-type {
        display: none
    }*/
}

.footer__thanksto {
    padding: 0.55rem 0;
    /* display: -webkit-box;
        display: -ms-flexbox;
        display: flex;*/
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    text-align: center
}

    .footer__thanksto:before {
        position: absolute;
        left: -50vw;
        top: 0;
        width: 150vw;
        height: 1px;
        content: "";
        display: block;
        background-color: #333433
    }

.shadowForm {
    box-shadow: 0 12px 15px 0 rgba(0,0,0,.24), 0 17px 50px 0 rgba(0,0,0,.19) !important;
}

.shadowForm-title {
    top: -20px;
    position: relative;
    width: 100%;
}

.imgLoginContainer {
    width: 64px !important;
    height: 64px !important;
    border: none;
    border-radius: 50%;
    background-color: #b3b3b3;
    position: relative;
    left: 48%;
    transform: translate(-35%, -50%);
}

    .imgLoginContainer > img {
        position: relative;
        left: -30%;
    }

@media(min-width:200px) and (max-width:480px) {
    .imgLoginContainer {
        width: 48px !important;
        height: 48px !important;
        transform: translate(-40%, -50%);
    }

        .imgLoginContainer > img {
            position: relative;
            width: 46px;
            height: 46px;
            left: -45%;
        }
}

.title-sm {
    font-size: .875rem;
    font-weight: 600;
}

.title-m {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.shadow-light {
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%) !important;
}

.text-shadow-black {
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 1);
}

.text-shadow-blue {
    text-shadow: 0px 1px 2px rgba(87, 134, 255, 0.7);
}

.text-shadow-white {
    text-shadow: 0px 1px 4px rgba(255, 255, 255, 1);
}

.text-shadow-white-low {
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
}

.input-with-icon {
    padding-left: 35px !important;
    margin: 8px 0 !important;
    display: inline-block !important;
    box-sizing: border-box;
    width: 75% !important;
}

.icon-input {
    position: relative;
    left: 30px;
}

.background-almost-black-dark {
    background-color: #181b1c;
}

.containerLand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1440px;
    margin: auto;
    position: relative;
    padding: 0 1.5rem;
    width: 100%
}

.container--block {
    display: block
}

.container--condensed {
    max-width: 1230px
}

.container--condensed--min {
    max-width: 900px
}


.text-title {
    color: #2a2d2f;
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 2rem;
}

.text-title--primary {
    font-size: 3.1875rem;
    font-weight: 600;
}

.landing-features {
    background: #fff;
    border: 1px solid #f1f1f1;
    padding-top: 2.75rem;
    padding-bottom: 4.75rem
}

.landing-omni {
    padding-top: 2.75rem;
    padding-bottom: 4.75rem
}

@media (max-width:576px) {
    .landing-features {
        padding-top: 5rem;
        padding-bottom: 0
    }

    .landing-omni {
        padding-top: 2.75rem;
        padding-bottom: 2.75rem;
    }
}

.text-title--landing {
    font-size: 2.35rem;
    font-weight: 600;
    margin-bottom: 1rem
}

.text-title--landing-med {
    font-size: 1.9rem;
    font-weight: 600;
    margin-bottom: 1rem
}

@media (max-width:576px) {
    .text-title--landing {
        font-size: 1.35rem;
        line-height: 1.15
    }

    .text-title--landing-med {
        font-size: 1.15rem;
        line-height: 1.15
    }

    .row {
        margin-left: -5px;
    }
}

.row-ml {
    margin-left: 10px;
}

.text-title--small {
    font-size: 1.5rem
}

.bold {
    font-weight: 700;
}

.bold-medium {
    font-weight: 500;
}

.text-color-gray {
    color: #666666;
}

.text-subtitle {
    color: #2a2d2f;
    text-transform: uppercase;
    font-size: 1rem;
    margin: .5rem 0 1.5rem
}

.text-subtitle--secondary {
    font-size: 1.125rem
}

.section--small-padding {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.section--normal-padding {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem
}

.section--medium-padding {
    padding-top: 8rem;
    padding-bottom: 8rem
}

.section--large-padding {
    padding-top: 13rem;
    padding-bottom: 13rem
}

@media (max-width:768px) {
    .section--large-padding {
        padding-top: 4rem;
        padding-bottom: 4rem
    }
}

.landing-spotlight {
    overflow: hidden;
    padding: 2.5rem 0 1.5rem
}

@media (min-width:577px) and (max-width:768px) {
    .landing-spotlight {
        padding: 2.5rem 0
    }
}

@media (min-width:769px) {
    .landing-spotlight {
        padding: 3rem 0
    }
}

.center_vertical_column {
    position: relative;
    top: 50%;
    transform: translate(0%, -50%);
}

.center_horizontal_column {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
}

.center_vertical_horizontal_column {
    position: relative;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
}

.textWhiteWithShadow {
    color: #FFFFFF;
    text-shadow: 1px 2px 0px #7A7A7A;
}

.landing-spotlight__title {
    color: #fff;
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 1.2;
    /*margin-bottom: 1rem*/
}

@media (max-width:1224px) {
    .landing-spotlight__title {
        font-size: 2.3125rem;
        line-height: 1.4;
        /*margin-bottom: 2rem*/
    }
}

@media (max-width:900px) {
    .landing-spotlight__title {
        font-size: 2.1125rem;
        line-height: 1.4;
        /*margin-bottom: 2rem*/
    }

    .landing-spotlight__pitch {
        max-width: 40rem;
        padding-right: 1rem;
        margin: 1.75rem 0 2rem;
        color: #fff;
        line-height: 1.375;
        font-size: 1.225rem !important;
    }
}

.landing-spotlight-graphic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* margin: 2rem 0 -1rem; */
    position: relative;
}

.landing-spotlight-graphic__container {
    position: relative;
    padding: 3rem 1.75rem 1.75rem 1.65rem;
    margin: .5rem 0;
}

.center_horizontal_img {
    display: flex !important;
    position: relative;
    left: 0;
    transform: translate(20%, 0%);
}

@media (max-width:577px) {
    .landing-spotlight__title {
        font-size: 2rem;
        line-height: 1.4;
        /*margin-bottom: 2rem*/
    }

}

.landing-spotlight__middle__pitch {
    color: #fff;
    font-weight: 300;
    font-size: 1rem;
}

.landing-spotlight__pitch {
    color: #fff;
    font-weight: 300;
    font-size: 1.325rem;
    line-height: 1.5625;
    margin: 1rem 0 0
}

@media (min-width:769px) and (max-width:1023px) {
    .landing-spotlight__pitch {
        margin-bottom: .5rem;
        font-size: 1.025rem !important;
        padding-right: 0px;
    }
}

@media (min-width:577px) and (max-width:768px) {
    .landing-spotlight__pitch {
        margin-bottom: .5rem;
        font-size: 1.325rem !important;
        padding-right: 0px;
    }

}

@media (min-width: 200px) and (max-width: 576px) {

    .landing-spotlight__title {
        font-size: 1.6rem;
        line-height: 1.4;
        /*margin-bottom: 2rem*/
    }
    .landing-spotlight__pitch {
        margin-bottom: .5rem;
        font-size: 1rem !important;
        padding-right: 0px;
    }
}

    /*@media (min-width:769px) {
    .landing-spotlight__pitch {
        max-width: 40rem;
        padding-right: 5rem;
        margin: 1.75rem 0 2rem;
        color: #fff;
        line-height: 1.375;
        font-size: 1.225rem
    }
}*/

    .text--featured-medium {
        font-weight: 400;
        line-height: 1.8;
        font-size: 1rem;
        margin: 2rem 0;
        color: #686b68;
    }

    .text--medium {
        font-weight: 600;
    }

    .text-font-size-1-4 {
        font-size: 1.425rem;
    }

    @media (max-width: 768px) {
        .text-font-size-1-4 {
            font-size: 1.25rem;
        }
    }

    @media (max-width: 570px) {
        .text-font-size-1-4 {
            font-size: 1rem;
        }
    }

    .text--fontW500 {
        font-weight: 500 !important;
    }

    .text--fontW400 {
        font-weight: 400;
    }

    audio, video {
        display: inline-block;
    }

    @media (max-width: 768px) {

        .hide-medium-and-down {
            display: none !important;
        }
    }

    .d-xsm-none {
        display: block !important;
    }

    .loader-frame {
        height: 75%;
    }

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1230px;
    }

    .d-show-lowerEqual-sm {
        display: none !important;
    }

    @media (min-width: 480px) {
        .d-xsm-none {
            display: none !important;
        }
    }

    @media (min-width: 380px) {
        .d-xs-none {
            /*If > 380 hide*/
            display: none !important;
        }
    }

    @media (max-width: 480px) {
        .d-hide-lowerLg {
            display: none !important;
        }

        .mTopLowerLg4 {
            margin-top: 3rem;
        }
    }

    .xxxxsFont {
        font-size: 0.6rem !important;
    }

    .navbar .navbar-brand img {
        height: 80px;
    }

    .navbar .navbar-brand {
        padding-top: 0;
    }

    .navbar .nav-link {
        color: #444343 !important;
    }

    #navbarSupportedContent {
        background-color: white;
        z-index: 10;
    }

    .card-intro .card-body {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        border-radius: 0 !important;
    }

        .card-intro .card-body h1 {
            margin-bottom: 0;
        }

    .card-intro {
        margin-top: 89px;
    }

    .card-intro2 {
        margin-top: 80px;
    }


    /* Tamaño del scroll */
    .myScroll::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    /* Estilos barra (thumb) de scroll */
    .myScroll::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 4px;
    }

        .myScroll::-webkit-scrollbar-thumb:active {
            background-color: #999999;
        }

        .myScroll::-webkit-scrollbar-thumb:hover {
            background: #b3b3b3;
            box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
        }

    /* Estilos track de scroll */
    .myScroll::-webkit-scrollbar-track {
        background: #e1e1e1;
        border-radius: 4px;
    }

        .myScroll::-webkit-scrollbar-track:hover,
        .myScroll::-webkit-scrollbar-track:active {
            background: #d4d4d4;
        }

    .zoom-low {
        transition: transform .2s;
    }

        .zoom-low:hover {
            transform: scale(1.1);
        }

    .zoomI {
        transition: transform .2s;
    }

        .zoomI:hover {
            transform: scale(1.5); /* (150% zoom) */
        }

    .zoomS {
        transition: transform .2s;
    }

        .zoomS:hover {
            transform: scale(1.1); /* (150% zoom) */
        }

    /*!
 * Waves v0.7.6
 * http://fian.my.id/Waves
 *
 * Copyright 2014-2018 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE */
    .waves-effect {
        position: relative;
        cursor: pointer;
        overflow: hidden;
        user-select: none;
        -webkit-tap-highlight-color: transparent
    }

        .waves-effect .waves-ripple {
            position: absolute;
            border-radius: 50%;
            width: 100px;
            height: 100px;
            margin-top: -50px;
            margin-left: -50px;
            opacity: 0;
            background: rgba(0,0,0,.2);
            background: radial-gradient(rgba(0,0,0,.2) 0,rgba(0,0,0,.3) 40%,rgba(0,0,0,.4) 50%,rgba(0,0,0,.5) 60%,rgba(255,255,255,0) 70%);
            transition: all .5s ease-out;
            transition-property: opacity,-webkit-transform;
            transition-property: transform,opacity;
            transition-property: transform,opacity,-webkit-transform;
            -webkit-transform: scale(0) translate(0,0);
            transform: scale(0) translate(0,0);
            pointer-events: none
        }

        .waves-effect.waves-light .waves-ripple {
            background: rgba(255,255,255,.4);
            background: radial-gradient(rgba(255,255,255,.2) 0,rgba(255,255,255,.3) 40%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0) 70%)
        }

        .waves-effect.waves-classic .waves-ripple {
            background: rgba(0,0,0,.2)
        }

        .waves-effect.waves-classic.waves-light .waves-ripple {
            background: rgba(255,255,255,.4)
        }

    .waves-notransition {
        transition: none !important
    }

    .waves-button, .waves-circle {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-mask-image: -webkit-radial-gradient(circle,#fff 100%,#000 100%)
    }

        .waves-button, .waves-button-input, .waves-button:hover, .waves-button:visited {
            white-space: nowrap;
            vertical-align: middle;
            cursor: pointer;
            border: none;
            outline: 0;
            color: inherit;
            background-color: rgba(0,0,0,0);
            font-size: 1em;
            line-height: 1em;
            text-align: center;
            text-decoration: none;
            z-index: 1
        }

    .waves-button {
        padding: .85em 1.1em;
        border-radius: .2em
    }

    .waves-button-input {
        margin: 0;
        padding: .85em 1.1em
    }

    .waves-input-wrapper {
        display: inline-block;
        position: relative;
        vertical-align: middle;
        border-radius: .2em
    }

        .waves-input-wrapper.waves-button {
            padding: 0
        }

        .waves-input-wrapper .waves-button-input {
            position: relative;
            top: 0;
            left: 0;
            z-index: 1
        }

    .waves-circle {
        text-align: center;
        width: 2.5em;
        height: 2.5em;
        line-height: 2.5em;
        border-radius: 50%
    }

    .waves-float {
        -webkit-mask-image: none;
        box-shadow: 0 1px 1.5px 1px rgba(0,0,0,.12);
        transition: all .3s
    }

        .waves-float:active {
            box-shadow: 0 8px 20px 1px rgba(0,0,0,.3)
        }

    .waves-block {
        display: block
    }

    a.waves-effect, a.waves-light {
        display: inline-block
    }

    .navbar {
        font-weight: 300
    }


        .navbar form .md-form input {
            margin: 0 5px 1px 8px
        }

        .navbar .breadcrumb {
            margin: 0;
            padding: .3rem 0 0 1rem;
            background-color: inherit;
            font-size: 15px;
            font-weight: 300
        }

            .navbar .breadcrumb .breadcrumb-item {
                color: #fff
            }

                .navbar .breadcrumb .breadcrumb-item.active, .navbar .breadcrumb .breadcrumb-item:before {
                    color: rgba(255,255,255,.65)
                }

        .navbar .navbar-toggler {
            outline: 0;
            border-width: 0
        }

        .navbar .nav-flex-icons {
            -webkit-flex-direction: row;
            flex-direction: row
        }

        .navbar .nav-item .nav-link {
            display: block
        }

            .navbar .nav-item .nav-link.disabled:active {
                pointer-events: none
            }

            .navbar .nav-item .nav-link .fab, .navbar .nav-item .nav-link .far, .navbar .nav-item .nav-link .fas {
                padding-right: 3px;
                padding-left: 3px
            }

    @media (max-width: 992px) {
        .navbar .container {
            width: 100%
        }

            .navbar .container .navbar-toggler-right {
                right: 0
            }

        .navbar .nav-item .nav-link {
            padding-right: 6px;
            padding-left: 6px
        }
    }

    .navbar .dropdown-menu {
        position: absolute !important;
        margin-top: 0
    }

        .navbar .dropdown-menu a {
            padding: 10px;
            font-size: .9375rem;
            font-weight: 300;
            color: #000
        }

    @media (max-width: 600px) {
        .navbar .dropdown-menu form {
            width: 17rem
        }
    }

    .navbar.navbar-light .navbar-nav .nav-item .nav-link.disbled, .navbar.navbar-light .navbar-nav .nav-item .nav-link.disbled:hover {
        color: rgba(0,0,0,.3)
    }

    .navbar.navbar-light .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='rgba(0, 0, 0, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
        cursor: pointer
    }

    .navbar.navbar-light .breadcrumb .nav-item .nav-link, .navbar.navbar-light .navbar-nav .nav-item .nav-link {
        color: #000;
        transition: .35s
    }

        .navbar.navbar-light .breadcrumb .nav-item .nav-link:hover, .navbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
            color: rgba(0,0,0,.7)
        }

    .navbar.navbar-light .breadcrumb .nav-item.active > .nav-link:hover, .navbar.navbar-light .navbar-nav .nav-item.active > .nav-link:hover, .navbar.navbar-light .navbar-toggler, .navbar.navbar-light form .md-form .form-control {
        color: #000
    }

    .navbar.navbar-light .breadcrumb .nav-item.active > .nav-link, .navbar.navbar-light .navbar-nav .nav-item.active > .nav-link {
        background-color: rgba(0,0,0,.1)
    }

    .navbar.navbar-light form .md-form input {
        border-bottom: 1px solid #000
    }

        .navbar.navbar-light form .md-form input:focus:not([readonly]) {
            border-color: #4285f4
        }

    .navbar.navbar-light form .md-form .form-control::-webkit-input-placeholder {
        color: #000;
        font-weight: 300
    }

    .navbar.navbar-light form .md-form .form-control:-ms-input-placeholder {
        color: #000;
        font-weight: 300
    }

    .navbar.navbar-light form .md-form .form-control::-ms-input-placeholder {
        color: #000;
        font-weight: 300
    }

    .navbar.navbar-light form .md-form .form-control::placeholder {
        color: #000;
        font-weight: 300
    }

    .navbar.navbar-dark .navbar-nav .nav-item .nav-link.disbled, .navbar.navbar-dark .navbar-nav .nav-item .nav-link.disbled:hover {
        color: rgba(255,255,255,.25)
    }

    .navbar.navbar-dark .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='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
        cursor: pointer
    }

    .navbar.navbar-dark .breadcrumb .nav-item .nav-link, .navbar.navbar-dark .navbar-nav .nav-item .nav-link {
        color: #fff;
        transition: .35s
    }

        .navbar.navbar-dark .breadcrumb .nav-item .nav-link:hover, .navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover {
            color: rgba(255,255,255,.75)
        }

    .navbar.navbar-dark .breadcrumb .nav-item.active > .nav-link, .navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link {
        background-color: rgba(255,255,255,.1)
    }

        .navbar.navbar-dark .breadcrumb .nav-item.active > .nav-link:hover, .navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link:hover, .navbar.navbar-dark .navbar-toggler {
            color: #fff
        }

    .navbar.navbar-dark form .md-form input {
        border-bottom: 1px solid #fff
    }

        .navbar.navbar-dark form .md-form input:focus:not([readonly]) {
            border-color: #4285f4
        }

    .navbar.navbar-dark form .md-form .form-control {
        color: #fff
    }

        .navbar.navbar-dark form .md-form .form-control::-webkit-input-placeholder {
            color: #fff;
            font-weight: 300
        }

        .navbar.navbar-dark form .md-form .form-control:-ms-input-placeholder {
            color: #fff;
            font-weight: 300
        }

        .navbar.navbar-dark form .md-form .form-control::-ms-input-placeholder {
            color: #fff;
            font-weight: 300
        }

        .navbar.navbar-dark form .md-form .form-control::placeholder {
            color: #fff;
            font-weight: 300
        }


    @media (min-width: 600px) {
        .navbar .dropdown-menu form {
            width: 22rem
        }

        .navbar.scrolling-navbar {
            transition: background .5s ease-in-out,padding .5s ease-in-out;
            padding-top: 1px;
            padding-bottom: 1px;
            height: 100%;
        }

            .navbar.scrolling-navbar .navbar-nav > li {
                transition-duration: 1s
            }

            .navbar.scrolling-navbar.top-nav-collapse {
                padding-top: 5px;
                padding-bottom: 5px
            }
    }

    .card, .navbar, .pagination .page-item.active .page-link {
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)
    }


    .tooltipM {
        position: relative;
        display: inline-block;
    }

        .tooltipM > .tooltiptext {
            visibility: hidden;
            width: 120px;
            background-color: black;
            color: #fff;
            text-align: center;
            border-radius: 6px;
            padding: 5px 0;
            position: absolute;
            z-index: 1;
            top: 100%;
            left: 50%;
            margin-left: -60px;
        }

        .tooltipM .tooltiptext::after {
            content: "";
            position: absolute;
            bottom: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent black transparent;
        }

        .tooltipM:hover > .tooltiptext {
            visibility: visible;
        }


    .bgWithOrange {
        background-image: -webkit-gradient(linear, left bottom, right top, from(#38438b), color-stop(#944b94), color-stop(#d75a88), color-stop(#ff7e71), color-stop(#ffb25f), to(#ffeb68));
        background-image: -webkit-linear-gradient(left bottom, #38438b, #944b94, #d75a88, #ff7e71, #ffb25f, #ffeb68);
        background-image: -o-linear-gradient(left bottom, #38438b, #944b94, #d75a88, #ff7e71, #ffb25f, #ffeb68);
        background-image: linear-gradient(to right top, #38438b, #944b94, #d75a88, #ff7e71, #ffb25f, #ffeb68);
    }

    .bgWithBlue {
        background-image: -webkit-gradient(linear, left bottom, right top, from(#6d327c), color-stop(#485DA6), color-stop(#00a1ba), color-stop(#00BF98), to(#36C486));
        background-image: -webkit-linear-gradient(left bottom, #6d327c, #485DA6, #00a1ba, #00BF98, #36C486);
        background-image: -o-linear-gradient(left bottom, #6d327c, #485DA6, #00a1ba, #00BF98, #36C486);
        background-image: linear-gradient(to right top, #6d327c, #485DA6, #00a1ba, #00BF98, #36C486);
    }

    .bgApp {
        background-image: linear-gradient(to right, #fb525d, #fe5851, #ff5f45, #ff6837, #ff7127, #ff6d2f, #ff6936, #ff653c, #fb5655, #f04e6a, #e04b7d, #cb4d8b);
    }

    .bgApp2 {
        background-image: linear-gradient(to right, #821100, #8a1901, #912102, #992802, #a02f01, #a73501, #ae3b00, #b54100, #bd4700, #c54e00, #cc5400, #d45b00);
    }

    .bgGraySlateBlue {
        background-image: linear-gradient(to right, #eceff7, #e8ecf7, #e5e9f7, #e1e7f6, #dde4f6, #d8e0f4, #d3ddf2, #ced9f0, #c6d3ec, #bfcce7, #b8c6e3, #b0c0df) !important;
    }

    .bgGraySpace {
        background-image: linear-gradient(to right, #d0d8e4, #cad2de, #c4cbd7, #bec5d1, #b8bfcb, #b1b8c3, #aab0bc, #a3a9b4, #999fa9, #90959f, #868c94, #7d828a);
    }

    .bgBlueDark {
        background-image: linear-gradient(to right bottom, #0e446a, #0e456c, #0e466d, #0e476f, #0e4871, #124b75, #164e79, #19517d, #205684, #275c8b, #2d6192, #336799);
    }

    .gradient--blue--tr-to-bl {
        background-image: linear-gradient(to right bottom, #020189, #001e9a, #0032ab, #0045bb, #0058ca, #0069d4, #0079dd, #0089e5, #009ae7, #00a8e4, #00b5dd, #00c1d5);
    }

    .gradient--blue--tr-to-bl2 {
        background-image: linear-gradient(to right bottom, #020189, #0036a7, #005abc, #007ac9, #009ad2, #00a7d0, #00b3ca, #00bdbf, #00b9ac, #00b497, #00ae7f, #24a866);
    }

    .gradient--gray--tl-to-br {
        background-image: linear-gradient(to right bottom, #fafafa, #f4f4f5, #ededef, #e6e7ea, #dfe1e5, #d9dce0, #d2d6dc, #ccd1d7, #c5cbd2, #bec5cd, #b6c0c7, #afbac2);
    }

    .gradient--gray--br-to-tl {
        background-image: linear-gradient(to left top, #fafafa, #f4f4f5, #ededef, #e6e7ea, #dfe1e5, #d9dce0, #d2d6dc, #ccd1d7, #c5cbd2, #bec5cd, #b6c0c7, #afbac2);
    }

    .gradient--blue2 {
        background-image: linear-gradient(to right bottom, #71c8fa, #61c0fa, #51b9f9, #40b1f9, #2ca9f8, #2ba9f8, #29a8f8, #28a8f8, #3baff8, #4bb6f8, #5bbdf7, #6ac4f7);
    }

    .background-light-gray {
        background-color: #f4f8fd !important;
    }

    .logout-text {
        color: black !important;
    }

    .text-justify {
        text-align: justify !important;
        text-justify: inter-word;
    }


    .scrollbar-m::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
        background-color: #F5F5F5;
        border-radius: 10px;
    }

    .scrollbar-m::-webkit-scrollbar {
        width: 12px;
        background-color: #F5F5F5;
    }

    .scrollbar-m::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
        background-color: #17a3da;
    }

    .scrollbar-m {
        scrollbar-color: #17a3da #F5F5F5;
    }


    .layout-header {
        background-image: linear-gradient(to right, #b0c0df, #9ab1d8, #84a2d1, #6c93ca, #5085c3, #407cbe, #2d73b9, #116ab4, #0e63af, #0c5daa, #0c56a4, #0d4f9f);
    }

    .layout-header-bar {
        background-image: linear-gradient(to right bottom, #ff6ae4, #f25cce, #e44eb9, #d641a5, #c73391, #be2a84, #b42177, #aa186a, #a31360, #9c0f56, #940b4d, #8c0844);
    }

    .menu .nav .dropdown-menu .nav-link:not(.disabled):hover, .menu .nav .dropdown-menu .nav-link.active, .menu .submenu .nav-link.active, .menu .submenu .nav-link:not(.disabled):hover, .cascade .dropdown-item:not(.disabled):hover, .cascade .dropdown-item.active, .cascade .nav .nav-link:not(.disabled):hover, .cascade .nav .nav-link.active {
        background-color: transparent;
        color: #218cce;
    }

    .bg-dark {
        background-color: #004f7a !important;
    }

    .bg-collapsable .accordion-button.collapsed {
        background-image: linear-gradient(to right, #eceff7, #e8ecf7, #e5e9f7, #e1e7f6, #dde4f6, #d8e0f4, #d3ddf2, #ced9f0, #c6d3ec, #bfcce7, #b8c6e3, #b0c0df) !important;
    }

    .divider-light {
        width: 90%;
        border-bottom: 1px solid #e4e6ef;
        margin: 0.8rem 5% 0.8rem 5%;
    }

    .divider-x {
        width: 100%;
        border-bottom: 1px solid #c1c1c1;
        margin: 2rem 0;
    }

    .divider--center {
        margin-left: auto;
        margin-right: auto;
    }

    .divider--dark {
        border-color: #686b68;
    }

    .divider--medium {
        width: 15rem;
    }

    .CenterAll {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .soft-black {
        color: #767676;
    }

    .regular-font {
        font-size: 1rem;
    }

    /* Cards blocks */
    .w-layout-grid-ab {
        display: -ms-grid;
        display: grid;
        grid-auto-columns: 1fr;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
        grid-column-gap: 32px;
        grid-row-gap: 32px;
    }

    .card-block {
        padding: 24px;
        border-radius: 8px;
        background-color: #181b1c;
        -webkit-transition: .2s;
        transition: .2s;
    }

    .card-block-add {
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }

    .card-block-content {
        display: -ms-grid;
        display: grid;
        grid-auto-columns: 1fr;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        -ms-grid-columns: 32px 1fr;
        grid-template-columns: 32px 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
    }

        .card-block-content > img {
            -ms-grid-column-align: start;
            justify-self: start;
            -webkit-align-self: center;
            -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        }

    .card-block-title {
        font-size: 18px;
        font-weight: 700;
    }

    .card-block-text {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }


    .accordion-max1 .accordion-collapse.collapse.show {
        max-height: 200px;
        overflow-y: scroll;
    }

    .accordion .accordion-button.btn-secondary.collapsed {
        background-color: #004f7a;
        color: white;
    }

    .accordion-button:not(.collapsed) {
        color: black !important;
    }

    .text-dark-blue {
        color: #004f7a;
    }

    .logout-text {
        text-decoration: underline;
    }

        .logout-text:after {
            font-family: "Font Awesome 5 Free";
            content: "\f0d7";
            display: inline-block;
            padding-left: 3px;
            vertical-align: middle;
            font-weight: 900;
        }

    .clock {
        height: 100%;
        background-image: linear-gradient(to right, #0c53a2, #0c56a4, #0c58a6, #0c5ba8, #0c5daa, #105fa9, #1460a8, #1862a7, #2063a4, #2765a0, #2d669d, #336799);
        padding: 0 5px 0 5px;
        text-align: center;
        display: flex;
        align-items: center;
    }

    .layout-header.is-fixed {
        padding-right: 0px !important;
        color: white !important;
    }


    @font-face {
        font-family: 'raleway-regular';
        src: url('../fonts/raleway/raleway-regular.ttf') format('truetype');
    }

    .fontRalewayRegular {
        font-family: raleway-regular;
    }

    .rounded-20px {
        border-radius: 20px;
    }

    .rounded {
        border-radius: 0.25rem !important;
    }

    .rounded-start {
        border-top-left-radius: 0.25rem !important;
        border-bottom-left-radius: 0.25rem !important;
    }

    .rounded-top {
        border-top-left-radius: 0.25rem !important;
        border-top-right-radius: 0.25rem !important;
    }

    .border {
        border: 1px solid #dee2e6 !important;
    }

    .row-full-heigth {
        display: table-cell;
        vertical-align: middle;
        position: absolute;
        height: 100%;
        top: 0;
    }

    .label-badge {
        position: relative;
        top: 25%;
        padding: 5px 5px 5px 5px;
    }

    .tabs-body-content {
        padding: 5px;
        border-radius: 0.25rem !important;
    }

    .form-label, .legend {
        font-weight: 500;
    }

    .modal-dropdown > .dropdown-menu.show {
        position: relative !important;
        z-index: 5000;
        transform: translate(0px, 0px) !important;
    }

    .text-winner {
        font-weight: 500;
        color: gold;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
    }

    .treedropdown-select {
        /*display: none;*/
        position: absolute;
        z-index: 10;
        background-color: white;
        border: 1px solid var(--bs-border-color);
        border-radius: var(--bs-border-radius);
        overflow-y: auto;
    }

    .close-btn {
        position: relative;
        float: right;
        right: 0;
        z-index: 1000;
    }

    /*tooltip*/
    .tooltip-text {
        position: absolute;
        z-index: 2;
        color: white;
        font-size: 12px;
        background-color: #192733;
        border-radius: 10px;
        padding: 10px 15px 10px 15px;
        float: left;
        top: 10%;
        /*    top: -40px;
    left: -50%;*/
    }

        .tooltip-text::before {
            content: "";
            position: absolute;
            transform: rotate(45deg);
            background-color: #192733;
            padding: 5px;
            z-index: 1;
            top: 80%;
            left: 45%;
        }

    .not-selectable {
        color: #969690;
    }

        .not-selectable:hover {
            text-decoration: line-through;
        }

    .ag-treenode {
        color: #009ef7;
        font-weight: 500;
        text-decoration: underline;
        margin-left: 3px;
    }

        .ag-treenode:hover {
            color: black;
        }

    .buttonBlack {
        color: #fff !important;
        background: #252525;
        border: 1px solid #252525;
        border-radius: 5em;
        text-decoration: none;
        text-align: center;
        font-weight: 400;
        display: inline-block;
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent;
        font-size: .875rem;
        padding: 0.688rem 2em;
        line-height: 1.2;
        min-width: 150px;
        -webkit-transition: all .15s;
        transition: all .15s;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .buttonBlack:hover {
            color: #fff;
            border-color: #333433;
            background: #333433;
            fill: #333433
        }

        .buttonBlack:focus {
            outline: none
        }

        .buttonBlack:active {
            border: 1px solid rgba(0,0,0,.7);
            background: rgba(0,0,0,.7);
            -webkit-box-shadow: 0 0 0 .2rem rgba(37,37,37,.23);
            box-shadow: 0 0 0 .2rem rgba(37,37,37,.23)
        }

    .buttonWhite {
        color: #000 !important;
        background: #fff;
        border: 2px solid #252525;
        border-radius: 5em;
        text-decoration: none;
        text-align: center;
        font-weight: 400;
        display: inline-block;
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent;
        font-size: .875rem;
        padding: 0.688rem 2em;
        line-height: 1.2;
        min-width: 150px;
        -webkit-transition: all .15s;
        transition: all .15s;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .buttonWhite:hover {
            color: #0092ba;
            border-color: #383838;
            /*background: #e7f3fb;*/
            background-image: linear-gradient(to bottom, #ffffff, #fafafa, #f6f5f5, #f1f0f0, #edebeb, #edebeb, #edebeb, #edebeb, #f1f0f0, #f6f5f5, #fafafa, #ffffff);
            fill: #e7f3fb;
        }

        .buttonWhite:focus {
            outline: none
        }

    .button--bold {
        font-weight: 700;
    }

    .button--arrow {
        padding-right: 3em;
        padding-left: 3em;
        min-width: 0
    }

        .button--arrow.button--dark-text {
            color: #2a2d2f
        }

        .button--arrow:after {
            position: absolute;
            display: block;
            content: "\2192";
            color: transparent;
            -webkit-transform: translateX(-.5em);
            transform: translateX(-.5em);
            right: 1.8em;
            top: .85em;
            -webkit-transition: translate .8s;
            transition: translate .8s
        }

    @media (min-width:577px) {
        .button--arrow:hover {
            -webkit-box-shadow: none;
            box-shadow: none;
            padding-right: 4.3em
        }

            .button--arrow:hover:after {
                -webkit-transform: translateX(0);
                transform: translateX(0);
                color: currentColor;
            }

        .button--arrow:active:after {
            -webkit-transform: translateX(1px);
            transform: translateX(1px)
        }
    }

    .hide-badge + span {
        display: none;
    }

    .clock {
        min-width: 110px;
    }

    .card-img-small {
        margin-right: auto !important;
        margin-left: auto !important;
        max-width: 200px;
    }

    table.simple {
        width: 100%;
        border-collapse: collapse;
        border-width: 1px;
        border-color: #CCCCCC;
        border-style: solid;
    }

        table.simple td, table.simple th {
            border-width: 1px;
            border-color: #CCCCCC;
            border-style: solid;
            padding: 0.75rem;
            text-align: center;
            font-size: 1rem;
            color: #232323;
        }

        table.simple th {
            font-weight: 700;
        }

        table.simple thead {
            background-color: #FFFFFF;
        }

        table.simple tbody {
            background-color: #f9f9f9;
        }

    .font-weight-bold {
        font-weight: 700 !important;
    }

    .soft-black {
        color: #767676;
    }

    .font-rubik {
        font-family: 'Rubik', sans-serif;
        font-display: swap;
        font-size: 1rem;
        line-height: 1.5;
    }

    .card-to-right {
        margin-left: auto !important;
        margin-right: 0.5rem !important;
    }

    .card-to-left {
        margin-right: auto !important;
        margin-left: 0.5rem !important;
    }

    .container-max {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 95%;
        margin: auto;
        position: relative;
        padding: 0 1.5rem;
        width: 100%;
    }

    .footer-logo-with-text {
        display: flex !important;
    }
