/* CSS Document */
body {	
	font: 16px/24px 'Roboto-Medium', Verdana, "sans-serif";
	color: #333333;
	background: #FFFFFF;
}
@font-face {
  font-family:'Roboto-Medium';
  src: url("typography/Roboto-Medium.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*---------------------------------------------------------------------------*/
/*  Link Styles  */
/*---------------------------------------------------------------------------*/
a { color: #009bdb; }
a:hover, 
a:focus {
	color: #057cad;
}
a:focus { outline: none; }
/*---------------------------------------------------------------------------*/
/*  RESPONSIVE IMAGES  */
/*---------------------------------------------------------------------------*/
img{display:block; max-width:100%; height:auto;}
/*---------------------------------------------------------------------------*/
/*  INDEX  */
/*---------------------------------------------------------------------------*/
.intro-section {
	padding-top:30px;
	padding-bottom:30px;
	background-image: url("../images/bk-index.jpg");
	text-align: left;
	color: #FFFFFF;
}
.parallax {
	background-size:cover; 
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}
/*---------------------------------------------------------------------------*/
/*  COPYRIGHT  */
/*---------------------------------------------------------------------------*/
.azsistemas{
	font-size: 0.6em;
	color:#024959;
}
.azsistemas a{
	color: #024959;
	font-weight: 600;
	text-decoration: none;
}
.azsistemas a:hover{
	color: #006666;
	font-weight: 600;
	text-decoration: none;
}
.copy{
	font-size: 0.6em;
	color: #333333;
	font-style: italic;
}
/*---------------------------------------------------------------------------*/
/*  RESPONSIVE MENU  */
/*---------------------------------------------------------------------------*/
@media (max-width: 1119px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}