/** 
* Global 
* (reset, corpo da pagina, estilo padrão para parágrafos, listas, etc.) *
**/

body{
  background: #fff;
}

html, body{
  font-family: museo-sans, sans-serif;
}

header{
  margin-top: 40px;
}
h2{
  color: #626262;
}

.auxilio-texto{
  background-color: #00c0f3;
  margin-top:20px;
  font-family: CeraPro;
}

.auxilio-texto h1{
  font-family: CeraPro;
  color: #fff;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 0px;
}

.navbar-auxiliocarioca {
  background-color: #005483;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
  border-radius: 0px;
}

.quem-participa{
  background-color: #005483;
  padding-top: 40px;
  padding-bottom: 30px;
}

.quem-participa h1{
  font-size: 38px;
  font-weight: bold;
  text-align: left;
  color: #fff;
  margin-top:0px;
  margin-bottom:0px;
}

.quem-participa-titulo{
  margin-bottom:10px;
}

.quem-participa img{
  width: 100px;
}

.como-ter-acesso{
  background-color:#f4f4f4;
  padding: 10px;
  padding-top: 0px;
  color:#fff;
}

.como-ter-acesso h1{
  color: #626262;
}

.box-msg{
  padding: 40px;
    background-color: #fff;
    border-radius: 10px;
    font-size: 30px;
    text-align: center;
    margin-top: 40px;
    margin-bottom:40px;
    clear: both;
}

p{
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color:gray;
}

footer{
  background-color: #004a80; 
}

/*Botoes*/

.btn{
  border-radius: 4px !important;
  border: none !important;
  background-image: none !important;
  color: #fff !important;
  text-shadow:none !important;
}

.btn-primary, .btn-primary:hover, .btn-primary:active {
    background-color: #0066cc !important;
}

.btn-default, .btn-default:hover, .btn-default:active{
  color: #464646 !important;
  background-color: #cccccc !important;
}
/**
* Estilo dos Titulos 
**/

h1, h2, h3, h4, h5, h6 {
  font-family: museo-sans, sans-serif;
}

label, .ui-widget {
  font-family: museo-sans, sans-serif;
  color: #7b7b7b;
}

label{
  margin-bottom: 0px;
}
  

section{
  margin-top:50px;
}


.formulario{
  margin-top:20px;
  width:60%;
  margin-bottom:20px;
}



.valor h1{
  text-align: center;
  font-size: 45px;
  font-weight: bold;
}


li{
  list-style-type: none;
}


@media (max-width: 575px){
  quem-participa img{
    width: 80px !important;
  }

  .quem-participa-titulo{
    margin-bottom:15px;
    margin-top:10px;
  }

  .titulo {
    margin-top: 0px;
  }

 .formulario{
    margin-left:0px !important;
    width:100%;
  }

}