@charset "UTF-8";
.auto-margin {
  margin: auto;
}
.irf-search-shedule {
  font-size: 0;
  width: 100%;
  padding: 0 10px;
}
.irf-search-shedule__container-travel {
  display: flex;
  align-items: center;
  padding: 16px 0;
}
.irf-search-shedule__travel-col {
  flex: 0 1 50%;
}
.irf-search-shedule__travel-col:first-child {
  margin-right: 32px;
}
.irf-search-shedule__container-label, .irf-search-shedule__container-ipt {
  display: block;
  margin-bottom: 7px;
}
.irf-search-shedule__container-ipt {
  position: relative;
}
.irf-search-shedule__container-ipt:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 0.125rem solid;
  border-bottom: 0;
  border-left: 0;
  border-radius: 1px;
  right: 10px;
  top: 50%;
  transform: translate(-80%, -80%) rotate(135deg);
}
.irf-search-shedule__container-ipt select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.irf-search-shedule__container-ipt select::-ms-expand {
  display: none;
}
.irf-search-shedule__label {
  font-size: 16px;
  color: #464646;
  line-height: 24px;
  font-family: "Alliance";
}
.irf-search-shedule__container-date {
  display: inline-block;
  width: calc(100% - 303px);
  padding: 16px 0 32px;
}
.irf-search-shedule__date-col {
  display: inline-block;
  width: calc(100% / 3 - 32px);
  margin-right: 32px;
}
.irf-search-shedule__date-col:last-child {
  margin-right: 64px;
  width: calc(100% / 3 - 64px);
}
.irf-search-shedule__container-btn {
  width: 303px;
  display: inline-block;
}
.irf-search-shedule__container-paragraph {
  display: block;
  width: 100%;
  padding: 31px 0;
  text-align: right;
  border-top: 1px solid #D8D8D8;
}
.irf-search-shedule__txt {
  font-size: 16px;
  color: #464646;
  line-height: 24px;
  display: inline-block;
  margin-right: 10px;
  font-family: "Alliance";
}
.irf-search-shedule__lnk {
  font-size: 16px;
  color: #464646;
  line-height: 24px;
  display: inline-block;
  color: #81005E;
  text-decoration: none;
  font-family: "Alliance-bold";
}
.irf-search-shedule__lnk.focus-visible, .irf-button.focus-visible {
  position: relative;
  text-decoration: none;
}
.irf-search-shedule__lnk.focus-visible::after, .irf-button.focus-visible::after {
  content: "";
  width: calc(100%   10px);
  height: calc(100%   15px);
  border-radius: 8px;
  border: 2px solid #d62d61;
  position: absolute;
  left: -5px;
  top: -5px;
}
.irf-search-shedule__lnk:link, .irf-search-shedule__lnk:visited {
  text-decoration: none;
  color: #81005E;
}
.irf-search-shedule__lnk:hover, .irf-search-shedule__lnk:active {
  text-decoration: underline;
}
.irf-search-shedule fieldset {
  width: auto;
}
.irf-search-shedule #colBViajeros {
  float: none;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  background: none;
}
.irf-select {
  width: 100%;
  font-size: 16px;
  color: #767676;
  line-height: 18px;
  padding: 16px;
  border-radius: 4px;
  background: white;
  font-family: "Alliance";
  height: 56px;
  transition: all 0.3s linear;
  border: 1px solid #767676;
}
.irf-select:focus {
  outline: none;
  border-radius: 8px;
  border: 2px solid #d62d61;
  left: -5px;
  top: -5px;
}
.irf-button {
  width: 100%;
  font-family: "Alliance-bold";
  background: #81005E;
  padding: 16px 10px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 30px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s linear;
}
.irf-button:hover, .irf-button:focus, .irf-button:active {
  color: white;
  background: #D62D61;
}
@media only screen and (max-width: 1180px) {
  .irf-search-shedule__date-col {
    display: inline-block;
    width: calc(100% / 3 - 15px);
    margin-right: 15px;
  }
  .irf-search-shedule__date-col:last-child {
    margin-right: 15px;
    width: calc(100% / 3 - 15px);
  }
}
@media only screen and (max-width: 768px) {
  .irf-search-shedule__container-travel {
    align-items: flex-start;
    flex-direction: column;
    padding: 0;
  }
  .irf-search-shedule__travel-col {
    flex: 0;
    display: block;
    width: 100%;
    padding: 10px 0;
    margin-right: 0;
  }
  .irf-search-shedule__container-ipt {
    width: 100%;
  }
  .irf-search-shedule__container-date {
    display: block;
    width: 100%;
    padding: 0 0 16px;
  }
  .irf-search-shedule__date-col {
    display: block;
    width: 100%;
    margin-right: 0;
    padding: 10px 0;
  }
  .irf-search-shedule__date-col:last-child {
    margin-right: 0;
    width: 100%;
  }
  .irf-search-shedule__container-btn {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-bottom: 16px;
  }
  .irf-search-shedule__container-paragraph {
    text-align: left;
  }
  .irf-button {
    width: 304px;
  }
}
.ui-datepicker {
  border-radius: 8px;
  width: auto;
  font-size: 0;
  background: white;
  right: 30px !important;
  left: auto !important;
}
.ui-widget-content {
  background: white;
  color: #464646;
  box-shadow: 0 0 20px 6px rgba(0, 0, 0, 0.07);
  border: none;
}
.ui-datepicker .ui-datepicker-header {
  position: static;
  padding: 0 20px;
  padding-top: 10px;
}
.ui-datepicker-calendar {
  margin: 0 20px;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 45%;
  font-size: 0;
  width: 25px;
  height: 25px;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.07);
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev {
  left: -10px;
}
.ui-datepicker .ui-datepicker-next {
  right: -10px;
}
.ui-datepicker .ui-datepicker-prev::after, .ui-datepicker .ui-datepicker-next::after {
  content: "";
  font-family: "icomoon";
  font-size: 20px;
  color: #D62D61;
  position: absolute;
  top: 5%;
  right: 10%;
}
.ui-datepicker .ui-datepicker-next::after {
  content: "";
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  font-size: 0;
  background-image: none;
}
.ui-widget-header {
  border: none;
  background: none;
  color: #464646;
  margin-bottom: 16px;
  font-weight: normal;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0;
  font-family: "Alliance-bold";
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}
.ui-datepicker th {
  border: 0;
  text-transform: uppercase;
  padding: 5px 0;
  padding-right: 14px;
  font-weight: normal;
}
.ui-datepicker-week-col, .ui-datepicker th span {
  font-family: "Alliance-bold";
  font-weight: normal;
  font-size: 8px;
}
.ui-datepicker th:last-child {
  padding-right: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 5px 0;
  padding-right: 10px;
}
.ui-datepicker td:last-child {
  padding-right: 0;
}
.ui-widget-content .ui-datepicker-week-end a, .ui-widget-content .ui-datepicker-week-end span {
  font-family: "Alliance-bold";
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled {
  opacity: 1;
}
.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: 5px;
  text-align: center;
}
.ui-state-default, .ui-widget-content .ui-state-default {
  font-weight: normal;
  border: none;
  background: none;
  font-size: 14px;
  line-height: 14px;
  font-family: "Alliance";
  color: #464646;
}
a.ui-state-default, .ui-widget-content a.ui-state-default {
  background: #d7dadd;
  border-radius: 50%;
}
a.ui-state-active, .ui-widget-content a.ui-state-active {
  color: white;
  background: none;
  font-weight: normal;
  background-color: #D62D61;
  border-radius: 50%;
  box-shadow: 0 0 20px 6px rgba(0, 0, 0, 0.07);
  border: none;
}
a.ui-state-default:hover, a.ui-state-default:focus, a.ui-state-default:active, .ui-widget-content a.ui-state-default:hover, .ui-widget-content a.ui-state-default:focus, .ui-widget-content a.ui-state-default:active {
  text-decoration: none;
  color: #fff;
  background: none;
  font-weight: 400;
  background-color: #d62d61;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 1.25rem 0.375rem rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 1.25rem 0.375rem rgba(0, 0, 0, 0.07);
  border: none;
}
.ui-datepicker-trigger {
  width: 22px;
  color: #D62D61;
  margin-left: 10px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .ui-datepicker {
    right: 10px !important;
  }
  .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    top: 5%;
  }
  .ui-datepicker .ui-datepicker-prev {
    left: 10px;
  }
  .ui-datepicker .ui-datepicker-next {
    right: 10px;
  }
  .ui-state-default, .ui-widget-content .ui-state-default {
    font-size: 12px;
  }
}
