#bootslider{
    position: fixed !important;
    top: 0;
    margin-top: 110px !important;
    z-index: 0 !important;
    width: 1190px !important;
    /*border:1px solid red;*/
}



.bootslider{

}

.bs-slide{
    height:507px;
}

.tituloProjetoBanner{
    font-size: 22px;
    color: rgb(128,128,128);
    font-style: italic;
    margin-top: 5px;
}

.textoProjetoBanner{
    margin-top: 10px;
    font-size: 13px;
    color: #000000;
}

.bs-foreground i {
    font-size: 30px;
    font-weight: 400;
    color: rgb(128,128,128);;
}

#bannerHome{
    position: fixed;
    top: 0;
    margin-top: 110px;
    height: 507px;
    width: 100%;
    display: none;
}


#carousel3 .carousel-inner>.item{
    width: 100%;
    height: 507px;
    background-size: cover;
    background-position: top center;
}

@media (max-width: 767px) {
    .hiddenBanner{
        display: none !important;
    }

    #bannerHome{
        display: none !important;
    }
}

@media (max-width: 991px) AND (min-width: 768px) {
    .hiddenBanner{
        display: none !important;
    }

    #bannerHome{
        display: block !important;
    }
}

@media (min-width: 992px) AND (max-width: 1209px){
    #bootslider{
        width: 950px !important;
        /*border:1px solid blue !important;*/
        margin-top: 20px !important;
    }


}

@media (min-width: 1210px) {

}