.group-all {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.group {
  flex-direction: column;
  width: 70% !important;
  justify-content: flex-start !important;
}
.group .form-group {
  width: 100% !important;
}
.group-all .group:nth-child(2) {
  margin: 0 0.5rem;
  width: 60%;
}
.group-all .group:nth-child(3) {
  margin: 0 0.5rem;
  width: 60%;
}
.form-group select {
  height: 3rem !important;
}
.fundo-demo {
  background: rgba(230, 237, 245, 1) !important;
}
.fundo-demo .container {
  flex-direction: column !important;
}
.bloco-informacoes {
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.titulo-contato {
  padding-bottom: 0rem !important;
  color: #526e97 !important;
  font-weight: 600 !important;
}
.texto-recursos {
  text-align: center;
  padding: 1rem 0 1rem 0;
  color: #606060;
  font-family: "Montserrat";
  font-size: 1.1rem;
}
.linha-horizontal {
  width: 100%;
  height: 0.3rem;
  background: rgb(32, 68, 120);
  background: linear-gradient(
    90deg,
    rgba(32, 68, 120, 1) 10%,
    rgba(41, 170, 226, 1) 10%
  );
  margin: 2rem 0;
}
.button {
  align-items: center !important;
}
.form-group textarea {
  width: 94% !important;
}
.group-captcha {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
form .form-group {
  width: 100%;
}
.bloco-group {
  width: 70%;
  display: flex;
  align-items: flex-start;
  margin-left: 0.5rem;
}
.fade {
  display: flex;
  margin: 0rem;
  width: 100%;
  padding: 0.5rem 1rem;
  justify-content: space-between;
  align-items: center;
}
.alert {
  position: relative !important;
  margin-bottom: 0rem !important;
  border: none !important;
  font-size: 1rem !important;
  text-align: center;
  border-radius: 0.25rem !important;
  justify-content: space-between !important;
  padding: 0.5rem 1rem !important;
  width: 100%;
}
.fa-check-circle {
  font-size: 3rem;
}
.alert-success {
  background: #0abb87 !important;
  border: 1px solid #0abb87 !important;
  color: #eeeeee !important;
}
.btn-close {
  color: #eeeeee !important;
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat !important;
}
@media (max-width: 1024px) {
  .group-all {
    flex-direction: column;
  }
  .group {
    width: 100% !important;
  }
  .bloco-group {
    width: 100%;
    margin-left: 0;
  }
  .bloco-informacoes {
    padding-bottom: 0rem !important;
  }
}
@media (max-width: 600px) {
  .group-captcha {
    flex-direction: column;
  }
  .form-group textarea {
    width: 100% !important;
  }
  .g-recaptcha {
    margin-bottom: 1rem;
  }
  .titulo-contato {
    text-align: center !important;
  }
}
@media (max-width: 420px) {
  .texto-recursos {
    font-size: 0.9rem;
  }
  .titulo-contato {
    font-size: 1.2rem !important;
  }
  .linha-horizontal {
    margin: 0.5rem 0 1rem 0;
  }
  .bloco-group {
    flex-direction: column;
  }
  .group-all .group:nth-child(2) {
    margin: 0 0rem;
  }
}
