@import url(http://fonts.googleapis.com/css?family=Vollkorn);
/*******
 * Index
 *
 * Reset some basic elements
 * Basic styling
 * Headers
 * Links
 * Inline
 * Blockquotes
 * SVG
 * Other
 */
/**
 * Reset some basic elements
 */
body, pre, hr, dl, dd, figure {
  margin: 0;
  padding: 0; }

/**
 * Basic styling
 */
html {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
  color: #111;
  background-color: #fff;
  -webkit-text-size-adjust: 100%; }

/**
 * Headers
 */
h1, h2, h3, h4, h5, h6 {
  font-family: Montserrat, sans-serif;
  text-rendering: optimizeLegibility; }

div.abstract {
  margin: 0 50px;
  font-weight: 500; }

/**
 * Links
 */
a {
  color: #111; }

/**
 * Inline
 */
strong {
  font-weight: bold;
  font-style: normal; }

p img {
  float: right; }

/**
 * Blockquotes
  */
blockquote {
  border-left: 2px solid #d0d0d0;
  padding-left: 15px; }
  blockquote > :last-child {
    margin-bottom: 0; }

/**
 * SVG
 */
svg {
  vertical-align: middle; }

/**
 * Other
 */
div.cita {
  background: url("../images/quote.png") no-repeat left top;
  width: 60%;
  min-height: 80px;
  padding: 0 0 0 50px; }

div.cita:nth-child(even) {
  margin: 100px 0 300px -50px; }

div.cita:nth-child(odd) {
  margin: 100px 0 300px 250px; }

p.cita-cita {
  font-size: 1.4em;
  font-style: italic;
  text-align: left; }

p.autor-cita {
  width: 100%;
  text-align: right; }

/**
 * body
 */
body {
  position: relative;
  margin: 0 auto;
  max-width: 40em;
  min-height: 100%;
  padding: 0 0 2.5rem; }

/**
 * nav
 */
nav {
  clear: both;
  width: 100%; }

nav ul {
  margin: 0;
  padding: 0;
  width: 100%; }

nav ul li {
  display: inline;
  list-style: none; }

nav ul li a {
  display: block;
  float: left;
  margin: 0 1.7em 0 0;
  padding: .3em .3em;
  text-decoration: none;
  border-top: 4px solid black; }

/**
 * header
 */
header {
  clear: both;
  padding: 1.8em 0 0; }

header h1 {
  margin: 0 0 0 -1.5em; }

header h1 span.subtitle {
  display: block;
  font-size: .8em;
  font-weight: 300; }

header ul.autors-names {
  font-weight: bold;
  list-style: none;
  margin: 0;
  padding: 0; }

header ul.autors-names li,
header ul.autors-names ul li {
  display: inline;
  margin: 0;
  padding: 0; }

header ul.autors-names li:after,
header ul.autors-names ul li:after {
  content: ","; }

header ul.autors-names li:last-child:after,
header ul.autors-names ul li:last-child:after {
  content: ""; }

header ul.autors-names ul {
  display: inline;
  font-size: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: super; }

header ol.autors-affiliations {
  font-size: 14px;
  list-style: none inside;
  margin: 0;
  padding: 0; }

header ol.autors-affiliations li {
  display: inline;
  margin: 0;
  padding: 0 .5em 0 0; }

.affiliation-number {
  font-weight: bold; }

/**
 * footer
 */
footer {
  clear: both;
  position: absolute;
  bottom: 0;
  border-bottom: 4px solid black;
  font-size: 12px;
  height: 1rem;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: bottom;
  width: 100%; }

footer p {
  margin: 0;
  padding: 0; }

footer a {
  text-decoration: none; }

/**
 * aside
 */
aside {
  float: right;
  width: 240px;
  margin-top: 20px;
  border: 1px solid #d0d0d0;
  padding: 0 4px 0;
  background: #fafafa;
  font-size: .9em; }

aside h2 {
  border-bottom: 1px dashed #d0d0d0;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  text-align: center; }

aside dt {
  clear: left;
  float: left;
  font-weight: bold;
  padding-right: .5em; }

aside dt:after {
  content: ":"; }

/**
 * social-list
 */
ul.social-list li {
  list-style: none; }

/**
 * Cover style
 */
body.cover {
  line-height: 1.5;
  padding-top: 10%; }

body.cover header {
  float: left;
  padding: 0;
  text-align: right;
  width: 46%; }

body.cover h1 {
  font-family: Vollkorn, serif;
  font-size: 44.8px;
  margin: 0;
  padding: 0; }

body.cover ul {
  font-size: 19.2px; }

body.cover ul.social-list li {
  display: inline; }

body.cover .social-list-text {
  display: none; }

body.cover footer {
  position: relative;
  border: 0;
  bottom: 2em;
  clear: none;
  font-size: 16px;
  float: left;
  text-align: right;
  width: 46%; }

body.cover .cc-name {
  display: none; }

body.cover main {
  margin-left: 54%;
  width: 46%; }

body.cover main ul {
  font-size: 24px;
  line-height: 2;
  list-style-type: none;
  margin: 0;
  padding: 0; }

body.cover a {
  text-decoration: none; }

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor; }
