﻿@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	background-color: #FFF;
	margin: 0px;
	padding: 0 0 0 0;
	position:relative;
}
pre { tab-size: 8; }
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

h1,h2,h3,h4,h5,h6{
	font-weight: 600 !important;
}

h1,h2,h3{
	letter-spacing: -1px;
}

a{
	color: #333;
	text-decoration: none;
}

a:hover{
	color: #000;
	text-decoration: none;
}
a.sublink{
	color: #777;
	text-decoration: underline;
}

a.sublink:hover{
	color: #000;
	text-decoration:none;
}
img{
	border:0;
}

header {
	color: #eee;
	border:0 !important;
	border-top:5px solid #FF0000 !important;
	border-bottom:none !important;
	border-radius: 0 !important;
	background:#0e0e0e;
	padding:15px 0 0px 0;
}
footer{
	color: #eee;
	border:0 !important;
	border-top:2px solid #FF0000 !important;
	border-radius: 0 !important;
	background:#0e0e0e;
}


/* NAV */
nav.navbar{
	color: #fff !important;
	border: none !important;
	border-radius: none !important;
	background-color: #333 !important;
	position: relative;
	bottom: -20px;
}
nav a{
	color: #EFE0E0 !important;
}
nav a:hover{
	color: #FFF !important;
}
nav .open a, nav .open a:focus{
	background:#000000 !important;
}
nav ul.dropdown-menu{
	background-color: #000000 !important;
}
nav form button{
	background-color: rgba(0,0,0,.15);
	border-color:#0e0e0e !important;
	border-left:none !important;
	outline: none !important;
}
nav form button i{
	color: #fff;
}


.navbar-default .navbar-toggle .icon-bar{
	background-color: #fff !important;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
	background-color: #000 !important;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	border-color: #000 !important;
}

/*class usada no link da imagem da noticia*/
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #d9534f;
}

/*PANEL - bootstrap*/
.panel-warning {
    border-color: #a7140a;
}
.panel-warning .panel-heading {
    color: #efe0d2;
    background-color: #c4170c;
    border-color: #a7140a;
}


/*ESTILOS PARA BOTOES DE REDE SOCIAL*/
.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 .social {
     -webkit-transform: scale(0.8);
     /* Browser Variations: */
     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
 }

#boxVideos{
	color:#fff !important;
	background:#0e0e0e;
	padding:30px 0;
	margin:30px 0;
	min-height: 150px;
}
#boxVideos a{
	color: #fff;
	-webkit-transition-duration: .4s;
	-moz-transition-duration: .4s;
	-o-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
#boxVideos a:hover{
	color: #ccc;
}

/*CAMPO DE BUSCA NA NAVBAR*/
 #topSearch {
	 	 width: 50%;
		 float: right;
		 color: #fff;
		 border: 1px solid #0e0e0e;
		 border-right: none !important;
		 background-color: rgba(0,0,0,.15);
		 transition: width 0.3s ease-in-out;
		 -webkit-transition: width 0.3s ease-in-out;
		 outline: none;
		 box-shadow: none;
 }
 #topSearch:focus{
		 width: 100%;
		 transition: width 0.3s ease-in-out;
		 -webkit-transition: width 0.3s ease-in-out;
		 outline: none;
		 box-shadow: none;
 }

.titulo-subpagina-box{
	/*background-image: linear-gradient(to bottom, rgba(255,255,255,.1), rgba(255,255,255,.4) 49%, rgba(255,255,255,0) 50%, rgba(255,255,255,.4));*/
	background-color: #DDDDDD;
	background-image: linear-gradient(to top, transparent, rgba(0,0,0,.2) 180%);
	position:relative;
	top:-21px;
	border-bottom: 1px solid #bbb;
	box-shadow: inset 0px 2px 2px #666;
	transition: all .5s;
}
.titulo-subpagina-box:hover{
	background-color:#D4D4D4;
}
.titulo-subpagina-box h1{
	color: #333;
	padding: 20px;
	text-transform: uppercase;
	text-align: center;
	text-align: -webkit-center;
	text-shadow:0px -2px 2px #FFF;
	margin: 0;
}
/*//////////////////////////////*/
/*//// CAROUSEL / CARROSSEL ////*/
/*//////////////////////////////*/


.carousel-caption{
	text-shadow: 1px 1px 1px #000 !important;
}
.carousel-caption a{
	color: #fff;
	text-decoration: none;
}
.carousel-caption a:hover{
	color: #fff;
	text-decoration: none;
}

/*TEXT-CENTER-XS  -  Alinha ao centro em dispositivos moveis pequenos */
/*Smalldevices (landscape phones, 576px and up)*/
@media (min-width: 0px) and (max-width:992px) { .text-center-xs{ display: block; text-align: -webkit-center;	} }


#myCarouselSuperBanner{	border-radius: 3px; box-shadow: 2px 1px 2px #999; background-color: #f5f5f5; display: block; min-height: 65px; max-height: 90px; max-width: 970px; margin:30px 0 30px 0;}
#myCarouselEventos{	border-radius: 3px; box-shadow: 2px 1px 2px #999; background-color: #f5f5f5; display: block; min-height: 200px; max-height: 250px; max-width: 970px; margin:30px 0 30px 0;}

 /*Smalldevices (landscape phones, 576px and up)*/
@media (min-width: 0px) {
	#myCarouselSuperBanner img.tamanho{	min-height: 65px; max-height: 72px; width:100%; }
	#myCarouselEventos img.tamanho{	min-height: 200px; max-height: 207px; width:100%; } 
}

 /*Smalldevices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	#myCarouselSuperBanner img.tamanho{	min-height: 72px; max-height: 81px; min-width:710px; max-width: 800px; }
	#myCarouselSuperBanner img.tamanho{	min-height: 207px; max-height: 225px; min-width:710px; max-width: 800px; }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	#myCarouselSuperBanner img.tamanho{	min-height: 81px; max-height:90px; min-width:800px; max-width: 970px;} /*width:720px height:90px*/
	#myCarouselEventos img.tamanho{	min-height: 225px; max-height:250px; min-width:800px; max-width: 970px;} /*width:720px height:90px*/
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 1050px) {
	#myCarouselSuperBanner img.tamanho{	height: 90px; min-width:880px; max-width: 970px;}
	#myCarouselEventos img.tamanho{	height: 250px; min-width:880px; max-width: 970px;}
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1100px) {
	#myCarouselSuperBanner img.tamanho{	height: 90px; min-width:970px; max-width: 970px; }
	#myCarouselEventos img.tamanho{	height: 250px; min-width:970px; max-width: 970px; }
}


.bannerGeral{	padding:0 10px 10px 10px; text-align:-webkit-center; display: block;}
/*// Large devices (desktops, 992px and up)*/
@media (min-width: 0px) and (max-width: 1199px) {  .banner300x100{ width:100%; max-width: 300px; max-height: 100px; } .banner300x250{ width:100%; max-width: 300px; max-height: 250px; } }

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {  .banner300x100{ width:100%; max-width: 360px; max-height: 120px; } .banner300x250{ width:100%; max-width: 360px; max-height: 300px; } }







/*//////////////////////////////*/
/*//// CAROUSEL / CARROSSEL ////*/
/*//////////////////////////////*/
#myCarouselNoticia{	box-shadow: 0px 0px 3px #333; background-color: #f5f5f5; display: block; min-height: 230px; max-height: 300px; }

 /*Smalldevices (landscape phones, 576px and up)*/
@media (min-width: 0px) { #myCarouselNoticia img.tamanho{	height: 230px; width:100%; } }

 /*Smalldevices (landscape phones, 576px and up)*/
@media (min-width: 576px) { #myCarouselNoticia img.tamanho{	height: 240px; width:100%; max-width: 700px; } }

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { #myCarouselNoticia img.tamanho{	height: 270px; width:100%; max-width: 900px;} }

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { #myCarouselNoticia img.tamanho{	height: 300px; width:100%; max-width: 630px;} }

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { #myCarouselNoticia img.tamanho{	height: 300px; width:100%; max-width: 680px; } }




/*GENERICAS*/
.padding-tudo-zero{
	padding: 0px !important;
}
.padding-tudo-dez{
	padding: 10px !important;
}
.margin-tudo-zero{
	margin: 0px !important;
}
.margin-tudo-dez{
	margin: 10px !important;
}
.padding-top-zero{
	padding-top: 0px !important;
}
.padding-right-zero{
	padding-right: 0px !important;
}
.padding-bottom-zero{
	padding-bottom: 0px !important;
}
.padding-left-zero{
	padding-left: 0px !important;
}
.margin-top-zero{
	margin-top: 0px !important;
}
.margin-right-zero{
	margin-right: 0px !important;
}
.margin-bottom-zero{
	margin-bottom: 0px !important;
}
.margin-left-zero{
	margin-left: 0px !important;
}

.padding-top-dez{
	padding-top: 10px !important;
}
.padding-right-dez{
	padding-right: 10px !important;
}
.padding-bottom-dez{
	padding-bottom: 10px !important;
}
.padding-left-dez{
	padding-left: 10px !important;
}
.margin-top-dez{
	margin-top: 10px !important;
}
.margin-right-dez{
	margin-right: 10px !important;
}
.margin-bottom-dez{
	margin-bottom: 10px !important;
}
.margin-left-dez{
	margin-left: 10px !important;
}
