﻿/*SisBPF*/
.altura {
    margin-top: 80px;
    float: left;
}

#bannerSisBPF {
    height: 730px;
    padding: 0 20px;
    background: url(../Img/sisbpf_banner_fullscreen.png) center #292929;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
}

.boxImg {
    background-color: #ffffff;
    padding-top: 50px;
    position: relative;
    height: 550px;
    text-align: center;
    line-height: 22px;
}

.boxImgSize{
    width:400px;
    height:400px;
}

.boxGrey {
    padding: 30px;
    background-color: #ffffff;
    height: 550px;
}

    .boxGrey h1 {
        color: #414042;
        font-size: 48px;
        text-align: left;
        padding-top: 45px;
        letter-spacing: 2px;
    }

    .boxGrey p {
        color: #414042;
        font-size: 20px;
        text-align: left;
        letter-spacing: 2px;
    }

.wrapSisBPFb01,
.wrapSisBPFb02 {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    float: left;
}

.infosSisBPF01,
.infosSisBPF02 {
    width: 100%;
    margin: 100px 0;
    padding: 0px 0px;
    float: left;
}

#iconCamera {
    background-image: url(../Img/iconCamera.png);
}

#iconMonitoramento {
    background-image: url(../Img/iconMonitoramento.png);
}

#iconRelatorio {
    background-image: url(../Img/iconRelatorio.png);
}

#iconLock {
    background-image: url(../Img/iconLock.png);
}

#iconUpload {
    background-image: url(../Img/iconUpload.png);
}

#iconTarefa {
    background-image: url(../Img/iconTarefa.png);
}


@media screen and (max-width: 1370px) {

    #bannerSisPORTWeb {
        height: 510px;
        background-size: 1350px;
    }
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1024px) {

    #bannerSisBPF {
        height: 380px;
        background-size: 1000px;
    }
}

@media screen and (max-width: 830px) {
}

@media screen and (max-width: 700px) {

    #bannerSisBPF {
        height: auto;
        padding-top: 250px;
        padding-bottom: 30px;
        background: url(../img/sisbpf_banner_700x344.png) center top no-repeat #4C692B;
    }
    .boxImgSize {
        width: 200px;
        height: 200px;
    }
}

@media screen and (max-width: 650px) {
}

@media screen and (max-width: 600px) {
}

@media screen and (max-width: 500px) {
}

@media screen and (max-width: 450px) {
}

@media screen and (max-width: 400px) {
}
/*FIM SisBPF*/
