html {
  height: 100%;
}
body {
  min-height: 100%;
  font-family: 'Poppins', sans-serif;
  background-color: #f1f1f1;
}
.bg-gray {
  background-color: #e4e4e4;
}
.bg-gray-light {
  background-color: #ececec;
}
.termo {
  font-family: monospace;
  font-size: 1.2rem;
}
.fundo-azul {
  background-image: url(../img/android.png);
  background-size: contain;
}
.fundo-vermelho {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a90329+0,8f0222+44,30000b+100;Brown+Red+3D */
  background: #4CAF50; /* Old browsers */
  background: -moz-linear-gradient(top,  #4CAF50 0%, #247627 44%, #113911 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #4CAF50 0%,#247627 44%,#113911 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #4CAF50 0%,#247627 44%,#113911 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4CAF50', endColorstr='#113911',GradientType=0 ); /* IE6-9 */
}
.primary {
  color: #ff8309;
}
.white {
  color: #ffffff;
}
.btn {
  font-family: Roboto;
}
.lh-1 {
  line-height: 1;
}
.btn.btn-icon span {
  display: inline-block;
  position: relative;
}
.btn.btn-icon span i{
  float: left;
  position: relative;
  margin-right: 15px;
}
.btn-style {
  border-bottom: 8px solid #bf8f02;
  background-color: #ffc107;
}
.btn-style:hover {
  background-color: #ffc107;
}    
.btn-style:focus {
  background-color: #ffc107;
}
.btn-warning.focus,
.btn-warning:focus{
  box-shadow: none !important;
}

.btn-style-primary {
  border-bottom: 8px solid #004d9e;
  background-color: #0069d9;
  display: inline-block;
  max-width: 100%;
  word-spacing: normal;
  word-break: break-word;
  height: auto;
  white-space: normal;
}
.btn-style-primary:hover {
  background-color: #0069d9;
}    
.btn-style-primary:focus {
  background-color: #0069d9;
}
.btn-primary.focus,
.btn-primary:focus{
  box-shadow: none !important;
}

.form-group label {
  font-weight: bold;
  margin-bottom: 0px;
}
.step:first-child {
  margin-top: 0px;
  margin-bottom: 0px;
}
.step {
  margin-top: 5rem;
  margin-bottom: 5rem;
  background-color: #ffffff;
}
.red {
  color: #ff0000;
}
.bg-gray-light {
  background-color: #f5f5f5;
}
@media (max-width: 991px) {
  .btn-icon {
    font-size: 1rem;
  }
}
@media (min-width: 1199px) {
  .modal-lg {
    max-width: 1200px;
  }
}
