.navbar.navbar-default.lgx-navbar .navbar-header button {
    margin-right: 0;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
}

.testimonials-content > a.btn {
    white-space: normal;
    margin-bottom: 25px;
}

#testimonialCarousel {
    margin-bottom: 2rem;
}

#testimonialCarousel .carousel-inner .item {
    min-height: 220px;
    padding-bottom: 20px;
}

#testimonialCarousel .carousel-inner {
}

#testimonialCarousel .speaker-name-carousel h3 {
    font-size: 1.2rem;
    margin: 0;
    line-height: 1rem;
}

#testimonialCarousel .speaker-name-carousel {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    padding: 0;
    text-align: center;
}

#testimonialCarousel .carousel-indicators {
    position: absolute;
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%);
    z-index: 15;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

#testimonialCarousel .carousel-indicators li {
    background-color: #fff;
    border: 2px solid #fff;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 5px;
}

#testimonialCarousel .owl-nav.disabled {
    display: none;
}

#testimonialCarousel .owl-dots {
    display: none;
}

.motivos-para-inscricao-content ul > li {
    /*min-width: 100%;*/
}

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

.schedule-item .time {
    margin-bottom: 5px;
}

.schedule-item .activity {
    margin-top: 5px;
}

.course-topics-content ul,
.motivos-para-inscricao-content ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

/* Largura padrão para todos os li */
.course-topics-content ul > li,
.motivos-para-inscricao-content ul > li {
    box-sizing: border-box;
    width: 100%;
    flex: 100%;
}

.motivos-para-inscricao-content ul > li > ul > li {
    width: 100%;
}

/* Ajustes para telas maiores (opcional) */
@media (min-width: 768px) {
    .course-topics-content ul > li,
    .motivos-para-inscricao-content ul > li {
        width: calc(50% - 0.5rem);
        flex: calc(50% - 0.5rem);
    }
}

@media (min-width: 1200px) {
    .course-topics-content ul > li,
    .motivos-para-inscricao-content ul > li {
        width: calc(33.333% - 0.666rem);
        flex: calc(33.333% - 0.666rem);
    }
}

@media screen and (min-width: 768px) {
    .flex-md-row {
        flex-direction: row;
    }
}

@media screen and (max-width: 1199px) {
    .course-sidebar {
        position: relative;
    }

    .course-speaker-card .profile-img img {
        width: 100%;
        height: auto;
        aspect-ratio: 2/3;
        max-height: 400px;
        object-fit: cover;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #container-group-speakers {
        flex-direction: row;
    }

    .course-speaker-card .profile-img img {
        width: 100%;
        height: auto;
        aspect-ratio: 2/3;
        max-height: 400px;
        object-fit: cover;
    }
}

@media screen and (max-width: 767px) {
    .lgx-header .navbar-nav li:hover > ul,
    .lgx-header .navbar-nav ul li:hover > ul {
        display: none;
    }

    .lgx-header .navbar-nav li.open > ul,
    .lgx-header .navbar-nav ul li.open > ul {
        display: block;
    }

    .testimonials-content > a.btn {
        font-size: 14px;
    }

    #container-group-speakers {
        flex-direction: column;
        margin-top: 50px;
    }

    #container-group-speakers > div {
        width: 100%;
    }

    .lgx-page-inner {
        padding: 4rem 0 4rem;
    }

    .course-speaker-card .profile-img img {
        width: 100%;
        height: auto;
        aspect-ratio: 2/3;
        max-height: 460px;
        object-fit: cover;
    }
}
