@font-face {
	font-family:'Geometric706';
	src: url('/fonts/Geometric706BT-MediumB.eot'); /* ajustar caminho apos subir */
	src: url('/fonts/Geometric706BT-MediumB.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Geometric706BT-MediumB.woff') format('woff'),
		url('/fonts/Geometric706BT-MediumB.ttf') format('truetype'),
		url('/fonts/Geometric706BT-MediumB.svg#Geometric706BT-MediumB') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-F000;
}

/* TOPO */

html {
	position: relative;
	min-height: 100%;
}
body {
	height: 100%;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */  
}

.corpo-container {
padding: 15px;
height: 100%;
margin-top: 20px;
margin-bottom: 0;
-webkit-border-radius: 15px;
border-radius: 15px;}

.wrapper { margin-top: 0;}

#topo_menu {
position: relative;
z-index: 10;}
	
.navbar {
  margin-bottom: 0;
  padding: 0;
  background: none;
  z-index: 1000;
  position: relative;
  min-height: 50px;
}

.navbar-nav > li > a {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding-top: 0;
	padding-bottom: 0;
	margin: 10px 0;
}

.navbar-nav > li:first-child > a {
	border: none;
}

.dropdown-menu>li>a {	
height: 30px;
line-height: 20px;
}

header .carousel {margin-bottom: 30px;}

.topo_container {
	background-position: center !important;
}

/* CONTEÚDO - PÁGINAS */
h1.titulo {
  padding: 7px 0px;
  border-bottom: 3px;
  margin: 0 0 20px;
}
			
.wrapper-home {
margin-top: 10px;
margin-bottom: 10px;
}

h2.titulo {
  font-family: 'Geometric706';
  font-size: 19px;
  color: #001F3F;
  text-align: center;
  margin-bottom: 5px;
}

h2.titulo span {
	color: #CC0000;
	text-transform: uppercase;
}

.galeria-home .container-img {	
	width: 100%;
	height: 97px;
	margin: 5px 0 18px;
}
.galeria-home .container-img img{
	height: 97px;	
}

/* CONTATO */
.contato_texto { margin-bottom: 20px; }



/* ***************************************** 
 * RESIZE 
   *****************************************/ 

/* MAX-WIDTH 320px */
@media (max-width: 320px) {  


}


/* MAX-WIDTH 360px */
@media (max-width: 360px) {
  .wrapper { margin-top: 0; }

  .carousel { display: none; } 

  .social-container {
    font-size: 0.9em;
    margin: 0;
    padding: 0 10px;
  } 

}

/* MIN-WIDTH 445px E MAX-WIDTH 360px */
@media (min-width: 360px) and (max-width: 445px) {
  .carousel { display: none; }
}


/* MAX-WIDTH 768px */
@media (max-width: 767px) {	
  .navbar-nav > li{ width: 100% !important; }  
}


/* MAX-WIDTH 800px */
@media (max-width: 800px) {
  .pagina_imagem { float: none !important; }
}


/* MAX-WIDTH 980px */
@media (max-width: 980px) {

 
}


/* MIN-WIDTH 981px E MAX-WIDTH 1199px */
@media (min-width: 981px) and (max-width: 1199px) {

}

/* CÓDIGO PARA CENTRALIZAR O MENU */
.navbar-collapse{
	padding-left: 0;
	padding-right: 0;
}
@media (min-width: 768px){
    .navbar-nav {
        margin: 0 auto;
        display: table;
        table-layout: auto;
        float: none;
        width: 100%;
    }
    .navbar-nav>li {
        display: table-cell;
        float: none;
        text-align: center;
    }
}