/* v1 */

/* BASE */
.bienal-23 * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.bienal-23 img { vertical-align: middle; }
.bienal-23 a { outline: none; }
.bienal-23 { padding: 30px 0 10px; font: 300 16px/1 'Tahoma', Arial, sans-serif; background: url(../img/bg-bienal.jpg) repeat #b1aa58; }

/* LAYOUT */
.bienal-23 .wrap { width: 100%; }
.bienal-23 .row { width: 100%; max-width: 940px; margin: 0 auto; *zoom: 1; }
.bienal-23 .row:before,
.bienal-23 .row:after { content: ' '; display: table; }
.bienal-23 .row:after { clear: both; }
.bienal-23 .row .row { width: auto; max-width: none; margin: 0 -0.625em; }
.bienal-23 .row .row:before,
.bienal-23 .row .row:after { content: ' '; display: table; }
.bienal-23 .row .row:after { clear: both; }
.bienal-23 .col { float: left; padding: 0 0.625em; }
.bienal-23 .row.collapse .row { margin: 0; }
.bienal-23 .row .row.collapse { width: auto; max-width: none; }
.bienal-23 .row .row.collapse:before,
.bienal-23 .row .row.collapse:after { content: ' '; display: table; }
.bienal-23 .row .row.collapse:after { clear: both; }
.bienal-23 .row.collapse > .col { padding: 0; }
.bienal-23 .col.centered { display: block; float: none; margin-left: auto; margin-right: auto; }

/* SPRITE */
.bienal-23 .sprite { display: inline-block; background-image: url(../img/sprite.png); background-repeat: no-repeat; }

.bienal-23 .col-header,
.bienal-23 .col-autores {
  width: 100%;
  min-height: 50px;
  margin-bottom: 20px;
  background-color: white;
  border-bottom: 3px solid #fe0032;
  -webkit-box-shadow: 0 0 18px rgba(0,0,0,.75);
     -moz-box-shadow: 0 0 18px rgba(0,0,0,.75);
          box-shadow: 0 0 18px rgba(0,0,0,.75);
}

.bienal-23 .col-autores {
  padding-top: 10px;
  padding-bottom: 20px;
}

.bienal-23 .titu {
  font-family: Arial, sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 25px;
  color: black;
  text-transform: uppercase;
}

.bienal-23 .titu span {
  display: block;
  font-weight: 900;
  font-size: 50px;
  line-height: 1;
  color: #fe0032;
}

.bienal-23 .subtitu {
  margin: 10px 10px 5px;
  padding-left: 13px;
  font-family: Arial, sans-serif;
  font-size: 24px;
  line-height: 25px;
  color: #fe0032;
  text-transform: uppercase;
  background: url(../img/seta.gif) no-repeat left center;
}

.bienal-23 .subtitu span {
  font-weight: 900;
}

.bienal-23 .vitrine-destaque .subtitu {
  font-size: 30px;
}

.bienal-23 .header-titu {
  padding: 30px 0 30px 140px;
}

.bienal-23 .header-titu .logo-bienal {
  float: left;
  margin-right: 30px;
}

.bienal-23 .header-titu .dest {
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: black;
  text-transform: uppercase;
}

.bienal-23 .social-media {
  display: table;
  margin-top: 10px;
}

.bienal-23 .social-media > div {
  float: left;
  width: 122px;
}

.bienal-23 .social-media .tw {
  width: 127px;
}

.bienal-23 .vitrine-autores {
  width: 100%;
}

.bienal-23 .col-autor {
  float: left;
  margin: 0 10px;
  width: 164px;
}

.bienal-23 .vitrine-destaque .col-autor {
  width: 210px;
}

.bienal-23 .autor {
  position: relative;
  display: inline-block;
  margin: 5px 0 15px;
  background-color: black;
  overflow: hidden;
  cursor: pointer;
}

.bienal-23 .autor img {
  display: block;
  width: 100%;
  height: auto;
  opacity: .7;
  -webkit-transition: all 250ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
     -moz-transition: all 250ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
          transition: all 250ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -ms-interpolation-mode: bicubic;
}

.bienal-23 .autor:hover img,
.bienal-23 .autor:focus img {
  opacity: 1;
}

.bienal-23 .tag {
  position: absolute;
  left: 0;
  bottom: -46px;
  z-index: 10;
  display: block;
  width: 100%;
  height: 46px;
  padding: 10px 0 0 15px;
  background-color: black;
  background-color: rgba(0, 0, 0, .5);
  border-bottom: 2px solid #fe0032;
  -webkit-transition: all 250ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
     -moz-transition: all 250ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
          transition: all 250ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.bienal-23 .vitrine-destaque .tag {
  bottom: -73px;
  height: 73px;
  padding: 18px 0 0 20px;
  border-bottom-width: 3px;
}

.bienal-23 .autor:hover .tag,
.bienal-23 .autor:focus .tag {
  bottom: 0;
}

.bienal-23 .tag-nome {
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 700;
  color: #fedc00;
  text-transform: uppercase;
}

.bienal-23 .vitrine-destaque .tag-nome {
  margin-bottom: 6px;
  font-size: 16px;
}

.bienal-23 .tag-cta {
  padding-right: 6px;
  font-size: 9px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  background: url(../img/seta.png) no-repeat right 4px;
  border-bottom: 1px solid #fddb00;
}

.bienal-23 .tag-cta {
  font-size: 11px;
  background-position: right 6px;
  border-bottom-width: 2px;
}

.bienal-23 .bio {
  display: none;
}

.bienal-23 .lb {}

.bienal-23 .lb-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.75);
}

.bienal-23 .lb-close {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1010;
  width: 34px;
  height: 34px;
  text-indent: -999em;
  background: url(../img/lb-fechar.png) no-repeat;
  cursor: pointer;
}

.bienal-23 .lb-cont {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1005;
  width: 780px;
  height: 448px;
  margin: -224px 0 0 -390px;
  padding: 20px;
  background: url(../img/bg-bienal.jpg) repeat #b1aa58;
}

.bienal-23 .lb-text {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  padding: 30px 30px 0;
  background-color: white;
  -webkit-box-shadow: 0 0 18px rgba(0,0,0,.75);
     -moz-box-shadow: 0 0 18px rgba(0,0,0,.75);
          box-shadow: 0 0 18px rgba(0,0,0,.75);
}

.bienal-23 .lb-tit {
  margin-bottom: 10px;
  padding-left: 13px;
  font-family: Arial, sans-serif;
  font-size: 24px;
  line-height: 25px;
  font-weight: 700;
  color: #fe0032;
  text-transform: uppercase;
  background: url(../img/seta.gif) no-repeat left center;
}

.bienal-23 .lb-bio {
  font-size: 12px;
  line-height: 20px;
  color: #3c323b;
}

.bienal-23 .lb .btn-confira-os-livros {
  position: absolute;
  bottom: 20px;
  right: 30px;
}

.bienal-23 .btn-confira-os-livros {
  padding: 15px 18px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  text-shadow: -1px -1px rgba(129,11,11,.35);
  background-color: #fe0032;
  background-image: -webkit-linear-gradient(bottom, #d60033, #fe0032);
  background-image:    -moz-linear-gradient(bottom, #d60033, #fe0032);
  background-image:      -o-linear-gradient(bottom, #d60033, #fe0032);
  background-image:         linear-gradient(to top, #d60033, #fe0032);
  -webkit-box-shadow: 1px 2px rgba(118,0,28,.75), inset 1px 2px 2px #ff8da3, inset 0 0 3px rgba(255,255,255,.43);
     -moz-box-shadow: 1px 2px rgba(118,0,28,.75), inset 1px 2px 2px #ff8da3, inset 0 0 3px rgba(255,255,255,.43);
          box-shadow: 1px 2px rgba(118,0,28,.75), inset 1px 2px 2px #ff8da3, inset 0 0 3px rgba(255,255,255,.43);
  border: solid 1px #d60033;
  border-radius: 8px;
}


/* CLEARFIX */
.cf:before, .cf:after { content: " "; display: table; }
.cf:after { clear: both; }
.cf { *zoom: 1; }