@charset "utf-8";
/* CSS by publiSITIO */

.uppercase{
    text-transform: uppercase;
}
.right{
    text-align: right;
}
/* FOTOGRAFIA . EXPOSICOES / CONVERSAS / WORKSHOPS */
.exposicoes .titulo,
.conversas .titulo,
.workshops .titulo{
  position: absolute;
  bottom: 0;
  padding: 15px;
  font-size: 32px;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  background: url(../img/opacity.png) repeat;
}
.exposicoes .autor,
.conversas .autor,
.workshops .autor{
  font-size:18px;
  padding-left: 15px;
  font-style: italic;
}
.dataevento{
  color: #333;
  font-size: 30px;
  font-weight: normal;
  padding: 10px 0;
  display: inline-block;
}
ul.fotografia li{
  font-size: 15px;
}
ul.fotografia li a{
  font-size: 25px;
  color:#09c;
}
ul.fotografia li a:hover{
  color:#555;
}
.exposicoes h2, .conversas h2, .workshops h2{
  margin: 0;
  padding: 0;
  font-size: 30px;
  color: #09c;
  text-transform: uppercase;
  font-weight: normal;
}
.exposicoes p, .conversas p, .workshops p{
  font-size: ;
}
.exposicoes ul, .conversas ul{
  margin: 0;
  padding: 0;
}
.exposicoes ul li, .conversas ul li{
  padding: 2px 0px;
  font-size: 17px;
  list-style-position: inside;
}
.expoposter{
  width: 247px;
  display: inline-block;
  -webkit-filter: sepia(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' ><filter id='sepia'><feColorMatrix in='SourceGraphic' type='matrix' values='.393 .769 .189 0 0 .349 .686 .168 0 0 .272 .534 .181 0 0 0 0 0 1 0' /></filter></svg>#sepia");
  filter: sepia(100%);
}
.expoposter:hover{
  -webkit-filter: none;
  filter: none;
}
.expoposter img{
  max-width: 100%;
  height: auto;
}
.expophotoheader{
  position: relative;  
}
.bio a{
  font-size: 35px;
  font-weight: 400;
  text-transform: uppercase;
  color: #09c;
  display: block;
  padding: 5px;
}
.bio a:hover{
  color: #000;
}

/************************************/
@media screen and (max-width: 800px) {
  .expoposter{
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
  }

  }