/*--------------------------------------------------------------
# CTA
--------------------------------------------------------------*/
.proximas-turmas-modalidade-cta {
    text-align: center;
    background: #fff;
    height: 210px;
    margin: auto !important;
}

@media (min-width: 1058px) and (max-width: 1180px)  {
    .proximas-turmas-modalidade-cta {
        height: 240px;
    }
}

@media (min-width: 890px) and (max-width: 1058px)  {
    .proximas-turmas-modalidade-cta {
        height: 270px;
    }
}

@media (min-width: 768px) and (max-width: 890px)  {
    .proximas-turmas-modalidade-cta {
        height: 350px;
    }
}

@media (max-width: 768px)  {
    .proximas-turmas-modalidade-cta {
        height: auto;
    }
}


/*--------------------------------------------------------------
# CTA Block
--------------------------------------------------------------*/
.proximas-turmas-modalidade-cta__block {
    height: 100%;
}

@media (min-width: 992px) {
    .proximas-turmas-modalidade-cta__block {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }
}

/*--------------------------------------------------------------
# CTA no classes
--------------------------------------------------------------*/
.proximas-turmas-modalidade-cta__noclass {
    margin: auto;
}


/*--------------------------------------------------------------
# CTA Line
--------------------------------------------------------------*/
.proximas-turmas-modalidade-cta__line {
    margin: auto;
}

@media (min-width: 768px) {
    .proximas-turmas-modalidade-cta__line {
        display: flex;
        flex: 1;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }
}

@media (min-width: 992px) {
    .proximas-turmas-modalidade-cta__line {
        border-bottom: none;
    }
}

/*--------------------------------------------------------------
# CTA Item
--------------------------------------------------------------*/
.proximas-turmas-modalidade-cta__item {
    flex: 1;
    padding: 20px;
    border-bottom: 2px dotted #e4e4e4;
}

@media (min-width: 768px) {
    .proximas-turmas-modalidade-cta__item {
        border-right: 2px dotted #e4e4e4;
        border-bottom: none;
        padding: 20px 10px;
    }
}

@media (min-width: 768px) {
    .proximas-turmas-modalidade-cta__item:last-child {
        border-right: none;
    }
}

/*--------------------------------------------------------------
# CTA Date
--------------------------------------------------------------*/
.proximas-turmas-modalidade-cta__date {
    font-size: 0.9em;
}

/*--------------------------------------------------------------
# CTA Periodo
--------------------------------------------------------------*/
.proximas-turmas-modalidade-cta__periodo {
    font-size: 0.8em;
    margin: 8px 0;
}

/*--------------------------------------------------------------
# CTA Content
--------------------------------------------------------------*/
.proximas-turmas-modalidade-cta__content {
    font-size: 0.9em;
    line-height: 28px;
    padding: 20px;
}

/*--------------------------------------------------------------
# Shame
--------------------------------------------------------------*/
.inside-article {
    background: #f4fbff !important;
}
