input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,600');
/*body {*/
/*  background: #212121;*/
/*  padding: 50px 0;*/
/*}*/
.nav {
  /*font-family: 'Titillium Web';*/
  /*text-transform: uppercase;*/
  text-align: left;
  font-weight: 380;
  background: #192854;
}
.nav * {
  box-sizing: border-box;
  transition: all .35s ease;
}
.nav li {
  display: inline-block;
  list-style: outside none none;
  margin: .4em 1em;
  padding: 0;
}
.nav a {
  padding: .5em .8em;
  color: white;
  position: relative;
  text-decoration: none !important;
  font-size: 16px;
}
.nav a::before,
.nav a::after {
  content: '';
  height: 14px;
  width: 14px;
  position: absolute;
  transition: all .35s ease;
  opacity: 0;
}
.nav a::before {
  content: '';
  right: 0;
  top: 0;
  border-top: 3px solid #0074DA;
  border-right: 3px solid #0074DA;
  transform: translate(-100%, 50%);
}
.nav a:after {
  content: '';
  left: 0;
  bottom: 0;
  border-bottom: 3px solid #0074DA;
  border-left: 3px solid #0074DA;
  transform: translate(100%, -50%)
}
.nav a:hover:before,
.nav a:hover:after{
  transform: translate(0,0);
  opacity: 1;
}
.nav a:hover {
  color: #85c1e9;
}
#page-container {
  position: relative;
  min-height: 92vh;
}
#content-wrap {
  padding-bottom: 9rem;    /* Footer height */
}
#footer {
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 7rem;            /* Footer height */
}
#sgp-titulo {
  background-color: #192854;
}
#igm {
  margin-bottom: 10px;
  margin-top: 10px;
}
#igm img {
  width: 17%;
}