.modal-obrigado{
  z-index: 999;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  height: 50vh;
}
.modal-bg{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  background-color: #152237;
  opacity: 0.5;
}
.modal-content{
  display: flex;
  flex-wrap: wrap;
  width: 600px;
  padding: 30px;
  margin: 0 auto;
  background-color: #fff;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.modal-titulo{
  display: flex;
  flex-wrap: wrap;
  width: 600px;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  justify-content: center;
}
.modal-titulo h2{
  font-size: 3rem;
  font-weight: 700;
  color: #152237;
  font-family: "lora", sans-serif;
  line-height: 1;
  margin-bottom: 15px;
}
.modal-titulo span{
  font-size: 1.5rem;
  font-weight: 700;
  color: #152237;
  font-family: "lora", sans-serif;
  line-height: 1;
}
.conheca-hover-azul{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.modal-content .conheca-hover-azul button{
  padding: 15px;
  background-color: #152237;
  border: 1px solid #152237;
  color: #fff;
  font-size: 1.5rem;
}
.modal-content .conheca-hover-azul button:hover{
  background-color: #fff;
  color: #152237;
}

@media screen and (max-width: 768px) {
  .forms-container {
    padding: 40px 20px;
  }
  .banner-contato {
    height: 400px;
  }
  .banner-contato h1 span {
    font-size: 3rem;
  }
}

@media screen and (max-width: 600px) {
  .contato-content {
    flex-direction: column;
  }
  .modal-titulo{
    width: 95%;
  }
  .banner-contato h1 {
    margin-bottom: 20px;
    margin-top: 80px;
    font-size: 6vw;
  }
  .banner-contato h1 span{
    font-size: 11vw;
  }
  .conheca-hover-branco {
    margin-right: 0px !important;
  }
  .contato-content div button {
    margin-bottom: 30px;
  }
  .forms-container {
    flex-direction: column-reverse;
  }
  .form {
    width: 100%;
    margin-bottom: 30px;
  }
  .forms-contatos {
    width: 100%;
  }
}
