.logo-curso {
    height: 100px
}

.accordion-semestres .accordion {
    --bs-accordion-bg: transparent;
    --bs-accordion-btn-padding-x: 0;
    --bs-accordion-active-color: rgb(var(--ucdb-azul));
    --bs-accordion-active-bg: transparent;
    --bs-accordion-body-padding-x: 0;
}

.accordion-semestres .accordion-item {
    border-left: 0;
    border-right: 0;
    border-radius: 0
}

.accordion-semestres .accordion-button {
    justify-content: space-between
}

.accordion-button:not(.collapsed) {
    box-shadow: none
}

.accordion-button::after {
    content: none
}

.accordion-icon {
    width: 32px;
    height: 32px;
    background: rgb(var(--bs-white-rgb));
    position: relative;
    flex-shrink: 0;
}

    .accordion-icon::after, .accordion-icon::before {
        content: "";
        height: 3px;
        width: calc(100% - .875rem);
        background: rgb(var(--ucdb-azul));
        position: absolute;
        top: 50%;
        left: 50%;
        transition: all .3s cubic-bezier(.175,.885,.32,1.275);
        z-index: 0;
        transform: translate(-50%,-50%) rotate(0);
        border-radius: 2px
    }

.accordion-button.collapsed .accordion-icon::after {
    transform: translate(-50%,-50%) rotate(90deg)
}

.swiper-motivos .swiper-button-prev {
    left: -15px;
}

.swiper-motivos .swiper-button-next {
    right: -15px;
}

.swiper-fotos, .swiper-relacionados {
    --swiper-navigation-color: var(--bs-white)
}

.curso-gallery-img {
    aspect-ratio: 4 / 3;
}

    .curso-gallery-img::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(var(--bs-black-rgb),0.3)
    }

.gallery-tools {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

    .gallery-tools > * {
        position: relative;
        top: unset;
        left: unset;
        right: unset;
    }

.cta-block {
    aspect-ratio: 7 / 3.6
}

.curso-dados-painel, .top-130 {
    top: 105px;
}

.card-docente {
    aspect-ratio: 27.1 / 36.4;
}


.list-ingressar li:not(:last-child) .ingressar-circle::after {
    content: "";
    position: absolute;
    bottom: -1rem;
    left: 32px;
    transform: translateX(-50%);
    background: rgba(208, 213, 221, 1);
    width: 4px;
    height: 100%;
    z-index: -1;
}




@media screen and (min-width:992px) {
    .pagina__titulo--bloco {
        height: calc(450px + 5rem);
        position: absolute !important;
        width: calc(100% - 1.5rem);
    }
    .pagina__titulo--bloco::before {
        background: linear-gradient(0deg, rgba(var(--ucdb-azul), 1) 0%, rgba(var(--ucdb-azul), 0) 50%)
    }

    .curso-capa {
        min-height: 450px;
        margin-bottom: 7rem !important;
    }

    .swiper-docentes::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: -100%;
        background: rgb(var(--ucdb-azul));
        z-index: 2;
    }

    .swiper-docentes .gallery-tools {
        bottom: 7rem;
        left: -30%;
        transform: translateX(-100%);
    }
}

