
/*
 * Create user: Pedro Henrique
 * Create date: 2019-10-22
 * Edit date: 2019-10-31
 * Project client: Jacy
*/

i.fa-times.close-nav{
    position: absolute;
    left: 100%;
    padding: 7px 11px;
    font-size: 25px;
    color: #fff;
    display: none;
  }
  
  @media (min-width: 992px){
    .navbar-expand-lg {	
      
    }
  }
  .navbar-collapse {
    flex-grow: 0;
  }
  
  @media (max-width: 992px){
    #navbarSupportedContent{
      background-color: #fff;
      z-index: 998;
    }
    .nav-menu a {
      color: #fff
    }
    .navbar{
      
    }
    .navbar-light .navbar-brand, .navbar-light .navbar-toggler {
      margin: 0 1rem;
    }
    #navbarSupportedContent ul{
      display: flex;
      flex-direction: column;
      width: 325px;
      margin-top: 20px;
    }
    .nav-menu li{
      margin-top: 10px;
      text-align: left;
    }
    .nav-menu ul{
      position: unset;
      background-image: linear-gradient(to bottom right, #fff, #fff);
      box-shadow: unset;
      border-left: 1px solid #fff;
      border-bottom: 1px solid #fff;
      padding: 10px 0px;
      margin-left: -21px
    }
    .nav-menu ul li a{
      color: #0063E6;
      padding: 10px 5px;
      font-size: 17px
    }
    .nav-menu ul li ul{
      border-top: 1px solid #fff;
      margin-left: -1px;
    }
    i.fa-times.close-nav{
      display: block
    }
    .navbar-collapse{
      position: absolute;
      top: -50px;
    }
  }
  #showcase{
    margin-top: 130px;
  }
  #mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    /* position: fixed; */
    background: rgba(52, 59, 64, 0.9);
    display: none;
  }
  .navbar{
    /* margin-top: 44px */
  }
  #top-header{
    /* position: fixed; */
    top: 0;
    width: 100%;
    height: 44px;
    background-color: #0063E6;
    padding: 8px;
    z-index: 1;
  }
  #top-header a{
    border-radius: 5px;
    padding: 5px 5px;
  }
  /* 
   * ---- TOP HEADER 1
  */
  /* @media (max-width: 992px){
    #top-header{
      height: 50px;
      display: flex;
      justify-content: space-around;
      padding: 3px
    }
    #top-header a{
      width: 40px;
      height: 40px;
      text-align: center;
      margin: 1px 0px;
      border-radius: 100%;
      overflow: hidden;
    }
    #top-header a{
      font-family: FontAwesome;
      padding: 1px 4px;
      font-size: 25px
    }
    #top-header a:nth-child(1):before{
      content: "\f015  ";
    }
    #top-header a:nth-child(2):before{
      content: "\f007  ";
    }
    #top-header a:nth-child(3):before{
      content: "\f05a  ";
    }
    .navbar {
      margin-top: 50px;
    }
    #showcase{
      margin-top: 155px;
    }
  } */
  /* 
   * ---- TOP HEADER 2
  */
  @media (max-width: 992px){
    /* #top-header{
      height: 145px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
    #top-header a{
      width: 100%;
      text-align: center;
      margin: 1px 0px;
    }
    .navbar {
      margin-top: 145px;
    }
    #showcase{
      margin-top: 250px;
    } */
  }
/**
  Edit: Pedro Henrique
  Data: 31/10/2019
*/

.btn-wrap{
    white-space: unset;
  }
.amazingslider-img-elem-1{
  cursor: pointer; 
}