* {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
  list-style: none;
  font-family: 'Open Sans',sans-serif, arial, helvetica;
}


html{
  background-color: gray;
}

body{
  width: 360px;
  min-height: 640px;
  background-color: #d9d6d6;
  color: #424242;
}

.cont-bar{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 360px;
  height: 3rem;
  background-color: #efefef;
  padding: 0 1rem;
}

.header-start a{
  border-right: 1px solid lightgray;
  padding-right: 0.5rem;
}

header i{
color: #3299bb;
font-weight: 600;
}

header h1{
  font-size: 1rem;
  font-weight: 600;
  margin-left: 0.5rem;
}

.header-start{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
}

.titulos-body{
  margin: 1rem 0.5rem;
  font-size: 1rem;
  color: #424242;
}

.cont-proy{
  margin: 1rem 1rem 2rem;  
}

/*---------------------------tarjetas-*/


.tarjeta {
  margin-bottom: 0.5rem;
  border-radius: 4px;
  background-color: #efefef;
  color: #424242;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  padding: 0.5rem;
  box-shadow: 1px 1px 5px 0px rgba(153,153,153,1);
}


.img-tarjeta {
  display: block;
  height: 80px;
  width: 80px;
  background-size: cover;
  background-color: #efefef;
}

.finalizado{
 height: 50px;
  width: 50px; 
}

.norman { background-image: url(../img/tableronorman1.jpg); }
.grabado { background-image:url(../img/editorial.png); }
.adonis{ background-image: url(../img/adonis.png); }
.agua { background-image:url(../img/agua.jpg); }
.banco{ background-image:url(../img/banco.jpg); }
.idis{ background-image: url(../img/idis.jpg); }
.predio{ background-image: url(../img/predio.jpg); }
.ave{ background-image: url(../img/ave.jpg); }

.data-tarjeta {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-left: 0.5rem;
}

.titulo-proy{
  font-size: 1rem;
}

.titulo-proy a{
  text-decoration: none;
  color: #424242;
}

.autor-proy{
  font-size: 0.7rem;
  font-weight: 500;
  margin: 0.1rem 0 0.5rem 0;
}


.footer-tarjetas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
  color: gray;
  font-size: 0.7rem;
}

.statics-icon{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: .5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  
}

.statics-icon i {
  margin-right: .3rem;
  font-size: 1.3rem;
}

footer{
  margin: 2rem 1rem;
  padding-top: 0.5rem;
  border-top: 1px solid gray;
  font-size: 0.7rem;
  text-align: center;
}