@charset "UTF-8";
/*---Colors citroen----*/
/*primary colors*/
/*secondary colors — grey scale*/
/*status colors*/
/*botones sliders*/
.navigation-models {
  background: #57718a;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 300; }
  .navigation-models__content {
    max-width: 90.875rem;
    width: calc(100% - 2rem );
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.875rem;
    padding-bottom: 1.25rem; }
    @media (min-width: 50rem) {
      .navigation-models__content {
        align-items: center;
        gap: 1.5rem;
        justify-content: space-between;
        flex-direction: row;
        padding-bottom: 0; } }
    .navigation-models__content h1 {
      color: white;
      font-family: "Citroen Type",Verdana,sans-serif;
      font-size: 1rem;
      line-height: 1.35rem;
      margin: 20px 0;
      display: flex;
      align-items: center; }
      @media (min-width: 62rem) {
        .navigation-models__content h1 {
          font-size: 1.5rem;
          margin: 0;
          height: 5.25rem; } }
    .navigation-models__content .btneramodels {
      display: flex;
      gap: 1.5rem; }
    .navigation-models__content a.btneramodels--btn {
      display: inline-flex;
      border-radius: 1.5rem;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 1rem;
      line-height: 1.1875rem;
      font-weight: 700;
      margin: 0.5rem 0;
      cursor: pointer;
      -webkit-transition: background-color .2s ease-out,border-color .2s ease-out;
      transition: background-color .2s ease-out,border-color .2s ease-out;
      margin: 0;
      height: 3rem;
      color: white; }
      .navigation-models__content a.btneramodels--btn---transparent {
        background-color: transparent;
        padding: 0 1.5rem;
        border: 2px solid white; }
        .navigation-models__content a.btneramodels--btn---transparent:hover {
          background-color: rgba(59, 57, 56, 0.5);
          color: #9dc7e0;
          border-color: #9dc7e0; }
      .navigation-models__content a.btneramodels--btn---blanco {
        background-color: white;
        padding: 0 1.5rem;
        border: 2px solid white;
        color: #57718a; }

/*# sourceMappingURL=identificador-modelo.css.map */
