@charset "UTF-8";
/*---Colors citroen----*/
/*primary colors*/
/*secondary colors — grey scale*/
/*status colors*/
/*botones sliders*/
.listft h2 {
  text-align: center; }
.listft__content {
  width: calc(100% - 2rem);
  max-width: 54.375rem;
  margin: 0 auto; }
  .listft__content--grid {
    display: flex;
    gap: 1.875rem;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    flex-direction: row;
    /*&::after {
    	content: "";
    	flex: auto;
    }*/ }
    .listft__content--grid .colgridft {
      max-width: 16.875rem;
      flex-grow: 1; }
      .listft__content--grid .colgridft__img {
        max-width: 21.25rem; }
        .listft__content--grid .colgridft__img img {
          display: block;
          width: 100%;
          height: 100%;
          min-width: auto;
          min-height: auto;
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: top center;
          object-position: top center;
          -webkit-transform: none;
          transform: none;
          position: static; }
      .listft__content--grid .colgridft__title {
        font-weight: 900;
        font-size: 1.125rem;
        margin-bottom: 1.125rem; }
      .listft__content--grid .colgridft__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;
        background-color: #57718a;
        padding: 0 1.5rem;
        border: 2px solid white; }
        .listft__content--grid .colgridft__btn:hover {
          background-color: rgba(59, 57, 56, 0.5);
          color: #9dc7e0;
          border-color: #9dc7e0; }

/*# sourceMappingURL=fichas-tecnicas-models.css.map */
