@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
body {
  font-family: 'Roboto', sans-serif;
  background: #323232; }

#cargando {
  position: fixed;
  width: 100vw;
  max-width: 800px;
  height: 100vh;
  max-height: 400px;
  padding: 80px 40px 80px 40px;
  z-index: 1000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-color: #0B8860;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border: 5px solid #000;
  font-size: 16px;
  box-shadow: 10px 10px 10px #333;
  display: none; }
  #cargando h2 {
    width: 100%;
    float: left;
    margin: 0px 0px 10px 0px;
    padding: 20px 10px 20px 10px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-weight: bold; }
  #cargando p {
    font-weight: normal;
    font-size: 16px; }

.container {
  background-color: #fff;
  padding: 10px !important;
  border-radius: 0px !important; }

.row {
  padding: 0 !important; }

.frasecabecera {
  font-size: 13px;
  color: #fff !important;
  padding-top: 10px;
  text-align: right;
  background-color: #0B8860;
  border-radius: 5px;
  margin-top: 5px; }

.list-group .active {
  background-color: #0B8860 !important; }

.formulario h1 {
  font-size: 26px;
  font-weight: bold; }

.formulario p {
  font-size: 14px; }

.formulario form {
  margin-top: 20px; }

.formulario .form-control {
  border-radius: 0px; }

.formulario .btn-primary {
  background-color: #0B8860 !important; }

footer {
  padding: 18px 15px 10px 15px;
  border: 1px solid #ccc;
  background-color: #0B8860;
  color: #fff !important;
  margin-bottom: 10px;
  border-radius: 5px; }
  footer a {
    color: #fff !important; }
    footer a:hover {
      color: #06f;
      text-decoration: none; }
