
/*Para truncar la PRIMERA linea del texto*/
.truncateMoz1Line{
  position: relative;
  height: 1em;
  line-height: 23px;
  overflow: hidden;
  height: 25px !important;
  width: 100%;
}

.truncateMoz1Line::before{
    content:"\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0";
    position:absolute;
    bottom:0;
    right:0;
    background: transparent linear-gradient(to right, rgba(242, 242, 242, 0), rgb(255, 255, 255) 50%) repeat scroll 0% 0%;
}

/*Para truncar la SEGUNDA linea del texto*/
.truncateMoz2Lines{
  position: relative;
  height: 2em;
  line-height: 37px;
  overflow: hidden;
  height: 76px;
}

.truncateMoz2Lines::before{
    content:"\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0";
    position:absolute;
    bottom:0;
    right:0;
    background: transparent linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255) 50%) repeat scroll 0% 0%;
}


.truncateMoz2LinesWhite{
  position: relative;
  height: 2em;
  line-height: 29px;
  overflow: hidden;
  height: 57px;
}

.truncateMoz2LinesWhite::before{
    content:"\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0";
    position:absolute;
    bottom:0;
    right:0;
    background: transparent linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255) 50%) repeat scroll 0% 0%;
}


/*Para truncar la TERCERA linea del texto*/
.truncateMoz3Lines{
  position: relative;
  height: 2em;
  line-height: 45px;
  overflow: hidden;
  height: 130px;
}

.truncateMoz3Lines::before{
    content:"\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0";
    position:absolute;
    bottom:0;
    right:0;
    background: transparent linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255) 50%) repeat scroll 0% 0%;
}


.truncateMoz3LinesWhite{
  position: relative;
  height: 2em;
  line-height: 45px;
  overflow: hidden;
  height: 130px;
}

.truncateMoz3LinesWhite::before{
    content:"\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0";
    position:absolute;
    bottom:0;
    right:0;
    background: transparent linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255) 50%) repeat scroll 0% 0%;
}