/*Designed and written by Vinícius Freitas <vinicius.freitas@openmailbox.org> to SGTIC|UFRJ <https://tic.ufrj.br/>*/
/*Edited by Miguel Amorim Neto <miguel@sibi.ufrj.br> to SiBI|UFRJ <https://sibi.ufrj.br/>*/

/*bootstrap icon*/
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

/*Mosaico Proxy*/
.mosaico--proxy {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  max-width: 785px;
  box-sizing: border-box;
  font-size: 16px;
}
.mosaico--linha {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  min-height: 5.6em;
  box-sizing: content-box;
}
.mosaico--link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10.5em;
  height: 5.5em;
  padding: 1em;
  position: relative;
  overflow: hidden;
  box-sizing: content-box;
}
.mosaico--link::before {
  content: attr(title);
  background-color: transparent;
  display: inline-flex;
  justify-content: center;
  color: rgba(255, 255, 255, 0);
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 1em;
  height: 1.7em;
  width: 100%;
  bottom: -1.7em;
  left: 0;
  box-sizing: border-box;
  position: absolute;
  transition: .5s;
  z-index: 1;
}
.mosaico--link:hover::before {
  color: rgba(255, 255, 255, .95);
  bottom: 1.2em;
}
.mosaico--link::after {
  display: inline-flex;
  justify-content: center;
  content: "\e164";
  font-family:'Glyphicons Halflings';
  font-size: 2em;
  color: rgba(255, 255, 255, 0);
  background-color: rgba(0, 110, 110, 0.75);
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 1em;
  height: 100%;
  opacity: 0;
  transition: .5s;
}
.mosaico--link:hover::after {
  opacity: 1;
  color: rgba(255, 255, 255, .95);
}
.mosaico--img {
  max-height: 5em;
  max-width: 10.5em;
  height: auto;
  width: auto;
  transition: .5s;
  box-sizing: content-box;
  opacity: 1;
}
.mosaico--link:hover .mosaico--img {
  -webkit-filter: saturate(0) blur(1px);
  filter: saturate(0) blur(1px);
  opacity: .5;
}
#options, #options2, #options3 {
  display: none;
}
h1 {
 cursor: pointer;
}

