@font-face {
  src:url("../font/robotoslab.ttf");
  font-family: 'roboto';
}
body{
  background-color: #303030;
  padding: 0;
  margin: 0;
  background-image: url('../images/texture.png');
}
p{
  font-family: 'roboto';
  font-size:18px;
  color:#fff;
}

.logo{
  margin-top: 17px;
  width: 160px;
}
.texto-pronto{
  background-color: #fff;
  display: none;
  overflow-y: auto;
  width: calc(100% - 40px );
  margin-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;

}
.texto-pronto p{
  color: #000;
}
.cabecalho{
  width: 100%;
  height: 70px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff8a47+0,ff6c32+100 */
  background: #ff8a47; /* Old browsers */
  background: -moz-linear-gradient(top, #ff8a47 0%, #ff6c32 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ff8a47 0%,#ff6c32 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff8a47 0%,#ff6c32 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8a47', endColorstr='#ff6c32',GradientType=0 ); /* IE6-9 */
  position: fixed;
  top:0px;
  box-shadow: 0px 8px 8px #000;
}
.br{
  cursor: pointer;
  width: 30px;
  height: 21px;
  float: right;
  margin-top: 30px;
  margin-right:  20px;
}
.us{
  cursor: pointer;
  width: 30px;
  height: 21px;
  float: right;
  margin-top: 30px;
  margin-right: 5px;
}
.nt{
  cursor: pointer;
  width: 30px;
  height: 21px;
  float: right;
  margin-top: 30px;
  margin-right: 5px;
}
.cabecalho .container{
  margin-top: 0px;
  width: 100%;
  max-width: 600px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.container{
  margin-top: 120px;
  width: calc(100% - 30px );
  max-width: 600px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
#texto{
  width: 100% ;
  line-height: 18px;
  font-size: 18px;
  font-family: 'roboto';
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;

}
#numero{
  width: 50px;
  line-height: 18px;
  font-size: 18px;
  font-family: 'roboto';
  text-align: center;
  position: relative;
}
#btn{
  max-width: 200px;
  cursor: pointer;
  background-color: #ff6c32;
  line-height: 18px;
  font-size: 18px;
  font-family: 'roboto';
  text-align: center;
  color:#fff;
  padding: 10px;
  margin-top: 40px;
  display: block;
  position: relative;
}
#btn:hover{
  background-color: #ff5f20;
}
