/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }


/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */
body { font:13px/1.231 sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */
html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
pre {
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}
textarea { overflow: auto; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button {
  cursor: pointer;
}
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px;
   -moz-box-shadow: 0px 0px 5px red;
   -webkit-box-shadow: 0px 0px 5px red;
   box-shadow: 0px 0px 5px red;
}

/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }

a:link { -webkit-tap-highlight-color: #FF5E99; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

body, select, input, textarea {
  font-family: 'flamalight', Arial, sans-serif;
  color: #333;
}

h1, h2, h3, h4, h5, h6 { font-weight: bold; }

a, a:active, a:visited { color: #000; }
a:hover { color: #333; }


/**
 * Site styles
 */
html {     -webkit-font-smoothing: antialiased; } 
html, body {
  font-family: 'flamaultralight', Arial, sans-serif;
  font-size: 20px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  background: #f3f3f3;
  /*overflow: hidden;*/
}

#logoEstadao {
  font-family: 'Marcas Estadão';
  font-size: 1.5rem;
  position: fixed;
  width: 118px;
  height: 45px;
  margin: 0.1rem 0 0 0.6rem; 
  left:0;
  opacity: 1;
  color: #999;
}

#logoEstadao:before{
  content: "";
  color: #999;
}


#top{
  position: fixed;
  width: 100%; height: 40px;
  background: #fff;
  box-shadow: 0px 5px 12px rgba(0,0,0,0.15);
  text-align: center;
  padding:0; margin:0;
}
#logoTop{
  width: 150px;
  font-family: 'flamabook';
  font-size: 1rem;
  margin-top: 0.4rem;
  display: inline-block;
}
#logoTop b{
  font-family: 'flamamedium';
  font-weight: normal;
}

#shareBar{
  position: fixed;
  top: 8px; right: 10px;
}
#shareBar a{
  padding: 0.2rem;
  color: #777;
}




section{
  width: 100%;
  padding: 2rem 0;
}
section.t1{
  width: 100%;
  padding: 2rem 0;
  background: #fff;
}
section img{
  width: 100%;
}

section a{
  font-family: 'flamamedium';
}

h1{
  padding: 80px 0 50px 0;
  font-size: 2.7rem;
  text-align: center;
}
h1 b{
  font-family: 'flamamedium';
}
/*
.halfWidth{
  width: 50%;
  float: left;
}

.halfWidth */
section h3 {
  font-size: 1.3rem;
  font-family: 'flamabook';
  margin: 0 auto 2rem auto;
  max-width: 500px;
  text-align: left;
  background: #fff;
  padding: 20px;
}
section.t1 h3{
  border: 1px solid #e9e9e9;
}
section h3 img {
  display: inline-block;
  width: 42px; height: 42px; 
  float: left;
  clear: both;
  margin: -5px 15px 5px -3px ;
}


.escola-info-group{
  font-size: 0.8rem;
  margin: 0 auto;
  max-width: 500px;
}
.escola-info-group ul{
  margin:0;
  padding:0;
}
.escola-info-group li{
  display: block;
  overflow: hidden;
  margin: 0.7em 0;
  /*border-bottom: 1px dotted #f3f3f3;*/
  padding: 0 0 5px 0;
}
.escola-info-group li p{
  display: block; float: left;
  width: 65%;
  font-family: 'flamabook';
}




/* ficha */
section p.label {
    width: 35%;
    min-width: 90px;
    font-family: 'flamamedium';
    color: #d151a6;
}
section.t1 p.label {
    color: #0f96dd;
}
.escola-info-group li p.label img {
    margin-right: 10px;
    width: 20px;
    margin-bottom: 3px;
    vertical-align: middle;
}



