﻿#page-content-wrapper-inicio {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-image: url(../assets/img/wellcomeImages/Background-001.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
#particles-js {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index:1;
}
#page-content-wrapper-inicio:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(0, 0, 0, 0.6);
}

#backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
/*#page-content-wrapper-inicio:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    backdrop-filter: brightness(60%);
    backdrop-filter: contrast(40%);
    backdrop-filter: drop-shadow(4px 4px 10px blue);
    backdrop-filter: grayscale(30%);
    backdrop-filter: hue-rotate(120deg);
    backdrop-filter: invert(70%);
    backdrop-filter: opacity(20%);
    backdrop-filter: sepia(90%);
    backdrop-filter: saturate(80%);
    backdrop-filter: blur(12px);
}*/

#content-wellcome {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 100;
    display: flex;
    /*justify-content: center;*/
    align-content: center;
    align-items: center;
    flex-direction:column;
}

#wellcome-header {
    height: 20%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: column;
}
#wellcome-menu {
    height: 70%;
    width: 80%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

#wellcome-header #wellcome-app {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    padding-right: 17%;
}
#wellcome-header #wellcome-app > img{
    max-height:90%;
    width: auto;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

#wellcome-menu .item-menu {
    height: 70%;
    min-height: 70%;
    max-width: 40%;
    display: flex;
    flex: 1;
    margin: 0 10px;
    box-shadow: 0 12px 20px -10px rgba(0, 0, 0, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(0, 0, 0, 0.2) !important;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    border-top: 5px solid #274654;
    background-size: cover !important;
}
#wellcome-menu .item-menu:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(0, 0, 0, 0.1);
}

#wellcome-menu .item-menu .kpi-inner {
    position: relative;
    display: flex;
    height:100%;
    overflow:hidden;
}

#wellcome-menu .item-menu .kpi-inner:before {
    background: #274654;
    content: " ";
    height: 100%;
    right: 30%;
    opacity: .7;
    position: absolute;
    top: 0;
    -webkit-transform: skew(-18deg);
    -ms-transform: skew(-18deg);
    transform: skew(-18deg);
    -webkit-transition: right .3s;
    -o-transition: right .3s;
    transition: right .3s;
    width: 200%;
}
#wellcome-menu .item-menu:hover .kpi-inner:before {
    right: 50%;
}

#wellcome-menu .item-menu#dailySales {
    background-image:url(../assets/img/wellcomeImages/DailySales.jpg);
    background-repeat:no-repeat;
}
#wellcome-menu .item-menu#promoReport {
    background-image: url(../assets/img/wellcomeImages/PromoReport.jpg);
    background-repeat: no-repeat;
}

#wellcome-menu .item-menu:hover {
    background-size: 110% !important;
}
#wellcome-menu .item-menu > div {
    height: 100%;
    min-height: 100%;
    max-width: 50%;
    display: flex;
    flex: 1;
}
#wellcome-menu .item-menu > div.text-inner {
    background: #274654;
    height: 120%;
    top: -10%;
    right: 2%;
    position: absolute;
    min-width: 50%;
    padding: 15px;
    box-shadow: 0 12px 20px -10px rgba(0, 0, 0, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(0, 0, 0, 0.2) !important;
    display: flex;
    flex-direction: column;
    z-index: 999;
}

#wellcome-menu .item-menu > div.text-inner > h1 {
    color:#fff;
    font-size:22px;
    font-weight:700;
    border-bottom:2px solid #f5f5f5;
    line-height:40px;
}

#wellcome-menu .item-menu > div.text-inner > .desc-item {
    display: flex;
    flex: 1;
    flex-direction:column;
    padding:10px 0;
}

#wellcome-menu .item-menu > div.text-inner > .desc-item .qlik-embed {
    position: relative;
    margin: 0;
    background: transparent !important;
    max-height:30%;
    margin-bottom:20px;
}
#wellcome-menu .item-menu > div.text-inner > .desc-item .qlik-embed.mzh-50 {
    max-height: 50%;
}

#wellcome-menu .item-menu .ver-app {
    height: 50px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    transition: all .6s ease 0s;
    color: #FFF;
    background-color: #202d33;
    font-size: 1.6rem;
    width: 90%;
    margin:auto;
    cursor:pointer;
}
#wellcome-menu .item-menu .ver-app:hover {
    box-shadow: 0 12px 20px -10px rgba(0, 0, 0, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(0, 0, 0, 0.2) !important;
    background-color: #333d42;
}
#wellcome-menu .item-menu .qv-block-ui {
    background: transparent;
}

/*MzKpi*/
#wellcome-menu .item-menu .mz-box-kpi .mz-box-kpi-inner .qlik-embed,
#wellcome-menu .item-menu .mz-box-kpi .mz-box-kpi-inner .qlik-embed .MzKPI.MzBootstrap.MzIcofont {
    /*background: #ededed !important;*/
    background: #f9f9f9 !important;
    box-shadow: none !important;
}

#wellcome-menu .item-menu .mz-box-kpi .mz-box-kpi-inner .qlik-embed .MzKPI .kpi-tile .text-container {
    width: 100%;
    height:100%;
    margin-top: 00px;
}

#wellcome-menu .item-menu .mz-box-kpi .mz-box-kpi-inner .qlik-embed .text-container > .row {
    display:flex;
    flex-direction:column-reverse;
    height:60%;
}


#wellcome-menu .item-menu .mz-box-kpi .mz-box-kpi-inner .qlik-embed .text-container > .row:first-child {
    border-bottom: 1px solid #c6c6c6;
}
#wellcome-menu .item-menu .mz-box-kpi .mz-box-kpi-inner .qlik-embed .text-container > .row:last-child {
    border-bottom: 4px solid #707070;
}
#wellcome-menu .item-menu .mz-box-kpi .mz-box-kpi-inner .qlik-embed .text-container > .row.compares-items {
    height: 40%;
    min-height: 40% !important;
    margin-top: 0;
}
#wellcome-menu .item-menu .mz-box-kpi .mz-box-kpi-inner .qlik-embed .text-container > .row.compares-items.align-items-end {
    flex-direction:row;
}

#wellcome-menu .item-menu .mz-box-kpi .mz-box-kpi-inner .qlik-embed .text-container > .row.compares-items.align-items-end > .vcomp-container:first-child {
    justify-content: center;
    align-items: flex-start;
    align-content: center;
}
#wellcome-menu .item-menu .mz-box-kpi .mz-box-kpi-inner .qlik-embed .text-container > .row.compares-items.align-items-end > .vcomp-container:last-child {
    justify-content: center;
    align-items: flex-end;
    align-content: center;
}

#wellcome-menu .item-menu .mz-box-kpi .mz-box-kpi-inner .qlik-embed .text-container > .row.compares-items.align-items-end > .vcomp-container .label-vcomp {
    margin-bottom: 0;
    color: #4f5152;
}

#wellcome-menu .item-menu .mz-box-kpi .mz-box-kpi-inner .qlik-embed .text-container > .row.compares-items.align-items-end > .vcomp-container .value-vcomp {
    margin-bottom: 0;
    color: #6d6e6f;
}


#wellcome-menu .item-menu .mz-box-kpi .mz-box-kpi-inner .qlik-embed .MzKPI .kpi-tile .value-container {
    justify-content: center;
    align-items: flex-end;
    align-content: center;
    display: flex;
    flex-direction: column-reverse;
}


#wellcome-menu .item-menu .mz-box-kpi .mz-box-kpi-inner .qlik-embed .MzKPI .kpi-tile .vcomp-container {
    margin-top: 0px;
    display:flex;
    flex-direction:column;
    height:100%;
}

#wellcome-menu .item-menu .mz-box-kpi .mz-box-kpi-inner .qlik-embed .MzKPI .kpi-tile .value-container .label {
    color: #4e4a4a;
    opacity: 1;
}
#wellcome-menu .item-menu .mz-box-kpi .mz-box-kpi-inner .qlik-embed .kpi-tile .value-container .value {
    color: #808080;
    font-size: 24px !important;
}
.mz-box-kpi > .mz-box-kpi-inner .kpi-tile .value-container .value {
    font-size: 1.6rem !important;
}
.MzKPI.MzBootstrap.MzIcofont {
    background-color: transparent !important;
    padding: 0px !important;
}

#welcome{
    background: #e5f2f2;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    z-index: 0;
    padding: 10px 10px 0 0px !important;
}

#welcome-menu{
    padding: 15px;
    height: 5%;
}

#welcome-menu .welcome-logo-cliente{
    height: 85px;
    width: 32%;
}

#welcome-menu .welcome-logo-aplicacion{
    height: 85px;
}

#welcome-menu img{
    margin-left: 0;
    max-width: 100%;
    max-height: 100%;
    /* margin: auto; */
    display: block;
}

#welcome-menu  .welcome-logo-aplicacion img{
    margin-right: 0;
}

#welcome-menu > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;    
}

#welcome-menu > ul > li{
    display: inline-block;
    /* float: left; */
}
  
#welcome-menu > ul > li a {
    display: block;
    color: #878787;
    text-align: center;
    padding: 0 30px;
    text-decoration: none;
}

#welcome-menu > ul > li a:hover{
    color: #fff;
}

#welcome-content{
    padding-left: 85px;
    padding-right: 85px;
}

#welcome-content img{
    max-height: 100%;
    width: auto;
}

#welcome-footer{
    background: #00847c;
    position: fixed;
    text-align: center;
    bottom: -115px;
    width: 850px;
    max-height: 15%;
    height: 15%;
    left: 25%;
    border-radius: 100%;    
}

#welcome-footer img{
    display: inline-block;
    width: 150px;
}

.qlik-embed.graficoWelcome{
    border-radius: 20px!important;
    margin-top: 5px;
}

.box_welcome{
    height: 55%;
    min-height: 55%;
    flex: 0 0 23%;
    max-width: 20%;
    margin-right: 2%;
    background-size: 100%;
    background-repeat: no-repeat;    
}

.box_welcome:hover{
    cursor: pointer;
}

.graficoFacebook{
    background-image: url("../assets/img/wellcomeImages/Box-001.png");
    margin-left: 7%;
}
.graficoLinkedin{
    background-image: url("../assets/img/wellcomeImages/Box-002.png");
}
.graficoTwitter{
    background-image: url("../assets/img/wellcomeImages/Box-003.png");
}
.graficoInstagram{
    background-image: url("../assets/img/wellcomeImages/Box-004.png");
}

.mz-gauge {
    /* margin-top: -23px!important; */
    margin-top: 5px!important;
    margin-right: 25px!important;
}

.mz-gauge h2.tit-mz-box{
    visibility: hidden;
}

/* .graficoWelcomeEvolutivo{ */
    /*Version antigua welcome*/
    /* margin-left: 7%;   */
    /*Version nueva welcome*/  
    /* margin-left: 1%; */
/* } */

.graficoWelcomeEvolutivo .qv-object .qv-object-title .qv-object-title-text{
    color: #FFFFFF;
}

.qlik-embed.graficoWelcomeKPI {
    border-radius: 10px!important;
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
    #welcome-menu .welcome-logo-cliente {
        width: 15%;
    }

    #welcome-footer {
        bottom: -80px;
        left: 10%;
    }
    
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
    #welcome-menu .welcome-logo-cliente {
        height: 50px;
        width: 20%;
    }
    
    #welcome-menu > ul > li a {
        padding: 0 5px;
    }
    
    #welcome-menu .welcome-logo-aplicacion {
        height: 45px;
    }
    
    #welcome-content {
        padding-left: 0;
        padding-right: 0;
    }
    
    #welcome-footer {
        left: 0;
    }
}

.kpi-welcome .MzKPI .kpi-tile .row .col.value-container .label * {
    font-size: 25px!important;
}


.kpi-welcome .MzKPI .kpi-tile .row .col.value-container .value * {
    font-size: 35px!important;
}

/*Imagen Fondo*/
#img-bg {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover !important;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

#img-bg:after {
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.4);
}
/*Contenedor Principal*/
#page-content-wrapper-inicio {
    display: flex;
    flex: 1 1 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index:1;
}
#page-wellcome{
    display:flex;
    height:100%;
    flex:1 1 100%;
}
#page-wellcome #sidebar-left {
    display:flex;
    flex:0 0 45%;
    flex-direction:column;
    background: #e5f2f2 !important;
    -webkit-box-shadow: 4px 0px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 4px 0px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 4px 0px 5px 0px rgba(0,0,0,0.4);
}
#page-wellcome #sidebar-right {
    display: flex;
    flex: 0 0 55%;
    flex-direction: column;
    background: rgba(0,0,0, 0.2);
}


/*Logos*/
#sidebar-left #sidebar-logo-cliente {
    display:flex;
    justify-content:flex-start;
    align-content:center;
    align-items:center;
    padding:30px 0;
}

#sidebar-left #sidebar-logo-cliente > img {
    max-width: 260px;
    height: auto;
}

#poweredBy {
    position:absolute;
    bottom:30px;
    left:30px;
}
#poweredBy p{
    color: #00857c;
    font-size: 14px;
}

#poweredBy #img-powered img {
    max-width: 200px;
    height: auto;
}


#sidebar-we-are {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 100px;
}

#sidebar-we-are .item-we-are {
    display: flex;
    flex: 1;
    padding: 20px 0 20px 20px;
    margin: 20px 40px;
    background: #fff;
}

#sidebar-we-are .item-we-are.reverse {
    flex-direction:row-reverse;
    padding: 20px 20px 20px 0;
}

#sidebar-we-are .item-we-are .item-we-are-txt {
    /*display: flex;*/
    flex: 0 0 45%;
    padding:0 20px;
}
#sidebar-we-are .item-we-are .item-we-are-img {
    display: flex;
    flex: 0 0 55%;
    background-size: cover;
    margin: -30px -30px -30px 30px;
    box-shadow: 0 12px 20px -10px rgba(0, 0, 0, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(0, 0, 0, 0.2) !important;
    border: 2px solid #fff;
    background: #fff;
    background-position: 50%;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    background-repeat:no-repeat;
    position:relative;
}

#sidebar-we-are .item-we-are .item-we-are-img:after {
    content:'';
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color:rgba(0,0,0,0.4);
}

#sidebar-we-are .item-we-are.reverse .item-we-are-img {
    margin: -30px 30px -30px -30px;
}


#sidebar-we-are .item-we-are .item-we-are-img > img {
    height:100%;
    width:auto;
}

/*Menu vertical*/
.cover-wellcome {
    display:flex;
    flex-direction:column;
    flex:1;
    overflow-x: hidden;
}

.cover-wellcome #sidebar-logo-cliente {
    display:flex;
    align-items: center;
    justify-content: flex-end;
    align-content: center;
    padding:30px;
}

.cover-wellcome #sidebar-logo-cliente > img {
    max-height:75px;
    width:auto;
}

#menu-box {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding: 0 10px;
}

#menu-box .item-box-menu {
    height: 350px;
    width:350px;
    position:relative;
    margin: 0 15px 0 0;
    
}

.conten-item-menu {
    display: flex;
    flex-direction:column;
    flex: 1;
    width: 100%;
    height: 100%;
    background: rgba(70, 78, 93, 0.8); /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(70, 78, 93, 0.8) 0%, rgba(53, 59, 73, 0.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(70, 78, 93, 0.8) 0%,rgba(53, 59, 73, 0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(70, 78, 93, 0.8) 0%,rgba(53, 59, 73, 0.8) 100%);
    position: absolute;
    border-top: 4px solid rgb(0,96,124);
    box-shadow: 0 12px 20px -10px rgba(0, 0, 0, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(0, 0, 0, 0.2) !important;

}

.conten-item-menu .ico-menu-item {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 150px;
    color: #fff;
    opacity: 0.1;
}

.conten-item-menu .item-menu-header {
    display: flex;
    height: 40px;
    padding: 0 20px;
    width: 100%;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    margin-top: -43px;
    background: rgba(0,0,0,0.6);
    overflow: hidden;
}

.conten-item-menu .item-menu-header .header-number {
    font-size:36px;
    color:#edef0d;
    padding:0 10px 0 0;
}
.conten-item-menu .item-menu-header .header-text {
    font-size: 28px;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    padding-left: 10px;
    border-left: 3px solid #00607c;
}

.item-box-menu .link-menu {
    display: flex;
    flex-direction:column;
    flex: 1;
    width: 100%;
    height: 100%;
    padding:15px;
}

.item-box-menu .link-menu .item-link {
    padding: 5px 0;
    margin-bottom: 5px;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    cursor:pointer;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.item-box-menu .link-menu .item-link:hover {
    background: rgba(0,0,0,.3);
}

.item-box-menu .link-menu .item-link .link-simbol {
    display:inline-block;
    padding-right:5px;
}
.item-box-menu .link-menu .item-link .link-simbol > i {
    font-size: 26px;
}

.item-box-menu .link-menu .item-link .link-text {
    font-size: 18px;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
}
/*Menu vertical*/

/*menu-boxes*/
.cover-wellcome:after {
    content:'';
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: #e5f2f2;
    z-index:-1;
}
#menu-boxes {    
    /* width: 100%; */
    /* margin-top: 7%; */
    padding: 10px;
    display: flex;
    /* height: 35%; */
    /* height:50%; */
    align-content: center;
    align-items: flex-start;
    justify-content: center;
}
@media only screen and (max-width:935px) {
    #menu-boxes{ 
        flex-wrap:wrap;
    }
}
#menu-boxes .item-menu-boxes {
    display: flex;
    flex: 0 0 15%;
    flex-direction: column;
    padding: 15px;
    margin: 10px;
    height: 40%;
    background: rgba(0,0,0,0.4);
    background-image: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 48%, rgba(255, 255, 255, 0.16) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.16)), color-stop(52%, rgba(255, 255, 255, 0.08)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 48%, rgba(255, 255, 255, 0.16) 100%);
    background-image: -o-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 48%, rgba(255, 255, 255, 0.16) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 48%, rgba(255, 255, 255, 0.16) 100%);
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 48%, rgba(255, 255, 255, 0.16) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
    box-shadow: 0 2px 2px 0 rgba(0,0,0, 0.14), 0 3px 1px -2px rgba(0,0,0, 0.2), 0 1px 5px 0 rgba(0,0,0, 0.12);
    border-top: 5px solid #00857C;
    position: relative;
    cursor: pointer;
}
@media only screen and (max-width:935px) {
    #menu-boxes .item-menu-boxes {
        flex: 0 0 30%;
    }
}

#menu-boxes .item-menu-boxes:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0px;
    height: 5px;
    width: 100%;
    background-image: linear-gradient(90deg, #00857C 0%, rgba(255,255,255,0) 100%);
}

#menu-boxes .item-menu-boxes .number-menu {
    color: #00857C;
    font-size: 1.8vw;
    margin-right: 10px;
    height: 60px;
    display: flex;
    align-content: flex-end;
    align-items: flex-end;
    justify-content: flex-start;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
#menu-boxes .item-menu-boxes .number-menu > span{
    position:absolute;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
    @media only screen and (max-width:1024px) {
        #menu-boxes .item-menu-boxes .number-menu > span {
            font-size: 1.3rem;
        }
    }
    #menu-boxes .item-menu-boxes .texto-menu {
        color: #faffff;
        font-size: 0.9rem;
        text-transform: none;
        min-height: 50px;
        display: flex;
        align-content: flex-end;
        align-items: flex-start;
        justify-content: flex-start;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        -o-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
    }

    @media only screen and (max-width: 1024px) {
        #menu-boxes .item-menu-boxes .texto-menu {
            font-size: .9rem;
        }
    }

    @media only screen and (max-width: 935px) {
        #menu-boxes .item-menu-boxes .texto-menu {
            font-size: 1.1rem;
        }
    }


    #menu-boxes .item-menu-boxes:hover .number-menu > span {
        margin-top: -25%;
        font-size: 1.3rem;
    }
        @media only screen and (max-width: 935px) {

            #menu-boxes .item-menu-boxes:hover .number-menu > span {
                margin-top: -10%;
            }
         }
    #menu-boxes .item-menu-boxes .submenu-menu {
        padding: 10px 15px;
        position: absolute;
        width: 100%;
        /* height: 100%; */
        height: 85%;
        top: 0;
        left: 0;
        background: #FFFFFF;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        -o-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
        background: rgba(0,0,0,0.4);
        background-image: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 48%, rgba(255, 255, 255, 0.16) 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.16)), color-stop(52%, rgba(255, 255, 255, 0.08)), color-stop(100%, rgba(255, 255, 255, 0)));
        background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 48%, rgba(255, 255, 255, 0.16) 100%);
        background-image: -o-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 48%, rgba(255, 255, 255, 0.16) 100%);
        background-image: -ms-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 48%, rgba(255, 255, 255, 0.16) 100%);
        background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 48%, rgba(255, 255, 255, 0.16) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
        box-shadow: 0 2px 2px 0 rgba(0,0,0, 0.14), 0 3px 1px -2px rgba(0,0,0, 0.2), 0 1px 5px 0 rgba(0,0,0, 0.12);
        border-bottom: 5px solid #00857C;
    }

    @media only screen and (max-width:935px) {
        #menu-boxes .item-menu-boxes .submenu-menu:nth-of-type(1) {
            border-bottom: 0;
            border-top: 5px solid #00857C;
        }
    }

    #menu-boxes .item-menu-boxes:hover .submenu-menu {
        top: 100% !important;
        opacity: 1;
        visibility: visible;
    }

    @media only screen and (max-width:935px) {
        #menu-boxes .item-menu-boxes:hover .submenu-menu:nth-of-type(1) {
            top: -100% !important;
        }
    }

    #menu-boxes .item-menu-boxes .submenu-menu .item-submenu-menu {
        padding: 5px;
        color: #b8b8b8;
        margin-bottom: 5px;
        font-size: 0.9rem;
    }

        #menu-boxes .item-menu-boxes .submenu-menu .item-submenu-menu:hover {
            color: #fff;
        }


    #menu-boxes .item-menu-boxes .item-menu-simbol {
        position: absolute;
        right: 5px;
        color: #fff;
    }

    @media only screen and (min-width : 1025px) and (max-width : 1366px) {
        #menu-boxes .item-menu-boxes .number-menu {
            height: 33px;
        }

        #menu-boxes .item-menu-boxes .item-menu-simbol {
            top: -3%;
            font-size: 70px;
        }
    }

    #menu-boxes .icofont {
        font-size: 5rem;
    }

    @media only screen and (max-width: 1024px) {
        #menu-boxes .icofont {
            font-size: 5rem;
        }
    }   


    #page-content-wrapper-inicio:after {
        content:'';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index:-2;
        background-size:cover;
        position:fixed;
        top:0;
        left:0;
    }




    .texto-menu {
        line-height: 18px !important;
    }

/* __________________RESPONSIVE iPad Horizontal___________________________ */

@media only screen and (min-width : 1024px) and (max-width : 1367px){

    #menu-boxes .item-menu-boxes {
        padding-bottom: 0.5%;
        height: 55%;
    }

    .texto-menu {
        line-height: 18px !important;
    }


    #menu-boxes .item-menu-boxes .number-menu {
        height: 12px;
    }

    #menu-boxes .item-menu-boxes .submenu-menu {
        height: 100%;
    }

}


/* __________________RESPONSIVE iPad Vertical___________________________ */

@media only screen and (min-width : 320px) and (max-width : 1023px) {

    #menu-boxes {
        height: 50%;
        align-content: space-around;
    }

    #menu-boxes .item-menu-boxes {
        height: 35%;
        padding-bottom: 0.5%;
    }


    #menu-boxes .item-menu-boxes .number-menu {
        height: 12px;
    }

    #menu-boxes .item-menu-boxes:hover .submenu-menu:nth-of-type(1) {
        top: -6px !important;
        background-color: #000000;
    }


    #menu-boxes .item-menu-boxes .submenu-menu {
        height: 100%;
    }

    .texto-menu {
        line-height: 30px;
    }




}


/* __________________RESPONSIVE móvil Horizontal___________________________ */

@media only screen and (min-width : 376px) and (max-width : 667px) {

    #page-content-wrapper-inicio:after {
        background:none;
        background-color:rgb(0, 124, 166)
    }

    .cover-wellcome #sidebar-logo-cliente {
        padding: 2% 4% 0 0;
    }

    .cover-wellcome #sidebar-logo-cliente > img {
        width: 10%;
    }

    #menu-boxes {
        margin-top: 0;
    }

    #poweredBy {
        display: flex;
        align-items: center;
        bottom: 5%;
    }

    #poweredBy p {
        font-size: .6rem !important;
        margin-bottom: 0 !important;
    }

    #img-powered {
        display: flex;
    }

    #poweredBy #img-powered img {
        max-width: 21%;
        padding-left: 2%;
    }

     #menu-boxes {
        height: 90%;
        align-content: stretch;
     }
     #menu-boxes .item-menu-boxes {
        padding: 1%;
     }

     #menu-boxes .item-menu-boxes .texto-menu {
         font-size: 0.8rem;
     }

     #menu-boxes .item-menu-boxes .number-menu {
        height: 25%;
     }

     #menu-boxes .item-menu-boxes .number-menu > span {
        font-size: 1.1rem;
     }

     #menu-boxes .item-menu-boxes:hover .submenu-menu:nth-of-type(1) {
        top: -5% !important;
    }

    #menu-boxes .item-menu-boxes .submenu-menu {
        top: -5% !important;
        height: 100%;
        background: rgba(0,0,0,1);
    }

    #menu-boxes .item-menu-boxes .item-menu-simbol {
        display: none;
    }


}




/*¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨RESPONSIVE iPhone6/7/8 Vertical¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨*/

@media only screen and (max-width : 375px) {

    #page-content-wrapper-inicio:after {
        background:none;
        background-color:rgb(0, 124, 166)
    }


    .cover-wellcome #sidebar-logo-cliente {
        padding: 5% 4% 0 0;
    }

    .cover-wellcome #sidebar-logo-cliente > img {
        width: 20%;
    }

    #menu-boxes {
        margin-top: 0;
    }

     #poweredBy {
         display: flex;
         align-items: center;
         bottom: 5%;
     }

     #poweredBy p {
        font-size: .6rem !important;
        margin-bottom: 0 !important;
        width: 30%;
    }

    #img-powered {
        display: flex;
    }

     #poweredBy #img-powered img {
        max-width: 35%;
        padding-left: 2%;
     }

     #menu-boxes {
        height: 85%;
        padding: 5% 2% 2% 2%;
        align-content: stretch;
     }
     
     #menu-boxes .item-menu-boxes {
        padding: 1%;
        height: 28%;
        min-width: 40%;
     }

     #menu-boxes .item-menu-boxes .texto-menu {
         font-size: 0.8rem;
     }

     #menu-boxes .item-menu-boxes .number-menu {
        height: 25%;
     }

     #menu-boxes .item-menu-boxes .number-menu > span {
        font-size: 1.1rem;
     }

     #menu-boxes .item-menu-boxes:hover .submenu-menu:nth-of-type(1) {
        top: -5% !important;
    }

    #menu-boxes .item-menu-boxes .submenu-menu {
        top: -5% !important;
        height: 100%;
        background: rgba(0,0,0,1);
     }

     #menu-boxes .item-menu-boxes .item-menu-simbol {
         display: none;
     }



}

.qlik-embed-welcome {
    background: none!important;
    box-shadow: none!important;    
}
.qlik-embed.qlik-embed-welcome-kpi {
    background: none!important;
    box-shadow: none!important;
    padding-top: 18px;
}

.qlik-embed-welcome-kpi .sn-kpi .sn-kpi-ellips-text > *{
    color: #00857c!important;
    font-size: 1.25rem!important;    
}

.iconoRedSocial{
    position: absolute;
    right: 10px;
    top: 20px;
    font-size: 50px;
    color: #00857c;
}

.box_object.graficoWelcomeEvolutivo .qv-object-content-container svg g g text{
	fill: #FFFFFF!important;
}

.box_mix.box_mix_welcome {
    background: none!important;
    box-shadow: 0 12px 20px -10px rgba(0, 0, 0, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(0, 0, 0, 0.2) !important;
    /* box-shadow: none!important; */
    border-radius: 15px;
    border-top: 1px solid #00857c;
}

