/*menu passengers*/
.p6a_menu_passengers .passenger{
    padding: 20px 0px 20px 0px;
    position: fixed;
    top: 136px;
    background-color: white;
    left: 0;
    right: 0;
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
    z-index: 100;
    display: none; 
    /*display: block;*/
   

}

.p6a_menu_passengers .menu_width{
    margin: auto;
    position: relative;
     pointer-events: all;
} 

/*espacios para el centro*/
.p6a_menu_passengers .left{
    padding-right: 30px; 
}
.p6a_menu_passengers .right{
    padding-left: 30px; 
}

.p6a_menu_passengers .p6a_title_passengers {
    border-bottom: 2px solid #e2e2e2;
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 5px;
    color: #333333;
    margin-bottom: 15px;
}

/*botones*/
.p6a_menu_passengers .buttons{
    margin-top: 30px
}
.p6a_menu_passengers .button{
   
    width: 100%;
    text-align: center;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    height: 20px;
   
}

.p6a_menu_passengers .readArticle{
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 0px;
    color: #24a6b4;
    position: absolute;
    width: 100%;
    padding: 0px 60px 0px 15px;
    bottom: 25px;
}

.p6a_menu_passengers .left.right .readArticle{
     padding: 0px 75px 0px 15px;
}



.p6a_menu_passengers .menu_separator_line{
    height: 100%;
    width: 1px;
    background-color: #a1a1a1;
    position: absolute;
    top: 0;
    right: -1px;

}
















.p6a_menu_passengers .passenger a {
    text-decoration: none;
    color: #24a6b4;
}




.p6a_menu_passengers .p6a_head_title {
    font-size: 38px;
    color: #1a1a1a;
    font-weight: 500;
    line-height: 1;
    color: black !important;
}

.p6a_menu_passengers .p6a_intro_text {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
    margin: 5px 0px 10px 0px;
    color: #1a1a1a;
}

.p6a_menu_passengers .p6a_open_text {
    font-size: 30px;
    font-style: italic;
    line-height: 1;
}

.p6a_menu_passengers .p6a_open_text_report {
    font-size: 18px;
    line-height: 1.2;
    color: #1a1a1a;
}

.p6a_menu_passengers .p6a_bg_img {
    width: auto;
    height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 5px;
}

.p6a_menu_passengers .p6a_video_post_play {
    background-image: url(../images/play.png);
    background-repeat: no-repeat;
    z-index: 100;
    width: 76px;
    background-size: 60%;
    height: 75px;
    float: right;
    position: absolute;
    background-position: center center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/*
*
* 
    LIST 
*
*
*/


.p6a_menu_passengers .all_passengers a {
    color: #1a1a1a;
}

.p6a_menu_passengers .all_passengers div {
    border-bottom: 1px solid grey;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.p6a_menu_passengers .no_border{
    border:none!important;
} 

.p6a_menu_passengers .all_passengers span {
    display: block;
}

.p6a_menu_passengers .p6a_head_title_list {
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    text-transform: uppercase;
}

.p6a_menu_passengers .p6a_intro_text_list {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;    
}

.p6a_menu_passengers .p6a_open_text_list {
    font-weight: 100;
    font-size: 22px;
    line-height: 22px;
    font-style: italic;
    padding-top: 5px;
}



/*fuentes hasta que desaparece el menú emergente*/
@media (min-width: 800px) and (max-width: 991px){
   

    .p6a_menu_passengers .readArticle{
        font-size: 1.6vw;
    }

    .p6a_menu_passengers .col-xs-3.col-sm-3.col-md-3.col-lg-3.right{
        display: none;
    }
    .p6a_menu_passengers .left.right .menu_separator_line{
        display: none;
    }
    .p6a_menu_passengers .col-xs-5.col-sm-5.col-md-5.col-lg-5.left{
        width: 60%;
    }
    .p6a_menu_passengers .col-xs-4.col-sm-4.col-md-4.col-lg-4.left.right{
        width: 40%;
    }

    .p6a_menu_passengers .p6a_title_passengers{
        font-size: 2.5vw;
        line-height: 2.4vw;
    }
    .p6a_menu_passengers .p6a_head_title{
        font-size: 4vw;
        line-height: 4vw;
    }
    .p6a_menu_passengers .p6a_open_text{
        font-size: 3vw;
        line-height: 3vw;
    }
    .p6a_menu_passengers .p6a_intro_text {
        font-size: 1.8vw;
    }
  
}



