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

section p, section ul {
  text-align: justify;
}

#detalhes-curso ul {
  list-style: disc;
}
#detalhes-curso #documentos p {
  font-size: 13px;
}

#ler-mais {
  background-color: #BF463B;
}

#ler-mais:hover {
  background-color: rgba(26, 70, 174, 0.9333333333);
  transition: 0.3s;
}

#sub-titulo {
  color: #BF463B;
}

#container-tabela #tabela-curricular {
  color: var(--color-white);
}
#container-tabela #tabela-curricular #card p {
  color: #BF463B;
}
#container-tabela #tabela-curricular #card h2 {
  color: #BF463B;
}
#container-tabela #topo-tabela h5 {
  font-size: 15px;
}

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

@media (max-width: 800px) {
  #carosel-texto {
    top: 20px !important;
  }
  #carosel-texto h3 {
    font-size: 22px;
  }
}/*# sourceMappingURL=lcc.css.map */


.course-info-section {
    background: #f8f9fa;
    padding: 80px 0;
}

.info-card {
    background: white;
    border-radius: 15px;
    padding: 25px;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    border-top: 4px solid transparent;
}

.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.info-card.admission {
    border-top-color: #2196F3;
}

.info-card.schedule {
    border-top-color: #4CAF50;
}

.info-card.requirements {
    border-top-color: #FF9800;
}

.info-card.career {
    border-top-color: #9C27B0;
}

.info-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.admission .info-icon {
    background: #e3f2fd;
    color: #2196F3;
}

.schedule .info-icon {
    background: #e8f5e9;
    color: #4CAF50;
}

.requirements .info-icon {
    background: #fff3e0;
    color: #FF9800;
}

.career .info-icon {
    background: #f3e5f5;
    color: #9C27B0;
}

.info-card h4 {
    margin-bottom: 15px;
    color: #1a237e;
}

.info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-list li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.info-list li:last-child {
    border-bottom: none;
}

.highlight-box {
    background: #1a237e;
    color: white;
    border-radius: 12px;
    padding: 30px;
    margin-top: 50px;
}

.btn-custom {
    background: white;
    color: #1a237e;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-custom:hover {
    background: #f5f5f5;
    transform: translateY(-2px);
}


.total-hours {
    background: #f5f5f5;
    font-weight: bold;
}

.stats-section {
    background: linear-gradient(135deg, #1a237e, #0d47a1);
    padding: 60px 0;
    color: white;
}

.stat-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    border-radius: 12px;
    padding: 25px;
    transition: transform 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-5px);
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    background: linear-gradient(45deg, #fff, #e3f2fd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stat-detail {
    font-size: 0.9rem;
    line-height: 1.6;
    opacity: 0.9;
}

.stat-distribution {
    background: rgba(255, 255, 255, 0.15);
    padding: 20px;
    border-radius: 8px;
    margin-top: 30px;
}

.campus-image {
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    width: 100%;
    height: 300px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .curriculum-table {
        font-size: 0.9rem;
    }

    .stat-card {
        margin-bottom: 20px;
    }
}
