@charset "UTF-8";
/* CSS Document */

/*
INDEX
*/

/*1.----BASE HEADER*/
.header{	
position: fixed;
top: 60px;
left: 0px;
display: -webkit-flexbox;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
/*justify-content: flex-start;*/
justify-content: stretch;
flex-direction: column-reverse;  
width: var(--relacion-layout-header-cont);
height: calc(100vh - 80px);	
z-index: 400;
}

/*---BOTONES---*/
.header--grp-btns{
display: -webkit-flexbox;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-align: stretch;
-ms-flex-align: stretch;
-webkit-align-items: stretch;
align-items: stretch;
justify-content: flex-start;
flex-direction: row;	
position: fixed;
top: 0px;
left: 0px;	
width: var(--relacion-layout-header-cont);
height: auto;	
z-index: 705;
padding: 0px 10px 0px 9px;  
}

.header--grp-btns-grp-oa{
display: -webkit-flexbox;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-align: stretch;
-ms-flex-align: stretch;
-webkit-align-items: stretch;
align-items: stretch;
justify-content: center;
flex-direction: row;
position: relative;	
flex: 0 0 60px;	
width: 60px;
/*flex: 0 0 50%;*/	
/*width: 50%;*/  
height: 60px;	
border-radius: 0px 0px var(--border-r-md) var(--border-r-md);	
padding: 10px;
background-color: var(--ng-50);
border-top: none;
}
.header--grp-btns-grp-oa h1{
position: absolute;
text-indent: -9000px;
visibility: hidden;	
}
.header--grp-btns-grp-oa-icn{
display: -webkit-flexbox;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-align: stretch;
-ms-flex-align: stretch;
-webkit-align-items: stretch;
align-items: stretch;
justify-content: center;	
flex: 1;		
}
.header--grp-btns-grp-oa a{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 3;	
}
.header--grp-btns-grp-oa-icn .icn{
display: -webkit-flexbox;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-align: stretch;
-ms-flex-align: stretch;
-webkit-align-items: stretch;
align-items: stretch;
justify-content: center;	
min-width: 40px;
flex: 1;
padding: 0px 0px 0px 0px;	
}
.header--grp-btns-grp-oa-icn .icn picture{
display: -webkit-flexbox;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-align: stretch;
-ms-flex-align: stretch;
-webkit-align-items: stretch;
align-items: stretch;
justify-content: center;
flex-direction: column;	
flex: 1;	
width: 100%;
height: 100%;		
}
.header--grp-btns-nav-gen{
display: -webkit-flexbox;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
justify-content: center;	
position: relative;
flex: 0 0 60px;  
width: 60px;
/*flex: 0 0 50%;*/
/*width: 50%;*/  
height: 60px;	
border-radius: 0px 0px var(--border-r-md) var(--border-r-md);	
background-color: var(--ng-50);
border-top: none;	
margin-left: 5px;
}
.header--grp-btns-nav-gen-btn{
position: absolute;
top: 50%;
left: 50%;  
-moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
/*width: calc(100% - 15px);
max-width: 50px;  
height: calc(100% - 15px);
max-height: 50px;*/
/*aspect-ratio: 1 / 1;*/ 
width: 42px;
height: 42px;
}

/*.header--grp-btns-nav-gen-btn .icn-menu {
width: calc(100% - 5px);
height: calc(100% - 5px);
}*/
.btn-menu-toggle{
cursor: pointer;
}
.header--grp-btns-nav-gen .elem-curv{
position: absolute;
top: 0px;
width: 20px;
height: 20px;
background-repeat: no-repeat;
background-size: cover;
background-position: -0.5px;	
/*right: -19.5px;*/
right: -20px;  
background-image: url("../../imagenes/globales-oafcds-v5/elementos/ng/elem-curv-top-right-ng.svg");
opacity: 1.0;
}

/*-------trans-btns-------*/
.header--grp-btns-grp-oa img{
opacity: 1;	
}
.header--grp-btns-grp-oa:hover img{
opacity: 0.75;	
}
.header--grp-btns-nav-gen-btn{
background-color: var(--trans);
}
.header--grp-btns-nav-gen-btn:hover{
background-color: var(--bn-20);	
}
.header--grp-btns-nav-gen-btn .icn-menu{	
background-position: 0% 0%;	
}
.header--grp-btns-nav-gen-btn .icn-menu.icn-menu-noact{
background-position: 20% 0%;	
}


/*2.----MEDIA QUERIES*/
@media screen and (max-width:1280px){
/*-------trans-btns-------*/	
.header--grp-btns-grp-oa-icn img{
opacity: 1;	
}
.header--grp-btns-grp-oa-icn:hover img{
opacity: 1;	
}
.header--grp-btns-nav-gen-btn{
background-color: var(--trans);
}
.header--grp-btns-nav-gen-btn:hover{
background-color: var(--trans);	
}
}

/*@media screen and (orientation:portrait){*/
@media screen and (max-width:851px){  
.header {
width: 100%;
height: auto;
top: 0px;
padding-top: 40px;  
-webkit-flex-align: flex-start;
-ms-flex-align: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;  
background-color: var(--base-a-6-100);   
}	
body.sobre-oa .header {  
background-color: var(--trans);   
}  
.header--grp-btns {
width: auto;
padding: 0px 10px 0px 4px;  
}
   
.header--grp-btns-grp-oa {
flex: 0 0 45px;
width: 45px;
height: 45px;
border-radius: 0px 0px var(--border-r-base) var(--border-r-base);  
margin-left: 7px;	
}	
.header--grp-btns-nav-gen {
flex: 0 0 45px;
width: 45px;
height: 45px;
border-radius: 0px 0px var(--border-r-base) var(--border-r-base);  
} 
.header--grp-btns-nav-gen .elem-curv {
width: 10px;
height: 10px;
right: -10px;
}  
    
/*hide móvil*/
.header-vis {
transform: translateY(0%);
opacity: 1;  
}  
.header-hide {
transform: translateY(-100%);
opacity: 0;  
}  
}
