.wrapperPWA{
    display: grid;
    grid-gap: 0px;    
    grid-template-columns: 70px 1fr;
    height: 100vh;
}

.main-left{
    height: 100vh;
    display:flex;
    flex-direction: column;
    border-right: 2px solid rgba(14, 13, 13, 0.767);
}

.main-data{
    height:100vh;
    z-index:1;
    /*border-top: 2px solid #f5f5f5;*/
}

.vertical-menu
{
}

.tablet
{
    left: 70px;
    bottom: 0;
    top: auto !important;
}

#navLogin
{
    margin-top: auto;
    padding-bottom: 52px;
}

/*
.contenthome{
    display: grid;
    grid-gap: 0px;
    grid-template-columns: 1fr;
    grid-template-rows: 576px 100%;
    grid-template-areas:
	"slide"
	"footerhome";
    min-height: 100%;
}
*/

body {
    overflow: hidden;
}

.menu-user {
    width:10rem;
}

.card-home {
    min-height: 225px;
    max-height: 225px;
}

.cupo.card-content{
    height:auto !important;
}

.logotipo{
    max-height: 58px !important;
}

.main-navbar{
    border-bottom: 2px solid rgba(0,0,0,.45);
}

.submenu-navbar{
    box-shadow: 0 2px 5px rgba(0,0,0,.25);
}

.navbar-item i {
    padding-right: .25rem;
}

.navbar-dropdown span{
    border-bottom: 1px solid rgba(0, 0, 0, 0.45);
}

.articulo{
    margin: 1.2rem;
}

.modal-card-title{
    font-weight: bold;
}

.img_size_pdf{
    width: 147px;
    height: 58px;
}