@charset "utf-8";
/* CSS Document */
/* Small devices (tablets, 768px and up) */
@media screen and (min-width: 768px){
    #logoSite img{
        height: 130px;
        width: auto;
        margin-top: 0px;
        margin-left: -15px;
    }  
        #boleteria {
        float: left;
        margin-top: 2px;
        margin-left: 0px;
        width: 39px;
        margin-bottom: 11px;
    }
}

@media screen and (max-width: 420px){
    #logoSite img{
        height: auto;
        width: auto;
        margin-top: 0px;
    }  
}
@media screen and (min-width: 1200px){

    #logoSite img{
        height: 133px;
        width: auto;
        margin-top: 0px;
    }  
    #boleteria {
        float: left;
        margin-top: 21px;
        margin-left: 0px;
        width: 39px;
        margin-bottom: 11px;
    }
}
@media screen and (min-width: 2000px){

    #logoSite img{
        height: 133px;
        width: auto;
        margin-top: 0px;
    }  
}


@media (min-width: 768px) {
}

/****************   TABLET LANDSCAPE   ***************/
@media (min-width: 768px) and  (max-width: 1024px){
    #horarios{
        width: 260px;
    }
    #topNavigation ul li a, #topNavigation.eng ul li a {
        padding: 1px 3px;
        font-size: 15px;
    }
    .mainMenu{
        padding: 0;
    }
    .secondMenu{
        padding-left: 0;
    }
    .sectionMenuTwo{
        margin-left: 50px;
    }

}
@media (max-width: 1024px){
    #logoSite img{
        height: 130px;
        width: auto;
        margin-top: 0px;
    }

    #boleteria {
        float: left;
        margin-top: 0px;
        margin-left: 0px;
        width: 39px;
        margin-bottom: 11px;
    }

}
/****************   TABLET PORTRAIT   ***************/
@media screen and (max-width: 768px){
    #logoSite img{
        height: 40px;
        width: auto;
        margin-top: 0px;
    }
    #horarios{
        width: 260px;
    }
    #tarifas{
        width: 235px;
    }
    #logoSite{
        margin-top: 0;
    }
    #topNavigation{
        height: 50px;
    }
    #headerSlider{
        /*margin-top: 50px;*/
    }
    #features{
        margin-top: 0;
        padding-bottom: 0;
    }
    #headerSlider{
        margin-top: 50px;
    }
    #goHome {
        margin-top: 50px;
    }
    #viewSchedule{
        top: 72px;
    }





}
/****************   MOBILE  ***************/
@media screen and (max-width: 767px){
    .wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active, 
    .wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active, 
    .wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active{
        /*min-height: 65px;*/
        font-size: 10px;
    }
    #logoSite img{
        height: 72px;
        width: auto;
        margin-top: 0px;
        margin-left: -15px;
    }
    #horarios{
        display: none;
        z-index: 20;
        width: 96%;
        right: 2%;
        background: #ffffff;
        position: absolute;
        top: 0;
        left: 2%;
    }
    #venta{
        /*left: 15px;	
        top: 60px;*/
        width: 320px;
        margin-left: 0px;
    }
    #logosPago{
        /*top: 402px;*/
    }
    #logosPago img{
        height: 13px;
    }
    #viewSchedule{
        /*left: 230px;*/ 
    }
    #headerSlider{
        margin-top: auto;
    }
    #logoSite{
        margin-top: 0;
    }
    #topNavigation{
        box-shadow: none;
        height: 50px;
    }
    #footer{
        text-align: center;
        padding-bottom: 80px;
    }
    .tabMap{
        font-size: 12px;
    }
    .sectionResume p {
        margin-bottom: 0;
    }
    #features{
        margin-top: 0;
        padding-bottom: 0;
    }
    .npMob{
        padding: 0;
    }
    /*   -------  PROMOCIONALES--------------*/
    #promocionalItem{


    }
    #promocionalCallMobile{
        color: #ffffff;
        font-size: 32px;
        font-weight: 700;
        line-height: 32px;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
        background: #ef4028;

        width: 100%;
        text-align: center;
        left: 5px;
        height: 45px;
        cursor: pointer;
        border-radius: 12px;
        display: block;
    }
    #promocionalCallMobile h1{
        margin: 0;
        line-height: 45px;
    }
    #promocionallCall,#promocionalTitle{
        display: none;
    }
    #promocionalCallMobile .closePromocional {
        top: 0
    }
    #promocionalCallMobile .closePromocional .fa-lg{
        font-size: .6em;
    }
    #promocionalItem.fixed{
        height: 45px;
        position: fixed;
        bottom: 40px;
    }
    #promocionalItem.absolute{
        height: 185px;
        position: fixed;
        bottom: 40px;
    }
    #promocionalItem.absolute #promocionalTitle{
        display: block;
    }

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min) { 
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) { 
}
@media (min-width: 992px) and (max-width: 1200px) {

}

