
/*Distância do topo*/
.ftco-section {
    padding: 5em 0;
}

.btnAzulHover:hover {
    background-color: #1b6ec2;
}

.wrap {
    width: 100%;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
}

.text-wrap, .login-wrap {
  width: 50%; }
  @media (max-width: 991.98px) {
    .text-wrap, .login-wrap {
      width: 100%; } }

.text-wrap {
    background: #363636;
    background: -moz-linear-gradient(-45deg, #363636 0%, #363636 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #363636), color-stop(100%, #363636));
    background: -webkit-linear-gradient(-45deg, #363636 0%, #363636 100%);
    background: -o-linear-gradient(-45deg, #363636 0%, #363636 100%);
    background: -ms-linear-gradient(-45deg, #363636 0%, #363636 100%);
    background: -webkit-linear-gradient(315deg, #363636 0%, #363636 100%);
    background: -o-linear-gradient(315deg, #363636 0%, #363636 100%);
    background: linear-gradient(135deg, #363636 0%, #363636 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363636', endColorstr='#363636', GradientType=1 );
    color: #fff;
}
  .text-wrap .text h2 {
    font-weight: 900;
    color: #fff; }

.login-wrap {
  position: relative;
  background: #fff; }
  .login-wrap h3 {
    font-weight: 300; }

