.instagram {

}

.image {
  opacity: 1;
  display: block;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.instagram:hover .image {
  color: #007bff;
  opacity: 0.3;
}

.instagram:hover .middle {
  opacity: 1;
}
.nav-link{
color: rgba(255,255,255,.8) !important;
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .7);
  border-bottom: .25rem solid transparent;
}

.nav-link:hover,
.nav-link:focus {
  background-color: rgba(255, 102, 0, 1) !important;
  -webkit-touch-callout: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.ativo{
    color: rgba(255,255,255,1) !important;
    border-bottom-color: rgba(255,102,0,1)
}



      /* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }


/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }


.pointer {cursor: pointer !important;}

input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}


