/***** AJUSTES MENU *****/
.fusion-header-menu-align-center .fusion-main-menu.active .menu-item.active{
	padding-bottom: 5px !important;
}

.fusion-header-menu-align-center .fusion-main-menu.active{
	margin-bottom: 0px !important;
}

.fusion-secondary-main-menu.active{
	border-bottom: 1px solid grey;
}


/*experiences new*/

.p6a_menu_experiences .experience{
    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_experiences .menu_width{
    margin: auto;
    position: relative;
     pointer-events: all;
} 

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

.p6a_menu_experiences .left img{
    width: 100%;
    max-height: 190px;/*le he tenido que poner este height por que si no cogía otro mas grande y no funcionaba bien para calculos con el alto*/
}
.p6a_menu_experiences .left_text{
    text-align: center;
    padding-top: 15px;
}

.p6a_menu_experiences .left_text .white_space{
    height: 2vw;
}

.p6a_menu_experiences .taxonomyExperience{
    background-color: black;
    color: white;
    text-transform: uppercase;
    padding: 2px 15px 3px 15px;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 3px;
}

.p6a_menu_experiences .title{
    font-size: 30px;
    color: black;
    font-weight: 500;
    line-height: 30px;
    margin-top: 10px;
 
}

.p6a_menu_experiences hr {
    background-color: grey;
    height: 1px;
    width: 42%;
    margin-top: 10px!important;
    margin-bottom: 10px!important;
}

.p6a_menu_experiences .subtitle{
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    color: black;
    font-weight: 400;
    line-height: 18px;
}
.p6a_menu_experiences .excerpt{
    margin-left: 0px;
    margin-top: 11px;
    margin-right: 0px;
    color: black;
    font-weight: 100;
    font-size: 18px;
    line-height: 20px;
}

.p6a_menu_experiences .excerpt.excerpt_hide{
    display: none;
}


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

.p6a_menu_experiences .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_experiences .listExperiences{
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    color: black;
    border-bottom: 2px solid #e2e2e2;
    line-height: 25px;
    padding-bottom: 5px;

}

/*listado de experiencias*/
.p6a_menu_experiences .allExperiences {
    
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;

    /*espacio entre columnas*/
    -webkit-column-gap: 10px; /* Chrome, Safari, Opera */
    -moz-column-gap: 10px; /* Firefox */
    column-gap: 10px;

    /*alto de las columnas igualado*/
    -webkit-column-fill: balance; /* Chrome, Safari, Opera */
    -moz-column-fill: balance; /* Firefox */
    column-fill: balance;


    font-size: 16px;
    font-weight: 100;
    margin-top: 15px;


}

.p6a_menu_experiences .allExperiences div{
  /*para que no divida elementos entre las columnas*/
    -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
    page-break-inside: avoid; /* Firefox */
    break-inside: avoid; /* IE 10+ */
    border-bottom: 1px solid grey;
 }


/*línea de separación central*/
 .p6a_menu_experiences .menu_separator_line{
    height: 100%;
    width: 1px;
    background-color: #a1a1a1;
    position: absolute;
    top: 0;
    right: -1px;

}


/*fuentes hasta que desaparece el menú emergente*/
@media (min-width: 800px) and (max-width: 991px){
    .p6a_menu_experiences .title{
        font-size: 2.8vw;
        line-height: 2.8vw;
    }
    .p6a_menu_experiences .subtitle, .p6a_menu_experiences hr{
        display: none;
    }
    .p6a_menu_experiences .excerpt.excerpt_hide{
        display: block;
    }
    .p6a_menu_experiences .readArticle{
        font-size: 1.6vw;
    }
    .p6a_menu_experiences .listExperiences {

        font-size: 2.5vw;
        line-height: 2.5vw;
    }
    .p6a_menu_experiences .taxonomyExperience {
        font-size: 1.5vw;
    }
    .p6a_menu_experiences .excerpt{
        font-size: 1.8vw;
    }
    .p6a_menu_experiences .allExperiences {

        font-size: 1.7vw;
        
    }

}








