footer {
    padding: 7em 0; }
  
  .footer-06 {
    padding-top: 0 !important;
    background: #343435;
    position: relative;
    overflow: hidden;
    z-index: 0; }
    .footer-06:after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        opacity: .2;
        z-index: -1;
        background: #728C4A; /* Cor de fallback */
        background: -moz-radial-gradient(center, ellipse cover, #728C4A 0%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #728C4A), color-stop(100%, rgba(255, 255, 255, 0)));
        background: -webkit-radial-gradient(center, ellipse cover, #728C4A 0%, rgba(255, 255, 255, 0) 100%);
        background: -o-radial-gradient(center, ellipse cover, #728C4A 0%, rgba(255, 255, 255, 0) 100%);
        background: -ms-radial-gradient(center, ellipse cover, #728C4A 0%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-radial-gradient(center, ellipse, #728C4A 0%, rgba(255, 255, 255, 0) 100%);
        background: -o-radial-gradient(center, ellipse, #728C4A 0%, rgba(255, 255, 255, 0) 100%);
        background: radial-gradient(ellipse at center, #728C4A 0%, rgba(255, 255, 255, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#728C4A', endColorstr='#ffffff', GradientType=1 ); 
  }
  
    .footer-06 .subheading {
      color: rgba(255, 255, 255, 0.3);
      text-transform: uppercase;
      letter-spacing: 2px; }
    .footer-06 .heading-section {
      color: #fff;
      font-size: 30px;
      text-transform: uppercase; }
    .footer-06 .footer-heading {
      font-size: 20px;
      color: #fff;
      margin-bottom: 20px; }
      .footer-06 .footer-heading .logo {
        color: #fff; }
    .footer-06 p {
      color: rgba(255, 255, 255, 0.3); }
    .footer-06 a {
      color: #fff; }
    .footer-06 .list-unstyled li a {
      color: rgba(255, 255, 255, 0.5); }
    .footer-06 .subscribe-form {
      border-radius: 40px;
      background: #fff;
      padding: 3px; }
      .footer-06 .subscribe-form .form-group {
        position: relative;
        margin-bottom: 0;
        border-radius: 0; }
        .footer-06 .subscribe-form .form-group input {
          background: transparent !important;
          border: none !important;
          outline: none !important;
          color: rgba(0, 0, 0, 0.3) !important;
          font-size: 16px;
          height: 56px;
          border-radius: 0; }
          .footer-06 .subscribe-form .form-group input::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: rgba(0, 0, 0, 0.3) !important; }
          .footer-06 .subscribe-form .form-group input::-moz-placeholder {
            /* Firefox 19+ */
            color: rgba(0, 0, 0, 0.3) !important; }
          .footer-06 .subscribe-form .form-group input:-ms-input-placeholder {
            /* IE 10+ */
            color: rgba(0, 0, 0, 0.3) !important; }
          .footer-06 .subscribe-form .form-group input:-moz-placeholder {
            /* Firefox 18- */
            color: rgba(0, 0, 0, 0.3) !important; }
          .footer-06 .subscribe-form .form-group input:focus {
            outline: none !important;
            -webkit-box-shadow: none;
            box-shadow: none; }
        .footer-06 .subscribe-form .form-group .submit {
          color: #fff !important;
          display: block;
          width: 150px;
          height: 56px;
          font-size: 14px;
          background:#728C4A !important;
          border: none;
          letter-spacing: 1px;
          text-transform: uppercase;
          border-radius: 40px; }
          .footer-06 .subscribe-form .form-group .submit:hover, .footer-06 .subscribe-form .form-group .submit:focus {
            text-decoration: none !important;
            outline: none !important; }
    .footer-06 .aside-stretch {
      background: #4a5e2d; }
      .footer-06 .aside-stretch:after {
        background: #728C4A; }
    .footer-06 .aside-stretch-right {
      background: #728C4A; }
      .footer-06 .aside-stretch-right:after {
        background: #372f42; }