@charset "UTF-8";
/*---Colors citroen----*/
/*primary colors*/
/*secondary colors — grey scale*/
/*status colors*/
/*botones sliders*/
.colorsmodels {
  margin: 60px; }
  .colorsmodels .cont-tabs {
    display: none; }
    .colorsmodels .cont-tabs.active {
      display: block; }
    .colorsmodels .cont-tabs__slider {
      margin-bottom: 49px; }
      .colorsmodels .cont-tabs__slider img {
        max-width: 950px;
        height: auto;
        margin: 0 auto;
        width: 100%; }
    .colorsmodels .cont-tabs .btnsliderscmd {
      width: 3.125rem;
      height: 3.125rem;
      color: #3b3938;
      margin: 0;
      background-color: rgba(255, 255, 255, 0.5);
      position: absolute;
      top: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer; }
      .colorsmodels .cont-tabs .btnsliderscmd.slick-disabled {
        opacity: .25;
        Background-color: #000; }
      .colorsmodels .cont-tabs .btnsliderscmd.btnsliderscmdleft {
        left: 0;
        z-index: 100; }
      .colorsmodels .cont-tabs .btnsliderscmd.btnsliderscmdlright {
        right: 0;
        z-index: 100; }
      .colorsmodels .cont-tabs .btnsliderscmd .icon {
        font-size: 2rem;
        font-weight: 900; }
      .colorsmodels .cont-tabs .btnsliderscmd:hover .icon {
        color: #da291c; }
  .colorsmodels .slick-dots {
    display: block;
    left: 50%;
    list-style: none;
    margin: 0 0.3125rem;
    position: relative;
    text-align: center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: auto; }
    .colorsmodels .slick-dots li {
      display: inline-table;
      height: 0.6875rem;
      margin: 0;
      padding: 0 10px;
      width: 0.6875rem; }
      .colorsmodels .slick-dots li button {
        padding: 0;
        font-size: 0;
        width: 11px;
        height: 11px;
        border-radius: 100%;
        -webkit-transition: background-color .3s ease-out;
        transition: background-color .3s ease-out; }
      .colorsmodels .slick-dots li.slick-active button {
        background-color: transparent;
        border: 1px #262626 solid; }
      .colorsmodels .slick-dots li:not(.slick-active) button {
        background-color: #262626;
        border: 1px #262626 solid; }
  .colorsmodels .icolores {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0 3.125rem; }
    .colorsmodels .icolores li {
      margin: 0 0.46875rem;
      position: relative;
      cursor: pointer; }
      .colorsmodels .icolores li::before {
        width: 4rem;
        height: 4rem;
        inset: -0.4375rem;
        content: '';
        position: absolute;
        border-radius: 100%;
        border: 2px solid transparent; }
      .colorsmodels .icolores li img {
        width: 3.125rem;
        height: 3.125rem;
        cursor: pointer;
        border-radius: 100%; }
      .colorsmodels .icolores li span {
        display: none;
        text-align: center;
        position: absolute;
        -webkit-transform: translateX(-50%);
        transform: translateX(-17%);
        bottom: -0.9875rem;
        font-size: .625rem;
        line-height: .6875rem;
        white-space: nowrap;
        color: #000; }
      .colorsmodels .icolores li.active span {
        display: block; }
      .colorsmodels .icolores li.active::before {
        border-color: #57718a; }

/*# sourceMappingURL=colors-models.css.map */
