/* =============== GERAL ======================*/
.menu-footer ul.level-0 li:last-child {
    margin: 0;
    float: left;
}

/* =============== SERVICOS HOME ======================*/
.home .servicos {
    width: 100%;
    color: #fff;
    background: #003468 linear-gradient(90deg, #003468 50%, #00274e 50%);
}

.home .servicos .container {
    padding-bottom: 20px;
}

.home .servicos h3 {
    margin-bottom: 15px;
}

.home .servicos .btn {
    padding-left: 11px;
    padding-right: 11px;
}

/*================= LISTA DE CURSOS ============================================ */
#curso .item-list .texto {
    margin-bottom: 30px;
}

.item-list .detalhes {
    display: block;
    border-top: 1px #CACACA dotted;
    padding: 10px 0 0;
    position: absolute;
    overflow: hidden;
    z-index: 2;
    bottom: 0;
    width: calc(100% - 30px);
    margin: 10px 0;
}

#curso .modalidade h2 {
    margin-top: 0;
}

#curso .modalidade-desc {
    background: #fafafa;
    border: 1px #E5E5E5 solid;
    padding: 15px;
    margin: 0 0 30px;
}

/*================= LISTA DE VAGAS ============================================ */

.conteudo #vagas .titulo {
    font-weight: 700;
}

.conteudo #vagas h4 {
    text-transform: uppercase;
    font-weight: 300;
}

.item-list.hover h3,
.item-list.hover a,
.item-list.hover .data,
.item-list.hover .detalhes,
.item-list.hover {
    color: #fff;
    border-color: #fff;
}

.item-list.hover .anima-back {
    height: 100%;
    transition: height .4s;
}

.item-list.hover .shadow {
    opacity: .4;
    transition: opacity .4s;
}

.item-list.hover .item-container {
    top: -15px;
    transition: top .4s;
}

/*================= DETALHES CURSO ============================================ */
.leitura .turmas {
    line-height: 1.7em;
    background-color: #F6F6F6;
    border: 1px solid #ddd;
    border-top: none;
    padding: 20px 25px;
    overflow: hidden;
}

.leitura .turmas .page-header {
    margin-top: 15px;
}

.leitura .turmas h2 {
    margin: 0 0 -1px;
}

.leitura .turmas .table {
    background: #FFF;
}

.leitura.curso .texto {
    position: relative;
}

.leitura .turmas .table th {
    font-weight: bold;
}

.leitura .turmas .table td {
    vertical-align: middle;
}

.leitura .turmas .table a {
    font-size: 1.5em;
}

.leitura .info {
    font-size: 12px;
    margin: 20px 0 0;
    color: #888;
    font-style: italic;
}

.leitura .investe {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #003468;
    padding: 15px;
    text-align: center;
    color: #fff;
    font-weight: 900;
    font-size: 1.8em;
}

.leitura .investe span {
    display: block;
    text-transform: lowercase;
}

/*================= FORM INSCRICAO ============================================ */
.info-turma {
    margin-bottom: 30px;
}

.info-turma h3 {
    margin-bottom: 20px;
}

.info-turma h3:first-child {
    margin-top: 0;
}

.info-turma h4 {
    margin: 10px 0 0;
    font-weight: bold;
}

.info-turma .investe {
    color: #00CC00;
}

#check-cpf {
    display: block;
    position: absolute;
    left: 60px;
    top: 0;
    height: 20px;
    overflow: hidden;
}

#check-cpf span, #check-cpf strong {
    font-size: 12px;
}

#check-cpf .ok {
    color: #00CC00;
}

#check-cpf .nao-tem {
    color: #b11;
}

/*========== + IEL ================*/
.programas {
    overflow: hidden;
    background: #f7f7f7;
    padding-bottom: 60px;
}

.programas .programa-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.programas .programa-menu li a {
    padding: 12px;
    border: 1px #d7d8d7 solid;
    border-bottom: none;
    font-weight: 700;
    font-size: 1.1em;
    display: block;
    width: 100%;
}

.programas .programa-menu li:last-child a {
    border-bottom: 1px #d7d8d7 solid;
}

.programas .programa-menu li a.active, .programas .programa-menu li a:active {
    background-color: #ededed;
    border-left: 5px #e30614 solid;
    color: #e30614;
    text-decoration: none;
}

.programas .programa {
    background-color: #ededed;
    border: 1px #d7d8d7 solid;
    padding: 15px;
    position: relative;
}

.programas .programa h3 {
    color: #003368;
    padding: 0;
    margin: 0 0 15px;
    font-weight: 700;
}

.programas .programa-img img {
    border: 1px #d7d8d7 solid;
    margin-bottom: 15px;
}

.programas .programa-texto {
    margin-bottom: 10px;
    line-height: 1.6em;
}
