.div_header {
    height: 70px;
    width: 100%;
    background: #001933 url("/assets/loog.png") no-repeat center;
    background-size: 250px;
}

.div_footer {
    background: #001933;
    height: 100px;
    align-items: center;
}

.scsp {
    /*width: 70px;*/
    height: 50px;
    position: relative;
    left: 75px;
    overflow: hidden;
}

.scsp-logo {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    left: 75px;
    top: 836px;
}
.group-48095466 {
    flex-shrink: 0;
    width: 331.4px;
    height: 70px;
    position: static;
}

.rectangle-5410 {
    background: #001933;
    width: 1280px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 821px;
}

.copy_right {
    color: #ffffff;
    padding-right: 72px;
    font-family: "OpenSans-Regular", sans-serif;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.duvidas {
    color: #ffffff;
    font-family: "OpenSans-Regular", sans-serif;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    padding: 0 200px;
}

.rectangle-5424 {
    background: linear-gradient(
            180deg,
            rgba(17, 40, 59, 0.2) 0%,
            rgba(17, 40, 59, 1) 85.00000238418579%
    );
    width: 100%;
    height: 100%;
    position: absolute;
    top: 21px;
}

.frame-48095414 {
    display: flex;
    flex-direction: column;

    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.frame-48095415 {
    display: flex;
    flex-direction: column;

    align-items: flex-start;
    justify-content: flex-start;
    position: absolute;
    left: 75px;
    top: 304px;
}

.frame-48095412 {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-sm3, 8px);
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}
.meus-cursos {
    color: #3395ff;
    text-align: left;
    font-family: var(
            --headings-h6-h6-bold-font-family,
            "OpenSans-Bold",
            sans-serif
    );
    /*font-size: var(--headings-h6-h6-bold-font-size, 24px);*/
    /*font-weight: var(--headings-h6-h6-bold-font-weight, 700);*/
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


.tag {
    background: #3395ff;
    border-radius: 12px;
    padding: var(--spacing-sm1, 2px) var(--spacing-md1, 16px)
    var(--spacing-sm1, 2px) var(--spacing-md1, 16px);
    display: flex;
    flex-direction: row;
    gap: var(--spacing-sm3, 8px);
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    min-height: 24px;
    max-height: 24px;
    position: relative;
    overflow: hidden;
}

}
.endometriose {
    color: var(--neutral-color-neutral-light-0, #ffffff);
    text-align: left;
    font-family: var(
            --headings-h4-h4-bold-font-family,
            "OpenSans-Bold",
            sans-serif
    );
    font-size: var(--headings-h4-h4-bold-font-size, 36px);
    font-weight: var(--headings-h4-h4-bold-font-weight, 700);
    position: relative;
    width: 938px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.button {
    background: #3395ff;
    border-radius: 20px;
    padding: 11px var(--spacing-md2, 24px) 11px var(--spacing-md2, 24px);
    display: flex;
    flex-direction: row;
    gap: var(--spacing-sm2, 4px);
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-height: 40px;
    max-height: 40px;
    position: relative;
    box-shadow: var(--drop2-2-box-shadow, 2px 2px 4px 0px rgba(65, 65, 65, 0.1));
}
.label {
    color: var(--neutral-color-neutral-light-0, #ffffff);
    text-align: left;
    font-family: var(
            --paragraphs-p3-p3-bold-font-family,
            "OpenSans-Bold",
            sans-serif
    );
    font-size: var(--paragraphs-p3-p3-bold-font-size, 14px);
    font-weight: var(--paragraphs-p3-p3-bold-font-weight, 700);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}



 .navbar-nav .nav-link {
            color: white !important; /* White text */
            margin-right: 15px;
        }
        .nav-link.active {
            color: #4B84E5 !important; /* Active link color */
        }
        .custom-nav-item {
            position: relative;
            display: inline-block;
        }
        .custom-nav-item::after {
            content: '';
            display: block;
            width: 100%;
            height: 3px;
            background-color: #4B84E5;
            position: absolute;
            bottom: -5px;
            left: 0;
            transform: scaleX(0);
            transform-origin: right;
            transition: transform 0.3s ease;
        }
        .custom-nav-item.active::after {
            transform: scaleX(1);
            transform-origin: left;
        }
        .toggle-buttons {
            display: flex;
            background-color: #121820;
            border-radius: 20px;
            padding: 5px;
            margin-top: 20px;
        }
        .toggle-buttons .btn {
            background-color: transparent;
            color: white;
            border: none;
            border-radius: 20px;
            margin: 0 5px;
            flex: 1;
        }
        .toggle-buttons .btn.active {
            background-color: #4B84E5;
            color: white;
        }

  .nav-container {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
    flex-direction:column;
    gap:2;
        }

.menu-option{
  cursor:pointer;
}
 .disabled-effect {
            opacity: 0.5; /* Reduz a opacidade para dar uma aparência de desabilitado */
            pointer-events: none; /* Desativa eventos de ponteiro, como cliques */
            cursor: not-allowed; /* Muda o cursor para indicar que está desabilitado */
        }

.header-nav{
   display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    border-radius: 0px 0px var(--boder-radius-1, 4px) var(--boder-radius-1, 4px);
    align-items: center;
    background-color: #001933;
    display: flex; 
    font-size: 14px;
    color: #3395ff;
    font-weight: 700;
    white-space: nowrap;
    padding: 7px 24px;
}
.header-nav .btn-home{
    align-self: stretch;
    display: flex;
    gap: 8px;
    margin: auto 0;
}
.header-nav .btn-profile {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    width: 32px;
    align-self: stretch;
    margin: auto 0;
}

.header-nav .logo {
    aspect-ratio: 4.76;
    object-fit: auto;
    object-position: center;
    width: 236px;
    align-self: stretch;
    max-width: 100%;
}
.header-nav .container-logo {
        overflow: auto;
        width: auto; 
    }

@media (max-width: 991px) {
    .header-nav{
        max-width: 100%;
        flex-wrap: wrap;
        white-space: initial;
        padding: 0 20px;
    }
  
    .header-nav .btn-home{
        white-space: initial;
    }
    .header-nav .container-logo {
        position: relative;
        overflow: hidden;
        width: 50px;
        height: 60px;
        padding-top: 3px;
        margin-right: 30px;
    }
  
    .header-nav .logo {
        aspect-ratio: 1;
        object-fit: contain;
        object-position: center;
        width: 230px;
        height: 52px;
        /* align-self: stretch; */
        max-width: initial;
    }
    .header-nav .btn-profile {
        aspect-ratio: 1;
        object-fit: auto;
        object-position: center;
        width: 32px;
        align-self: stretch;
        margin: auto 0;
    }
}