/* General */
.m-footer--push.m-aside-left--enabled:not(.m-footer--fixed) .m-wrapper {
    margin-bottom: 0px !important;
}
.m-body .m-wrapper {
    margin-bottom: 0px !important;
}
.m-header--fixed .m-body {
    padding-top: 0px !important;
}
.m-body {
    font-family: 'Montserrat', sans-serif;
}
/*.mbody-montserrat {
    font-family: 'Montserrat', sans-serif;
}*/
.band__logos.multibrand:first-child {
    display: inline-block;
}

/* Emtrafesa-background */
.main-background {
    position: absolute;
    width: 100%;
    background: linear-gradient(#005cb9, #f0f0f0);
    /*background-attachment: scroll;*/
    z-index: 0 !important;
    background-size: 100% 100%, 100% 100%;
    height: 61%;
}

@media only screen and (max-width: 1024px) {
    .main-background {
        height: 400px;
    }
}
@media only screen and (max-width: 768px) {
    .main-background {
        background: linear-gradient( #005cb9, #005cb900 ) no-repeat;
        /*height: 768px;*/
    }
}

/* NavHeader - General */

.m-stack.m-stack--general.m-stack--ver.m-stack--demo {
    margin-top: 15px;
    padding-right: 18px;
    padding-left: 18px;
}
@media only screen and (max-width: 1024px) {
    .m-stack.m-stack--general.m-stack--ver.m-stack--demo {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.m-stack--demo.m-stack--ver .m-stack__item {
    border: 0px;
    background-color: rgba(255,255,255,0);
}
#nav-header {
    height: 50px;
}
/*.m-stack.m-stack--general.m-stack--ver > .m-stack__item.m-stack__item--middle {
    vertical-align: middle;
    padding: 0px 10px;
}*/

/* NavHeader - Logo */
#nav-content-logo {
    width: 14%;
    text-align: left;
}

#nav-logo {
    width: 174px;
    height: 43px;
    margin: 0px;
}
@media only screen and (max-width: 1024px) {
    #nav-logo {
        width: 144px;
        height: 48px;
    }
}
@media only screen and (max-width: 768px) {
    #nav-logo {
        width: 132px;
        height: 44px;
    }
}
@media only screen and (max-width: 425px) {
    #nav-content-logo {
        width: 30%;
    }
    #nav-logo {
        width: 160px;
        height: 40px;
    }
}
@media only screen and (max-width: 375px) {
    #nav-content-logo {
        width: 40%;
    }
}
@media only screen and (max-width: 320px) {
    #nav-content-logo {
        width: 16%;
    }
    #nav-logo {
        width: 90px;
        height: 30px;
    }
}

/* NavHeader - Vacio 1 */
@media only screen and (max-width: 768px) {
    #nav-content-empty1 {
        width: 8%;
    }
}
@media only screen and (max-width: 425px) {
    #nav-content-empty1 {
        display: none;
    }
}

/* NavHeader - Telefono */
#nav-content-phone {
    font-weight: bold;
    color: #ffffff;
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    width: 18%;
    font-size: 22px;
}
#nav-phone {
    margin: 0px;
    width: 35px;
    height: 35px;
}

@media only screen and (max-width: 1024px) {
    #nav-content-phone {
        width: 20%;
        font-size: 18px;
    }
    #nav-phone {
        width: 30px;
        height: 30px;
    }
}
@media only screen and (max-width: 768px) {
    #nav-content-phone {
        width: 30%;
    }
}
@media only screen and (max-width: 425px) {
    #nav-content-phone {
        width: 60%;
    }
}
@media only screen and (max-width: 320px) {
    #nav-content-phone {
        width: 60%;
        font-size: 16px;
    }
    #nav-phone {
        width: 25px;
        height: 25px;
    }
}

/* NavHeader - Ayuda */
#nav-content-help {
    text-align: right;
    width: 14%;
    display: table-cell;
}
@media only screen and (max-width: 1024px) {
    #nav-content-help {
        width: 19%;
    }
}
@media only screen and (max-width: 768px) {
    #nav-content-help {
        width: 25%;
    }
}
@media only screen and (max-width: 425px) {
    #nav-content-help {
        display: none !important;
    }
}
#nav-help-title {
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    margin: 0px;
}
#nav-help-subtitle {
    font-size: 14px;
    color: #ffffff;
    margin: 0px;
}

/* NavHeader - Vacio 2 */
#nav-content-empty2 {
    width: 5%;
    display: none;
}
@media only screen and (max-width: 425px) {
    #nav-content-empty2 {
        display: none !important;
    }
}

/* NavHeader - Carrito de Compras */
#nav-content-shop-car {
    width: 5%;
    display: none;
}
@media only screen and (max-width: 1024px) {
    #nav-content-shop-car {
        width: 7%;
    }
}
@media only screen and (max-width: 768px) {
    #nav-content-shop-car {
        width: 8%;
    }
}
@media only screen and (max-width: 375px) {
    #nav-content-shop-car {
        width: 7%;
    }
}
@media only screen and (max-width: 320px) {
    #nav-content-shop-car {
        width: 8%;
    }
}
#nav-shop-car {
    width: 40px;
    height: 40px;
}
@media only screen and (max-width: 768px) {
    #nav-shop-car {
        width: 35px;
        height: 35px;
    }
}

/* NavHeader - Timer */
#nav-content-timer {
    display: none;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    padding-left:20px;
    color:white;
}
@media only screen and (max-width: 1024px) {
    #nav-content-timer {
        line-height: 1.1;
        margin-right:10px;
    }
}
.nav-timer-title {
    color: #98B1C5;
    margin: 0px;
}
@media only screen and (max-width: 1024px) {
    #long-timer-title {
        display: none;
    }
}
#short-timer-title {
    display: none;
}
@media only screen and (max-width: 1024px) {
    #short-timer-title {
        line-height: 1.2;
        display: inline-table;
    }
}
#nav-timer-time {
    color: white;
    margin: 0px;
}
@media only screen and (max-width: 425px) {
    #nav-timer-time {
        line-height: 1.1;
    }
}

/* NavHeader - Cancelar */
/*#nav-content-cancel {
    width: 40%;
    display: none;    
}*/
#nav-content-cancel2 {
    width: 5%;
    padding: 10px 0px 10px 0px;
}
#nav-cancel {
    align-items: stretch;
    justify-content: center;
    line-height: 2px;
    color: white;
}
@media only screen and (max-width: 768px) {
    #nav-cancel {
        width: 90px;
    }
}
@media only screen and (max-width: 425px) {
    #nav-cancel {
        display: flex;
        align-items: center;
        justify-content:center;
    }
}

#msg-cancel {
    display: none;
    position: absolute;
    width: 200px;
    text-align: center;
    padding: 10px;
    background-color: #ffffff;
    font-size: 12px;
    line-height: 1.4;
    border: 1px #ffb200 solid;
    border-radius: 5px;
}
#right-arrow {
    position: absolute;
    left: 155px;
    top: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
}

#msg-cancel {
    left: 1118px;
    top: 80px;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
    #msg-cancel {
        left: 794px;
        top: 80px;
    }
}

ul {
    list-style-type: none;
}
#exit-modal {
    display: none;
}
#sessiontimeout-modal {
    display: none;
}
#delete-retdate-modal {
    display: none;
}
#clean-passengers-modal {
    display: none;
}
#passenger-children-modal{
    display: none;
}
#passenger-arms-modal {
    display: none;
}
#decline-pay-modal {
    display: none;
}

.m-dropdown .m-dropdown__wrapper .m-dropdown__header {
    padding: 10px 10px;
}
.m-dropdown.m-dropdown--align-center.m-dropdown--large .m-dropdown__wrapper {
    width: 200px;
    left: 1268px;
    top: -15px;
    font-size: 12px;
    text-align: center;
}
.m-list-search.m-list-search--has-result .m-dropdown__header:after {
    height: 0%;
}
#cancel-info-title {
    font-weight: bold;
    margin-bottom: 0px;
}
#cancel-info-text {
    margin-bottom: 0px;
}

/* Titulos */
.m-subheader .m-subheader__title {
    position: relative;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    margin: 0 0 0 0;
}
.mr-auto, .mx-auto {
    text-align: center;
}

/* Recuadro de compra - Titulo */
#title-container-buy-ticket {
    padding-top: 0px;
}
@media only screen and (max-width: 768px) {
    #title-container-buy-ticket {
        margin-top: 10px;
    }
}
#title-buy-title {
    color: #ffffff;
    font-size: 22px;
}
@media only screen and (max-width: 768px) {
    #title-buy-title {
        font-size: 20px;
    }
}
@media only screen and (max-width: 425px) {
    #title-buy-title {
        font-size: 18px;
    }
}
@media only screen and (max-width: 320px) {
    #title-buy-title {
        font-size: 16px;
    }
}

/* Recuadro de compra - General */
.m-body .m-content {
    padding: 1px 20px;
    width: 80%;
    position: static;
    /*transform: translate(1%,-4%);*/
    padding-right: 60px;
    margin: auto;
    /*left: 40% !important;*/
    margin-top: -54px;
}
@media only screen and (max-width: 768px) {
    .m-body .m-content {
        padding: 20px 0px;
        /*transform:translate(1%,-0.2%);*/
        /*transform: translate(1%,-3%);*/ 
        top: 27%;
        position: static;
        width: 90%;
    }
}
.m-portlet.m-portlet--bordered {
    border: 0px solid;
}
.m-portlet.m-portlet--tabs .m-portlet__head {
    padding: 0 0;
}
.m-portlet.m-portlet--success.m-portlet--head-solid-bg {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #ffffff;
    border-color: #ffffff;
}
.m-portlet.m-portlet--success.m-portlet--head-solid-bg .m-portlet__head {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #ffffff;
    border-color: #f3f3f3;
}
    .m-portlet.m-portlet--success.m-portlet--head-solid-bg .m-portlet__body {
        background: #ffffff;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
.form-control[readonly] {
    background-color: #ffffff;
}
.m-portlet.m-portlet--success.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover {
    color: #ffffff !important;
}

/* Recuadro de compra - Tabs */
.m-tabs-line .m-tabs__link {
    font-weight: bold;
    font-size: 1rem;
}
.m-portlet .m-portlet__head {
    border-bottom: 0px;
}
@media only screen and (max-width: 768px) {
    .m-portlet.m-portlet--tabs .m-portlet__head .m-portlet__head-tools {
        margin-top: 0rem;
    }
}
.m-portlet.m-portlet--success.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    text-align: center;
}
    .m-portlet.m-portlet--success.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item {
        margin: 0 0 0 0;
        text-align: center;
    }
.m-portlet.m-portlet--success.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link {
    color: #000000;
}
.m-portlet.m-portlet--success.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover {
    color: #000000;
}
.nav nav-tabs m-tabs-line m-tabs-line--primary {
    text-align: center;
}
.m-portlet.m-portlet--tabs.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-tools .nav-tabs.m-tabs-line > .nav-item.m-tabs__item > .nav-link.m-tabs__link {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.m-subheader .m-subheader__title {
    padding: 0px;
}
.m-portlet.m-portlet--tabs .m-portlet__head .m-portlet__head-tools .m-tabs-line .m-tabs__link {
    padding: 0.8rem 0 0.8rem 0;
}
@media only screen and (max-width: 1024px) {
    .m-portlet.m-portlet--tabs .m-portlet__head .m-portlet__head-tools .m-tabs-line .m-tabs__link {
        padding: 0.5rem 0 0.5rem 0;
    }
}
@media only screen and (max-width: 768px) {
    .m-portlet.m-portlet--tabs .m-portlet__head .m-portlet__head-tools .nav-tabs.m-tabs-line > .nav-item.m-tabs__item {
        margin-right: 0rem;
    }
}
@media only screen and (max-width: 768px) {
    .m-portlet.m-portlet--tabs.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-tools .nav-tabs.m-tabs-line > .nav-item.m-tabs__item > .nav-link.m-tabs__link {
        padding: 0.5rem 1rem;
    }
}
@media only screen and (max-width: 425px) {
    .m-portlet.m-portlet--tabs.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-tools .nav-tabs.m-tabs-line > .nav-item.m-tabs__item > .nav-link.m-tabs__link {
        padding: 0.5rem 0rem;
    }
}

#tabs-head {
    height: 45px;
}
@media only screen and (max-width:768px) {
    #tabs-head {
        height: 77.5px;
    }
}
@media only screen and (max-width:425px) {
    #tabs-head {
        height: 50px;
    }
}


.tab-step-inactive {
    background-color: #ffffff;
    line-height: 2.1 !important;
    cursor: default !important;
    pointer-events: none !important;
    border-bottom: 1px solid #f3f3f3;
    /*display: table-cell !important;*/
}
@media only screen and (max-width: 1024px) {
    #tab-step2 {
        width: 50% !important;
        border-top-right-radius: 10px;
        border-bottom: 1px solid #f3f3f3;
        padding-top: 1px;
    }
    #tab-step3 {
        width: 35% !important;
    }
    #tab-step4 {
        width: 35% !important;
    }
    #tab-step5 {
        width: 30% !important;
    }
    .tab-step-inactive {
        margin-right: 0 !important;
    }
}
@media only screen and (max-width: 768px) {
    #tab-step2 {
        width: 50% !important;
        margin-right: 0px;
    }
    #title-step2 {
        padding: 0.5rem 1rem 0.5rem 1rem;
    }
}
@media only screen and (max-width: 425px) {
    #tab-step2 {
        border-top-left-radius: 10px;
        width: 100% !important;
        height: 50px;
        padding-top: 0px;
        margin-right: 0px;
    }
    #tab-step3 {
        width: 100% !important;
        margin-right: 0px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        height: 50px;
    }
    #tab-step4 {
        width: 100% !important;
        margin-right: 0px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        height: 50px;
    }
    #tab-step5 {
        width: 100% !important;
        margin-right: 0px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        height: 50px;
    }
    #title-step2 {
        padding: 0.8rem 0rem;
    }
    #title-step3 {
        padding: 0.8rem 0rem;
    }
    #title-step4 {
        padding: 0.8rem 0rem;
    }
    #title-step5 {
        padding: 0.8rem 0rem;
    }
    .tab-step-inactive {
        display: none !important;
        border-bottom: 0px;
    }
}
.nav-link {
    font-weight: 700 !important;
}

/* Scroll Top */
.go-up {
    display: none;
    padding: 10px;
    background: rgba(2,73,89,0.6);
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.up-container {
    margin: 0px;
    padding: 0px;
}
.up-item {
    text-align: center;
    padding: 0px;
}
.nav-float-title {
    color: #ffffff;
    margin: 0px;
}

/* Footer */
.m-footer {
    min-height: 50px;
}
.m-footer--push.m-aside-left--enabled:not(.m-footer--fixed) .m-footer {
    margin-left: 0px;
    margin-top: 0px;
    background-color: #005cb9;
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;
    color: #ffffff;
}
.m-footer .m-footer__copyright {
    font-size: 1rem;
    color: #ffffff;
    margin-bottom: 0rem;
}
.m-footer_short_copyright {
    display: none;
}
#footer_year {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
}
@media only screen and (min-width: 769px) {
    .m-stack.m-stack--desktop {
        display: table;
        table-layout: fixed;
    }
    .m-stack.m-stack--desktop.m-stack--ver>.m-stack__item.m-stack__item--middle {
        vertical-align: middle;
    }
    .m-stack.m-stack--desktop.m-stack--ver > .m-stack__item.m-stack__item--left {
        text-align: left;
    }
    .m-stack.m-stack--desktop.m-stack--ver > .m-stack__item.m-stack__item--right {
        text-align: right;
    }
    .m-stack.m-stack--desktop.m-stack--ver > .m-stack__item {
        display: table-cell;
        height: 100%;
    }
    .m-stack.m-stack--flex-tablet-and-mobile.m-stack--ver > .m-stack__item.m-stack__item--first {
        display: table-cell;
    }
    .m-stack.m-stack--flex-tablet-and-mobile.m-stack--ver > .m-stack__item.m-stack__item--last {
        display: table-cell;
    }
    .m-footer {
        height: auto;
        padding: 16px 20px;
    }
}
.numberFont {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
}
/*Solo Para Edge*/
/*@supports (-ms-ime-align: auto) {
    .div-croquis-edge {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}*/