  
  div#contato {
      width: 100%;
      float: left;
  }

  .banner iframe {
      width: 100% !important ;
      height: 350px !important;
  }

  .contato h2 {
      font-size: 48px;
      color: #000000;
      font-weight: 600;
      margin-bottom: 10px;
      margin-top: 50px;
  }

   .contato p { 
    width: 520px;
    font-size: 15px;
    font:Lato, sans-serif;    
    margin-bottom: 30px;
    position: relative;
    left: 48%;
    margin-left: -250px;
    color: #000;
  }

  ul.contatos {
      list-style:  none;
      float:  right;
      width: 100%;
     
  }
  .form-horizontal .form-group {
      margin-left: 0px; 
      margin-right: 0px;
      width: 100%;
  }

  ::-webkit-input-placeholder  { 
    color:#000; 

  }
  input:-moz-placeholder { 
    color:#000; 
    margin: 10px auto;
    
  }
  textarea:-moz-placeholder {
   color:#000; 
  }



  textarea  {    
    width: 100%;
    height: 154px;
    border-radius: 0;
    border: none;
    box-shadow: none;
    text-indent: 10px;
  }

  input {
    margin-bottom: 10px;
    width: 100%;
    height: 45px;    
    border-radius: 0;
    border: none;
    box-shadow: none;
    text-indent: 10px;
   

  }

  .row.dois {
    margin-top: 5%;
}

  .contato .button{
    background-color: #000;    
    border-radius:90px; 
    padding:18px 60px ;    
    font-weight:5px;
    letter-spacing: 2px;
    font-size:12px;
    text-transform: uppercase;
    color: #fff; 
    margin-top: 30px;
    margin-bottom: 80px;
  }
  