:root {
  --white: white;
  --black: black;
}

.body {
  background-color: #f4f8fc;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Dosis, sans-serif;
  display: flex;
}

.menu {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 7rem;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: relative;
}

.div-block {
  width: 100%;
  height: 5rem;
  display: flex;
}

.navbar {
  background-color: #0000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 5rem;
  display: flex;
}

.div-block-2 {
  width: 100%;
  height: 5rem;
}

.wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 87.5rem;
  padding-left: 1%;
  padding-right: 1%;
  display: flex;
}

.brand_link {
  background-color: #0000;
  width: 14rem;
  position: relative;
}

.brand_link.w--current {
  width: 14rem;
  position: relative;
}

.image-8 {
  width: 15.625rem;
}

.navigation_items {
  flex: none;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.navigation_item {
  opacity: 1;
  color: #073e75;
  letter-spacing: .125rem;
  text-transform: uppercase;
  padding: .5625rem 1.0625rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
  transition: all .4s;
}

.navigation_item:hover {
  opacity: .9;
  color: #a01010;
  font-weight: 700;
  text-decoration: none;
}

.navigation_item:active {
  opacity: .8;
}

.navigation_item.w--current {
  opacity: 1;
  color: #2a2a2a;
  font-weight: 600;
  text-decoration: line-through;
}

.navigation_item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation_item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation_item.last-link.w--current {
  text-decoration: line-through;
}

.nav-link {
  color: #003983;
  letter-spacing: .125rem;
  text-transform: uppercase;
  margin-left: .25rem;
  margin-right: .25rem;
  padding-left: .9375rem;
  padding-right: .9375rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  transition: color .2s;
}

.nav-link:hover {
  color: #f60000;
}

.nav-link.navlink_graduacao, .nav-link.navlink_pos {
  padding-right: 1.875rem;
}

.nav-link.area_aluno {
  color: var(--white);
  letter-spacing: .0625rem;
  background-color: #f70909;
  margin-left: 1.25rem;
  padding: .625rem .75rem;
  font-size: .75rem;
  line-height: .8rem;
}

.nav-link.area_aluno:hover {
  background-color: #0b27c3;
}

.super-hero {
  background-color: #0b27c3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35vw;
  display: flex;
  position: relative;
}

.super-hero.sh_interna {
  height: 26.875rem;
}

.block-slider-colors {
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: absolute;
}

.left-arrow, .slide-nav, .right-arrow {
  display: none;
}

.slider {
  width: 100%;
  height: 100%;
}

.slide {
  background-color: #0b27c3;
  width: 100%;
}

.slide-2 {
  background-color: #048524;
  width: 100%;
}

.slide-3 {
  background-color: #940000;
  width: 100%;
}

.blok-super-hero {
  z-index: 1;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.25rem;
  display: flex;
  position: relative;
}

.block-left_img {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 1.25rem;
  display: flex;
}

.block-left_img.bl-blog {
  position: relative;
}

.block-right_text {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1.25rem;
  display: flex;
  position: relative;
}

.heading {
  color: #fff;
  letter-spacing: .3125rem;
  text-transform: uppercase;
  width: 75%;
  margin-bottom: 1.25rem;
  font-weight: 600;
}

.heading.heading_post {
  letter-spacing: .1875rem;
  width: 70%;
  min-width: 80%;
  margin-bottom: 1.875rem;
  font-size: 1.875rem;
  line-height: 2.8125rem;
}

.div-block-5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.paragraph {
  color: #fff;
  letter-spacing: .3125rem;
  margin-bottom: 1.875rem;
  font-size: 1.25rem;
}

.block-image {
  background-color: #0000;
  background-image: url('../images/hero-banner-02.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  width: 65%;
  height: 100%;
  margin-bottom: 0;
  position: relative;
}

.block-image.bi-blog {
  background-image: url('../images/destaque-blog-frum-econmico.jpg');
  width: 55%;
}

.div-block-6 {
  background-color: #0000;
  border: .0625rem #858585;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-top: .625rem;
  padding-bottom: .625rem;
  padding-right: .625rem;
  display: flex;
}

.noticia-destaque {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.noticia-hero-maior {
  z-index: 1;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 15.625rem;
  height: 15.625rem;
  margin-top: -10vh;
  display: flex;
  position: relative;
}

.sobre-a-fcap {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.div-block-8 {
  width: 100%;
  height: auto;
}

.div-block-9 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  margin-top: 3.125rem;
  display: flex;
}

.button {
  opacity: .72;
  background-color: #0000;
  background-image: url('../images/setas-down.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.1875rem;
  height: 2.1875rem;
  transition: opacity .6s, transform .6s linear;
}

.button:hover {
  opacity: .5;
  transform: scale(1.1)translate(0, -.3125rem);
}

.block-images-sobre-fcap {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-11 {
  background-color: #0000;
  justify-content: space-between;
  align-items: flex-end;
  width: 85%;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: flex;
}

.block-bg-white {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 85%;
  height: 100%;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  display: flex;
}

.block-bg-white.block_graduacao:hover, .block-bg-white.block_extensao:hover {
  background-color: #fff;
}

.block-bg-white.block_noticias {
  background-color: #f4f8fc;
  padding-bottom: 0;
}

.block-bg-white.block_noticias:hover {
  background-color: #f4f8fc;
}

.block-bg-white.block_redes_sociais:hover {
  background-color: #fff;
}

.heading-2 {
  color: #fff;
  text-align: right;
  letter-spacing: .125rem;
  margin-top: .625rem;
  font-size: 1.25rem;
  line-height: 1.375rem;
}

.div-block-13 {
  background-color: #000;
  width: 20%;
  padding: 0 .625rem;
  line-height: .9375rem;
}

.div-block-14 {
  background-color: #10ce58;
  background-image: url('../images/estacionamento-ampliado.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 28.125rem;
  height: 7.5rem;
  margin-left: 2.5625rem;
  display: flex;
}

.block-noticia_hero {
  background-color: #0000;
  justify-content: center;
  align-items: flex-end;
  width: 25.625rem;
  height: auto;
  margin-right: .625rem;
  display: flex;
}

.heading-sobre-fcap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20%;
  display: flex;
}

.heading-sobre-fcap.hsf-2 {
  flex-direction: column;
}

.heading-3 {
  text-align: center;
  letter-spacing: .3125rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.heading-3.title_graduacao, .heading-3.title_pos-graduacao, .heading-3.title_etensao {
  color: #343335;
}

.div-block-16 {
  background-color: #daaaaa;
}

.div-block-17 {
  background-color: #462f2f;
}

.div-block-18 {
  background-color: #f16767;
}

.grid {
  height: 100%;
}

.block-sobre-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 28.125rem;
  margin-top: 0;
  display: flex;
}

.block-sobre-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-19 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
  left: -1.25rem;
}

.div-block-20 {
  background-color: #9cb60c;
  background-image: url('../images/fcap-estacionamento.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.div-block-21 {
  background-color: #0000;
  background-image: url('../images/student-4369850_640.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
  margin-bottom: .3125rem;
}

.div-block-22 {
  background-color: #0000;
  background-image: url('../images/parking-825371_640.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin-top: .3125rem;
}

.section-5 {
  background-color: #000;
  height: 37.5rem;
  position: relative;
}

.div-block-23 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.paragraph-2 {
  color: #979797;
  letter-spacing: .125rem;
  font-size: 1rem;
  line-height: 1.875rem;
}

.block-images-texts {
  justify-content: center;
  align-items: center;
  width: 95%;
  height: 100%;
  display: flex;
}

.block-images-texts.bit-noticias {
  height: auto;
  position: relative;
}

.heading-4 {
  color: #4e4e4e;
  letter-spacing: .125rem;
  margin-top: 0;
  font-weight: 600;
}

.graduacao {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.heading-graduacao {
  color: #11b946;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 20%;
  display: flex;
}

.block-images-graduacao {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-19-copy {
  opacity: 1;
  background-color: #0000;
  background-image: linear-gradient(#ffffff24, #ffffff24), url('../images/formandos-fcap.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: box-shadow .5s;
  display: flex;
  position: relative;
  left: auto;
  right: -1.25rem;
}

.div-block-19-copy:hover {
  box-shadow: 7px 7px .6875rem -.3125rem #cfcfcf;
}

.div-block-20-copy {
  background-color: #9cb60c;
  width: 100%;
  height: 100%;
  position: relative;
  right: -1.25rem;
}

.div-block-22-copy {
  background-color: #0000;
  border-left: .3125rem solid #fff;
  border-right: .3125rem solid #fff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: none;
}

.div-block-21-copy {
  background-color: #0000;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: none;
}

.div-block-22-copy-2 {
  background-color: #0000;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: none;
}

.ponto {
  letter-spacing: .3125rem;
  background-color: #11b946;
  border-radius: 7.5rem;
  width: 3.125rem;
  height: 3.125rem;
  margin-bottom: 1.25rem;
  margin-left: -1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: .625rem;
  line-height: .625rem;
}

.ponto.ponto_graduacao {
  color: #11b946;
  background-color: #343335;
}

.ponto.ponto_pos-graduacao {
  color: #7911b9;
  background-color: #343335;
  margin-left: 0;
  margin-right: -1.25rem;
}

.ponto.ponto_extensao {
  color: #111fb9;
  background-color: #343335;
}

.dropdown-link {
  letter-spacing: .125rem;
  text-transform: uppercase;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-right: 3.125rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

.block-graduacao-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 25rem;
  margin-top: 0;
  display: flex;
}

.pos-graduacao {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.heading-pos-graduacao {
  color: #11b946;
  text-align: left;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 20%;
  display: flex;
}

.div-block-25 {
  background-color: #0000;
  background-image: url('../images/men-1979261_640.jpg');
  background-position: 50% 15%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 80%;
  height: 40%;
  display: none;
}

.div-block-26 {
  background-color: #0000;
  background-image: url('../images/woman-2773007_640-1.jpg');
  background-position: 50% 35%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 60%;
  height: 40%;
  margin-top: -1.25rem;
  margin-left: -1.25rem;
  display: none;
}

.div-block-27 {
  background-color: #0000;
  background-image: url('../images/business-3560929_640.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 80%;
  height: 40%;
  margin-top: -1.25rem;
  margin-left: 5rem;
  display: none;
}

.block-pos-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 25rem;
  margin-top: 0;
  display: flex;
}

.block-images-pos {
  background-color: #0000;
  background-image: url('../images/fcap-auditrio.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.heading-extensao {
  color: #11b946;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 20%;
  display: flex;
}

.text-block {
  opacity: .71;
  color: #037c31;
  text-align: center;
}

.button-2 {
  text-align: center;
  letter-spacing: .1875rem;
  text-transform: uppercase;
  background-color: #7a7a7a;
  margin-top: 1.25rem;
  margin-left: 1.875rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  font-size: .75rem;
  font-weight: 500;
  transition: transform .5s, background-color .3s;
}

.button-2:hover {
  background-color: #646464;
  font-weight: 500;
  text-decoration: none;
  transform: translate(0, -.1875rem);
}

.button-2:active {
  background-color: #1d8df0;
}

.button-2.button_graduacao {
  background-color: #11b946;
}

.button-2.button_pos {
  background-color: #7911b9;
}

.button-2.button_extensao {
  background-color: #111fb9;
}

.button-2.button-slider, .button-2.button_2_noticias {
  margin-left: 1.875rem;
}

.button-2.button_noticia {
  letter-spacing: .1875rem;
  border-radius: .125rem;
  margin-top: .625rem;
  margin-left: 0;
  padding: .4375rem .9375rem;
  font-size: .6875rem;
  line-height: .875rem;
  position: relative;
}

.block-extensao {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 25rem;
  margin-top: 0;
  display: flex;
}

.block-images-extensao {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-19-extensao {
  opacity: 1;
  background-color: #0000;
  background-image: linear-gradient(#111fb92b, #111fb92b), url('../images/extenso-fcap.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: box-shadow .5s;
  display: flex;
  position: relative;
  left: auto;
  right: -1.25rem;
}

.div-block-19-extensao:hover {
  box-shadow: 7px 7px .6875rem -.3125rem #cfcfcf;
}

.div-block-21-extensao {
  background-color: #0000;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: none;
}

.div-block-22-extensao {
  background-color: #ffffff3b;
  border: .0625rem solid #fff;
  border-left-width: 3.75rem;
  border-right: 5rem solid #f4f8fc;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: none;
}

.div-block-23-extensao {
  background-color: #0000;
  border-left: 1.875rem solid #fff;
  border-right: 1.25rem solid #f4f8fc;
  width: 100%;
  height: 100%;
  margin-top: 0;
  position: relative;
}

.extensao {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.nossos-numeros {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.icon, .icon-2 {
  margin-right: .625rem;
}

.div-block-28 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 6.25rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.line-up-1 {
  color: #fff9;
}

.line-up-1.line_over_news {
  line-height: .625rem;
  display: none;
}

.lines-up {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 4.375rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.lines-down {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 4.375rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.line-up-2, .line-down-1, .line-down-2 {
  color: #fff9;
}

.noticias {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.heading-noticias {
  color: #11b946;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 20%;
  display: flex;
}

.div-block-noticias {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.block-noticias-left {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.block-noticias-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.noticias-left {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-30 {
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-31, .div-block-32 {
  width: 100%;
  height: 100%;
}

.collection-list-wrapper {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.collection-list, .collection-item {
  flex-direction: row;
  width: 100%;
  height: 100%;
  display: block;
}

.div-block-33 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.empty-state {
  background-color: #0000;
  display: none;
}

.image-post {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 37.5rem;
  height: 100%;
  margin-bottom: 0;
}

.texts-post-left {
  flex-direction: column;
  align-items: flex-start;
  width: 37.5rem;
  height: auto;
  margin-left: 2%;
  margin-right: 1.25rem;
  display: flex;
}

.heading-5 {
  text-align: left;
  margin-bottom: 1.25rem;
  margin-left: 1.875rem;
  padding-left: 0;
  padding-right: 1.875rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.5rem;
}

.paragraph-3 {
  text-align: right;
}

.noticias-right {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.texts-post-right {
  flex-direction: column;
  align-items: flex-end;
  width: 18.75rem;
  height: auto;
  margin-right: 1.25rem;
  display: flex;
}

.slider-2 {
  background-color: #0000;
  width: 100%;
  height: 100%;
  display: none;
}

.slide-4 {
  width: 100%;
  height: 100%;
}

.paragraph-4 {
  color: #979797;
  text-align: left;
  letter-spacing: .125rem;
  margin-left: 1.875rem;
  padding-left: 0;
  padding-right: 1.875rem;
  font-size: 1.125rem;
  line-height: 2.1875rem;
}

.block-post {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slide-nav-2 {
  padding-top: .625rem;
  padding-bottom: .625rem;
  inset: auto 2% 2% auto;
}

.right-arrow-2 {
  background-color: #fff;
  width: 4.375rem;
  height: 4.375rem;
  display: none;
  inset: auto 0% 5% auto;
}

.left-arrow-2 {
  background-color: #fff;
  width: 4.375rem;
  height: 4.375rem;
  display: none;
  inset: auto auto 0% 2%;
}

.icon-3, .icon-4 {
  filter: invert();
}

.heading-nossas_noticias {
  z-index: 1;
  color: #11b946;
  text-align: left;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 20%;
  display: flex;
  position: relative;
}

.div-block-34 {
  background-color: #0b27c3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 12.5rem;
  margin-top: 5rem;
  padding-top: 3rem;
  display: flex;
}

.div-block-35 {
  border-left: .03125rem solid #ffffff4d;
  border-right: .03125rem solid #ffffff4d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.div-block-35.db35-3, .div-block-35.db35-4 {
  display: none;
}

.icones-redes-sociais {
  background-color: #0b27c3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.icones-redes-sociais.irs-internas {
  margin-top: 4rem;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-6 {
  color: #fff;
  text-align: center;
  letter-spacing: .3125rem;
  text-transform: uppercase;
  margin-top: .625rem;
}

.text-block-2 {
  color: #ffffffb3;
  text-align: center;
  letter-spacing: .1875rem;
  text-transform: uppercase;
  font-size: .875rem;
  line-height: 1.3125rem;
}

.collection-list-wrapper-2, .collection-list-2, .collection-item-2 {
  width: 100%;
  height: 100%;
}

.empty-state-2 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}

.text-block-3 {
  text-align: center;
}

.link-block {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.div-block-36 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.heading-7 {
  color: #fff;
  text-align: center;
  letter-spacing: .125rem;
  margin-bottom: 1.25rem;
  font-size: .8125rem;
  font-weight: 500;
  line-height: 1rem;
}

.div-block-37 {
  background-image: linear-gradient(#0000, #000);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 50%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading-8 {
  color: #fff;
  text-align: center;
  letter-spacing: .125rem;
  text-shadow: .0625rem .0625rem .375rem #000;
  padding-left: .625rem;
  padding-right: .625rem;
  font-size: .75rem;
  line-height: .875rem;
  position: relative;
}

.heading-8.heading_8_maior {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: .95rem;
  line-height: 1.125rem;
}

.block-icones-redes-sociais {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 85%;
  height: 12.5rem;
  display: flex;
}

.block-icones-redes-sociais.birs-internas {
  width: 100%;
}

.block-facebook {
  background-color: #0000;
  background-image: url('../images/facebook-logo-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-right: .0625rem #dadada;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: background-color .1s cubic-bezier(1, 0, 0, 1);
  display: flex;
}

.block-facebook:hover {
  background-color: #3b5998;
  background-image: url('../images/facebook-logo-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.block-instagram {
  background-image: url('../images/instagram-logo-6.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-right: .0625rem #dadada;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: background-color .1s cubic-bezier(1, 0, 0, 1);
  display: flex;
}

.block-instagram:hover {
  background-color: #fff;
  background-image: url('../images/instagram-logo-7.png'), linear-gradient(230deg, #ea9b5a, #1d2de9), linear-gradient(214deg, #0000, #1c2de9d4);
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: auto, auto, auto;
}

.block-twitter {
  background-color: #0000;
  background-image: url('../images/twitter-black-shape.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-right: .0625rem #dadada;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: background-color .1s cubic-bezier(1, 0, 0, 1);
  display: flex;
}

.block-twitter:hover {
  background-color: #2aa9e6;
  background-image: url('../images/twitter-black-shape-1.png');
  background-position: 50%;
  background-size: auto;
}

.block-linkedin {
  background-color: #0000;
  background-image: url('../images/linkedin-logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-right: .0625rem #dadada;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: background-color .1s cubic-bezier(1, 0, 0, 1);
  display: flex;
}

.block-linkedin:hover {
  background-color: #0077b5;
  background-image: url('../images/linkedin-logo-1.png');
  background-position: 50%;
  background-size: auto;
}

.heading-redes-sociais {
  color: #11b946;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 20%;
  display: flex;
}

.redes-sociais {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: none;
  position: relative;
}

.mapa {
  background-color: #0b27c3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  display: flex;
  position: relative;
}

.block-redes-sociais {
  width: 100%;
  height: 100%;
}

.div-block-39 {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer {
  background-color: #0b27c3;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 3rem;
  padding-bottom: 3.125rem;
  display: flex;
  position: relative;
}

.recebar-newsletter {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: none;
  position: relative;
}

.block-form_news {
  justify-content: center;
  align-items: center;
  width: 43.75rem;
  height: 6.25rem;
  display: flex;
}

.heading-9 {
  color: #000;
  letter-spacing: .25rem;
  text-transform: uppercase;
  margin-top: .625rem;
  font-size: 1.125rem;
  font-weight: 400;
}

.div-block-40 {
  border: .03125rem solid #555;
  justify-content: space-between;
  width: 40%;
  height: 50%;
  display: flex;
}

.div-block-41 {
  align-items: center;
  margin-right: 1.25rem;
  display: flex;
}

.div-block-42 {
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 100%;
  display: flex;
}

.text-block-4 {
  color: #a3a3a3;
  letter-spacing: .0625rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.125rem;
  font-weight: 700;
  display: flex;
}

.text-block-5 {
  color: #858585;
  letter-spacing: .0625rem;
  align-items: center;
  width: 70%;
  padding-left: .625rem;
  font-style: italic;
  display: flex;
}

.div-block-43 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.link-block-2 {
  background-color: #fff;
  background-image: url('../images/fotos-fcap.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25rem;
  width: 35rem;
  height: 9.375rem;
  margin-top: 1.6875rem;
  position: relative;
}

.mask {
  width: 100%;
}

.heading-10 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.noticia-hero-menor {
  z-index: 1;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 9.375rem;
  height: 9.375rem;
  margin-top: -10vh;
  margin-right: .625rem;
  display: flex;
  position: relative;
}

.div-block-44 {
  background-color: #0000;
  width: 25rem;
  height: 9.375rem;
  margin-bottom: 0;
  margin-left: .625rem;
}

.block-newsletter {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 85%;
  height: 18.75rem;
  display: flex;
}

.body-2 {
  background-color: #f4f8fc;
  font-family: Dosis, sans-serif;
}

.block-image-post {
  background-color: #0000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 21.875rem;
  height: 21.875rem;
  margin-bottom: 0;
}

.div-block-45 {
  opacity: 1;
  background-image: url('../images/al_fcap-elemento-semfundo2_06ago19.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.section-6 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.div-block-46 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: auto;
  margin-top: -4.625rem;
  display: flex;
  position: relative;
}

.section-7 {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
}

.div-block-47 {
  flex-direction: row;
  align-items: flex-start;
  width: 85%;
  max-width: 83.75rem;
  height: auto;
  display: flex;
  position: relative;
  top: 1.875rem;
}

.div-block-48 {
  background-color: #fff;
  width: 100%;
  height: auto;
  margin: 0;
}

.div-block-49 {
  background-color: #fff;
  width: 35%;
  height: auto;
  margin: 0 .625rem .625rem;
  padding: 0 1.25rem 1.25rem;
  position: relative;
}

.rich-text-block {
  letter-spacing: .0625rem;
  padding: 1.25rem 1.875rem;
  font-size: 1.1875rem;
  line-height: 2.1875rem;
}

.div-block-50 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.collection-list-wrapper-3, .collection-list-3 {
  width: 100%;
}

.link-block-3 {
  width: 12.5rem;
  height: 12.5rem;
}

.collection-list-wrapper-4 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.collection-list-4 {
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.collection-item-3 {
  justify-content: center;
  align-items: center;
  width: 9.375rem;
  height: 9.375rem;
  margin: 1.875rem .625rem;
  display: flex;
}

.div-block-51 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-52 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 13.75rem;
  margin-top: .625rem;
  display: none;
}

.div-block-53 {
  width: 6.25rem;
  height: 6.25rem;
  margin-right: .625rem;
}

.collection-list-wrapper-5 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.collection-list-5 {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.collection-item-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-right: .625rem;
  display: flex;
}

.link-block-4 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-right: .625rem;
  text-decoration: none;
  display: flex;
}

.div-block-54 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 7.5rem;
  min-width: 7.5rem;
  height: 7.5rem;
  min-height: 0;
}

.div-block-55 {
  width: 7.5rem;
  height: 50%;
}

.heading-11 {
  color: #000;
  text-align: left;
  letter-spacing: .0625rem;
  text-transform: none;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.125rem;
}

.div-block-52-mobile {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 13.75rem;
  margin-top: .625rem;
  display: none;
}

.line-graduacao, .line-extensao {
  background-color: #000;
  background-image: linear-gradient(to right, #a7a7a7, #070707);
  width: 10%;
  height: .0625rem;
}

.line-pos {
  background-color: #000;
  background-image: linear-gradient(to right, #070707, #a7a7a7);
  width: 9.375rem;
  height: .0625rem;
}

.block-noticias {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.block-noticias.noticias {
  margin: 1.25rem 1.25rem 1.25rem 0;
  padding: 0 5rem;
}

.block-title-aside {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 3.125rem;
  margin-bottom: 0;
  display: flex;
}

.heading-12 {
  color: red;
  letter-spacing: .0625rem;
  text-transform: uppercase;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.0625rem;
  line-height: 1.4375rem;
}

.div-block-58 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: .625rem;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.heading-13 {
  letter-spacing: .0625rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375rem;
  display: flex;
}

.heading-14 {
  letter-spacing: .0625rem;
}

.link {
  color: #333;
  letter-spacing: .03125rem;
  font-weight: 500;
  line-height: 1.375rem;
  text-decoration: none;
  transition: color .3s;
}

.link:hover {
  color: #fd0303;
}

.div-block-59 {
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-60 {
  background-color: #f13f3f;
  width: 3.75rem;
  min-width: 3.75rem;
  height: 3.75rem;
  display: block;
}

.div-block-61 {
  padding-left: .625rem;
}

.line-title-aside {
  background-color: #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 4.375rem;
  height: .0625rem;
  margin-left: .625rem;
  padding-left: 0;
}

.line-title-aside.line_extensao {
  width: 5rem;
}

.line-title-aside.line_news {
  width: 12.5rem;
}

.link-block-5 {
  align-items: center;
  width: 100%;
  margin-top: .3125rem;
  margin-bottom: .3125rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-block-5.w--current {
  margin-top: .3125rem;
  margin-bottom: .3125rem;
}

.div-block-63 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 3.75rem;
  min-width: 3.75rem;
  height: 3.75rem;
}

.div-block-63.image_noticias {
  width: 7.5rem;
  height: 7.5rem;
}

.div-block-64 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: .625rem;
  display: flex;
}

.heading-15 {
  color: #0b27c3;
  letter-spacing: .0625rem;
  align-items: center;
  width: 100%;
  height: 3.75rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .8125rem;
  font-weight: 500;
  line-height: 1.1875rem;
  transition: letter-spacing .3s;
  display: flex;
  position: relative;
}

.heading-15:hover {
  color: #ff0808;
  letter-spacing: .03125rem;
}

.div-block-65 {
  flex-direction: column;
  align-items: flex-start;
  width: 65%;
  margin-bottom: .625rem;
  margin-left: .625rem;
  margin-right: .625rem;
  display: flex;
}

.div-block-66 {
  background-color: #fff;
  width: 100%;
  height: 37.5rem;
  margin-top: 1.25rem;
}

.collection-list-wrapper-6 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.collection-list-6 {
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.collection-item-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 11.25rem;
  min-height: 19.375rem;
  margin: 1rem .625rem;
  display: flex;
}

.box-news {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 12.5rem;
  height: 100%;
  margin-bottom: 0;
  padding: 0 .3125rem;
  display: flex;
}

.div-block-68 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 11.25rem;
  height: 11.875rem;
}

.heading-16 {
  text-align: center;
  letter-spacing: .125rem;
  margin-top: .9375rem;
  font-size: .8125rem;
  font-weight: 500;
  line-height: 1.125rem;
  position: relative;
}

.box-image-news {
  background-color: #0000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 10.625rem;
  height: 10.625rem;
  position: relative;
}

.box-text-news {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 10.625rem;
  height: 6.875rem;
  padding-left: .3125rem;
  padding-right: .3125rem;
  font-weight: 400;
  display: flex;
}

.empty-state-3, .empty-state-4, .empty-state-5 {
  display: none;
}

.empty-state-6 {
  display: none;
  position: relative;
}

.div-block-71 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  height: 62.5rem;
  display: flex;
}

.div-block-72 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: .625rem;
  display: flex;
}

.div-block-73 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .1875rem;
  width: 15.625rem;
  height: 9.375rem;
}

.div-block-186-internas {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 99%;
  min-width: 59.375rem;
  margin-top: .625rem;
  margin-bottom: 6.25rem;
  display: flex;
}

.collection-list-wrapper-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 59.375rem;
  display: flex;
  position: relative;
}

.collection-list-7 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 59.375rem;
  display: flex;
}

.collection-item-6 {
  border: .0625rem #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: 1.25rem;
  margin-left: .625rem;
  margin-right: .625rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.link-block-11 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  min-height: 28rem;
  margin-top: .625rem;
  margin-bottom: .625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.div-block-187 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: .3125rem;
  border-top-right-radius: .3125rem;
  width: 18rem;
  height: 18rem;
  position: relative;
}

.div-block-188 {
  z-index: 1;
  color: #17a086;
  background-color: #fafafa;
  background-image: none;
  border: 1px solid #0000000d;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20rem;
  height: 100%;
  margin-top: 0;
  padding: .625rem 1rem .9375rem;
  display: flex;
  position: relative;
  box-shadow: 0 -20px 14px -6px #0000001f;
}

.div-block-189 {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: .8125rem;
  display: flex;
}

.heading-17 {
  color: var(--black);
  text-align: center;
  letter-spacing: .03125rem;
  justify-content: center;
  align-items: center;
  margin-top: .3125rem;
  margin-bottom: .3125rem;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.25rem;
  display: flex;
  position: relative;
}

.heading-17:hover {
  color: #113f8f;
}

.div-block-191 {
  color: #fff;
  letter-spacing: .0625rem;
  background-color: #0000;
  border-radius: .1875rem;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  font-size: .75rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.text-block-15 {
  color: #2b2b2b;
  text-align: left;
  letter-spacing: .125rem;
  background-color: #ebebeb;
  border-radius: 1px;
  justify-content: center;
  align-items: center;
  margin-top: .625rem;
  margin-bottom: .625rem;
  padding: .4375rem .75rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: .9375rem;
  transition: all .3s;
  display: flex;
  position: relative;
}

.text-block-15:hover {
  color: #000;
  text-align: left;
  letter-spacing: .125rem;
  background-color: #0000;
  border-radius: .1875rem;
  justify-content: center;
  align-items: center;
  padding: .4375rem .625rem;
  font-size: .75rem;
  line-height: .9375rem;
  display: flex;
}

.div-block-192 {
  background-image: url('../images/al_fcap-elemento-semfundo2_06ago19.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.button-4 {
  letter-spacing: .1875rem;
  text-transform: uppercase;
  background-color: #0000;
  background-image: linear-gradient(#9000c4, #4b0254);
  border-radius: .1875rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.875rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: .625rem;
  text-decoration: none;
  transition: all .5s;
  display: flex;
  box-shadow: 1px 1px 1.25rem .0625rem #00000012;
}

.button-4:hover {
  transform: translate(0, -.1875rem);
}

.wrapper-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 87.5rem;
  padding-left: 6%;
  padding-right: 6%;
  display: flex;
}

.wrapper-2.vertical {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 281.25rem;
  padding-left: 0%;
  padding-right: 0%;
}

.likes-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  min-height: 3.125rem;
  display: flex;
}

.div-block-208 {
  opacity: 0;
  background-color: #ffffff47;
  background-image: url('../images/instagram-logo-7.png');
  background-position: 50% 45%;
  background-repeat: no-repeat;
  background-size: 1.875rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity .4s;
  display: flex;
}

.div-block-208:hover {
  opacity: 1;
  background-color: #ff0101e6;
  background-image: url('../images/instagram-1_1instagram-1.png');
  background-position: 50% 45%;
  background-size: 1.875rem;
}

.likes-number {
  margin-top: 0;
  margin-left: .3125rem;
  font-family: Varela Round, sans-serif;
  font-size: .875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
  text-decoration: none;
}

.posts-list {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: auto;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.comments-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  min-height: 3.125rem;
  display: flex;
}

.div-block-205 {
  flex-direction: column;
  align-items: center;
  width: 99%;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.post-wrapper {
  border: .0625rem #e7e7e7;
  border-radius: .625rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 15.625rem;
  height: 15.625rem;
  display: flex;
  position: relative;
  box-shadow: 1px 1px .1875rem #f7f7f7;
}

.post-info-wrapperwrapper {
  background-color: #ffffffb3;
  border-top: .0625rem solid #f3f3f3;
  border-bottom: .0625rem solid #f3f3f3;
  justify-content: space-between;
  align-items: center;
  height: 3.125rem;
  min-height: 0;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.image-wrapper {
  background-image: url('../images/background.svg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: .3125rem;
  border-top-right-radius: .3125rem;
  width: 15.625rem;
  height: 15.625rem;
  min-height: 0;
  position: relative;
}

.post-link-block {
  color: #333;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: box-shadow .3s cubic-bezier(.55, .085, .68, .53);
  display: flex;
}

.post-link-block:hover {
  box-shadow: 3px 3px .875rem .125rem #cfcfcf;
}

.post-list-item {
  flex: 0 auto;
  padding: .625rem;
  display: block;
}

.comments-number {
  margin-top: 0;
  margin-right: .3125rem;
  font-family: Varela Round, sans-serif;
  font-size: .875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
  text-decoration: none;
}

.instagram-feed-wrapper {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 281.25rem;
  min-height: auto;
  padding: 1.875rem .3125rem;
  display: flex;
}

.div-block-209 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
  display: flex;
  position: relative;
}

.div-block-129 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  display: flex;
}

.link-block-12 {
  color: #333;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: .625rem;
  text-decoration: none;
  display: flex;
}

.paragraph-5 {
  letter-spacing: .125rem;
  font-size: .75rem;
  font-weight: 300;
  line-height: 1.375rem;
}

.bold-text-5 {
  font-weight: 600;
}

.link-block-13 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: .625rem;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.image-35 {
  opacity: .8;
  width: 3.125rem;
  margin-bottom: 0;
  position: relative;
  top: auto;
}

.text-block-16 {
  color: #fff;
  letter-spacing: .125rem;
  margin: .3125rem;
  padding: 0;
  font-size: .75rem;
  font-weight: 500;
}

.link-2 {
  color: var(--white);
  width: 100%;
  height: 100%;
  padding-left: .9375rem;
  padding-right: .9375rem;
  line-height: 1.875rem;
  text-decoration: none;
}

.div-block-210 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-19 {
  text-align: center;
  letter-spacing: .0625rem;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
  font-size: .8125rem;
  line-height: 1.4375rem;
}

.div-block-211 {
  color: var(--white);
}

.text-block-20 {
  color: var(--white);
  text-align: center;
  border-top: .0625rem solid #00000030;
  width: 100%;
  margin-top: .625rem;
  padding-top: .9375rem;
  font-size: .75rem;
}

.link-block-14 {
  width: 100%;
  height: 100%;
}

.heading-12-copy {
  color: red;
  letter-spacing: .0625rem;
  text-transform: none;
  width: auto;
  margin-top: 1.875rem;
  margin-bottom: 0;
  font-size: 1.0625rem;
  line-height: 1.4375rem;
}

.div-block-212 {
  background-color: #e7e7e7;
  background-image: url('../images/marcas-png.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 12.5rem;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.paragraph-6 {
  text-align: center;
  letter-spacing: .0625rem;
  width: 80%;
  display: none;
}

.main-category---copy-this {
  color: red;
  text-align: left;
  background-color: #0000;
  background-image: url('../images/icon-categoria.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: .9375rem;
  padding: .1875rem 0 .1875rem 1.25rem;
  font-weight: 600;
  line-height: .9375rem;
  display: flex;
}

.paragraph-7 {
  color: #888;
  text-align: center;
  margin-top: .625rem;
}

.text-block-21 {
  color: red;
  text-align: center;
  letter-spacing: .0625rem;
  text-transform: uppercase;
  margin-top: .9375rem;
  margin-bottom: 0;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 2.75rem;
}

.slider-3 {
  width: 100%;
  height: 100%;
}

.right-arrow-3, .slide-nav-3, .left-arrow-3 {
  display: none;
}

.link-block-15 {
  position: absolute;
  inset: 0%;
}

.image-36, .image-37 {
  width: 100%;
  height: 100%;
}

.div-block-213 {
  opacity: .04;
  background-color: #0000;
  background-image: url('../images/bandeira-pe.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.text-block-22 {
  text-align: center;
  letter-spacing: .0625rem;
  font-size: 1.0625rem;
  line-height: 1.75rem;
}

.bold-text-6 {
  letter-spacing: .125rem;
}

.link-3 {
  letter-spacing: .0625rem;
  font-weight: 500;
}

.code-embed {
  display: block;
}

.link-4 {
  font-weight: 700;
  position: relative;
}

.link-5 {
  position: static;
}

.link-6 {
  font-weight: 600;
  text-decoration: none;
  position: relative;
}

.image-38 {
  position: relative;
}

.collection-list-6-home {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.collection-item-5-home {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 15rem;
  min-height: 23rem;
  margin: 1.5rem;
  padding: 1rem 0 1rem 0;
  transition: all .3s;
  display: flex;
}

.collection-item-5-home:hover {
  box-shadow: 0 2px 20px 7px #00000012;
}

.box-news-home {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  padding: 0 .3125rem;
  display: flex;
  position: relative;
}

.box-image-news-home {
  background-color: #0000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 13.5rem;
  height: 13.5rem;
  position: relative;
}

.box-text-news-home {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 13.5rem;
  height: 100%;
  padding-left: .3125rem;
  padding-right: .3125rem;
  font-weight: 400;
  display: flex;
  position: relative;
}

.heading-16-home {
  text-align: center;
  letter-spacing: .125rem;
  margin-top: .9375rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
}

.code-embed-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

html.w-mod-js [data-ix="rotate-5-deg"] {
  opacity: 0;
  transform: scale(.01);
}

@media screen and (max-width: 991px) {
  .wrapper {
    padding-left: 3%;
    padding-right: 3%;
  }

  .navigation_items {
    background-color: #fff;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .navigation_item {
    color: #566261;
    text-align: center;
    border-bottom: .0625rem solid #e9ecf5b5;
    padding: 1.625rem 1.875rem;
    font-size: 1.125rem;
    font-weight: 400;
    transition-property: none;
  }

  .navigation_item:hover {
    color: #2a2a2a;
    background-color: #fff;
  }

  .navigation_item:active {
    background-color: #fff;
  }

  .navigation_item.w--current {
    color: #2a2a2a;
    font-weight: 700;
  }

  .navigation_item.last-link {
    border-bottom-style: none;
  }

  .menu-button {
    background-image: url('../images/menu-3.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 1.875rem;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .nav-link.area_aluno {
    margin-left: .625rem;
  }

  .super-hero.sh_interna {
    height: 26.875rem;
  }

  .block-left_img {
    padding: .625rem;
  }

  .heading {
    width: 85%;
    font-size: 1.5rem;
    line-height: 2.1875rem;
  }

  .heading.heading_post {
    width: 95%;
    font-size: 1.5625rem;
    line-height: 1.875rem;
  }

  .div-block-5 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 25rem;
    overflow: hidden;
  }

  .paragraph {
    font-size: 1rem;
  }

  .block-image, .block-image.bi-blog {
    width: 90%;
  }

  .div-block-6 {
    margin-top: 1.875rem;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .noticia-destaque {
    flex-direction: column;
    align-items: center;
  }

  .noticia-hero-maior {
    width: 18.75rem;
    height: 18.75rem;
    margin-top: 0;
  }

  .sobre-a-fcap {
    height: auto;
  }

  .button {
    width: 1.875rem;
    height: 1.875rem;
  }

  .div-block-11 {
    flex-direction: column;
    align-items: center;
  }

  .heading-2 {
    font-size: 1rem;
    line-height: 1.125rem;
  }

  .div-block-13 {
    width: 30%;
  }

  .div-block-14 {
    width: 18.75rem;
    height: 5rem;
    margin-left: .625rem;
  }

  .block-noticia_hero {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 1.25rem;
    margin-right: 0;
    padding-right: 0;
  }

  .heading-3 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .div-block-23 {
    margin-top: 1.25rem;
  }

  .block-images-texts {
    flex-direction: column;
  }

  .block-images-texts.bit-noticias {
    flex-direction: row;
    height: 100%;
  }

  .graduacao {
    height: auto;
  }

  .div-block-19-copy {
    height: 100%;
  }

  .block-graduacao-left {
    height: 25rem;
    margin-top: 1.25rem;
  }

  .pos-graduacao {
    height: auto;
  }

  .button-2 {
    margin-top: .625rem;
    margin-left: .625rem;
    margin-right: .625rem;
  }

  .block-extensao {
    height: 25rem;
    margin-top: 1.25rem;
  }

  .div-block-19-extensao {
    height: 100%;
  }

  .extensao, .noticias {
    height: auto;
  }

  .div-block-noticias {
    margin-top: 1.25rem;
  }

  .block-noticias-right {
    height: 25rem;
    margin-top: 1.25rem;
  }

  .div-block-33 {
    flex-direction: row;
  }

  .image-post {
    width: 15.625rem;
    height: 15.625rem;
  }

  .texts-post-left {
    width: 70%;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-5 {
    margin: 0 .625rem .625rem;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.25rem;
    line-height: 1.625rem;
  }

  .paragraph-4 {
    margin-bottom: 0;
    margin-left: .625rem;
    margin-right: .625rem;
    padding-left: 0;
    padding-right: 0;
    font-size: .875rem;
    line-height: 1.3125rem;
  }

  .div-block-35 {
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .heading-6 {
    letter-spacing: .1875rem;
    font-size: 1.4375rem;
  }

  .text-block-2 {
    letter-spacing: .125rem;
    font-size: .8125rem;
  }

  .heading-8 {
    margin-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .heading-8.heading_8_maior {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .block-icones-redes-sociais {
    height: 9.375rem;
  }

  .redes-sociais {
    height: auto;
  }

  .link-block-2 {
    width: 30rem;
    height: 8.125rem;
  }

  .noticia-hero-menor {
    width: 18.75rem;
    height: 18.75rem;
    margin-top: 0;
  }

  .div-block-44 {
    width: 27.5rem;
    height: 10.3125rem;
    margin-top: 1.25rem;
  }

  .block-image-post {
    width: 21.875rem;
  }

  .div-block-47 {
    width: 100%;
  }

  .div-block-52-mobile {
    display: none;
  }

  .div-block-186-internas, .collection-list-wrapper-7, .collection-list-7 {
    min-width: 43.75rem;
  }

  .wrapper-2 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .wrapper-2.vertical {
    width: 98%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .post-wrapper {
    width: 15.625rem;
    height: 18.75rem;
  }

  .image-wrapper {
    width: 15.625rem;
    height: 15.625rem;
  }

  .instagram-feed-wrapper {
    padding: .625rem;
  }

  .link-block-12 {
    width: 80%;
  }

  .mask-2, .slide-5 {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .wrapper {
    padding-left: 3%;
    padding-right: 3%;
  }

  .super-hero {
    height: 50vw;
  }

  .super-hero.sh_interna {
    height: 55vw;
  }

  .block-right_text {
    padding-right: 0;
  }

  .heading {
    width: 100%;
    margin-bottom: .625rem;
    font-size: 1.125rem;
    line-height: 1.625rem;
  }

  .heading.heading_post {
    width: 100%;
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }

  .paragraph {
    margin-bottom: .625rem;
    font-size: .8125rem;
    line-height: 1.125rem;
  }

  .block-image {
    width: 100%;
  }

  .div-block-6 {
    flex-direction: column;
  }

  .noticia-hero-maior {
    width: 18.75rem;
    height: 18.75rem;
  }

  .sobre-a-fcap {
    height: auto;
  }

  .button {
    width: 1.25rem;
    height: 1.25rem;
  }

  .div-block-11 {
    flex-direction: column;
    padding-bottom: 1.25rem;
  }

  .block-bg-white {
    padding-top: 1.25rem;
    padding-bottom: .625rem;
  }

  .heading-2 {
    text-align: center;
  }

  .div-block-13 {
    width: 50%;
    margin-bottom: .3125rem;
  }

  .div-block-14 {
    width: 28.125rem;
    height: 7.5rem;
    margin-top: .625rem;
  }

  .block-noticia_hero {
    flex-direction: column;
  }

  .heading-sobre-fcap {
    margin-bottom: 1.25rem;
  }

  .heading-3 {
    letter-spacing: .25rem;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.875rem;
    line-height: 2.5rem;
  }

  .block-sobre-left {
    height: 18.75rem;
  }

  .div-block-23 {
    margin-top: 1.25rem;
  }

  .heading-4 {
    font-size: 1.75rem;
    line-height: 2.0625rem;
  }

  .graduacao {
    height: auto;
  }

  .heading-graduacao {
    height: 10%;
  }

  .div-block-19-copy {
    right: auto;
  }

  .block-graduacao-left {
    height: 25rem;
    margin-top: 1.25rem;
  }

  .pos-graduacao {
    height: auto;
  }

  .heading-pos-graduacao {
    height: 10%;
  }

  .block-pos-left {
    height: 18.75rem;
  }

  .heading-extensao {
    height: 10%;
  }

  .button-2 {
    margin-bottom: 1.25rem;
  }

  .block-extensao {
    height: 25rem;
    margin-top: 1.25rem;
  }

  .div-block-19-extensao {
    right: auto;
  }

  .extensao, .noticias {
    height: auto;
  }

  .heading-noticias {
    height: 10%;
  }

  .div-block-noticias {
    margin-top: 1.25rem;
  }

  .block-noticias-right {
    height: 25rem;
    margin-top: 1.25rem;
  }

  .div-block-33 {
    flex-direction: column;
  }

  .image-post {
    width: 25rem;
    height: 25rem;
  }

  .texts-post-left {
    align-items: center;
    width: 100%;
  }

  .heading-5 {
    text-align: center;
    width: 100%;
    margin-top: 2.5rem;
    padding-left: .625rem;
    padding-right: .625rem;
    font-size: 1.875rem;
    line-height: 2.375rem;
  }

  .paragraph-4 {
    text-align: center;
    padding-left: .625rem;
    padding-right: .625rem;
    font-size: 1rem;
    line-height: 2.25rem;
  }

  .slide-nav-2 {
    margin-top: 25rem;
    inset: 0% 0% auto;
  }

  .heading-nossas_noticias {
    height: 10%;
  }

  .div-block-34 {
    width: 100%;
    height: auto;
  }

  .div-block-35 {
    height: 9.375rem;
    padding-left: .3125rem;
    padding-right: .3125rem;
  }

  .heading-6 {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }

  .text-block-2 {
    font-size: .6875rem;
    line-height: 1rem;
  }

  .block-icones-redes-sociais {
    height: 8.125rem;
  }

  .heading-redes-sociais {
    height: 10%;
  }

  .redes-sociais {
    height: auto;
  }

  .heading-9 {
    font-size: .9375rem;
  }

  .noticia-hero-menor {
    width: 18.75rem;
    height: 18.75rem;
    margin-bottom: 1.25rem;
    margin-right: 0;
  }

  .div-block-44 {
    margin-left: 0;
  }

  .block-image-post {
    width: 100%;
  }

  .div-block-47 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-49 {
    width: 100%;
  }

  .div-block-52-mobile {
    display: none;
  }

  .div-block-65 {
    width: 95%;
  }

  .div-block-186-internas {
    min-width: 26.25rem;
  }

  .wrapper-2 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .div-block-210 {
    flex-flow: wrap;
    width: 95%;
  }
}

@media screen and (max-width: 479px) {
  .brand_link {
    display: inline;
  }

  .menu-button {
    background-size: 1.5625rem;
    flex: none;
    margin-left: 1.25rem;
  }

  .menu-button.w--open {
    flex: none;
  }

  .super-hero {
    height: 65vh;
  }

  .super-hero.sh_interna {
    height: auto;
    max-height: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .blok-super-hero {
    flex-direction: column;
    padding-left: .625rem;
    padding-right: .625rem;
    position: relative;
  }

  .block-left_img {
    justify-content: center;
    align-items: center;
    height: auto;
    padding: .3125rem 0;
    position: relative;
  }

  .block-left_img.bl-blog {
    align-items: center;
  }

  .block-right_text {
    justify-content: flex-start;
    align-items: center;
    height: 60%;
    padding: 0 .625rem;
  }

  .block-right_text.brt-home {
    top: -29px;
  }

  .heading {
    text-align: center;
    font-size: 1.5625rem;
    line-height: 2.1875rem;
  }

  .heading.heading_post {
    letter-spacing: .125rem;
    font-size: 2rem;
    line-height: 2.45rem;
    position: relative;
  }

  .div-block-5 {
    flex-direction: column;
    align-items: center;
    width: 95%;
    height: auto;
    display: flex;
    overflow: hidden;
  }

  .paragraph {
    text-align: center;
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.375rem;
  }

  .block-image {
    width: 100vw;
    height: 100vw;
  }

  .noticia-hero-maior {
    width: 80vw;
    height: 80vw;
  }

  .sobre-a-fcap {
    height: 100%;
  }

  .div-block-11 {
    width: 95%;
    margin-bottom: 0;
  }

  .block-bg-white {
    width: 90%;
    padding-top: 3.125rem;
    padding-bottom: 0;
    position: relative;
  }

  .block-bg-white.block_graduacao, .block-bg-white.block_extensao {
    padding-top: 3.125rem;
  }

  .block-bg-white.block_pos {
    width: 95%;
    padding-top: 1rem;
  }

  .block-bg-white.block_noticias, .block-bg-white.block_redes_sociais {
    padding-top: 3.125rem;
  }

  .div-block-14 {
    width: 18.75rem;
    height: 5rem;
  }

  .block-noticia_hero {
    width: 100%;
    padding-right: 0;
  }

  .heading-3 {
    letter-spacing: .1875rem;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: .625rem;
    padding-right: .625rem;
    font-size: 7vw;
    line-height: 2rem;
  }

  .block-sobre-left {
    height: 18.75rem;
    position: relative;
  }

  .div-block-19 {
    left: auto;
  }

  .div-block-20 {
    margin-left: .625rem;
  }

  .div-block-21 {
    margin-bottom: .3125rem;
  }

  .div-block-22 {
    margin-top: .3125rem;
  }

  .div-block-23 {
    margin-top: .625rem;
    margin-bottom: .625rem;
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .block-images-texts {
    position: relative;
  }

  .heading-4 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 6vw;
    line-height: 1.5625rem;
  }

  .graduacao {
    height: 100%;
  }

  .heading-graduacao {
    align-items: center;
  }

  .block-images-graduacao {
    height: 100%;
  }

  .ponto {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .ponto.ponto_pos-graduacao {
    margin-right: 0;
  }

  .block-graduacao-left {
    height: 12.5rem;
    position: relative;
  }

  .pos-graduacao {
    height: 100%;
  }

  .heading-pos-graduacao {
    align-items: center;
    margin-bottom: .625rem;
  }

  .div-block-25 {
    width: 95%;
  }

  .div-block-26 {
    width: 90%;
    margin-left: -.625rem;
  }

  .div-block-27 {
    width: 95%;
    margin-left: 0;
  }

  .block-pos-left {
    height: 25rem;
    margin-top: 1.25rem;
    position: relative;
  }

  .heading-extensao {
    align-items: center;
  }

  .button-2 {
    margin-top: 1.25rem;
    margin-left: 0;
  }

  .button-2.button-slider, .button-2.button_2_noticias {
    margin-left: .625rem;
  }

  .block-extensao {
    height: 18.75rem;
    position: relative;
  }

  .block-images-extensao {
    height: 100%;
  }

  .div-block-22-extensao {
    border-width: .125rem .625rem .125rem .9375rem;
  }

  .div-block-23-extensao {
    border-left-style: none;
    border-left-width: .625rem;
    border-right-width: 1.875rem;
  }

  .extensao {
    height: 100%;
  }

  .line-up-1, .line-up-2, .line-down-1, .line-down-2 {
    color: #ffffff4d;
  }

  .noticias {
    height: auto;
  }

  .heading-noticias {
    align-items: center;
  }

  .div-block-noticias {
    margin-top: .625rem;
    margin-bottom: .625rem;
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .block-noticias-right {
    height: 18.75rem;
    position: relative;
  }

  .image-post {
    width: 100%;
    height: 18.75rem;
  }

  .texts-post-left {
    margin-left: 0;
  }

  .heading-5 {
    font-size: 1.5625rem;
    line-height: 1.875rem;
  }

  .slide-nav-2 {
    margin-top: 19.1875rem;
  }

  .heading-nossas_noticias {
    align-items: center;
    margin-bottom: .625rem;
  }

  .div-block-34 {
    flex-direction: column;
    margin-top: 1.25rem;
  }

  .div-block-35 {
    border-top: .03125rem solid #ffffff80;
  }

  .heading-6 {
    letter-spacing: .25rem;
    font-size: 1.375rem;
  }

  .text-block-2 {
    letter-spacing: .1875rem;
    font-size: .875rem;
  }

  .block-icones-redes-sociais {
    width: 100%;
    height: 6.25rem;
  }

  .heading-redes-sociais {
    align-items: center;
  }

  .redes-sociais {
    height: 100%;
  }

  .mapa {
    display: none;
  }

  .recebar-newsletter {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .block-form_news {
    flex-direction: column;
    align-items: center;
    height: 12.5rem;
  }

  .heading-9 {
    text-align: center;
  }

  .div-block-40 {
    width: 100%;
    height: 25%;
  }

  .div-block-41 {
    margin-right: 0;
  }

  .link-block-2 {
    background-size: 17rem;
    width: 20rem;
    height: 7rem;
  }

  .noticia-hero-menor {
    width: 60vw;
    height: 60vw;
  }

  .div-block-44 {
    width: 90vw;
    height: 8rem;
    margin-left: 0;
  }

  .block-newsletter {
    width: 90%;
    height: 12.5rem;
  }

  .block-image-post {
    opacity: .95;
    border-radius: 2px;
    width: 85vw;
    height: 85vw;
    position: relative;
    box-shadow: 0 2px 12px 7px #0000001a;
  }

  .section-7 {
    width: 100%;
  }

  .div-block-49 {
    padding-bottom: 5rem;
    position: relative;
  }

  .rich-text-block {
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .div-block-52 {
    flex-flow: column wrap;
    align-items: flex-start;
    height: 20rem;
    display: flex;
  }

  .collection-list-wrapper-5, .collection-list-5 {
    flex-direction: column;
    align-items: flex-start;
  }

  .collection-item-4 {
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    margin-right: 0;
  }

  .link-block-4 {
    flex-direction: row;
    margin-right: 0;
  }

  .div-block-54 {
    width: 6.25rem;
    min-width: 6.25rem;
    height: 6.25rem;
  }

  .div-block-55 {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 6.875rem;
    display: flex;
  }

  .heading-11 {
    text-align: left;
    width: 100%;
    padding-left: .625rem;
    font-size: .875rem;
    line-height: 1.3125rem;
  }

  .div-block-52-mobile {
    flex-wrap: wrap;
    display: block;
  }

  .block-noticias {
    position: static;
  }

  .block-noticias.noticias {
    margin-top: .625rem;
    margin-bottom: .625rem;
    padding-bottom: .625rem;
    padding-left: 0;
    padding-right: 0;
  }

  .block-title-aside {
    margin-left: .65rem;
    margin-right: .65rem;
  }

  .heading-12 {
    width: 90%;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .line-title-aside.line_news {
    width: 3rem;
  }

  .collection-list-6 {
    flex-flow: wrap;
    justify-content: center;
  }

  .collection-item-5 {
    width: auto;
    height: auto;
    min-height: auto;
    margin: 2rem .5rem 1rem;
    padding-bottom: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .box-news {
    width: 10rem;
    margin-bottom: .625rem;
  }

  .heading-16 {
    letter-spacing: .125rem;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .box-image-news {
    width: 9rem;
    height: 9rem;
  }

  .box-text-news {
    background-color: #ebebeb;
    width: 10rem;
    height: auto;
    font-size: .75rem;
  }

  .div-block-186-internas {
    min-width: 17.5rem;
    margin-bottom: 1.875rem;
  }

  .collection-list-wrapper-7, .collection-list-7 {
    min-width: 17.5rem;
  }

  .collection-item-6 {
    margin-left: 0;
    margin-right: 0;
  }

  .link-block-11 {
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-187 {
    width: 85vw;
    height: 85vw;
  }

  .div-block-188 {
    width: 90vw;
  }

  .heading-17 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .text-block-15 {
    padding: .85rem 1.5rem;
    font-size: 1rem;
  }

  .wrapper-2.vertical {
    width: 100%;
    padding-left: 1%;
    padding-right: 1%;
  }

  .div-block-205 {
    margin-top: 1.25rem;
  }

  .post-wrapper {
    height: 15.625rem;
  }

  .paragraph-5 {
    font-size: .8125rem;
    line-height: 1.25rem;
  }

  .image-35 {
    top: auto;
  }

  .text-block-16 {
    background-color: #00000029;
    margin-top: 1rem;
    margin-bottom: 1rem;
    position: relative;
  }

  .link-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1rem;
    line-height: 2.5rem;
  }

  .text-block-19, .text-block-20 {
    line-height: 1.875rem;
  }

  .heading-12-copy {
    width: 90%;
    font-size: 1.125rem;
  }

  .div-block-212 {
    width: 100%;
    height: 6.25rem;
    margin-bottom: 1.875rem;
  }

  .text-block-21 {
    width: 90%;
    font-size: 1.5625rem;
    line-height: 1.875rem;
  }

  .text-block-22 {
    margin-top: .9375rem;
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .collection-list-6-home {
    justify-content: center;
  }

  .collection-item-5-home {
    width: 14.375rem;
    height: 21.875rem;
  }

  .box-news-home {
    width: 14.375rem;
    margin-bottom: .625rem;
  }

  .box-image-news-home {
    width: 13.75rem;
    height: 13.75rem;
  }

  .box-text-news-home {
    width: 90%;
    font-size: .75rem;
  }

  .heading-16-home {
    letter-spacing: .125rem;
    font-size: .875rem;
    line-height: 1.1875rem;
  }
}


