footer {
  margin-top: 0;
}
body {
  background: white;
}

.navbar-nav>li>a {
    color: #0c101b !important;
}
#imagem2 {
  width: 100%;
  height: 100%;
}
#img-logo {
  width: 80%;
}
#bt-login {
  border-radius: 5px;
  min-width: 45%;
  padding: 15px 0;
  font-weight: bold;
  font-size: 1.6rem;
  background-color: black;
  color: white;
  border: 1px solid white;
}
#bt-login:hover {
  background-color: white;
  color: black;
  border: 1px solid black;
}
#bt-cadastro {
  border-radius: 5px;
  border: none;
  min-width: 45%;
  padding: 15px 0;
  font-weight: bold;
  font-size: 1.6rem;
  background-color: #850001;
  color: white;
  border: 1px solid white;
}
#bt-cadastro:hover {
  background-color: white;
  color: #850001;
  border: 1px solid #850001;
}
#bt-clique {
  border-radius: 5px;
  min-width: 25%;
  padding: 15px 0;
  font-weight: bold;
  font-size: 1.6rem;
  background-color: black;
  color: white;
  border: 5px solid white;
}
#bt-clique:hover {
  background-color: white;
  color: black;
  border: 5px solid white;
}
#titulo-bloco1 {
  font-size: 4rem !important;
  font-weight: bold;
}
#descricao-bloco1 {
  font-size: 2rem;
}
#titulo-bloco2 {
  font-size: 4rem !important;
  font-weight: bold;
}
#descricao-bloco2 {
  font-size: 2rem;
}
#titulo-bloco3 {
  font-size: 6rem !important;
  font-weight: bold;
  text-align: center;
}
.vertical-align {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

#bloco1{
  position: relative;
  height: 60vh;
}
#bloco2{
  background-color: #c93334;
  color: white;
  height: 40vw;
}
#bloco1 .col-md-6, #bloco2 .col-md-6{
  padding: 0 !important;
  height: 100%;
}
#bloco3{
  background-color: black;
  color: white;
  height: 50vh;
}
#bloco3 .conteudo{
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 991px) {
  #bloco2{
    padding-bottom: 0 !important;
  }
  #bloco2 .col-md-6 {
    height: auto;
  }
  #bloco2 #div-titulo-bloco2{
    padding: 0 2rem !important;
  }
  #bloco1, #bloco2, #bloco3, #bloco3 .conteudo{
    height: auto;
  }

  .row .col-md-6 {
    height: auto !important;
  }
  section {
    padding: 3rem 0!important;
  }
  .row {
    padding: 0!important;
    margin: 0!important;
  }
  .vertical-align {
    position: relative;
    top: 0;
    left: 0;
    margin-right: 0;
    transform: unset;
  }
  #img-logo {
    width: 100%;
  }
  #textos-bloco1 {
    text-align: center!important;
  }
  #imagem2 {
    height: auto!important;
  }
  #hamilton {
    display: none!important;
  }
  #bloco3 {
    height: auto!important;
  }
  #titulo-bloco3 {
    font-size: 3rem!important;
  }
  #bt-clique {
    border: 3px solid white!important;
    padding: 15px 10px!important;
  }
  #bt-cadastro {
    padding: 15px 10px!important;
  }
}
