html, body, main{
  height: 100%;
  width: 100%;
}

.mensagem{
  text-align: right;
  color: #FFF;
}

.formulario{
  height: 100%;
  width: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10000;
}

.bg-formulario{
  margin-left: 0;
  margin-right: 0;
  padding: 40px;
  background-color: #FFF;
}

.menu-s{
  position: fixed;
  width: 100%;
  background-color: #163C7A;
  z-index: 1000;
  padding-top: 10px;
  padding-bottom: 10px;
}
.logo{
  height: 51px;
  background-image: url(../images/logo.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
}

.logo p{
  text-indent: -500000px;
  height: 100%;
  width: 100%;
}

.menu-tag{
  font-size: 1.1em;
  font-style: italic;
  color: #EEEEEE;
}

.juba-vagas{
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 150px;
  margin-bottom: 100px;
  text-align: center;
  background-color: rgba(250, 245, 238, .90)
}

.titulo-juba{
  font-style: italic;
  font-weight: bold;
  font-size: 2em;
}

.sub-titulo-juba{
  font-size: 1.6em;
}

.jumbotron .att{
  font-size: 1.21em;
  margin-bottom: 10px;
  font-style: italic;

}

.collapsed:hover{
  text-decoration: none;
}

.botao-juba{
  background-color: #163C7A;
  color: #FFF !important;
  border: none;
  font-size: 1.6em;
  text-transform: uppercase;
  float: none;
  width: 80%;
  transition: all .5s ease;

}
.botao-juba p{
  margin-bottom: 0;
}
.botao-juba:hover {
  color: #FFF;
  background: #102E5E;
}
.botao-juba:active{
  background: #0C264F;
}


.cont-titulo h2{
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 2.1em;
}

.casa-juba{
  background-image: url(../images/bg.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
}

.sobre{
  font-size: 1.2em;
}

.cadastre{
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.botao-cadastre{
  background-color: #163C7A;
  color: #FFF !important;
  border: none;
  padding: 15px 0;
  font-size: 2em;
  text-transform: uppercase;
  float: none;
  width: 80%;
  transition: all .5s ease;
}
.botao-cadastre:hover {
  color: #FFF;
  background: #102E5E;
}
.botao-cadastre:active{
  background: #0C264F;
}

.lista-diferen ul{
  padding-left: 0;
  list-style: none;
}

.lista-diferen li{
  font-size: 1.2em;
  font-weight: 100;
  padding: 10px 0 10px 10px;
  margin-bottom: 20px;
  border-left: 5px solid #275BB0;
}

.blue{
  color: #275BB0;
}
.perguntas{
  background-color: #163C7A !important;
  color: #FFF !important;
}

.footer{
  padding-bottom: 15px;
  padding-top: 30px;
  width: 100%;
  background-color: #163C7A;
}

.footer-links{
  text-align: right;
  margin-top: 30px;
}

.links-f{
  color: #FFF;
}

.links-f2{
  color: #FFF;
  margin: 20px 0;
}

.links-f a, .links-f a:hover, .links-f2 a, .links-f2 a:hover{
  color: #FFF;
}
.footer-2{
  background: #0C264F;
}

.sumir-jumb, .quebra-botao{
  display: none;
}

.botao-cadastre p{
  margin: 0;
}

@media (min-width: 769px){
  .menu-tag{
    margin: 33px 0 0 40px;
  }
  .sobre{
    padding-top: 30px;
  }

}

@media (max-width: 996px){
  .sobre{
    padding-top: 20px;
  }
}

@media (max-width: 900px){
  .casa-juba{
    background-size: 130%;
  }

  .cadastre{
    padding-top: 15px;
    padding-bottom: 25px;
  }

  .cont-titulo h2{
    margin-top: 25px;
    margin-bottom: 25px;
  }

}

@media (max-width: 768px){
  .logo{
    height: 100px;
  }
  .links-f{
    margin-top: 10px;
    text-align: center;
  }
  .botao-cadastre p{
    font-size: 1em;
    line-height: 1.2;
  }
  .quebra-botao{
    display: block;
  }
  .casa-juba{
    background-size: 150%;
  }
  .juba-vagas{
    margin-top: 230px;
    margin-bottom: 50px;

  }
  .foto-adms{
    margin-bottom: 20px;
    text-align: center;
  }
  .foto-adms img{
    display: inline;

  }

  .sobre{
    text-align: center;
    padding-top: 0px;
  }
}


@media (max-width: 600px){
  .casa-juba{
    background-size: 180%;
  }
}


@media (max-width: 540px){
  .logo{
    height: 80px;
  }
  .botao-cadastre p{
    font-size: .9em;
  }
  .casa-juba{
    background-size: 300%;
  }
  .juba-vagas{
    margin-top: 210px;
    margin-bottom: 50px;
  }
  .foto-orga{
    padding: 5%;
  }


}

@media (max-width: 580px){
  .sumir-jumb{
    display: block;
  }
  .botao-juba{
    line-height: 1.2;
  }
}

@media (max-width: 440px){
  .logo{
    height: 60px;
  }
  .casa-juba{
    background-size: 340%;
  }
  .juba-vagas{
    margin-top: 190px;
    margin-bottom: 50px;
  }
}

@media (max-width: 360px){
  .botao-cadastre p{
    font-size: .8em;
  }
  .botao-juba p{
    font-size: .8em;
  }
}

@media (max-width: 340px){
  .botao-cadastre p{
    font-size: .75em;
  }
  .casa-juba{
    background-size: 380%;
  }

}


@media (max-width: 320px){
  .logo{
    height: 40px;
  }

  .juba-vagas{
    margin-top: 170px;
    margin-bottom: 50px;
  }

  .casa-juba{
    background-size: 520%;
  }
}

.vagas-restantes{
  text-align: center;
  background: #163C7A;
  color: #FFF;
}
.vagas-restantes h3{
  margin-top: 50px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2.6em;
  color: #FFF;
}
.vagas-restantes p{
  margin-top: -15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 5em;
}

.foto-orga{
  border-radius: 50%;
}
