/* Navigation */
/* #menu {
  padding: 15px;
  transition: all 0.8s;
} */

  #menu.navbar-default {
    background-color:#612A60;
    border-color:#612A60;
    box-shadow: #612A60;
  }
  #menu a.navbar-brand {
    font-family: "Aller Regular";
    font-size: 24px;
    font-weight: 700;
    color: #FFF;
  }
  #menu.navbar-default .navbar-nav > li > a {
    font-family: "Aller Regular";
    color:#FFF;
    font-size: 15px;
    font-weight: 400;
    padding: 8px 2px;
    border-radius: 0;
    margin: 9px 20px 0;
  }
  #menu.navbar-default .navbar-nav > li > a:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 2px;
    background: #F6871F;
    content: "";
    transition: width 0.2s;
  }
  #menu.navbar-default .navbar-nav > li > a:hover:after {
    width: 100%;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
  }
  .navbar-default .navbar-nav > .active > a:after,
  .navbar-default .navbar-nav > .active > a:hover:after,
  .navbar-default .navbar-nav > .active > a:focus:after {
    display: block !important;
    position: absolute !important;
    left: 0 !important;
    bottom: -1px !important;
    width: 100% !important;
    height: 2px !important;
    /* background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%) !important; */
    background: #F6871F !important;
    content: "" !important;
    transition: width 0.2s !important;
  }
  .navbar-toggle {
    border-radius: 0;
  }
  
  .section-title {
    margin-bottom: 70px;
  }
  .section-title h2 {
    position: relative;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .section-title h2::after {
    position: absolute;
    content: "";
    background: #612A60;
    height: 4px;
    width: 60px;
    bottom: 0;
    margin-left: -30px;
    left: 50%;
  }
  .section-title p {
    font-size: 18px;
  }
  .btn-custom {
    font-family: "Aller Regular";
    color: #fff;
    background-color: #F6871F;
    padding: 14px 34px;
    letter-spacing: 1px;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    border-radius: 25px;
    transition: all 0.5s linear;
    border: 0;
  }
  .btn-custom:hover,
  .btn-custom:focus,
  .btn-custom.focus,
  .btn-custom:active,
  .btn-custom.active {
    color: #fff;
    background-image: none;
    background-color: #612A60;
  }
  .btn:active,
  .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  a:focus,
  .btn:focus,
  .btn:active:focus,
  .btn.active:focus,
  .btn.focus,
  .btn:active.focus,
  .btn.active.focus {
    outline: none;
    outline-offset: none;
  }
  
  .logo-web{
    src: 'img/logoweb-01.png'
  }

  @media (min-width: 1200px){
  .container.header {
      width: 85%;
  }
  #menu.navbar-default .navbar-nav > li > a{
    font-size: 13pt;
  }
}