.linha{
      display: table;
      width: 100%;
   }
   .coluna-2{
      float: left;
      width: 47.4%; 
   }
   .coluna-4{
      width: 22% !important;
   }
   .coluna-3{
      float: left;
      width: 36.2%; 
   }   
   .formContato {  
     width: 100%;  
   }  
   .formContato select {  
     width: 90%;  
     height: 35px;
     margin-left: 10px;  
     margin-right: 10px;  
   }
    .coluna-2 input, select {  
     width: 98% !important;  
     height: 35px;
     margin-left: 10px;  
     margin-right: 10px;  
   }
  .coluna-3 input {  
     width: 98% !important;  
     height: 35px;
     margin-left: 10px;  
     margin-right: 10px;  
   } 
   .formContato .coluna-1 {  
     width: 94% !important;  
     margin-left: 10px;  
     margin-right: 10px;  
   }  
   .formContato textarea {  
     width: 94%;  
     margin-left: 10px;  
     margin-right: 10px;  
   }  
   .botaoContato {  
     margin-left: 10px;  
     margin-right: 10px;  
     margin-top: 1px;  
   }  
   .pgContato input, select{  
     padding-left: 20px;  
     color: #292929;  
     font-size: 13px;  
     
     border: 1px solid #E9E9E9;  
     -moz-border-radius: 5px;  
     -webkit-border-radius: 5px;  
     border-radius: 5px;  
     height: 40px;  
     margin-bottom: 20px;  
     border-bottom: 1px solid #ccc;  
     border-left: 1px solid #ccc;  
   }  
   .pgContato textarea {  
     padding-left: 20px;  
     color: #292929;  
     font-size: 14px;   
     border: 1px solid #E9E9E9;  
     -moz-border-radius: 5px;  
     -webkit-border-radius: 5px;  
     border-radius: 5px;  
     height: 200px;  
     margin-bottom: 20px;  
     border-bottom: 1px solid #ccc;  
     border-left: 1px solid #ccc;  
   }  
   .botaoContato {  
     border-radius: 4px;  
     color: #fff;  
     padding: 2px 40px;  
     height: 40px;  
     margin-top: 18px;  
     opacity: 0.9;  
     margin-bottom: 20px;  
     cursor: pointer;  
     background: #B22222;  
     display: inline-block;  
     border: none;  
     border-bottom: 1px solid #500707;  
     border-right: 1px solid #500707;  
   }  
   .botaoContato:hover {  
     opacity: 1.0;  
     transition: 1s;  
   }

   .disc li{
     list-style-type: disc;
   }

   #industrial .title-h4{
     margin-top: 25px;
   }