/* desktop notas */


.w80{
    width: 85%;
    margin:auto;
  }
  
  .editar-boton{
    background: none;
    padding: 0;
    width: 33px;
    height: 33px;
    border: solid 1px #00b99e;
    border-radius: 50%;
    position: relative;
    color: #fff;
  }
  
  .editar-boton svg{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17px;
    height: auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
  }
  
  .tiulo-post{
    color: #00b99e;
    font-size: 15px;
    font-weight: 500;
  }
  
  .accion-video{
    background: none;
    border: none;
    color: #00b99e;
  }
  
  .accion-video svg{
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: auto;
  }
  .accion-video span{
    display: inline-block;
    vertical-align: middle;
    color: white;
    font-size: 12px;
  }
  
  .calificacion .stars .star{
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    width: 16px;
    height: 16px;
  }
  
  .calificacion .stars .star svg{
    width: 100%;
    height: auto;
    fill: none;
    stroke: #00b99e;
  }
  
  .calificacion .stars .star.active svg {
    fill: #00b99e;
  }
  .calificacion  .stars .star:last-child {
    margin-right: 0;
  }
  
  .calificacion .stars .star:hover svg {
    fill: #00b99e;
  }
  
  .comentarios {
    color: #00b99e;
    font-size: 15px;
    font-weight: 500;
  }
  
  
  
  .comentarios p{
    color: white;
  }
  
  .post-info .content p {
    color: #fff;
    line-height: 1.5;
    font-size: 12px;
  }