.bonusVadeMecum {
    float: left;
    width: 100%;
    padding: 70px 0;
    background: #0F1A2A;
    overflow: hidden;
}

.bonusVadeMecum .boxTop {
    display: flex;
    align-items: center;
    float: left;
    width: 100%;
}

.bonusVadeMecum .boxTop h2 {
    float: left;
    width: 100%;
    color: #fff;
    font-weight: 600;
    margin: 0 0 25px 0;
    line-height: 32px;
    font-size: 22px;
}

.bonusVadeMecum .boxTop h2 strong {
    color: #F09C00;
}

.bonusVadeMecum .boxTop p {
    color: #CBD4E1;
    float: left;
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
}

.bonusVadeMecum .boxTop small {
    color: #CBD4E1;
    float: left;
    margin: 0;
    font-size: 11px;
    line-height: 24px;
    font-weight: 300;
}

.bonusVadeMecum .boxTop figure {
    text-align: center;
}

.bonusVadeMecum .boxBaixo {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.bonusVadeMecum .boxBaixo .boxSlide {
    float: left;
    width: 100%;
    overflow: auto;
    padding-bottom: 20px;
}

.bonusVadeMecum .boxBaixo .boxSlide img {
    min-width: 1216px!important;
}

@media only screen and (max-width: 1200px) {

    .bonusVadeMecum h2 br,
    .bonusVadeMecum p br {
        display: none;
    }

}

@media only screen and (max-width: 900px) {

    .bonusVadeMecum {
        padding: 40px 0;
    }

    .bonusVadeMecum .boxTop {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .bonusVadeMecum .boxTop .col-sm-7,
    .bonusVadeMecum .boxTop .col-sm-5 {
        float: left;
        width: 100%;
        max-width: 100%;
    }

    .bonusVadeMecum .boxTop figure {
        margin-top: 40px;
        text-align: center;
    }

}

@media only screen and (max-width: 768px) {

    .bonusVadeMecum .boxTop h2 {
        line-height: 32px;
        font-size: 22px;
    }

}