/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.header_home{
	margin-bottom: 125px;	
}
.header_interna{
	margin-bottom: 200px;	
}
a[name=ocultarTopo]{ float: right; cursor: pointer; }
.topo{
	background: #dcdcdc;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxNyUiIHN0b3AtY29sb3I9IiNkY2RjZGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjJmMmYyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  hsla(0,0%,86%,1) 17%, hsla(0,0%,95%,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(17%,hsla(0,0%,86%,1)), color-stop(100%,hsla(0,0%,95%,1)));
	background: -webkit-linear-gradient(top,  hsla(0,0%,86%,1) 17%,hsla(0,0%,95%,1) 100%);
	background: -o-linear-gradient(top,  hsla(0,0%,86%,1) 17%,hsla(0,0%,95%,1) 100%);
	background: -ms-linear-gradient(top,  hsla(0,0%,86%,1) 17%,hsla(0,0%,95%,1) 100%);
	background: linear-gradient(to bottom,  hsla(0,0%,86%,1) 17%,hsla(0,0%,95%,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#f2f2f2',GradientType=0 );
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#dcdcdc', endColorstr='#f2f2f2')"; /* For Internet Explorer 8 */
	height: 120px;
} 

.container h3 {
	font-family: 'BahamasLight';
	color: #344771;
	font-size: 24px;
	line-height: 30px;
}

.container span {
	font-family: 'Calibri';
	font-size: 14px;
	color: #939599;
}

.container .span4 h3  {
	font-family: 'Verdana';
	font-weight: 300;
	color: #939599;
}

.container .span3 h3  {
	font-family: 'Verdana';
	font-weight: 300;
	color: #939599;
}

.container .span3 p  {
	font-family: 'Verdana';
	font-weight: 300;
	color: #939599;
}

#logo{
	background: url('../img/logo-classificados.png') no-repeat;
}

#logo a {
	margin-top: 30px;
	margin-left: 0px;
	width: 273px;
	height: 60px;
	display:block;
	color:transparent;
	text-indent:-999px;
}

#logo-gcweb{
	background: url('../img/gcweb.png') no-repeat;
	margin-left: 0px;
}

#logo-gcweb a {
	width: 274px;
	height: 104px;
	display:block;
	color:transparent;
	text-indent:-999px;
}

#logo-da {
	margin-top:40px;
}

#barra-azul{
	height: 5px;
	background-color: #3197CE;
	/*-webkit-box-shadow: 0px 4px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 4px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 4px 0px rgba(50, 50, 50, 0.75);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#000,direction=0,strength=1)"; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#000,direction=0,strength=1); /* IE7 and lower */	
}

#login p{
	padding-top:20px;
	font-family: Verdana;
	color: #989898;
	font-size: 20px;
}

#login span{
	font-family: Verdana;
	color: #989898;
	font-size: 12px;
}

.carousel-caption h1{
	font-family: 'BahamasLight';
	color: #fff;
	font-size: 80px;
	font-weight:300;
	text-shadow: 2px 3px 1px rgba(0, 0, 0, 0.6);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#000,direction=120,strength=1)"; /* IE8+ */
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#000,direction=120,strength=1); /* IE7 and lower */
}


#gradient {
	background-image: -moz-linear-gradient(top, #81a8cb, #4477a1); /* Firefox 3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #4477a1),color-stop(1, #81a8cb)); /* Safari & Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#81a8cb', endColorstr='#4477a1'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#81a8cb', endColorstr='#4477a1')"; /* IE8 */
}

#fonte {
	margin-bottom:20px;
	display:block;
}

#div {
	background-color: #3197CE;
	height: 5px;
}

time {
	padding-top:20px;
	font-family: 'BahamasLight';
	font-size: 24px;
	display:block;
}

footer{
	background: url('../img/barra-azul-rodape.png') repeat-x;	
	height:134px;
	text-align: center;
	margin-top: 10px;
}

label{
	font-family: 'Verdana';
    color: #1C5F81;
	font-size: 16px;
	margin-left: 5px;
	font-weight: 600px;
}

.clear{ clear: both; }

/* reescrevendo elementos da bootstrap*/


fieldset {
    border: #cecece 1px solid;
    margin: 0px 10px 0px 0px;
	min-height: 350px;
    padding: 10px;
}

legend {
    border-color: none;
    border-image: none;
    border-style: none;
    border-width: 0;
    color: #888B8C;
    font-size: 16px;
    line-height: 0px;
    margin-bottom: 0px;
    padding: 10px;
	width: 150px;
}

.input-prepend .add-on, .input-prepend .btn {
    margin-right: -6px;
	margin-left: 5px;
}

.noborder {
    border: none;
	overflow: hidden;
}

.hero-unit {
    background-color: transparent;
    padding: 200px 60px 60px 60px;
}

.tab-content [class*="span"] {
    margin-left: 5px;
}

.form-actions {
    background-color: transparent;
    border-top: none;
    margin-bottom: 10px;
    margin-top: 5px;
    padding: 19px 20px 20px;
    clear: left;
}

.pesquisa-fieldset {
	min-height:150px;
    width: 250px;		 
}

.pesquisa-fieldset-data {
	min-height:100px;
    width: 160px;		 
}

.pagination {
    clear: both;
	margin: 10px 5px;
}

.pagination ul li a {
	cursor: pointer;
}


.img-polaroid{
	border: 8px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 10px;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
	cursor: pointer;
}

/**
 * reescrevendo jquery.ui.themes
 * 
 */
.ui-datepicker span {
	color: #1C5F81;
	font-weight: 300;
}
/* ==========================================================================
   HELPER'S
   ========================================================================== */
.titulo{
	font-family: 'Open Sans Condensed', 'Calibri', 'Verdana';
    color: #007AB8;
    font-weight: bold;
    margin: 10px 0;
    padding: 0 0 0 4px;
	font-size: 40px;
}

.barra-titulo{
	background-color: #007AB8;
	height:35px;
	width: 5px;
	float: left;
	margin-right: 5px;
}
 
.barra_divisoria_horizontal{
	background: url('../img/barra_divisoria_horizontal.png') repeat-x;
	height:2px;
	padding:5px;
}
   
.margin-top-3 { margin-top: 30px; }
.margin-top-2 { margin-top: 20px; }
.margin-top-1 { margin-top: 10px; }

.barra-divisoria-grande{
	background: url('../img/barra-divoria.png') no-repeat;
	background-position: -10px -10px;
	float: left;
    height: 300px;
	width:10px;
    opacity: 1;
    position: relative;
    transition: opacity 0.2s ease-in 0s;
}	

.barra-divisoria-extragrande{
	background: url('../img/barra-divoria.png');
	background-position: -10px -10px;
	float: left;
    min-height: 500px;
    max-height: auto;
	margin: 0 5px 0 5px;
	width:10px;
    opacity: 1;
    position: relative;
    transition: opacity 0.2s ease-in 0s;
}	

.barra-divisoria-pequena{
	background: url('../img/barra-divoria.png') no-repeat;
	background-position: -15px -15px;
	float: left;
    height: 45px;
	width:8px;
    opacity: 1;
    position: relative;
    transition: opacity 0.2s ease-in 0s;
	margin-top: 7px;
}	

/*ul {
	list-style-type:none;
}

ul, ol {
    margin: 0 auto;
    padding: 0;
}*/

.lista ul li {
	font-family: 'Verdana';
	font-weight: 300;
	color: #939599;
	font-size: 12px;
	line-height:20px;
}

.beneficios h1, h2, h3 {
	font-family: 'BahamasLight', 'Verdana';
	font-weight: bold;
	color: #052C53;
}


.beneficios ul {
	list-style-type:disc;
}

.beneficios ul li {
	margin-left: 30px;
	line-height: 30px;
	color: #333;
}

.boxPublicarCCB{
	max-width: 600px;
	margin: 5px auto;
	padding: 5px;
	border: 5px solid #3197CE;
	border-radius: 15px 0px 15px 0px;
	 -webkit-box-shadow: 6px 4px 0px rgba(50, 50, 50, 0.75);
		-moz-box-shadow: 6px 4px 0px rgba(50, 50, 50, 0.75);
			 box-shadow: 6px 4px 0px rgba(50, 50, 50, 0.75);
			 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#000,direction=0,strength=1)"; 
				 filter: progid:DXImageTransform.Microsoft.Shadow(color=#000,direction=0,strength=1); /* IE7 and lower */	
}


/* GLOBAL STYLES
-------------------------------------------------- */

/* Remove border and change up box shadow for more contrast */
.navbar .navbar-inner {
	border: 0;
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
	-moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
	box-shadow: 0 2px 10px rgba(0,0,0,.25);
	background: linear-gradient(to bottom, #F2F2F2 1%, #F5F5F5 100%) repeat scroll 0 0 transparent;	
	background: -ms-linear-gradient(center top,  rgba(240,240,240,1) 0%,rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ededed',GradientType=0 );	
}

.navbar-inverse .nav > li > a:hover {
	background: rgb(240,240,240);
	background: -moz-linear-gradient(center top,  rgba(240,240,240,1) 0%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(linear, center top, left bottom, color-stop(0%,rgba(240,240,240,1)), color-stop(100%,rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top,  rgba(240,240,240,1) 0%,rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(center top,  rgba(240,240,240,1) 0%,rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom,  rgba(240,240,240,1) 0%,rgba(237,237,237,1) 100%);	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E0E0E0', endColorstr='#ededed',GradientType=0 );
	border-top-left: 2px;
	border-top-right: 2px;
	box-shadow: 1px 1px 8px rgba(0,0,0,0.2) inset;
	transition: -moz-box-shadow 0.2s ease-out 0s;
	color: #007AB8;

}


/* Navbar links: increase padding for taller navbar */
.navbar .nav > li > a {
  padding: 20px 20px;
  text-shadow: none;
  font-size: 16px;
}


.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
   background: rgb(240,240,240);
	background: -moz-linear-gradient(center top,  rgba(240,240,240,1) 0%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(linear, center top, left bottom, color-stop(0%,rgba(240,240,240,1)), color-stop(100%,rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top,  rgba(240,240,240,1) 0%,rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(center top,  rgba(240,240,240,1) 0%,rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom,  rgba(240,240,240,1) 0%,rgba(237,237,237,1) 100%);	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E0E0E0', endColorstr='#ededed',GradientType=0 );
	border-top-left: 2px;
	border-top-right: 2px;
	box-shadow: 1px 1px 8px rgba(0,0,0,0.2) inset;
	transition: -moz-box-shadow 0.2s ease-out 0s;
	color: #007AB8;
}



/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Carousel base class */
.carousel .container {
  position: absolute;
  right: 0;
  bottom: 0;
}

.carousel-control {
  background-color: transparent;
  border: 0;
  font-size: 120px;
  margin-top: 80px;
  height: 100px;
  width: 60px;
  text-shadow: 0 1px 1px rgba(0,0,0,.4);
}

.carousel .item {
  min-height: 100%;
  max-height: 500px;
}
.carousel img {
  min-width: 100%;
  max-height: 100%;
  max-height: 500px;
}

.limitecarrocel{
    max-width: 1440px !important;
	margin-left: auto;
    margin-right: auto;
}

.carousel-caption {
  background-color: transparent;
  position: static;
  max-width: 550px;
  margin-left: -150px; 
  margin-bottom: 100px;
}
.carousel-caption h1,
.carousel-caption .lead {
  margin: 0;
  line-height: 1.25;
  color: #fff;
  text-shadow: 1 1px 1px rgba(0,0,0,.4);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#000,direction=120,strength=1)"; /* IE8+ */
  filter:progid:DXImageTransform.Microsoft.Shadow(color=#000,direction=120,strength=1); /* IE7 and lower */
}

.carousel-caption .btn {
  margin-top: 10px;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .span4 {
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .span4 p {
  margin-left: 10px;
  margin-right: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}
.featurette {
  padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */
  overflow: hidden; /* Vertically center images part 2: clear their floats. */
}
.featurette-image {
  margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
}

/* Give some space on the sides of the floated elements so text doesn't run right into it. */
.featurette-image.pull-left {
  margin-right: 40px;
}
.featurette-image.pull-right {
  margin-left: 40px;
}

/* Thin out the marketing headings */
.featurette-heading {
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 979px) {

  .container.navbar-wrapper {
	margin-bottom: 0;
	width: auto;
  }
  .navbar-inner {
	border-radius: 0;
	margin: -20px 0;
  }

  .carousel .item {
	height: 500px;
  }
  .carousel img {
	width: auto;
	height: 500px;
  }

  .featurette {
	height: auto;
	padding: 0;
  }
  .featurette-image.pull-left,
  .featurette-image.pull-right {
	display: block;
	float: none;
	max-width: 40%;
	margin: 0 auto 20px;
  }
}

@media (max-width: 1280px) {
	.carousel-caption {
		margin-left:0px; 	
	}	
}

@media (max-width: 1024px) {
	.carousel-caption {
		margin-left: 20px; 	
	}

	.tab-content [class*="span"] {
	    margin-left: 0;
	}
	
	.lista ul li {
	    font-size: 14px;
	}	
	
	.navbar .nav > li > a {
	    font-size: 13px;
	}
	
	#logo-da {
		margin-top: -80px;
	}

	label{
		font-size: 12px;
	}
	
	.ui-widget {
	    font-size: 0.9em;
	}	
}

@media (max-width: 767px) {

  .navbar-inner {
	margin: -20px;
  }

  .carousel {
	margin-left: -20px;
	margin-right: -20px;
  }
  .carousel .container {

  }
  .carousel .item {
	height: 300px;
  }
  .carousel img {
	height: 300px;
  }
  .carousel-caption {
	width: 65%;
	padding: 0 70px;
	margin-bottom: 40px;
  }
  .carousel-caption h1 {
	font-size: 30px;
  }
  .carousel-caption .lead,
  .carousel-caption .btn {
	font-size: 18px;
  }

  .marketing .span4 + .span4 {
	margin-top: 40px;
  }

  .featurette-heading {
	font-size: 30px;
  }
  .featurette .lead {
	font-size: 18px;
	line-height: 1.5;
  }

}

.navbar-fixed-top, .navbar-fixed-bottom {
    z-index: 999;
}

#listaAnuncios{
	width: 100%;
	line-height: 10px;
	overflow: hidden;
}
#listaAnuncios .boxAnuncio{
	width: 170px;
	min-height: 360px;
	border: 1px solid #669999;
	float: left;
	padding: 5px;
	margin: 5px;
}
#listaAnuncios .boxAnuncio .anuncio{
	border-bottom: 1px solid #C6DBDE;
}
#listaAnuncios .boxAnuncio label{
	font-size: 12px;
}
#listaAnuncios .boxAnuncio .imgAnuncio{
	min-height: 120px;
	max-height: 120px;
	margin: 3px;
	overflow: hidden;
	border-bottom: 1px solid #C6DBDE;
	cursor: pointer;
	text-align: center;
}
#listaAnuncios .boxAnuncio .titulo{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	padding: 5px;
	border-top: 1px solid #C6DBDE;
}
#listaAnuncios .boxAnuncio .valor{
	font-weight: bold;
	padding: 5px;
}
#listaAnuncios .boxAnuncio .valorDe{
	font-size: 12px;
	color: #616161;
	padding-bottom: 5px;
	
}
#listaAnuncios .boxAnuncio .valorPor{
	font-size: 16px;
	color: ##014E88;
}
#listaAnuncios form[name=formAnuncios] .acoes{
	height: 30px;
}
.resultadoBusca .acoes{
	padding: 10px 0px 10px 0px;
}
