@import url('https://fonts.googleapis.com/css2?family=Mitr:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Mitr:wght@200;300;400;500;600;700&display=swap');

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.mitr-regular {
  font-family: "Mitr", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@font-face {
    font-family: 'raspoutine';
    src: url('../fuentes/raspoutinedemibold_tb-webfont.woff2') format('woff2'),
         url('../fuentes/raspoutinedemibold_tb-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

*{box-sizing: border-box;}

#total_rating{}

#total_rating p{ font-family:"Lato";
	               font-weight: 700;
			           color: #fff;
                 font-size: 15px;
                 margin: 0;
                 line-height: 50px
               }


#total_likes {float: left}

#total_likes p{ font-family:"Lato";
                 font-weight: 700;
                 color: #fff;
                 font-size: 15px;
                 margin: 0;
                 line-height: 50px

               }