/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  outline: none; }

article, aside, figure, footer, header, nav, section, details, summary, img {
  display: block; }

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img,
object,
embed {
  max-width: 100%; }

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:

#map img {
		max-width: none;
}
*/
/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll; }

/* we use a lot of ULs that aren't bulleted.
	you'll have to restore the bullets within content,
	which is fine because they're probably customized anyway */
ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  cursor: pointer; }

a:hover {
  text-decoration: none; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: separate;
  border-spacing: 0; }

th {
  font-weight: bold;
  vertical-align: bottom; }

td {
  font-weight: normal;
  vertical-align: top; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */ }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom; }

.ie7 input[type="checkbox"] {
  vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

select, input, textarea {
  font-family: 'Open Sans', sans-serif;
  font: 99%; }

table {
  font-size: inherit;
  font: 100%; }

small {
  font-size: 85%; }

strong {
  font-weight: bold; }

td, td img {
  vertical-align: top; }

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0; }

/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible; }

input[type="submit"]:disabled,
input[type="button"]:disabled {
  background: #CCC !important;
  opacity: 0.7 !important; }

input[type="submit"]:disabled:hover,
input[type="button"]:disabled:hover {
  opacity: 0.7 !important; }

*:focus {
  outline: none; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset; }

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic; }

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:after {
  content: " ";
  display: block;
  clear: both; }

a {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/*
@media (min-width: $tablet) {}
@media (min-width: $tabletPro) {}
@media (min-width: $desktop-md) {}
@media (min-width: $desktop-lg) {}
@media (min-width: $desktop-big) {}
@media (min-width: $desktop-gg) {}
*/
/*
@include transition($vast);
@include transition($mfast);
@include transition($fast);
@include transition($default);
@include transition($slow);
@include transition($vslow);
*/
/*
@include border-radius();
*/
/* TRANSITIONS */
body {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  font-style: normal; }

html, body {
  height: 100%;
  margin: 0;
  padding: 0; }

html {
  overflow-y: auto; }

body {
  width: 100%;
  overflow: hidden;
  position: relative; }

#home {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 45;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /*
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
  */ }
  #home.aberto {
    top: 0;
    visibility: visible;
    opacity: 1; }

body.cor1 #home {
  background: #FFF; }

body.cor2 #home {
  background: #000; }

body.cor3 #home {
  background: #da291c; }

body.cor4 #home {
  background: #ffc600; }

body.cor5 #home {
  background: #0077c8; }

body.cor6 #home {
  background: #18975e; }

h1 img {
  display: none; }

body.cor1 h1 .preto,
body.cor4 h1 .preto {
  display: block; }

body.cor2 h1 .branco,
body.cor3 h1 .branco,
body.cor5 h1 .branco,
body.cor6 h1 .branco {
  display: block; }

@media (min-width: 1024px) {
  h1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 66%; } }

@media (min-width: 1500px) {
  h1 {
    width: 900px; } }

#home .logoIc {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10%; }

#home .logoIc img {
  display: none; }

body.cor1 #home .logoIc .preto,
body.cor4 #home .logoIc .preto {
  display: block; }

body.cor2 #home .logoIc .branco,
body.cor3 #home .logoIc .branco,
body.cor5 #home .logoIc .branco,
body.cor6 #home .logoIc .branco {
  display: block; }

@media (min-width: 1024px) {
  #home .logoIc {
    position: absolute;
    right: 40px;
    top: 40px;
    transform: initial;
    left: initial; } }

body.cor1 #home .selLing a,
body.cor4 #home .selLing a {
  color: #000; }

body.cor2 #home .selLing a,
body.cor3 #home .selLing a,
body.cor5 #home .selLing a,
body.cor6 #home .selLing a {
  color: #FFF; }

#home .selLing {
  position: absolute;
  left: 50%;
  top: 64%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 230px; }
  #home .selLing a {
    font-size: 15px;
    display: inline-block;
    margin: 5px auto;
    padding: 0 15px;
    border: 3px solid white;
    height: 55px;
    line-height: 51px;
    width: 195px;
    font-weight: 600; }
  @media (min-width: 768px) {
    #home .selLing {
      top: 68%; }
      #home .selLing a {
        font-size: 22px;
        margin: 10px auto; }
        #home .selLing a:hover {
          border: 3px solid white; } }
  @media (min-width: 1024px) {
    #home .selLing {
      right: 60px;
      top: initial;
      transform: initial;
      left: initial;
      bottom: 40px;
      width: 245px; }
      #home .selLing a {
        width: 245px;
        font-size: 20px; }
        #home .selLing a.current {
          color: #e71d25; } }

body.cor1 #home .selLing a,
body.cor4 #home .selLing a {
  border: 3px solid black; }

body.cor2 #home .selLing a,
body.cor3 #home .selLing a,
body.cor5 #home .selLing a,
body.cor6 #home .selLing a {
  border: 3px solid white; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFF;
  z-index: 15;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3); }
  header .logo {
    float: left;
    width: 180px; }
  @media (min-width: 1500px) {
    header .logo {
      width: 217px; } }
  header .abreFecha {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 30px;
    right: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 7; }
    header .abreFecha span {
      display: block;
      position: absolute;
      height: 4px;
      width: 100%;
      background: #000;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out; }
    header .abreFecha span:nth-child(1) {
      top: 5px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center; }
    header .abreFecha span:nth-child(2) {
      top: 15px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center; }
    header .abreFecha span:nth-child(3) {
      top: 25px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center; }
    header .abreFecha.open span:nth-child(1) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 3px;
      left: 6px; }
    header .abreFecha.open span:nth-child(2) {
      width: 0%;
      opacity: 0; }
    header .abreFecha.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 28px;
      left: 5px; }
    @media (min-width: 1024px) {
      header .abreFecha {
        display: none; } }
  header .nav {
    position: fixed;
    top: 99.54px;
    right: -100%;
    height: calc(100% - 99.54px);
    width: 100%;
    background: #FFF;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    /*
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
  */
    z-index: 1; }
    header .nav ul {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      margin-top: 20%;
      height: 50%;
      width: 100%; }
      header .nav ul li {
        text-align: center; }
        header .nav ul li a {
          color: #000;
          font-weight: 600;
          text-transform: uppercase; }
          header .nav ul li a.current {
            color: #e71d25; }
    header .nav .logo-ic {
      float: left;
      text-align: center;
      width: 100%;
      margin-top: 15%; }
      header .nav .logo-ic img {
        display: inline-block; }
    @media (min-width: 1024px) {
      header .nav {
        position: relative;
        height: auto;
        width: auto;
        top: initial;
        right: initial; }
        header .nav ul {
          display: block;
          float: left;
          width: auto;
          margin: 0;
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          top: 50px; }
          header .nav ul li {
            float: left;
            margin: 0 15px; }
            header .nav ul li a {
              font-size: 16px; }
        header .nav .logo-ic {
          float: right;
          width: auto;
          margin: 36px 30px 0 0; }
          header .nav .logo-ic img {
            width: 140px; } }
    @media (min-width: 1280px) {
      header .nav ul li {
        margin: 0 25px; } }
    @media (min-width: 1500px) {
      header .nav ul {
        top: 57px; }
        header .nav ul li {
          margin: 0 30px; }
      header .nav .logo-ic {
        margin: 46px 30px 0 0; } }
  header.aberto .nav {
    right: 0; }

#exposicao {
  background: #ffcf0b;
  position: absolute;
  top: 0;
  right: -100%;
  height: 100%;
  width: 100%;
  padding: 10% 5%;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /*
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
  */ }
  #exposicao.aberto {
    right: 0%;
    opacity: 1;
    visibility: visible; }
  #exposicao .box {
    float: left;
    width: 100%;
    height: 100%;
    overflow-y: auto; }
    #exposicao .box h3 {
      float: left;
      width: 100%;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 25px;
      margin-bottom: 20px; }
    #exposicao .box p {
      float: left;
      width: 100%;
      margin-bottom: 15px;
      font-weight: 300;
      font-size: 15px;
      line-height: 20px;
      text-align: justify; }
      #exposicao .box p i {
        font-weight: 300; }
      #exposicao .box p .livre {
        background: url(../images/icon-livre.png) no-repeat;
        background-size: contain;
        height: 25px;
        width: 25px;
        vertical-align: middle;
        display: inline-block;
        margin-right: 5px; }
      #exposicao .box p a {
        color: #000; }
    #exposicao .box .bL {
      float: left;
      width: 100%; }
    #exposicao .box .bR {
      float: left;
      width: 100%; }
      #exposicao .box .bR a {
        display: inline-block;
        color: #000;
        border: 3px solid #000;
        font-weight: bold;
        padding: 16px 0 13px 0;
        width: 190px;
        text-align: center;
        margin-bottom: 20px;
        line-height: 17px;
        font-size: 17px; }
      #exposicao .box .bR .imageGallery1 a {
        display: none; }
        #exposicao .box .bR .imageGallery1 a:nth-child(1) {
          display: block; }
  #exposicao .fechar {
    background: #ffcf0b;
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    width: 60px; }
    #exposicao .fechar:before, #exposicao .fechar:after {
      content: '';
      background: #FFF;
      height: 3px;
      width: 50px;
      position: absolute;
      top: 19px;
      left: 15px; }
    #exposicao .fechar:before {
      transform: rotate(45deg); }
    #exposicao .fechar:after {
      transform: rotate(-45deg); }
  @media (min-width: 768px) {
    #exposicao {
      background: rgba(0, 0, 0, 0.9);
      padding: 0 0 0 0; }
      #exposicao .box {
        background: #ffcf0b;
        position: absolute;
        width: 600px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: auto;
        overflow: initial;
        padding: 8% 10%; } }
  @media (min-width: 1024px) {
    #exposicao .box {
      width: 700px;
      padding: 6% 10%; }
      #exposicao .box .bL {
        float: left;
        width: 50%; }
      #exposicao .box .bR {
        float: left;
        width: 50%; }
        #exposicao .box .bR a {
          float: right;
          color: #000;
          border: 3px solid #000;
          font-weight: bold;
          padding: 15px 0 13px 0;
          width: 190px;
          text-align: center;
          margin-bottom: 20px;
          line-height: 17px;
          font-size: 17px; }
    #exposicao .fechar {
      background: none;
      right: -36px;
      top: -2px; }
      #exposicao .fechar:before, #exposicao .fechar:after {
        background: #ffcf0b;
        height: 4px; } }
  @media (min-width: 1280px) {
    #exposicao .box {
      width: 900px;
      padding: 5% 8%; }
      #exposicao .box h3 {
        font-size: 30px; }
      #exposicao .box p {
        font-size: 16px;
        line-height: 21px; } }

#artista {
  background: #2f76bb;
  position: absolute;
  z-index: 1;
  right: -100%;
  top: 99.54px;
  height: calc(100% - 99.54px);
  width: 100%;
  overflow-Y: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /*
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
  */ }
  #artista.aberto {
    right: 0%;
    opacity: 1;
    visibility: visible; }
  #artista .img {
    float: right;
    width: 100%;
    height: 70%;
    overflow: hidden;
    position: relative; }
    #artista .img .legenda {
      position: absolute;
      bottom: 4px;
      right: 4px;
      color: #FFF;
      font-size: 13px; }
  #artista .txt {
    float: left;
    width: 100%;
    padding: 0 5%;
    margin-top: 30px;
    padding-bottom: 20px; }
    #artista .txt h4 {
      color: #FFF;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 20px;
      float: left;
      width: 100%; }
    #artista .txt p {
      color: #FFF;
      font-weight: 300;
      float: left;
      width: 100%;
      margin-top: 20px;
      font-size: 15px;
      line-height: 20px;
      text-align: justify; }
      #artista .txt p i {
        font-weight: 400; }
  #artista .legal {
    background: #FFF;
    float: left;
    width: 100%;
    padding: 0 5%;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative; }
    #artista .legal p {
      float: left;
      width: 100%;
      font-size: 15px;
      line-height: 17px; }
      #artista .legal p:before {
        content: '';
        height: 5px;
        width: 50px;
        background: #000;
        display: block;
        margin-bottom: 15px; }
      #artista .legal p a {
        color: #000; }
  @media (min-width: 768px) {
    #artista .img {
      width: 40%;
      height: auto; }
    #artista .txt {
      float: left;
      width: 60%; } }
  @media (min-width: 1024px) {
    #artista {
      overflow-y: initial; }
      #artista .img {
        width: 35%;
        height: 100%;
        position: relative;
        z-index: 5; }
        #artista .img img {
          width: 100vw;
          height: 100vh;
          object-fit: cover; }
      #artista .txt {
        width: 65%; }
        #artista .txt h4 {
          margin-bottom: 18px; }
        #artista .txt p {
          margin-top: 0px;
          margin-bottom: 20px;
          display: inline;
          line-height: 18px; }
          #artista .txt p:last-child {
            margin-bottom: 0px; }
        #artista .txt .para {
          float: left;
          width: 100%;
          -webkit-columns: 2;
          -moz-columns: 2;
          columns: 2;
          -webkit-column-gap: 2em;
          -moz-column-gap: 2em;
          column-gap: 2em; }
      #artista .legal {
        position: absolute;
        bottom: 0;
        left: 0; } }
  @media (min-width: 1280px) {
    #artista .txt {
      margin-top: 60px; }
    #artista .legal {
      width: 65%;
      padding-bottom: 50px; } }
  @media (min-width: 1500px) {
    #artista {
      top: 119.54px; }
      #artista .legal {
        width: calc(100% - 516px); }
      #artista .txt .para {
        -webkit-column-gap: 3em;
        -moz-column-gap: 3em;
        column-gap: 3em; } }
  @media (min-width: 1920px) {
    #artista .txt .para {
      -webkit-column-gap: 4em;
      -moz-column-gap: 4em;
      column-gap: 4em; }
    #artista .txt p {
      font-size: 20px;
      line-height: 25px; } }

#map {
  float: left;
  width: 100%;
  height: 100%; }

.gm-style .gm-style-iw-c {
  padding: 0px;
  border-radius: 0px;
  width: 600px !important;
  max-width: 600px !important;
  box-shadow: 0 0px 30px 20px rgba(0, 0, 0, 0.3); }
  .gm-style .gm-style-iw-c .img {
    float: left;
    width: 180px;
    height: 180px; }
    .gm-style .gm-style-iw-c .img img {
      max-width: 100%; }
  .gm-style .gm-style-iw-c .infos {
    float: left;
    width: calc(100% - 180px);
    padding: 0px 20px 0 20px; }
    .gm-style .gm-style-iw-c .infos p {
      float: left;
      font-weight: 300;
      width: 100%;
      font-size: 14px;
      margin-bottom: 7px; }
      .gm-style .gm-style-iw-c .infos p strong {
        font-weight: 500; }
      .gm-style .gm-style-iw-c .infos p.link {
        margin-bottom: 0;
        margin-top: 10px;
        font-weight: 500;
        cursor: pointer; }
      .gm-style .gm-style-iw-c .infos p.local {
        display: none; }
  .gm-style .gm-style-iw-c button {
    position: absolute;
    height: 30px;
    width: 30px;
    top: 1px !important;
    right: 0px !important; }
    .gm-style .gm-style-iw-c button img {
      display: none; }
    .gm-style .gm-style-iw-c button:before, .gm-style .gm-style-iw-c button:after {
      content: '';
      position: absolute;
      height: 3px;
      width: 30px;
      background: #000;
      top: 14px;
      left: 0; }
    .gm-style .gm-style-iw-c button:before {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .gm-style .gm-style-iw-c button:after {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  @media (min-width: 1024px) {
    .gm-style .gm-style-iw-c .gm-style-iw-d {
      margin-bottom: -12px; }
      .gm-style .gm-style-iw-c .gm-style-iw-d > div {
        display: flex; }
        .gm-style .gm-style-iw-c .gm-style-iw-d > div .infos {
          align-self: center; } }

#obras {
  display: none;
  background: rgba(0, 0, 0, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  height: 100%;
  width: 100%; }
  #obras .fechar {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    width: 30px; }
    #obras .fechar:before, #obras .fechar:after {
      content: '';
      position: absolute;
      height: 3px;
      width: 30px;
      background: #FFF;
      top: 14px;
      left: 0;
      -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
      box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75); }
    #obras .fechar:before {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    #obras .fechar:after {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  #obras > div {
    background: #FFF;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0; }
    #obras > div.aberto {
      opacity: 1;
      visibility: visible; }
    #obras > div .img {
      float: left;
      width: 100%;
      max-height: 83%;
      text-align: center;
      overflow-y: auto; }
      #obras > div .img img {
        display: inline-block;
        /*
				width: 100vw;
				height: 100vh;
				object-fit: cover;
				*/ }
    #obras > div .infos {
      float: left;
      width: 100%;
      background: #FFF;
      padding: 20px 20px 40px 20px; }
      #obras > div .infos h4 {
        float: left;
        width: 100%;
        font-weight: 600;
        font-size: 20px;
        margin-bottom: 13px; }
      #obras > div .infos p {
        float: left;
        width: 100%;
        font-size: 15px;
        line-height: 18px;
        font-weight: 300;
        margin-bottom: 7px; }
        #obras > div .infos p strong {
          font-weight: 600; }
        #obras > div .infos p.loca {
          margin-bottom: 20px; }
        #obras > div .infos p a {
          font-weight: 600;
          color: #000; }
        #obras > div .infos p.gsvind {
          color: #a9a9a9;
          font-weight: 600;
          font-style: italic; }
  @media (min-width: 768px) {
    #obras .fechar {
      height: 40px;
      width: 40px;
      right: -33px; }
      #obras .fechar:before, #obras .fechar:after {
        content: '';
        position: absolute;
        height: 5px;
        width: 40px;
        background: #FFF;
        top: 14px;
        left: 0; }
    #obras > div {
      display: flex;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 410px;
      height: auto;
      overflow: initial; }
      #obras > div .infos {
        display: flex;
        padding: 40px; }
        #obras > div .infos .bloco {
          align-self: flex-end; }
        #obras > div .infos p.gsvind {
          color: #424242; } }
  @media (min-width: 1024px) {
    #obras > div {
      background: none;
      width: fit-content;
      max-width: 80%;
      max-height: 80vh; }
      #obras > div .img {
        float: left;
        max-width: 70%;
        text-align: right;
        overflow: initial; }
        #obras > div .img img {
          max-height: 100%;
          display: inline-block; }
      #obras > div .infos {
        background: none;
        float: left; }
        #obras > div .infos .bloco {
          align-self: center; }
        #obras > div .infos h4 {
          color: #FFF;
          font-size: 22px; }
        #obras > div .infos p {
          color: #FFF;
          font-size: 18px;
          line-height: 22px; }
          #obras > div .infos p a {
            color: #FFF; } }
  @media (min-width: 1500px) {
    #obras > div {
      width: 1200px; } }

#videos {
  background: #FFF;
  position: absolute;
  right: -100%;
  top: 99.54px;
  height: calc(100% - 99.54px);
  width: 100%;
  padding: 8% 5%;
  z-index: 1;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /*
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
  */ }
  #videos.aberto {
    right: 0%;
    opacity: 1;
    visibility: visible; }
  #videos .player {
    float: left;
    display: none;
    width: 100%;
    margin-bottom: 30px; }
    #videos .player .content {
      position: relative;
      padding-bottom: 56.25%;
      /* 16:9 */
      padding-top: 25px;
      height: 0; }
    #videos .player iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  #videos ul {
    float: left;
    width: 100%; }
    #videos ul li {
      float: left;
      width: 100%;
      margin-bottom: 30px; }
      #videos ul li a {
        display: block;
        color: #000; }
      #videos ul li img {
        width: 100%;
        display: block; }
      #videos ul li p {
        float: left;
        width: 100%;
        margin-top: 10px;
        font-size: 15px;
        text-align: left; }
        #videos ul li p strong {
          display: block;
          font-weight: 600;
          margin-bottom: 5px; }
  @media (min-width: 1024px) {
    #videos {
      padding: 5% 5% 8% 5%; }
      #videos ul {
        text-align: center;
        display: flex;
        flex-wrap: wrap; }
        #videos ul li {
          width: 33.3%;
          margin: 0 -2px 40px -2px;
          padding: 0 2%; }
          #videos ul li p {
            text-align: left; }
      #videos .player {
        padding: 0 20%;
        margin-bottom: 40px; } }
  @media (min-width: 1920px) {
    #videos {
      padding: 5% 8% 8% 8%; }
      #videos ul li {
        padding: 0 20px; } }

.slbOverlay, .slbWrapOuter, .slbWrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.slbOverlay {
  overflow: hidden;
  z-index: 2000;
  background-color: #000;
  opacity: 0.9;
  -webkit-animation: slbOverlay 0.5s;
  -moz-animation: slbOverlay 0.5s;
  animation: slbOverlay 0.5s; }

.slbWrapOuter {
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2010; }

.slbWrap {
  position: absolute;
  text-align: center; }

.slbWrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.slbContentOuter {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0px auto;
  padding: 0 1em;
  box-sizing: border-box;
  z-index: 2020;
  text-align: left;
  max-width: 100%; }

.slbContentEl .slbContentOuter {
  padding: 5em 1em; }

.slbContent {
  position: relative; }

.slbContentEl .slbContent {
  -webkit-animation: slbEnter 0.3s;
  -moz-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  background-color: #fff;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.4); }

.slbImageWrap {
  -webkit-animation: slbEnter 0.3s;
  -moz-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  position: relative; }

.slbImageWrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 5em;
  bottom: 5em;
  display: block;
  z-index: -1;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  background-color: #FFF; }

.slbDirectionNext .slbImageWrap {
  -webkit-animation: slbEnterNext 0.4s;
  -moz-animation: slbEnterNext 0.4s;
  animation: slbEnterNext 0.4s; }

.slbDirectionPrev .slbImageWrap {
  -webkit-animation: slbEnterPrev 0.4s;
  -moz-animation: slbEnterPrev 0.4s;
  animation: slbEnterPrev 0.4s; }

.slbImage {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 5em 0;
  margin: 0 auto; }

.slbCaption {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  font-size: 1.2em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.71429em 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  text-align: left; }

.slbCloseBtn, .slbArrow {
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none; }

.slbCloseBtn::-moz-focus-inner, .slbArrow::-moz-focus-inner {
  padding: 0;
  border: 0; }

.slbCloseBtn:hover, .slbArrow:hover {
  opacity: 0.5; }

.slbCloseBtn:active, .slbArrow:active {
  opacity: 0.8; }

.slbCloseBtn {
  -webkit-animation: slbEnter 0.3s;
  -moz-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  font-size: 3em;
  width: 1.66667em;
  height: 1.66667em;
  line-height: 1.66667em;
  position: absolute;
  right: -0.33333em;
  top: 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  text-align: center; }

.slbLoading .slbCloseBtn {
  display: none; }

.slbLoadingText {
  font-size: 1.4em;
  color: #fff;
  color: rgba(255, 255, 255, 0.9); }

.slbArrows {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0; }

.slbLoading .slbArrows {
  display: none; }

.slbArrow {
  position: absolute;
  top: 50%;
  margin-top: -5em;
  width: 5em;
  height: 10em;
  opacity: 0.7;
  text-indent: -999em;
  overflow: hidden; }

.slbArrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.8em 0 0 -0.8em;
  border: 0.8em solid transparent; }

.slbArrow.next {
  right: 0; }

.slbArrow.next:before {
  border-left-color: #fff; }

.slbArrow.prev {
  left: 0; }

.slbArrow.prev:before {
  border-right-color: #fff; }

.slbIframeCont {
  width: 80em;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  margin: 5em 0; }

.slbIframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  background: #000; }

@-webkit-keyframes slbOverlay {
  from {
    opacity: 0; }
  to {
    opacity: 0.7; } }

@-moz-keyframes slbOverlay {
  from {
    opacity: 0; }
  to {
    opacity: 0.7; } }

@keyframes slbOverlay {
  from {
    opacity: 0; }
  to {
    opacity: 0.7; } }

@-webkit-keyframes slbEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0); } }

@-moz-keyframes slbEnter {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, -1em, 0); }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0); } }

@keyframes slbEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
    -moz-transform: translate3d(0, -1em, 0);
    -ms-transform: translate3d(0, -1em, 0);
    -o-transform: translate3d(0, -1em, 0);
    transform: translate3d(0, -1em, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes slbEnterNext {
  from {
    opacity: 0;
    -webkit-transform: translate3d(4em, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0); } }

@-moz-keyframes slbEnterNext {
  from {
    opacity: 0;
    -moz-transform: translate3d(4em, 0, 0); }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0); } }

@keyframes slbEnterNext {
  from {
    opacity: 0;
    -webkit-transform: translate3d(4em, 0, 0);
    -moz-transform: translate3d(4em, 0, 0);
    -ms-transform: translate3d(4em, 0, 0);
    -o-transform: translate3d(4em, 0, 0);
    transform: translate3d(4em, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes slbEnterPrev {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-4em, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0); } }

@-moz-keyframes slbEnterPrev {
  from {
    opacity: 0;
    -moz-transform: translate3d(-4em, 0, 0); }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0); } }

@keyframes slbEnterPrev {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-4em, 0, 0);
    -moz-transform: translate3d(-4em, 0, 0);
    -ms-transform: translate3d(-4em, 0, 0);
    -o-transform: translate3d(-4em, 0, 0);
    transform: translate3d(-4em, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
