@font-face {
    font-family: "AzoSansBold";
    src: url(fonts/azobold.otf);
  }
  
  @font-face {
    font-family: "NarrowLight";
    src: url(fonts/narrowlight.otf);
  }
  
  @font-face{
    font-family: "MoonGet";
    src: url(fonts/moon_get-Heavy.otf);
  }
  
  body {
    padding-top: 56px;
    background-color: #25aae1;
  }
  
  .bg-image-full {
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
  }
  
  nav.navbar.navbar-dark{
    min-height: 25% !important;
    background-image: url('../img/header.png');
    background-size: 57%;
    background-repeat: no-repeat;
    background-position-y: -10px;
    background-color: #25aae1;
  }
  
  .img-header{
    position: absolute;
    top: -15px;
    left: 0px;
    width: 60%;
  }
  
  .navbar-dark .navbar-nav .nav-link{
    margin-top: 20px;
    text-transform: uppercase;
    font-family: MoonGet;
    color: #fff;
    text-align: center;
    line-height: 130%;
    width: auto;
    font-size: 68%;
    padding-right: 10px;
    padding-left: 10px;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    min-width: 100px !important;
    letter-spacing: 1px;
  }
  
  .nav-img{
    background-size: 45px;
    background-position: center;
    background-repeat: no-repeat;
    height: 60px;
    margin-bottom: 10px;
  }
  
  .nav-home{
    background-image: url('../img/icons/mouse.png');
  }
  
  .nav-about{
    background-position-x: 25px;
    background-image: url('../img/icons/about.png');
  }
  
  .nav-cogs{
    background-image: url('../img/icons/cogs.png');
  }
  
  .nav-news{
    background-image: url('../img/icons/news.png');
  }
  
  .nav-portfolio{
    background-image: url('../img/icons/portfolio.png');
  }
  
  .nav-cloud{
    background-image: url('../img/icons/cloud.png');
  }
  
  .nav-contact{
    background-image: url('../img/icons/contact.png');
  }
  
  li.nav-item{
    padding: 0px;
  }
  
  .nav-item:hover{
    background-color: #422D86;
    color: #fff;
  }
  
  .navbar-dark .navbar-nav .nav-link > img{
    margin-bottom: 10px;
    max-width: 60%;
  }
  
  .card-home{
    background-color: #422d86;
    min-height: 100px;
    border-radius: 1px;
  }
  
  .alert{
    border-radius: 0px;
  }
  
  .alert h4{
    color: #422d86;
    font-family: MoonGet;
    letter-spacing: 1px;
  }

  .alert .form-control{
    border-radius: 0px;
  }

  .card-home > .card-body{
    border-top: 15px solid #f3d802; 
    margin: -1px;
    border-radius: 1px;
    color: #fff;
  }
  
  .card-home > .card-body > h1{
    font-family: MoonGet;
    font-size: 180%;
    line-height: 130%;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  
  .card-home > .card-body > p{
    font-family: NarrowLight;
    font-size: 80%;
  }
  
  .btn.btn-secondary{
    background-color: #f3d802;
    border-radius: 1px;
    color: #422D86;
    font-family: MoonGet;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5px;
  }

  .description-upload{
    color: #422D86;
    font-family: MoonGet;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 70%;
    margin-top: -30px;
  }
  
  .img-card{
    height: 100px;
  }
  
  .footer-img-fixed{
    position: absolute;
    left: -160px;
    width: 130%;
  }
  
  .carousel-item{
    background-size: 100%;
    background-position: center;
    height: 480px;
    background-repeat: no-repeat;
  }
  
  .carousel-indicators li {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: #fff;
  }

  .carousel-indicators .active{
    background-color: #f3d802;
  }

  
  header{
    margin-top: 60px;
  }

  footer{
    font-family: MoonGet;
    color: #fff;
    margin-top: -140px;
  }

  footer h1{
    letter-spacing: 1px;
    color: #422D86;
  }

  footer h4{
    text-transform: uppercase;
    font-size: 80%;
    margin-top: 15px;
    line-height: 140%;
  }

  footer p{
    font-family: NarrowLight;
    font-size: 80%;
    margin-top: -10px;
  }
  

  .pin-2x{
    width: 28px;
  }

  .pin{
    width: 15px;
    margin-top: 18px;
  }

  .icon-social{
    width: 18px;
  }

  .footer-locale{
    padding-top: 150px;
  }

  .header-text{
    font-family: MoonGet;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .content-text{
    color: #fff;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 120%;
    padding-left: 15%;
    padding-right: 15%;
  }

  .btn-about{
    font-family: MoonGet;
    color: #25aae1;
    background-image: url('../img/bgbtn-about.png');
    background-size: 100%;
    background-repeat: no-repeat;
  }

  section#contactSection{
    background-color: #fff;
    margin-top: 100px;
  }

  .img-evaluation{
    top: -18px;
    right: -212px;
    position: absolute;
  }

  .container-relative{
    position: relative;
  }

  section#contactSite{
    background-color: #422D86;
  }

  @media (min-width: 1650px) 
  {
    nav.navbar.navbar-dark{
      min-height: 28% !important;
    }
    .navbar-dark .navbar-nav .nav-link{
      font-size: 80%;
    }
    .nav-img{
      background-size: 60px;
    }

    section#contactSection{
      margin-top: 180px;
    }

    .pg-top{
      margin-top: 130px;
    }

  }

  .page-icon{
    max-width: 8% !important;
  }


  @media only screen and (max-width: 600px) {
    nav.navbar.navbar-dark {
      min-height: 60px !important;
      background-image: none;
      box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2);
    }

    .footer-img-fixed{
      position: initial;
      max-width: 80%;
      margin-bottom: -150px;
      margin-top: 20px;
    }

    .nav-img{
      display: none;
    }

    .carousel-item{
      background-size: cover;
      background-position: center;
      height: 400px;
      background-repeat: no-repeat;
    }

    .nav-item{
      padding: 0px;
    }

    section#contactSection{
      margin-top: 0px;
    }

    .pg-top{
      margin-top: -30px;
    }

    .header-home{
      margin-top: -50px;
    }

    .page-icon{
      max-width: 40% !important;
    }

    .content-text{
      padding-left: 0%;
      padding-right: 0%;
    }

    .icon-service{
      width: 100%;
      margin-bottom: 30px;
    }

    .btn-app{
      text-align: center;
      margin-left: auto;
      margin-right: auto;
    }
  }

  .pagination>li>a, .pagination>li>span { border-radius: 50% !important;margin: 0 5px;}

  li.nav-item.active{
    background-color: #422D86;
  }

  li.nav-item:hover > .nav-link > .nav-home {
    background-image: url('../img/icons/inverse/mouse.png');
  }

  li.nav-item:hover > .nav-link > .nav-about {
    background-image: url('../img/icons/inverse/about.png');
  }

  li.nav-item:hover > .nav-link > .nav-cogs{
    background-image: url('../img/icons/inverse/cogs.png');
  }
  
  li.nav-item:hover > .nav-link > .nav-news{
    background-image: url('../img/icons/inverse/news.png');
  }
  
  li.nav-item:hover > .nav-link > .nav-portfolio{
    background-image: url('../img/icons/inverse/portfolio.png');
  }
  
  li.nav-item:hover > .nav-link > .nav-cloud{
    background-image: url('../img/icons/inverse/cloud.png');
  }
  
  li.nav-item:hover > .nav-link > .nav-contact{
    background-image: url('../img/icons/inverse/contact.png');
  }

  li.nav-item.active > .nav-link > .nav-home{
    background-image: url('../img/icons/inverse/mouse.png');
  }
  
  li.nav-item.active > .nav-link > .nav-about{
    background-position-x: 25px;
    background-image: url('../img/icons/inverse/about.png');
  }
  
  li.nav-item.active > .nav-link > .nav-cogs{
    background-image: url('../img/icons/inverse/cogs.png');
  }
  
  li.nav-item.active > .nav-link > .nav-news{
    background-image: url('../img/icons/inverse/news.png');
  }
  
  li.nav-item.active > .nav-link > .nav-portfolio{
    background-image: url('../img/icons/inverse/portfolio.png');
  }
  
  li.nav-item.active > .nav-link > .nav-cloud{
    background-image: url('../img/icons/inverse/cloud.png');
  }
  
  li.nav-item.active > .nav-link > .nav-contact{
    background-image: url('../img/icons/inverse/contact.png');
  }