@font-face {
    font-family: 'Titulo';
     src: url("../fonts/GOTHICB.TTF") format("truetype");
    font-weight: bold;
    font-style: bold;
}
@font-face {
    font-family: 'Principal';
    src: url("../fonts/OpenSans-Light.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}