/* This code is only meant for previewing your Reflow design. */
.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
}

#brahma_container {
    float: left;
    height: auto;
    margin: 0px 0px 0px 0%;
    clear: none;
    width: 100%;
    min-width: 0px;
}

#brahma_promo {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 180px;
    clear: none;
    width: 693.52117949px;
    margin-right: auto;
}

#image_brahma {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: 0%;
}
#titulo_beat{
    display: none;
}
#sub_titulo{
        display:none;
    }
@media only screen and (max-width: 840px) {
    #brahma_promo {
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: 110px;
    }

    #brahma_container {
        height: auto;
    }
    #titulo_beat{
    display: none;
}
    #sub_titulo{
        display:none;
    }
}
@media only screen and (max-width: 800px) {
    #brahma_promo {
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: 100px;
    }

    #brahma_container {
        height: auto;
    }
    #titulo_beat{
    display: none;
}
    #sub_titulo{
        display:none;
    }
}
@media only screen and (max-width: 768px) {
    #brahma_promo {
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
    }

    #brahma_container {
        height: auto;
    }
    #titulo_beat{
    display: none;
}
    #sub_titulo{
        display:none;
    }
}
