@charset "utf-8";
/* CSS Document */
.display-pc{ display:none;}
.display-tablet{ display:none;}
.display-celulares{ display:none;}
body{ margin:0px; background:#e9ecf0;}
#pagina{ position:absolute;  z-index:10;  overflow:hidden; width:100%; }
/*********************************** ****************************************/
#menu{ width:100%; height:auto; float:left;  background:#b1b6c0; position: sticky; top: 0; z-index:1000000;}
#menu_cont{ width:90%; height:auto;  margin-left:auto; margin-right:auto; max-width:1200px; padding: 0% 5%; overflow:hidden;  }
/*********************************** ****************************************/
#cont{ width:100%; height:auto; float:left; padding: 0.5% 0%;}
#cont2{ width:100%; height:auto; float:left; padding: 4% 0%; }
#info{ width:90%; height:auto; margin-left:auto; margin-right:auto; max-width:1200px; padding: 0% 5%;  overflow:hidden;}
/*********************************** PIE  ****************************************/
#pie{ width:100%; height:auto; float:left;  padding: 1% 0%;}
#pie_info{ width:90%; height:auto; margin-left:auto; margin-right:auto; max-width:1200px; padding: 0% 5%; overflow:hidden;}
/*********************************** TIPOGRAFIAS  ****************************************/
@font-face {
	    font-family: 'titulo';
    src: url('../tipografias/titulo.woff');
}
@font-face {
	    font-family: 'normal';
    src: url('../tipografias/normal.woff');
}