* {
  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;
}

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


.img-portada{
  height: 15rem;
  background-image: url(../img/imgportadatablero.jpg);
  background-size: cover;
}


.cont-botones{
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-line-pack: center;
      align-content: center;
}

.boton-accion{
  width: 6rem;
  padding: 0.5rem;
  text-align: center;
  border: 1px solid gray;
  border-radius: 4px;
  background-color: #efefef;
  position: relative;
  cursor:pointer;
  box-shadow: 1px 1px 5px 0px rgba(153,153,153,1);
}

.boton-accion h3{
  font-weight: 400;
  font-size: 0.8rem;
}

.numero-noti{
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  font-size: 0.8rem;
  position:absolute;
  top: -0.6rem;
  right: -0.6rem;
  border-radius: 50%;
  background-color: coral;
  color: white;
  box-shadow: 1px 1px 5px 0px rgba(153,153,153,1);
}



.boton-accion i{
color: #3299bb;
font-size: 2.5rem;
}

.avatar{
  border-radius: 100%;
  height: 50px; 
}

.cont-participante{
  text-align: center;
  margin: 0  0.5rem 0.5rem 0.5rem;
}

.cont-participante h4{
  font-weight: 400;
  font-size:  0.7rem;
}

.usuarios{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

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