/* Página de Bolsa de empleo */
@import "../../../basic_imports";

.homeHeader {
  background-size: cover !important;
  display: flex;
  position: relative;
  &__title {
    z-index: 2;
  }
  &:before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
  }
}

.big-link {
  a {
    font-size: 20px;
    color: $brand-grey-dark;
    text-decoration: underline;
  }
}
.media {
  .panel & {
    border: 0;
    margin-bottom: 0;
    display: block;
  }
  .pull-left {
    @media (max-width: $screen-sm-max) {
      display: none;
    }
  }
  .media-body {
    padding: 0 15px;
    h3 {
      margin-top: 0;
      @media (min-width: $grid-float-breakpoint) {
        min-height: 48px;
      }
    }
    p {
      margin-bottom: 10px;
    }
  }
}
.iframe-container {
  min-height: 300px;
  position: relative;
  .searcher_load {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
iframe#job_offer_details {
  width: 100% !important;
  border: none;
  margin-top: 20px;
  min-height: 0;
  @media (min-width: $grid-float-breakpoint) {
    min-height: 0;
  }
}