@font-face {
  font-family: 'Bebas Neue';
  src: url('../webfonts/BebasNeue-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto-Regular';
  src: url('../webfonts/Roboto-Regular.ttf') format('truetype');
}

.bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.roboto-regular {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}


.titulo-footer{
    font-size: 20px;
    margin-bottom: 25px;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 400;
    font-family: "Bebas Neue", sans-serif;
}

.titulo-prod{
    font-size: 24px;
    margin-bottom: 5px;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 400;
    font-family: "Bebas Neue", sans-serif;
}

.subtitulo{
    font-size: 18px;
    margin-bottom: 5px;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 400;
    font-family: "Bebas Neue", sans-serif;
}