.subheader{

    font-family: var(--tipografia-titulo_1);
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 500;
    font-size: 20px;
    width:100%;

    
    display: flex;
    flex-direction:row;
    flex-wrap: nowrap;
    align-items:stretch;
    min-height: auto;

}

.subheader__bloque {
    min-height:100%;
    display:flex;
    flex-direction: row;
 
    padding-left:30px;
    padding-top:0px;
}

.subheader__bloque--bloque1{
    display:none;
    width: 50%;
    padding-top:0px;
    justify-content: center;
    background-color:#ffffff;
    font-weight:400;
    font-size: 30px;
}

.subheader__bloque--bloque2{

    width:100%;
    padding-left:0px;
    color: var(--base-color);
    background-color: #ffffff;
    border-bottom: 1px solid var(--base-color);
}



.subheader__titulo{
    
            /*display:none;*/
}

.subheader__links{
    display: flex;
    justify-content: space-evenly;
    margin: 0px;
  width:100%;
}

.subheader__links > li {
    width:25%;
text-align: center;

}

.subheader__links > li > a{

   color: var(--base-color);
   font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;


}

#menu-tematico > .menu-item-has-children > a:after{
    content: none;
}
/*#menu-tematico > .menu-item-has-children > .sub-menu > li:first-child {border:none;}*/
#menu-tematico > .menu-item {

    /*border:1px solid var(--base-color);*/
    width: 15%;
    padding:5px 10px 5px 10px;
    /*border-radius:8px ;
    box-shadow: 0 2px 5px rgba(0,0,0,.25);*/

}



/* Estilamos la cruz*/
.subheader__cross{

    display:none;

}
.subheader__line{

    height: 2px;
    width: 24px;
    margin: 0.5rem 0;
    background: #000000;
    transition: transform 0.75s ease, opacity 0.75s ease;

}
.subheader__line--line2{

    transform: rotate(90deg) translateX(-11px) ;

}


/*Fin de estilos de la cruz*/

/*Estilos de Movil */ 
@media screen and  (max-width:800px) {
    .subheader{
        font-size: 15px;
        display: flex;
        flex-direction:column;
        flex-wrap: nowrap;
        /*align-items:stretch;*/
        min-height: auto;
        width:100%;
    }
    
    .subheader__bloque--bloque1{
        display: flex;
        position:fixed;
        
        padding-top:20px;
        padding-bottom:20px;
        width:100%;
        min-height:50px;
        border-bottom: 1px solid #000000;
        flex-direction: row;
        flex-wrap:nowrap;
        justify-content: space-between;

        z-index:50;
       /* margin-top:45px;*/
		margin-top:-15px;

    }
    .subheader__bloque--bloque2{
        
        width:100%;
        position:fixed;
        transform: translateX(+150%) translateY(68px);
        
        transition: transform 1s ease;
        z-index:49;

        background-color: #ffffffeb;
    }
    .subheader__bloque--bloque3{

        display:none;
        width:100%;

    }
    .subheader__titulo{
        
        font-size: 14px;
        font-weight: 600;
    }
    .subheader__links{
        flex-direction: column;
        margin-top:50px;
        justify-content:normal;
        padding-left: 10px;
    }



    .subheader__links > li > a{

      font-size:15px;
      text-transform: none;
    
    }
    #menu-tematico > .menu-item {

    border:none;
    width: 25%;
    padding:0px;
    box-shadow: none

}




.subheader__cross{
        display:block;
        padding:0px 30px;
    }





}
/*Fin Estilos de Movil */ 



/*NO BEM*/

/*Estilos click cross*/
.subcross1 {

    transform:rotate(45deg)translateX(0px  
    );
 
  }
 .subcross2 {
 
    transform:translateY(-11px) rotate(-45deg);
 
  }
 
 
 .subshow{
    
    transform: translateX(+40%) translateY(40px);
 
 }
 /*Fin Estilos click crossa*/




.sub-menu{

	text-align: left;
	
	width:185px;
	



}

.sub-menu > li {
 
	padding-top:0px;
	padding-left:40px;
	padding-top:0px;
	padding-bottom:0px;

}

.sub-menu > li > a {
        font-size: 12px;
        color:var(--base-color);
        transition: padding-left 0.2s ease-in-out;
    }




 /*Fin NO BEM*/