.main-header{
    grid-area: nav;
}

.main-data{
    grid-area: data;
    z-index:1;
    /*border-top: 2px solid #f5f5f5;*/
}

.wrapper{
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0px;
    grid-template-rows: 62px calc(100vh-62px);
    grid-template-areas:
	"nav"
	"data";
    /*min-height: 100vh;*/
}

.contenthome{
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0px;
    grid-template-areas:
	"slide"
	"footerhome";
    min-height: 100%;
}

.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{
    left: initial !important;
    right: 0;
}

.navbar-dropdown span{
    border-bottom: 1px solid rgba(0, 0, 0, 0.45);
}

.articulo{
    margin: 1.2rem;
}

.modal-card-title{
    font-weight: bold;
}

.modal{
    max-height: 100vh;
}

.img_size_pdf{
    width: 147px;
    height: 58px;
}