html, body{
    min-height: 100%;
    width: 100%;
    overflow-x: hidden;
    font-family: "Open Sans", Helvetica, sans-serif !important;
    font-size: 12px!important;
    background-color: #FFFFFF!important;
    color: #000000;
    line-height: 1.2;
}
body{
    overflow: visible;
}
#contFloat{
    position: fixed;
    z-index: 1050;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 110px;*/
    box-shadow: 0px 0px 20px #888888;
    background-color: #FFFFFF;
}
.container{
    z-index: 999;
}

#banner{

}

#page{
    position: relative;
    width: 100%;
    top: 0;
    margin-top: 110px;
    z-index: 999;
}
footer{
    position: relative;
    padding-bottom: 15px;
    width: 100%;
    background-color: rgb(128,128,128);
    z-index: 1040;
    -webkit-transform: translate3d(0,0,0);/* Tão importante!!!! */
}

.iconesRedesSociais{
    text-align: left;
    float: left;
    padding-top: 18px;
}

.iconesRedesSociais a:link{
    color: #FFFFFF;
    text-decoration: none;
}

.iconesRedesSociais a:visited{
    color: #FFFFFF;
    text-decoration: none;
}
.iconesRedesSociais a:hover i{
    color: #000000;
    text-decoration: none;
}

.iconesRedesSociais i{
    color: #FFFFFF;
    font-size: 15px;
}

.poweredBy{
    padding-top: 18px;
    text-align: right;
    float: right;
    font-size: 12px;
    font-weight: 400;
    color: #cfcfcf;;
}

.poweredBy a:link{
    color: #cfcfcf;
}

.poweredBy a:visited{
    color: #cfcfcf;
}

.poweredBy a:hover{
    color: #cfcfcf;
}

.btn{
    border-radius: 10px !important;
}

#bannerHome{
    display: none;
}

#url-bex:hover{
	-webkit-filter: invert(100%);
	filter: invert(100%);
}

.poweredBy span a.menu-item{
	/*color:white;*/
}

.poweredBy span a.menu-item:hover{
	color:black;
	text-decoration:none;
}

@media (max-width: 767px) {
    .poweredBy{
        float: left !important;
        text-align: left !important;
    }

    #bannerHome{
        display: block !important;
    }

}

@media (max-width: 991px) AND (min-width: 768px) {
    #bannerHome{
        display: block !important;
    }

}

@media (min-width: 992px) AND (max-width: 1209px){
   
}

@media (min-width: 1210px) {

}
