header{
    background-color: #FFFFFF;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .5rem 2rem;padding-left: 170px;;
  }
  .logo-header img{
    width:255px;height:130px ;
  }
  .nav-menu{align-items: center;text-align: center ;}
  .nav-menu ul{
    display: flex;
    align-items:center;padding-right: 170px ;text-align: center;
  }
  .nav-menu li{
    margin-right: 1rem;padding-right: 50px;padding-right: 60px;align-items: center;
  }
  .nav-menu a{
    color: #000000;text-decoration: none; font-size: 16px;align-items: center;font-weight:700;font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }
  
    .nav-menu li:nth-last-child(2){
      background:#224cd49d;;
      padding: .25rem .75rem;
      border-radius: .2rem;}
      .nav-menu a:nth-last-child(2){
       color: #FFF;
        padding: .25rem .75rem;
        border-radius: .2rem;}
  .nav-menu li:last-child{
    background:#4ad295;
    padding: .25rem .75rem;
    border-radius: .2rem;
    margin-left: 50px;
  }
  
  .menu-icon img{
    width: 30px;
    height: 30px;
    border-radius: 2px;
  }
  .menu-icon, #check{
    display: none;
  }
  
body { margin: 0;padding: 0; background-repeat: no-repeat;background-size:cover; height: 100%; background-color:#FFF
    ;width: 100%;} 
.contenedor{ width: 100%;display: flexbox;align-items: center;text-align: center;margin-top: 70px;}
.contenedor img{height: 100px;}
.contenedor a{font-family:Titillium Web ;}
.contenedor h2{font-family:Titillium Web ;}
.titillium-web-extralight {
  font-family: "Titillium Web", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.matriz {width: 24%; float: left;padding-left: 20px;}
.operaciones {width: 24%; float: left;}
.finanzas {width: 24%; float: left;}
.gerencia {width: 24%; float: left;}
.solicitud {width: 24%; float: left;}


@media(max-width:1000px){
  body {width: 100%; height: 100%;}
  .logo-header img{height: 250px;}
  .texto{background-color: #F7F7F7;}
  .checkbtn{
    display: block;
}
.menu-icon{
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.nav-menu  img{height: 200px;width: 200px;}
.nav-menu ul{
    display: block;
    position: fixed;
    top:70px;
    left:-100%;
    background: #222;
    width:0;
    height: 100vh;
    right: 0;
}
.nav-menu ul li{
    padding: 2rem;
    display: flex;
    justify-content: center;
    margin: 0;
}
.nav-menu ul li:last-child{
    background: none;
    padding: 1rem;
}
.nav-menu a{font-size: 70px;color: #FFF;}
#check:checked ~ ul{
    left: 0;
    transition: all .25s;
    width: 100%;
    z-index: 1;
}
.contenedor{display: flex;flex-direction: column;width: 100%;}
}
.contenedor img{width: 300px;height: 300px;padding-top: 100px;}
.contenedor h2 {font-size: 60px;}
.contenedor a{font-size: 50px;width: 100%;}

.matriz{width: 100%;}
.operaciones{width: 100%;}
.finanzas{width: 100%;}
.solicitud{width: 100%;}
