/* TESTES
-------------------------------------------------- */
/* Apagar tudo quando terminar o layout */

.teste {
	background-color: red;
}

.outline {
	outline: red dotted;
}

/* TOPO
-------------------------------------------------- */

header {
  margin-bottom: 0px;
}
footer {
  margin-top:60px;
}

/* NAVBAR */

ul.nav.navbar-nav {
	font-size: 0.8em;
	text-transform: uppercase;
}

/* HEADER */

body {
	background:url(../imgs/bg-header.jpg) center 42px no-repeat;
}

header .logo {
	background-color:#27AE60;
	padding:20px 10px;
}


header .menu {
	background-color:red;
}

section.conteudo{
  margin-top: 60px;
}

.menu-superior{
	padding: 33px 14px;
  background-color:#D6F5E6;
}

.menu-superior a{
	margin-left:40px;
	font-size:12px;
	font-weight: bold;
	color:#333333;
}
.menu-superior a:hover{
	color:#000;
	text-decoration: none;
}

@media only screen and (max-width: 991px) {
	body {
		background:url(../imgs/bg-header2.jpg) center 42px repeat-x;
	}
	.navbar-cbee {
		width: 100%;
		padding:0px 10px;
	}
	.rodape-logo {
		margin-top:220px;
		text-align: center;
	}
  .logo-bafs {
    text-align: center;
    width: 100%;
    height: auto;
    max-width: 280px;
  }
}

/* NAVBAR - SECUNDARIOS */

.navbar-cbee {
	margin:0px;
}

.navbar-cbee .navbar-nav > li > a {
  color: #2C3631;
  background-color: #BADDCB;
  font-weight: bold;
  font-size: 13px;
  padding: 15px;
}

.navbar-cbee .navbar-nav > li > a:hover,
.navbar-cbee .navbar-nav > li > a:focus {
  color: #000;
  background-color: #B7D9C8;
}

.navbar-cbee .navbar-toggle {
  border-color: #FFF;
}

.navbar-cbee .navbar-toggle:hover,
.navbar-cbee .navbar-toggle:focus {
  background-color: #BADCCB;
}

.navbar-cbee .navbar-toggle .icon-bar {
  background-color: #FFF;
}

.navbar-cbee .navbar-collapse,
.navbar-cbee .navbar-form {
  border-color: #FFF;
}

.navbar-cbee .navbar-nav > .dropdown > a:hover .caret,
.navbar-cbee .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

.navbar-cbee .navbar-nav > .open > a,
.navbar-cbee .navbar-nav > .open > a:hover,
.navbar-cbee .navbar-nav > .open > a:focus {
  background-color: #ABCBBB;
}

.navbar-cbee .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

@media (max-width: 767px) {
  .navbar-cbee .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-cbee .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-cbee .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-cbee .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-cbee .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-cbee .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-cbee .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-cbee .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-cbee .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}

.dropdown-menu > li > a {
  display: block;
  font-size: 0.8em;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #111;
  text-decoration: none;
  background-color: #BADDCB;
}

.content-hotsite-txt{
  font-size: 15px;
  line-height: 150%;
}

.inicial-txt{
  padding: 0px 20px;
  margin-bottom: 40px;
}

a{
  color:#27AE60;
  text-decoration: none;
}

a:hover{
  color:#27AE60;
  text-decoration: underline;
}

@media (min-width: 1200px) {
  .content-hotsite{
    font-size: 13px;
    font-weight: bold;
    padding: 5px 25px;
  }

  .content-hotsite a{
    color:#27AE60;
    text-decoration: none;
  }

  .content-hotsite a:hover{
    color:#27AE60;
    text-decoration: underline;
  }

  p.content-hotsite-txt{
    height: 175px;
    font-size: 13px;
    padding: 0px 8px;
  }

  h1.content-hotsite-tit{
    font-size: 16px;
    font-weight: bold;
    color: #27AE60;
    margin: 20px 0px 0px 0px;
  }

  hr.content-hotsite-hr{
    width: 25px;
    border: 2px solid #27AE60;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .content-hotsite{
    font-size: 13px;
    font-weight: bold;
    padding: 5px 20px;
  }

  .content-hotsite a{
    color:#27AE60;
    text-decoration: underline;
  }

  .content-hotsite a:hover{
    color:#27AE60;
    text-decoration: none;
  }

  p.content-hotsite-txt{
    height: 215px;
    font-size: 13px;
    padding: 0px 4px;
  }

  h1.content-hotsite-tit{
    font-size: 16px;
    font-weight: bold;
    color: #27AE60;
    margin: 20px 0px 0px 0px;
  }

  hr.content-hotsite-hr{
    width: 25px;
    border: 2px solid #27AE60;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .content-hotsite{
    font-size: 13px;
    font-weight: bold;
    padding: 5px 40px;
    margin-bottom: 20px;
  }

  .content-hotsite a{
    color:#27AE60;
    text-decoration: underline;
  }

  .content-hotsite a:hover{
    color:#27AE60;
    text-decoration: none;
  }

  p.content-hotsite-txt{
    height: 130px;
    font-size: 12px;
  }

  h1.content-hotsite-tit{
    font-size: 16px;
    font-weight: bold;
    color: #27AE60;
    margin: 20px 0px 0px 0px;
  }

  hr.content-hotsite-hr{
    width: 25px;
    border: 2px solid #27AE60;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px){
  .content-hotsite{
    font-size: 14px;
    font-weight: bold;
    padding: 5px 20px;
    margin: 0 auto;
    margin-bottom: 50px;
    max-width: 350px;
  }

  .content-hotsite a{
    color:#27AE60;
    text-decoration: underline;
  }

  .content-hotsite a:hover{
    color:#27AE60;
    text-decoration: none;
  }

  p.content-hotsite-txt{
    height: 160px;
    font-size: 14px;
  }

  h1.content-hotsite-tit{
    font-size: 16px;
    font-weight: bold;
    color: #27AE60;
    margin: 20px 0px 0px 0px;
  }

  hr.content-hotsite-hr{
    width: 25px;
    border: 2px solid #27AE60;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

.slide{
  /*margin-bottom: 20px;*/
  /*z-index: 1;
  position: absolute;*/
  background:url(../imgs/bg-inicial.jpg) center no-repeat;
  padding: 85px 0px;
  text-align: center;
}

.slide-urubu-mobile{
  /*margin-bottom: 20px;*/
  width: 100%;
  background:url(../imgs/bg-urubumobile.jpg) center no-repeat;
  padding: 0px 0px;
  text-align: center;
}

.slide-urubu-web{
  /*margin-bottom: 20px;*/
  background:url(../imgs/bg-urubuweb.jpg) center no-repeat;
  padding: 141px 0px;
  text-align: center;
}

.slide-urubu-map{
  /*margin-bottom: 20px;*/
  background:url(../imgs/bg-urubumap.jpg) center no-repeat;
  padding: 141px 0px;
  text-align: center;
}

.slide-urubu-validador{
  /*margin-bottom: 20px;*/
  background:url(../imgs/bg-avaliador.jpg) center no-repeat;
  padding: 141px 0px;
  text-align: center;
}


@media (min-width: 1200px) {

  /*Urubu MOBILE*/
  .sobre-urubumobile{
    z-index: 2;
    position: relative;
    text-align: center;
    padding: 0px;
    margin-top: 80px;
    margin-bottom: 50px;
  }

  .sobre-urubumobile-link{
    z-index: 3;
    position: absolute;
    width: 100%;
    margin-top: 82px;
  }

  .sobre-urubumobile-link-left{
    width: 50%;
    height: 400px;
    background: transparent;
    float: left;
  }

  .sobre-urubumobile-link-left a{
    width: 100%;
    height: 400px;
    display: block;
  }

  .sobre-urubumobile-link-right{
    width: 50%;
    height: 400px;
    background: transparent;
    float: right;
  }

  .sobre-urubumobile-link-right a{
    width: 100%;
    height: 400px;
    display: block;
  }

  img.img-responsive-2{
    height: auto;
    max-width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  /*Urubu MOBILE*/
  .sobre-urubumobile{
    z-index: 2;
    position: relative;
    text-align: center;
    padding: 0px;
    margin-top: 80px;
    margin-bottom: 50px;
  }

  .sobre-urubumobile-link{
    z-index: 3;
    position: absolute;
    width: 100%;
  }

  .sobre-urubumobile-link-left{
    width: 50%;
    height: 400px;
    background: transparent;
    float: left;
  }

  .sobre-urubumobile-link-left a{
    width: 100%;
    height: 400px;
    display: block;
  }

  .sobre-urubumobile-link-right{
    width: 50%;
    height: 400px;
    background: transparent;
    float: right;
  }

  .sobre-urubumobile-link-right a{
    width: 100%;
    height: 400px;
    display: block;
  }

  img.img-responsive-2{
    height: auto;
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /*Urubu MOBILE*/
  .sobre-urubumobile{
    z-index: 2;
    position: relative;
    text-align: center;
    padding: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .sobre-urubumobile-link{
    z-index: 3;
    position: absolute;
    width: 100%;
  }

  .sobre-urubumobile-link-left{
    width: 50%;
    height: 340px;
    background: transparent;
    float: left;
  }

  .sobre-urubumobile-link-left a{
    width: 100%;
    height: 340px;
    display: block;
  }

  .sobre-urubumobile-link-right{
    width: 50%;
    height: 340px;
    background: transparent;
    float: right;
  }

  .sobre-urubumobile-link-right a{
    width: 100%;
    height: 340px;
    display: block;
  }

  img.img-responsive-2{
    height: auto;
    max-width: 100%;
  }
}

@media (min-width: 550px) and (max-width: 767px) {
  /*Urubu MOBILE*/
  .sobre-urubumobile{
    z-index: 2;
    position: relative;
    text-align: center;
    padding: 0px;
    margin-top: 100px;
    margin-bottom: 50px;
  }

  .sobre-urubumobile-link{
    z-index: 3;
    position: absolute;
    width: 100%;
  }

  .sobre-urubumobile-link-left{
    width: 50%;
    height: 310px;
    background: transparent;
    float: left;
  }

  .sobre-urubumobile-link-left a{
    width: 100%;
    height: 310px;
    display: block;
  }

  .sobre-urubumobile-link-right{
    width: 50%;
    height: 310px;
    background: transparent;
    float: right;
  }

  .sobre-urubumobile-link-right a{
    width: 100%;
    height: 310px;
    display: block;
  }

  img.img-responsive-2{
    height: auto;
    max-width: 100%;
  }

}

@media (max-width: 549px) {
  /*Urubu MOBILE*/
  .sobre-urubumobile{
    z-index: 2;
    position: relative;
    text-align: center;
    padding: 0px;
    margin-top: 180px;
    margin-bottom: 50px;
  }

  .sobre-urubumobile-link{
    z-index: 3;
    position: absolute;
    width: 100%;
  }

  .sobre-urubumobile-link-left{
    width: 50%;
    height: 250px;
    background: transparent;
    float: left;
  }

  .sobre-urubumobile-link-left a{
    width: 100%;
    height: 250px;
    display: block;
  }

  .sobre-urubumobile-link-right{
    width: 50%;
    height: 250px;
    background: transparent;
    float: right;
  }

  .sobre-urubumobile-link-right a{
    width: 100%;
    height: 250px;
    display: block;
  }

  img.fundo-responsive{
    height: auto;
    max-width: 100%; 
  }

  img.img-responsive-2{
    height: auto;
    max-width: 100%;
  }
}

/*Urubu em seu site*/
.panel-success>.panel-heading {
  color: #000 !important;
  background-color: #BADCCB !important;
  border-color: #BADCCB !important;
  font-size: 16px;
}

.atropelometro-embed{
  margin-bottom: 20px;
}

/*Formulário avaliadores*/

.carregando{
  color:#666;
  display:none;
}

@media (min-width: 1200px) {
  .form-group-left{
    width: 47%;
    float: left;
  }

  .form-group-right{
    width: 47%;
    float: right;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .form-group-left{
    width: 47%;
    float: left;
  }

  .form-group-right{
    width: 47%;
    float: right;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .form-group-left{
    width: 47%;
    float: left;
  }

  .form-group-right{
    width: 47%;
    float: right;
  }

}

@media (max-width: 767px) {
  .form-group-left{
    width: 100%;
  }

  .form-group-right{
    width: 100%;
  }
} 

@media (min-width: 992px) {
  .atropelometro-embed-left{
    float: left;
  }

  .atropelometro-embed-right{
    float: right;
  }
}

@media (max-width: 991px) {
  .atropelometro-embed-left{
    float: left;
    margin: 0px 10px 0px 10px
  }

  .atropelometro-embed-right{
    float: left;
     margin: 0px 10px 0px 10px
  }
}

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

.panel-default a:hover{
  color: #666;
  text-decoration: underline;
}
/* FOOTER */

.rodape-nav {
	padding:40px 0;
	color:#fff;
}

.rodape-nav a {
	color: #fff;
}

.rodape-creditos {
	background-color:black;
	padding:10px 0;
	color:#AAAAAA;
	font-size: 10px;
}