.carousel-princiapl {
  max-height: 380px !important;
}

#detalhes-curso ul {
  list-style: disc;
}

#container-tabela #tabela-curricular {
  color: var(--color-white);
}

#estatistica {
  background-color: #8f8e8e !important;
}

table {
  table-layout: auto;
}

@media (max-width: 500px) {
  .carousel-curricular #topo-tabela h5, .carousel-curricular #topo-tabela p {
    font-size: 15px !important;
  }
}
.titulo-text {
  color: #1a47ae;
}/*# sourceMappingURL=mei.css.map */

/*--------------------------------------------------------------
# Section PATROCINADORES
---------------------------------------------------------------*/
.protrocinadores {
    overflow: hidden;
    padding: 60px 0;
    white-space: nowrap;
    position: relative;
  }

  .protrocinadores::after,
  .protrocinadores::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 250px !important;
    height: 100%;
    content: " " !important;
    z-index: 2;
  }

  .protrocinadores::after {
    background: linear-gradient(to right rgba(255, 255, 255, 0), #ffffff);
  }

  .protrocinadores::before {
    background: linear-gradient(to left rgba(255, 255, 255, 0), #ffffff);
  }

  @keyframes slide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  .protrocinadores:hover .itemSlide {
    animation-play-state: paused;
  }

  .itemSlide {
    display: inline-block;
    animation: 20s slide infinite linear;
  }

  .itemSlide img {
    width: 160px !important;
    margin: 0 40px;
  }

  .about .nav-pills {
    border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  }

  .about .nav-pills li+li {
    margin-left: 40px;
  }

  .about .nav-link {
    background: none;
    font-size: 18px;
    font-weight: 400;
    color: var(--default-color);
    padding: 12px 0;
    margin-bottom: -2px;
    border-radius: 0;
  }

  .about .nav-link.active {
    color: var(--accent-color);
    background: none;
    border-bottom: 3px solid var(--accent-color);
  }
