.nb-loc [data-sek-level="section"]:not([data-sek-is-nested="true"]){max-width:1500%;margin:0 auto;}/*INCUNABLES - pantalla inicio*/
a.sek-skip-link.sek-screen-reader-text {
    display: none;
}

h1 {
	display:none;
}

.page-id-5683 {
	background: #ebd6ba;
	background-image: url(https://www.museohistorico.unc.edu.ar/files/fondo.svg);
	background-repeat:no-repeat;
	background-position: center bottom;
	background-size: cover;
	height: 100vh;
	width: 100%;
}


article#post-5683 {
    height: 100vh !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.incunables-section{
animation: fadeIn 2s ease-out forwards;
	}

.encabezado-incunables {
    display: flex;
    width: 100%;
    height: 150px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.container-incunables {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.container-incunables img{
	animation: fadeIn 4s ease-out forwards;
}

.footer-incunables {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.footer-incunables a {
    color: #675b4e;
		font-size: 2.4em;
    font-family: 'Reforma', serif;
  	transition: color 0.5s ease;
}
.footer-incunables a:hover {
	color: #918373;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}