/*
 * Autores
 */
.contentInnerPageAuthors {
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: flex;
  width: 100%;
}
.contentInnerPageAuthors
.contentInnerPageAuthorsHeader {
  padding-bottom: 100px;
  padding-top: 60px;
  width: 1210px;
}
.contentInnerPageAuthors
.contentInnerPageAuthorsHeader {
  justify-content: center;
  flex-direction: row;
  align-items: center;
  display: flex;
}
@media (max-width: 1210px){
  .contentInnerPageAuthors
  .contentInnerPageAuthorsHeader {
    width: 100%;
  }
}
@media (max-width: 580px){
  .contentInnerPageAuthors
  .contentInnerPageAuthorsHeader {
    flex-direction: column;
    row-gap: 24px;
  }
}
.contentInnerPageAuthors
.contentInnerPageAuthorsHeader
.contentInnerPageAuthorsHeaderLeft {
  width: calc(100% - 433px);
  align-self: stretch;
  padding-right: 15px;
  padding-left: 15px;
}
.contentInnerPageAuthors
.contentInnerPageAuthorsHeader
.contentInnerPageAuthorsHeaderRight {
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  display: flex;
}
.contentInnerPageAuthors
.contentInnerPageAuthorsHeader
.contentInnerPageAuthorsHeaderRight {
  padding-right: 15px;
  padding-left: 15px;
  width: 433px;
}
@media (max-width: 1210px){
  .contentInnerPageAuthors
  .contentInnerPageAuthorsHeader
  .contentInnerPageAuthorsHeaderLeft {
    width: calc(100% - 380px);
  }
  .contentInnerPageAuthors
  .contentInnerPageAuthorsHeader
  .contentInnerPageAuthorsHeaderRight {
    width: 380px;
  }
}
@media (max-width: 1100px){
  .contentInnerPageAuthors
  .contentInnerPageAuthorsHeader
  .contentInnerPageAuthorsHeaderLeft {
    width: calc(100% - 320px);
  }
  .contentInnerPageAuthors
  .contentInnerPageAuthorsHeader
  .contentInnerPageAuthorsHeaderRight {
    width: 320px;
  }
}
@media (max-width: 1000px){
  .contentInnerPageAuthors
  .contentInnerPageAuthorsHeader
  .contentInnerPageAuthorsHeaderLeft {
    width: calc(100% - 294px);
  }
  .contentInnerPageAuthors
  .contentInnerPageAuthorsHeader
  .contentInnerPageAuthorsHeaderRight {
    width: 294px;
  }
}
@media (max-width: 900px){
  .contentInnerPageAuthors
  .contentInnerPageAuthorsHeader
  .contentInnerPageAuthorsHeaderLeft {
    width: calc(100% - 200px);
  }
  .contentInnerPageAuthors
  .contentInnerPageAuthorsHeader
  .contentInnerPageAuthorsHeaderRight {
    width: 200px;
  }
}
@media (max-width: 768px){
  .contentInnerPageAuthors
  .contentInnerPageAuthorsHeader
  .contentInnerPageAuthorsHeaderLeft {
    width: calc(100% - 200px);
  }
  .contentInnerPageAuthors
  .contentInnerPageAuthorsHeader
  .contentInnerPageAuthorsHeaderRight {
    width: 200px;
  }
}
@media (max-width: 580px){
  .contentInnerPageAuthors
  .contentInnerPageAuthorsHeader
  .contentInnerPageAuthorsHeaderLeft {
    width: 100%;
  }
  .contentInnerPageAuthors
  .contentInnerPageAuthorsHeader
  .contentInnerPageAuthorsHeaderRight {
    width: 100%;
  }
}
.contentInnerPageAuthors
.contentInnerPageAuthorsHeader
.contentInnerPageAuthorsHeaderLeft
.contentInnerPageAuthorsHeaderLeftTitle {
  font-size: 36px;
  line-height: 45px;
  color: #FEAD03;
  font-weight: 700;
  position: relative;
  margin-bottom: 30px;
  margin-top: 0;
  color: #02C948;
}
@media (max-width: 580px){
  .contentInnerPageAuthors
  .contentInnerPageAuthorsHeader
  .contentInnerPageAuthorsHeaderLeft
  .contentInnerPageAuthorsHeaderLeftTitle {
    font-size: 26px;
  }
}
.contentInnerPageAuthors
.contentInnerPageAuthorsHeader
.contentInnerPageAuthorsHeaderLeft
.contentInnerPageAuthorsHeaderLeftBio {
  justify-content: center;
  align-items: flex-start;
  column-gap: 20px;
  display: flex;  
}
.contentInnerPageAuthors
.contentInnerPageAuthorsHeader
.contentInnerPageAuthorsHeaderLeft
.contentInnerPageAuthorsHeaderLeftBio
.contentInnerPageAuthorsHeaderLeftBioTitle {
  font-weight: 700;
  font-size: 16px;
  color: #2E3135;
}
.contentInnerPageAuthors
.contentInnerPageAuthorsHeader
.contentInnerPageAuthorsHeaderLeft
.contentInnerPageAuthorsHeaderLeftBio
.contentInnerPageAuthorsHeaderLeftBioCurriculo p {
  margin-bottom: 26px;
  line-height: 24px;
  font-weight: 700;
  font-size: 16px;
  margin-top: 0px;
  color: #676766;  
}
.contentInnerPageAuthors
.contentInnerPageAuthorsHeader
.contentInnerPageAuthorsHeaderRight img {
  border-radius: 16px;
  width: 100%;
}

.contentInnerPageAuthors
.contentInnerPageAuthorsFooter {
  background-color: #fff;
  padding-bottom: 50px;
  padding-top: 50px;
  width: 100%;
}
.contentInnerPageAuthors
.contentInnerPageAuthorsFooter {
  justify-content: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}
.contentInnerPageAuthors
.contentInnerPageAuthorsFooter {
  padding: 50px 0px;
  width: 100%;
}
.contentInnerPageAuthors
.contentInnerPageAuthorsFooter
.contentInnerPageAuthorsFooterTitle {
  font-family: 'Roboto';
  text-align: center;
  color: #292929;
}
.contentInnerPageAuthors
.contentInnerPageAuthorsFooter
.contentInnerPageAuthorsFooterTitle {
  margin-bottom: 40px;
  line-height: 40px;
  font-weight: 700;
  font-size: 32px;
}
.contentInnerPageAuthors
.contentInnerPageAuthorsFooter
.contentInnerPageAuthorsFooterInner {
  position: relative;
  overflow: hidden;
  width: 1210px;
}
@media (max-width: 1210px){
  .contentInnerPageAuthors
  .contentInnerPageAuthorsFooter
  .contentInnerPageAuthorsFooterInner {
    width: 100vw;
  }
}
.contentInnerPageAuthors
.contentInnerPageAuthorsFooter
.contentInnerPageAuthorsFooterInner
.contentInnerPageAuthorsFooterInnerObras {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.contentInnerPageAuthors
.contentInnerPageAuthorsFooter
.contentInnerPageAuthorsFooterInner
.contentInnerPageAuthorsFooterInnerObras {
  column-gap: 60px;
}
@media (max-width: 1210px){
  .contentInnerPageAuthors
  .contentInnerPageAuthorsFooter
  .contentInnerPageAuthorsFooterInner
  .contentInnerPageAuthorsFooterInnerObras {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.contentInnerPageAuthors
.contentInnerPageAuthorsFooter
.contentInnerPageAuthorsFooterInner
.contentInnerPageAuthorsFooterInnerObras
.contentInnerPageAuthorsFooterInnerObrasItem {
  min-width: 152px;
  width: 152px;
}
.contentInnerPageAuthors
.contentInnerPageAuthorsFooter
.contentInnerPageAuthorsFooterInner
.contentInnerPageAuthorsFooterInnerObras
.contentInnerPageAuthorsFooterInnerObrasItem
.contentInnerPageAuthorsFooterInnerObrasItemThumbnail {
  width: 152px;
}
.contentInnerPageAuthors
.contentInnerPageAuthorsFooter
.contentInnerPageAuthorsFooterInner
.contentInnerPageAuthorsFooterInnerObras
.contentInnerPageAuthorsFooterInnerObrasItem
.contentInnerPageAuthorsFooterInnerObrasItemThumbnail img {
  height: 190px;
  width: 152px;
}
.contentInnerPageAuthors
.contentInnerPageAuthorsFooter
.contentInnerPageAuthorsFooterInner
.contentInnerPageAuthorsFooterInnerObras
.contentInnerPageAuthorsFooterInnerObrasItem
.contentInnerPageAuthorsFooterInnerObrasItemTitle,
.contentInnerPageAuthors
.contentInnerPageAuthorsFooter
.contentInnerPageAuthorsFooterInner
.contentInnerPageAuthorsFooterInnerObras
.contentInnerPageAuthorsFooterInnerObrasItem
.contentInnerPageAuthorsFooterInnerObrasItemTitle a {
  line-height: 20px;
  margin-bottom: 0;
  font-weight: 500;
  margin-top: 10px;
  font-size: 16px;
  text-align: center;
  color: #333;
}
.contentInnerPageAuthors
.contentInnerPageAuthorsFooter
.contentInnerPageAuthorsFooterInner
.contentInnerPageAuthorsFooterInnerPrev,
.contentInnerPageAuthors
.contentInnerPageAuthorsFooter
.contentInnerPageAuthorsFooterInner
.contentInnerPageAuthorsFooterInnerNext {
  justify-content: center;
  align-items: center;
  position: absolute;
  display: flex;  
}
.contentInnerPageAuthors
.contentInnerPageAuthorsFooter
.contentInnerPageAuthorsFooterInner
.contentInnerPageAuthorsFooterInnerPrev,
.contentInnerPageAuthors
.contentInnerPageAuthorsFooter
.contentInnerPageAuthorsFooterInner
.contentInnerPageAuthorsFooterInnerNext {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  height: 42px;
  width: 42px;
  top: 40%
}
.contentInnerPageAuthors
.contentInnerPageAuthorsFooter
.contentInnerPageAuthorsFooterInner
.contentInnerPageAuthorsFooterInnerPrev i,
.contentInnerPageAuthors
.contentInnerPageAuthorsFooter
.contentInnerPageAuthorsFooterInner
.contentInnerPageAuthorsFooterInnerNext i {
  font-size: 20px;
}

.contentInnerPageAuthors
.contentInnerPageAuthorsFooter
.contentInnerPageAuthorsFooterInner
.contentInnerPageAuthorsFooterInnerPrev {
  left: 16px;
}
.contentInnerPageAuthors
.contentInnerPageAuthorsFooter
.contentInnerPageAuthorsFooterInner
.contentInnerPageAuthorsFooterInnerNext {
  right: 16px;
}
.contentInnerPageAuthors
.contentInnerPageAuthorsFooter
.contentInnerPageAuthorsFooterInner .swiper-button-disabled {
  display: none;
}