@charset "UTF-8";
/*---Colors citroen----*/
/*primary colors*/
/*secondary colors — grey scale*/
/*status colors*/
/*botones sliders*/
/**/
.carouselct {
  margin-top: 2.5rem;
  position: relative;
  /*min-height:100vh;*/ }
  .carouselct .slick-track {
    margin-left: inherit;
    margin-right: inherit; }
  .carouselct__column {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee; }
    @media (min-width: 62rem) {
      .carouselct__column {
        padding-right: 1px; } }
    .carouselct__column--txt {
      padding: 2.5rem 1.125rem;
      box-sizing: content-box; }
      .carouselct__column--txt---title {
        font-size: 1.5625rem;
        line-height: 1.25rem;
        font-weight: 900;
        font-family: "Citroen Type",Verdana,sans-serif; }
      .carouselct__column--txt---content {
        font-size: .875rem;
        line-height: 1.5;
        margin-top: 1rem; }
      .carouselct__column--txt a.btn_azul {
        background-color: #57718a;
        color: #fff !important;
        height: 3rem;
        padding: 0 1.5rem;
        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;
        width: 90%;
        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;
        width: auto;
        margin: 10px 0 0 0; }
        .carouselct__column--txt a.btn_azul:hover {
          background-color: #3b3938;
          color: #fff !important; }
  .carouselct .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; }
    .carouselct .slick-dots li {
      display: inline-table;
      height: 0.6875rem;
      margin: 0;
      padding: 0 10px;
      width: 0.6875rem; }
      .carouselct .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; }
      .carouselct .slick-dots li.slick-active button {
        background-color: transparent;
        border: 1px #262626 solid; }
      .carouselct .slick-dots li:not(.slick-active) button {
        background-color: #262626;
        border: 1px #262626 solid; }
  .carouselct .btnslide {
    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; }
    .carouselct .btnslide.slick-disabled {
      opacity: .25; }
    .carouselct .btnslide.btnslideleft {
      left: 0;
      z-index: 100; }
    .carouselct .btnslide.btnslideright {
      right: 0;
      z-index: 100; }
    .carouselct .btnslide .icon {
      font-size: 2rem;
      font-weight: 900; }
    .carouselct .btnslide:hover .icon {
      color: #da291c; }

/*# sourceMappingURL=carousel.css.map */
