/**
 * Theme layouter cmacesso
 * ESTRUTURA HCsF; IDs
 * @package cmacesso
 */

/*#--- ESTRUTURA HCsF ---#*/
html,body {height:100%;max-width:100%;padding:0;margin:0 !important;scroll-behavior: smooth;}
#page {z-index:1;width:100%;
  position:relative !important;min-height:100%;
  display:flex;flex-wrap:nowrap;
  flex-direction:column;
  justify-content:space-between;
  align-content:stretch;align-items:stretch;
}
#page > * {display:flex;margin:0;padding:0;width:100%;}
#masthead{z-index:1000;}
#masthead.stickyr{position:fixed;top:0;}

/* Fixed Header tematizer.js
#masthead.stickyr + .site-maine{padding-top:208px;}
*/

#primary {z-index:1;
  -webkit-order:0;-ms-flex-order:0;order:0;
  -webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;
  -webkit-align-self:auto;-ms-flex-item-align:auto;align-self:auto;
}
#colophon {z-index:900;height:auto !important;}
/* seconds */
#secondary {width:30%;}
.centralizer {margin:0 auto;width:76%;/*max-width:960px;*/}
.centralizer10 {margin:0 10%;}
/*.site-main > .centralizer {
  -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;
  -webkit-align-items:center;align-items:center;
}*/

/*#--- DESKTOP ---#*/
@media screen and (min-width: 37.5em) {

}
