﻿.box-minhas-matriculas {
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-left: -10px;
    margin-right: -10px;
    background: var(--box-minhas-matriculas-bg-color);
    border-radius: 10px;
}

.box-minhas-matriculas-titulo {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    /* or 150% */
    display: flex;
    align-items: center;
    letter-spacing: -0.8px;
    color: #2C2F3C;
}

.box-matricula-curso {
    border: 1px solid var(--border-box-matricula-curso-color);
    background-color: var(--box-matricula-curso-bg-color);
    border-radius: 8px;
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: flow-root;
}


.box-matricula-card {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: var(--box-matricula-card-color);
    border: 2px solid var(--box-matricula-card-border-color);
    border-radius: 20px;
    padding: 5px 10px 5px 10px;
    background-color: var(--box-matricula-card-bg-color);
}

.box-matricula-redacao {
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
    border: 2px solid var(--border-box-matricula-redacao-color);
    background-color: var(--box-matricula-redacao-bg-color);
    border-radius: 8px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 20px;
    padding-bottom: 24px;
    display: flow-root;
    cursor: pointer;
}

.box-matricula-redacao-card {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    border: 2px solid #df4a43;
    border-radius: 20px;
    padding: 5px 10px 5px 10px;
    background-color: #df4a43;
}

.box-matricula-titulo {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    padding-top: 16px;
    min-height: 102px;
    letter-spacing: -0.6px;
    color: #5E5E5E;
    padding-top: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.box-matricula-resumo {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #a5a5a5;
    padding-top: 8px;
    min-height: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.box-matricula-curso .box-matricula-curso-top {
    display: block;
}

.box-matricula-curso .box-matricula-curso-bottom {
    display: block;
    padding-top: 0px;
    /* padding-left: 10px; */
    /* padding-right: 20px; */
}


.box-chart-curso {
    display: block;
    position: absolute;
    right: 0px;
    display: none;
}

.box-matricula-curso .box-matricula-curso-top .box-matricula-thumb {
    padding-top: 20px;
}

    .box-matricula-curso .box-matricula-curso-top .box-matricula-thumb img {
        width: 100%;
        border-radius: 15px;
    }

.box-matricula-curso .box-matricula-curso-right div {
    float: right;
}



.box-matricula-curso-titulo {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height, or 125% */
    /* Branco */
    color: #FFFFFF;
    padding-bottom: 14px;
}

.box-matricula-curso-button {
    border: 1px solid var(--button-matricula-curso-border-color);
    border-radius: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    display: block;
    align-items: center;
    text-align: center;
    color: var(--button-matricula-curso-color);
    background-color: var(--button-matricula-curso-bg-color);
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    margin-top: 12px;
}

    .box-matricula-curso-button:hover {
        background-color: var(--button-matricula-curso-hover-bg-color);
        border-color: var(--button-matricula-curso-hover-border-color);
        color: var(--button-matricula-curso-hover-color);
    }

.box-matricula-desempenho-titulo {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 5px;
    color: #5E5E5E;
}

.box-matricula-curso-link-outside {
    text-align: right;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    /* identical to box height, or 133% */
    /* Branco */
    color: #2C2F3C;
    padding-top: 10px;
    cursor: pointer;
    display: none;
}

    .box-matricula-curso-link-outside i {
        font-size: x-small;
    }

.box-matricula-curso-resumo {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    /* or 143% */
    /* Cinza Claro */
    color: #BCBEC0;
    padding-bottom: 0px;
    padding-right: 14px;
}



/* Small devices, Tablets (< 991px) */
@media screen and (max-width: 991px) {

    .box-minhas-matriculas {
        padding-top: 10px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 5px;
        margin-right: 5px;
    }


    .box-matricula-curso {
        border: 2px solid var(--border-box-matricula-curso-color);
        border-radius: 8px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 20px;
        padding-bottom: 24px;
        min-height: 180px;
    }

    .box-matricula-curso-titulo {
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        /* identical to box height, or 125% */
        /* Branco */
        color: #FFFFFF;
        padding-bottom: 14px;
    }

    .box-matricula-curso-link {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        /* identical to box height, or 114% */
        /* PRIMÁRIA/salto-orange */
        color: #662483;
        display: none;
    }

    .box-matricula-curso-link-outside {
        text-align: right;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        /* identical to box height, or 133% */
        /* Branco */
        color: #2C2F3C;
        padding-top: 10px;
        cursor: pointer;
        display: block;
    }

        .box-matricula-curso-link-outside i {
            font-size: x-small;
        }

    .box-matricula-curso-resumo {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        /* or 143% */
        /* Cinza Claro */
        color: #BCBEC0;
        padding-bottom: 10px;
        padding-right: 14px;
    }
}

.box-matricula-redacao-thumb {
    padding-top: 20px;
}

    .box-matricula-redacao-thumb img {
        width: 100%;
        border-radius: 15px;
    }

.box-matricula-redacao-indicadores {
    padding: 10px 0px 10px 0px;
}

.box-matricula-redacao-pontuacao {
    background: var(--box-card-redacao-pontuacao-bg-color);
    border: 2px solid var(--box-card-redacao-pontuacao-border-color);
    border-radius: 8px;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 44px;
    text-align: center;
    letter-spacing: -1.2px;
    color: #df4a43;
    display: inline-block;
    width: calc(50% - 8px);
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
    min-height: 112px;
    text-shadow: 2px 2px 4px rgb(0 0 0 / 25%), 2px 2px 4px rgb(0 0 0 / 25%);
}

    .box-matricula-redacao-pontuacao span {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        /* or 133% */
        text-align: center;
        /* Cinza Claro */
        color: #ffffff;
        display: block;
        letter-spacing: 0px;
    }

.box-matricula-redacao-enviadas {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 44px;
    text-align: center;
    letter-spacing: -1.2px;
    color: #df4a43;
    background: var(--box-card-redacao-pontuacao-bg-color);
    border: 2px solid var(--box-card-redacao-pontuacao-border-color);
    border-radius: 8px;
    display: inline-block;
    width: calc(50% - 8px);
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    float: left;
    margin-left: 8px;
    margin-bottom: 8px;
    min-height: 112px;
    text-shadow: 2px 2px 4px rgb(0 0 0 / 25%), 2px 2px 4px rgb(0 0 0 / 25%);
}

    .box-matricula-redacao-enviadas span {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        /* or 133% */
        text-align: center;
        /* Cinza Claro */
        color: #ffffff;
        display: block;
        letter-spacing: 0px;
    }

.box-matricula-redacao-restantes {
    background: var(--box-card-redacao-pontuacao-bg-color);
    border: 2px solid var(--box-card-redacao-pontuacao-border-color);
    border-radius: 8px;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 44px;
    text-align: center;
    letter-spacing: -1.2px;
    color: #df4a43;
    display: inline-block;
    width: calc(50% - 8px);
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 24px;
    float: left;
    margin-top: 8px;
    margin-right: 8px;
    min-height: 143px;
    text-shadow: 2px 2px 4px rgb(0 0 0 / 25%), 2px 2px 4px rgb(0 0 0 / 25%);
}

    .box-matricula-redacao-restantes span {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        /* or 133% */
        text-align: center;
        /* Cinza Claro */
        color: #ffffff;
        display: block;
        letter-spacing: 0px;
    }

.box-matricula-redacao-bottoes {
    /* border: 2px solid #271a55; */
    /* border-radius: 8px; */
    display: inline-block;
    width: calc(50% - 8px);
    margin-top: 8px;
    margin-left: 8px;
    /* padding-bottom: 16px; */
    float: left;
    /* margin-bottom: 8px; */
}

.box-matricula-redacao-bottoes-alerta {
    background: var(--box-card-redacao-pontuacao-bg-color);
    border: 2px solid var(--box-card-redacao-pontuacao-border-color);
    border-radius: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    /* or 133% */
    text-align: center;
    /* Cinza Claro */
    color: #ffffff;
    display: block;
    letter-spacing: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 10px;
}

.btn-send-redacao {
    background: var(--button-send-redacao-bg-color);
    border: 1px solid var(--button-send-redacao-border-color);
    border-radius: 10px;
    width: 100%;
    display: block;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    align-items: center;
    text-align: center;
    color: var(--button-send-redacao-color);
    padding-top: 10px;
    padding-bottom: 10px;
    /* margin-top: 10px; */
    letter-spacing: 0px;
    cursor: pointer;
}

    .btn-send-redacao:hover {
        background-color: var(--button-send-redacao-hover-bg-color);
        color: var(--button-send-redacao-hover-color);
        border: 1px solid var(--button-send-redacao-hover-border-color);
        text-decoration: none;
    }


@media screen and (min-width: 1310px) and (max-width: 1414px) {
    .box-matricula-curso-button {
        margin-top: 20px;
    }

    .box-matricula-desempenho-titulo {
        padding-top: 20px;
    }
}

@media screen and (max-width: 1370px) {
    .box-matricula-curso-button {
        margin-top: 30px;
    }

    .box-matricula-desempenho-titulo {
        padding-top: 20px;
    }
}

/* Small devices, Tablets (< 590px) */
@media screen and (max-width: 590px) {

    .box-matricula-titulo {
        min-height: 128px;
    }

    .box-matricula-curso .box-matricula-curso-bottom {
    }

    .box-matricula-curso .box-matricula-curso-top {
        padding-right: 0px;
    }

    .box-minhas-matriculas-titulo {
        color: #2C2F3C;
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        cursor: pointer;
        margin-left: 10px;
        padding-bottom: 0px;
    }

    .box-matricula-redacao-enviadas {
        font-size: 30px;
        line-height: 34px;
    }

    .box-matricula-redacao-pontuacao {
        font-size: 30px;
        line-height: 34px;
    }

    .box-matricula-redacao-restantes {
        font-size: 30px;
        line-height: 34px;
    }

    .box-matricula-resumo {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #a5a5a5;
        padding-top: 8px;
        min-height: 80px;
        overflow: visible;
        text-overflow: unset;
        display: contents;
        -webkit-line-clamp: 0;
        line-clamp: 0;
        -webkit-box-orient: vertical;
    }
}
