.intro {
      background: url("../img/Recomendados.jpg")no-repeat center center;
      background-size: cover;
  }
  
  html,
  body,
  header,
  .view {
    height: 75%;
  }

  @media (min-width: 214px) and (max-width: 320px) {
    html,
    body,
    header,
    .view {
      height: 75%;
    }
  }

  @media (min-width: 380px) and (max-width: 480px){
    html,
    body,
    header,
    .view {
      height: 75%;
    }
  }

  @media (min-width: 480px) and (max-width: 734px){
    html,
    body,
    header,
    .view {
      height: 75%;
    }
  }

  @media (min-width: 734px) and (max-width: 1024px){

    @media only screen and (max-width: 1000px){
      html,
      body,
      header,
      .view {
        height: 75%;
      }
    }
  }

  .navbar{
    box-shadow: none !important;
    background: transparent !important;
  }

  .fixed {
      position: absolute;
      right: 0;
      left: 0;
      z-index: 1030;
      top: 0;
  }

  .rgba-intro {
      background-color: rgba(0,0,0,.4);
  }

  .navbar-top{
    background: transparent !important;
  }

  .navbar-white{
    background: #fff !important;
  }

  .ico_fa_angle{
    color: #e5e5e5;
  }