.preloader-wrapper {
    position: relative;
}

.preloader-wrapper:before {
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    background: url('../img/preloader.gif') transparent 0px 0px scroll;
    bottom: 10px;
    left: 10px;
    content: "";
    opacity: 0;

    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.preloader-wrapper.loading > input {
    padding-left: 35px;
}

.preloader-wrapper.loading:before {
    opacity: 1;
}

.next-button .preloader-wrapper {
    display: inline-block;
}

.fa.tab-preloader {
    background-image: url("../img/preloader.gif");
    width: 18px;
    height: 18px;
    opacity: 0;

    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.fa.tab-preloader.coches {
    margin-left: 48px;
}

.fa.tab-preloader.loading {
    opacity: 1;
}

body {
    font-family: 'Roboto', sans-serif;
    background:#ebebeb;
    color:#666666;
}
body.static {
    background-color: #ebebeb
}
h1 {
    font-size: 40px;
    color: #f3920e;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 40px 0;
}
h2 {
    font-size:36px;
    font-weight:700;
    text-transform:uppercase;
    margin:40px 0 40px;
    color: #f3920e;
}
h3 {
    font-size:30px;
    font-weight:100;
    text-transform:uppercase;
}
h4 {
    color: #F3920E;
    font-size: 24px;
    text-transform: none;
    margin: 20px 0;
    font-weight: 100;
}
#h-7{
    color: gray;
    font-weight: bold; 
    text-align: center;
    font-size:36px;
    /*font-weight:700;*/
    text-transform:uppercase;
    /*margin-top:30px;*/
    /*color: #f3920e*/
}
.btn {
    transition:all ease-in-out 0.3s;
    -webkit-transition:all ease-in-out 0.3s;
    -moz-transition:all ease-in-out 0.3s;
}
/* menu */
.over-nav {
    padding-top: 3px;
    height:32px;
    background:#fff;
    color:#fff;
}
@media (min-width: 768px) {
    .over-nav .navbar-nav>li>a {
        padding: 0;
        border:none;
    }
    .over-nav .navbar-nav>li>a:hover {
        opacity:0.5;
    }
    .over-nav .navbar-nav>li {
        margin-left:15px;
        margin-top:2px;
    }
    .over-nav .navbar-right {
        margin-right: 0;
    }
    .mod-lang .active {
        box-shadow:0px 0px 0px 2px #5a5a5a!important;
    }

}
.navbar {
    height:69px;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
    margin-bottom:0;	
}
.navbar.navbar-fixed-top {
    height:60px;
}
.navbar-inverse {
    background:#fff;
    border:none;
    border-radius:0;
}
.navbar-inverse .navbar-nav>li>a {
    font-size:16px;
    font-weight:300;
    color:#666666;
}
@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding: 30px 20px;
        -webkit-transition: padding 0.3s;
        -moz-transition: padding 0.3s;
        transition: padding 0.3s;	
    }
    .navbar-fixed-top .navbar-nav>li>a {
        padding: 20px 25px;
    }
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-left: 15px;
        padding-right:15px;
    }
}
.navbar-inverse .navbar-nav>.active>a {
    color:#f3920e;
    font-weight: bold;
    background: transparent;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color:#666666;
    text-decoration: underline;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    background-color: transparent;
}


.cont-logo {
    position:relative;
    z-index:927;
}
.navbar-brand {
    position:absolute;
    padding:0;
    display:block;
    top:-48px;
}
.navbar-brand img {
    -webkit-transition: max-height 0.8s;
    -moz-transition: max-height 0.8s;
    transition: max-height 0.8s;	
}
.navbar-fixed-top .navbar-brand {
    top:-8px;
}
.navbar-fixed-top .navbar-brand img{
    max-height: 131%;
    margin-top: 4px !important;
    width:auto;
}


section {
    padding-top: 10px;
    padding-bottom:50px; 
}

/* mod search */

section.main {
    height: 75vh;
    width: 100%;
    background-color: #ebebeb;
    position: relative;
    /*        clear:none;
            position:absolute;
            height:100%;
            top:0;
            background-color: #ebebeb;
            width:100%;
            box-sizing:border-box;  indicamos que los padding no ganen espacio 
            padding-top:50px;  nos separamos la altura del header 
            padding-bottom:30px;  nos separamos la altura del footer */
}
section.after-main {
    background-color: #fff;
}
section.int-page {
    width: 100%;
    background-color: #ebebeb;
    min-height:100vh	
}
section.int-page .cont-mod-search {
    position: initial;
    transform: none;
    background: #fff;
}
section.main .mod-search {
    background:#fff;
    margin-bottom:0;
    padding: 20px
}
.mod-search h2 {
    color:#f3920e;
    font-size:24px;
    font-weight:100;
    margin:20px 0 10px;
}
.cont-mod-search {
    height:500px; 
    position: absolute;
    left: 50%;
    top:45%;
    transform: translate(-50%,-40%);
}
@media (max-width: 768px){
    .after-main { 
        height:335vh;
        padding-top:140px;
    }
}
.col-centrada{
    border:1px solid #ebebeb;
    float: none;
    margin: 0 auto;
}

.btn-primary {
    background:#f3920e;
    border:none;
    font-weight:100;
    font-size:18px;
    color:#fff;
}
.table-striped .btn-primary {
    font-size:14px;
    padding: 2px 13px;
}
.table-striped .btn-cont {
    text-align: right;
}
.table-striped>tbody>tr:hover .btn-primary {
    background: #dddddd!important;
}
.mod-search .row {
    margin-bottom:20px;
}
.mod-search label {
    font-size:18px;
    font-weight:100;
}
.mod-search .calendar {
    background:url(../img/icons/ico-calendar.png) #fff right no-repeat;
}

.mod-search input[type="radio"] {
    display:none; 
}
.mod-search label.tipo {
    display:inline-block;
    background-color:#cccccc;
    padding:4px 11px;
    font-family:Arial;
    font-size:16px;
}
.mod-search input[type="radio"]:checked + label.tipo { 
    background-color:#f3920e;
}
.mod-search label.tipo {
    font-size:13px;
    color:#fff;
    border-radius:11px;
    display:block;
    text-align:center;
    padding:6px 0;
    cursor:pointer;
}

.mod-search {
    background:none;
    border-radius:0;
    border-top:none;
    margin-bottom:40px;
}



/* forms */
.form-control{
    height:45px;
    box-shadow:none;
    color:#666666;
    font-weight:300;
    -webkit-appearance: none;
    -webkit-border-radius: 15px;
    font-size: 16px;
    padding-left: 20px;
}
select.form-control {
    background: url(../img/icons/select-arrow.png) 95% center no-repeat;
    background-color: white;
}
input[type="button"].form-control {
    padding-left: 12px;
}
.btn-primary {
    background:#f3920e;
    border:none;
    font-weight:400;
    font-size:18px;
    color:#fff;
}
.btn-primary:hover, .btn-primary:focus {
    background:#c37b1a;
}
.btn-primary[disabled] {
    opacity: 0.5;
    background: #ccc;
}


.form-control::-webkit-input-placeholder {
    color:#666666;
}
.form-control:-moz-placeholder {
    color:#666666;
}
.form-control::-moz-placeholder {
    color:#666666;
}
.form-control:-ms-input-placeholder {
    color:#666666;
}

/* main banners */
.mod-main_banners {
    margin-bottom:50px;
}
.cont-banner {
    border:1px solid #ebebeb;
    padding:15px;
    background-color:#fff;
}

.cont-banner a div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 15px;
    background-color: rgba(0,40,110,0.75);
    background-image: url(../img/icons/icon-plus.png);
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity ease-in-out 0.3s
}
.cont-banner a:hover div {
    opacity: 1;
}
/* noticias */
.mod-noticias {
    padding-top:15px;
}
.mod-noticias .noticia {
    padding-bottom:15px;
    border-bottom:1px solid #c6c6c6;
    margin-bottom:15px;
    overflow:auto;
}
/* horarios y tarifas*/
.horarios-tarifas>tbody>tr {
    cursor:default!important;
}
.mod-form-horarios .btn {
    margin-top:25px;
}
/* nuestra empresa */
.agencia-list {
    background:#fff;
    border:1px solid #cbcbcb;
    border-radius:0;
    padding:20px;
    height:550px;
    margin-bottom:20px;
}
.agencia-list2 {
    background:#fff;
    border:1px solid #cbcbcb;
    border-radius:0;
    padding:20px;
    margin-bottom:20px;
}
.agencia-list h4 {
    text-transform:uppercase;
    color:#666;
    font-weight:700;
    font-size:18px;
    margin-top:0;
}
.agencia-list img {
    margin-bottom:20px;
}
.agencia-list p {
    font-size: 13px;
}
.title-agencia {
    margin-bottom: 0px;
}
/* Contacto */
.contact .text-form {
    font-weight: 400 !important;
    margin-bottom: 5px;
    font-family: 'Lato', sans-serif;
}
.contact h2 {
    margin-bottom: 34px;
}
.contact .form-contact .form-control {
    margin-bottom: 13px;
}
.contact .form-contact textarea {
    height: 202px;
}
.contact .btn-style {
    background: #f3920e;
    color: #FFF;
    font-weight: 100;
    padding: 7px 45px 7px 45px;
    text-align: center;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    text-decoration: none;
    font-size: 17px;
    cursor: pointer;	
}
.btn-style:hover {
    background: #fda733;
    text-decoration: none;
}
.camp-nombre .form-control {
    margin-bottom: 20px;
}
.subir-archivo {
    padding-top: 23px;
}
.circulo-item {
    width: 69px;
    height: 69px;
    text-align: center;
    padding-top: 1px;
    font-size: 44px;
    background: #b5b5b5;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-weight: 400;
    display: block;
    color: #FFF;
    font-family: 'Lato', sans-serif;
}
.marg-info {
    margin-bottom: 16px;
    margin-top: 6px;
}
.contact p {
    font-family: 'Lato', sans-serif;
}
.ajuste-merg-top {
    padding-top: 15px;
}
.marg-info a {
    font-weight: bold;
    color: #f3920e;
}
.clase-trabajo div {
    font-family: 'Lato', sans-serif;
}
/* End */
/* footer */
footer {
    width:100%;
    background:#4b4b4b;
    margin-top:50px;
    padding-bottom:30px;
}
footer h3 {
    color:#fff;
    margin-top:30px;
    font-weight: 700;
}
@media only screen and (max-width: 700px) {
    footer h3 {
        text-align:center;
    } 
    .btn-primary {
        margin-bottom: 20px !important;
    }
    .after-main{
        padding-top: 40px !important;
        height: fit-content !important;
    } 
    .content-banners{
        height: fit-content !important;
    }
    h2 {
        text-align: center;

    }
    h3 {
        text-align: center;

    }
     h4 {
        text-align: center;

    }
    h1 {
        margin-top: 10px;
    }

    section.main .mod-search {
        padding-bottom: 0px;
    }
    .main {
        padding-bottom: 20px !important;
    }
    section.after-main {
        padding-top: 20px !important;
    }
    
    
}
footer .list-unstyled a {
    color:#fff;
    font-size:18px;
    font-weight:100;
}
footer .list-unstyled {
    margin-top:30px;
    text-align:inherit;
}
@media only screen and (max-width: 768px) {
    .navbar-fixed-top .cont-logo .navbar-brand img {
        margin-top: -2px !important;
    }
    .navbar-fixed-top .navbar-brand {
        top: -5px;
    }
}
@media only screen and (max-width: 700px) {
    footer .list-unstyled {
        text-align:center;
    }

    footer .list-unstyled li {
        margin-bottom: 15px !important;
    }
}
footer .list-unstyled li{
    margin-bottom:10px;
}
footer .footer-brand {
    margin-top:-1px;
    display:block;
}

@media only screen and (max-width: 700px) {
    footer .footer-brand {
        text-align: -webkit-center;
    }
}




footer .other-services a {
    margin-top:20px;
    display:block;
}
.footer-banners {
    overflow:hidden;
    color:#999;
    background:#fff;
    transition:all ease-in-out 0.3s;
    -moz-transition:all ease-in-out 0.3s;
    -webkit-transition:all ease-in-out 0.3s;
    margin-bottom:20px;
}
.footer-banners:hover {
    text-decoration:none;
    color:#666;
    opacity:0.8
}
.footer-banners:focus, .footer-banners:visited {
    text-decoration:none;
    color:#666;
    opacity:0.8
}
.footer-banners img{
    float:left;
    margin-right:10px;
}
.footer-banners h2 {
    font-size:22px;
    color:#999;
    margin:10px 0 5px
}
.footer-banners p {
    margin:0;
    line-height: 13px;
    font-size: 12px;
}
/* buy steps */
.mod-steps  {
    margin:50px auto;
}
.mod-steps h2 {
    margin:0 0 30px;
}
.mod-steps .steps {
    position:relative;
    height:40px;
    background:#fff;
    color:#666666;
    padding-left:90px;
    padding-top:10px;
    transition:all ease-in-out 0.3s;
    -webkit-transition:all ease-in-out 0.3s;
    -moz-transition:all ease-in-out 0.3s;
}
.steps:hover {
    text-decoration:none;
    background:#f2f2f2;
}
.mod-steps .steps:hover div {
    background:#8a8a8a;
}
.mod-steps .steps:first-of-type {
    border-radius:20px 0 0 20px;
}
.mod-steps .steps.on {
    color:#f3920e;
}
.mod-steps .steps div {
    border-radius:50%;
    background:#b5b5b5;
    font-weight:100;
    font-size:40px;
    color:#666666;
    text-align:center;
    position:absolute;
    left:0;
    top:-14px;
    width:69px;
    height:69px;
    padding-top:5px;
}
.mod-steps .steps.on div {
    background:#f3920e;
    color:#fff;
}

/* buy process */
.next-button {
    width:100%;
    margin:20px 0;
    overflow:hidden;
    text-align: right;
}
.cont-sub_steps {
    width:100%;
    display:block;
    overflow:hidden;
}
.mod-status p {
    margin:0;
}
.mod-process h2 {
    color:#666;
    border-bottom:1px solid #f3920e;
    font-size:30px;
    text-transform:none;
    margin-bottom:20px;
    font-weight:300;
}
.mod-process h3 {
    color:#f3920e;
    font-size:27px;
    text-transform:none;
    margin-bottom:20px;
    font-weight:100;
}
.sub-steps {
    background:#e6e6e6;
    border:1px solid #9c9c9c;
    height:50px;
    color:#9c9c9c;
    font-size:18px;
    font-weight:100;
    padding-top: 13px;
}
.sub-steps:hover {
    background:#c6c6c6;
    color:#fff;
}
.sub-steps:first-of-type {
    border-radius:5px 0 0 5px ;
    border-right:none;
}
.sub-steps:last-child {
    border-radius:0 5px 5px 0 ;
}
.sub-steps i {
    float:left;
    margin-top:2px;
}
.sub-steps p{
    float:left;
}
.sub-steps.on {
    background:#f3920e;
    color:#fff;
}
.table-striped>tbody>tr {
    cursor:pointer;
}
.table-striped>tbody>tr:hover {
    background:#f3920e!important;
    color:#fff;
}
.table-info > tbody > tr:nth-child(2n+1) > td, .table-info > tbody > tr:nth-child(2n+1) > th {
    background-color: #DDDDDD;
}
.table-info th{
    text-align: left;
}
.table-striped>tbody>tr:nth-of-type(even) {
    background:#dddddd;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background:none;
}

.cont-vuelta.disabled {
    opacity:0.5;
}
.cont-vuelta.disabled:hover, .cont-vuelta.disabled .sub-steps:hover {
    cursor:not-allowed;
    background:none;
    color:#9c9c9c
}
.cont-vuelta.disabled h2 {
    color:#9c9c9c;
    border-color:#9c9c9c;
}

/* asientos */
.mod-bus {
    width:190px;
    overflow:hidden;
    background:url(../img/bus-front.png)#fff top no-repeat;
    border-radius:20px;
    padding-bottom:15px;
}
.mod-bus .content {
    padding:0 0 15px 25px;
}
.asientos input[type=checkbox]:not(old){
    width:23px;
    height:26px;
    margin:0;
    padding:0;
    opacity:0;
    cursor:pointer;
}
.asientos input[type=checkbox]:not(old) + label {
    display:inline-block;
    margin-left:-23px;
    background:url('../img/asientos.png') no-repeat 0 0;
    line-height:24px;
    width:23px;
    height:26px;
    font-size:9px;
    text-align:center;
    cursor:pointer;
}
.asientos input[type=checkbox]:not(old):checked + label{
    background-position:-23px 0 ;
    color:#fff;
}
.asientos input[type=radio]:not(old):checked + label{
    background-position :-46px 0 ;
}
.cont-pago img, .cont-pago label {
    cursor: pointer;
}
.asientos {
    width: 23px;
    height: 26px;
    /*float: left;*/
    margin-right: 10px;
    margin-bottom:10px;
}
.asientos:nth-child(2n+2) {  
    margin-right:25px;
}
.mod-bus h6 {
    text-align:center;
    color:#fff;
}

/* forms datos */
.form-datos label {
    font-weight:100;
    font-size:18px;

}
.mod-process-title {
    margin-bottom:30px;
}
.txt-ingreso {
    text-align:right;
    font-size:16px;
    padding-top:10px;
}
.txt-ingreso .btn {
    margin-left:10px;
}
.form-datos {
    margin: 0px !important;
    margin-bottom:30px;
}
.cont-pago {
    margin-top:20px;
    overflow: hidden;
}
.cont-pago label {
    box-shadow: inset 22px 0 0 #cccccc;
}
.cont-pago label.on{
    box-shadow: inset 22px 0 0 #f3920e;
}
.cont-pago label input[type=radio] {
    float: left;
    width: 30px;
    left: 15px;
    top: 17px;
}

.cont-pago > label > img{
    border: solid 10px #cccccc;
}

/*@media (min-width: 768px){
        .cont-pago{
                width: 130px;
        }
}*/

.checkout-price span {
    font-size:24px !important;
    font-weight:100;
    color:#f3920e;
    margin-top: 10px;
    margin-top: 12px;
    text-align: right;
}
.checkout-price h5{
    margin-top: 8px;
}
.checkout-price p {
    text-align: right;
}
.mod-checkout {
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 10px !important;
}
.mod-checkout p {
    font-size: 13px;
    margin-bottom: 0px;
}
.mod-checkout a {
    color: #f3920e;
    font-weight: 500;
    text-decoration: underline;
}
.cont-pago label img {
    border: 5px solid #cccccc;
}

.form-horizontal .btn-primary {
    margin-top:30px;
}
.mod-tipo_coche {
    border:1px solid firebrick;
    border-radius:5px;
    padding:10px;
    margin-bottom:20px;
    margin-top: 20px;
}
.mod-tipo_coche p {
    margin:0;
    text-align: center;
    margin-bottom: 0px;
    color: firebrick;
}
.mod-checkout {
    background:#fff;
    border:1px solid #cbcbcb;
    border-radius:5px;
    padding:10px;
    margin-bottom:30px;
}
.mod-checkout p {
    margin:0;

}
.mod-checkout h5 {
    font-weight:bold;
    font-size:18px;
    margin:0;
}
.mod-checkout .checkout-data {
    height:auto;
}
.info-total {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.mod-checkout .checkout-data.vuelta {
    border-top:1px solid #dcdcdc;
    padding-top:15px;
    float: left;
}
.mod-checkout .checkout-price h5{
    font-size:22.5px;
    font-weight:100;
    color:#f3920e;
    margin-top: 60px;
    text-align:center;
}
.cont-pago label input[type=radio] {
    display: none;
    position: absolute;
}
@media (max-width: 1200px) { 
    .cont-pago label img {
        width:75%;
    }
    .cont-pago label input[type=radio] {
        float:left;
        width:25px;
    }
    .mod-checkout .checkout-price h5{
        font-size:20px;
        margin-top: 45px;
    }
}


/* Responsive Styles */

@media (min-width: 1199px) {

    .mod-steps .steps {
        padding-left:90px;
    }

}
@media (max-width: 1199px) {
    #tipo_documento{
        margin-bottom: 20px;
    }
    .cont-pago label input[type=radio]{
        left: 15px;
        top: 17px;
    }
    .cont-pago label{
        padding-left: 0px;
    }
    .txt-ingreso {
        padding-top:23px !important;
    }
    .mod-checkout p {
        font-size: 12px;
    }
    .mod-checkout h5 {
        font-size: 13px;
    }
    #email_detalle .checkout-data{
        margin-top: 10px;
    }
    .mod-steps .steps {
        padding-left:76px;
    }
    .steps p {
        padding-top: 2px;
        font-size: 12px;
        line-height: 11px;
    }
    .navbar-brand img {
        margin-top: 22px !important;
        width: 81%;
    }
}
@media (min-width: 991px) {
    .mod-steps .steps {
        height:40px;
    }
    .mod-steps .steps:first-of-type {
        border-radius:20px 0 0 20px;
    }
    .navbar-nav>li>a {
        padding: 33px 15px 0;
        /*border-right:1px solid #fff;*/
        -webkit-transition: padding 0.3s;
        -moz-transition: padding 0.3s;
        transition: padding 0.3s;	
    }
}
@media (max-width: 992px) {
    .over-nav{
        display: none;
    }
    .checkout-price h5 strong {
        display: block;
    }
    .agencia-list p {
        font-size: 12px !important;
    }
    .circulo-item {
        width: 55px;
        height: 55px;
        font-size: 34px;
    }
    .select-job {
        font-size: 12px;
    }
    .navbar {
        height: 60px;
    }
    .mod-steps .steps {
        height:56px;
    }
    .mod-steps .steps:first-of-type {
        border-radius:20px 0 0 0px;
    }
    .navbar-fixed-top .cont-logo .navbar-brand img {
        margin-top: -5px !important;
    }
    .navbar-fixed-top .navbar-nav>li>a {
        padding: 20px 10px !important;
    }
    .navbar-brand img{
        max-width: 100%;
        width: 100%;
    }
    .cont-logo .navbar-brand img {
        margin-top: 27px !important;
    }
    .navbar-nav>li>a {
        padding: 20px 10px;
        /*border-right:1px solid #fff;*/
        -webkit-transition: padding 0.3s;
        -moz-transition: padding 0.3s;
        transition: padding 0.3s;	
    }
    .navbar-brand {
        width: 159px;
    } 
}
@media (max-width: 768px) {
    .navbar-brand {
        top: -37px;
    }
    section.main {
        height: auto;
    }
    .cont-mod-search {
        position: initial;
        transform: none
    }
    .cont-pago label input[type=radio]{
        left: 20px;
        top: 25px;
    }

    .footer-banners p {
        margin: 0;
        line-height: 13px;
        font-size: 10px;
    }
    .form-group-custom{
        margin-bottom: 15px;
    }
    .cont-pago label input[type=radio] {
        width: 19px !important;
    }
    .mod-steps .steps div {
        font-size: 22px;
        left: 2px;
    }
    .steps-moviles a:last-child {
        padding-right: 0px !important;
        width: 56px;
    }
    .txt-ingreso {
        text-align: center !important;
    }
    .txt-ingreso .btn-primary {
        width: auto;
        margin: 18px auto 0 auto;
    }
    .form-horizontal .btn-primary {
        width: auto;
        margin:10px auto 0 auto !important;
        float: none !important;
    }
    .mod-bus {
        margin: auto;
        margin-top: 25px;
    }
    .next-button {
        margin: 27px auto 0 auto;
        width: auto !important;
        display: table;
    }
    .sub-steps p {
        font-size: 11px !important;
        font-weight: 500;
        margin-top: 4px;
    }
    .navbar-toggle {
        margin-bottom: 5px !important;
    }
    .navbar {
        height: auto !important;
    }
    .nav {
        margin-top: 0px !important;
        margin-bottom: 0 !important;
    }
    .navbar-brand {
        margin-bottom: 10px;
    }
    .mod-checkout .checkout-data.vuelta {
        border: none !important;
    }
    .checkout-price p {
        text-align: left !important;
    }
    .checkout-price span {
        font-size: 19px !important;
    }
    .btn-primary {
        margin: auto;
        display: table;
    }
    .mod-process-title h3 {
        text-align: center;
    }
    .movil-marg {
        margin-bottom: 8px;
    }
    .mod-steps h2 {
        text-align: center;
        margin: 30px 0 30px;
    }
    .steps-moviles {
        display: table;
        margin: auto;
    }
    .mod-status p {
        text-align: center;
    }
    .steps p {
        padding-top: 33px;
        text-align: center;
    }
    .mod-steps .steps {
        height: auto;
        margin-bottom: 5px;
        display: block;
    }
    .navbar-fixed-top .cont-logo .navbar-brand img {
        margin-top: -5px !important;
    } 
    .navbar-fixed-top .navbar-toggle {
        margin-top: 14px;
        margin-bottom: 5px !important;
    }
    h2 {
        font-size:33px;
    }
    h3 {
        font-size:27px;
    }
    .navbar-brand img {
        max-height: 151%!important;
    }
    .over-nav .nav {
        float:right;
    }
    .over-nav .navbar-nav>li {
        float:left;
        margin-left:10px;
        background:none!important;
        border:none!important;
    }
    .over-nav .navbar-nav>li>a {
        padding: 0;
    }
    .over-nav .navbar-nav {
        margin:0;
    }
    .navbar-toggle {
        margin-top: 15px;
    }
    .navbar-inverse .navbar-toggle {
        border:none;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #848484;
    }
    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
        background-color: #f3920e;
    }
    .navbar-inverse .navbar-toggle:focus .icon-bar, .navbar-inverse .navbar-toggle:hover .icon-bar{
        background-color: #fff;
    }
    .nav>li {
        background:#e6e6e6;
    }
    .navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
        color: #666666;
        background-color: #ebebeb;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border:none;
    }
    .carousel, .item {
        height:300px;
        margin-bottom:144px;
    }
    .item{
        background-size: cover;
    }

    .mod-search div {
        overflow:auto;
    }
    .mod-search .form-control {
        margin-bottom:10px;
    }
    .mod-search .row {
        margin-bottom: 10px;
    }
    .mod-search .btn-primary {
        font-size: 14px;
        font-weight: 500;
    }
    .mod-search h2 {
        font-size:22px;
    }
    .cont-search-home .mod-search {
        padding-bottom:1px;
        margin-top: 40px;
    }
    .mod-main_banners {
        margin-bottom:0;
    }
    .mod-main_banners .cont-banner{
        margin-bottom:20px;
    }

    .footer-banners h2{
        font-size: 15px;
    }
    .mod-steps .steps div {
        width: 35px;
        height: 35px;
        padding-top: 2px;
        margin: auto;
    }
    .steps p {
        font-size: 9px;
        line-height: 11px;
        font-weight: 600;
    }
    .mod-steps .steps {
        padding-left:0;
        background:none;
    }
    .mod-steps {
        margin-bottom: 40px !important;
        padding-left: 30px;
        padding-right: 30px;
        margin: 15px auto;
    }
    .sub-steps p {
        font-size: 14px;
    }
    .sub-steps i {
        font-size: 15px;
    }
    .table-striped thead tr th {
        font-size:12px;
        font-weight:300;
    }
    .txt-ingreso {
        text-align:left;
    }
    .mod-process-title {
        margin-bottom:0;
    }
    .cont-banner img {
        margin: auto;
    }

    section.main .container {
        width: 100%;
        height: auto;
    }
    .agencia-list {
        height: auto;
    }

}
@media (max-width: 460px) {
    .table-info thead tr th {
        text-align: center;
    }
    .form-carga {
        overflow: hidden;
    }
}
@media (max-width: 736px) {
    .cont-logo .nav {
        border-bottom: 1px solid #CCC;
    }
}
.modalResumen .modal-sm{
    width: 700px;
} 
.modalResumen .modal-sm label{
    font-weight: 300;
}

.modalResumen .modal-sm .modal-title{
    font-weight: bold;
}

.modalResumen .modal-sm .section-title{
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 8px;
}

.modalResumen .modal-sm .superior, .modalResumen .modal-sm .medio, .modalResumen .modal-sm .inferior{
    margin-top: 5px;
    margin-bottom: 5px;
}

.modalResumen .modal-sm .pasajero{
    margin-bottom: 10px;
}

/*.modalResumen{
    padding-right: 17px;
}*/

@media (max-width: 768px){
    .modalResumen .modal-sm {
        width: auto;
    }

    .mod-search .preloader-wrapper:before {

        bottom: 18px;
        left: 15px;
    }

}


.columna-1, .columna-2, .columna-3, .columna-4, .columna-5{
    width: 30px;
    float: left;
    padding-top: 5px;
}

.fila{
    width: 100%;
    padding-top: 5px;
    height: 30px !important;
}
/* Contacto */
.contact .text-form {
    font-weight: 400 !important;
    margin-bottom: 5px;
    font-family: 'Lato', sans-serif;
    color: #666;
    font-weight: 600 !important;
}
.contact h2 {
    margin-bottom: 34px;
}
.form-contact {
    margin-bottom: 83px;
}
.contact .form-contact .form-control {
    margin-bottom: 13px;
}
.contact .form-contact textarea {
    height: 202px;
}
.contact .btn-style {
    background: #f3920e;
    font-family: 'Roboto', sans-serif;
    color: #FFF;
    font-weight: 100;
    padding: 7px 45px 7px 45px;
    text-align: center;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    text-decoration: none;
    font-size: 17px;
    cursor: pointer;	
}
.btn-style:hover {
    background: #fda733;
    text-decoration: none;
}
.camp-nombre .form-control {
    margin-bottom: 20px;
}
.subir-archivo {
    padding-top: 23px;
}
.circulo-item {
    width: 69px;
    height: 69px;
    text-align: center;
    padding-top: 1px;
    font-size: 44px;
    background: #b5b5b5;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-weight: 400;
    display: block;
    color: #FFF;
    font-family: 'Lato', sans-serif;
}
.marg-info {
    margin-bottom: 16px;
    margin-top: 6px;
}
.contact p {
    font-family: 'Lato', sans-serif;
    color: #666;
    font-weight: 600;
}
.ajuste-merg-top {
    padding-top: 15px;
}
.marg-info a {
    font-weight: bold;
    color: #f3920e;
}
.clase-trabajo div {
    font-family: 'Lato', sans-serif;
    color: #666;
    font-weight: 600;
}
/* End */

.table-horarios th{
    text-align: center;
}

.btn-active{
    border-color: #F3920E !important;
    background-color: #F3920E !important;
    color:#FFF !important;
}

#destinos-content, #tarifas-content{
    background: #e6e6e6;
    border: 1px solid #9c9c9c;
    color: #9c9c9c;
}

.destinos-content{
    margin-top: 10px;
}
.tarifas-content{
    display: none;
}
.no-padding-left{
    padding-left: 0px;
}

.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{
    z-index: 2;
    color: #fff;
    background-color: #848484;
    border: 1px solid rgba(132, 132, 132, 0.36);
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #EBEBEB;
    border: 1px solid rgba(132, 132, 132, 0.36);
}
.trabajo-content, .oportunidades-content{
    display: none;
}
/*.fila-1 .asientos, .fila-2 .asientos, .fila-3 .asientos, .fila-4 .asientos, .fila-5 .asientos{
        float: left;
}*/


/* INTERNA PROMOS */
.promo-tpl {
    padding-top:10px
}
.promo-tpl h2 {
    font-size:33px;
    margin-bottom:10px
}
.side-banners {
    margin-top:50px
}
.side-banners .cont-banner {
    margin-bottom:20px
}
.video-module  {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.promo-tpl h5 {
    color: #012969;
    font-size:20px;
    font-weight:bold;
    margin-top:30px;
}
.promo-tpl h5 span {
    margin: 0 0 0 15px;
    padding: 0px;
    font-size: 12px;
    color: #666;
}
.promo-tpl h6 {
    font-size:18px;
}
.item-mod h6 span, span.stars {
    margin-left: 10px;
    color: #ff9d2e;
}
.promo-tpl p {
    margin: 0 0 5px;
}
.promo-tpl .item-mod {
    border-bottom: solid 1px #ccc;
    overflow: hidden;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.promo-tpl ul {
    margin:0;
    padding-left:15px
}
.list-title {
    list-style:none;
    margin-left:-15px;
    margin-bottom:5px;
    font-size:16px;
}

.prom-int-search {
    border-bottom: solid 1px #ccc;
    border-top: solid 1px #ccc;
    overflow: hidden;
    padding-bottom: 15px;
    padding-top:15px;
    margin-bottom: 15px;
}
.prom-int-search .btn {
    float:right;
    margin-top:15px;
}
.mod-horarios table {
    display:none;
    margin-top:10px;
    margin-bottom:0;
}
.no-list-style, .no-list-style li {
    margin:0;
    padding:0!important;
}
.no-list-style li {
    list-style:none;
    margin-bottom:10px
}
.ubicacion {
    text-align: right;
    padding-top: 13px;
}
.prom-nav-mod {
    border-top: solid 1px #ccc;
    overflow: hidden;
    margin-top: 20px;
    padding-top:10px;
}
.cont-mod2-promo {
    margin-bottom:35px;
}
.link-docu-modal {
    margin-top:30px;
    display:block;
}
/*TURIL CARGO*/
.info-cargo p{
    margin:0;
}
.info-cargo ul {
    padding-left:20px
}
.info-cargo li {
    list-style:none;
    margin-bottom:20px;
}

#email_detalle .checkout-data{
    margin-top: 8px;
}

.control-label{
    margin-bottom: 5px;
    margin-top: 10px;
    font-weight: 400;
}

.check-div{
    margin-top:-20px;
}

@media (max-width: 768px){
    #btn-form-4{
        width: 100%;
        margin-top:8px; 
    }
    .check-div{
        margin-top:0px;
    }


}

@media (max-width: 667px){

    .tbl-llegada{
        float: left;
    }
    .tbl-anuncia{	
        float: right;
        width: 193px;
        margin-left: -100px;
        padding-left: 0px !important;
        width: 148px;
        margin-right: 50px;
        border-top: 1px solid #ccc !important;

    }
    .btn-cont{
        padding-top: 25px !important;
    }
    .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
        border-top: none; 
    }

    .tbl-tipo-header{
        display: none;
    }
}

.red{
    color: #a94442;
    margin-top: 8px;
}

.green{
    color:#3c763d;
    margin-top: 8px;
}
.doc-content h4{
    color: #666666;
    margin-top: 0px;
    margin-bottom: 10px;
}
.scroll-content{
    overflow: hidden;
    overflow-x:scroll;
}

.hora-content-ida, .hora-content-vta{
    display: none;
}

/*.ida, .vuelta-float{
    margin-right: 3px;
}*/

/*.row-padding{
    padding-left: 15px;
    padding-right: 15px;
}*/

.qr-turil {
    margin-top: 10px;
    display: inline-block;
    margin-right: 10px;
}
@media only screen and (max-width: 700px) {
    .qr-turil {
        text-align: center; 
        display: block;
    }
}

/* QR*/

.rowqr{
    position: absolute;
    z-index: 2;
    margin-top: -150px;
    width: inherit;
}

@media screen and (max-width:2000px) and (min-width:760px){
    .rowqr{
        position: initial;
    }
    #fixed{
        margin-top: -150px;
    }

}

@media screen and (max-width:760px){
    .rowqr{
        position: initial;
        z-index: 2;
        margin-top: 0;
        width: inherit;
    }

}
.alert-dialog{
    background-color: orange;
    color: white;
    display: none;
    padding: 8px;
}
.alert-header{
    padding: 0;
    border-bottom: none;
    min-height: 25px;
    background-color: red;
}
.modal-center{
    top: 200px;
}
.alert-header .close {
    padding: 0;
    border-bottom: 0;
    margin: 5px;

}
.body-alert{
    background: red;

}
.alert-modal{
    color: white;
}
.alert-content{
    border-width: 5px;
    border-color: red;
}
.alert-title{
    color: white;
    margin-left: 13px;
}


/* --- CLASES PARA METODOS DE PAGO --- */

/* SIN DESBORDE */
#div_pago_seleccionado{
    display:none;
}

.img_metodo_elegido{
    float:left; 
    margin-right:25px; 
    margin-bottom:25px;
}

.img_metodo_elegido img{
    max-width:68px; 
    max-height:43px;
}

.div_contenido_metodo_pago{
    float:left; 
    width:100%;
}

.alerta_metodo_pago{
    margin-bottom:25px!important;
}

#div_cuotas{
    float:left;
    width:100%;
    margin-bottom:25px!important;
}


#div_cuotas span{
    float:left; 
    min-height:37px; 
    height:auto;
    padding:8px; 
    padding-left:0;
    font-weight: bold;
    font-size: 17px;
}


#div_cuotas select{
    float:left; 
    width:68px;
}

.div_cambiar_forma_pago{
    margin-bottom:25px;
}

#btn_cambiar_forma_pago{
    color: #f3920e; 
    font-weight: 500; 
    text-decoration: underline;
}
/* */

/* CON DESBORDE */
@media (min-width: 680px) {
    .div_contenido_metodo_pago{
        overflow:hidden;
        float:none;
        width:auto;
    }

    #div_cuotas{
        float:none;
        width:auto;
        overflow:hidden;
        margin-bottom:25px!important;
    }
}
/*Accordion*/
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}

.panel-title {
    font-size: 14px;
    font-family:'Roboto', sans-serif;
    color:#666666;

}


.panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
}


.more-less {
    float: right;
    color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}
.link-hover:link,.link-hover:visited {
    text-decoration: none;
    color: red;
}

.link-hover:hover{
    text-decoration: none;
    color: gray;

}
.row-detalle{ padding-top: 10px }
.detalle-compra{ font-size: 12px; border:1px solid #cbcbcb ;
                 background: white; border-radius: 10px; padding: 0 15px }
.col-title{font-weight: bold; font-size: 17px}
.col-total{ font-size: 20px;}
hr {
    height: 1px;
    background-color: #cbcbcb;
}
@media (max-width: 576px) {
    .detalle-compra{ font-size: 14px }
/*    h2,.h2{ font-size: 2rem }*/

}
@media (max-width: 768px) {
    .center-text{
        text-align: center;
    }
}
@media (max-width: 768px) {
    #btn-seleccionar-1{
        display: none;
    }
}
@media (min-width: 768px) {
    #btn-seleccionar-2{
        display: none;
    }
}

.pruebaTablaHorarios > tbody > tr:nth-child(3n+1) > td {
    padding-bottom: 0px !important; 
    
}
.pruebaTablaHorarios > tbody > tr:nth-child(3n) > td {
    padding-top: 0% !important;
    padding-left: 1.3% !important;
    font-size: small;
    font-weight: bold;
    
    border-top-width: 0px;
}

.pruebaTablaHorarios > tbody > tr:nth-child(3n+1) > td:nth-child(1) {
    padding-left: 1.3% !important;
    padding-right: 0% !important;
}


.pruebaTablaHorarios2 > tbody > tr:nth-child(3n+1) > td {
    padding-bottom: 0px !important; 
    
}
.pruebaTablaHorarios2> tbody > tr:nth-child(3n) > td {
    padding-top: 0% !important;
    padding-left: 1.3% !important;
    font-size: small;
    
    color: #F3920E;
    border-top-width: 0px;
}

.pruebaTablaHorarios2 > tbody > tr:nth-child(3n+1) > td:nth-child(1) {
    padding-left: 1.3% !important;
    padding-right: 0% !important;
}

.pruebaTablaHorarios3 > tbody > tr:nth-child(3n+1) > td {
    padding-bottom: 0px !important; 
    
}
.pruebaTablaHorarios3 > tbody > tr:nth-child(3n) > td {
    padding-top: 0% !important;
    padding-left: 1.3% !important;
    font-size: x-small;
    
    
    border-top-width: 0px;
}

.pruebaTablaHorarios3 > tbody > tr:nth-child(3n+1) > td:nth-child(1) {
    padding-left: 1.3% !important;
    padding-right: 0% !important;
}

@media (max-width: 767px) {
        .btn-mabp{
            margin-bottom: 10px !important;
        }
    }
	
.modal-content2 {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5)
}

.modal2 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
    }

.video-responsive iframe, .video-responsive object, .video-responsive embed {
    height: 70%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    }


#cb_mas-pax {
    padding: 25px 15px;
    display: flex;
    align-items: baseline;
}    
#mas-pax {
  transform: scale(1.5);
}
#m-pax{
    padding-left: 10px;
    font-size: large;
}

/* registro estudiante */
@media (max-width: 767px) {
    .fren {
        flex-direction: column !important;
    }
    .frColIzq {
        width: auto !important;;
    }
    .frColDer {
        width: auto !important;;
    }
    #divCap {
        text-align: center !important;
    }
}

/* loader en confirmada */
#loaderConfCont1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 40px;
    padding-bottom: 40px;
}

#loaderConfCont2{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#loaderConfCont3{
    box-shadow: 2px 2px 15px; 
    width: 40%; 
    border-radius: 10px;
    background-color: white;
}
#titulo-loaderConf{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase; 
    margin: 20px 0px 0px 0px; 
    color: #4b4b4b;
}

@media (max-width: 767px) {
    #loaderConfCont1{
        margin-top: 65px;
    }
    #img-loaderConf{
        height: 70px;
    }
    #titulo-loaderConf{
        font-size: 10px;
        margin-top: 10px !important;
    }
}


/* FORMULARIO DE INICIO DE SESION */
.formIS {
 padding-top: 25px;   
}

/* FORMULARIO DE REC DE PASS */
.contenedorPassImg{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cambioPassInput{
    border: 0;
    outline: none;
    width: 90%;
}
.imgPass{
    height: 20px;
    width: 20px;
}
.camposForm2{
    padding-top: 20px;
}
@media (max-width: 420px) {
    .tyd{
        flex-direction: column;
    }
    .tyd2{
        padding-top: 20px;
        margin-left: 0px !important;
    }
}


/* USAURIOS LOG - TABLA DE PASAJES*/
.btn-pasajes {
    background:#f3920e;
    border:none;
    font-weight:500;
    font-size:14px;
    color:#fff;
}
/* calendario en cambio_pasaje */

.selNuevaFecha{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.selNuevaFechaBTN2{
    display: flex;
    margin-top: 50px;
    justify-content: center;
}


#nuevaFecha{
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    height: 35px;
    text-align: center;
    margin-left: 10px;
}
#btnSelNFConf{
    margin-left: 10px;
    font-size: 14px;
}

@media (max-width: 765px) {
    .selNuevaFecha{
        display: flex;
        flex-direction: column;
        /* flex-wrap: nowrap; */
        gap: 10px;
    }
    #nuevaFecha{
        margin-left: 0px;
    }
    #btnSelNFConf{
        margin-left: 0px;
    }
}

#contTablaPasajes{
    padding-bottom: 50px;
}
#contTablaMisPasajes{
    overflow: auto;
    height: 65vh;
    padding-top: 2em;
}
#tablaMisPasajes>thead{
    position: sticky;
    top: 0;
    background-color: #ebebeb;
    z-index: 1;
    height: 60px;
    border: none;
}
#tablaMisPasajes>thead>tr>th{
    vertical-align: middle;
    text-align: center;
}

/* FORMULARIO DE REGISTRO */

.contFormReg{
    display: flex;
    justify-content: center;
    padding-bottom: 25px;
}
.usRegMsjCont{
    background: white;
    width: 50%;
}
/* MI CUENTA */

.btn-default {
    font-size: 18px;
    background: #aaa;
    border: none;
    margin-right: 20px;
    color:#fff;
}
.btn-default:hover, .btn-default:focus {
    background:#7c7c7c ;
    color: #fff;
}
.mi-cuenta-registro label {
    font-weight: 400 !important;
    margin-bottom: 5px;
    font-family: 'Lato', sans-serif;
    color: #666;
    font-weight: 600 !important;
}
.user-logged {
    color: #666666;
}
.user-logged i {
    margin-right: 10px;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background-color: transparent!important;
}



#IS_OFF .dropdown-toggle .btn-primary, #IS_ON a .btn-primary{
    font-size: 16px;
    font-weight: 300;
    margin-top: -9px;
    margin-left: -10px;
    padding: 7px 16px;
    border-radius:10px;
}
#IS_ON a .btn-primary i, .mi-cuenta-mobile .btn-primary i{
    margin-right: 10px;
}
#IS_ON a .btn-primary i.fa-chevron-down, .mi-cuenta-mobile .btn-primary i.fa-chevron-down {
    margin-right: 0!important;
    margin-left: 10px;

}
#IS_OFF .dropdown-toggle .btn-primary i,.mi-cuenta-mobile .btn-primary i {
    margin-left: 10px;
}
.mi-cuenta-login {
    width: 150%;
}
/* MI CUENTA > PERFIL */
.modificar-module {
    padding-top: 20px;
    border-top: 1px solid #ccc;
    margin-top: 20px;
}
#contMiPerfil .form-control[readonly]{
    background-color: #eee;
    opacity: 1;
    border: none;
    padding: 0;
    background: transparent;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}


/* MODULE PASAJE Y RESERVA */

.module-pasaje, .module-reserva {
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;

    padding-top: 20px;
    padding-bottom: 10px;
    float: left;
    width: 100%;
}
.module-pasaje ul {
    margin: 0;
    padding: 0;
}
.module-pasaje ul li {
    list-style: none;
    margin: 0;
    margin-bottom: 25px;
    padding: 0;
}
.module-pasaje ul li:nth-child(3) {
    margin-bottom: 0!important;
}
.module-pasaje .btn-primary {
    font-size: 14px;
}
.module-pasaje span {
    margin-right: 20px;
}
.module-pasaje p {
    padding-left: 15px;
}
.module-pasaje .separator {
    background: #f8f1e4;
    padding: 10px 15px 3px 15px;
    border-radius: 10px;
    width: fit-content;
    margin-bottom: 10px;
}

.module-pasaje .separator p {
    padding-left: 0!important;
}

.module-pasaje .pasaje-btn-module, .reserva-btn-module {
    border-top: 1px solid #eeeded;
    padding-top: 20px;
    text-align: right;
}

.module-pasaje .pasaje-btn-module li, .reserva-btn-module li {
    margin-right: 1em;
}

.reserva-btn-module .btn {
    margin-left: 20px;
}
.ticket {
  position: relative;
  box-sizing: border-box;

}
.ticket:before, .ticket:after {
  content: "";
  position: absolute;
  left: 5px;
  height: 88%;
}
.ticket:before {
    left: -15px;
    top: 10px;
    background: radial-gradient(circle, transparent, transparent 50%, #f3920e 50%, #f3920e 100%) -5px -5px / 10px 10px repeat-y;
    width: 20px;
}
.ticket:after {
    left: -10px;
    width: 41px;
    background: #f3920e;
    position: absolute;
    top: 10px;
    z-index: -1;
}
.secundary-info p {
    color: #8b8b8b;
}
.reserva-check {
    border-bottom: 1px solid #ccc;
    border-radius: 0 0 20px 20px;
    padding: 0 0 10px 0;
    padding-left: 25px;
    background: rgb(203, 203, 203);
    background: linear-gradient(0deg, rgba(238, 238, 238, 1) 0%, rgba(255, 255, 255, 1) 42%);
    margin-top: -5px;
}
.list-reserva {
    margin-bottom: 2em;
}

.module-reserva {
    position: relative ;
    margin-bottom: 40px;
}
.module-reserva .list-reserva:last-of-type {
    margin-bottom: 0;
}
.reserva-op-title {
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
    top: -29px;
    left: -1px;
    border-bottom: 0;
    padding-bottom: 5px;
}

@media (max-width: 765px) {
    .reserva-cont-m {
        display: flex;
        flex-direction: column;
    }
    .reserva-cont-mBTN{
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    
}

/* MENU MI CUENTA MOBILE */
.mi-cuenta-mobile {
    text-align: right;
    padding: 10px 30px 0 0;
}
.mi-cuenta-mobile .btn-primary {
    display: inherit!important;
    margin-bottom: 0!important;
    font-size: 16px;
    font-weight: 300;

}
.mi-cuenta-mobile li {
    width: auto!important;
}

.mi-cuenta-mobile #IS_OFF .dropdown-toggle .btn-primary, .mi-cuenta-mobile #IS_ON a .btn-primary {
    margin:0 20px 0 0;
}

.mi-cuenta-mobile.navbar-nav>li>a {
    padding: 20px 10px 0 20px;
}
.navbar-inverse .mi-cuenta-mobile.navbar-nav>li>a:focus, .navbar-inverse .mi-cuenta-mobile.navbar-nav>li>a:hover, .navbar-inverse .mi-cuenta-mobile.navbar-nav>.active>a:focus, .navbar-inverse .mi-cuenta-mobile.navbar-nav>.active>a:hover {

    background-color: transparent!important;
    outline: 0;
    text-decoration: none;


}
.mi-cuenta-mobile .mi-cuenta-login {
    width: 100%;
}
.mi-cuenta-mobile .mi-cuenta-login #btnIngresar {
    display: inline-table!important;
}


/* FIX OBJETOS EN HOME */
.navbar-inverse {
    z-index: 2;
}
.cont-mod-search h1 {
    text-align: left;
}
.bus-img-home {
    width: 90%;
}

@media (max-width: 767px) {
    #modal-horariosFiestas {
        overflow-y: scroll;
        height: 75%;
    }
}

@media (max-width: 767px){
    .alinear {
        display: flex;
    }
    .nav>li#IS_ON_m {
        padding: 0!important;
        position: inherit!important;
        
    }
    .nav>li#IS_ON_m  .dropdown-toggle {
        padding: 5px!important;
        text-decoration: none;
    }
    .navbar-nav .open .dropdown-menu {
        position: absolute!important;
        background: #fff;
        width: 100%;
        box-shadow: inherit;
	}
}


/* para modal dialog */
/* Fondo oscurecido cuando el dialog está abierto */
::backdrop {
  background: rgba(0, 0, 0, 0.5);
}
.mErrRegEst{
    border: none;
    border-radius: 8px;
    padding: 20px;
    width: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    outline: none;
    top: -30%;
}
.m-btn{
  background-color: orange;
  color: white;
  border: none;
  padding: 10px 16px;
  border-radius: 4px;
  cursor: pointer;
  align-items: center;
  outline: none;
}
.mErrRegEstFoot{
    text-align: center;
    margin-top: 25px;
}

.eticketAux{
    padding-left: 0px; 
    padding-right: 30px;
}
@media (max-width: 767px) {
    .eticketAux{
        padding-left: 15px; 
        padding-right: 15px;
        padding-top: 15px;
    }
}

/* Cambiar alineación del botón en pantallas pequeñas */
/*@media (max-width: 767px) {
  .mErrRegEstFoot{
    text-align: center;
  }
}*/

/* fix temporizador */

#temporizadorPaso3, #tempoPaso2 {
    padding: 5px 0 5px;
    margin-top: 10px;
    text-align: center;
    background-color: #808080;
    color: #fff;
    margin-bottom: -4px;
}

#temporizadorPaso3 span, #tempoPaso2 span {
    font-size: 1.1em ;
}

.navbar.navbar-fixed-top #temporizadorPaso3, .navbar.navbar-fixed-top #tempoPaso2 {
    margin-top: -8px;
}
#tiempoRestantePaso2, #tiempoRestante {
/*    display: block;
    width: 100%;
    float: left;
    justify-content: center;*/
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
#tempoPaso2{
    display: none;  /* activar luego de los ajustes */
}

@media (max-width: 767px) {
    #selMiCuentaCont{
        padding-top: 7px;
    }
}

