@charset "UTF-8";
/*Espaciados rem */
.downloadAPP_LB {
  display: flex;
  position: relative;
  padding: 15px;
  background: #f2f2f2;
  flex-wrap: wrap;
  align-items: center; }
  @media (min-width: 992px) {
    .downloadAPP_LB {
      display: none; } }
  .downloadAPP_LB .aspa_borrar {
    width: 8px;
    height: 8px;
    background-image: url(/wp-content/themes/randstad/img/aspa_2.png);
    background-repeat: no-repeat;
    background-position: 0 -8px;
    font-size: 1.5rem; }
  .downloadAPP_LB span {
    display: block; }
  .downloadAPP_LB .logoApp {
    overflow: hidden;
    width: 82px;
    height: 82px;
    margin: auto 10px;
    padding: 6px;
    border-radius: 3px;
    background-size: cover;
    object-fit: cover;
    object-position: center; }
    .downloadAPP_LB .logoApp span {
      width: 68px;
      height: 68px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
  .downloadAPP_LB-link {
    font-size: 1rem;
    line-height: 1.5625rem;
    letter-spacing: 0;
    display: block;
    text-align: right; }
  .downloadAPP_LB .logoAndroid {
    background-image: url(/wp-content/themes/randstad/img/logo-app-android.png); }
  .downloadAPP_LB .logoIos {
    border-radius: 19%;
    background-image: url(/wp-content/themes/randstad/img/logo-app-ios.png); }
  .downloadAPP_LB-message {
    position: relative;
    left: 10px;
    width: calc(100% - 8px - 82px - 12px - 15px); }
    .downloadAPP_LB-message-title {
      font-size: 0.875rem;
      font-weight: 700; }
    .downloadAPP_LB-message p {
      font-size: 0.625rem; }
    .downloadAPP_LB-message_rating-container {
      display: block;
      overflow: visible;
      width: 66px;
      margin-left: -2px;
      background: #999; }
      .downloadAPP_LB-message_rating-container_aux {
        width: 66px;
        height: 10px;
        background: #f49100; }
    .downloadAPP_LB-message_rating-img {
      width: 66px;
      height: 10px;
      background: url(/wp-content/themes/randstad/img/rating.png) no-repeat left top transparent; }

.rand-cta-app {
  background-color: var(--color-brand-primary-alpha-10); }
  .rand-cta-app--mobile {
    position: relative; }
    .rand-cta-app--mobile .rand-cta-app__image {
      position: absolute;
      left: 20px; }
    .rand-cta-app--mobile .wrapper {
      padding-left: 80px; }
    .rand-cta-app--mobile .notice-alert__wrapper {
      padding-bottom: 20px; }
    .rand-cta-app--mobile .title {
      font-size: 12px;
      letter-spacing: 0;
      line-height: 15px;
      margin-top: 15px;
      margin-bottom: 0; }
    .rand-cta-app--mobile .rand-cta-app__description {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .rand-cta-app--mobile .notice-alert__description .button {
      margin-top: 0; }
    .rand-cta-app--mobile .rating-value {
      font-size: 14px;
      letter-spacing: 0;
      line-height: 25px;
      color: var(--color-brand-primary); }
    .rand-cta-app--mobile .rating-stars {
      font-size: 12px;
      letter-spacing: 0;
      line-height: 15px; }
    .rand-cta-app--mobile .description {
      font-size: 12px;
      letter-spacing: 0;
      line-height: 15px;
      color: var(--color-brand-secondary-alpha-70); }
    .rand-cta-app--mobile [data-star] {
      font-style: normal;
      display: inline-block;
      position: relative;
      unicode-bidi: bidi-override; }
    .rand-cta-app--mobile [data-star]::before {
      display: block;
      content: "★★★★★";
      color: #ddd; }
    .rand-cta-app--mobile [data-star]::after {
      position: absolute;
      top: 0;
      content: "★★★★★";
      width: 0;
      color: orange;
      overflow: hidden;
      height: 100%;
      display: flex; }
  .rand-cta-app--desktop.banner .content-block__title {
    font-size: 40px;
    letter-spacing: -2px;
    line-height: 45px; }
  .rand-cta-app--desktop .content-block__description {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 30px;
    margin-top: 10px; }
  @media (min-width: 941px) {
    .rand-cta-app--desktop .banner__media img {
      overflow: visible; }
    .rand-cta-app--desktop .banner__content {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .rand-cta-app--desktop .content-block__download-links {
    margin-top: 20px;
    display: inline-grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    row-gap: 10px;
    column-gap: 30px; }
    .rand-cta-app--desktop .content-block__download-links > * {
      max-width: 100%;
      display: block;
      line-height: 0; }
      .rand-cta-app--desktop .content-block__download-links > *:nth-child(3) {
        grid-row: 1 / span 2;
        grid-column: 2; }

/*# sourceMappingURL=cta-app.css.map */
