/*@media (min-width: 900px){*/
#menu_principal{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(7, 1fr);
}
/*}*/

.contenedor_menu{
	width: 100%;
}


#menu_principal a:hover {
    text-decoration: none;
}

@media (max-width: 900px){
    /*#inicio{
    	grid-column-start: auto !important;
        grid-column-end: auto !important;
    }
    #empleo_reactivacion{
    	grid-column-start: auto !important;
        grid-column-end: auto !important;
    }*/
}

#inicio{
	background-color: #58605d;
	/*grid-column-start: 1;
    grid-column-end: 5;*/
}
#inicio:hover{
	background-color: #2f3026;
}

.color_inicio{
	color: #58605d;
}
.bg_inicio{
	color: #58605d;
}
#empleo_reactivacion{
	background-color: #ff2e06;
	/*grid-column-start: 5;
    grid-column-end: 9;*/
}

#empleo_reactivacion:hover{
	background-color: #a81a06;
}
.color_reactivacion{
	color: #ff2e06;
}
.bg_reactivacion{
	background-color: #ff2e06;
}

#movilidad,
.bg_movilidad{
	background-color: #b8d100;
}
#movilidad:hover{
	background-color: #77b100;
}
.color_movilidad{
	color: #b8d100;
}


#ambiente,
.bg_ambiente{
	background-color: #71c000;
}
#ambiente:hover{
	background-color: #5e9600;
}

.color_ambiente{
	color: #71c000;
}

#educacion,
.bg_educacion{
	background-color: rgb(255, 124, 0);
}
#educacion:hover{
	background-color: #ec5800;
}
.color_educacion{
	color: rgb(255, 124, 0);
}

#solidaria,
.bg_solidaria{
	background-color: rgb(255, 173, 0);
}
#solidaria:hover{
	background-color: #d38d00;
}
.color_solidaria{
	color: rgb(255, 173, 0);
}

#mujeres,
.bg_mujeres{
	background-color: rgb(168, 69, 153);
}
#mujeres:hover{
	background-color: #6d2060;
}
.color_mujeres{
	color: rgb(168, 69, 153);
}

img.icon{
	display: block;
	margin: 5px auto;
	width:110px;
}

#menu_principal h2{
	font-size: 2.5rem !important;
	min-height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	word-break: break-word;
}

.barraFlotante img.icon{ 
	display: none !important;
}

@media (max-width: 900px){
    .barraFlotante img.icon{ 
    	display: none !important;
    }
    .barraNormal img.icon{ 
    	/*display: none !important;*/
    }
    
    /*.barraNormal {
        position: fixed;
        top: 0;
        z-index: 2;
        margin: 60px 0 0 0 !important;
        width: 100%;
        padding: 0 !important;
    }*/
    
    .barraFlotante {
        margin: 0px 0 0 0 !important;
        width: 100%;
        padding: 0 !important;
    }
    
.item_menu {
    width: 40vw;
    white-space: normal;
    padding: 2%;
}
}

.item_menu {
    padding: 2%;
}
.barraFlotante{
     position: fixed;
     top: 0;
     z-index: 2;
}

.barraNormal {
	display: grid;
}

@media (min-width: 900px){
.navbar-brand{
display:none;
}
#menu_principal h2 {
    white-space: normal;
}
}

.apagado{
	display: none;
}

.scroll_menu {
  white-space: nowrap; 
  overflow-x: auto; 
  -webkit-overflow-scrolling: touch; 
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.scroll_menu::-webkit-scrollbar {
  display: none; }
