/*
 * HTML5 âœ° Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 13px;
  line-height: 1.231;
}
body,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #00e;
}
a:visited {
  color: #551a8b;
}
a:hover {
  color: #06e;
}
a:focus {
  outline: thin dotted;
}
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover,
a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
/* Redeclare monospace font family: h5bp.com/j */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}
/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */
button,
input {
  line-height: normal;
  *overflow: visible;
}
/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */
table button,
table input {
  *overflow: auto;
}
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
[role="button"] {
  cursor: pointer;
  -webkit-appearance: button;
}
/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/* Colors for form validity */
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* prevent callout */
.nocallout {
  -webkit-touch-callout: none;
}
/* A hack for HTML5 contenteditable attribute on mobile */
textarea[contenteditable] {
  -webkit-appearance: none;
}
/* A workaround for S60 3.x and 5.0 devices which do not animated gif images if they have been set as display: none */
.gifhidden {
  position: absolute;
  left: -100%;
}
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.ir br {
  display: none;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* Contain floats: h5bp.com/q */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@page  {
  margin: 0.5cm;
}
/* BotÃµes bacanas by SÃ©rgio Lopes
 *   http://sergiolopes.github.com/css3-experimentos/botoes-css3/ 
 */
.nicebutton {
  /* fundo gradiente */

  background-color: #444;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.05));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.05));
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.05));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.05));
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.05));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0.05)));
  /* letterpress effect */

  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25), -2px 0 1px rgba(0, 0, 0, 0.25);
  /* sombra pra fora, pra profundidade */

  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  /* gradiente e sombra no IE */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#60FFFFFF,endColorstr=#10FFFFFF), progid:DXImageTransform.Microsoft.Shadow(color=#888888,direction=180,strength=1);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#60FFFFFF,endColorstr=#10FFFFFF), progid:DXImageTransform.Microsoft.Shadow(color=#888888,direction=180,strength=1)";
  /* borda redonda */

  -moz-border-radius: 0.35em;
  -webkit-border-radius: 0.35em;
  border-radius: 0.35em;
  color: #FFF;
  cursor: pointer;
  font: bold 16px "Helvetica Neue", Helvetica, Arial, clean, sans-serif;
  margin: 0.2em;
  padding: 0.25em 0.4em;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  width: auto;
  user-select: none;
  -moz-user-select: none;
  zoom: 1;
  /* hasLayout no IE */

  /* Cross browser inline block hack - http://blog.mozilla.com/webdev/2009/02/20/cross-browser-inline-block/ */

  display: -moz-inline-stack;
  display: inline-block;
  *display: inline !important;
  /* nao pode ser o ultimo por causa do n95 */

  vertical-align: middle;
}
.nicebutton:hover {
  /* fundo gradiente */

  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.01));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.01));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.01));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.01));
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.25));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.05)));
  /* gradiente e sombra no IE */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#30000000,endColorstr=#02000000), progid:DXImageTransform.Microsoft.Shadow(color=#CCCCCC,direction=180,strength=1);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#30000000,endColorstr=#02000000), progid:DXImageTransform.Microsoft.Shadow(color=#CCCCCC,direction=180,strength=1)";
  /* sombra pra fora, pra profundidade */

  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.nicebutton:active {
  /* sombra pra dentro, pra profundidade negativa */

  -moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 0;
  /* webkit nÃ£o suporta inset */

  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.6);
  /* quando clica, desce um pouquinho */

  top: 1px;
}
/* Gradiente fake no Opera, FF3.5-, Safari 3 
     * (opcional - precisa do detector de gradientes em JavaScript)
     */
.no-gradient .nicebutton {
  line-height: 1;
}
.no-gradient .nicebutton:before,
.no-gradient .nicebutton:after {
  content: ' ';
  display: block;
  height: 0.8em;
  /* reset do reflexo */

  opacity: 1;
  -moz-border-radius: 0;
  border-radius: 0;
}
.no-gradient .nicebutton:before {
  background: rgba(255, 255, 255, 0.25);
  margin: -0.25em -0.4em -0.5em -0.4em;
  -moz-border-radius-topleft: 0.35em;
  -moz-border-radius-topright: 0.35em;
  -webkit-border-top-left-radius: 0.35em;
  -webkit-border-top-right-radius: 0.35em;
  border-top-left-radius: 0.35em;
  border-top-right-radius: 0.35em;
}
.no-gradient .nicebutton:hover:before {
  background: rgba(0, 0, 0, 0.3);
}
.no-gradient .nicebutton:after {
  background: rgba(255, 255, 255, 0);
  margin: -0.5em -0.4em -0.25em -0.4em;
  -moz-border-radius-bottomleft: 0.35em;
  -moz-border-radius-bottomright: 0.35em;
  -webkit-border-bottom-left-radius: 0.35em;
  -webkit-border-bottom-right-radius: 0.35em;
  border-bottom-left-radius: 0.35em;
  border-bottom-right-radius: 0.35em;
}
.no-gradient .nicebutton:hover:after {
  background: rgba(0, 0, 0, 0.2);
}
.no-gradient .nicebutton:active:after {
  /* reset do reflexo */

  margin: -0.5em -0.4em -0.25em -0.4em;
  height: 0.8em;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  background: url(../img/bg.gif) repeat;
  margin: 0;
  padding: 0;
}
body {
  position: relative;
  margin: 0;
}
header,
section,
.container {
  width: 100%;
}
::-moz-selection,
::selection {
  background: #ee7725;
  color: #fff;
  text-shadow: none;
}
/**
 *
 * Layout mais bÃ¡sico possÃ­vel, sÃ³ definindo estrutura dos elementos e assumindo 100% da tela.
 *  (interessante pensar num feature phone de 240px aqui)
 *
 */
body {
  color: #222;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  position: relative;
}
p {
  font-family: Georgia, Cambria, Times, Times New Roman, serif;
  font-size: 1em;
  line-height: 1.4em;
  margin-top: 0;
  margin-bottom: 1em;
  padding: 0 1em;
}
header #chamada,
header h1,
header h3 {
  font-family: Tienne, Baskerville, Times, serif;
}
.cc-barra {
  background: black;
  color: white;
  padding: 10px 0;
  margin-bottom: 10px;
}
.cc-barra .cc-container {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.cc-barra .cc-logo {
  display: inline-block;
  vertical-align: middle;
}
.cc-barra h1 {
  font-family: Georgia, Cambria, Times, Times New Roman, serif;
  font-size: 120%;
  font-weight: normal;
  text-align: left;
  margin: 0;
  padding-left: 1em;
  display: inline-block;
  vertical-align: middle;
  min-height: 46.199999999999996px;
  line-height: 23.099999999999998px;
}
.cc-barra h1 a {
  color: #4E26A5;
}
.cc-barra img {
  height: 46.199999999999996px;
  width: 159.6px;
}
header {
  text-align: center;
}
header #chamada,
header hgroup {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 96%;
}
header #chamada {
  color: #999;
  margin-top: 3px;
  font-weight: lighter;
  text-shadow: 0px -1px 1px rgba(200, 200, 200, 0.5);
}
header h1 {
  color: #222;
  font-size: 1.75em;
  font-weight: normal;
  margin-bottom: 0;
  text-shadow: 0px -1px 1px rgba(150, 150, 150, 0.5);
  text-transform: uppercase;
}
header h2 {
  color: #555;
  font-size: 1em;
  font-weight: normal;
  margin-top: 0;
}
header h2:before {
  content: '- ';
}
header h2:after {
  content: ' -';
}
header img {
  border: 5px solid white;
  height: auto;
  margin: 0.5em auto;
  max-width: 340px;
  width: 70%;
  z-index: 1;
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px #888;
  box-shadow: 0 0 5px #888;
}
header #logos {
  background: #422B72;
  text-align: center;
}
header #logos a {
  background: url(../img/logos.png) no-repeat;
  display: inline-block;
  height: 70px;
  overflow: hidden;
  margin: 2px 16px 4px 16px;
  text-indent: -999em;
}
header #logos a[href='http://www.elsevier.com.br'] {
  background-position: 0 0;
  width: 70px;
}
header #logos a[href='http://www.campus.com.br'] {
  background-position: -80px -10px;
  width: 70px;
}
header #logos a[href='http://www.caelum.com.br'] {
  background: url(../img/logo-caelum.png) no-repeat;
  width: 130px;
}
.compreja {
  margin: 1.5em auto;
  text-align: center;
}
.compreja h3 {
  color: #999;
  font-size: 1.3em;
  font-weight: lighter;
  margin-bottom: 0.6em;
  text-shadow: 0px -1px 1px rgba(200, 200, 200, 0.5);
}
.compreja .nicebutton {
  background: #42208C;
  color: white;
  font-size: 1.5em;
  font-weight: normal;
  padding: .35em 0.5em;
  margin-bottom: 0.5em;
}
.compreja .nicebutton:hover {
  color: white;
}
.compreja span {
  display: block;
  font-size: 1em;
}
#descricao {
  margin-top: 30px;
}
#social {
  margin: 20px auto;
  width: 90%;
}
#social .fb-like,
#social #___plusone_0 {
  margin-right: 10px !important;
}
.twitter-share-button {
  visibility: hidden;
}
iframe.twitter-share-button {
  visibility: visible;
}
#curso {
  background: #ee7725;
  margin: 1.5em 0 0 0;
  width: 100%;
}
#curso h2,
#curso h3 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
#curso .container {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3px;
  text-align: right;
  width: 96%;
}
#curso hgroup {
  font-family: Arial, sans-serif;
  text-align: center;
}
#curso hgroup h2 {
  color: white;
  font-size: 1.35em;
  padding-top: 1em;
}
#curso hgroup h3 {
  color: #d4cc88;
  font-size: 1.05em;
  padding: 0.3em 0 0 0;
}
#curso .fj91 {
  background: url(http://www.caelum.com.br/imagens/cursos/icones/100/FJ-91.png) top left no-repeat;
  display: block;
  height: 100px;
  /* fixo, por causa do icone fixo */

  margin: 1em auto;
  max-width: 23em;
  position: relative;
  text-align: left;
}
#curso .fj91 a {
  display: block;
  height: 100%;
  padding: 0 0 0 110px;
  /* fixo, por causa do icone fixo */

  text-decoration: none;
}
#curso .fj91 h3 {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
}
#curso .fj91 h3.sigla a {
  color: white;
  height: 35px;
  font-size: 1.85em;
  padding-top: 0;
}
#curso .fj91 h3.nome a {
  color: white;
  height: 80px;
  font-size: 1.30em;
}
#outroscursos {
  background: #ee7725;
  padding: 10px 0;
  text-align: center;
}
#outroscursos .container {
  background: #085171;
  padding: 0.2em 0;
  margin: 0 auto;
  width: 96%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 1px 1px 1px #033151;
  -webkit-box-shadow: inset 1px 1px 1px #033151;
  box-shadow: inset 1px 1px 1px #033151;
}
#outroscursos h2 {
  color: white;
  display: block;
  font-size: 1em;
  font-weight: normal;
  margin: 0.5em 0 0 0;
}
#outroscursos h3 {
  display: inline-block;
  font-size: 0.9em;
  margin: 8px auto;
  min-height: 50px;
  /* tamanho da imagem */

  max-width: 220px;
  text-align: left;
}
#outroscursos h3 a {
  color: white;
  display: block;
  font-weight: normal;
  padding-left: 60px;
  padding-top: 4px;
  text-decoration: none;
}
#outroscursos .online {
  background: #e5aa16;
  color: #333;
  padding: 1px 3px;
  font-size: 0.8em;
  font-weight: normal;
  text-shadow: 0px -1px 1px rgba(200, 200, 200, 0.5);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#outroscursos .fj16 {
  background: url(http://www.caelum.com.br/imagens/cursos/icones/50/FJ-16.png) no-repeat left top;
}
#outroscursos .fj95 {
  background: url(../img/FJ-95.png) no-repeat left top;
}
section {
  margin: 20px auto;
}
section h1 {
  font-family: Tienne, serif;
  font-size: 1.65em;
  font-weight: normal;
  margin: 0.6em auto;
  text-transform: uppercase;
}
section h1:before {
  content: '◆ ';
  font-size: 60%;
}
#conteudo {
  background: white;
  margin: 0 auto;
  padding-bottom: 1.15em;
  width: 100%;
}
#conteudo h1 {
  margin-top: 0;
  padding-top: 1.5em;
  padding-bottom: 0;
}
#conteudo h1 + ol {
  list-style-type: none;
  margin: 20px auto;
  max-width: 895px;
  padding: 0;
  width: 96%;
}
#conteudo h1 + ol li {
  font-weight: bold;
  margin-bottom: 1em;
}
#conteudo ol ol {
  margin: 0;
}
#conteudo ol ol li {
  font-weight: normal;
  margin: 0;
}
#conteudo ol a {
  color: #ee7725;
}
#conteudo ol a:visited {
  color: #805070;
}
#conteudo ol a:hover {
  color: #285bFF;
}
#conteudo .compreja {
  margin-top: 2em;
}
#tectura {
  background: #422B72;
  margin-top: 0;
  margin-bottom: 30px;
}
#tectura p {
  background-size: 100%;
  font-size: 1.3em;
  font-weight: normal;
  margin: 0 auto;
  padding: 10px 0;
  width: 96%;
}
#tectura a {
  color: white;
  display: block;
  padding-bottom: 60px;
  text-align: center;
  text-decoration: none;
}
#autores .autor {
  padding: 1em;
  position: relative;
  vertical-align: top;
  width: 100%;
}
#autores .autor img {
  border: 3px solid white;
  height: 90px;
  width: 90px;
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px #888;
  box-shadow: 0 0 5px #888;
}
#autores .autor h2 {
  color: #888;
  font-family: Tienne, serif;
  font-size: 1.8em;
  font-weight: normal;
  position: absolute;
  left: 110px;
  top: 12px;
}
#autores .autor p {
  padding: 0.7em 0 0 0;
  margin-bottom: 0;
}
#autores #falecom {
  color: #888;
  font-family: Tienne, serif;
  font-size: 1.3em;
  margin: 1.4em 0 2em 0;
  text-align: center;
}
#autores #falecom a {
  color: #4E26A5;
  word-wrap: break-word;
}
#autores #falecom a:hover {
  text-underline: none;
}
#facebook {
  background: white;
  padding: 30px 0;
  text-align: center;
  width: 100%;
}
#facebook span,
#facebook .fb-comments {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
#facebook iframe {
  max-width: 800px;
  width: 97% !important;
}
#fb-root iframe {
  width: 100% !important;
}
footer {
  background: #422B72;
  clear: both;
  margin: 0;
  padding: 1em 0;
  width: 100%;
}
footer .container {
  position: relative;
}
footer hgroup {
  position: relative;
  text-align: center;
  width: 100%;
}
footer h1 {
  color: white;
  font-family: Tienne, serif;
  font-size: 1.2em;
  font-weight: normal;
  margin-bottom: 6px;
  text-transform: uppercase;
}
footer h2 {
  color: #D4CC88;
  font-family: Arial, sans-serif;
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
footer h2:before {
  content: '- ';
}
footer h2:after {
  content: ' -';
}
footer ul {
  margin: 2em auto 0 auto;
  padding: 0;
  width: 96%;
  /* multi-coluna com firefox, chrome, safari */

  -moz-column-count: 2;
  -moz-column-gap: 0.8em;
  -moz-column-rule: none;
  -webkit-column-count: 2;
  -webkit-column-gap: 0.8em;
  -webkit-column-rule: none;
  /* css3 */

  column-count: 2;
  column-gap: 0.8em;
  column-rule: none;
}
footer ul li {
  list-style-type: none;
}
footer ul li a {
  color: white;
  display: block;
  min-height: 40px;
  /* touch size */

  text-decoration: none;
}
footer ul li a:visited {
  color: white;
}
footer ul li a:hover {
  color: #AAF;
  text-decoration: underline;
}
footer ul li.maior {
  margin-bottom: 1em;
}
footer ul li:last-child {
  margin-bottom: 2em;
}
footer img {
  border: 3px solid white;
  display: block;
  margin: 0 auto;
  width: 50%;
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px #888;
  box-shadow: 0 0 5px #888;
}
footer #logos {
  text-align: center;
  width: 100%;
}
footer #logos a {
  background: url(../img/logos.png) no-repeat;
  display: inline-block;
  height: 70px;
  overflow: hidden;
  margin: 5px 10px;
  text-indent: -999em;
}
footer #logos a[href='http://www.caelum.com.br'] {
  background: url(../img/logo-caelum.png) no-repeat;
  width: 130px;
}
@media screen and (min-width: 320px) {
  /* start 320 media querie */
  header #chamada {
    font-size: 1.18em;
  }
  header h2 {
    font-size: 1.2em;
  }
  header img {
    margin-bottom: -230px;
    margin-left: -40%;
    max-width: 200px;
    width: 58%;
  }
  header #logos {
    padding: 0.4em 0;
    position: relative;
    z-index: -1;
  }
  header #logos a {
    margin-left: 62.5%;
    margin-right: 0;
  }
  .compreja .nicebutton {
    font-size: 1.8em;
  }
  #descricao p {
    font-size: 1.08em;
  }
  #social {
    margin: 20px auto;
    text-align: center;
    width: 90%;
  }
  #social .fb-like,
  #social #___plusone_0,
  #social .twitter-share-button {
    display: inline-block;
  }
  #social .fb-like,
  #social #___plusone_0 {
    margin-right: 10% !important;
  }
  #curso .fj91 h3.sigla a {
    font-size: 2em;
    padding-top: 4px;
  }
  #curso .fj91 h3.nome a {
    font-size: 1.5em;
  }
  #outroscursos h3 {
    font-size: 13px;
  }
  #tectura p {
    background-position: center bottom;
    background-size: 70%;
  }
  footer ul li a {
    font-size: 1.15em;
    padding: 0.9em 0;
  }
  footer ul li.maior {
    margin-bottom: 2em;
  }
  footer hgroup:after {
    bottom: -1.2em;
    content: '§';
    color: white;
    display: block;
    font-family: Baskerville, Times, Tienne, serif;
    font-size: 300%;
    font-weight: normal;
    position: absolute;
    left: 49%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  }
  footer ul {
    margin-top: 4em;
  }
  footer img {
    margin: 0.5em;
    margin-top: -250px;
    width: 56%;
  }
  footer #logos {
    padding: 0.4em 0;
    position: relative;
  }
  footer #logos a {
    margin-left: 62%;
    margin-right: 0;
  }
  /* end 320 media querie */
}
@media screen and (min-width: 480px) {
  header {
    position: relative;
    text-align: left;
  }
  header hgroup {
    width: 80%;
  }
  header #chamada {
    width: 70%;
  }
  header img {
    margin-bottom: -80px;
    margin-left: 1%;
    max-width: 220px;
    width: 42%;
  }
  header #logos {
    padding-left: 44%;
    text-align: center;
  }
  header #logos a {
    margin-left: 0;
  }
  header .compreja {
    position: absolute;
    bottom: 110px;
    left: 43%;
    width: 56%;
  }
  #descricao {
    position: relative;
    padding-left: 80px;
  }
  #social {
    margin: 0;
    left: 5px;
    position: absolute;
    top: 0;
    width: 70px;
  }
  #social .fb-like,
  #social #___plusone_0,
  #social .twitter-share-button {
    margin: 0 0 30px 0 !important;
  }
  #curso hgroup {
    font-size: 1.2em;
  }
  #outroscursos h2 {
    font-size: 1.2em;
  }
  #outroscursos h3.fj16 {
    margin-right: 2%;
  }
  section h1,
  #conteudo h1 {
    width: 96%;
  }
  #conteudo h1 + ol {
    padding-left: 2em;
  }
  #conteudo ol ol {
    padding-left: 3em;
  }
  #tectura p {
    background-size: 50%;
    font-size: 1.5em;
    margin: 0 auto;
    padding: 0;
    width: 96%;
  }
  #tectura a {
    padding: 0.3em 0;
  }
  #autores .autor {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
  }
  #autores #falecom {
    font-size: 1.5em;
  }
  footer hgroup,
  footer ul {
    margin-left: 1%;
    width: 62%;
  }
  footer img {
    margin: 0;
    position: absolute;
    right: 10px;
    bottom: 100px;
    max-width: 240px;
    width: 35%;
  }
  footer #logos {
    padding-top: 0 ;
    margin-top: -20px;
    text-align: right;
  }
  footer #logos a {
    margin-left: 0;
    text-indent: 9999em;
  }
}
@media screen and (min-width: 600px) {
  body {
    font-size: 0.9375em;
  }
  .cc-barra h1 {
    min-height: 66px;
    line-height: 33px;
  }
  .cc-barra img {
    height: 66px;
    width: 228px;
  }
  header #chamada {
    width: 80%;
  }
  header img {
    min-height: 145px;
    max-width: 280px;
    width: 40%;
  }
  header hgroup {
    float: right;
    margin-right: 0.5%;
    margin-top: 26%;
    width: 56%;
  }
  header hgroup h1 {
    margin-top: -150px;
  }
  header .compreja {
    bottom: 80px;
    height: 30%;
  }
  .compreja {
    font-size: 0.8em;
  }
  #curso .fj91 {
    max-width: 340px;
    width: 340px;
  }
  #curso .fj91 h3.sigla a {
    font-size: 30px;
    height: 40px;
    padding-top: 4px;
  }
  #curso .fj91 h3.nome a {
    font-size: 24px;
  }
  #autores .autor h2 {
    left: 120px;
    top: 9px;
  }
  footer ul {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1em;
  }
  .cc-barra h1 {
    font-size: 130%;
  }
  header {
    font-size: 1.1em;
  }
  header #chamada {
    float: right;
    margin-top: 3%;
    margin-bottom: 0;
    padding: 0;
    width: 58%;
  }
  header hgroup {
    margin-top: 5%;
  }
  header hgroup h1 {
    margin-top: 0;
  }
  header .compreja {
    font-size: 0.7em;
    height: 18%;
  }
  header img {
    max-width: 350px;
  }
  header #logos a {
    margin-right: 6%;
  }
  #descricao {
    padding-left: 0;
    position: relative;
  }
  #descricao p {
    font-size: 0.97em;
  }
  #texto,
  #publico {
    display: inline-block;
    vertical-align: top;
    width: 49%;
  }
  #social {
    height: 80px;
    bottom: 30px;
    top: auto;
    left: auto;
    right: 0;
    width: 50%;
  }
  #social .fb-like,
  #social #___plusone_0,
  #social .twitter-share-button {
    margin: 0 8% 0 8% !important;
  }
  #publico h1 {
    margin-top: 0;
    width: 100%;
  }
  section h1 {
    font-size: 1.8em;
  }
  #curso {
    min-height: 110px;
    position: relative;
  }
  #curso hgroup {
    padding: 0.8em 360px 0.8em 0;
    width: 100%;
  }
  #curso hgroup h2 {
    font-size: 1.15em;
    padding-top: 0;
  }
  #curso .fj91 {
    margin: 0.5em 0;
    position: absolute;
    top: 0;
    right: 10px;
  }
  #conteudo h1 + ol {
    font-size: 0.95em;
    padding-left: 0;
    /* multi-coluna com firefox, chrome, safari */
  
    -moz-column-count: 2;
    -moz-column-gap: 1em;
    -moz-column-rule: none;
    -webkit-column-count: 2;
    -webkit-column-gap: 1em;
    -webkit-column-rule: none;
    /* css3 */
  
    column-count: 2;
    column-gap: 1em;
    column-rule: none;
  }
  #outroscursos h2 {
    display: inline-block;
    padding-top: 12px;
    vertical-align: top;
    width: 200px;
  }
  #tectura p {
    background-size: auto;
    padding: 0.5em 0;
  }
  footer {
    min-height: 430px;
  }
  footer hgroup {
    width: 50%;
  }
  footer ul {
    font-size: 0.7em;
    margin-left: 8%;
    width: 40%;
  }
  footer img {
    right: 18%;
    top: 10px;
    height: 357px;
    width: 244.99999999999997px;
  }
  footer #logos {
    top: 10px;
    right: 3%;
    position: absolute;
    width: 100px;
  }
  footer #logos a {
    margin-top: 40px;
  }
}
@media screen and (min-width: 992px) {
  body {
    font-size: 1.125em;
  }
  .container,
  #autores,
  #descricao {
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    position: relative;
  }
  #tectura p,
  header .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 890px;
    width: 90%;
  }
  header {
    z-index: 0;
  }
  header img {
    height: 510px;
    width: 350px;
  }
  header #logos {
    height: 90px;
  }
  header:after {
    background: #422B72;
    bottom: 0;
    content: ' ';
    right: 0;
    height: 90px;
    position: absolute;
    width: 100%;
    z-index: -10;
  }
  #descricao p {
    font-size: 0.9em;
  }
  #conteudo ol {
    font-size: 0.9em;
  }
  .ie footer ul li {
    margin-bottom: 0;
  }
  .ie footer ul li a {
    min-height: 0;
    padding: 0.3em;
  }
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 40%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.highlight{
  color: #f00;
  text-transform: uppercase;
  font-family: Tienne, Arial;
  font-size: 24px;
}
#email{
  width: 100%;
}
#myBtn{
  cursor: pointer;
}