.sticky {
    position: fixed;
    z-index:1;
    top: 0;
    width: 100%;
  }
  
  .sticky + .contenido {
    padding-top: 102px;
  }