.navbar.navbar-default.navbar-fixed-top {
  border:0px;
}
button:focus {outline:0 !important;}
body {
  font-family: 'Montserrat', sans-serif;
  padding-top: 60px;
  color: #333
} 
p {
  font-family: 'Hind', sans-serif;
  font-weight: 300;
  color: #333;
}
#botones { display: inline-block; }

/*div {
  border: 1px solid red;
}

h1 {
  border: 1px solid green;
}*/
input {
    font-family: 'Hind', sans-serif;
  font-weight: 300;
  color: #333;
}
textarea {
    font-family: 'Hind', sans-serif;
  font-weight: 300;
  color: #333;
}
.lista {
  font-size: 19px;
  font-family: 'Hind', sans-serif;
  font-weight: 300;
  line-height: 180%;
  padding-top: 20px;
}


   /* FULL SCREEN MODAL STYLES
  -------------------------------------------------- */
  .fullscreen .modal-dialog {
    margin: 0 0 0 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding: 0px;
    color: #333;
  }

  .fullscreen .modal-content {
    height: 100%;
    min-height: 100%;
    border-radius: 0px;
    color: #333;
    background: rgba(255, 255, 255, 0.97);
    overflow:auto;
  }

  .fullscreen .modal-body ul {
    padding: 100px 0 0 0;
  }

  .fullscreen .modal-body li {
    padding: 10px 0 10px 0 ;
  }

  .fullscreen .modal-body a {
    color: #333;
    font-size: 300%;
  }

  @media (max-width: 480px){
    .fullscreen .modal-body ul {
      padding: 30px 0 0 0;
      overflow: auto;
    }

    .fullscreen .modal-body li {
      padding: 4px 0 4px 0 ;
    }

    .fullscreen .modal-body a {
      color: #333;
      font-size: 200%;
      text-transform: uppercase;
      font-weight: 700;
    }
  }

/*Menu*/
.btn.btn-default.btn-lg {
  float: right;
  background: black;
  border: black;
}
.navbar.navbar-default.navbar-fixed-top {
  background: black;
}
.glyphicon.glyphicon-menu-hamburger {
color: white;
}
.navbar-toggle {
  float: left !important;
  margin-left: 0px;
  margin-right: 0px;
}

.modal-nav-content {
  width: 100%;
  height: auto;
}

.modal-nav-body {
  margin-top: 100px; 
}

.modal-nav-body ul {
  list-style-type: none;
  color: white;
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: 220px  ;
}

.modal-nav-body ul li {
  text-align: left;
  font-size: 130%;
  padding: 8px;
  text-transform: uppercase;
}


/* Progress Bar */
.progress-bar {
  background: #0099cc;
}

.lead {
  margin-top: 5px;
  margin-bottom: 0px
}

#lista {
  font-size: 19px;
  font-family: 'Hind', sans-serif;
  font-weight: 300;
  line-height: 180%;
  padding-top: 20px;
}

button:focus {outline:0;}