.rt-widget {
  color: #1b365d;
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  margin-top: 90px;
}

.rt-widget .dark-blue-text {
  color: #1b365d;
}

.rt-widget .light-blue-text {
  color: #00acc5;
}

.rt-widget .yellow-text {
  color: #ffa400;
}

.rt-widget .white-text {
  color: #ffffff;
}

.rt-widget .dark-blue-bg {
  background-color: #1b365d;
}

.rt-widget .light-blue-bg {
  background-color: #00acc5;
}

.rt-widget .dark-gray-bg {
  background-color: #878787;
}

.rt-widget .gray-bg-sm {
  background-color: #e6e6e6;
}

.rt-widget .red-bg {
  background-color: #b2292e;
}

.rt-widget .green-bg {
  background-color: #26c46d;
}

.rt-widget .radius {
  border-radius: 10px;
}

.rt-widget .font-bolder {
  font-weight: 900 !important;
}

.rt-widget input,
.rt-widget textarea,
.rt-widget select {
  width: 100%;
  border: 1px solid #0a355e;
  font-weight: 400;
  color: #0a355e;
  font-size: 18px;
  border-radius: 5px;
  height: unset;
  padding: 11px 15px;
  resize: none;
}

.rt-widget .bg-size {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.rt-widget .bg-size.top {
  background-position: center top;
}

.rt-widget .radius-left {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.rt-widget .radius-right {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.rt-widget .shadow {
  box-shadow: 2px 2px 7px 2px rgba(0, 0, 0, 0.3) !important;
}

.rt-widget .btn-red {
  background-color: #b2292e;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  color: #ffffff;
  border: none;
  border-radius: 25px;
  margin-top: 30px;
}

.rt-widget .btn-red:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.rt-widget .btn-red:hover {
  color: #ffffff;
}

.rt-widget .btn-blue {
  background-color: #143567;
  font-size: 15px;
  font-weight: 700;
  max-width: 100%;
  white-space: nowrap;
  color: #ffffff;
  border: none;
  border-radius: 25px;
  margin: auto 0 auto auto;
}

.rt-widget .btn-blue:hover {
  color: #ffffff;
}

@media (hover: hover) {
  .rt-widget .btn-red:hover {
    background-color: #143567;
    color: #ffffff;
    border: none;
  }

  .rt-widget .btn-blue:hover {
    background-color: #b2292e;
    color: #ffffff;
    border: none;
  }
}

.rt-widget label {
  color: #888787;
  font-weight: 600;
}

.rt-widget .custom-control-label {
  padding-left: 30px;
  color: #0a355e;
  font-weight: normal;
}

.rt-widget .custom-control-label:before {
  border-radius: 50%;
}

.rt-widget .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ffffff;
  border: #adb5bd solid 1px;
}

.rt-widget .custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.rt-widget
  .custom-radio
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='-5 -5 10 10'%3e%3ccircle r='5' fill='%231C355E'/%3e%3c/svg%3e");
}

.rt-widget [type="radio"]:checked + label:after {
  border: none;
  background-color: transparent;
  z-index: 0;
  transform: unset;
}

.rt-widget .custom-control-label::before,
.rt-widget .custom-control-label::after {
  left: 0;
}

.rt-widget .details-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.rt-widget .details-icon hr,
.rt-widget .details-icon hr {
  border: 1px solid #9d9d9c;
  width: 100%;
  top: calc(50% - 1px);
}

.rt-widget .details-icon hr_envuelo,
.rt-widget .details-icon hr_envuelo {
  border: 1px solid #9d9d9c;
  width: 25%;
  top: calc(50% - 1px);
}

.rt-widget .details-icon hr:nth-of-type(1) {
  margin-left: 5;
}

.rt-widget .details-icon hr:nth-of-type(2) {
  margin-right: 0;
}

.rt-widget .time-flight {
  position: absolute;
  top: -30px;
  left: calc(50% - 17px);
}

.rt-widget .delayed-flight {
  position: absolute;
  left: calc(25% - 25px);
}
.rt-widget #step-back:hover {
  text-decoration: none;
  text-shadow: 1px 1px 0 rgb(0 0 0);
}

@media (max-width: 767.98px) {
  .rt-widget .btn-blue {
    margin-top: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .rt-widget #step-1,
  .rt-widget #step-2 {
    background-color: #fff;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-radius: 10px;
    width: 90%;
  }

  .rt-widget .gray-bg-sm {
    background-color: #ffffff;
  }

  .rt-widget .info-img {
    border-radius: 10px;
  }

  .rt-widget .shadow.sm {
    box-shadow: unset !important;
  }

  .rt-widget .details-icon {
    height: 46px;
  }

  .rt-widget .details-icon hr,
  .rt-widget .details-icon hr {
    width: 80%;
  }
}

@media (max-width: 360px) {
  .rt-widget .btn-blue {
    /* font-size: 16px; */
    font-size: 12px;
  }
}

@media (max-width: 340px) {
  .rt-widget .delayed-hr {
    display: none;
  }

  .rt-widget .delayed-flight {
    position: unset;
    margin-right: 5px;
  }
}

/* Footer */

.rt-widget img.lazyload:not([src]) {
  visibility: hidden;
}
.rt-widget .lazyload:not(.blur-up),
.rt-widget .lazyloading:not(.blur-up) {
  opacity: 0;
}
.rt-widget .lazyloaded:not(.blur-up) {
  opacity: 1;
  transition: opacity 200ms;
}
.rt-widget .blur-up {
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(205);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='w3.org/2000/svg'><filter id='blur' x='0' y='0'><feGaussianBlur stdDeviation='5'/></filter></svg>#blur");
  filter: url(#blur5);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='5');
  transition: filter 200ms, -webkit-filter 200ms;
}
.rt-widget .blur-up.blur-15 {
  filter: blur(15px);
  -webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  -o-filter: blur(15px);
  -ms-filter: blur(15px);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='w3.org/2000/svg'><filter id='blur' x='0' y='0'><feGaussianBlur stdDeviation='15'/></filter></svg>#blur");
  filter: url(#blur15);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='15');
}

.rt-widget .blur-up.lazyloaded,
.rt-widget .blur-up.blur-15.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}

.rt-widget footer {
  margin-top: 30px;
  background-color: #ffffff;
  padding-top: 30px;
  font-family: "Lato", sans-serif;
  color: #204071;
}

.rt-widget footer .p-inside p {
  margin-bottom: 0;
}

.rt-widget footer .p-inside.lightgray p {
  color: #808080;
}

.rt-widget footer .p-inside.lightgray a,
.rt-widget footer .p-inside.lightgray a:hover {
  color: #204071 !important;
  text-decoration: initial;
}

.rt-widget footer .p-inside:not(.lightgray) em {
  color: #ee801a;
}

.rt-widget footer a .hover-border-bottom-left {
  display: inline-block;
}
.rt-widget footer a .hover-border-bottom-left:after {
  display: block;
  content: "";
  border-bottom: solid 1px #e9b22a;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
  transform-origin: 0 50%;
  margin-top: -2px;
}
.rt-widget footer a:hover .hover-border-bottom-left:after {
  transform: scaleX(1);
}
.rt-widget .cursor-pointer {
  cursor: pointer;
}
.rt-widget footer hr {
  border-color: #114171;
}
.rt-widget footer #footer_cols h5 {
  color: #114171;
  font-weight: 800;
}
.rt-widget footer #footer_cols h5 i {
  font-size: 1.5rem;
}
.rt-widget footer #footer_cols h5 i.fa-plus-square:before {
  content: "\f146";
}
.rt-widget footer #footer_cols h5.collapsed i.fa-plus-square:before {
  content: "\f0fe";
}
.rt-widget footer #footer_cols a {
  color: #666968;
}
.rt-widget footer #footer_cols a:hover {
  text-decoration: none;
}
.rt-widget footer #info .contact-footer h4 {
  color: #114171;
  font-weight: 800;
}
.rt-widget footer #info .contact-footer p a {
  color: #114171;
}
.rt-widget footer #info .contact-footer p a:hover {
  text-decoration: none;
}
.rt-widget footer #info .payments-footer p {
  font-size: 18px;
}
.rt-widget footer #info .payments-footer > div > div img:first-child {
  margin-bottom: 10px;
}
.rt-widget footer #info .payments-footer .webpay-redcompra {
  margin-bottom: 0 !important;
  max-height: 100px;
}
.rt-widget footer #info .payments-footer .diners-club {
  margin-bottom: 0 !important;
}
.rt-widget footer #info .payments-footer .safetypay {
  margin-bottom: 0 !important;
}
.rt-widget footer #info .payments-footer .visa,
.rt-widget footer #info .payments-footer .mastercard,
.rt-widget footer #info .payments-footer .american-express,
.rt-widget footer #info .payments-footer .magna,
.rt-widget footer #info .payments-footer .diners-club {
  max-height: 37px;
  border: 1px solid #dedede;
}
.rt-widget footer #info .rss-footer p {
  font-size: 18px;
}
.rt-widget footer #info .rss-footer a {
  color: #114171;
  transition: color 250ms ease-in-out;
}
.rt-widget footer #info .rss-footer a:hover {
  color: #903235;
}
.rt-widget footer #info .rss-footer i {
  font-size: 32px;
}

.rt-widget footer hr.border-top-8px.red {
  border-top: 8px solid #903235;
  width: 100%;
}

@media (max-width: 1199.98px) and (min-width: 992px) {
  .rt-widget footer #footer_cols h5 {
    font-size: 1.15rem;
  }
  .rt-widget footer #footer_cols a {
    font-size: 0.8rem;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .rt-widget footer #footer_cols h5 {
    font-size: 1.05rem;
  }
  .rt-widget footer #footer_cols a {
    font-size: 0.64rem;
  }
}
@media (max-width: 991.98px) {
  .rt-widget footer #info .contact-footer h4 {
    font-size: 1.2rem;
  }
  .rt-widget footer #info .contact-footer p a {
    font-size: 0.8rem;
  }
  .rt-widget footer #info .payments-footer p {
    font-size: 0.8rem;
  }
  .rt-widget footer #info .rss-footer p {
    font-size: 0.8rem;
  }
  .rt-widget footer #info .rss-footer i {
    font-size: 26px;
  }
  .rt-widget footer #copyright p {
    font-size: 0.85rem;
    text-align: left;
  }
}
@media (max-width: 767.98px) {
  .rt-widget footer #info .contact-footer h4 {
    font-size: 1.2rem;
  }
  .rt-widget footer #info .contact-footer p {
    line-height: 1.1;
  }
  .rt-widget footer #info .contact-footer p a {
    font-size: 0.75rem;
  }
  .rt-widget footer #info .contact-footer p a .hover-border-bottom-left:after {
    margin-top: 0;
  }
  .rt-widget footer #info .rss-footer p {
    font-size: 0.8rem;
  }
  .rt-widget footer #info .rss-footer i {
    font-size: 24px;
    margin-right: 0.5rem !important;
  }
}

@media (max-width: 575.98px) {
  .rt-widget footer {
    padding-top: 30px;
  }

  .rt-widget footer #info .payments-footer p {
    font-size: 1rem;
  }

  .rt-widget footer #info .rss-footer p {
    font-size: 1rem;
  }

  .rt-widget footer #info .payments-footer .text-left {
    text-align: center !important;
  }

  .rt-widget footer #info .rss-footer.text-right {
    text-align: center !important;
  }

  .rt-widget footer .container.mt-5 {
    margin-top: 1rem !important;
  }

  .rt-widget footer #copyright .text-right,
  .rt-widget footer #copyright .text-left {
    text-align: center !important;
  }

  .rt-widget footer #copyright .logo-jetsmart-footer {
    margin-top: 15px;
    max-width: 180px;
  }
}

/* Override DG */

.culture-selector .cultures.opened {
  height: auto;
}

/* Modal */
.rt-widget #dev_modal {
  z-index: 100050;
}

.rt-widget .modal-select .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  border: none;
  min-width: 300px;
  width: 30%;
  border-radius: 10px;
}

.rt-widget .modal-select .modal-header {
  background-color: #00acc8;
  color: #ffffff;
  padding: 10px 20px;
  border: none;
  justify-content: normal;
}

.rt-widget .modal-select .icon-modal {
  height: 40px;
  margin-right: 10px;
}

.rt-widget .modal-select .modal-text {
  padding: 20px;
  text-align: center;
  font-weight: 800;
  font-size: 16px;
  border: none;
}

.rt-widget .modal-select .modalBtn {
  height: 3.5rem;
  background-color: #b2292e;
  border: none;
  border-radius: 10px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 0px 40px;
}

@media (max-width: 1000px) {
  .rt-widget {
    margin-top: 66px;
  }
}

@media (max-width: 500px) {
  .rt-widget {
    margin-top: 60px;
  }
}
