


.c_info {

    margin-top: 10px;
    
    border: 4px solid #e0be84;
    border-radius: 15px;
    float: left;
    width: 955px;
    height: 800px;
    background-color: white;
}


 footer{
    clear: both;
    width: 960px;
    height:100px;
    background-color: orange;
  }



 #contato{
    font-size: 30px;
    font-weight: 200;
    color: #f7941d;
    font-family: 'source sans pro', arial;
    margin-left: 30px;
    
 }
 #emb{
    font-size: 20px;
    font-weight: bold;

    color: #666666;
    font-family: 'source sans pro', arial;
    margin-left: 30px;
    
    

 }
 #ctx{
  margin-left: 30px;
  color: #666666;
  font-size: 17px;
  font-family: 'source sans pro', arial;

 }
  


  /* formulario inicio*/
  .form{
    float: left;
    width: 600px;
    height: 500px;
    
    margin-left: 10px;
    
    
    
  }
  .textofor{
    width: 460px;
    color: #f7941d;
    font-family:  arial;
    margin-left: 12px;
    font-size: 22px;

    
  }
  .iframe{
    border: 1px solid black;
    border:2px ;
    border-radius: 15px;


  }
  .tbl{
    
    margin-left: 10px;
  }
  .tbl tr{
    color: #666666;
    font-family: helvetica, arial;
    font-size: 16px;


     
   }
   .tbl td{
    padding-top: 10px;
    


   }
   .tbl input{
   
    width: 420px;
    height: 25px;
    font-family: helvetica, arial;
    font-size: 16px;
    border-radius: 5px;
    background-color: white;
    padding: 0;
    


   }
   .tbl select{
    font-family: helvetica, arial;
    font-size: 16px;
    color: #666666;
    width: 420px;
    height: 30px;
    border-radius: 5px;
   }

   .tbl textarea{
    font-family: helvetica, arial;
    font-size: 16px;
    color: #666666;
    width: 420px;
    height: 120px;
    border-radius: 5px;

   }
   #bot{
    color: #666666;
    width: 200px;
    height: 35px;
    border-radius: 5px;
    margin-left: 8px;

   }


   /* formulario fim*/

#map{
  float:left;
  margin-left:580px
  margin-top:-80px;

}
#localizacao{
  margin-left: 80px;
    color: #f7941d;
    font-family:arial;
    font-size: 25px;
    font-weight: bold;

}