
.box-lista-botoes {
    padding: 40px 0;
}

.box-lista-botoes .curso-det {
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.box-lista-botoes .curso-det:hover, .box-lista-botoes .curso-det:focus, 
    .box-lista-botoes .curso-det:active {
    background-color: #CD363B !important;
    color: #FFFFFF;
}

.bt-campus {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #DDD;
    padding: 15px 0;
    text-align: center;
    color: #000000;
    font-weight: 800;
    cursor: pointer;
    margin-bottom:20px;
}
.bt-campus:hover {
    color: #ffffff; }
.bt-campus.curso-det {
    background-color: #c4c4c4;
    margin-top: 20px; 
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding: 0 20px;
}

.curso_camp h2 {
    font-weight: 800;
    color: #e62e28;
    padding-top: 30px; }

.eng-bt-camp .campus_zonasul:hover .bt-campus {
    background-color: #e62e28; }

.eng-bt-camp .campus_fapa:hover .bt-campus {
    background-color: #276F7D; }

.eng-bt-camp .campus_canoas:hover .bt-campus {
    background-color: #548235; }

.eng-bt-camp .campus_iguatemi:hover .bt-campus {
    background-color: #B25625; }

.bt_curs_zonasul {
    background-color: #e62e28 !important;
    color: #ffffff; }

.bt_curs_fapa {
    background-color: #276F7D !important;
    color: #ffffff; }

.bt_curs_canoas {
    background-color: #548235 !important;
    color: #ffffff; }

.bt_curs_iguatemi {
    background-color: #B25625 !important;
    color: #ffffff; }
.col-xs-6,
.col-md-3 {
    padding:0 15px;
}

/*.slide-with-content.banner-pos {
    height: 500px;
}

.engloba-pos {
    height: 500px;
}

.engloba-pos .item {
    height: 500px;
}*/

@media screen and (min-width: 992px) {
    .bt-campus {
        margin-bottom:0;
    }
}