.custom-container{
    padding:6rem 14px;
}
#menu-lateral{
   position: sticky;
  position: -webkit-sticky;
  top: 130px;
}
.page-content, .entry-content, .entry-summary, .hentry {
  margin: 0;
  overflow: inherit;
}
h1.page-title {
 font-family: 'gt_americaexpanded_black';  
}
.wpcf7-select{
  border-radius: 50px;
 
  font-size: 16px;
  padding: 15px;
  resize: none;

  border: 1px solid #f1f1f1;
  background-color: #f5f5f5;
}
.wpcf7-file{
      border-radius: 50px;
  color: #949494;
  font-size: 16px;
  padding: 10px;
  resize: none;
 width:100%;
  border: 1px solid #f1f1f1;
   background-color: #f5f5f5;
}
.wpcf7-textarea{
    background-color: #f5f5f5;
}