@charset "UTF-8";
@font-face {
  font-family: 'RNS Sanz';
  src: url("../fonts/RNSSanz-Black.woff2") format("woff2"), url("../fonts/RNSSanz-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Aeonik';
  src: url("../fonts/Aeonik-Bold.woff2") format("woff2"), url("../fonts/Aeonik-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Aeonik';
  src: url("../fonts/Aeonik-Regular.woff2") format("woff2"), url("../fonts/Aeonik-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'RNS Sanz';
  src: url("../fonts/RNSSanz-Bold.woff2") format("woff2"), url("../fonts/RNSSanz-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Aeonik';
  src: url("../fonts/Aeonik-Black.woff2") format("woff2"), url("../fonts/Aeonik-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Aeonik';
  src: url("../fonts/Aeonik-Medium.woff2") format("woff2"), url("../fonts/Aeonik-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'RNS Sanz';
  src: url("../fonts/RNSSanz-SemiBold.woff2") format("woff2"), url("../fonts/RNSSanz-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'RNS Sanz';
  src: url("../fonts/RNSSanz-ExtraBold.woff2") format("woff2"), url("../fonts/RNSSanz-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'RNS Sanz';
  src: url("../fonts/RNSSanz-Light.woff2") format("woff2"), url("../fonts/RNSSanz-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'RNS Sanz Normal';
  src: url("../fonts/RNSSanz-Normal.woff2") format("woff2"), url("../fonts/RNSSanz-Normal.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'RNS Sanz';
  src: url("../fonts/RNSSanz-Medium.woff2") format("woff2"), url("../fonts/RNSSanz-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

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

html {
  scroll-behavior: smooth;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  margin: 0;
  font-family: "Aeonik", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #FFF;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #08142B;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-text-rendering: optimizeLegibility;
  line-height: 1.4; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

.navbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)); }

.navbar > .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap; }

@media (max-width: 990px) {
  #navbar-menu {
    height: 0;
    overflow: hidden;
    transition: all .65s ease;
    transition-delay: 0.35s;
    position: fixed;
    top: 4rem;
    left: 0;
    width: 100%;
    background-color: #1A349E; }
    #navbar-menu.unama {
      background-color: #2f4c38; }
    #navbar-menu.ung {
      background-color: #374873; }
    #navbar-menu.uninabuco {
      background-color: #ad117f; }
    #navbar-menu.uninorte {
      background-color: #154c75; }
    #navbar-menu.univeritas {
      background-color: #871918; } }

@media (max-width: 990px) {
  #navbar-menu.show {
    height: calc(100vh - 3.96rem); } }

@media (max-width: 990px) {
  #navbar-menu .navbar-nav {
    padding: 3rem 0;
    text-align: center; } }

@media (max-width: 990px) {
  #navbar-menu .navbar-nav li:not(:last-child) {
    padding-bottom: 1rem; } }

@media (max-width: 990px) {
  #navbar-menu .navbar-nav li a {
    font-size: 1.25rem; } }

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: auto;
  list-style: none; }

.navbar-nav a {
  padding-right: 0;
  padding-left: 0; }

.navbar-collapse {
  -ms-flex-align: center;
  align-items: center;
  width: 100%; }

.toggler {
  padding: 0.25rem 0;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out; }

.toggler:hover {
  text-decoration: none; }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }
  .navbar-expand-lg .navbar-nav a {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important; }
  .navbar-expand-lg .toggler {
    display: none; } }

nav.navbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background-color: rgba(26, 52, 158, 0);
  transition: all .35s ease; }
  @media (max-width: 990px) {
    nav.navbar {
      background-color: #1A349E;
      padding-top: .75rem;
      padding-bottom: .75rem; }
      nav.navbar.unama {
        background-color: #2f4c38; }
      nav.navbar.ung {
        background-color: #374873; }
      nav.navbar.uninabuco {
        background-color: #ad117f; }
      nav.navbar.uninorte {
        background-color: #154c75; }
      nav.navbar.univeritas {
        background-color: #871918; } }
  nav.navbar.opaque {
    background-color: #1A349E; }
    nav.navbar.opaque.unama {
      background-color: #2f4c38; }
    nav.navbar.opaque.ung {
      background-color: #374873; }
    nav.navbar.opaque.uninabuco {
      background-color: #ad117f; }
    nav.navbar.opaque.uninorte {
      background-color: #154c75; }
    nav.navbar.opaque.univeritas {
      background-color: #871918; }
  nav.navbar a {
    color: #FFF;
    font-family: "RNS Sanz", sans-serif;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: -0.2px;
    text-transform: uppercase;
    text-decoration: none; }
    nav.navbar a.active {
      color: #E3DC1D;
      font-weight: 700; }

header {
  background: #FFF;
  height: calc(100vh - 8.5rem);
  margin-top: 40px; }
  @media (min-width: 990px) {
    header {
      height: 700px;
      margin-top: 0; } }
  header .background {
    color: #FFF;
    background: url(../images/bg-header-mobile.jpg) center no-repeat;
    background-size: cover !important;
    padding-bottom: 3rem;
    display: flex;
    align-items: flex-end;
    height: 100%;
    width: 100%; }
    header .background.unama {
      background: url(../images/unama-bg-header-mobile.jpg) center no-repeat; }
    header .background.ung {
      background: url(../images/ung-bg-header-mobile.jpg) center no-repeat; }
    header .background.uninabuco {
      background: url(../images/uninabuco-bg-header-mobile.jpg) center no-repeat; }
    header .background.uninorte {
      background: url(../images/uninorte-bg-header-mobile.jpg) center no-repeat; }
    header .background.univeritas {
      background: url(../images/univeritas-bg-header-mobile.jpg) center no-repeat; }
    @media (min-width: 768px) {
      header .background {
        background: url(../images/bg-header.jpg) bottom center no-repeat;
        padding-bottom: initial;
        padding-top: 8rem;
        align-items: flex-start; }
        header .background.unama {
          background: url(../images/unama-bg-header.jpg) bottom center no-repeat; }
        header .background.ung {
          background: url(../images/ung-bg-header.jpg) bottom center no-repeat; }
        header .background.uninabuco {
          background: url(../images/uninabuco-bg-header.jpg) bottom center no-repeat; }
        header .background.uninorte {
          background: url(../images/uninorte-bg-header.jpg) bottom center no-repeat; }
        header .background.univeritas {
          background: url(../images/univeritas-bg-header.jpg) bottom center no-repeat; } }
    header .background > .container {
      position: relative; }
      @media (max-width: 767.98px) {
        header .background > .container {
          padding-left: 3rem;
          padding-right: 3rem; } }
      header .background > .container > .row:first-child {
        align-items: center; }
        header .background > .container > .row:first-child p {
          margin: 1.5rem 0; }

header h1 {
  font-size: 5.5rem;
  font-weight: 900;
  line-height: 0.8; }
  @media (max-width: 767.98px) {
    header h1 {
      font-size: 3.5rem;
      margin-bottom: 2rem; } }

header h1 span:first-child {
  display: inline-block;
  margin-left: 0.325em; }

header h1 span:last-child {
  display: inline-block;
  margin-left: 0.6em; }

header h2 {
  font-size: 1.375rem;
  line-height: 0.90909; }

header p {
  font-family: "RNS Sanz", sans-serif;
  font-size: 0.9375rem;
  letter-spacing: 0.8px;
  line-height: 1.2; }
  @media (max-width: 767.98px) {
    header p {
      font-size: 1.125rem; } }

header a.btn {
  background-color: #E3DC1D;
  color: #24304F;
  line-height: 1;
  font-size: 1.125rem;
  font-weight: 900;
  padding-left: 1.5em;
  padding-right: 1.5em; }
  header a.btn:hover {
    color: #E3DC1D;
    background-color: #4E79E9; }
    header a.btn:hover.unama {
      background-color: #249b49;
      color: #fff; }
      header a.btn:hover.unama svg path {
        fill: #fff; }
    header a.btn:hover.ung {
      background-color: #36a9e0;
      color: #fff; }
      header a.btn:hover.ung svg path {
        fill: #fff; }
    header a.btn:hover.uninabuco {
      background-color: #36a9e0;
      color: #fff; }
      header a.btn:hover.uninabuco svg path {
        fill: #fff; }
    header a.btn:hover.univeritas {
      background-color: #d72322;
      color: #fff; }
      header a.btn:hover.univeritas svg path {
        fill: #fff; }
    header a.btn:hover.uninorte {
      background-color: #ff6c29;
      color: #fff; }
      header a.btn:hover.uninorte svg path {
        fill: #fff; }

header a.btn i {
  margin-right: 0.5rem;
  line-height: 1; }

header a.btn i path {
  fill: #24304F; }

main {
  display: block;
  background: url(../images/bg-main.png) bottom center no-repeat;
  background-size: contain;
  padding-bottom: 6rem; }

footer {
  background-color: #FFF; }
  @media (min-width: 1440px) {
    footer {
      background: url(../images/bg-footer.png) center left no-repeat, url(../images/bg-footer.png) center right no-repeat;
      background-color: #FFF; } }

footer .copyright {
  background-color: #FFC73A;
  padding: 1.75rem 0; }
  footer .copyright.unama {
    background-color: #41ea77; }
  footer .copyright.ung {
    background-color: #36a9e0; }
  footer .copyright.uninabuco {
    background-color: #36a9e0; }
  footer .copyright.uninorte {
    background-color: #ff6c29; }
  footer .copyright.univeritas {
    background-color: #d94721; }
  @media (max-width: 767.98px) {
    footer .copyright {
      text-align: center; } }
  footer .copyright .row {
    align-items: center; }
    footer .copyright .row > div:last-child {
      margin-top: 2rem; }
      @media (min-width: 768px) {
        footer .copyright .row > div:last-child {
          margin-top: 0;
          text-align: right; } }
  footer .copyright li {
    display: inline-block;
    margin-right: 0.5rem; }
  footer .copyright .img-social {
    max-width: 100%;
    height: auto;
    width: 2rem; }

h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "RNS Sanz", sans-serif;
  font-weight: 500;
  line-height: 1.2; }

h1 {
  font-size: calc(1.375rem + 1.5vw); }

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem; } }

h2 {
  font-size: calc(1.325rem + 0.9vw); }

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem; } }

h3 {
  font-size: calc(1.3rem + 0.6vw); }

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem; } }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

a {
  background-color: transparent;
  color: #4E79E9;
  text-decoration: none; }

a:hover {
  color: #3e61ba; }

figure {
  margin: 0; }

img {
  border-style: none; }

img {
  vertical-align: middle; }

button,
[type=button],
[type=submit] {
  -webkit-appearance: button; }

button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px; }

input,
button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button {
  border-radius: 0;
  cursor: pointer;
  text-transform: none;
  -webkit-appearance: button; }

.main-wrapper {
  background-color: #FFF;
  padding-bottom: 3rem; }

.container,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto; }
  @media (max-width: 767.98px) {
    .container,
    .container-xxl {
      padding-right: 0;
      padding-left: 0; } }

@media (max-width: 767.98px) {
  .container {
    padding-left: 1.75rem;
    padding-right: 1.75rem; } }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }

@media (min-width: 1400px) {
  .container-xxl, .container {
    max-width: 1320px; } }

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2); }

.row > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y); }

.col-12 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%; }

@media (min-width: 576px) {
  .col-sm-3 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-9 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%; } }

@media (min-width: 768px) {
  .col-md-4 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .col-md-6 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%; } }

@media (min-width: 992px) {
  .col-lg-4 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
    padding-top: 120px; }
  .col-lg-5 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%; }
  .col-lg-6 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px !important; } }

@media (min-width: 1580px) {
  .container-xxl {
    max-width: 1600px !important; } }

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 50rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.btn:hover {
  color: #212529; }

section#company {
  color: #FFF;
  position: relative; }
  @media (min-width: 768px) {
    section#company {
      transform: translateY(-50%); } }
  @media (max-width: 767.98px) {
    section#company .container > .row {
      margin-left: -1.75rem;
      margin-right: -1.75rem; } }
  section#company .company-image {
    padding: 0; }
    @media (max-width: 767.98px) {
      section#company .company-image {
        display: none; } }
    section#company .company-image .lightbox {
      display: block;
      width: 50%;
      height: 50%;
      background: url(../images/fig-5.jpg) center right no-repeat;
      background-size: cover;
      position: relative;
      top: 50%;
      left: 50%; }
  section#company .company-infos .row {
    position: relative; }
  section#company .col-md-6 {
    padding-left: 0;
    padding-right: 0; }
    section#company .col-md-6:last-child {
      background-color: #EBEEF3; }
      @media (max-width: 767.98px) {
        section#company .col-md-6:last-child {
          display: none; } }
  section#company article {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    min-height: 14rem;
    padding: 1.5rem; }
    @media (max-width: 767.98px) {
      section#company article {
        min-height: unset;
        padding: 2rem 3rem; } }
    section#company article a {
      color: inherit; }
    section#company article h3 {
      font-size: 1.5rem;
      font-weight: 900;
      line-height: 0.91666; }
      @media (max-width: 767.98px) {
        section#company article h3 {
          margin-bottom: 0;
          font-size: 1.75rem;
          font-weight: 800;
          letter-spacing: -0.6px; } }
    section#company article p {
      font-family: "Aeonik", sans-serif;
      font-size: 0.6875rem;
      margin: 1rem 0; }
    section#company article#sobre {
      background-color: #FFF;
      color: #707071; }
      section#company article#sobre h3 {
        color: #24304F;
        margin-top: 0.75em; }
        @media (max-width: 767.98px) {
          section#company article#sobre h3 {
            margin-top: unset; } }
    section#company article#parceiros {
      background-color: #113CAC; }
      section#company article#parceiros.unama {
        background-color: #249b49; }
      section#company article#parceiros.ung {
        background-color: #36a9e0; }
      section#company article#parceiros.ung {
        background-color: #36a9e0; }
      section#company article#parceiros.uninorte {
        background-color: #ff6c29; }
      section#company article#parceiros.univeritas {
        background-color: #d72322; }
      section#company article#parceiros .partners img {
        height: 21px;
        margin-right: 1rem;
        width: auto; }
    section#company article#estrutura {
      background-color: #08142B;
      position: relative; }
    section#company article#vazio {
      padding: 0; }
      section#company article#vazio a {
        display: block;
        height: 100%;
        width: 100%;
        background: url(../images/fig-2.jpeg) center no-repeat;
        background-size: cover; }

section#contato {
  color: #FFF;
  margin-top: -10rem;
  margin-bottom: 4rem; }
  @media (max-width: 767.98px) {
    section#contato {
      margin-top: 2rem;
      padding-left: 2rem;
      padding-right: 2rem; } }
  section#contato .container {
    background-color: #1C4A86 !important;
    padding: 2rem;
    position: relative; }
    section#contato .container.unama {
      background-color: #2f4c38 !important; }
    section#contato .container.uninorte {
      background-color: #154c75 !important; }
    section#contato .container.univeritas {
      background-color: #871918 !important; }
    section#contato .container.ung {
      background-color: #154c75 !important; }
    section#contato .container.uninabuco {
      background-color: #ad117f !important; }
  section#contato .ellipsis {
    position: absolute;
    top: 0.875rem;
    right: 1.5rem; }
  section#contato h2 {
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: -0.6px;
    line-height: 0.90652;
    text-align: right; }
    @media (max-width: 767.98px) {
      section#contato h2 {
        font-size: 1.25rem;
        text-align: center;
        margin-bottom: 2rem;
        margin-top: 1rem; } }
    @media (max-width: 767.98px) {
      section#contato h2 br {
        display: none; } }
  section#contato form {
    max-width: 17.5rem; }
    @media (max-width: 767.98px) {
      section#contato form {
        max-width: 100%; } }
  section#contato .form-control {
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    color: #212529;
    background-color: #FFF;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 50rem;
    line-height: 1;
    margin-bottom: 0.5rem;
    padding: 0.625rem 2rem; }
    section#contato .form-control::-moz-placeholder {
      color: #9BB4FF; }
    section#contato .form-control:-ms-input-placeholder {
      color: #9BB4FF; }
  section#contato button[type=submit] {
    color: #1C4A86;
    font-size: 1.25rem;
    font-weight: 900;
    letter-spacing: -0.6px;
    background-color: #E3DC1D;
    border-radius: 50rem;
    width: 100%; }
    section#contato button[type=submit]:hover {
      color: #E3DC1D;
      background-color: #4E79E9; }
      section#contato button[type=submit]:hover.unama {
        background-color: #249b49;
        color: #fff; }
        section#contato button[type=submit]:hover.unama svg path {
          fill: #fff; }
      section#contato button[type=submit]:hover.ung {
        background-color: #3692d5;
        color: #fff; }
        section#contato button[type=submit]:hover.ung svg path {
          fill: #fff; }
      section#contato button[type=submit]:hover.uninabuco {
        background-color: #36a9e0;
        color: #fff; }
        section#contato button[type=submit]:hover.uninabuco svg path {
          fill: #fff; }
      section#contato button[type=submit]:hover.uninorte {
        background-color: #ff6c29;
        color: #fff; }
        section#contato button[type=submit]:hover.uninorte svg path {
          fill: #fff; }
      section#contato button[type=submit]:hover.univeritas {
        background-color: #d72322;
        color: #fff; }
        section#contato button[type=submit]:hover.univeritas svg path {
          fill: #fff; }
    section#contato button[type=submit] path {
      fill: #9BB4FF; }

section#cursos .row > .col-12:first-child {
  margin-bottom: 3rem; }

@media (max-width: 767.98px) {
  section#cursos .row .col-lg-6:last-child {
    margin-top: 3rem; } }

section#cursos h2, section#cursos h3 {
  color: #24304F;
  font-size: 2.875rem;
  font-weight: 600;
  letter-spacing: -2.6px; }

section#cursos h2 {
  position: relative;
  padding-top: 5.5rem;
  padding-bottom: 1.5rem; }
  @media (max-width: 767.98px) {
    section#cursos h2 {
      font-size: 2.25rem; } }
  section#cursos h2 > div {
    position: relative; }
  section#cursos h2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: url(../images/bg-cursos-mobile.png) left center no-repeat;
    background-size: 100%; }
    @media (min-width: 768px) {
      section#cursos h2:before {
        background: url(../images/bg-cursos.png) left center no-repeat; } }
  section#cursos h2 span {
    color: #4E79E9;
    font-weight: 800; }
    section#cursos h2 span.unama {
      color: #249b49; }
    section#cursos h2 span.ung {
      color: #36a9e0; }
    section#cursos h2 span.uninabuco {
      color: #36a9e0; }
    section#cursos h2 span.uninorte {
      color: #ff6c29; }
    section#cursos h2 span.univeritas {
      color: #d72322; }

section#cursos h3 {
  font-size: 2.25rem;
  margin-bottom: 2rem; }
  @media (max-width: 767.98px) {
    section#cursos h3 {
      font-size: 1.875rem; } }

section#cursos p {
  color: #707071;
  font-size: 0.9375rem;
  letter-spacing: 0.2px; }

@media (min-width: 992px) {
  section#cursos p {
    max-width: 26.25rem; } }

section#cursos li {
  padding: 0;
  background: url(../images/icons/list.svg) left center no-repeat;
  background-size: 1.5rem;
  border-bottom: 1px solid #DDE1E1;
  position: relative; }
  section#cursos li:after {
    content: '>';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.5rem;
    height: 1.5rem;
    border: 2px solid #ebeef3;
    border-radius: 50rem;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-family: 'roboto condensed';
    font-size: 14px;
    font-weight: bold;
    color: #4E79E9; }
  section#cursos li:hover:after {
    color: #E3DC1D;
    background: #4E79E9;
    border-color: #4E79E9; }
  section#cursos li:hover.unama:after {
    color: #fff;
    background-color: #249b49;
    border-color: #249b49; }
  section#cursos li:hover.ung:after {
    color: #fff;
    background-color: #36a9e0;
    border-color: #36a9e0; }
  section#cursos li:hover.uninabuco:after {
    color: #fff;
    background-color: #36a9e0;
    border-color: #36a9e0; }
  section#cursos li:hover.uninorte:after {
    color: #fff;
    background-color: #ff6c29;
    border-color: #ff6c29; }
  section#cursos li:hover.univeritas:after {
    color: #fff;
    background-color: #d72322;
    border-color: #d72322; }

section#cursos li a {
  color: #24304F;
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.2px;
  padding: 1rem 2rem; }
  @media (max-width: 767.98px) {
    section#cursos li a {
      font-size: .875rem;
      letter-spacing: normal; } }

section#cursos li:hover a {
  color: #4E79E9; }
  section#cursos li:hover a.unama {
    color: #249b49; }
  section#cursos li:hover a.ung {
    color: #36a9e0; }
  section#cursos li:hover a.uninabuco {
    color: #36a9e0; }
  section#cursos li:hover a.uninorte {
    color: #ff6c29; }
  section#cursos li:hover a.univeritas {
    color: #d72322; }

section#cursos a.btn {
  background-color: #E3DC1D;
  color: #24304F;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.2px;
  width: 100%;
  border-radius: 0;
  border: none;
  line-height: 1;
  position: relative;
  overflow: hidden;
  padding: 10px;
  margin-top: 20px; }
  section#cursos a.btn:hover {
    background-color: #4E79E9;
    color: #fff; }
    section#cursos a.btn:hover.unama {
      background-color: #249b49;
      color: #fff; }
    section#cursos a.btn:hover.ung {
      background-color: #36a9e0;
      color: #fff; }
    section#cursos a.btn:hover.uninabuco {
      background-color: #36a9e0;
      color: #fff; }
    section#cursos a.btn:hover.uninorte {
      background-color: #ff6c29;
      color: #fff; }
    section#cursos a.btn:hover.univeritas {
      background-color: #d72322;
      color: #fff; }
  @media (max-width: 767.98px) {
    section#cursos a.btn {
      font-size: .8125rem;
      letter-spacing: -0.2px; } }
  @media (min-width: 768px) {
    section#cursos a.btn i {
      margin-right: 0.5rem; } }

section.featured:not(:last-child) {
  margin-bottom: 6rem;
  padding-top: 6rem; }

section.featured .featured-logo {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between; }
  @media (max-width: 767.98px) {
    section.featured .featured-logo {
      flex-basis: 25%;
      order: 1;
      padding: 0; } }
  @media (max-width: 767.98px) {
    section.featured .featured-logo img {
      max-width: 100%; } }
  section.featured .featured-logo img + svg {
    transform: translateX(0.5rem);
    max-width: unset; }
    section.featured .featured-logo img + svg.unama .cls-1 {
      fill: #41ea77;
      fill-rule: evenodd; }
    section.featured .featured-logo img + svg.ung .cls-1 {
      fill: #3692d5;
      fill-rule: evenodd; }
    section.featured .featured-logo img + svg.uninabuco .cls-1 {
      fill: #ff38cb;
      fill-rule: evenodd; }
    section.featured .featured-logo img + svg.uninorte .cls-1 {
      fill: #ff6c29;
      fill-rule: evenodd; }
    section.featured .featured-logo img + svg.univeritas .cls-1 {
      fill: #d72322;
      fill-rule: evenodd; }
    @media (max-width: 767.98px) {
      section.featured .featured-logo img + svg {
        position: absolute;
        left: 0;
        top: .25rem;
        transform-origin: top right;
        transform: scale(0.5) translateX(-195%); } }
  @media (max-width: 767.98px) {
    section.featured .featured-logo + div {
      flex-basis: 75%; } }

section.featured > .container > .row {
  position: relative; }
  section.featured > .container > .row:first-child {
    margin-bottom: 2rem; }

section.featured#google-courses li {
  background: none;
  border-bottom: none;
  color: #FFF;
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.2px;
  padding: 1.75rem 0; }
  section.featured#google-courses li::after, section.featured#google-courses li::before {
    content: unset; }

section.featured
section.featured > .container > .row + .row:not(.cta) {
  align-items: flex-end; }

section.featured h2 {
  color: #FFF;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: -0.6px;
  line-height: 0.9; }
  @media (min-width: 768px) {
    section.featured h2 {
      font-size: 2.5rem; } }

section.featured h2 span {
  color: #5E8BFF;
  font-weight: 900; }
  section.featured h2 span.unama {
    color: #41ea77; }
  section.featured h2 span.ung {
    color: #3692d5; }
  section.featured h2 span.uninabuco {
    color: #ff38cb; }
  section.featured h2 span.uninorte {
    color: #ff6c29; }
  section.featured h2 span.univeritas {
    color: #d72322; }

section.featured p {
  color: #ADB1BC;
  font-size: .875rem;
  font-weight: 500; }
  @media (min-width: 768px) {
    section.featured p {
      font-size: 1rem; } }

section.featured img.videoplayer {
  max-width: 100%;
  height: auto; }

section.featured li {
  padding: 0;
  background: url(../images/icons/list.svg) left center no-repeat;
  background-size: 1.5rem;
  border-bottom: 1px solid #9BB4FF;
  position: relative; }
  section.featured li:after {
    content: '>';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.5rem;
    height: 1.5rem;
    border: 2px solid #ebeef3;
    border-radius: 50rem;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-family: 'roboto condensed';
    font-size: 14px;
    font-weight: bold;
    color: #4E79E9; }
  section.featured li:hover:after {
    color: #E3DC1D;
    background: #4E79E9;
    border-color: #4E79E9; }
  section.featured li:hover.unama:after {
    color: #fff;
    background-color: #41ea77;
    border-color: #41ea77; }
  section.featured li:hover.ung:after {
    color: #fff;
    background-color: #3692d5;
    border-color: #3692d5; }
  section.featured li:hover.uninabuco:after {
    color: #fff;
    background-color: #ff38cb;
    border-color: #ff38cb; }
  section.featured li:hover.uninorte:after {
    color: #fff;
    background-color: #ff6c29;
    border-color: #ff6c29; }
  section.featured li:hover.univeritas:after {
    color: #fff;
    background-color: #d72322;
    border-color: #d72322; }

section.featured li a {
  color: #FFF;
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.2px;
  padding: 1.75rem;
  padding-left: 40px; }

section.featured li:hover a {
  color: #E3DC1D; }
  section.featured li:hover a.unama {
    color: #41ea77; }
  section.featured li:hover a.ung {
    color: #3692d5; }
  section.featured li:hover a.uninabuco {
    color: #ff38cb; }
  section.featured li:hover a.uninorte {
    color: #ff6c29; }
  section.featured li:hover a.univeritas {
    color: #d72322; }

section.featured .cta {
  background: url(../images/bg-featured-cta.png) center bottom no-repeat;
  margin-top: 4rem;
  padding-bottom: 1rem;
  justify-content: center;
  min-height: 2rem; }

section.posts h2 {
  color: #24304F;
  font-size: 2.875rem;
  font-weight: 800;
  letter-spacing: -1.2px;
  line-height: 0.9;
  margin-bottom: 1.75rem;
  position: relative; }
  section.posts h2 > div {
    position: relative; }
  section.posts h2:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate3d(-12%, -48%, 0);
    font-size: 2em;
    letter-spacing: -4px;
    z-index: 0;
    background: #EDF0F4;
    background: -webkit-linear-gradient(to right, #EDF0F4 0%, #fbfbfc 100%);
    background: -moz-linear-gradient(to right, #EDF0F4 0%, #fbfbfc 100%);
    background: linear-gradient(to right, #EDF0F4 0%, #fbfbfc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

section.posts {
  padding-top: 6rem; }
  section.posts#eventos {
    margin-top: 5rem; }
    @media (min-width: 768px) {
      section.posts#eventos {
        margin-top: initial; } }
    @media (max-width: 767.98px) {
      section.posts#eventos {
        order: 1; } }
    section.posts#eventos article:before {
      content: '';
      display: block;
      position: absolute;
      left: -.75rem;
      top: 0;
      bottom: 0;
      width: 2px;
      background-color: #5f6f98; }
      @media (min-width: 768px) {
        section.posts#eventos article:before {
          display: none; } }
    section.posts#eventos h2::before {
      content: 'eventos'; }
  @media (max-width: 767.98px) {
    section.posts#noticias {
      order: 0; } }
  section.posts#noticias h2::before {
    content: 'noticías'; }

section.posts li {
  background-color: #EBEEF3;
  margin-bottom: 0.5rem;
  padding: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  @media (min-width: 768px) {
    section.posts li {
      padding: 1.125rem 2rem; } }

section.posts li h3 {
  color: #707071;
  font-family: "Aeonik", sans-serif;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.2px;
  line-height: 0.9;
  margin-bottom: 0.125rem; }
  @media (min-width: 768px) {
    section.posts li h3 {
      font-size: 1.25rem; } }

section.posts li p, section.posts li a {
  color: #707071;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  margin-bottom: 0.25rem; }
  @media (min-width: 768px) {
    section.posts li p, section.posts li a {
      font-size: 0.875rem; } }

section.posts li a {
  margin-bottom: 0; }
  section.posts li a i {
    margin-right: 0.125rem; }
    section.posts li a i svg {
      vertical-align: text-bottom; }

section.posts li a path {
  fill: #688AF7; }

section.posts li a:hover {
  color: #688AF7; }

section.posts li a:hover path {
  fill: #E3DC1D; }

section.posts li aside {
  color: #5f6f98;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex: 0 0 calc(25% - 1rem);
  flex: 0 0 calc(25% - 1rem);
  font-family: "RNS Sanz", sans-serif;
  font-weight: 500;
  letter-spacing: -0.6px;
  line-height: 0.9;
  margin-right: 1rem;
  text-align: center;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    section.posts li aside {
      border-right: 2px solid; } }

section.posts li aside span {
  font-size: 1.625rem;
  text-align: center;
  width: 4rem; }
  @media (min-width: 768px) {
    section.posts li aside span {
      font-size: 2rem; } }

section.posts li aside span:first-child {
  font-size: 2.525rem;
  font-weight: 900; }
  @media (min-width: 768px) {
    section.posts li aside span:first-child {
      font-size: 3.525rem; } }

section#eventos li article {
  flex: 0 0 70%;
  position: relative; }

section.posts a.btn {
  background-color: #5f6f98;
  color: #f8f9fa;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.2px;
  width: 100%;
  border-radius: 0;
  border: none;
  line-height: 1;
  position: relative;
  overflow: hidden;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  section.posts a.btn i {
    margin-right: 0.5rem; }

section.posts a.btn::before, section.posts a.btn::after {
  content: "";
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 3.75rem;
  height: 3.75rem;
  transform: rotate(45deg) translate3d(-50%, 50%, 0); }

section.posts a.btn::after {
  left: unset;
  right: 0;
  transform: rotate(45deg) translate3d(50%, -50%, 0); }

section.posts a.btn svg {
  width: 1rem; }

section#depoimentos {
  padding-bottom: 3rem;
  padding-top: 3rem; }

section#depoimentos h2 {
  color: #24304F;
  font-size: 2.875rem;
  font-weight: 900;
  letter-spacing: -1.2px;
  position: relative;
  padding-top: 5.5rem;
  padding-bottom: 1.5rem; }
  section#depoimentos h2 > div {
    position: relative; }
  section#depoimentos h2:before {
    content: '';
    position: absolute;
    top: 0;
    left: -1.75rem;
    width: calc(100% + 2.75rem);
    height: 100%;
    z-index: 0;
    background: url(../images/bg-depoimentos-mobile.png) left center no-repeat;
    background-size: 100%; }
    @media (min-width: 768px) {
      section#depoimentos h2:before {
        background: url(../images/bg-depoimentos.png) left center no-repeat;
        transform: translateX(-2rem); } }

section#depoimentos h2 span {
  color: #707071;
  font-family: "Aeonik", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: initial;
  margin-left: 1.5rem; }
  @media (max-width: 767.98px) {
    section#depoimentos h2 span {
      display: block;
      margin-top: 0.75rem;
      margin-left: 0; } }

section#depoimentos ul {
  margin-top: 1.5rem;
  margin-bottom: 3rem;
  padding: 0 0 1rem;
  flex-grow: 1;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden; }
  @media (max-width: 767.98px) {
    section#depoimentos ul {
      max-width: unset;
      width: 100%; }
      section#depoimentos ul::-webkit-scrollbar {
        display: none; } }
  section#depoimentos ul::-webkit-scrollbar {
    width: 5px;
    height: 5px; }
  section#depoimentos ul::-webkit-scrollbar-button {
    width: 0px;
    height: 0px; }
  section#depoimentos ul::-webkit-scrollbar-thumb {
    background: #113CAC;
    border: 0px none #FFF;
    border-radius: 0; }
    section#depoimentos ul::-webkit-scrollbar-thumb:hover {
      background: #113CAC; }
    section#depoimentos ul::-webkit-scrollbar-thumb:active {
      background: #113CAC; }
  section#depoimentos ul::-webkit-scrollbar-track {
    background: #B0B3BC;
    border: 0px none #FFF;
    border-radius: 0px; }
    section#depoimentos ul::-webkit-scrollbar-track:hover {
      background: #B0B3BC; }
    section#depoimentos ul::-webkit-scrollbar-track:active {
      background: #B0B3BC; }
  section#depoimentos ul::-webkit-scrollbar-corner {
    background: transparent; }
  @media (max-width: 767.98px) {
    section#depoimentos ul li {
      max-width: 85%; } }

section#depoimentos article {
  background-color: #EBEEF3;
  padding: 2.25rem 2.25rem 1.125rem;
  text-align: center; }

section#depoimentos article img {
  border-radius: 50rem;
  max-width: 100%;
  height: auto; }

section#depoimentos article h3 {
  color: #322220;
  font-size: 1.125rem;
  font-weight: 900;
  margin: 2rem auto 1.5rem; }
  section#depoimentos article h3 small {
    display: block;
    font-size: .75em;
    font-weight: 400;
    margin-top: 0.4em; }

section#depoimentos article p {
  color: #322220;
  font-family: "RNS Sanz", sans-serif;
  font-size: 0.875rem;
  font-weight: 600; }
