
#main .container{
  padding-top: 70px;
}
.container div{
   margin-bottom: 0 !important;
   padding-bottom:0 !important;
}
.sessao-contato {
    width: 100%;
    height: 100vh;
    background-color: #f6fffdb2;
    margin-left: 18%;
  }
  
  .contato-wrapper {
    width: 60%;
    height: 30rem;
    display: flex;
  }
  
  .contato-left {
    width: 20%;

  }
  
  .contato-right {
    width: 65%;
    background-color: #eee;
    padding: 1rem 3rem 3rem 3rem;
  }
  
  .sessao-contato h1 {
    width: 100%;
    text-align: center;
    color: #272727;
    font-size: 3rem;
    font-weight: lighter;
  }
  
  .sessao-contato form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .input-group {
    position: relative;
  }
  
  .field {
    background: transparent;
    border: none;
    width: 20rem;
    font-size: 1.5rem;
    height: 3rem;
    outline: none;
    margin: 1rem 0;
  }
  
  .input-group textarea {
    padding-top: 1rem;
    max-width: 25rem;
    max-height: 3rem;
  }
  
  .field-label {
    position: absolute;
    left: 0;
    top: 2rem;
    font-size: 1rem;
    text-transform: uppercase;
    transition: all 0.3s;
  }
  
  .field:focus ~ label {
    top: 1;
    font-size: 0.7rem;

  }

 
  .field:focus {
    border-bottom: 1px solid;
  }
  
  .btn-submit {
    font-size: 1.2rem;
    text-transform: uppercase;
    width: 80%;
    height: 2.5rem;
    margin-top: 1rem;
    letter-spacing: 0.2rem;
    cursor: pointer;
    text-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.5);
    box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.3);
  }
  
  .preenchido{
      pointer-events: none;
  }

  a{
    text-decoration: none;
    color: #076824;
}

a:hover{
    text-decoration: none;
    color: #18830c;
}


.btn-primary {
    
    border: #076824;
    transition: 1s;
    background-color: #076824;
}

.btn-primary:hover{
    border: #076824;
    transition: 1s;
    background-color: #0caa3c;
}


@media only screen and (max-width: 800px)  {

  .sessao-contato {
    background-color: #f6fffdb2;
    display: flex;
  }


#main .container{
    padding-top: 70px;
  }


h1{
    font-size: 24px !important;
}  
    

.sessao-contato {
    width: 120%;
    background-color: #f6fffdb2;

  }
  
  .contato-wrapper {
    width: 100%;
    height: 30rem;
    display: flex;
  }
  
  .contato-left {
    width: 20%;

  }
  
  .contato-right {
    width: 65%;
    background-color: #eee;
    padding: 1rem 3rem 3rem 3rem;
  }
  
  .sessao-contato h1 {
    width: 100%;
    text-align: center;
    color: #272727;
    font-size: 3rem;
    font-weight: lighter;
  }
  
  .sessao-contato form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .input-group {
    position: relative;
  }
  
  .field {
    background: transparent;
    border: none;
    width: 20rem;
    font-size: 1rem;
    height: 3rem;
    outline: none;
    margin: 1rem 0;
  }
  
  .input-group textarea {
    padding-top: 1rem;
    max-width: 25rem;
    max-height: 3rem;
  }
  
  .field-label {
    position: absolute;
    left: 0;
    top: 2rem;
    font-size: 1rem;
    text-transform: uppercase;
    transition: all 0.3s;
  }
  
  .field:focus ~ label {
    top: 1;
    font-size: 0.6rem;

  }

 
  .field:focus {
    border-bottom: 1px solid;
  }
  
  .btn-submit {
    font-size: 0.8rem;
    text-transform: uppercase;
    width: 80%;
    height: 2.5rem;
    margin-top: 1rem;
    letter-spacing: 0.2rem;
    cursor: pointer;
    text-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.5);
    box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.3);
  }
  

  .img-logo{
      width: 4%  !important;
      margin-left: 42%;
  }

  .preenchido{
      pointer-events: none;
  }

  a{
    text-decoration: none;
    color: #076824;
}

a:hover{
    text-decoration: none;
    color: #18830c;
}


.btn-primary{
  display: none;
  
}


}