/* CSS Document */
body {	
	font: 16px/26px 'Roboto-Medium', sans-serif;
	color: #222222;
	background: #fff;
}
@font-face {
  font-family:'Roboto-Medium';
  src: url("typography/Roboto-Medium.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*---------------------------------------------------------------------------*/
/*  RESPONSIVE IMAGES  */
/*---------------------------------------------------------------------------*/
img{display:block; max-width:100%; height:auto;}
/*---------------------------------------------------------------------------*/
/*  ESTILOS GERAIS  */
/*---------------------------------------------------------------------------*/
h2 {
	color: #222222;
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 30px;
	font-size: 1.4em;
}
h2:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 180px;
	height: 2px;
	background-color: #222222;
}
/*---------------------------------------------------------------------------*/
/*  FOOTER  */
/*---------------------------------------------------------------------------*/
#footer{
	background-color: #BA122B;
}
.hidea{
	font-size: 0.8em;
	color:#FFFFFF;
	margin-bottom: -0.7em;
}
.hidea a{
	color: #FFFFFF;
	font-weight: 600;
	text-decoration: none;
	margin-bottom: -0.7em;
}
.hidea a:hover{
	color: #F5F5F5;
	font-weight: 600;
	text-decoration: none;
	margin-bottom: -0.7em;
}
.copy{
	font-size: 0.8em;
	color: #FFFFFF;
	font-style: italic;
	margin-bottom: -0.5em;
}
/*---------------------------------------------------------------------------*/
/*  TEMPLATE  */
/*---------------------------------------------------------------------------*/
#barra-superior{
	color: #666666;
	font-style: italic;
	font-size: 0.7em;
	text-align: right;
	border-bottom: 1px solid #BA122B
}
#topo .row{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+47,ffffff+47,e8d7d9+100 */
	background: -webkit-linear-gradient(bottom left, #ffffff 47%, #ffffff 47%, #e8d7d9 100%);
	background: -o-linear-gradient(bottom left, #ffffff 47%, #ffffff 47%, #e8d7d9 100%);
	background: linear-gradient(to top right, #ffffff 47%, #ffffff 47%, #e8d7d9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	padding-bottom: 5px;
	padding-top: 15px;
}
#topo a:link{
	color: #BA122B;
}
#topo a:hover{
	color: #FF7373;
}
#topo .btn-danger{
	background-color: #FFFFFF;
	color: #BA122B;
}
#topo .btn-danger:hover{
	background-color: #BA122B;
	color: #FFFFFF;
}
/*---------------------------------------------------------------------------*/
/*  PAGINAS  */
/*---------------------------------------------------------------------------*/
#menu{
	padding-bottom: 45px;
	padding-top: 45px;
}
#menu .btn{
	margin-top: 3px;
}
.procedimentos{
	border-bottom: 1px dashed #e1e1e1;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
/*---------------------------------------------------------------------------*/
/*  RESPONSIVE MENU  */
/*---------------------------------------------------------------------------*/
@media (max-width: 1080px) {
  .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;
  }
}
/*---------------------------------------------------------------------------*/
/*  CLASSE PARA UMA MODAL EXTRA GRANDE */
/*---------------------------------------------------------------------------*/
@media (min-width: 768px) {
  .modal-extra-lg {
    width: 90%; /* Ajuste conforme necessário */
    max-width: 1200px; /* Defina um limite máximo, se necessário */
    margin: auto; /* Centraliza a modal */
  }
}