.bonusLoteEspecial {
    float: left;
    width: 100%;
    background-color: #0F1A2A;
    padding: 50px 0 100px 0;
}

.bonusLoteEspecial h2 {
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin: 0 0 50px 0;
    line-height: 36px;
    font-size: 26px;
}

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

.bonusLoteEspecial .textos h3 {
    float: left;
    width: 100%;
    color: #F09C00;
    font-weight: bold;
    margin: 0 0 10px 0;
    line-height: 32px;
    font-size: 22px;
}

.bonusLoteEspecial .textos .subtitulo {
    float: left;
    width: 100%;
    color: #fff;
    font-weight: bold;
    margin: 0 0 30px 0;
    line-height: 30px;
    font-size: 20px;
}

.bonusLoteEspecial .textos p {
    color: #CBD4E1;
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
}

.bonusLoteEspecial .textos p.margin {
    margin-bottom: 20px;
}

.bonusLoteEspecial figure {
    text-align: center;
    position: relative;
}

.bonusLoteEspecial figure::after {
    content: "";
    width: 1px;           /* Set width and height to create a square initially */
    height: 1px;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-box-shadow: inset -1px 3px 8px 5px #1F87FF, 2px 5px 16px 0px #0B325E, 9px 13px 100px 100px rgba(255,255,255,0.2); 
    box-shadow: inset -1px 3px 8px 5px #1F87FF, 2px 5px 16px 0px #0B325E, 9px 13px 100px 100px rgba(255,255,255,0.2);
}

.bonusLoteEspecial figure img {
    z-index: 2;
}

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

    .bonusLoteEspecial {
        padding: 40px 0;
    }

    .bonusLoteEspecial h2 {
        margin: 0 0 35px 0;
        line-height: 32px;
        font-size: 22px;
    }

    .bonusLoteEspecial .boxBaixo {
        flex-direction: column-reverse;
    }

    .bonusLoteEspecial .boxBaixo .col-sm-6 {
        float: left;
        width: 100%;
        max-width: 100%;
    }

    .bonusLoteEspecial .boxBaixo .textos {
        margin-top: 40px;
    }

}