/*****************************
  *  THEME COLOR
  ******************************/
:root {
  --f-global-color-white: #fff;
  --f-global-color-black: #000;
  --f-global-color-green-crayola: #0faa75;
  --f-global-color-green-cyan-turquoise: #0a7f57;
  --f-global-color-salem: #0a7852;
  --f-global-color-guppie-green: #0def7d;
  --f-global-color-columbia-blue: #c1e9d2;
  --f-global-color-anti-flash-white: #eff7ef;
  --f-global-color-mint-cream: #f3fcf8;
  --f-global-color-bright-gray: #ededed;
  --f-global-color-chinese-white: #dde5dc;

  --f-global-color-gunmetal: #283037;
  --f-global-color-dark-gunmetal: #212529;
  --f-global-color-charleston-green: #282828;

  --f-asa-color-green-munsell: #00ab7e;
  --f-asa-color-medium-slate-blue: #795ded;
  --f-asa-color-lavender-blue: #cfc3ff;
  --f-asa-color-banana-yellow: #ffde34;

  --f-graduacao-color-1: #c7a367;
  --f-graduacao-color-2: #eee5d6;
  --f-graduacao-color-3: #22391f;
  --f-graduacao-color-4: #007342;
  --f-graduacao-color-5: #0def7d;

  --f-posgraduacao-color-1: #040404;
  --f-posgraduacao-color-2: #071608;
  --f-posgraduacao-color-3: #066d40;
  --f-posgraduacao-color-4: #00e89d;
  --f-posgraduacao-color-5: #00e142;
  --f-posgraduacao-color-6: #e2fff6;

  --f-mestrado-color-1: #cda35e;
  --f-mestrado-color-2: #0a1912;
  --f-mestrado-color-3: #15634c;
  --f-mestrado-color-4: #00ff7e;
  --f-mestrado-color-5: #00e142;
  --f-mestrado-color-6: #e2fff6;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
}

hr {
  width: 100%;
}

h1,
h2,
h3 {
  font-family: "Dosis", sans-serif;
}

dl,
ol,
ul,
td {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  padding: 0 1.25rem;
}

:focus {
  outline: none;
}

p {
  font-size: 0.9rem;
  font-weight: 300;
}

blockquote {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 40px;
  margin-inline-end: 40px;
}

b {
  font-weight: bold;
}

a {
  /* color: #0faa75; */
  color: #08d36a;
  font-weight: 700;
}

figure {
  margin: 0;
}

a:focus,
a:hover {
  text-decoration: none;
  color: #3c6360;
}

.btn {
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 0.6rem 1rem;
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  border: 0;
  border-radius: 3rem;
  margin: 1rem 0;
}

.btn-primary {
  background-color: #0faa75;
}

.btn-primary:hover {
  background-color: #4f837f;
}

.btn-primary:focus {
  background-color: #4f837f;
  color: white;
}

.btn-primary:active {
  background-color: #467370 !important;
}

.btn-secundary {
  background-color: #283037;
  color: white;
}

.btn-secundary:hover {
  background-color: #383d42;
  color: white;
}

.btn-secundary:focus {
  background-color: #343b42;
  color: white;
}

.btn-secundary:active {
  background-color: #353c42 !important;
  color: white;
}

.text-primary {
  color: #0faa75 !important;
}

.btn-prev-next {
  font-size: 2rem;
  color: #0faa75;
}

.no-padding {
  padding-left: 0px;
  padding-right: 0px;
}

.no-padding-left {
  padding-left: 0px;
}

.paddingdoble-left {
  padding-left: 30px;
}

.no-margin {
  margin-left: 0px;
  margin-right: 0px;
}

.no-padding-botton {
  padding-bottom: unset !important;
}

.no-margin-botton {
  margin-bottom: unset !important;
}

.duas-colunas {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  -moz-column-fill: balance;
  column-fill: balance;
}

.linha-ilustracao {
  height: 2px;
  width: 60px;
  background: #0def7d;
  display: inline-flex;
  margin: 4px 0px;
}

.linha-ilustracao-titulo {
  height: 1px;
  width: 10%;
  background: #0def7d;
  position: absolute;
  /* top: 50%; */
  /* margin-top: 1rem; */
  left: 45%;
}

.linha-ilustracao-titulo3 {
  height: 1px;
  width: 30%;
  background: #0def7d;
  position: absolute;
  top: 65px;
  left: 35%;
}

.linha-ilustracao-full {
  position: absolute;
  height: 2px;
  width: 65%;
  background: #0def7d;
  right: -30px;
  /* bottom: 13.5%; */
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

/*****************************
 *  SCROLL TO TOP
 ******************************/
.scroll-to-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  width: 2.75rem;
  height: 2.75rem;
  text-align: center;
  color: #fff;
  background: rgba(90, 92, 105, 0.5);
  line-height: 46px;
  z-index: 21;
  transition: all 0.5s;
}

.scroll-to-top:hover {
  color: #fff;
  background: #5a5c69;
  transition: all 0.5s;
}

.scroll-to-top:focus {
  color: #fff;
}

/*****************************
 *  BACKGROUNDS
 ******************************/
.bg-unset {
  background-color: unset !important;
  background: unset !important;
}

.bg-black {
  background-color: #161616 !important;
}

.bg-graphite {
  background-color: #283037 !important;
  color: #fff;
}

.bg-gray {
  background-color: #eff7ef !important;
  color: #000;
}

.bg-green {
  background-color: #0a7852 !important;
  color: #fff;
}

.bg-cyan-green {
  background-color: #0faa75 !important;
}

.bg-lightcyanblue {
  background-color: #e6edf2 !important;
}

.bg-incompany-color {
  background-color: #eef5ed !important;
}

.bg-royal-blue {
  background-color: #254194 !important;
  color: #fff;
}

.bg-incompany {
  background-image: url(/files/img/background/incompany.jpg);
}

.bg-gradient-gray-white {
  background: rgba(255, 255, 255, 1) !important;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(50%, rgba(255, 255, 255, 1)),
    color-stop(50%, rgba(240, 247, 239, 1))
  ) !important;
  background: -o-linear-gradient(
    bottom,
    rgba(255, 255, 255, 1) 50%,
    rgba(240, 247, 239, 1) 50%
  ) !important;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 50%,
    rgba(240, 247, 239, 1) 50%
  ) !important;
}

.brightness:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}

.scaled:hover {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.section-featured-text {
  text-align: center;
  padding: 0.5rem 0;
  position: relative;
}

.section-featured-text .filter-layer {
  background: #0faa75;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: brightness(0.7);
  z-index: -1;
}

.section-featured-text span {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  position: relative;
  z-index: 1;
}

/*****************************
 *  COLORS
 ******************************/
.color-white {
  color: #fff !important;
}

/*****************************
 *  BORDERS
 ******************************/
.bt-neon-green {
  border-top: 1rem solid #0def7d;
}

.bb-neon-green {
  border-bottom: 1rem solid #0def7d;
}

.by-neon-green {
  border-top: 1rem solid #0def7d;
  border-bottom: 1rem solid #0def7d;
}

.bx-neon-green {
  border-right: 1rem solid #0def7d;
  border-left: 1rem solid #0def7d;
}

/*****************************
 *  SCROLL DOWN
 ******************************/
.scroll-down-container {
  margin-top: 15px;
  text-align: center;
}

.scroll-down-container a {
  display: inline-block;
  color: #fff !important;
  font-weight: 300;
  text-align: center;
}

.scroll-down-animated {
  position: relative;
  animation: downup 1s linear infinite;
  text-align: center;
  display: inline;
}

.scroll-down-animated i {
  height: 45px;
  width: 45px;
  border: 1px solid #fff;
  padding: 10px;
  font-size: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

@keyframes downup {
  0% {
    top: 0;
  }

  50% {
    top: 15px;
  }

  75% {
    top: 10px;
  }

  100% {
    top: 0;
  }
}

/*****************************
 *  MORE INFO SECTION
 ******************************/

.more-info-section {
  padding: 8rem 0;
  background-image: url(/files/img/background/a-fecap.jpg);
  color: #fff;
}

.more-info-section h3 {
  font-size: 2.2rem;
  font-weight: 300;
}

.more-info-section .btn-primary {
  line-height: 1rem;
  font-weight: 600;
  letter-spacing: 1px;
}

.more-info-section span {
  font-size: 0.5rem;
  font-weight: 500;
}

/*****************************
 *  BACKGROUND IMAGES
 ******************************/
.bg-incompany,
.bg-afecap,
.more-info-section,
.slide-section,
.carousel-img-index,
.carousel-img-biblioteca,
.carousel-img-colegio,
.indicators-section,
.header-section-index,
.header-section-biblioteca,
.header-section-carousel,
.header-section-medium-full,
.header-section-large,
.header-section-large-full,
.header-section-medium,
.header-section-small,
.header-video-banner-full,
.section-ebook-agribusiness,
.header-asa-img,
.header-cesta-de-servicos-img {
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.header-conexao-empresarial-img {
  background-image: url(/files/img/background/header-conexoes-empresariais.jpg);
}

.header-nas-empresas-img {
  background-image: url(/files/img/background/header-nas-empresas.jpg);
}

.header-nas-escolas-img {
  background-image: url(/files/img/background/header-nas-escolas.jpg);
}

.header-instituto-financas-img {
  background-image: url(/files/img/background/header-pesquisas-iff-ifecap.jpg);
}

.header-pesquisa-iff-img {
  background-image: url(/files/img/background/header-pesquisas-iff-depec.jpg);
}

.header-pesquisa-iff-gaap-img {
  background-image: url(/files/img/background/header-pesquisas-iff-gaap.jpg);
}

.header-pesquisa-iff-necon-img {
  background-image: url(/files/img/background/header-pesquisas-iff-necon.jpg);
}

.header-pesquisa-iff-ifecap-img {
  background-image: url(/files/img/background/header-pesquisas-iff-ifecap.jpg);
}

.header-pesquisa-iff-depec-img {
  background-image: url(/files/img/background/header-pesquisas-iff-depec.jpg);
}

.header-realizacoes-iff-img {
  background-image: url(/files/img/background/header-realizacoes-iff.jpg);
}

.header-revista-iff-img {
  background-image: url(/files/img/background/header-revista-iff.jpg);
}

.header-guia-financeiro-img {
  background-image: url(/files/img/background/header-guia-financeiro.jpg);
}

.header-institucional-img {
  background-image: url(/files/img/background/header-institucional.jpg);
}

.header-eventos-img {
  background-image: url(/files/img/background/header-eventos.jpg);
}

.header-empreendedorismo-img {
  background-image: url(/files/img/background/header-institucional.jpg);
}

.header-retorno-img {
  background-image: url(/files/img/background/header-retorno.jpg);
}

.header-formas-de-ingresso-img {
  background-image: url(/files/img/background/header-formas-de-ingresso.jpg);
}

.header-corporate-img {
  background-image: url(/files/img/background/header-corporate.jpg);
}

.header-colegio-revista-fecap-img {
  background-image: url(/files/img/background/header-colegio-revista-fecap.jpg);
}

.header-section-medium-full {
  background-image: url(/files/img/background/header-curso.jpg);
}

.header-espaco-fecap-img {
  background-image: url(/files/img/background/header-espaco-fecap.jpg);
}

.header-fecap-agribusiness-center-img {
  background-image: url(/files/img/background/header-fecap-agribusiness-center.jpg);
}

.bg-afecap {
  background-image: url(/files/img/background/a-fecap.jpg);
}

.slide-section-nas-empresas-img {
  background-image: url(/files/img/background/slide-section-nas-empresas.jpg);
}

.slide-section-projeto-integracao-img {
  background-image: url(/files/img/background/slide-section-projeto-integracao.jpg);
}

.header-asa-servico-img {
  background-image: url(/files/img/background/header-asa-servico-img-default.jpg);
}

.header-fornecedores-img {
  background-image: url(/files/img/background/header-fornecedores.jpg);
}

.section-ebook-agribusiness {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(5, 117, 5, 0.62)),
      to(rgba(5, 117, 5, 0.62))
    ),
    url(/files/img/agribusiness-center/section-ebook-agribusiness.jpg);
  background-image: -o-linear-gradient(
      top,
      rgba(5, 117, 5, 0.62) 0%,
      rgba(5, 117, 5, 0.62) 100%
    ),
    url(/files/img/agribusiness-center/section-ebook-agribusiness.jpg);
  background-image: linear-gradient(
      to bottom,
      rgba(5, 117, 5, 0.62) 0%,
      rgba(5, 117, 5, 0.62) 100%
    ),
    url(/files/img/agribusiness-center/section-ebook-agribusiness.jpg);
  height: 30rem;
}

/*****************************
 *  HEADER
 ******************************/
.header-section-medium-full,
.header-section-large,
.header-section-medium,
.header-section-small {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}

.header-section-medium-full {
  position: relative;
  z-index: 1;
}

.header-section-index,
.header-section-biblioteca,
.header-section-carousel,
.header-section-large,
.header-section-medium,
.header-section-small {
  margin-top: 120px;
}

.header-section-carousel,
.header-section-index,
.header-section-medium-full,
.header-section-large {
  height: 60vh;
}

.header-section-biblioteca,
.header-section-medium {
  height: 40vh;
}

.header-section-medium-full,
.header-section-large-full {
  padding-top: 120px;
}

.header-section-large-full {
  height: 70vh;
  position: relative;
}

.header-section-medium .container,
.header-section-medium .row,
.header-section-medium-full .container,
.header-section-medium-full .row,
.header-section-large .container,
.header-section-large .row,
.header-section-large-full .container,
.header-section-large-full .row {
  height: 100%;
}

.header-section-large-full,
.header-section-large,
.header-section-medium {
  text-align: center;
}

.header-section-large h1 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
}

.header-section-large h2 {
  padding-top: 35px;
  color: #0def7d;
  font-size: 2rem;
  font-weight: 600;
}

.header-section-medium p,
.header-section-large p {
  color: #fff;
  text-transform: none;
}

#header-instituto-financas .linha-ilustracao-titulo {
  top: 20%;
}

.header-section-small {
  height: 20vh;
  text-align: left;
}

.header-section-small h1 {
  color: #0def7d;
  font-weight: 300;
}

.header-section-small h2 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 300;
}

#graduacao .header-section-medium-full,
#single-posgraduacao .header-section-medium-full,
#single-mestrado .header-section-medium-full {
  height: initial;
}

.header-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#archive-posgraduacao .header-content,
#archive-mestrado .header-content,
#processo .header-content,
#pagina .header-content,
#colegio .header-content,
#single .header-content {
  top: 0;
}

.header-stamps {
  margin: 0;
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-stamps img {
  width: 100px;
  padding-bottom: 0.5rem;
}

.header-course {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.header-text {
  text-align: center;
  z-index: 10 !important;
}

#processo .header-text,
#archive-posgraduacao .header-text,
#archive-mestrado .header-text,
#corporate .header-text,
.single-edufecap .header-text {
  margin-top: auto;
}

.header-content .header-course h1 {
  color: #0def7d;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.header-content .header-course h2 {
  color: #fff;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.header-content .header-text h2 {
  color: #0def7d;
  font-size: 4.5rem;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0px 5px 5px #010f06;
}

.header-content .header-text h1 {
  margin-top: 1.5rem;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}

.header-boxes {
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
  top: 72px;
  position: relative;
  width: 100%;
}

.header-box {
  margin: 0;
  padding: 0;
  height: 9rem;
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0def7d;
}

.header-box:first-child {
  border-radius: 30px 0 0 30px;
}

.header-box:last-child {
  border-radius: 0 30px 30px 0;
}

.header-box:not(:last-child) {
  border-right: 2px solid #fff;
}

.header-box:hover {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}

.header-box a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-box h3 {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 700;
}

.header-box .fcp-icon {
  width: 50px;
  height: 50px;
  background-color: #fff;
}

.img-banner-desktop {
  display: block;
}

.img-banner-mobile {
  display: none;
}

/*****************************
 *  SECTIONS 
 ******************************/
.info-section,
.contact-section,
.faq-section {
  padding: 5rem 0;
  position: relative;
  z-index: 1;
}

.sobre-section {
  padding: 2rem 1rem;
  padding-bottom: 5rem;
}

/*****************************
 *  TITLES 
 ******************************/
.sobre-section h2,
.info-section h2,
.info-section h3,
.info-section h4,
.faq-section h2 {
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#colegiofecap .info-section h3,
#colegiofecap .info-section h4 {
  letter-spacing: unset;
  text-transform: unset;
  padding: 0;
}

.info-section h2,
.info-section h3,
.info-section h4 {
  padding: 1rem 0;
}

.sobre-section h2,
.info-section h2,
.contact-section h2 {
  font-size: 2rem;
  color: #0faa75;
  /* #0def7d; */
}

.info-section h3 {
  font-size: 1.7rem;
  color: #000;
}

.info-section h4 {
  font-size: 1rem;
  color: #0faa75;
}

.title-sm {
  margin: 0;
  padding: 20px 0px;
  color: #0faa75 !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  letter-spacing: 4px !important;
  text-transform: uppercase;
}

.title-md {
  margin: 0;
  padding: 16px 0px;
  color: #0faa75 !important;
  font-size: 1.4rem !important;
  font-weight: 500 !important;
  letter-spacing: 4px !important;
  text-transform: uppercase;
}

.title-lg {
  margin: 0;
  padding: 12px 0px;
  margin-bottom: 2rem !important;
  text-align: center !important;
  color: #212529 !important;
  font-size: 1.8rem !important;
  font-weight: 500 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
}

.title-xl {
  margin: 0;
  padding: 8px 0px !important;
  font-size: 2.2rem !important;
  font-weight: 200 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
}

/*****************************
 *  BREADCRUMB SECTION
 ******************************/
.breadcrumb-section {
  padding: 2rem 0;
}

.breadcrumb {
  padding: 0px;
  margin: 0px;
  border-radius: 0px;
  background: unset;
}

.itemListElement {
  padding: 0px 5px;
}

.breadcrumb p {
  padding: 0px;
  margin: 0px;
  color: #7e7e7e;
  font-size: 0.8rem;
}

.breadcrumb a {
  padding: 0px;
  margin: 2px;
  color: #7e7e7e;
  font-size: 0.8rem;
  font-weight: 200;
}

.breadcrumb .current-item {
  font-weight: 700;
  color: #7e7e7e;
  padding: 0px 5px;
}

.processo-seletivo .header-section-large h1,
#archive-posgraduacao .header-section-large h1,
#archive-mestrado .header-section-large h1 {
  font-size: 2.5rem;
  color: #212529;
}

.processo-seletivo .header-box:hover,
#archive-posgraduacao .header-box:hover,
#archive-mestrado .header-box:hover {
  -webkit-filter: none;
  filter: none;
}

/*****************************
 *  VISITE SECTION
 ******************************/
.visite-section {
  padding: 8rem 0;
  background-image: url(/files/img/background/visite.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  color: #fff;
}

.visite-section .form-inline input {
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  height: auto;
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  border: 0;
}

.visite-section h2 {
  color: #fff;
  font-size: 2.8rem;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: 100;
}

.visite-section .linha-ilustracao-titulo {
  margin: 10px 0;
  height: 5px;
  width: 27%;
  background: #0def7d;
  left: calc(50% - (27% / 2));
}

.visite-section h3 {
  font-weight: 500;
  letter-spacing: 2px;
  padding: 8px 0px;
  font-size: 2.2rem;
}

.visite-section p {
  padding: 0rem 2rem 2rem 2rem;
}

.modal-visite .modal-content {
  background: #0faa75;
  color: #fff;
}

.modal-visite.investimento .modal-content {
  background: #f5f5f5 !important;
}

.modal-visite.mestrado .modal-content {
  background: #102536 !important;
}

.modal-visite.mestrado.if .modal-content {
  background: #f0f7ef !important;
  color: #3f3f3e !important;
}

.modal-content .modal-evento {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.modal-visite .modal-header {
  border-bottom: unset;
}

.modal-visite .modal-footer {
  border-top: unset;
}

.modal-visite .modal-header h5 {
  text-align: center;
}

.modal-visite .btn-querovisitar {
  background: #0def7d !important;
}

.modal-visite form input[type="text"],
.modal-visite form input[type="email"] {
  background: unset;
  border: unset;
  border-bottom: 1px solid #0def7d;
  font-family: "Dosis", sans-serif;
  text-transform: uppercase;
}

.modal-visite form label {
  font-family: "Dosis", sans-serif;
  text-transform: uppercase;
}

.modal-visite .nf-form-content input:not([type="button"]):focus {
  background: unset;
}

/*****************************
 *  SLIDE SECTION - IMG
 ******************************/
.slide-section {
  padding: 8rem 0;
  position: relative;
}

.slide-section-img {
  padding: 8rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: #fff;
}

.slide-section-img h2 {
  color: #fff;
  font-size: 2.5rem;
  /* text-transform: uppercase; */
  font-weight: 700;
  margin-bottom: 20px;
}

.slide-section-img h3 {
  font-weight: 200;
  letter-spacing: 2px;
  padding: 8px 0px;
  font-size: 2.2rem;
}

.slide-section-img .slide-gallery {
  padding: 2rem 0;
}

.slide-section-img .slide-gallery p {
  font-weight: 300;
  letter-spacing: 1px;
}

.slide-section-img .slick-prev,
.slide-section-img .slick-next {
  top: unset;
  bottom: 0px;
  bottom: -50px;
  display: block;
  width: 5%;
  list-style: none;
  text-align: center;
  margin: 0px 45%;
  z-index: 2;
}

.slide-section-img .slick-prev:before,
.slide-section-img .slick-next:before {
  color: #0def7d;
  border: 4px solid #0def7d;
  border-radius: 30px;
  padding-bottom: 0px;
  padding-top: 2px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(0, 0, 0, 0.5);
}

/*****************************
 *  CAROUSEL - SLIDE
 ******************************/
.slide-image-container .row {
  margin: 3rem 0;
}

.slide-image-container .slide-text {
  padding: 0 6rem;
}

.slide-image-container .slide-caption {
  position: absolute;
  bottom: 10%;
  color: #fff;
  font-size: 1rem;
  background: #0faa75;
  padding: 0.5rem;
  text-align: center;
}

.slide-image-container .carousel-control-prev,
.slide-image-container .carousel-control-next,
.slide-image-container .slick-prev:before,
.slide-image-container .slick-next:before {
  width: 32px;
  font-size: 1.5rem;
  color: #0faa75;
}

.slide-image-container .slick-prev,
.slide-image-container .slick-next {
  top: 115%;
}

.slide-image-container .slick-prev {
  left: 45%;
}

.slide-image-container .slick-next {
  right: 45%;
}

.slide-image-container .carousel-control-next {
  right: -40px;
}

.slide-image-container .carousel-control-prev {
  left: -40px;
}

/*****************************
 *  SLIDE SLICK DOTS/ARROW
 ******************************/
.visite-section .slick-prev,
.visite-section .slick-next,
.infra-section .slick-prev,
.infra-section .slick-next,
.fecaptv-section .slick-prev,
.fecaptv-section .slick-next,
.eventos-section .slick-prev,
.eventos-section .slick-next,
.section-proximos-cursos .slick-prev,
.section-proximos-cursos .slick-next {
  top: unset;
  bottom: 0px;
  bottom: -25px;
  display: block;
  width: 5%;
  list-style: none;
  text-align: center;
  margin: 0px 45%;
}

.visite-section .slick-prev:before,
.visite-section .slick-next:before,
.infra-section .slick-prev:before,
.infra-section .slick-next:before,
.fecaptv-section .slick-prev:before,
.fecaptv-section .slick-next:before,
.eventos-section .slick-prev:before,
.eventos-section .slick-next:before,
.section-proximos-cursos .slick-prev:before,
.section-proximos-cursos .slick-next:before {
  color: #0faa75;
  border: 4px solid #0f986b;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.eventos-section .slick-prevNew,
.section-proximos-cursos .slick-prevNew,
.fecaptv-section .slick-prevNew {
  margin: 0px 46%;
}

.eventos-section .slick-nextNew,
.section-proximos-cursos .slick-nextNew,
.fecaptv-section .slick-nextNew {
  margin: 0px 50%;
}

.eventos-section .slick-prevNew,
.eventos-section .slick-nextNew,
.section-proximos-cursos .slick-prevNew,
.section-proximos-cursos .slick-nextNew,
.fecaptv-section .slick-prevNew,
.fecaptv-section .slick-nextNew {
  top: unset;
  bottom: -62px;
  display: block;
  width: 38px;
  list-style: none;
  text-align: center;
  position: absolute;
  background: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  height: 38px;
  padding: 4px 0 8px 0;
  cursor: pointer;
  color: #0faa75;
  border: 4px solid #f0f4ef;
  font-size: 16px;
}

.section-proximos-cursos .slick-prevNew:before,
.section-proximos-cursos .slick-nextNew:before,
.eventos-section .slick-prevNew:before,
.eventos-section .slick-nextNew:before,
.fecaptv-section .slick-prevNew:before,
.fecaptv-section .slick-nextNew:before {
  padding-bottom: 0px;
  padding-top: 1px;
  color: #0faa75;
  border: 4px solid #0f986b;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.slick-dots {
  left: 0;
  /* o position absolute deixa a largura do elemento do tamanho da tela, porém o parent do elemento contém margin-x auto, o que afeta no mobile */
}

.oportunidade-section .slick-dots {
  bottom: unset;
}

.slick-dots li.slick-active button:before {
  height: 6px;
  background: #0faa75;
  margin: 7px 0;
  border-radius: 20px;
  opacity: 0.75;
  color: unset;
}

.slick-dots li {
  width: 15px;
}

.slick-dots li button:before {
  color: #707070;
}

.slide-arrow-dots .slick-prev,
.slide-arrow-dots .slick-next {
  display: block;
  width: 5%;
  list-style: none;
  text-align: center;
  margin: 0px 2%;
  z-index: 2;
}

.slide-arrow-dots .slick-track:hover {
  cursor: -webkit-grab;
  cursor: grab;
}

.slide-arrow-dots .slick-prev:before,
.slide-arrow-dots .slick-next:before {
  color: #0faa75;
}

.slide_aquisicoes img {
  max-width: 228px;
  height: 330px;
  border-radius: 20px;
  margin: auto;
  padding: 0.5rem;
}

.slide_oferecemos img {
  margin: auto;
  padding: 0.5rem;
  border-radius: 20px;
  height: 17rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide_oferecemos h3,
.slide_oferecemos p {
  padding: 0 1rem;
}

.slide_oferecemos h3 {
  font-size: 1.5rem;
  color: #0def7d;
}

/*****************************
 *  DEPOIMENTOS SECTION
 ******************************/
.depoimentos-section {
  padding: 4rem 0;
  background-color: #eff7ef;
}

.depoimentos-section .icone-aspas {
  margin: 0 0 1rem 0;
  width: 50px;
}

.depoimentos-section h2 {
  color: #0faa75;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 4px;
}

.depoimentos-section a {
  color: #0faa75;
  font-weight: 600;
}

.depoimentos-section h3 {
  font-weight: 200;
  letter-spacing: 2px;
  padding: 8px 0px;
  font-size: 2.2rem;
}

.depoimentos-section h4 {
  font-weight: 600;
  font-size: 1.3rem;
  color: #0faa75;
}

.depoimentos-section .slick-track {
  min-width: 100% !important;
}

/*****************************
 *  ICONES
 ******************************/
.fcp-icon {
  background-color: #0faa75;
  display: block;
  margin-bottom: 1rem;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
}

.quote-icon {
  -webkit-mask: url(/files/icon/svg/quote.svg);
  mask: url(/files/icon/svg/quote.svg);
  width: 40px;
  height: 40px;
}

.fcp-icon.modality {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  height: 40px;
  background-color: var(--f-global-color-white);
}

.fcp-icon.modality.presencial {
  mask: url(/files/icon/svg/logo-mod-presencial-black.svg);
  -webkit-mask: url(/files/icon/svg/logo-mod-presencial-black.svg);
}

.fcp-icon.modality.semipresencial {
  mask: url(/files/icon/svg/logo-mod-semipresencial-black.svg);
  -webkit-mask: url(/files/icon/svg/logo-mod-semipresencial-black.svg);
}

.fcp-icon.modality.live {
  mask: url(/files/icon/svg/logo-mod-live-black.svg);
  -webkit-mask: url(/files/icon/svg/logo-mod-live-black.svg);
}

.fcp-icon.modality.ead {
  mask: url(/files/icon/svg/logo-mod-ead-black.svg);
  -webkit-mask: url(/files/icon/svg/logo-mod-ead-black.svg);
}

.fcp-icon.modality.flex {
  mask: url(/files/icon/svg/logo-mod-flex-black.svg);
  -webkit-mask: url(/files/icon/svg/logo-mod-flex-black.svg);
}

.box-bolsas-investimento-item .fcp-icon {
  width: 60px;
  height: 60px;
}

/* .header-box:nth-child(odd) .fcp-icon {
  background-color: var(--f-global-color-green-crayola);
}

.header-box:nth-child(even) .fcp-icon {
  background-color: var(--f-global-color-white);
} */

.fcp-icon.edital {
  mask: url(/files/icon/svg/edital.svg);
  -webkit-mask: url(/files/icon/svg/edital.svg);
}

.fcp-icon.inscrevase {
  mask: url(/files/icon/svg/inscrevase.svg);
  -webkit-mask: url(/files/icon/svg/inscrevase.svg);
}

.fcp-icon.investimento {
  mask: url(/files/icon/svg/investimento.svg);
  -webkit-mask: url(/files/icon/svg/investimento.svg);
}

.fcp-icon.bolsas {
  mask: url(/files/icon/svg/bolsas.svg);
  -webkit-mask: url(/files/icon/svg/bolsas.svg);
}

.fcp-icon.incompany {
  mask: url(/files/icon/svg/incompany.svg);
  -webkit-mask: url(/files/icon/svg/incompany.svg);
}

.fcp-icon.cursos {
  mask: url(/files/icon/svg/cursos.svg);
  -webkit-mask: url(/files/icon/svg/cursos.svg);
}

.fcp-icon.contato {
  mask: url(/files/icon/svg/contato.svg);
  -webkit-mask: url(/files/icon/svg/contato.svg);
}

/*****************************
 *  CARD DEPOIMENTO
 ******************************/
.card-depoimento {
  padding: 1rem;
  background-color: #fff;
}

.card-footer-depoimento {
  display: flex;
  padding-top: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.card-footer-depoimento img {
  margin-right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.card-footer-depoimento h4 {
  margin: 0;
}

/*****************************
 *  BANNER SECTION
 ******************************/
.banner-section {
  padding: 2rem 0;
}

/*****************************
 *  EXTERNAL FORM
 ******************************/
.responsive-form-iframe {
  width: 100%;
  height: 60vh;
  border: none;
  max-width: 100%;
  max-height: 100vh;
}

/*****************************
 *  EMBED TOUR/MAPA 
 ******************************/
.mapa {
  width: 85%;
  min-width: 310px;
  margin: 15px 0;
}

.embed-mapa {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.embed-mapa iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
}

/*****************************
 *  VIDEO BANNER
 ******************************/
.header-video-banner-full {
  position: relative;
  height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
  z-index: 1;
}

.full-banner-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.full-banner-container video {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.full-banner-overlay {
  background-color: #283037;
  opacity: 0.5;
  -webkit-transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  -o-transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

/*****************************
 *  SHAPES
 ******************************/
.triangle-top-left-shape,
.triangle-top-right-shape,
.triangle-bottom-left-shape,
.triangle-bottom-right-shape {
  width: 100%;
  height: 0;
  position: absolute;
}

.triangle-top-left-shape,
.triangle-top-right-shape {
  border-top: 100px solid #0def7d;
  top: 0;
}

.triangle-bottom-left-shape,
.triangle-bottom-right-shape {
  border-bottom: 100px solid #0def7d;
  bottom: 0;
}

.triangle-top-left-shape,
.triangle-bottom-left-shape {
  border-right: 100vw solid transparent;
}

.triangle-top-right-shape,
.triangle-bottom-right-shape {
  border-left: 100vw solid transparent;
}

/*****************************
 *  BUSCA SECTION
 ******************************/
.global-search-section {
  /* position: sticky; */
  padding: 1.5rem 0rem;
  background: #36fd9d;
  top: 120px;
  z-index: 2;
}

.global-search-section .input-group > .custom-select:not(:first-child),
.global-search-section .input-group > .form-control:not(:first-child) {
  border: unset;
  border-radius: 0;
  color: #fff;
  padding: 0.375rem 0.75rem;
}

.global-search-section .input-group > .custom-select:not(:first-child):focus,
.global-search-section .input-group > .form-control:not(:first-child):focus {
  outline: none;
}

.global-search-section .input-search::placeholder {
  color: #fff;
}

.global-search-section .submit-search {
  background-color: #0a7f57;
  border: unset;
  margin: 0;
  padding: 0;
}

.global-search-section select option {
  color: #0a7f57;
}

.global-search-section .tab-content {
  padding: 3rem 0;
}

.global-search-section .global-search-form .fas,
.global-search-section .global-search-form .far {
  color: #fff;
}

.global-search-section .input-group > .custom-select:not(:first-child),
.global-search-section .input-group > .form-control:not(:first-child),
.global-search-section .input-group > .form-control {
  color: #0a7f57 !important;
}

.global-search-section .input-group > .form-control::placeholder {
  color: #0a7f57 !important;
}

.global-search-section .global-search-form .fas,
.global-search-section .global-search-form .far {
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #0a7f57;
  border-bottom: 1px solid #0a7f57;
}

.global-search-section .submit-search i {
  padding: 10px !important;
}

.global-search-section input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000 !important;
  opacity: 1;
  /* Firefox */
}

.global-search-section input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000 !important;
}

.global-search-section input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000 !important;
}

/*****************************
 *  INDICADORES DA UNIDADE
 ******************************/
.indicadores-unidade-section {
  padding: 5rem 0rem;
  background-color: var(--f-global-color-white);
}

.indicadores-unidade-section h2 {
  color: var(--f-global-color-green-crayola);
  font-size: 1.3rem;
  text-transform: uppercase;
  margin: 20px 0px;
  letter-spacing: 2px;
}

.indicadores-unidade-section h3 {
  font-weight: 200;
  letter-spacing: 2px;
  padding: 8px 0px;
  font-size: 2.2rem;
}

.indicadores-unidade-group {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  text-align: center;
}

.indicadores-unidade-item {
  padding: 1rem;
  background-color: var(--f-global-color-anti-flash-white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/*****************************
 *  DIFERENCIAIS SECTION
 ******************************/
.diferenciais-section {
  padding: 5rem 0rem;
  background-color: var(--f-global-color-anti-flash-white);
}

.diferenciais-section h2 {
  color: #0faa75;
  font-size: 1.3rem;
  text-transform: uppercase;
  margin-bottom: 40px;
  letter-spacing: 2px;
}

.diferenciais-section h3 {
  font-weight: 500;
  letter-spacing: 2px;
  padding: 10px 0px 50px 0px;
  font-size: 2.2rem;
}

.diferenciais-section h3 b {
  font-weight: 700;
}

.diferenciais-section .marcas {
  padding: 2rem 0 0 0;
}

.diferenciais-section .slide_diferenciais .imagem_diferencial {
  width: 100%;
  padding: 1rem 1rem 1rem 1rem;
  max-height: 130px;
  text-align: center;
}

.diferenciais-section {
  background: var(--f-global-color-black);
}

.diferenciais-unidade-group {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  text-align: center;
}

.diferenciais-unidade-item {
  padding: 0.5rem;
  background-color: var(--f-global-color-white);
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.diferenciais-unidade-item img {
  padding: 1rem 0;
  height: 100px;
}

.diferenciais-unidade-item p {
  overflow-wrap: anywhere;
  font-size: 1rem;
  font-weight: 500;
}

.diferenciais-unidade-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}

.diferenciais-unidade-list-item {
  height: 5rem;
  margin: 0.3rem;
  padding: 0.2rem;
  min-width: 100px;
  background-color: #0def7d;
}

.diferenciais-unidade-list-item a {
  height: 100%;
  width: 100%;
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  align-self: center;
  flex-direction: column;
}

.diferenciais-unidade-list-item h4 {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: #000;
  text-align: center;
}

.diferenciais-unidade-list-item:hover {
  background-color: #0faa75;
  color: #fff;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: 0px 0px 1px 5px #0faa75;
  box-shadow: 0px 0px 1px 5px #0faa75;
}

.diferenciais-unidade-list-item h5 {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  display: none;
  line-height: 15px;
}

.diferenciais-unidade-list-item span {
  color: #fa7568;
  margin-left: 3px;
  font-size: 0.8rem;
  line-height: 0;
}

.diferenciais-unidade-list-item:hover h5 {
  margin-top: 0.2rem;
  display: block;
}

.diferenciais-unidade-item .fcp-icon {
  padding: 1rem 0;
  height: 120px;
}

.diferenciais-modalidade-item {
  text-align: start;
}

.diferenciais-modalidade-item .fcp-icon {
  height: 50px;
  width: 50px;
}

.diferenciais-modalidade-item span {
  font-size: 1rem;
}

/*****************************
 *  INFRA SECTION
 ******************************/
.infra-section {
  position: relative;
  padding: 5rem 0;
  background-image: url(/files/img/background/infra.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  color: #fff;
}

.infra-section .overlay {
  background: rgb(0, 113, 74, 0.9);
}

#infra-section .linha-ilustracao {
  width: 10px;
}

.infra-section .form-inline input {
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  height: auto;
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  border: 0;
}

.infra-section h2 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 4px;
}

.infra-section h3 {
  font-weight: 200;
  letter-spacing: 2px;
  padding: 8px 0px;
  font-size: 2.2rem;
}

.infra-section .galeria-infra {
  padding: 2rem 0;
}

.infra-section .galeria-infra .infra-card-item {
  padding: 1rem;
}

/*****************************
 *  SLUG SECTION
 ******************************/
.slug-section {
  background: #0faa75;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.slug-section h2 {
  color: #fff;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
  font-weight: 600;
}

.slug-section .btn-primary {
  font-weight: 500;
  font-size: 1.5rem;
}

.slug-section.parcerias {
  background: rgb(13, 239, 125);
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(50%, rgba(13, 239, 125, 1)),
    color-stop(50%, rgba(40, 48, 55, 1))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(13, 239, 125, 1) 50%,
    rgba(40, 48, 55, 1) 50%
  );
  background: linear-gradient(
    0deg,
    rgba(13, 239, 125, 1) 50%,
    rgba(40, 48, 55, 1) 50%
  );
  margin: 0;
}

.slug-section.parcerias .slug-content {
  background: #ffffff;
  padding: 2rem;
}

.slug-section.parcerias .slug-content h2 {
  color: #283037;
  font-size: 2.5rem;
  padding: 1rem;
  font-weight: 300;
}

.slug-section.parcerias .btn-primary {
  color: #283037;
  background: #0def7d;
}

.slug-section.fecap-day {
  background: rgb(255, 255, 255);
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(50%, rgba(255, 255, 255, 1)),
    color-stop(50%, rgba(40, 48, 55, 1))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(255, 255, 255, 1) 50%,
    rgba(40, 48, 55, 1) 50%
  );
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 50%,
    rgba(40, 48, 55, 1) 50%
  );
  margin: 0;
}

.slug-section.fecap-day .slug-content {
  background: #0def7d;
  padding: 2rem;
}

.slug-section.fecap-day .slug-content h2 {
  color: #283037;
  font-size: 2.5rem;
  padding: 1rem;
  font-weight: 300;
}

.slug-section.fecap-day .btn-primary {
  color: #fff;
  background: #283037;
}

.slug-section.fornecedores {
  background: rgb(255, 255, 255);
  margin: 0;
  padding: 4rem 0;
}

.slug-section.fornecedores .slug-content {
  background: #0def7d;
  padding: 2rem;
}

.slug-section.fornecedores .slug-content h2 {
  color: #283037;
  font-size: 2.5rem;
  padding: 1rem;
  font-weight: 300;
}

.slug-section.fornecedores .btn-primary {
  color: #fff;
  background: #283037;
}

.slug-section.missao {
  background: rgb(40, 48, 55);
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(50%, rgba(40, 48, 55, 1)),
    color-stop(50%, rgb(255, 255, 255))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(40, 48, 55, 1) 50%,
    rgb(255, 255, 255) 50%
  );
  background: linear-gradient(
    0deg,
    rgba(40, 48, 55, 1) 50% rgb(255, 255, 255) 50%
  );
  margin: 0;
}

.slug-section.missao .slug-content {
  background: #0def7d;
  padding: 2rem;
}

.slug-section.missao .slug-content h2 {
  color: #283037;
  font-size: 2.5rem;
  padding: 1rem;
  font-weight: 300;
}

/*****************************
 *  PARCEIROS SECTION
 ******************************/
.nas-empresas-cta .btn-primary {
  background: #0def7d;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
}

#parceiros-search {
  background-color: #0def7d;
  color: #283037;
  padding: 3rem 0;
}

#parceiros-search .parceiros-form {
  padding-bottom: 1rem;
}

#parceiros-search input {
  border-radius: 30px 0 0 30px;
  padding: 1rem;
  border: none;
}

#parceiros-search button {
  padding: 0.6rem 1rem;
  font-size: 1rem;
  background-color: #283037;
}

#parceiros {
  padding: 3rem 0;
  position: relative;
  background: #f0fbef;
}

.pagination .page-link {
  border-radius: 30px;
  margin: 0px 4px;
}

#parceiros .card-group a {
  display: flex;
  width: 150px;
  height: 130px;
  margin: 1.5rem;
}

#parceiros .card-group {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}

#parceiros .scaled,
#parceiros .card {
  width: 100%;
  height: 100%;
}

#parceiros .card,
#parceiros .card-header {
  border-radius: 1rem;
}

#parceiros .card-header {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  border: unset;
}

#parceiros .card-header p {
  margin: 0;
  text-transform: uppercase;
  color: #283037;
  text-align: center;
  font-weight: 700;
  font-size: 1.1rem;
}

/*****************************
 *  PESQUISA - BUSCA - PESQUISA EM AÇÃO
 ******************************/
.search-card {
  margin: 1rem 0;
}

.search-card hr,
.search-card p,
.search-card .card-title,
.search-card .card-subtitle {
  margin: 0;
}

.search-card .card-title,
.search-card .card-subtitle {
  font-weight: 500;
}

.search-card .card-title {
  font-size: 1rem;
}

.search-card .card-subtitle {
  font-size: 0.8rem;
}

.search-card .card-header {
  border: unset;
  padding: 0;
}

.search-card .card-header {
  background-color: unset;
}

.search-card .linkassiste {
  padding: 1rem;
  width: 100%;
}

.search-card .card-img {
  border-radius: unset;
}

.search-card .btn {
  margin-top: 0;
}

.search-card .card-body {
  padding: 0;
}

/*****************************
 *  INFO SIDE BOX
 ******************************/
.info-side-box {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  margin: 0 auto;
  padding: 1rem;
  background-color: #fff;
  color: #444444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.info-side-box p {
  margin-bottom: 0;
}

.info-side-box hr {
  margin: 0.5rem 0;
}

.info-side-box .icon-inner {
  width: 62px;
}

.info-side-box .icon-inner i {
  text-align: center;
  font-size: 32px;
  width: 40px;
  margin: 10px;
}

.info-side-box .btn,
.info-side-box .dropdown {
  width: 100%;
  height: 3.5rem;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  border-radius: 0;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.info-side-box .dropdown-toggle {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

.info-side-box .btn span {
  font-size: 0.6rem;
  color: #0def7d;
}

.info-side-box .dropdown-menu {
  margin: 0;
  padding: 0;
  top: 100% !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  border-radius: 0;
  overflow: hidden;
  border: 0;
  z-index: 2;
}

.info-side-box .dropdown-item {
  padding: 1rem 1.5rem;
  background-color: #fff;
}

.info-side-box .dropdown-item:focus,
.info-side-box .dropdown-item:hover {
  background-color: #dde5dc;
}

/*****************************
 *  AREAS DE ATUACAO
 ******************************/
.areas-de-atuacao .card {
  min-height: 10rem;
  border-radius: 20px;
}

.areas-de-atuacao .card-title {
  height: 100%;
  width: 100%;
  padding: 1rem;
  margin: 0;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}

.areas-de-atuacao .card:hover {
  background-color: #0def7d !important;
  color: #212529;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.areas-de-atuacao .card .card-body {
  display: none;
}

.areas-de-atuacao .card p {
  margin: 0;
  font-weight: 500;
}

.areas-de-atuacao .card:hover .card-title {
  position: relative;
  display: block;
  padding: none;
}

.areas-de-atuacao .card:hover .card-body {
  display: block;
  padding-top: 0;
}

.flip-section {
  padding: 5rem 0;
  background-color: var(--f-global-color-black);
}

.flip-section h1 {
  color: var(--f-global-color-white);
  text-transform: uppercase;
}

.flip-section .slick-list {
  overflow: unset;
  overflow-x: clip;
}

/*****************************
 *  FLIP CARD
 ******************************/
.flip-card {
  margin: 1rem;
  background-color: transparent;
  perspective: 1000px;
  cursor: pointer;
}

.flip-card-inner {
  position: relative;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(-180deg);
}

.flip-card-front,
.flip-card-back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  padding: 25% 0;
  outline: 2px solid var(--f-global-color-green-crayola);
  color: var(--f-global-color-black);
  position: relative;
}

.flip-section .flip-card-front h3 {
  color: var(--f-global-color-green-crayola);
  margin: 1.5rem;
}

.flip-card-back {
  padding: 1.25rem;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--f-global-color-green-crayola);
  color: var(--f-global-color-black);
  transform: rotateY(-180deg);
  overflow-y: auto;
  text-align: start;
}

.flip-section .flip-card-back h3 {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  color: var(--f-posgraduacao-color-1);
}

/*****************************
 *  BOTÕES MODALIDADE/AREAS DE INTERESSE
 ******************************/
/* alternativa para modalidades com menos de 4 items para desktop/mobile */
.cursos-section.modalidades .slick-list {
  height: 100%;
  overflow: unset;
  overflow-x: clip;
}

.cursos-section.modalidades .slick-track {
  display: flex;
  justify-content: center;
  height: 100%;
  min-width: 100%;
}

@media (max-width: 768px) {
  .cursos-section.modalidades .slick-track {
    display: inherit;
    justify-content: inherit;
  }
}

.cursos-section.modalidades .filter-buttons .filter-button {
  margin: 0;
  width: 100%;
  height: 100%;
  min-height: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  background: #0faa75;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  border: unset;
}

.cursos-section.modalidades .filter-buttons .filter-button:hover {
  background: #0def7d;
  color: #fff;
}

.cursos-section.modalidades .filter-buttons .filter-button.active {
  background: #0def7d;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/* ocultado p/ verificar comportamento cursos-section
.cursos-section.modalidades .slick-dots {
  display: none;
} */

/*****************************
 *  CURSOS SECTION
 *  Obs.: novo card ajustado. Apenas com botao saiba mais/inscreva-se
 ******************************/
.cursos-section {
  padding: 5rem 0rem;
  background-color: #eff7ef;
}

.cursos-section .card {
  margin: 0;
  border: unset;
}

.cursos-section .curso-bg-img {
  background: no-repeat 50%;
  background-size: cover;
  width: 100%;
  position: relative;
  padding-bottom: 100%;
}

.cursos-section .curso-box-data {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0.7rem;
  overflow: hidden;
}

.cursos-section .curso-box-titulo {
  position: relative;
  right: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.5s;
  overflow-wrap: anywhere;
}

.cursos-section .curso-box-titulo h3 {
  margin: 0;
  color: #0def7d;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 0 0.12em 0 #000000;
  display: -webkit-box;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  word-wrap: break-word;
}

.cursos-section .curso-box-titulo p {
  margin: 0;
  color: #fff;
}

.cursos-section .curso-box-info {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 120%;
  display: flex;
  flex-direction: column;
  transition: all 0.5s;
}

.cursos-section .curso-box-botoes {
  height: 100%;
  width: 100%;
  margin: auto;
  padding: 0 1rem;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  transition: all 0.5s;
}

.cursos-section .curso-box-detalhes {
  position: relative;
  width: 100%;
  right: 120%;
  top: -50%;
  background: #0def7d;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  transition: all 0.5s;
  padding: 0.6rem;
}

.cursos-section .curso-box-detalhes span.divisor {
  margin: 0 0.5rem;
}

.cursos-section .curso-box-modalidades {
  position: absolute;
  bottom: 0;
  font-size: 0.6rem;
  font-weight: 700;
  display: flex;
  justify-content: space-around;
  align-items: center;
  overflow-wrap: normal;
}

.cursos-section .curso-box-modalidades span {
  padding: 0.2rem 0.4rem;
  margin-right: 2px;
  background-color: #b9e5d6;
  color: #0b3735;
}

.cursos-section .curso-box-modalidades span:nth-last-child(1) {
  margin-right: unset;
}

.international-office .cursos-section .btn {
  padding: 0.375rem 0.75rem;
}

.cursos-section .curso-box-detalhes .data-de-inicio,
.cursos-section .curso-box-detalhes .localizacao {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 600;
  text-align: center;
}

.cursos-section .curso-box-botoes .btn-primary {
  background-color: #0def7d;
  border-color: unset;
  color: #181818;
  text-decoration: none;
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0.2rem 0;
  border-radius: 20px;
  padding: 8px 15px;
}

.cursos-section .curso-box-botoes .btn-primary.inscreva-se {
  background: transparent;
  border: 1px solid #0def7d;
  color: #fff;
}

.curso-box-data:hover .curso-box-titulo {
  right: 120%;
  transition: all 0.5s;
}

header .overlay,
.cursos-section .curso-box-data {
  background: rgba(18, 18, 18, 0.8);
}

.curso-box-data:hover .curso-box-info {
  transition: all 0.5s;
  left: 0%;
}

.curso-box-data:hover .curso-box-detalhes {
  transition: all 0.5s;
  right: 0;
  top: 0;
}

/*****************************
 *  CORPO DOCENTE SECTION
 ******************************/
.corpo-docente-section {
  padding: 2rem 0 2rem 0;
}

.corpo-docente-section h2 {
  font-weight: 200;
  letter-spacing: 2px;
  padding: 12px 0px 20px 0px;
  font-size: 2.2rem;
}

.card-docente-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.card-docente-item {
  display: flex;
  align-items: center;
}

.card-docente-item .title-docente {
  font-weight: 700;
  font-size: 1.2rem;
  color: #122950;
  margin: 0;
  padding: 0 !important;
}

.card-docente-item .titulacao-docente {
  font-weight: 300;
  font-size: 0.8rem;
  color: #747474;
  padding: 0.3rem 0;
}

.card-docente-item .lattes-docente,
.card-docente-item .orcid-docente,
.card-docente-item .linkedin-docente {
  font-weight: 700;
  font-size: 1rem;
  color: #0faa75;
  margin: 0px;
  padding: 0px;
}

/*****************************
 *  FILTER SECTION
 ******************************/
.filter-section {
  padding: 5rem 0rem;
}

.filter-section .card {
  margin: 0;
  margin-top: 1.5rem;
  border: unset;
}

.filter-section h2,
.cursos-section h2 {
  font-weight: 700;
  font-size: 2.5rem;
  color: #444444;
  letter-spacing: 2px;
  padding: 8px 0px;
  text-transform: uppercase;
}

.filter-section h3,
.cursos-section h3 {
  color: #0faa75;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 4px;
}

.filter-buttons .filter-button {
  background: unset;
  border: unset;
  border-radius: unset;
  box-shadow: unset !important;
  border-bottom: 1px solid #0def7d;
  font-size: 0.8rem;
  margin: 0.2rem;
  /* margin: 2rem -2px;
  padding: 0.3rem; */
  letter-spacing: 0;
  color: #7d7d7d;
  font-family: "Dosis", sans-serif;
}

.filter-buttons .filter-button:hover {
  background-color: #def7ee;
}

.filter-buttons .filter-button.active {
  color: #000;
  /* font-weight: 700; */
  /* border-bottom: 4px solid #0faa75; */
  background: #0faa75;
}

/*****************************
 *  COORDENACAO SECTION
 ******************************/
.coordenacao-section {
  padding: 5rem 0 0 0;
}

.coordenacao-section h2 {
  color: #0faa75;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.coordenacao-section h3 {
  font-weight: 600;
  letter-spacing: 2px;
  padding: 8px 0 0 0;
  font-size: 2.2rem;
  color: #0faa75;
}

.coordenacao-section h4 {
  font-size: 0.9rem;
}

.coordenacao-section .btn-primary {
  background: unset;
  border: 1px solid #0def7d;
  font-size: 0.8rem;
  color: #12733e !important;
  font-weight: 700;
  margin-right: 45px;
}

.slide_coordenacao img {
  max-height: 300px;
}

#graduacao .coordenacao-section.slide-dots .slick-dots,
#single-posgraduacao .coordenacao-section.slide-dots .slick-dots,
#single-mestrado .coordenacao-section.slide-dots .slick-dots {
  bottom: 0;
}

.slide_coordenacao .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.slide_coordenacao .col-lg-12 {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- */
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  height: auto;
}

.slide_coordenacao img {
  max-height: 500px;
}

/*****************************
 *  É NOTÍCIA NA FECAP
 ******************************/
.news-box {
  height: 22rem;
}

.news-bg-img {
  background: no-repeat 50%;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.news-box-data {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 1rem;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(40, 48, 55, 1) 100%
  );
  color: #fff !important;
}

.news-box-data h5 {
  font-size: 1rem !important;
}

.news-box-data h6 {
  font-size: 0.8rem !important;
}

.news-box-data h5,
.news-box-data h6 {
  margin: 0;
}

/*****************************
 *  ACQUISITION CARD
 ******************************/
.acquisition-card img {
  max-width: 180px;
  height: 260.52px;
  border-radius: 20px;
}

.acquisition-card {
  margin: 1rem 0;
  border-radius: 20px;
}

/*****************************
 *  INDICATORS
 ******************************/
.indicators-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #0def7d;
  margin: 1rem;
  padding: 0.5rem;
}

.indicators-box img {
  max-width: 15rem;
}

.indicators-box span {
  font-weight: bold;
  background: #b1ffd8;
  padding: 0.5rem;
}

/*****************************
 *  PROFILE
 ******************************/
.profile-box {
  height: 100%;
  padding: 1rem;
  text-align: center;
  background: #cbffe5;
  border-radius: 20px;
  justify-content: space-between;
}

.profile-box img {
  min-width: 100px;
  max-height: 150px;
}

.modal-bio {
  margin: 2rem;
}

/*****************************
 *  BOTOES SOCIAIS COMPARTILHAR
 ******************************/
.compartilhar {
  color: #0faa75;
  font-size: 0.8rem;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
}

.compartilhar span,
.compartilhar a {
  float: left;
}

.compartilhar .fa-x-twitter,
.compartilhar .fa-facebook,
.compartilhar .fa-linkedin-in,
.compartilhar .fa-whatsapp {
  width: 25px;
  height: 25px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-size: 1rem;
  margin: 0 0.5rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.compartilhar .fa-x-twitter {
  background: #0f1419;
}

.compartilhar .fa-facebook {
  background: #1877f2;
}

.compartilhar .fa-linkedin-in {
  background: #0a66c2;
}

.compartilhar .fa-whatsapp {
  background: #00e676;
}

.card .compartilhar {
  font-weight: 300;
  font-size: 0.7rem;
  color: #727272;
  text-align: left;
  margin: 0px !important;
  padding: 0px !important;
}

.card .compartilhar .fa-x-twitter,
.card .compartilhar .fa-facebook,
.card .compartilhar .fa-linkedin-in,
.card .compartilhar .fa-whatsapp {
  background: unset;
  color: inherit;
  margin: 0;
  padding: 0;
}

/*****************************
 *  MODAIS
 ******************************/
#modal-alert-120anos .modal-content {
  background: #223129;
  color: #fff;
}

#modal-alert-120anos .modal-content .close {
  color: #fff;
  position: absolute;
  bottom: 6rem;
  right: 1.5rem;
  background: #edaf5b;
  padding: 1.2rem;
  text-align: center;
  border-radius: 2rem;
  text-transform: uppercase;
  font-size: 1.1rem;
}

#modal-alert-120anos .modal-content .site120anos {
  color: #fff;
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  background: #edaf5b;
  padding: 1.2rem;
  text-align: center;
  border-radius: 2rem;
  text-transform: uppercase;
  font-size: 1.1rem;
  opacity: 0.5;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

#modal-alert-120anos .modal-content .site120anos:hover {
  opacity: 1;
}

.modal-matriz-curricular .modal-title {
  font-size: 1.2rem;
}

.modal-matriz-curricular .title-curso {
  color: #0def7d;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
}

.modal-matriz-curricular .ano-ingresso {
  font-weight: 700;
  font-size: 1rem;
}

.modal-content .close.absolute {
  position: absolute;
  color: #fff;
  right: 10px;
  width: 50px;
  height: 50px;
  font-size: 1.5rem;
  z-index: 1;
  box-shadow: none !important;
  opacity: 1;
}

/*****************************
 *  DISTINTIVO
 ******************************/
.distintivo-container {
  margin: 1.5rem 0;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #c1e9d2;
  border-radius: 50% 50px;
}

.distintivo-container i {
  font-size: 3rem;
  background-color: #0faa75;
  padding: 1rem;
  border-radius: 50%;
  color: #0def7d;
}

.distintivo-container div {
  background-color: #0faa75;
  padding: 1rem;
  border-radius: 50%;
}

.distintivo-container img {
  width: 60px;
  height: auto;
}

.distintivo-container p {
  margin: 0;
  padding: 1rem;
  font-weight: 600;
}

/*****************************
 *  MEDIA QUERIES
 ******************************/
@media (max-width: 991.98px) {
  .global-search-section {
    top: 120px;
  }

  #modal-alert-120anos .modal-content .site120anos,
  #modal-alert-120anos .modal-content .close {
    padding: 0.9rem;
    font-size: 0.7rem;
  }

  #modal-alert-120anos .modal-content .close {
    bottom: 4rem;
  }

  #modal-alert-120anos .modal-content .site120anos {
    bottom: 0.5rem;
  }

  .card-docente-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .duas-colunas {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
    -moz-column-fill: balance;
    column-fill: balance;
  }

  #modal-alert-120anos .modal-content .site120anos,
  #modal-alert-120anos .modal-content .close {
    padding: 0.7rem;
    font-size: 0.5rem;
  }

  #modal-alert-120anos .modal-content .close {
    bottom: 3rem;
  }

  .header-section-carousel,
  .header-section-index,
  .header-section-medium-full,
  .header-section-large,
  .header-section-medium {
    height: 60vh;
  }

  .header-section-biblioteca,
  .header-section-medium {
    height: 50vh;
  }

  .header-section-large,
  .header-section-medium-full,
  .header-section-large-full,
  .header-video-banner-full {
    padding: 20px;
  }

  .header-section-medium-full,
  .header-section-large-full,
  .header-video-banner-full {
    margin-top: 120px;
  }

  .header-section-large h1,
  .header-section-large p {
    font-size: 0.9rem;
  }

  .header-section-large h2 {
    font-size: 1rem;
  }

  #header-instituto-financas .linha-ilustracao-titulo {
    top: 25%;
  }

  .header-section-small h1 {
    font-size: 1.5rem;
  }

  .header-content {
    top: 0;
  }

  .header-content .header-course h1 {
    font-size: 1.4rem;
  }

  .header-content .header-course h2 {
    font-size: 0.8rem;
  }

  .header-stamps img {
    width: 50px;
  }

  .header-course {
    margin-bottom: 0;
  }

  .header-boxes {
    top: 70px;
  }

  .header-boxes h3 {
    font-size: 0.65rem;
  }

  .header-box {
    height: 6rem;
    width: 8rem;
  }

  .header-box:first-child {
    border-radius: 20px 0 0 20px;
  }

  .header-box:last-child {
    border-radius: 0 20px 20px 0;
  }

  .header-box:not(:last-child) {
    border-width: 1px !important;
  }

  .header-box .fcp-icon,
  .box-bolsas-investimento-item .fcp-icon {
    width: 30px;
    height: 30px;
  }

  .fcp-icon {
    margin-bottom: 0.5rem;
  }

  .fcp-icon.modality {
    height: 30px;
  }

  .sobre-section h2,
  .info-section h2,
  .contact-section h2 {
    font-size: 1.5rem;
    padding-top: 1rem;
  }

  .processo-seletivo .header-section-large h1,
  #archive-posgraduacao .header-section-large h1,
  #archive-mestrado .header-section-large h1 {
    font-size: 1.5rem;
  }

  .img-banner-desktop {
    display: none;
  }

  .img-banner-mobile {
    display: block;
  }

  .section-proximos-cursos .slick-prevNew,
  .eventos-section .slick-prevNew,
  .fecaptv-section .slick-prevNew {
    margin: 0px 40%;
  }

  .section-proximos-cursos .slick-nextNew,
  .eventos-section .slick-nextNew,
  .fecaptv-section .slick-nextNew {
    margin: 0px 54%;
  }

  .slide-image-container .slide-caption {
    position: unset;
    bottom: unset;
    font-size: 0.9rem;
  }

  .slide-image-container .slide-text {
    padding: 0 2rem;
  }

  .slide-image-container .slick-prev {
    left: 40%;
  }

  .slide-image-container .slick-next {
    right: 40%;
  }

  .infra-section h3 {
    font-size: 1.2rem;
  }

  .infra-section .linha-ilustracao {
    width: 10px;
  }

  .filter-buttons {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .search-card .linkassiste {
    padding: 0;
  }

  .slide-arrow-dots .slick-prev,
  .slide-arrow-dots .slick-next {
    margin: 0px 10%;
  }

  .acquisition-card .card-body {
    text-align: center;
  }

  .acquisition-card h5 {
    font-size: 1rem;
  }

  .acquisition-card p {
    font-size: 0.8rem;
  }

  .header-text {
    margin: 0 auto;
    margin-top: auto;
  }

  .header-text h2 {
    font-size: 3rem !important;
  }

  .slide_oferecemos img {
    height: 12rem;
  }

  .areas-de-atuacao h5 {
    font-size: 0.9rem;
  }

  .indicators-box {
    display: block;
  }

  .cursos-section.modalidades .filter-buttons .filter-button {
    font-size: 0.8rem;
  }

  .cursos-section .curso-box-data {
    padding: 0.5rem;
  }

  .section-proximos-cursos .curso-box-titulo h3,
  .cursos-section .curso-box-titulo h3 {
    font-size: 0.8rem;
  }

  .cursos-section .curso-box-detalhes h4 {
    font-size: 0.7rem;
  }

  .cursos-section .curso-box-detalhes {
    padding: 0.3rem;
  }

  .cursos-section .curso-box-botoes .btn-primary {
    padding: 5px;
  }

  .card-docente-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .indicadores-unidade-group,
  .diferenciais-unidade-group {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .diferenciais-unidade-item {
    height: 14rem;
  }

  .diferenciais-unidade-item img {
    height: 100px;
  }

  .diferenciais-unidade-item p {
    font-size: 0.8rem;
  }

  .cursos-section .card .card-body h3 {
    font-size: 0.7rem;
  }

  .card-header-parceiro {
    height: 100px;
  }

  #parceiros .card-group a {
    display: flex;
    width: 100px;
    height: 85px;
    margin: 0.5rem;
  }

  .modal-matriz-curricular .modal-title {
    font-size: 0.8rem;
  }

  .modal-matriz-curricular .title-curso {
    font-size: 1.5rem;
  }

  .modal-matriz-curricular .ano-ingresso {
    font-size: 0.8rem;
  }

  .info-side-box .btn {
    font-size: 0.8rem;
  }

  .visite-section h2 {
    font-size: 1.8rem;
  }

  .visite-section h3 {
    font-size: 1.2rem;
  }
}
