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

.header > .grp .grp-btn:last-of-type {
display: none !important;
}

.article-apt picture{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;	
opacity: 0.0;		
}
/*body.fondo-oscuro {
background-color: var(--ng-100);
}*/
.tit h1{
position: absolute;
left: -9000px;	
text-indent: -9000;
opacity: 0;	
}

body.fondo-oscuro .chap h2 {
text-align: center;
}
.nav-gen {
position: relative;
height: auto;
visibility: visible;
}
.nav-article {
height: auto;
opacity: 1;
}

/****** MEDIA QUERIES ******/
@media only screen and (orientation:portrait){
.article-apt .grp .img {
height: 100vh;
}
}




