/*
------------------------------
MAIN - #full_map
------------------------------
*/

/*OPENMAPS*/
#routes_map_container{
    background: #444;
}

#routes_map_container #mapid .point.big{
    z-index: 10 !important;
}
#routes_map_container #mapid .point.small{
    z-index: 9 !important;
}
#routes_map_container #mapid .point.big{
    width: 14px !important;
    height: 14px !important;
    background-color: red;
    display: block;
    border-radius: 7px;
    box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.6);
    margin: 3px;
}
#routes_map_container #mapid .point.small{
    width: 8px !important;
    height: 8px !important;
    background-color: grey;
    display: block;
    border-radius: 8px;
    border:1px solid #fff;
    box-shadow: 0 0 0 0;
    margin: 6px;
}
.leaflet-pane.leaflet-popup-pane {
    position: relative;
    top: -21px;
}
#routes_map_container #mapid .point .inner > img{
    width: 100%;
    height: auto;
    min-height: 60px;
}
/*GOOGLEMAPS*/

#routes_map {
    display: block;
    width: 100%;
    position: relative;
    height: 550px;
}
#routes_map #routes_map_container{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
#routes_map #routes_map_container #google-maps,
#routes_map #routes_map_container #routes_map_container #googlemapa{
    width: 100%;
    height: 100%;
    top: 0;
}
#routes_map .container_routes_map{
    height: 100%;
    z-index: 100;
    width: 1160px;
    margin: 0 auto;
}
/* Buscador */
#routes_map .booking_container {
    width: 480px;
    position: relative;
    z-index: 20000;
    /*top: 50%;
    transform: translateY(-50%);*/
    top: 40px;
}
#routes_map .booking_container .icon_routes_map {
    width: 80px;
    height: auto;
    margin: auto;
    text-align: center;
}
#routes_map .booking_container .title_routes_map {
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    margin-bottom: 20px;
    line-height: 56px;
}
#routes_map .booking_container .title_routes_map_tab {
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    margin-bottom: 20px;
}
#routes_map .booking_container .content_routes_map {
    width: 300px;
    border-radius: 5px;
    margin: 0 auto;
}
#routes_map .booking_container .content_routes_map .tabs_routes_map{
    width: 100%;
}
#routes_map .booking_container .content_routes_map .tabs_routes_map .tab_routes_map{
    width: calc(49.4% - 10px);
    height: 100%;
    text-align: center;
    display: inline-block;
    color: #fff;
    border-radius: 5px 5px 0 0;
    margin-right: 10px;
    padding: 10px;
    text-decoration: none;
    background-color: rgba(0,0,0,0.6);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
#routes_map .booking_container .content_routes_map .tabs_routes_map .tab_routes_map:hover{
    background-color: rgba(0,0,0,1);
}
#routes_map .booking_container .content_routes_map .tabs_routes_map .tab_routes_map.active{
    background-color: #ca0000;
}
#routes_map .booking_container .content_routes_map .tabs_routes_map .tab_routes_map:last-child{
    margin-right: 0;
}
#routes_map .booking_container .content_routes_map .tabs_routes_map .tab_routes_map .title_routes_map_tab{
    font-weight: bold;
    font-size:13px;
}
#routes_map .booking_container .content_routes_map .checkbox_container{
    padding: 10px;
    background-color: #ca0000;
}
#routes_map .booking_container .content_routes_map .checkbox_container .link{
    text-align: center;
}
#routes_map .booking_container .content_routes_map .checkbox_container a{
    color: #fff;
    font-size: 10px;
}

#routes_map .booking_container .content_routes_map .checkbox_icon{
    width: 16.6%;
    position: relative;
    float: left;
    height: 40px;
    cursor: pointer;
}
#routes_map .booking_container .content_routes_map .checkbox_icon .fa{
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 19px;
    margin-bottom: 5px;
}
#routes_map .booking_container .content_routes_map .checkbox_icon label{
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 10px;
}
#routes_map .booking_container .content_routes_map .checkbox_icon.active label{
    font-weight: bold;
}
#routes_map .booking_container .content_routes_map .bottom{
    background-color: #fff;
    border-radius: 0 0px 5px 5px;
    display: none;
}
#routes_map .booking_container .content_routes_map .bottom.list-destacados{
    display: block;
}
#routes_map .booking_container .content_routes_map .routes_list{
    max-height: 145px;
    overflow-y: scroll;
    list-style-position:outside;
}
#routes_map .booking_container .content_routes_map .routes_list li{
    border-bottom: 1px solid #ccc;
    color: #888;
    position: relative;
}
#routes_map .booking_container .content_routes_map .routes_list li a{
    display: block;
    height: 100%;
    padding: 11px;

}
#routes_map .booking_container .content_routes_map .routes_view{
    font-size: 12px;
    color: #888;
    text-align: center;
}
#routes_map .booking_container .content_routes_map .routes_view .img_container{
    width: 100%;
    min-height: 120px;
    position: relative;
    background-color: #444;
    background-size: cover;
}
#routes_map .booking_container .content_routes_map .routes_view .name{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    left: 0;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
#routes_map .booking_container .content_routes_map .routes_view .text_container{
    padding: 20px;
}
#routes_map .booking_container .content_routes_map .routes_view .text_container p{
    padding-bottom: 10px;
}
#routes_map .booking_container .content_routes_map .routes_view .button{
    height: 30px;
    border-radius: 5px;
    position: relative;
    width: 85%;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    line-height: 30px;
    padding: 10px 20px;
    font-size: 15px;
    text-decoration: none;
    background-color: #ca0000;
    margin-bottom: 0;
}
#routes_map .booking_container .content_routes_map .routes_view .button .fa{
    font-size: 29px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    right: 0;
    top: 0;
    position: absolute;
}

#routes_map .leyenda{
    background: rgba(255, 255, 255, 0.9);
    padding:10px 20px;
    position: absolute;
    bottom: 23px;
    right: 50px;
    z-index: 2000;
    border-radius: 5px;
    font-size: 12px;
    line-height: 16px;
}
#routes_map .leyenda .point{
    width: 14px;
    height: 14px;
    background-color: red;
    display: inline-block;
    border-radius: 7px;
    box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.6);
    margin-right: 5px;
    vertical-align: sub;
}
#routes_map .leyenda .point.small{
    width: 8px;
    height: 8px;
    background-color: grey;
    display: inline-block;
    border-radius: 8px;
    border:0;
    box-shadow: 0 0 0 0;
    margin: 3px 8px 3px 3px;
}

/* Buscador de destinos */

#routes_map .content_routes_map .search_container{
    background-color: #ca0000;
    padding: 15px;
}

#routes_map .content_routes_map .search_container select{
    width: 230px;
}
#routes_map .content_routes_map .search_container button{
    background: #fff;
    color: #ca0000;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border: 0;
    border-radius: 5px;
    vertical-align: top;
    margin-left: 3px;
    cursor: pointer;
}

/*
------------------------------
MAIN - #routes_map_container #googlemapa
------------------------------
*/

#routes_map_container #googlemapa {
    width: 100vw;
    height: 100vh;
}
#routes_map_container #googlemapa .point.big{
    z-index: 10;
}
#routes_map_container #googlemapa .point.small{
    z-index: 9;
}
#routes_map_container #googlemapa .point .dot{
    width: 14px;
    height: 14px;
    background-color: red;
    display: block;
    border-radius: 7px;
    box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.6);
    margin: 3px;
}
#routes_map_container #googlemapa .point.small .dot{
    width: 8px;
    height: 8px;
    background-color: grey;
    display: block;
    border-radius: 8px;
    border:1px solid #fff;
    box-shadow: 0 0 0 0;
    margin: 6px;
}
#routes_map_container #googlemapa .point .inner{
    width: 110px;
    height: 80px;
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    margin-left: -55px;
    bottom: 0px;
    margin-bottom: 30px;
    z-index: 1000;
    box-shadow: 0px 1px 2px #444;
    display: none;
}
#routes_map_container #googlemapa .point.small .inner {
    height: auto;
    min-height: 20px;
}
#routes_map_container #googlemapa .point:hover{
    display: block;
    z-index: 100;;
}
#routes_map_container #googlemapa .point:hover .inner{
    display: block;
}
#routes_map_container #googlemapa .point .inner:before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -10px;
}
#routes_map_container #googlemapa .point .inner > img{
    width: 100%;
    height: auto;
    min-height: 60px;
}
#routes_map_container #googlemapa .point .inner > .title_point{
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    color: #444;
}

/*
------------------------------
MAIN - #routes_list
------------------------------
*/
#routes_list{
    padding: 25px 20px;
}
#routes_list .province{
    font-size: 15px;
    font-weight: bold;
    color: #444;
    margin-bottom: 10px;
    margin-top: 20px;

}
#routes_list .province_group{
    margin-bottom: 40px;
}
#routes_list .province_group li{
    color: #888;
    margin-bottom: 5px;
    list-style:none;
}
#routes_list .province_group li .fa{
    color: #ca0000;
    margin-right: 10px;
    font-size: 15px;
}

/*
------------------------------
MAIN - Nuestros Destinos
------------------------------
*/

#content_nuestros_destinos{
    padding: 14px 0;
    font-size: 14px;
}
.container_nuestros_destinos{
    width: 1160px;
}
.container_routes_list{
    width: 100%;
}


/*
------------------------------
MAIN - #destination_routes
------------------------------
*/


#content_destination_routes{
    padding: 14px 0;
    font-size: 14px;
    display: block;
    overflow: hidden;
    width: 1160px;
    margin:0 auto;
}
.container_destination_routes{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}
#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;
}
#destination_routes .block ul{

}
#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{

}
#destination_routes .block ul li a:hover{
    color: #ca0000;
}

/*
------------------------------
MAIN - #destination_content
------------------------------
*/
.container_descubre_shortcode{
    padding: 14px 0;
    font-size: 14px;
    display: block;
    overflow: hidden;
    width: 1160px;
    margin: 0 auto;
}
#destination_content{
    margin-bottom: 30px;
}
#destination_content h2{
    margin-bottom: 30px;
}
#destination_content .super_title_bold{
    margin-bottom: 10px;
}
#destination_content .destination_content{
    margin-bottom: 40px;
    padding: 0px 15px;
}
.title_descubre_shortcode{
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 15px;
}
.title_center{
    text-align: center;
}

#destination_content .icon_text_group .destination_content_icon {
    width: 80px;
    height: 80px;
    text-align: center;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
}

#destination_content .icon_text_group {
    padding-left: 80px;
    padding-right: 40px;
    margin-bottom: 20px;
    color: #444;
    min-height: 100px;
    position: relative;
}

#destination_content .icon_text_group .title_descubre_shortcode {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 15px;
    color: #444;
}

.destination_dest_image{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.img_container{
    width: 100%;
    height: 136px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.img_container_routes_destiation{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 33px;
    overflow: hidden;
    position: relative;
    padding-bottom: 50%;
}
.img_container_routes_destiation .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;
}

.image_destination_list{
    display: none;
    width: 80%;
}

.title_destination{
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 15px;
    color: #444;
    text-align: center;
    text-transform: uppercase;
}

.destination_dest_image .img_container .button{
    border-radius: 5px;
    position: relative;
    width: 110px;
    display: none;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #fff;
    line-height: 1rem;
    padding: 10px 20px;
    font-size: 15px;
    text-decoration: none;
    background-color: #ca0000;
    margin-bottom: 0;
    left: 50%;
    transform: translateX( -50% );
    top: 50px;
}

@media (max-width : 1160px) {
    .container_descubre_shortcode{
        width: 770px;
    }
    #content_destination_routes{
        width: 770px;
    }
}

@media (max-width : 768px) {
    .container_descubre_shortcode{
        width: 630px;
    }
    #content_destination_routes{
        width: 630px;
    }
}
@media (max-width : 630px) {
    #routes_map {
        height: 580px;
    }
    #routes_map .booking_container{
        width:calc(100% - 20px);
        padding:0 10px;
    }

    #routes_map .container_routes_map{
        width: 100%;
    }

    #featured_destiny .routes .route{
        position: relative;
    }
    #featured_destiny .routes .route .info{
        float: none;
    }
    #featured_destiny .routes .route .info .fa {
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -15px;
    }
    .container_descubre_shortcode{
        width:100%;
    }
    #content_destination_routes{
        width:100%;
    }
}