@import url('https://fonts.googleapis.com/css?family=Roboto');

body{
  font-family: 'Roboto', sans-serif !important;
  font-size: 1.2em !important;
  background-color: #F1F2F6;
}


.pt10{
  padding-top: 10px;
}

.mt30{
  margin-top: 30px;
}

.mt50{
  margin-top: 50px;
}

.centro{
  margin-left: auto;
  margin-right: auto;
}

.bold{
  font-weight: bold;
}

.logo{
    color: #C13731;
}
