*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 106.25%;
  font-family: var(--r-globalfont-family);
  --r-globalfont-family: "SF Pro Text", "SF Pro Dislay", "SF Pro Icons", "Helvetica Neue", "Helvetica", "San Francisco",
    "Open Sans", "Noto Sans", "Arial", sans-serif;
}

nav#localnav {
  display: block;
  width: 100%;
  max-width: 2560px;
  margin: 0 auto;
  top: 0;
  position: sticky;
  height: 44px;
  min-width: 40px;
  max-height: 48px;
  z-index: 9999;
  background-color: rgb(250, 250, 252, 0.9);

}

@media screen and (max-width: 1024px) {
  nav#localnav div.localnav-wrapper {
    padding: 0 24px;
  }

}

nav#localnav .localnav-content {
  height: 40px;
  display: flex;
  margin: 0 auto;
  width: 100%;
  max-width: 980px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid rgba(0, 0, 0, 0.16);
}

nav#localnav .localnav-content .localnav-title a,
nav#localnav .localnav-content .localnav-menu a {
  color: #333333;
  text-decoration: none;
  font-size: 18px;
}

nav#localnav .localnav-content .localnav-menu {
  display: inline-flex;
  column-gap: 1em;
}

nav#localnav .localnav-menu a[data-title="Projetos"] {
  display: none;
}

#page-docente {
  font-size: 17px;
  line-height: 1.52947;
  font-weight: 300;
  letter-spacing: -.021em;
  background-color: #fff;
  color: #333;
  font-style: normal;
  quotes: "“" "”";
}

#page-docente {
  max-width: 2560px;
  min-width: 320px;
  width: 100%;
  margin: 0 auto;
}

#page-docente :is(h1, h2, h3, h4, h5, h6, p, span) {
  margin: 0;
  padding: 0;
}

#page-docente .section-hero {
  position: relative;
  padding-top: 106px;
  min-height: 336px;
}

@media only screen and (max-width: 1068px) {
  #page-docente .section-hero {
    padding-top: 102px;
    min-height: 313px;
  }
}

@media only screen and (max-width: 735px) {
  #page-docente .section-hero {
    padding-top: 0;
    min-height: auto;
  }
}

#page-docente .section-hero .section-content {
  margin-left: auto;
  margin-right: auto;
  width: 980px;
}

@media only screen and (max-width: 1068px) {
  #page-docente .section-hero .section-content {
    margin-left: auto;
    margin-right: auto;
    width: 692px;
  }
}

@media only screen and (max-width: 735px) {
  #page-docente .section-hero .section-content {
    width: auto;
  }
}

#page-docente .section-hero .image-hero-container {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#eaeaea),
      to(#fafafa));
  background: -webkit-linear-gradient(top, #eaeaea 0%, #fafafa 100%);
  background: linear-gradient(to bottom, #eaeaea 0%, #fafafa 100%);
}

@media only screen and (max-width: 735px) {
  #page-docente .section-hero .image-hero-container {
    position: static;
    margin-bottom: 40px;
    padding-top: 96px;
  }
}

#page-docente .section-hero .image-hero {
  margin-left: auto;
  margin-right: auto;
  width: 980px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  background-position: 381px 100%;
  height: 336px;
  background-size: 489px 336px;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 1442px) {
  #page-docente .section-hero .image-hero {
    margin-left: auto;
    margin-right: auto;
    width: 980px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx),
(-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {
  #page-docente .section-hero .image-hero {
    /* background-image: url("/docente/assets/image/bio/cesargabriel/cesargabriel_image.png.large_2x.png"); */
  }
}

@media only screen and (max-width: 1068px) {
  #page-docente .section-hero .image-hero {
    margin-left: auto;
    margin-right: auto;
    width: 692px;
    /* background-image: url("/docente/assets/image/bio/cesargabriel/cesargabriel_image.png.medium.png"); */
    height: 313px;
    background-size: 414px 313px;
    background-position: 285px 100%;
  }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (max-width: 1068px) and (min-resolution: 144dpi),
only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 144),
only screen and (max-width: 1068px) and (min-resolution: 144dppx) {
  #page-docente .section-hero .image-hero {
    /* background-image: url("/docente/assets/image/bio/cesargabriel/cesargabriel_image.png.medium_2x.png"); */
  }
}

@media only screen and (max-width: 735px) {
  #page-docente .section-hero .image-hero {
    margin-left: auto;
    margin-right: auto;
    width: 87.5%;
    position: static;
    -webkit-transform: none;
    transform: none;
    background-position: 50% 100%;
    /* background-image: url("/docente/assets/image/bio/cesargabriel/cesargabriel_image.png.small.png"); */
    height: 220px;
    background-size: 292px 220px;
  }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (max-width: 735px) and (min-resolution: 144dpi),
only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 144),
only screen and (max-width: 735px) and (min-resolution: 144dppx) {
  #page-docente .section-hero .image-hero {
    /* background-image: url("/docente/assets/image/bio/cesargabriel/cesargabriel_image.png.small_2x.png"); */
  }
}

#page-docente .section-hero .headlines {
  position: relative;
  z-index: 1;
  width: 50%;
  padding-top: 94px;
}

@media only screen and (max-width: 1068px) {
  #page-docente .section-hero .headlines {
    padding-top: 83px;
  }
}

@media only screen and (max-width: 735px) {
  #page-docente .section-hero .headlines {
    padding-top: 0;
  }
}

@media only screen and (max-width: 735px) and (max-width: 735px) {
  #page-docente .section-hero .headlines {
    margin-left: auto;
    margin-right: auto;
    width: 87.5%;
  }
}

#page-docente .section-hero .typography-section-headline {
  margin-bottom: 11px;
  font-size: 40px;
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: 0.008em;
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;
}

@media only screen and (max-width: 1068px) {
  #page-docente .section-hero .typography-section-headline {
    font-size: 34px;
    line-height: 1.08824;
    font-weight: 500;
    letter-spacing: 0.01em;
    font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
      "Arial", sans-serif;
  }
}

@media only screen and (max-width: 735px) {
  #page-docente .section-hero .typography-section-headline {
    font-size: 28px;
    line-height: 1.1073;
    font-weight: 500;
    letter-spacing: 0.012em;
    font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
      "Arial", sans-serif;
  }
}

#page-docente .section-hero .typography-subsection-subhead {
  font-size: 32px;
  line-height: 1.09375;
  font-weight: 300;
  letter-spacing: 0.011em;
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;
}

@media only screen and (max-width: 1068px) {
  #page-docente .section-hero .typography-subsection-subhead {
    font-size: 28px;
    line-height: 1.1073;
    font-weight: 300;
    letter-spacing: 0.012em;
    font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
      "Arial", sans-serif;
  }
}

@media only screen and (max-width: 735px) {
  #page-docente .section-hero .typography-subsection-subhead {
    font-size: 24px;
    line-height: 1.20849;
    font-weight: 300;
    letter-spacing: 0.015em;
    font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
      "Arial", sans-serif;
    margin-bottom: 15px;
  }
}

#page-docente .section-bio {
  padding-top: 52px;
  padding-bottom: 110px;
  display: flex;
}

@media only screen and (max-width: 1068px) {
  #page-docente .section-bio {
    padding-top: 48px;
    padding-bottom: 64px;
  }
}

@media only screen and (max-width: 735px) {
  #page-docente .section-bio {
    padding-top: 0;
    padding-bottom: 50px;
  }
}

.page-bio .section-bio {
  padding-top: 52px;
  padding-bottom: 110px;
}

@media only screen and (max-width: 1068px) {
  .page-bio .section-bio {
    padding-top: 48px;
    padding-bottom: 64px;
  }
}

@media only screen and (max-width: 735px) {
  .page-bio .section-bio {
    padding-top: 0;
    padding-bottom: 50px;
  }
}

.section-content {
  margin-left: auto;
  margin-right: auto;
  width: 980px;
}

@media only screen and (max-width: 1068px) {
  .section-content {
    margin-left: auto;
    margin-right: auto;
    width: 692px;
  }
}

@media only screen and (max-width: 735px) {
  .section-content {
    margin-left: auto;
    margin-right: auto;
    width: 87.5%;
  }
}

.row {
  position: relative;
  z-index: 1;
}

.row::before,
.row::after {
  content: " ";
  display: table;
}

.column {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  float: left;
  min-height: 2px;
}

.large-5 {
  width: 41.66667%;
}

.large-offset-1 {
  margin-left: 8.33333%;
}

@media only screen and (max-width: 735px) {
  .small-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 735px) {
  .small-offset-0 {
    margin-left: 0;
  }
}

.page-bio .section-bio p {
  margin-top: 0.7em;
}

#page-docente .section-bio p {
  margin-top: 0.7em;
}

/*  ==============================
    ======= Curriculum Page
    ==============================
*/

html.curriculo-page,
body.curriculo-page {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  height: max-content;
  color: #333;
  background-color: #eaeaea;
}

main.curriculo {
  width: 100%;
  max-width: 980px;
  height: max-content;
  margin: 0 auto;
  background-color: #ffffff;
  justify-items: center;
  align-items: start;
}

main.curriculo header,
main.curriculo section {
  width: 100%;
  padding: 0 6em;
  padding-bottom: 2em;
  background-color: transparent;
}

@media screen and (min-width: 320px) and (max-width: 723px) {

  main.curriculo header,
  main.curriculo section {
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media screen and (min-width: 724px) {

  main.curriculo header,
  main.curriculo section {
    padding-left: 6em;
    padding-right: 6em;
  }
}

main.curriculo .group {
  display: flex;
  gap: 2em;
  justify-content: flex-start;
  align-items: flex-end;
}

main.curriculo .group .frame {
  display: flex;
  width: 99px;
  height: 80px;
  align-items: flex-end;
  justify-content: center;
  padding: 4px 10px;
  background-color: #086c85;
}

main.curriculo .group .group-frame-title {
  position: relative;
  width: fit-content;
  font-family: "Alata-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 10px;
  letter-spacing: 0;
  line-height: normal;
}

main.curriculo .group .group-frame-title .group-title {
  display: flex;
  flex-direction: column;
  width: 157px;
  align-items: flex-start;
  top: 27px;
  left: 143px;
}

main.curriculo .dados-pessoais {
  width: 100%;
}

main.curriculo .dados-pessoais .section-info {
  display: inline-flex;
  gap: 2em;
  width: 100%;
  justify-content: flex-start;
  padding-bottom: 0.25em;
}

@media screen and (min-width: 320px) and (max-width: 723px) {
  main.curriculo .dados-pessoais .section-info {
    flex-wrap: wrap;
    row-gap: 0.5em;
    column-gap: 2em;
  }
}

main.curriculo .dados-pessoais .section-info span {
  max-width: 64px;
  width: 100%;
}

@media screen and (min-width: 320px) {
  main.curriculo .dados-pessoais .section-info span {
    max-width: 44px;
    width: 100%;
  }
}

main.curriculo .timeline {}

main.curriculo .timeline .timeline-event {
  padding-left: 4em;
  padding-right: 4em;
  padding-bottom: 2em;
}