.barra{background:#001686;transition:all .3s ease-in-out}.barra__wrapper{display:grid;gap:1rem;grid-template-columns:repeat(1,1fr);margin:0 auto;max-width:1040px}.barra__enlace{color:#fff;text-decoration:none}.barra__item{text-align:center}a.barra__enlace{display:block;padding:9px 8px;text-decoration:none;transition:all .3s ease-in-out}a.barra__enlace:hover{background:#fff;color:#001686}@media(min-width:769px){.barra__wrapper{grid-template-columns:repeat(6,1fr)}}.fixed-barra{max-width:100%;position:fixed;right:0;top:60px;width:100%;z-index:99}@media(max-width:769px){.barra{display:none!important}}