
.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;
    }
}

.aba-box-nossos-campi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.aba-box-nossos-campi a {
    text-decoration: none;
}

.aba-box-nossos-campi .box-campi-aba {
    width: 300px;
    display: flex;
    height: 120px;
    margin: 5px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    border-radius: 10px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
   
}

.aba-box-nossos-campi .box-campi-aba p {
    font-size: 17px;
    position: relative;
    z-index: 10;
    margin: 0;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.aba-box-nossos-campi .box-campi-aba  h5 {
    font-size: 20px;
    margin: 0;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

@media screen and (min-width: 1020px) and (max-width: 1050px) {
    .aba-box-nossos-campi .box-campi-aba {
        width: 200px;
        height: 100px;
    }
}