@font-face {
    font-family: "Brittany Signature";
    src: url("../../plugins/global/fonts/BrittanySignature.ttf")
        format("truetype");
    font-weight: normal;
    font-style: normal;
}

.location {
    font-family: "Brittany Signature" !important;
    font-size: 5rem !important;
    line-height: 5.5rem !important;
    color: var(--primary-gold);
    font-weight: bold;
}

.lgx-banner {
    position: relative;
    overflow: hidden;
    background: url("../img/7971.jpg") bottom left no-repeat fixed;
}

/* Customização das cores das barras de rolagem */
/* Customização das cores das barras de rolagem para todos os elementos */
*::-webkit-scrollbar {
    width: 12px;
    background: var(--charcoal);
}

*::-webkit-scrollbar-thumb {
    background: var(--primary-gold);
    border-radius: 8px;
    border: 2px solid var(--charcoal);
}

*::-webkit-scrollbar-thumb:hover {
    background: #ffd700;
}

*::-webkit-scrollbar-track {
    background: var(--charcoal);
    border-radius: 8px;
}

/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: var(--primary-gold) var(--charcoal);
}

.banner-background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    background-color: #000000; /* Garante que o elemento de vídeo também tenha fundo preto */
    filter: brightness(0.8) contrast(1.2); /* Aumenta o contraste e reduz o brilho para um efeito "negrito" */
}

.banner-video-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(
        0,
        0,
        0,
        0.7
    ); /* Sobreposição escura para melhorar a legibilidade do texto */
    z-index: 1;
}

/* Camada adicional específica para dar opacidade ao vídeo sem afetar o fundo preto */
/* .lgx-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(
        0,
        0,
        0,
        0.9
    );
    z-index: 1;
    opacity: 0.5;
}
*/

.lgx-banner .lgx-inner {
    position: relative;
    z-index: 2;
    padding: 33rem 0 20rem;
}

.lgx-banner-style {
    position: relative;
    z-index: 1;
}

.lgx-speakers2 {
    background: url("../img/7971.jpg") bottom left no-repeat fixed;
}

.lgx-reasons-to-register {
    background: url(../img/7971.jpg) bottom left no-repeat fixed;
}

.lgx-course-topics {
    background: #000000;
}

.lgx-academy-numbers-section {
    padding: 10rem 0;
    background-color: var(--charcoal) !important;
    color: var(--white) !important;
}

.lgx-banner-info .title {
    font-size: 8rem;
}

.text-black {
    color: black !important;
}

.lgx-logo img {
    filter: var(--primary-gold) !important;
}

.lgx-testimonials {
    padding: 10rem 0;
    background-color: var(--charcoal) !important;
    color: var(--white) !important;
}

.banner-date {
    display: inline-block;
    font-weight: bold !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: var(--primary-gold);
    color: black !important;
    font-size: 2.5rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    border-radius: 20px;
    margin-bottom: 10px;
}

.mb-2 {
    margin-bottom: 1.5rem !important;
}

.inline-block {
    display: inline-block !important;
}

.lgx-single-speaker:after {
    background-color: rgba(255, 215, 0, 0.2) !important;
}

.lgx-header > div {
    margin-top: 0 !important;
}

.lgx-single-speaker .speaker-info {
    position: relative;
    padding: 3rem;
}

.lgx-reasons-to-register {
    padding: 10rem 0;
}

.price-table-section {
    padding: 10rem 0;
}

.lgx-course-topics {
    padding: 5rem 0;
}

.h-100 {
    height: 100% !important;
}

.w-100 {
    width: 100% !important;
}

.d-flex {
    display: flex !important;
}

.items-center {
    align-items: center !important;
}

.p-4 {
    padding: 2rem !important;
}


.mb-2 {
    margin-bottom: 1.5rem !important;
}
.m4-subtitulo { margin: 2rem 0 3rem !important;}
.mb-4 {
    margin-bottom: 2rem !important;
}
.line-height-0 {line-height: 0 !important; margin: 0 !important;}
.mt-4 { margin-top: 2rem !important; }
.mt-6 { margin-top: 3rem!important;}
.mr-6px { margin-right: 6px !important;}
.mb-20{ margin-bottom: 20px!important; }
@media (max-width: 991px) {
    .lgx-banner-info .title {
        font-size: 7rem;
    }
}

@media (max-width: 767px) {
    .lgx-banner-info .title {
        font-size: 6rem;
    }
    .navbar-default .navbar-toggle span {
        background-color: var(--white) !important;
    }
    .lgx-nav-right.navbar-right {
        justify-content: center;
    }

    .lgx-header .lgx-navbar .lgx-nav {
        text-align: center;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: var(--primary-gold) !important;
    }
}

.modal .modal-content .modal-header {
    border-bottom-color: var(--dark-gray) !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.modal .modal-content .modal-header h5 {
    font-size: 2rem;
    font-weight: bold;
    color: var(--primary-gold);
    flex: 1;
}
.modal .modal-content .modal-header .close {
    margin: 0;
    padding: 5px;
}

.modal .modal-content .modal-header,
.modal .modal-content .modal-body,
.modal .modal-content .modal-footer {
    padding: 3rem;
}

.modal {
    overflow-y: auto !important;
}

/* Ajustes de z-index para modal dentro de modal */
.modal-backdrop + .modal-backdrop {
    z-index: 1050;
}

/* Garantir que o conteúdo da modal possa ser rolado */
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto !important;
}

.modal-body {
    max-height: 70vh;
    overflow-y: auto !important;
}

.modal-dialog {
    margin: 1.75rem auto;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-center {
    justify-content: center !important;
}
/** Begin FAG **/
.faq-section {
    background: url("../../../../../../assets/site/img/7971.jpg") bottom left
        no-repeat fixed;
    color: #fff;
    border-radius: 8px;
    padding: 10rem 0;
}

.faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 8px;
}

.faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-align: left;
}

.faq-question.active,
.faq-question:hover {
    color: #fff;
}

.faq-question .icon-down {
    display: inline-block;
}

.faq-question .icon-up {
    display: none;
}

.faq-question.active .icon-down {
    display: none;
}

.faq-question.active .icon-up {
    display: inline-block;
}

.faq-answer {
    display: none;
    padding: 1.5rem 4rem;
    font-size: 1.5rem;
    background-color: rgba(0, 0, 0, 0.95);
}

.faq-answer p {
    color: #fff !important;
    text-align: left!important;
}

.faq-answer.show {
    display: block;
}
/** End FAG **/

/** Begin Speakers **/
.lgx-owlspeakers .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
}

.lgx-owlspeakers .owl-nav .owl-prev,
.lgx-owlspeakers .owl-nav .owl-next {
    position: absolute;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.7);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
}

.lgx-owlspeakers .owl-nav .owl-prev {
    left: -20px;
}

.lgx-owlspeakers .owl-nav .owl-next {
    right: -20px;
}

.lgx-owlspeakers .owl-dots {
    text-align: center;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

#speakerCarouselDetailCourse .owl-dots{
    margin-top: 10px;
    text-align: center;
}

#speakerCarouselDetailCourse .owl-dots button {
    background-color: var(--primary-gold) !important;
    border-color: var(--primary-gold) !important;
    color: var(--primary-black) !important;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0 5px;
    padding: 0;
}

.lgx-owlspeakers .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    background: #ddd;
}

#speakerCarouselDetailCourse .social-group i{font-size: 3rem!important;}

.lgx-owlspeakers .owl-dots .owl-dot.active {
    background: #ec398b;
}

.lgx-single-speaker {
    margin-bottom: 0;
}
/** End Speakers **/

.invalid-feedback {
    display: block;
    color: #ff808c;
    font-size: 1.5rem;
    margin-top: 0.5rem;
}

.btn-secondary {
    background-color: var(--dark-gray) !important;
    border-color: var(--dark-gray) !important;
    color: var(--white) !important;
}

.fa-black {
    color: black !important;
}

.modal-avatar-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
}

.activity {
    display: inline-flex;
    justify-content: space-between;
}

.activity span {
    margin-right: 5px;
}

.symbol {
    display: inline-block;
    flex-shrink: 0;
    position: relative;
    border-radius: 0.475rem;
}

.symbol-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 10px;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}

.symbol-group.symbol-hover .symbol {
    cursor: pointer;
}

.symbol-group .symbol {
    position: relative;
    z-index: 0;
    margin-left: -10px;
    transition: all 0.3s ease;
}

.symbol.symbol-circle,
.symbol.symbol-circle .symbol-label,
.symbol.symbol-circle {
    border-radius: 50%;
    max-width: 50px;
    border: 1px solid var(--primary-gold);
}

.symbol.symbol-35px {
    width: 50px;
    height: 50px;
}

.price-label {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ffffff;
}

.destaque-badge {
    background-color: var(--primary-gold);
    color: white;
    padding: 3px 8px;
    margin-left: 10px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: bold;
}

.course-excerpt {
    color: #555;
    margin: 10px 0;
    font-size: 0.9rem;
    line-height: 1.5;
}

.course-meta {
    margin-bottom: 15px;
    font-size: 0.9rem;
    color: #fff;
}

.course-meta span {
    display: inline-block;
    margin-right: 15px;
    font-weight: 700;
}

.course-meta i {
    color: var(--primary-gold);
    margin-right: 5px;
}

.lgx-single-news {
    height: 100%;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.lgx-single-news .single-news-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.lgx-single-news .lgx-btn {
    margin-top: auto;
}

.course-excerpt ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.course-excerpt ul li {
    font-size: 1.2rem;
    color: var(--primary-gold);
}

#termosModal {
    z-index: 1060;
    pointer-events: auto;
}

.course-details {
    line-height: 1.6;
}

.course-header .course-title {
    color: var(--primary-gold);
    margin-bottom: 15px;
    font-size: 2.5rem;
    font-weight: 700;
}

.course-meta span {
    color: #7f8c8d;
    margin-right: 20px;
    font-size: 1.6rem;
}

.course-meta i {
    margin-right: 5px;
    color: var(--primary-gold);
}

.section-title {
    color: var(--primary-gold);
    border-bottom: 3px solid var(--primary-gold);
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-size: 1.8rem;
    font-weight: 600;
}

.schedule-item {
    vertical-align: top;
    display: flex;
    margin-bottom: 25px;
    padding: 10px;
    background: var(--charcoal) !important;
    border-radius: 8px;
    border-left: 4px solid var(--primary-gold);
}

.schedule-item .time {
    min-width: 100px;
    font-weight: 600;
    color: var(--primary-gold);
    font-size: 1.2rem;
}

.schedule-item .activity {
    flex: 1;
    margin-left: 20px;
    flex-direction: column;
}

.schedule-item .activity h4 {
    color: var(--primary-gold);
    margin: 0 0 8px;
    font-size: 1.5rem;
    font-weight: 600;
}

.schedule-item .activity p {
    color: var(--primary-gold) !important;
    margin-bottom: 8px;
    font-size: 1.2rem;
    font-weight: 600;
}

.schedule-item .activity p a {
    margin-right: 10px;
    color: var(--primary-gold);
    font-size: 1.2rem;
}

.parallel-sessions .session {
    margin-bottom: 8px;
    padding: 8px 12px;
    background: var(--charcoal) !important;
    border-radius: 4px;
    border: 1px solid var(--primary-gold);
}

.speaker-card {
    text-align: center;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

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

.speaker-photo img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-bottom: 15px;
}

.speaker-card h4 {
    color: var(--primary-gold);
    margin-bottom: 5px;
    font-size: 1.1rem;
}

.speaker-card .title {
    color: var(--primary-gold);
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1rem;
}

.speaker-card .bio {
    color: #666;
    font-size: 1rem;
    line-height: 1.4;
}

.course-sidebar {
    position: sticky;
    top: 20px;
}

.sidebar-widget {
    background: var(--charcoal) !important;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 30px;
    border: 1px solid var(--primary-gold);
}

.sidebar-widget h3 {
    color: var(--primary-gold);
    font-size: 1.6rem;
    font-weight: 600;
}

.course-details-list .detail-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--primary-gold);
}

.detail-item .label {
    font-weight: 600;
    color: white;
}

.detail-item .value {
    color: var(--primary-gold);
    font-weight: 500;
}

.price-option {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.price-value {
    font-weight: 700;
    color: #ffffff;
    font-size: 1.2rem;
}

.enrollment-buttons {
    margin-top: 20px;
}

.enrollment-buttons .btn {
    margin-bottom: 10px;
}

.related-course-item {
    padding: 0 0 15px;
    border-bottom: 1px solid var(--primary-gold);
}

.related-course-item:last-child {
    border-bottom: none;
}

.related-course-item h5 {
    margin-bottom: 5px;
    font-size: 1.6rem;
}

.related-course-item h5 a {
    color: var(--primary-gold);
    text-decoration: none;
    font-size: 1.3rem;
}

.related-course-item h5 a:hover {
    color: var(--primary-gold);
}

.related-course-item .date {
    color: #7f8c8d;
    font-size: 1.6rem;
}

.info-content h4 {
    color: var(--primary-gold);
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 1.6rem;
}

.info-content ul {
    margin-left: 20px;
}

.info-content ul li {
    margin-bottom: 5px;
    color: white;
}
/* Estilos para o modal de checkout */
#checkoutModal .modal-dialog {
    max-width: 800px;
}

/* Estilo da modal similar à inscrição */
#checkoutModal .modal-content {
    background-color: var(--dark-charcoal);
    color: white;
    border: 1px solid var(--primary-gold);
    border-radius: 8px;
}

#checkoutModal .modal-header {
    background-color: var(--charcoal);
    border-bottom: 2px solid var(--primary-gold);
    border-radius: 8px 8px 0 0;
    padding: 15px 20px;
}

#checkoutModal .modal-title {
    color: var(--primary-gold);
    font-weight: 600;
}

#checkoutModal .modal-body {
    padding: 20px;
}

#checkoutModal .modal-footer {
    background-color: var(--charcoal);
    border-top: 1px solid var(--primary-gold);
    border-radius: 0 0 8px 8px;
}

/* Estilos dos cards */
#checkoutModal .card {
    background-color: var(--charcoal);
    border: 1px solid var(--primary-gold);
    border-radius: 8px;
    margin-bottom: 20px;
}

#checkoutModal .card-header {
    background-color: var(--primary-gold);
    font-weight: 600;
    padding: 12px 15px;
    border-radius: 8px 8px 0 0;
}

#checkoutModal .card-header h5 {
    color: black !important;
}

#checkoutModal .card-body {
    padding: 20px;
}

/* Estilos dos formulários */
#checkoutModal label {
    color: white;
    font-weight: 500;
    margin-bottom: 5px;
}

#checkoutModal input,
#checkoutModal textarea,
#checkoutModal select,
#checkoutModal .form-control {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    border-radius: 4px;
    padding: 10px 12px;
}

#checkoutModal input:focus,
#checkoutModal textarea:focus,
#checkoutModal select:focus,
#checkoutModal .form-control:focus {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: var(--primary-gold);
    box-shadow: 0 0 0 0.2rem rgba(218, 165, 32, 0.25);
}

#checkoutModal .form-check-label {
    color: white;
}

/* Estilos das tabs de pagamento */
#checkoutModal .payment-tabs {
    border-bottom: 1px solid var(--primary-gold);
}

#checkoutModal .payment-tabs .nav-link {
    color: white;
    background-color: transparent;
    border-color: transparent;
    padding: 10px 15px;
    border-radius: 4px 4px 0 0;
    font-weight: 500;
    margin-right: 5px;
}

#checkoutModal .payment-tabs .nav-link:hover {
    background-color: rgba(218, 165, 32, 0.1);
    border-color: rgba(218, 165, 32, 0.2);
}

#checkoutModal .payment-tabs .nav-link.active {
    color: black !important;
    background-color: var(--primary-gold);
    border-color: var(--primary-gold);
    font-weight: 600;
}

#checkoutModal .payment-tabs .nav-link.active .fa,
#checkoutModal .payment-tabs .nav-link.active .icon,
#checkoutModal .payment-tabs .nav-link.active i[class*="fa-"] {
    color: black !important;
}

#checkoutModal .tab-content {
    padding: 15px 0 0 0;
    border: none;
    margin-top: 0;
}

#checkoutModal .tab-pane {
    padding: 0;
}

/* Estilos do resumo da compra */
#checkoutModal .order-summary {
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

#checkoutModal .order-price,
#checkoutModal .order-total {
    color: var(--primary-gold);
    font-weight: 600;
}

/* Estilos dos alertas */
#checkoutModal .alert {
    border-radius: 4px;
    padding: 12px 15px;
}

#checkoutModal .alert-info {
    background-color: rgba(23, 162, 184, 0.2);
    border-color: rgba(23, 162, 184, 0.3);
    color: #9adce6;
}

#checkoutModal .alert-warning {
    background-color: rgba(255, 193, 7, 0.2);
    border-color: rgba(255, 193, 7, 0.3);
    color: #ffdb6d;
}

/* Estilos para a área de segurança */
#checkoutModal .payment-security {
    text-align: center;
    margin-top: 15px;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    color: white;
}

#checkoutModal .payment-processor-logo {
    max-height: 40px;
    margin: 10px 0;
    filter: brightness(0.9);
}

#checkoutModal .security-badges {
    font-size: 14px;
    color: #adb5bd;
}

/* Estilos para as instruções de PIX e boleto */
#checkoutModal .pix-instructions,
#checkoutModal .boleto-instructions {
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    color: white;
    margin-top: 0;
}

/* Garantir que o conteúdo das abas seja exibido corretamente */
#checkoutModal .tab-pane.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}

#checkoutModal .tab-pane.fade.show {
    opacity: 1;
}

/* Ajustes adicionais para tabs Bootstrap */
#checkoutModal .tab-content > .tab-pane {
    display: none;
}

#checkoutModal .nav-tabs > li.active > a,
#checkoutModal .nav-tabs > li.active > a:focus,
#checkoutModal .nav-tabs > li.active > a:hover {
    display: block;
    background-color: var(--primary-gold);
    border-color: var(--primary-gold);
    font-weight: 600;
}

#checkoutModal .tab-content > .tab-pane.active {
    display: block;
}

#checkoutModal .nav-tabs > li.active > a,
#checkoutModal .nav-tabs > li.active > a:focus,
#checkoutModal .nav-tabs > li.active > a:hover,
#checkoutModal .nav-tabs > li.active > a > i,
#checkoutModal .nav-tabs > li.active > a:focus > i,
#checkoutModal .nav-tabs > li.active > a:hover > i {
    color: black !important;
}

/* Estilos para os botões */
#checkoutModal .btn-primary {
    background-color: var(--primary-gold);
    border-color: var(--primary-gold);
    color: black;
    font-weight: 600;
}

#checkoutModal .btn-primary:hover {
    background-color: #c49320;
    border-color: #c49320;
}

#checkoutModal .btn-secondary {
    background-color: #6c757d;
    border-color: #6c757d;
}

/* Estilos para modais de sucesso/erro */
#paymentSuccessModal .modal-content,
#paymentErrorModal .modal-content {
    background-color: var(--dark-charcoal);
    color: white;
    border: 1px solid var(--primary-gold);
    border-radius: 8px;
}

#paymentSuccessModal .modal-header {
    background-color: #28a745;
    color: white;
    border-radius: 8px 8px 0 0;
}

#paymentErrorModal .modal-header {
    background-color: #dc3545;
    color: white;
    border-radius: 8px 8px 0 0;
}

#paymentSuccessModal .fa-check-circle {
    color: #28a745;
    font-size: 4rem;
}

#paymentErrorModal .fa-times-circle {
    color: #dc3545;
    font-size: 4rem;
}

#paymentSuccessModal .payment-details {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 15px;
    border-radius: 4px;
    text-align: left;
    color: white;
}

.icon-speakers {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-right: 10px;
    background-color: var(--primary-gold);
    color: #ffffff;
    cursor: pointer;
}

.icon-speakers i {
    color: #ffffff;
}

#box-speakers {
    position: relative;
}
#speakers-list {
    position: absolute;
    bottom: 100%;
    left: 0;
    border-radius: 8px;
    padding: 10px;
    z-index: 1000;
}

#container-group-speakers {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 50px;
}

.card-group-speakers {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
    padding: 10px;
    background: var(--charcoal) !important;
    border-radius: 8px;
    border-bottom: 4px solid var(--primary-gold);
    border-left: 1px solid var(--primary-gold);
    border-right: 1px solid var(--primary-gold);
    text-align: center;
    width: 32%;
}
#container-group-speakers .align-items-center {
    justify-content: center;
    margin-top: -40px;
}
.card-group-speakers h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--primary-gold);
    line-height: 2.3rem;
}
.card-group-speakers p {
    font-size: 1.4rem;
    font-weight: 600;
    color: #ffffff;
    margin-top: 1rem;
}

/** CHECKOUT CUSTOMIZE **/
.box-step-1-border {
    border: 1px solid var(--primary-gold);
    padding: 30px;
    border-radius: 10px;
}

.container-checkout{
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.container-checkout-step-2{
    border: 1px solid var(--primary-gold);
    padding: 30px;
    border-radius: 10px;
}
.row-cep{
    align-items: flex-start;
    align-items: center;
}

.container-sidebar{
    border: 1px solid var(--primary-gold);
    padding: 30px;
    border-radius: 10px;
}

.box-cupom{
    gap: 30px;
    align-items: flex-start;
    align-items: center;
}

.w-120 { min-width: 120px !important; }
.mh-50px { min-height: 50px !important; }
.mr-20 { margin-right: 20px !important; }
.mr-8 { margin-right: 8px !important; }
.container-step-3 {
    border: 1px solid var(--primary-gold);
    padding: 30px;
    border-radius: 10px;
}

.codebar-checkout {
    display:block!important;
    padding:8px!important;;
    background:#f5f5f5!important;;
    border-radius:6px!important;;
    white-space:pre-wrap!important;;
    word-break:break-all!important;;
}

.card-qrcode {
    margin-top: 30px;
    padding: 30px
}

#imgQrcode{
    max-width: 280px!important;
    border: 1px solid #ddd!important;
    padding: 6px!important;
    background: #fff!important;
}
#pix-copy-code{
    display: inline-block!important;
    padding: 8px!important;
    background: #f5f5f5!important;
    border-radius: 6px!important;
    white-space: pre-wrap!important;
    word-break: break-all!important;
}

.btn-download-qrcode { margin: 15px 0!important; }


/* Responsividade */
@media (max-width: 768px) {
    #checkoutModal .modal-dialog {
        margin: 10px;
    }
}

@media (max-width: 768px) {
    .schedule-item {
        flex-direction: column;
    }

    .schedule-item .activity {
        margin-left: 0;
        margin-top: 10px;
    }

    .course-header .course-title {
        font-size: 2rem;
    }
}

.speakers-carousel {
    display: none;
}

.speakers-carousel.owl-loaded {
    display: block;
}

.speakers-carousel .owl-stage {
    display: flex;
}

.speakers-carousel .owl-stage-outer {
    overflow: hidden;
}

.speakers-carousel .owl-nav {
    display: none;
}

.speaker-social-link {
    display: flex;
    align-items: center;
}

.speaker-social-icon {
    margin-right: 10px;
}
