/*CSS resposivo*/
@media screen and (max-width: 405px) {
a.navbar-brand img{
	width: 200px;
}
.navbar-brand {
    height: 85px !important;
}
.sup-topo{
	height: auto !important;
}
.sup-topo .texto-topo{
	text-align: center;
}
.sup-topo .menu-superior{
	display: none;
}
.titulo-pagina{
	font-size: 27px !important;
    float: none !important;;
    text-align: center;
    margin-top: 0;
}
#formLogin button{
	margin-top: 10px;
}
/**RODAPE**/
.rodape-inferior p{
	text-align:center;
}
.rodape-inferior div{
	float: none !important;
	margin:auto;
	width:60%;
	margin-top:20px;
}
}

@media screen and (min-width: 406px) and (max-width:650px) {
/**MENU**/
a.navbar-brand img{
	width: 200px;
}
.navbar-brand {
    height: 85px !important;
}
/**NOTICIA**/
.noticia-home{
	margin-bottom: 40px;
}
#publicacao, #enquete{
	margin-right: 0 !important;
}
.titulo-pagina{
	font-size: 27px !important;
    float: none !important;;
    text-align: center;
    margin-top: 0;
}
#formLogin button{
	margin-top: 10px;
}

}

@media screen and (min-width: 651px) and (max-width:991px) {
a.navbar-brand img{
	width: 200px;
}
#outros{
	margin-right: 3%;
}
}

@media screen and (max-width: 767px) {
.mobile{
	display:visible !important;
}
/**MENU**/
.menu{
	margin-top: 0 !important;
}

.navbar-toggle .icon-bar{
	background-color:#0096c5 !important;
}
.navbar-nav{
	margin-top: 0 !important;
}
.navbar-nav li{
	border-bottom: 1px solid #b8b8b8;
}
.navbar-brand{
	margin-top: -66px;
}

/**SEARCH**/
.search{
	display: none !important;
}

.div-search{
	display: inherit !important;
	background-color: #fff;    
    position: inherit !important;
}
}

@media screen and (min-width: 768px) {
.mobile{
	display:none !important;
}
}

@media screen and (max-width: 991px) {
.sup-topo{
	height: auto;
}
.sup-topo .texto-topo{
	text-align: center;
	padding-bottom: 5px;
}
.menu-superior{
	display:none;
}

/**OUTRAS AREAS**/

.boxe-home{
	margin-bottom:40px;
}

}

@media screen and (min-width: 768px) and (max-width:991px) {
/**MENU**/
.navbar-nav {
    margin-top: 0 !important;
}
/**OUTRAS AREAS**/
#outros{
	margin-right: 3%;
}
}

@media screen and (min-width: 991px) and (max-width:1280px)  {
a.navbar-brand img{
	width: 270px;
}
}