body {
  font-family: 'Titillium Web', sans-serif;
}

.navbar-brand {
  font-size: 20px;
  color: #000;
  font-weight: bold;
}

#testimonial {
  background: #f1f1f1;
  padding: 10px 0 30px 0; 
  text-align:center;
  margin-top: 40px; 
}

footer {
  background: url(../img/smartphones.png);
}

.navbar-NOLogado {
  /*font-size: 20px;*/
  color: #888;
  font-weight: bold;
}

.upload-button{
    //TODO
  }
  
  .upload-button:hover{
  //TODO  
  }

  .embed-container {
    position: relative;
    padding-bottom: 46.25%;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}


