/*
------------------------------
MAIN - #featured_routes
------------------------------
*/
#content_titulo_rutas{
    line-height: 0;
}


#featured_routes{
    width: 100%;
    color: #444;
    padding: 20px 0;
    margin: 0 auto;
    /*margin-bottom: 25px;*/
    /*overflow: hidden;*/
}

#featured_routes .container{
    width:100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

#featured_routes .container .row{
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin-left: -10px;
    margin-right: -10px;
}

#featured_routes .title{
    font-size: 25px;
    font-weight: 300;
    color: #444;
    margin-bottom: 38px;
    text-align: center;
}
#featured_routes .routes_group{
    width: 100%;
    height: 180px;
    /*margin-bottom: 20px;*/
    padding-left: 160px;
    position: relative;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
#featured_routes .routes_group.special{
    height: 100%;
}
#featured_routes .routes_group:hover{
    padding-left: 190px;
}
#featured_routes .routes_group .text_container{
    width: 160px;
    height: 100%;
    background-color: #eeeeee;
    padding: 15px;
    float: left;
    position: absolute;
    left: 0;
    z-index: 1;
    border-radius: 5px 0 0px 5px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
#featured_routes .routes_group:hover .text_container{
    width: 190px;
}
#featured_routes .routes_group .text_container span{
    display: block;
    font-size: 13px;
    font-weight: 300;
    color: #ca0000;
}
#featured_routes .routes_group .text_container .destination{
    font-size: 17px;
    color: #ca0000;
    font-weight: bold;
    text-transform: uppercase;
}
#featured_routes .routes_group .text_container a{
    color: #888;
    text-decoration: none;
    position: absolute;
    bottom: 15px;
    left: 15px;
    display: block;
}
#featured_routes .routes_group .text_container:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    left: 100%;
    top: 0;
    position: absolute;
    z-index: 1;
    border-style: solid;
    border-width: 90px 0 90px 20px;
    border-color: transparent transparent transparent #eee;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
#featured_routes .routes_group:hover .text_container:after{
    border-width: 90px 0 90px 0;
}
#featured_routes .routes_group.special .text_container:after{
    border-width: 45px 0 45px 20px;
}
#featured_routes .routes_group.special:hover .text_container:after{
    border-width: 20px 0 20px 0;
}
#featured_routes .routes_group .routes_container{
    width: 100%;
    float: left;
    height: 100%;
    background-color: #fff;
    border-radius: 0 5px 5px 0;
    overflow: hidden;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
#featured_routes .routes_group .routes_container .route{
    width: 24%;
    height: 100%;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    background-color: #000;
    float: left;
    position: relative;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
#featured_routes .routes_group .routes_container .route:hover{
    background-color: #ca0000;
}
#featured_routes .routes_group .routes_container .route:first-child{
    border-left: 0;
}
#featured_routes .routes_group .routes_container .route:last-child{
    border-right: 0;
}
#featured_routes .routes_group .routes_container .route .image{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: 40% 50%;
    background-size: cover;
    opacity: 0.8;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
#featured_routes .routes_group .routes_container .route:hover .image{
    background-position: 60% 50%;
    opacity: 0.5;
}
#featured_routes .routes_group .routes_container .route .title{
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    width: 100%;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(0,0,0,0.4);
    font-weight: 600;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}
#featured_routes .routes_group .routes_container .route .price{
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 27px;
    font-weight: bold;
    display: block;
    color: #fff;
    line-height: 1;
}
#featured_routes .routes_group .routes_container .route .price span{
    font-size: 11px;
    color: #fff;
    font-weight: 400;
}
#featured_routes .routes_group .routes_container .route .price .fa{
    position: absolute;
    right: 0;
    font-size: 12px;
    padding-right: 6px;
    display: block;
}

#featured_routes #banner_home_big{
    height: auto;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}
#featured_routes .more_routes_container{
    background-color: #f8f8f8;
    width: 100%;
    border-radius: 0 5px 5px 0;
    overflow: hidden;
}
#featured_routes .more_routes_container .route{
    width: 24%;
    float: left;
    padding: 10px 0;
    text-align: center;
    color: #878787;
    text-decoration: none;
    display: block;
}
#featured_routes .more_routes_container .route span{
    width: 40%;
    display: inline-block;
}
#featured_routes .more_routes_container .route span:first-child{
    text-align: right;
}
#featured_routes .more_routes_container .route span:last-child{
    text-align: left;
}
#featured_routes .more_routes_container .route .fa{
    margin: 0 0;
    width: 8%;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
#featured_routes .more_routes_container .route:hover .fa{
    width: 10%;
    color: red;
}

/*
------------------------------
MAIN - #schedule
------------------------------
*/

.text-center {
    text-align: center;
}

#schedule{
    padding: 25px 20px;
    overflow: hidden;
}
#schedule .content_title {
    font-size: 22px;
    font-weight: 300;
    color: #aaa;
    margin-bottom: 50px;
}
#schedule .schedule_group {
    width: 14.28%;
    display: inline-block;
    background-color: #eeeeee;
    border-radius: 10px;
    border: 5px solid #fff;
    padding: 20px;
    margin-bottom: 10px;
    margin-right: -4px;
    vertical-align: top;
}
#schedule .schedule_group .day {
    font-size: 15px;
    font-weight: bold;
    color: #444;
    margin-bottom: 20px;
    text-transform: uppercase;
}
#schedule .schedule_group ul li {
    line-height: 25px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #444;
}
#schedule .more {
    color: #aaa;
    text-decoration: underline;
    font-size: 15px;
}
#schedule .leyenda{
    text-align: left;
    padding-left: 20px;
}
#schedule .schedule_group ul li.express,
#schedule .leyenda .express{
    color: #ca0000;
}
#schedule .link{
    text-align: center;
}
#schedule .link .button{
    border-radius: 5px;
    padding: 10px 20px;
    background-color: #ca0000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    margin-bottom: 20px;
    display: inline-block;
    cursor: pointer;
    float:none;
}
/*
------------------------------
MAIN - #full_map
------------------------------
*/
#full_map{
    width: 100%;
    height: 400px;
    position: relative;
    line-height: 0;
}
#full_map #full_map_container{
    width: 100%;
    height: 400px;
}
#full_map .sensor{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    /*background-color: rgba(0,0,0,0.4);*/
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

/*
------------------------------
MAIN - #featured_destiny
------------------------------
*/
#featured_destiny .container{
   /* width: 1160px;*/
    width: 98%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    background: none;
}

.row-height{
    display: table;
}

#featured_destiny .col-height{
    display: inherit;
    height: 100%;
    vertical-align: middle;
    float: none;
}

#featured_destiny{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    width: 100%;
    background-color: #444;
    padding: 80px 50px;
    position: relative;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width : 630px) {
    #featured_destiny{
        padding-left: 10px;
        padding-right: 10px;
    }
}

#featured_destiny .row-height{
    width: 100%;
}
#featured_destiny .title_container .icon{
    width: 80px;
    height: auto;
    margin: auto;
    text-align: center;
}
#featured_destiny .title_container .title{
    height: auto;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    text-align: center;
    line-height: normal;
}
#featured_destiny .title_container .subtitle{
    font-size: 20px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    margin-bottom: 20px;
}
#featured_destiny #booking .booking_container{
    position: relative;
}
#featured_destiny .routes .route{
    display: block;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    line-height: 30px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    max-width: 520px;
    margin: auto;
    margin-bottom: 10px;
    color: #fff;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
#featured_destiny .routes .route:hover{
    background-color: rgba(0, 0, 0, 1);
}
#featured_destiny .routes .route .name{
    display: inline-block;
    text-align: left;
}
#featured_destiny .routes .route .info{
    float: right;
}
#featured_destiny .routes .route .info span{
    font-weight: 400;
}
#featured_destiny .routes .route .info .fa{
    font-size: 30px;
    line-height: 30px;
    vertical-align: middle;
    margin-left: 20px;
}
#featured_destiny .other{
    font-size: 16px;
    color: #FFF;
}
#featured_destiny .prices_container{
    margin-top: 20px;
}
#featured_destiny .prices_container .type{
    display: inline-block;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    line-height: 30px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 40px;
    text-align: center;
    position: relative;
    width: 210px;
    margin: 20px 8px;
    color: #fff;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
#featured_destiny .prices_container .type:hover{
    /*background-color: rgba(0, 0, 0, 1);*/
}
#featured_destiny .prices_container .type .name{
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 16px;
}
#featured_destiny .prices_container .type .price{
    font-size: 24px;
    margin-bottom: 30px;
}
#featured_destiny .prices_container .type .price span{
    font-size: 12px;
    font-weight: 400;
    display: block;
    line-height: 15px;
}
#featured_destiny .prices_container .type .number,
#featured_destiny .prices_container .type .duration{
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 60px;
    height: 40px;
    padding-left: 40px;
    line-height: 20px;
    font-size: 13px;
    text-align: left;
    font-weight: 400;
}
#featured_destiny .prices_container .type .duration{
    left: inherit;
    right: 10px;
    width: 75px;
}
#featured_destiny .prices_container .type .number .fa,
#featured_destiny .prices_container .type .duration .fa{
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
}

.titulo_ruta_mapa{
    line-height: 0;
}
/*
------------------------------
MAIN - #destination_routes
------------------------------
*/
#destination_routes{
    margin: 20px 0 38px;
}
#destination_routes .block{
    background: #eeeeee;
    border-radius: 5px;
    padding: 30px 30px 40px 30px;
    margin-bottom: 20px;
}
#destination_routes .block h3{
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 15px;
    color: #333;
}
#destination_routes .block ul{
    list-style: none;
}
#destination_routes .block ul li{
    padding: 7px 0 0 0;
    line-height: 17px;
}
#destination_routes .block ul li .fa{
    font-size:0.3em;
    color: #ca0000;
    margin-right: 6px;
    vertical-align: middle;
}
#destination_routes .block ul li a{
    color: #727272;
}
#destination_routes .block ul li a:hover{
    color: #ca0000;
    text-decoration: none;
}

/*
---------------------------------------------------------------------------------------------
DESTINOS EN PROMOCION / OFERTA (rutas)
---------------------------------------------------------------------------------------------
*/
.ruta-container{
    min-height: 285px;
    margin: 5px;
    margin-bottom: 20px !important;
}
.ruta-container .ruta{
    position: relative;
    display: block;
    text-align: center;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
    /*box-shadow: 1px 2px 4px 0 #BBBBBB;*/
    text-decoration: none;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background: #eee;
}
.ruta-container .ruta:hover{
    box-shadow: 4px 8px 16px 0 rgba(186, 186, 186, 0.6);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.ruta-container .ruta .img_container{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 50%;
}
.ruta-container .ruta .img_container img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height: auto;
    vertical-align: middle;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    margin: 0;
}
.ruta-container .ruta .img_container .title{
    position:absolute;
    top: 50%;
    left:0;
    text-align: center;
    width: 100%;
    transform: translateY(-50%);
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    text-transform: uppercase;
    font-size: 18px;
    height: auto;
    font-weight: bold;
}
.ruta-container .ruta .text_container{
    text-align: center;
    padding: 10px 10px 5px 10px;
}
.ruta-container .ruta .text_container h3{
    margin-bottom: 5px;
    line-height: 1em;
    font-weight: bold;
    font-size: 15px;
    color: #333;
}
.ruta-container .ruta .text_container .salidas{
    font-size: 13px;
}
.ruta-container .ruta .text_container .salidas span{
    color: #ca0000;
    text-transform: capitalize;
}
.ruta-container .ruta .text_container .compra{
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    background: #ca0000;
    border-radius: 5px;
    display: block;
    margin: 10px 0 5px 0;
    padding: 5px 0;
}

.ruta-container .ruta .text_container .compra a:hover{
    text-decoration: none;
}

.ruta-container .ruta .horario-destino{
    font-size: 13px;
    border-top:1px solid #fff;
}
.ruta-container .ruta .horario-destino a{
    display: inline-block;
    text-align: center;
    padding: 5px 0;
    width: calc(49% - 1px);
    color: #333;
}
.ruta-container .ruta .horario-destino a:hover{
    color: #ca0000;
    text-decoration: none;
}

.ruta-container .ruta .horario-destino a:first-child {
    border-right:1px solid #fff;
}

.container_titulo_rutas{
    width: 100%;
}

/*
    V2
*/
.dest_group {
    /*background: linear-gradient(white 40%, #ca0000 40% 100%);*/
}
.destlink {
    text-decoration: none;
    padding: 15px 40px;
    color: #333;
    font-weight: bold;
    font-size: 1.3rem;
}
.destlink.active {
    background-color: #FAE5E5;
    border: 1px solid #CA0000;
    border-radius: 50px;
}
.listdest {
    height:100%;
}
.listdest .listdestContent {
    height:300px;
}
.listdest .listdestContent .image {
    height:100%;
    border-radius:20px;
    background-repeat: no-repeat;
    background-size: cover;
}
.listdest .listdestContent .text {
    height:20%;
    text-align:center;
    padding:20px 0 40px 10px;
    text-decoration: none;
    color:black;
    font-weight:bold;
    font-size:16px;
}

.listdest .listdestContent a{
    text-decoration: none;
}
.listdest .listdestContent .text .fa {
    padding-left:10px;
}

.listdest.hidden {
    display:none;
}

.btn-dest:hover{
    background-color:#ca0000;
    color:white;
}


@media (max-width: 630px) {
    .destlink {
        margin-bottom:20px;
    }
    #featured_routes{
        width: 90%;
    }
    #featured_routes .routes_group, #featured_routes .routes_group:hover {
        padding-left: 0;
        height: auto;
    }
    #featured_routes .routes_group .text_container, #featured_routes .routes_group:hover .text_container {
        position: relative;
        width: 98%;
        border-radius: 5px 5px 0 0;
    }
    #featured_routes .routes_group .routes_container {
         border-radius: 0;
         margin-bottom: 20px;
         float: none;
     }
    #featured_routes .routes_group .routes_container .route:first-child {
        border-left: 2px solid #fff;
    }
    #featured_routes .routes_group .text_container .destination {
        margin-bottom: 20px;
    }
    #featured_routes .routes_group .text_container a {
        float: none;
        position: relative;
        left: 0;
        bottom: inherit;
    }
    #featured_routes .routes_group .routes_container .route {
        height: 180px;
        width: 48%;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }
    #featured_routes .routes_group .text_container:after{
        display: none;
    }
    #featured_routes .more_routes_container .route {
        width: 100%;
        float: none;
    }
}

@media (max-width: 991px)  {
    .listdest .listdestContent {
        margin-bottom: 5rem;
    }
    #featured_routes .center {
        line-height: 5rem;
        margin-bottom: 30px !important;
        margin-top: -30px;
    }
    .dest_group .vc_row {
        padding-top: 0 !important;
    }
    .vc_col-md-12.dest_group {
        margin-bottom: -30px !important;
    }
}