@charset "UTF-8";
/*---Colors citroen----*/
/*primary colors*/
/*secondary colors — grey scale*/
/*status colors*/
/*botones sliders*/
.contentimgback {
  position: relative; }
  .contentimgback__content {
    top: 3%;
    position: absolute;
    z-index: 100;
    width: 75%; }
    .contentimgback__content--white {
      color: white; }
    .contentimgback__content--gray {
      color: #3b3938; }
    @media (min-width: 62rem) {
      .contentimgback__content {
        width: 34%;
        top: 45%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); } }
    .contentimgback__content--algnlft {
      margin-left: 8.33333333%; }
      @media (min-width: 62rem) {
        .contentimgback__content--algnlft {
          margin-left: 8.33333333%; } }
    .contentimgback__content--algnrgt {
      margin-left: 8.33333333%; }
      @media (min-width: 62rem) {
        .contentimgback__content--algnrgt {
          margin-left: 58.33333333%;
          text-align: right; } }
    .contentimgback__content h2 {
      margin-bottom: 10px; }
    .contentimgback__content p {
      font-size: .875rem;
      line-height: 1.25rem; }
    .contentimgback__content .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: 75%;
      margin: 20px 0 0 0; }
      .contentimgback__content .btn_azul:hover {
        background-color: #3b3938;
        color: #fff !important; }
    .contentimgback__content .btn_blanco {
      background-color: transparent;
      color: white;
      height: 3rem;
      padding: 0 1.5rem;
      border: 2px solid white;
      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: 75%;
      margin: 0; }
      .contentimgback__content .btn_blanco:hover {
        background-color: rgba(59, 57, 56, 0.5);
        color: #9dc7e0; }
      .contentimgback__content .btn_blanco--gray {
        color: #57718a;
        border: 2px solid #57718a; }
        .contentimgback__content .btn_blanco--gray:hover {
          background-color: #57718a;
          color: white; }
  .contentimgback__shws {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    pointer-events: none; }
  .contentimgback__bckg--imgdesk {
    display: none; }
    @media (min-width: 62rem) {
      .contentimgback__bckg--imgdesk {
        display: block; } }
  .contentimgback__bckg--imgmob {
    display: block; }
    @media (min-width: 62rem) {
      .contentimgback__bckg--imgmob {
        display: none; } }

/*# sourceMappingURL=content-bck-img.css.map */
