body {
  position: relative;
  margin: 1% auto;
  max-width: 1024px;
  padding: 40px;
}	
	
.title {
  position: relative;
  display: flex;
  flex-direction: column;
  border-left: 15px solid #fde9c4;
  padding: 10px 15px 0;
  margin-bottom: 3%;
}
.title h1 {
  position: relative;
  line-height: 1;
  font-size: 2rem;
  padding: 0;
  margin: 0px 0 7px;
  font-family: Montserrat;
  font-weight: 700;
  color: #28529e;
}
.title h1 small {
  position: relative;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
}

.author {
  position: relative;
  display: flex;
  flex-direction: row;
  margin-bottom: 5%;
}
.author .author-colA {
  position: relative;
  display: flex;
  flex: auto;
  flex-direction: column;
  padding-right: 15px;
}
.author .author-colA .author-names {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.author .author-colA .author-names h5 {
  position: relative;
  float: left;
  font-family: Montserrat;
  font-size: 1.2rem;
  font-weight: 600;
  color: #28529e;
  margin: 0 0 10px;
}
.author .author-colA .author-names p {
  position: relative;
  float: left;
  font-family: Montserrat;
  color: black;
  font-size: .9rem;
  margin: 0 0 5px;
  line-height: 1.3;
}
.author .author-colA .author-names p sup {
  font-size: .7rem;
}
.author .author-colA .author-locations {
  position: relative;
  display: flex;
  flex-direction: column;
}
.author .author-colA .author-locations ol {
  position: relative;
  float: left;
  margin: 0;
  padding-left: 15px;
}
.author .author-colA .author-locations ol li {
  position: relative;
  float: left;
  font-family: Montserrat;
  color: black;
  font-size: .8rem;
  margin: 0 0 5px;
  line-height: 1.3;
  font-style: italic;
  padding: 0 7px 0 15px;
}
.author .author-colA .author-locations ol li::marker {
  font-size: .7rem;
}
.author .author-colB {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.author .author-colA .author-doi {
  font-family: Montserrat;
  font-size: .8rem;
  font-weight: 300;
  margin-top: 40px;
}
.author .author-colA .author-doi a {
  text-decoration: none;
  color: black;
}
.author .author-colB .author-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-height: 165px;
  border-left: 10px solid #fde9c4;
  padding: 10px 15px;
  border-right: 10px solid #fde9c4;
  min-width: 265px;
}
.author .author-colB .author-box p {
  position: relative;
  float: left;
  font-family: Montserrat;
  color: black;
  font-size: .9rem;
  margin: 0 0 5px;
  line-height: 1.3;
}
.author .author-colB .author-box p strong {
  font-weight: 600;
  padding-top: 15px;
  position: relative;
  float: left;
}
.author .author-colB .author-box p a {
  font-weight: 300;
}

.resume {
  position: relative;
  display: flex;
  flex-direction: column;
}
.resume .resume-text {
  position: relative;
  display: flex;
  flex-direction: column;
}
.resume .resume-text h2 {
  position: relative;
  float: left;
  font-family: Montserrat;
  font-size: 1.5rem;
  font-weight: 400;
  color: #28529e;
  line-height: 1;
  border-top: 1px solid #fde9c4;
  border-bottom: 1px solid #fde9c4;
  padding: 10px 0;
  margin: 0 0 15px;
}
.resume .resume-text p {
  position: relative;
  float: left;
  font-family: Montserrat;
  font-size: 1rem;
  text-align: justify;
  margin: 0 0 7px;
  line-height: 1.3;
  padding-left: 25px;
}
.resume .resume-text p strong {
  font-weight: 600;
}
.resume .resume-text ul {
  position: relative;
  float: left;
  margin: 0 0 7px;
  padding-left: 50px;
}
.resume .resume-text ul li {
  position: relative;
  float: left;
}
.resume .resume-text ol {
  position: relative;
  float: left;
  margin: 0 0 7px;
  padding-left: 50px;
}
.resume .resume-text ol li {
  position: relative;
  float: left;
}
.resume .resume-keys {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 15px 0;
}
.resume .resume-keys p {
  position: relative;
  float: left;
  font-family: Montserrat;
  font-size: 1rem;
  text-align: justify;
  margin: 0 0 7px;
  line-height: 1.3;
}
.resume .resume-keys p strong {
  font-weight: 600;
}

.content {
  position: relative;
  display: flex;
  flex-direction: column;
}
.content h2 {
  position: relative;
  float: left;
  font-family: Montserrat;
  font-size: 1.5rem;
  font-weight: 400;
  color: #28529e;
  line-height: 1;
  border-bottom: 1px solid #fde9c4;
  padding: 10px 0;
  margin: 0 0 15px;
}
.content p {
  position: relative;
  float: left;
  font-family: Montserrat;
  font-size: 1rem;
  text-align: justify;
  margin: 0 0 7px;
  line-height: 1.3;
  text-indent: 35px;
}
.content p strong {
  font-weight: 500;
}
.content p a {
  position: relative;
  font-size: .8rem;
  text-decoration: none;
  color: #28529e;
  padding: 0 2px;
}
.content ul,
.content ol {
  position: relative;
  float: left;
  padding-left: 25px;
  margin-top: 1%;
}
.content ul li,
.content ol li {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 1%;
}
.content ul li p,
.content ol li p {
  text-indent: 0;
}
.content h4 {
  position: relative;
  float: left;
  font-family: Montserrat;
  font-size: 1rem;
  text-align: justify;
  margin: 25px 0 10px;
  line-height: 1.3;
  color: #b6221a;
  font-weight: 600;
}
.content h4.alt {
  color: #325aa2;
  font-weight: 500;
  font-style: italic;
}
.content h5 {
  position: relative;
  float: left;
  font-family: Montserrat;
  font-size: 1rem;
  text-align: justify;
  margin: 25px 0 10px;
  line-height: 1.3;
  color: #b6221a;
  font-weight: 400;
}
.content img {
  position: relative;
  margin: 40px auto 20px;
}
.content small {
  position: relative;
  float: left;
  margin: 0 auto 40px;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 500;
  font-style: italic;
  color: #28529e;
}
.content h3 {
  position: relative;
  float: left;
  font-family: Montserrat;
  font-size: 1rem;
  text-align: justify;
  margin: 0 0 7px;
  line-height: 1.3;
  font-weight: 600;
}
.content h3 small {
  position: relative;
  float: left;
  margin: 10px 0 0;
  font-style: normal;
  border-bottom: 1px solid #28529e;
  width: 100%;
}

.content table {
  position: relative;
  float: left;
  margin: 15px 0;
  border: 1px solid #28529e;
  background: #f6f5fb;
  font-family: Montserrat;
  font-size: .85rem;
  border-collapse: separate;
  border-spacing: 0px;
}
.content table thead {
  position: relative;
  background: #d3c9f7;
}
.content table tr:nth-child(2n) {
  background: #efeefd;
}
.content table span {
  position: relative;
  float: left;  
  margin: 1% 0;
  width: 100%;
}
.content table p {
  position: relative;
  float: left;
  width: 100%;
  text-align: left;
  text-indent: 0;
}
.content table p.right {
  float: right;
  text-align: right;
}
.content table p span {
  position: relative;
  float: left;
}
.content table p span.left {
  padding-left: 3%;
  text-align: left;
  width: 47%;
}
.content table p span.right {
  text-align: right;
  width: 50%;
}
.content tr th, .content tr td {
  border: 1px solid #28529e;
  padding: 17px 12px;
}
.content tr th {
  position: relative;
  font-size: .9rem;
  font-weight: 500;
}
.content tr td.top {
  vertical-align: top;
}
.content tr td.middle {
  vertical-align: middle;
}
.content p.legend {
  font-size: .7rem;
  text-indent: unset;
  position: relative;
  float: left;
  margin-bottom: 35px;
}
.content p.aviso {
  text-align: right;
  font-weight: 300;
  font-size: .9rem;
  margin: 20px 0 50px;
}

.references {
  position: relative;
  display: flex;
  flex-direction: column;
}
.references h2 {
  position: relative;
  float: left;
  font-family: Montserrat;
  font-size: 1.5rem;
  font-weight: 400;
  color: #28529e;
  line-height: 1;
  border-bottom: 1px solid #fde9c4;
  padding: 10px 0;
  margin: 0 0 15px;
}
.references ol {
  position: relative;
  float: left;
  padding-left: 20px;
}
.references ol li {
  position: relative;
  float: left;
  font-family: Montserrat;
  font-size: .85rem;
  padding-left: 15px;
}
.references ol li::marker {
  position: relative;
  float: left;
  font-weight: 300;
}
.references ol li p {
  position: relative;
  text-align: left;
  margin: 0 0 12px;
  line-height: 1.3;
}
.references ol li p a.anchor {
  position: relative;
  text-decoration: none;
  color: black;
}
.references ol li p a .authors {
  position: relative;
  font-weight: 400;
}
.references ol li p a .article {
  position: relative;
  font-weight: 400;
}
.references ol li p a .publication {
  position: relative;
  font-weight: 400;
}
.references ol li p a.doi {
  position: relative;
  font-weight: 300;
}

.center {
  text-align: center;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.top {
  vertical-align: top;
}
.bold {
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .author {
    flex-direction: column;
  }
  .author .author-colA {
    padding-right: 0;
  }
  .author .author-colA .author-doi {
    margin-top: 20px;
    margin-bottom: 25px;
  }
  .content table {
    font-size: .75rem;
  }
  
  .title h1, .title h1 small {
  	font-size: 1.5rem;
  }
  .author .author-colA .author-names p {
    font-size: .8rem;
  }
  .author .author-colA .author-locations ol li {
    font-size: .75rem;
  }
  .author .author-colA .author-doi { 
    font-size: .75rem;
  }
  .author .author-colB .author-box p {
    font-size: .8rem;
  }
  .resume .resume-text p {
    font-size: .85rem;
  }
  .resume .resume-keys p {
    font-size: .85rem;
  }
  .content p {
  	font-size: .85rem;
  }
  .content p.aviso {
    font-size: .85rem;
  }
  .references ol li {
    font-size: .8rem;
  }
  .content img {
    width: 100%;
  }
}