/*--------------------
Boarding Pass
--------------------*/

.boarding-pass {
    width: initial;
    height: 350px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin: 20px;
    text-transform: uppercase;
    /*--------------------
  Header
  --------------------*/
    /*--------------------
  Cities
  --------------------*/
    /*--------------------
  Infos
  --------------------*/
    /*--------------------
  Strap
  --------------------*/
}

.boarding-pass small {
    display: block;
    font-size: 11px;
    color: #A2A9B3;
    margin-bottom: 2px;
}

.boarding-pass strong {
    font-size: 15px;
    display: block;
}

.boarding-pass header {
    background: linear-gradient(to bottom, #95080d, #95080d);
    padding: 12px 20px;
    height: 53px;
}

.boarding-pass header .logo {
    float: right;
    width: 1px;
    height: 31px;
}

.boarding-pass header .flight {
    float: right;
    color: #fff;
    text-align: left;
}

.boarding-pass header .flight small {
    font-size: 8px;
    margin-bottom: 2px;
    opacity: 0.8;
}

.boarding-pass header .flight strong {
    font-size: 18px;
}

.boarding-pass .cities {
    position: relative;
}

.boarding-pass .cities::after {
    content: "";
    display: table;
    clear: both;
}

.boarding-pass .cities .city {
    padding: 20px 18px;
    float: left;
}

.boarding-pass .cities .city:nth-child(2) {
    float: right;
}

.boarding-pass .cities .city strong {
    font-size: 40px;
    font-weight: 300;
    line-height: 1;
}

.boarding-pass .cities .city small {
    margin-bottom: 0px;
    margin-left: 3px;
}

.boarding-pass .cities .airplane {
    position: absolute;
    width: 30px;
    height: 25px;
    top: 57%;
    left: 30%;
    opacity: 0;
    transform: translate(-50%, -50%);
    -webkit-animation: move 3s infinite;
    animation: move 3s infinite;
}

@-webkit-keyframes move {
    40% {
        left: 50%;
        opacity: 1;
    }
    100% {
        left: 70%;
        opacity: 0;
    }
}

@keyframes move {
    40% {
        left: 50%;
        opacity: 1;
    }
    100% {
        left: 70%;
        opacity: 0;
    }
}

.boarding-pass .infos {
    display: flex;
    border-top: 1px solid #95080d;
}

.boarding-pass .infos .times strong {
    transform: scale(0.9);
    transform-origin: left bottom;
}

.boarding-pass .infos .places {
    background: #ECECEC;
    border-right: 1px solid #95080d;
}

.boarding-pass .infos .places small {
    color: #97A1AD;
}

.boarding-pass .infos .places strong {
    color: #95080d;
}

.boarding-pass .infos .box {
    padding: 10px 20px 10px;
    width: 47%;
    float: left;
}

.boarding-pass .infos .box small {
    font-size: 10px;
}

.boarding-pass .strap {
    clear: both;
    position: relative;
    border-top: 1px solid #95080d;
}

.boarding-pass .strap::after {
    content: "";
    display: table;
    clear: both;
}

.boarding-pass .strap .box {
    padding: 23px 0 20px 20px;
}

.boarding-pass .strap .box div {
    margin-bottom: 15px;
}

.boarding-pass .strap .box div small {
    font-size: 10px;
}

.boarding-pass .strap .box div strong {
    font-size: 13px;
}

.boarding-pass .strap .box sup {
    font-size: 8px;
    position: relative;
    top: -5px;
}

.boarding-pass .strap .qrcode {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 80px;
    height: 80px;
}

.box.\31 1 {
    margin-bottom: 0px;
}

.ticket {
    margin-top: 2%;
}

.img-tab img {
    width: 97%;
}

.content p {
    font-size: 16px;
    text-align: justify;
    padding: 10px 27px 10px 0px;
}

.img-tab {
    margin-top: 5%;
}

.lo {
    width: 113px;
}

.ticket>.col-md-12 {
    display: flex;
}

.services__details-content>p {
    color: #676565;
}