html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 106.25%;
}

html,
body,
#page-docente {
  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;
}

#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;
}

nav#localnav {
  font-size: 1em;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: inherit;
  box-sizing: content-box;
  padding: 0;
  pointer-events: auto;
}

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);

}

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: 0.1em solid rgba(0, 0, 0, 0.16);
}

nav#localnav .localnav-content .localnav-title {
  font-size: 21px;
  line-height: 1.14286;
  font-weight: 600;
  letter-spacing: .011em;
  cursor: default;
  display: block;
  float: left;
  margin: 14px 0 -14px;
  padding: 0;
  height: 52px;
  white-space: nowrap;
}

nav#localnav .localnav-content .localnav-title a {
  display: flex;
  flex-direction: column-reverse;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  text-decoration: none;
  white-space: nowrap;
  opacity: .88;
}

nav#localnav .localnav-content .localnav-title a,
nav#localnav .localnav-content .localnav-menu a {
  color: #000;
  transition: color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
}

nav#localnav .localnav-content .localnav-title a:hover {
  text-decoration: none;
}


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

nav#localnav .localnav-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
  transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
}

nav#localnav .localnav-background:after {
  margin-left: -490px;
  left: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  width: 980px;
  height: 1px;
  z-index: 1;
}

#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("/estatistica/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("/estatistica/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("/estatistica/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("/estatistica/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("/estatistica/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: 500;
  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;
}

#page-docente .latters-curriculum {
  display: none;
}