:root {
  --light_font: "mulilight";
  --regular_font: "muliregular";
  --semibold_font: "mulisemibold";
  --bold_font: "mulibold";
  --clr__white: #ffffff;
  --clr__black: #000000;
  --clr__grey: #6a6e7b;
  --clr__dark__grey: #4c4c49;
  --clr__blue: #68aef2;
  --clr-orange: #e5be65;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: "mulilight";
  src: url(../fonts/muli-light-webfont.woff2) format("woff2"),
    url(../fonts/muli-light-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "muliregular";
  src: url(../fonts/muli-webfont.woff2) format("woff2"),
    url(../fonts/muli-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "mulisemibold";
  src: url(../fonts/muli-semibold-webfont.woff2) format("woff2"),
    url(../fonts/muli-semibold-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "mulibold";
  src: url(../fonts/muli-bold-webfont.woff2) format("woff2"),
    url(../fonts/muli-bold-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
a,
a:hover {
  text-decoration: none;
}
ol,
ul {
  list-style: none;
}
img {
  max-width: 100%;
  display: block;
}
body,
html {
  height: 100%;
  overflow: auto;
}
body {
  position: relative;
  font-family: var(--regular_font);
  color: var(--clr__grey);
  font-size: 12px;
  line-height: 1.5;
  background: -webkit-linear-gradient(180deg, #FFF -2.5%, #BFE0FF 146%);
  background: -moz-linear-gradient(180deg, #FFF -2.5%, #BFE0FF 146%);
  background: linear-gradient(180deg, #FFF -2.5%, #BFE0FF 146%); 
}


.bottom_shape {
  background: url('../img/bottom_shape.png') no-repeat 50% 110%;
  background-size: contain;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.card {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;     
}


.card__header {
  /* -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; */
  text-align: center;
  padding: 30px 0 0;
}
.card__header--logo {
  width: 250px;
  margin: 0 auto;
}

.graphic {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}

.flex_grow1 {
  flex-grow: 1;
}

.card__bodyBottom {
  margin-top: auto;
}

.card__bodyBottom h1{
  font-family: var(--regular_font);
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: var(--clr__dark__grey);
  margin-bottom: 30px;
}

.card__boxInfo[disabled] {
  pointer-events: none;
  opacity: .5;
}

.card__boxInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 15px;
  filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.15))
}

.card__boxInfo .icon {
  background: #F2774B;
  border-radius: 8px 0 0 8px;
  padding: 10px 2px;
  min-height: 76px;
  min-width: 82px;
  width: 82px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card__details {
  background: var(--clr__white);
  /* -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15); */
  border-radius: 0 8px 8px 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

.time__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #EBEBEB;
  padding: 3px 10px;
  font-family: var(--bold_font);
  font-size: 10px;
  line-height: 1.2;
  color: var(--clr__black);
}

.shuttle__resume {  
  font-size: 10px;
  line-height: 1.2;
  color: #ED4349;
}

@media (min-width: 576px) {
  .time__box,.shuttle__resume {
    font-size: 14px;
    line-height: 1;
    padding: 5px 10px;
  }
}

.terms a {
  font-family: var(--semibold_font);
}

.shuttle__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  padding: 10px;
}

.shuttle__info h5 {
  font-family: var(--bold_font);
  font-size: 12px;
  line-height: 1.2;
  color: var(--clr__grey);
}


@media (min-width: 576px) {
  .shuttle__info h5 {
    font-size: 14px;
    line-height: 1.4;
  }
}

.card__footer {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0 15px;
}
.shuttle-logo .text-default {
  font-family: var(--regular_font);
  font-size: 11px;
  line-height: 13px;
  color: var(--clr__grey);
}
.terms a {
  font-size: 13px;
  line-height: 16px;
  color: var(--clr__blue);
}
