.aula {
    cursor: pointer;
}

.aula img {
    cursor: pointer;
    width: 100%;
    border-radius: 9px;
}

.popup-overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #121214;
    z-index: 20;
    border-radius: 0;
    overflow: hidden;
}

a.close-button {
    cursor: pointer;
    display: inline-block;
    text-align: right;
}

.popup-content {
    height: 100%;
    background: #121214;
    overflow: hidden;
    padding: 20px;
    max-width: 640px;
    margin: 0 auto;
}

.popup-head {
    max-width: 640px;
    margin: 0 auto;
}

.popup-content .content {
    position: relative;
    z-index: 20;
    margin: 30px 0;
}

.popup-content ul {
    list-style: decimal;
    padding: 0 0 0 20px;
    display: flex;
    flex-direction: column;
    row-gap: 14px;
}

a.close-button i {
    transform: scaleX(1.2);
    display: block;
}

.videoAula {
    width: 100%;
    aspect-ratio: 16/9;
}

iframe.videoAula {
    border-radius: 6px;
}

.popup-head {
    padding: 35px 20px 20px 20px;
    display: grid;
    grid-template-columns: 1fr 30px;
}

.actions-after {
    display: grid;
    grid-template-columns: auto auto;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    justify-items: stretch;
    margin: 70px 0 0 0;
}

a.proxima-aula {
    display: inline-flex;
    padding: 12px 14px;
    color: var(--primary);
    border: 2px solid var(--primary);
    border-radius: 50px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    row-gap: 10px;
    transition: all 400ms ease-in-out;
    grid-column-start: 2;
}

a.proxima-aula:hover {
    transform: translate(4px, 0);
}

a.aula-anterior {
    display: inline-flex;
    padding: 12px 14px;
    color: var(--primary);
    border: 2px solid var(--primary);
    border-radius: 50px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    row-gap: 10px;
    transition: all 400ms ease-in-out;
    grid-column-start: 1;
}

a.aula-anterior:hover {
    transform: translate(-4px, 0);
}

.popup-content i {
    display: flex;
}

a.whatsapp {
    display: inline-flex;
    column-gap: 10px;
    background: #25d954;
    color: #000 !important;
    padding: 15px 16px;
    border-radius: 6px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

a.telegram {
    display: inline-flex;
    column-gap: 10px;
    background: #20b7ff;
    color: #000 !important;
    padding: 15px 16px;
    border-radius: 6px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}


@media screen and (max-width: 440px) {

    a.whatsapp,
    a.telegram {
        width: 100%;
    }
}

.content a {
    color: var(--primary);
}

h2.title-page {
    font-size: 18px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    column-gap: 10px;
    color: var(--primary);
}

h2.title-page i {
    background: var(--primary);
    color: var(--btnColor);
    padding: 9px;
    border-radius: 4px;
    font-size: 14px;
    height: 35px;
    width: 35px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.head-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin: 8px 0 25px 0;
}

.actions-carrossel {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    column-gap: 26px;
}

.actions-carrossel svg {
    width: 27px;
    height: auto;
    fill: #fff;
}

.actions-carrossel span {
    cursor: pointer;
    display: inline-block;
    height: 100%;
}

.swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
}

.descricao {
    font-size: 16px;
    display: block;
    margin: 0 0 20px 0;
}

.container-imagem-aula.bloqueada {
    position: relative;
}

.container-imagem-aula.bloqueada>div {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 0;
    bottom: 0;
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 7px;
    z-index: 10;
}

.container-imagem-aula.bloqueada>div i {
    display: inline-flex;
}

.container-imagem-aula.bloqueada:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #0000004a;
    z-index: 5;
    display: block;
    width: 100%;
    height: 100%;
}

.container-aula.bloqueada {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 11px;
    aspect-ratio: 16/9;
}

.capa img {
    width: 100%;
    max-width: 690px;
}

.capa {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 720px) {
    .capa {
        margin: 20px 0 5px 0;
    }

    .capa img {
        border-radius: 20px;
    }
}

@media screen and (max-width: 720px) {
    .capa img {
        border-radius: 0 0 20px 20px;
    }
}

.sem-imagem {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--primary);
    font-size: 15px;
    font-weight: 600;
    aspect-ratio: 5/8;
    background: var(--backgroundGanhos);
    border-radius: 10px;
    padding: 20px 15px;
}