*{
  margin: 0px;
  padding: 0px;
}

body{
  font-family: arial;
  color: #b6b6b6;
}

img{
  max-width: 100%;
  height: auto;
}

  a{
    text-decoration: none;
    color: #eee;
    font-weight: 500;
  }

  .wraper{
      width: 45%;
      margin: 40px auto;
      overflow: hidden;
      height: 100%;
  }

    header{
      text-align: center;
    }

      hgroup{
        margin: 40px 0px;
      }

        h1{
          font-size: 22px;
          color: #E11C19;
        }

        h2{
          margin: 10px 0px;
          font-size: 16px;
          font-weight: 500;
        }


      .group-left, .group-right, .group-all{
        margin-bottom: 20px;
        width: 100%;
        overflow: hidden;
        height: 100%;
      }

      .group-left{
        float: left;
        width: 48.5%;
      }

      .group-right{
        float: right;
        width: 48.5%;
      }

      input, textarea{
        font-family: arial;
        width: 100%;
        padding: 12px;
        border: 1px solid #2E58A6;
        font-size: 14px;
        color: #777;

        border-radius:7px 7px 7px 7px;
        -webkit-border-radius:7px 7px 7px 7px;
        -moz-border-radius:7px 7px 7px 7px;

        -moz-box-sizing: border-box;
      	-webkit-bgox-sizing: border-box;
      	box-sizing: border-box;
         outline: none;
      }

        input:hover, textarea:hover{
          border-color: #5a5df4;

          -webkit-transition-duration: 1s;
          transition-duration: 1s;
          outline: none;
        }

      .email, .msg, .bt-envia{
        margin-bottom: 20px;
      }

      .bt-envia, .bt-envia2{
        border: none;
        background-color: #2E58A6;
        color: #fff;
      }

      .bt-envia2{ width: 220px; padding: 20px; margin-top: 60px;
        border-radius:7px 7px 7px 7px;
        -webkit-border-radius:7px 7px 7px 7px;
        -moz-border-radius:7px 7px 7px 7px;
      }

      .btApostila{ margin: 40px auto; display: block;  max-width: 220px; padding: 12px; 
        background-color: blueviolet; color: #fff; 
        border-radius:7px 7px 7px 7px;
        -webkit-border-radius:7px 7px 7px 7px;
        -moz-border-radius:7px 7px 7px 7px;
      }

      .bt-envia:hover, .bt-envia2:hover{
        cursor: pointer;

        -webkit-transition-duration: 1s;
        transition-duration: 1s;

        background-color: #5a5df4;
        color: #eee;
      }

.gForm{
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
  height: 100%;
}

footer{
  text-align: center;
  bottom: 0;
  padding: 20px 0px;
  clear: both;

  background-color: #E11C19; 
}

  p{
    color: #eee;
    margin-bottom: 10px;
    font-family: arial;
  }


  /*Smartphone*/

  @media(max-width: 700px){
    .wraper{
        width: 90%;
    }

      .group-left, .group-right{
        width: 100%;
      }
  }
