/* .header {
  position: relative;
  height: 70px;
  background-color: #fff;
  box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.15);
}

.body {
  background-color: #f8f8f8;
}

.logo-center {
  position: absolute;
  left: 50%;
  top: 14px;
}

.user-name {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
}

.user-info-header {
  position: absolute;
  left: auto;
  top: 20%;
  right: 20px;
  bottom: 0%;
}

.section-main-content {
  width: 100%;
  height: 100vh;
  max-height: none;
  min-height: auto;
}

.grid-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.sidebar {
  position: relative;
  width: 15%;
  height: 100%;
  background-color: rgba(47, 78, 162, 0.8);
  box-shadow: 0 4px 35px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.main-content_large {
  width: 95%;
  height: 100%;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.button-sidebar {
  position: absolute;
  left: 100%;
  top: 2rem;
  width: 40px;
  height: 40px;
  border: 1px none #000;
  border-radius: 50%;
  box-shadow: 0 4px 35px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  cursor: pointer;
}

.sidebar_small {
  position: relative;
  width: 5%;
  height: 100%;
  background-color: rgba(47, 78, 162, 0.8);
  box-shadow: 0 4px 35px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.main-content {
  width: 95%;
  height: 100%;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.name-app-header {
  position: absolute;
  top: 30%;
  display: inline;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
  font-family: Roboto, sans-serif;
  color: #133c55;
  font-size: 25px;
  line-height: 30px;
}

@media screen and (min-width: 1920px) {
  .header {
    background-color: #fafafa;
  }
  .sidebar {
    width: 12%;
  }
  .main-content_large {
    width: 96%;
  }
  .content-test {
    color: #df29e6;
  }
  .sidebar_small {
    width: 4%;
  }
  .main-content {
    width: 88%;
  }
  .name-app-header {
    position: absolute;
    top: 24%;
    display: inline;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    font-family: Roboto, sans-serif;
    color: #133c55;
    font-size: 25px;
    font-weight: 700;
  }
}

@media screen and (max-width: 991px) {
  .main-content_large {
    width: 92%;
  }
  .content-test {
    color: #b13e3e;
  }
  .sidebar_small {
    width: 8%;
  }
  .main-content {
    width: 95%;
  }
}

@media screen and (max-width: 767px) {
  .content-test {
    color: #41b13e;
  }
  .name-app-header {
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  .logo-center {
    left: 5%;
  }
  .main-content_large {
    width: 93%;
  }
  .content-test {
    color: #4b3eb1;
  }
  .sidebar_small {
    width: 7%;
  }
  .main-content {
    width: 95%;
  }
  .name-app-header {
    display: none;
  }
} */

/* @media print{
 
  
} */


 