.rand-search-box-primary__bck {
  position: relative;
  background-color: var(--color-brand-secondary);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .rand-search-box-primary__bck .ani-arrows-container {
    overflow: hidden;
    height: 530px; }
    @media (min-width: 768px) {
      .rand-search-box-primary__bck .ani-arrows-container {
        height: 640px; } }

.rand-search-box-primary {
  min-height: 530px;
  position: relative;
  padding: 0 20px 20px; }
  @media (min-width: 768px) {
    .rand-search-box-primary {
      height: 640px; } }
  .rand-search-box-primary article {
    position: relative;
    padding: 136px 0 0 0; }
    @media (min-width: 768px) {
      .rand-search-box-primary article {
        padding: 172px 0 0 0; } }
    .rand-search-box-primary article header {
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        .rand-search-box-primary article header {
          margin-bottom: 45px; } }
      .rand-search-box-primary article header h1 {
        color: #fff;
        font-size: 40px;
        letter-spacing: -2px;
        line-height: 40px;
        width: 100%;
        text-align: center; }
        @media (min-width: 768px) {
          .rand-search-box-primary article header h1 {
            font-size: 80px;
            letter-spacing: -4px;
            line-height: 80px; } }

.rand-search-box-primary__search {
  text-align: center; }
  @media (min-width: 768px) {
    .rand-search-box-primary__search {
      display: table;
      width: 100%; } }
  .rand-search-box-primary__search input {
    border: 0;
    padding: 0 16px;
    box-shadow: none;
    overflow: hidden;
    text-overflow: ellipsis;
    border: solid 1px #d7d7d7;
    vertical-align: top;
    white-space: nowrap;
    width: 100%;
    font-size: 18px;
    height: 50px;
    margin-right: 1px;
    line-height: 50px;
    border-radius: 3px;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .rand-search-box-primary__search input {
        font-size: 20px;
        padding: 0 30px;
        height: 80px;
        line-height: 80px;
        border-radius: 0;
        border: 1px solid #979797;
        width: calc(100% - 150px); } }
  @media (min-width: 768px) {
    .rand-search-box-primary__search .rand-search-box-primary__button {
      border-radius: 0px;
      height: 80px;
      width: 109px;
      padding: 9px 30px; } }
  .rand-search-box-primary__search .rand-search-box-primary__button:hover #flecha_svg {
    fill: white; }

.rand-search-box-primary__button-text {
  display: block;
  font-size: 22px; }
  @media (min-width: 768px) {
    .rand-search-box-primary__button-text {
      display: none; } }

.rand-search-box-primary__button-icon {
  display: none; }
  @media (min-width: 768px) {
    .rand-search-box-primary__button-icon {
      display: block; } }

.rand-search-box-primary .rand-recent-searches.rand-job-search-box__form {
  display: grid;
  grid-template-areas: "input button";
  grid-template-columns: auto 50px; }
  .rand-search-box-primary .rand-recent-searches.rand-job-search-box__form .algolia-autocomplete {
    grid-area: input; }
    .rand-search-box-primary .rand-recent-searches.rand-job-search-box__form .algolia-autocomplete input {
      width: calc(100% - 5px); }
  .rand-search-box-primary .rand-recent-searches.rand-job-search-box__form button[type='submit'] {
    grid-area: button; }

@media (min-width: 768px) {
  .rand-search-box-primary .rand-recent-searches.rand-search-box-primary__search {
    display: grid;
    grid-template-areas: "input button";
    grid-template-columns: auto 109px; }
    .rand-search-box-primary .rand-recent-searches.rand-search-box-primary__search .algolia-autocomplete {
      grid-area: input; }
      .rand-search-box-primary .rand-recent-searches.rand-search-box-primary__search .algolia-autocomplete input {
        width: calc(100% - 5px); }
    .rand-search-box-primary .rand-recent-searches.rand-search-box-primary__search button[type='submit'] {
      grid-area: button; } }

@media (max-width: 767px) {
  .rand-search-box-primary .rand-recent-searches.rand-search-box-primary__search .aa-dropdown-menu {
    width: calc(100vw - 40px);
    top: 50% !important; } }

.rand-search-box-primary .rand-recent-searches .algolia-autocomplete {
  display: inline !important; }

.rand-search-box-primary .rand-recent-searches .aa-dropdown-menu {
  border-radius: 3px;
  margin: 6px 0 0;
  padding: 0;
  text-align: left;
  height: auto;
  background: #fff;
  border: none;
  width: 100%;
  left: 0 !important;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2), 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 10 !important; }

.rand-search-box-primary .rand-recent-searches .aa-dropdown-menu:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background: #fff;
  z-index: 0;
  top: -7px;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  transform: rotate(-45deg);
  border-radius: 2px;
  z-index: 999;
  display: block;
  left: 24px; }

.rand-search-box-primary .rand-recent-searches .aa-dropdown-menu .aa-suggestions {
  position: relative;
  z-index: 1000; }

.rand-search-box-primary .rand-recent-searches .aa-dropdown-menu [class^="aa-dataset-"] {
  position: relative;
  border: solid 1px #d9d9d9;
  border-radius: 3px;
  overflow: auto;
  padding: 20px 30px 40px; }

.rand-search-box-primary .rand-recent-searches .aa-dropdown-menu * {
  box-sizing: border-box; }

.rand-search-box-primary .rand-recent-searches .aa-header {
  font-size: 1rem;
  letter-spacing: -0.39px;
  color: #828181;
  display: block; }

.rand-search-box-primary .rand-recent-searches .aa-suggestion {
  font-size: 1.1em;
  padding: 10px 0;
  display: block;
  width: 100%;
  clear: both;
  border-bottom: solid 1px #828181;
  cursor: pointer; }
  .rand-search-box-primary .rand-recent-searches .aa-suggestion div {
    overflow: hidden;
    display: inline-block;
    width: calc(100% - 31px);
    vertical-align: middle; }
    .rand-search-box-primary .rand-recent-searches .aa-suggestion div span {
      white-space: nowrap !important;
      text-overflow: ellipsis;
      display: block;
      color: #0f1941;
      font-size: 1.125rem;
      letter-spacing: -0.43px; }
    .rand-search-box-primary .rand-recent-searches .aa-suggestion div small {
      color: #2175d9;
      line-height: 0; }
  .rand-search-box-primary .rand-recent-searches .aa-suggestion.aa-cursor {
    background: #eee; }
  .rand-search-box-primary .rand-recent-searches .aa-suggestion em {
    color: #4098ce; }
  .rand-search-box-primary .rand-recent-searches .aa-suggestion svg {
    vertical-align: middle;
    height: 21px;
    width: 21px;
    margin-right: 10px;
    display: inline-block; }

/*# sourceMappingURL=search-box-primary.css.map */
