/*--------------------------------------------------------------
# Layout (min-width: 768px)
--------------------------------------------------------------*/
@media (min-width: 768px) {

}

/*--------------------------------------------------------------
# Layout (min-width: 992px)
--------------------------------------------------------------*/
@media (min-width: 992px) {

}

/*--------------------------------------------------------------
# CTA
--------------------------------------------------------------*/
#proximas-turmas-cta {
    text-align: center;
    background: #fff;
    box-shadow: 2px 8px 18px 0 rgba(0, 0, 0, .15);
}

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

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

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

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

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


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

/*--------------------------------------------------------------
# CTA GoTo
--------------------------------------------------------------*/
.proximas-turmas-cta__goto {
    box-sizing: border-box;
    min-width: 100%;
    padding: 20px;
}

@media (min-width: 768px) {
    .proximas-turmas-cta__goto.mw50,
    .proximas-turmas-cta__goto.mw33,
    .proximas-turmas-cta__goto.mw25 {
        border-top: 2px dotted #e4e4e4;
    }
}

@media (min-width: 992px) {
    .proximas-turmas-cta__goto.mw50,
    .proximas-turmas-cta__goto.mw33,
    .proximas-turmas-cta__goto.mw25 {
        border-left: 2px dotted #e4e4e4;
        border-top: none;
    }
}

@media (min-width: 992px) {
    .proximas-turmas-cta__goto.mw50 {
        min-width: 50%;
    }
}

@media (min-width: 992px) {
    .proximas-turmas-cta__goto.mw33 {
        min-width: 33.33%;
    }
}

@media (min-width: 992px) {
    .proximas-turmas-cta__goto.mw25 {
        min-width: 25%;
    }
}

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

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

/*--------------------------------------------------------------
# CTA Title
--------------------------------------------------------------*/
.proximas-turmas-cta__title {
    font-size: 1.6em;
    font-weight: 700;
    line-height: 28px;
}

/*--------------------------------------------------------------
# CTA Button
--------------------------------------------------------------*/
.proximas-turmas-cta__button,
.proximas-turmas-cta__button:visited {
    background-color: #00aab0;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 12px 20px;
    text-transform: uppercase;
}

.proximas-turmas-cta__button:hover {
    background-color: #007679;
    color: #fff;
}

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