h1 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 6px 13px 10px;
  background-color: #231f20;
  font-family: acumin-pro, sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
  text-transform: uppercase;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: acumin-pro, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  font-family: acumin-pro, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

a {
  font-family: acumin-pro, sans-serif;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.content {
  height: 100vh;
  margin-top: 60px;
}

.a-exposicao {
  position: relative;
  z-index: 1;
  margin-top: 0vh;
  padding-bottom: 13%;
  background-color: #fff;
}

.content-a-exposicao {
  position: relative;
  width: 60%;
  float: right;
}

#exposicao {
  background-image: url('../images/2PEDRO_storm.jpg');
  padding-bottom: 5%;
}

.titulo-parte {
  position: absolute;
  left: -8%;
  top: 13%;
  z-index: 1;
}

.txt {
  position: static;
  left: 25%;
  right: 0px;
  bottom: -33%;
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 18px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.grafismo-1 {
  position: absolute;
  left: 19%;
  z-index: -1;
  height: 140vh;
}

.nav-bar {
  position: static;
  left: 0px;
  top: 0px;
  z-index: 5;
  width: 100%;
  height: 60px;
  background-color: #231f20;
}

.menu {
  width: 100%;
  padding-right: 0px;
  float: right;
  border-bottom: 1px none #fff;
}

.links {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
}

.link-mernu {
  margin-right: 22px;
  padding: 13px 0px 10px;
  border-bottom: 2px solid #231f20;
  letter-spacing: 1px;
}

.link-mernu:hover {
  border-bottom-color: #fff;
}

.link-mernu:focus {
  border-bottom-color: #fff;
}

.link-mernu.w--current {
  border-bottom-color: #231f20;
}

.link-mernu.w--current:hover {
  border-bottom-color: #fff;
}

.link-mernu.hide {
  display: none;
}

.bar {
  position: absolute;
  left: 0px;
  bottom: -2px;
  width: 25%;
  height: 3px;
  background-color: #fff;
}

.infos {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  margin-top: 0px;
}

.infos.small {
  width: 60%;
}

.content-infos {
  position: relative;
  display: block;
  padding-top: 3%;
  padding-bottom: 5%;
  background-color: #231f20;
}

._60 {
  position: relative;
  top: 50%;
  right: 0px;
  width: 60%;
  padding-right: 50px;
  float: right;
}

.bloco-info {
  overflow: none;
  margin-bottom: 8px;
}

.bloco-info.creddd {
  margin-bottom: -4px;
}

.column {
  padding-left: 0px;
}

.txt-info {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 200;
}

.txt-info.credd {
  font-size: 14px;
}

.txt-info.d {
  margin-bottom: 18px;
}

.heading {
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 700;
}

.heading.top {
  display: inline-block;
  margin-bottom: -1px;
  padding: 3px 12px;
  background-color: #fff;
  color: #000;
  font-size: 15px;
  text-transform: uppercase;
}

.heading.cred {
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 22px;
}

.heading.link.redes {
  display: inline-block;
  margin-right: 17px;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  opacity: 1;
}

.heading.link.redes:hover {
  opacity: 0.64;
}

.separador {
  width: 20px;
  height: 2px;
  margin-top: 24px;
  margin-bottom: 15px;
  background-color: #fff;
}

.logo {
  position: absolute;
  left: 50px;
  top: 49px;
  width: 25%;
}

.image {
  width: 658px;
}

.bg-1 {
  position: absolute;
  width: 100%;
  height: 80%;
  background-image: url('../images/2BARABASI_nature.jpg');
  background-position: 0px 0px;
  background-size: cover;
  opacity: 1;
}

.bg-2 {
  position: absolute;
  width: 100%;
  height: 80%;
  background-image: url('../images/2ACCURAT_change.jpg');
  background-position: 0px 0px;
  background-size: cover;
  opacity: 1;
}

.credito {
  display: none;
  margin-top: 12px;
  opacity: 0.56;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
}

.credito:hover {
  opacity: 1;
}

.button {
  display: block;
  margin-top: 19px;
  border: 2px solid #000;
  background-color: transparent;
  font-family: acumin-pro, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
}

.button:hover {
  border-color: #231f20;
  background-color: #231f20;
  color: #fff;
}

.link {
  padding-bottom: 4px;
  border-bottom: 1px none #fff;
  opacity: 0.54;
  font-weight: 700;
  cursor: pointer;
}

.link:hover {
  opacity: 1;
}

.artistas {
  position: relative;
  z-index: 1;
  padding-top: 13vh;
  background-color: #fff;
}

.cloection-artistas {
  position: relative;
  display: block;
  width: 150vw;
  max-width: 1500px;
  padding-left: 20vw;
}

.collection-item {
  margin-bottom: 3%;
  padding-right: 1.5%;
  padding-left: 1.5%;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
}

.collection-item:hover {
  opacity: 0.67;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.image-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60%;
}

.titulo-parte-2 {
  position: absolute;
  left: 50%;
  top: 4%;
}

.nome-artista {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 5px 9px 7px;
  background-color: #000;
  font-size: 17px;
}

.link-block {
  position: relative;
}

/* SEMINARIO  */
.simposio {
  position: relative;
  z-index: 2;
  margin-top: 8vh;
  padding-top: 21vh;
  padding-bottom: 21vh;
  background-color: hsla(0, 0%, 100%, 0);
}

.secao-simposio-mobile {
  display: none;
}


.simposio.multiply {
  z-index: 2;
  overflow: hidden;
  padding-bottom: 18vh;
  background-color: #fff;
}

.simposi-content {
  width: 60%;
  margin-left: 1.5%;
  border: 2px solid #231f20;
  background-color: #fff;
}

.collection-list-wrapper {
  position: relative;
  z-index: 1;
  background-color: #231f20;
}

.top-soimposio {
  background-color: #fff;
}

.text-block {
  padding: 13px 16px;
  font-family: acumin-pro, sans-serif;
  font-size: 16px;
}

.infos-simposio {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}

.txt-simposio {
  position: relative;
  padding: 12px 16px;
  font-family: acumin-pro, sans-serif;
  color: #fff;
}

.txt-simposio.menos {
  padding-right: 9px;
}

.txt-simposio.menos.linha {
  border-left: 1px solid #fff;
}

.collection-item-2 {
  margin-bottom: 3%;
}

.collection-list {
  position: relative;
  padding: 25px 20px 4px;
}

.fundo-3 {
  position: absolute;
  top: 0px;
  right: 0px;
  overflow: visible;
  width: 60%;
}

.titulo-parte-3 {
  position: absolute;
  top: 5%;
  right: 54%;
}

.footer {
  position: relative;
  bottom: 0px;
  z-index: 1;
  display: block;
  width: 100%;
  background-color: #231f20;
}

.content-footer {
  position: static;
  z-index: 8;
  overflow: hidden;
  padding: 82px 50px 97px;
  background-color: #231f20;
}

.link-block-2 {
  width: 33%;
}

.image-3 {
  padding: 20px;
}

.link-block-3 {
  width: 33%;
}

.image-4 {
  padding-right: 15px;
  padding-left: 15px;
}

.grafismo-2 {
  position: absolute;
  right: 10%;
  bottom: 0px;
  height: 140vh;
}

/* Caisar seminario */
.credito-completo {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 400;
  overflow: scroll;
  width: 31vw;
  height: 100vh;
  padding: 26px 47px;
  border-left: 1px solid #868686;
  background-color: #231f20;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
  color: #231f20;
}

.div-block {
  padding-bottom: 13px;
}

.body {
  background-color: #fff;
  overflow: scroll;
  /* width:105%; */
  /* Bug: A página tinha um scroll p=na horizontal */
  overflow-x: hidden;
}

.body-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #231f20;
}

.image-8 {
  display: block;
  width: 30%;
  margin-right: auto;
  margin-bottom: 56px;
  margin-left: auto;
}

.row {
  margin-top: 72px;
}

.div-block-2 {
  border-top: 1px solid #fff;
}

.content--artista {
  position: relative;
  width: 70%;
  padding-bottom: 113px;
  background-color: #fff;
}

.header-infos {
  height: 70vh;
  padding-top: 10%;
  padding-right: 10%;
  padding-left: 10%;
  background-image: url('../images/2BARABASI_nature.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-infos._2 {
  background-image: url('../images/2PEDRO_vasos-de-lisboa_foto-Victor-Palatnik_Gonzalo-Gaudenzi.jpg');
}

.header-infos.p {
  background-image: url('../images/2PEDRO-MIGUEL-CRUZ_visualizing-empire-decline.jpg');
}

.header-infos.bb {
  background-image: url('../images/2_BARBARA_disritmia_foto-Cristina-Lacerda.jpg');
  background-size: 530px;
  background-repeat: repeat;
}

.header-infos.t {
  background-image: url('../images/2CHRISTOPHER_city-flows_foto-Cristina-Lacerda.jpg');
  background-position: 100% 50%;
  background-size: 590px;
  background-repeat: repeat;
}

.header-infos.l {
  background-image: url('../images/2LUIZ_Discurso-do-artista_foto-Victor-Palatnik_Gonzalo-Gaudenzi.jpg');
  background-size: contain;
}

.header-infos.a {
  background-image: url('../images/2ALICE_Apagar-das-Luzes_foto-Victor-Palatnik_Gonzalo-Gaudenzi.jpg');
}

.infos-artista {
  position: relative;
  z-index: 1;
  margin-top: -61vh;
}

.row-2 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.text-block-2 {
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 2px solid #000;
  font-family: acumin-pro, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.text-block-2._3 {
  margin-top: 34px;
}

.multiply {
  width: 350%;
  max-width: 400%;
}

.column-2 {
  padding-right: 97px;
}

.column-3 {
  padding-left: 68px;
}

.paragraph {
  margin-bottom: 54px;
}

.div-block-3 {
  margin-bottom: 16px;
  padding: 8px;
  border: 2px solid #000;
}

.text-block-3 {
  padding: 12px 9px;
  font-family: acumin-pro, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.text-block-3.original {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 2px none #000;
  font-weight: 200;
}

.text-block-3.original.linha {
  margin-bottom: 8px;
  padding-top: 0px;
  border-bottom-style: solid;
}

.text-block-3.esquerda {
  text-align: center;
}

.body-3 {
  padding-bottom: 0px;
}

.data {
  margin-bottom: 9px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 20px;
}

.data.especia-oficina {
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 19px;
  line-height: 29px;
  text-transform: none;
}

.div-block-4 {
  max-width: 70%;
  margin-bottom: 54px;
  margin-left: 10%;
  padding-top: 17px;
}

.div-block-4.mobile-title {
  display: none;
}

.image-9 {
  position: absolute;
  top: 0px;
  right: -27%;
  height: 140vh;
}

.div-block-5 {
  position: relative;
  z-index: 1000;
  overflow: hidden;
  background-color: #fff;
}

.div-block-7 {
  padding-left: 0px;
}

.artistas-manual {
  position: relative;
  z-index: 6;
}

.artista-container {
  display: inline-block;
  width: 33%;
  margin-bottom: 29px;
  padding-right: 13px;
  padding-left: 13px;
}

.artista-link {
  position: relative;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.artista-link:hover {
  opacity: 1;
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
}

.artista-name {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 9;
  width: 100%;
  padding: 20px;
}

.text-block-4 {
  display: inline-block;
  width: 75%;
  padding: 10px;
  background-color: #231f20;
  font-family: acumin-pro, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}

.text-block-4._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 19px 18px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-4._2:hover {
  opacity: 0.7;
}

.image-10 {
  width: 27px;
}

.div-block-8 {
  position: relative;
  display: block;
  width: 40px;
  height: 100%;
  padding: 8px 7px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #231f20;
}

.caixa-info-simposio {
  padding: 25px;
  font-family: acumin-pro, sans-serif;
}

/* CAIXAS DO SIMPOSIO */
.caixa-info-simposio._2 {
  border-top: 2px solid #fff;
  background-color: #231f20;
}

/* .caixa-info-mobile {
  border-top: 2px solid #fff;
  background-color: #231f20;
} */
/* titlo */
.text-block-5 {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #000000;
}

.text-block-5._2 {
  float: right;
}


.text-block-5.menor {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 16px;
}

.simposi-content.text-block-5.menor {
  color: #000;
}

.text-block-5.menor.thin {
  margin-top: 12px;
  margin-bottom: -8px;
  line-height: 22px;
  font-weight: 400;
}

.text-block-5.menor.thin.mini {
  font-size: 14px;
  font-weight: 200;
}

.text-block-5.menor.caps {
  text-transform: uppercase;
}

.text-block-5.caps {
  text-transform: uppercase;
}

.pt-in {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 5;
  display: inline-block;
  margin: 18px;
  padding: 12px;
  background-color: #231f20;
}

.txt-ptin {
  font-family: acumin-pro, sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
}

.link-pt-in {
  font-family: acumin-pro, sans-serif;
}

.link-pt-in:hover {
  color: #6e6e6e;
}

.heading-2 {
  margin-bottom: 11px;
}

.dropdown {
  display: none;
}

.credito-box {
  margin-bottom: 13px;
}

.txt-title-credito {
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
}

.txt-title-credito.descricao {
  font-weight: 400;
}

.txt-credito-infos {
  font-family: acumin-pro, sans-serif;
}

.div-block-10 {
  display: block;
  width: 80%;
  max-width: 519px;
  margin-bottom: 75px;
  margin-left: 10%;
}

.image-12.over {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 5;
  opacity: 0;
  -webkit-transition: opacity 758ms ease;
  transition: opacity 758ms ease;
}

.image-12.over:hover {
  opacity: 1;
}

.italic {
  color: #bebebe;
}

.barra-de-logos {
  display: block;
  width: 80%;
  margin-top: 41px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}
/* Edição : tamanho da logo e alinhamento  */
.bloco-logo-footer {
display: flex;
justify-content: left;
}
.logo-unica-footer {
  width: 60%;
margin-left: 5vw;

}

.logos-full {
  width: 33%;
}

.btn {
  background-color: #000;
  font-family: acumin-pro, sans-serif;
  text-transform: uppercase;
}

.btn:hover {
  background-color: #414141;
}

.image-13 {
  width: 20px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}



@media screen and (max-width: 991px) {
  .links {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .infos.small {
    width: 90%;
  }

  .content--artista {
    width: 90%;
  }

  .multiply {
    display: none;
  }

  .multiply.mobie {
    display: none;
  }

  .multiply.mobie.jj {
    display: none;
    width: 100%;
  }

  .column-2 {
    padding-right: 20px;
  }

  .column-3 {
    padding-left: 20px;
  }

  .paragraph {
    margin-top: 39px;
  }

  .div-block-7 {
    max-width: 80%;
  }

  .artista-name {
    padding: 9px;
  }

  .div-block-8 {
    display: none;
  }

  .dropdown {
    display: none;
  }

  .body-4 {
    overflow: hidden;
  }

  .secao-simposio-mobile {
    display: none;
  }

  .simposio {
    display: block;

  }

  .cloection-artistas {
    position: relative;
    display: block;
    width: 100vw;
    max-width: 1200vw;
    margin-right: auto;
    /* padding-left: 40vw; */

  }
  .simposi-content {
    width: 80%;
    margin-left: 1.5%;
    border: 2px solid #231f20;
    background-color: #fff;
  }
  .bloco-logo-footer {
    display: flex;
    justify-content: left;
    }
    .logo-unica-footer {
      width: 60%;
    margin-left: 8vw;
 
    
    }
}

@media screen and (max-width: 767px) {
  .content-a-exposicao {
    width: 80%;
  }

  .txt {
    width: 70%;
  }

  .grafismo-1 {
    left: -22%;
  }

  .nav-bar {
    display: none;
  }

  .menu {
    display: none;
    width: 100%;
    padding-right: 0px;
  }

  .links {
    margin-top: 22px;
    border-top: 1px solid #fff;
  }

  .infos {
    display: block;
    margin-top: 62px;
    margin-right: auto;
    margin-left: auto;
  }

  .content-infos {
    margin-top: 0px;
    padding: 7% 0px 4%;
  }

  .content-infos.home {
    margin-top: -63px;
  }

  ._60 {
    position: relative;
    top: 0%;
    display: none;
    width: 100%;
    margin-top: 14px;
    padding-right: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  /* Bug: removendo a barra branca*/
  .bloco-info {
    padding-bottom: 18px;
    /* border-bottom: 1px solid #fff; */
  }

  .bloco-info.nne {
    border-bottom-style: none;
  }

  .bloco-info.especial {
    border-bottom-style: none;
  }

  /* Edicao: logo unica footer */
  .logo-unica-footer {
    width: 100%;
  }

  .logo {
    position: relative;
    left: 0px;
    top: 0px;
    display: block;
    width: 40%;
    margin-right: auto;
    margin-left: auto;
  }

  .image {
    float: none;
  }

  .collection-item {
    margin-bottom: 8%;
  }

  .image-2 {
    position: relative;
  }

  .simposi-content {
    width: 90%;
    margin: auto;
    margin-top: 4vh;
  }

  .collection-item-2 {
    margin-bottom: 17%;
  }

  .collection-list {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer {
    position: static;
    overflow: visible;
  }

  .grafismo-2 {
    right: -6%;
  }

  .collection-list-wrapper-2 {
    margin-top: 0px;
  }

  .mobbile {
    background-color: #fff;
  }

  .top-parte-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 200px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/2DORIS_redes-de-nos_foto-Victor-Palatnik_Gonzalo-Gaudenzi.jpg');
    background-position: 0px 0px;
    background-size: 850px;
    background-attachment: fixed;
  }

  .top-parte-mobile._2 {
    background-image: url('../images/2PEDRO_vasos-de-lisboa_foto-Victor-Palatnik_Gonzalo-Gaudenzi.jpg');
    background-size: 850px;
    background-repeat: no-repeatundefined;
    background-attachment: fixed;
  }

  .top-parte-mobile._2._3 {
    background-image: url('../images/2ALICE_Apagar-das-Luzes_foto-Victor-Palatnik_Gonzalo-Gaudenzi.jpg');
    background-size: 850px;
  }

  .txt-mobile {
    display: block;
    width: 85%;
    margin-top: 17px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 32px;
  }

  .card-mobule {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 39px;
    padding-bottom: 30px;
  }

  .body-2 {
    display: block;
  }

  .image-8 {
    width: 50%;
  }

  .content--artista {
    width: 100%;
    padding-bottom: 53px;
  }

  .header-infos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 310px;
    padding-top: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .infos-artista {
    margin-top: 20px;
  }

  .multiply.mobie {
    margin-bottom: 25px;
  }

  .column-2 {
    margin-top: 42px;
  }

  .column-3 {
    margin-top: 43px;
    padding-right: 20px;
    padding-left: 10px;
  }

  .body-3 {
    overflow: scroll;
  }

  .data {
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 28px;
  }

  .div-block-4 {
    display: none;
  }

  .div-block-4.mobile-title {
    display: block;
    margin-left: 0%;
  }

  .image-9 {
    display: none;
  }

  .div-block-6 {
    margin-top: 11px;
  }

  .div-block-7 {
    position: relative;
  }

  .artista-container {
    display: inline-block;
    width: 50%;
  }

  .artista-link {
    position: relative;
  }

  .artista-name {
    left: auto;
    right: 0px;
    bottom: 0px;
    width: 100%;
  }

  .column-4 {
    padding-left: 0px;
  }

  .column-5 {
    padding-left: 0px;
  }

  /* Edição logos no Footer : */
  .column-6 {
    padding-left: 0px;
    /* Bug: ocultando os icones que se repetiam no footer*/
    display: none;
  }

  .pt-in {
    display: none;
  }

  .heading-2 {
    margin-top: 54px;
  }

  /* Edição: Menu mobile: ocultanot menu */
  .link-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 25px;
    font-weight: 700;
    text-align: center;
  }

  .dropdown {
    display: block;
  }

  .fill-menu {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 57;
    display: none;
    width: 100vw;
    height: 100vh;
    background-color: #231f20;
  }

  .div-block-9 {
    display: block;
    width: 90%;
    margin-top: 5%;
    margin-right: auto;
    margin-left: auto;
  }

  .link-block-4 {
    width: 100%;
    padding: 26px;
    border-bottom: 1px solid #fff;
  }

  .link-block-4.hide {
    display: none;
  }

  .txt-link-menu {
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
  }

  .menu-top {
    font-family: acumin-pro, sans-serif;
    color: #fff;
    font-weight: 700;
    text-align: center;
  }

  .lin-close {
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .close {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 33px;
  }

  .image-11 {
    display: block;
    width: 50px;
    margin-right: auto;
    margin-left: auto;
  }

  .column-7 {
    padding-left: 0px;
  }

  .column-8 {
    padding-left: 0px;
  }

  .column-9 {
    padding-left: 0px;
  }

  .image-13 {
    width: 18px;
    height: 18px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .text-block-6 {
    margin-right: 23px;
  }

  .simposio {
    display: none;
  }

  .secao-simposio-mobile {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .simposio-mobile {
    position: relative;
    z-index: 2;
    margin-top: 6vh;
    background-color: hsla(0, 0%, 100%, 0);
  }
  .cloection-artistas {
    position: relative;
    display: block;
    width: 100vw;
    max-width: 1200vw;
    margin-right: auto;
    padding-left: 0vw;
margin-bottom:20px;
  }
  .logo-unica-footer {
    width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .a-exposicao {
    padding-bottom: 0%;
  }

  .content-a-exposicao {
    width: 100%;
    padding-top: 0px;
    padding-right: 0%;
    padding-left: 0%;
    float: left;
  }

  .titulo-parte {
    position: relative;
    left: 0%;
    top: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 5px;
    padding: 10px 11px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .txt {
    position: relative;
    left: 0%;
    bottom: 0%;
    width: 90%;
    margin-top: 32px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .grafismo-1 {
    left: -19%;
    display: none;
    opacity: 0.22;
  }

  .nav-bar {
    display: none;
  }

  ._60 {
    display: none;
  }

  .logo {
    width: 70%;
  }

  .image {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .bg-1 {
    position: relative;
    left: 0px;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 270px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .simposi-content {
    display: block;
    width: 91%;
    margin-right: auto;
    margin-left: auto;
  }

  .collection-item-2 {
    margin-top: 4%;
    margin-bottom: 13px;
  }

  .collection-list {
    padding: 29px;
    border-bottom: 1px solid #fff;
  }

  .footer {
    position: static;
    overflow: hidden;
  }

  .content-footer {
    padding: 32px 21px;
  }

  .link-block-2 {
    width: 50%;
  }

  .image-3 {
    padding: 3% 19%;
  }

  .mobbile {
    background-color: #fff;
  }

  .sobre-mobile {
    padding-bottom: 41px;
  }

  .top-parte-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 200px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/fundo-1.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .top-parte-mobile._2 {
    background-image: url('../images/fundo-2.jpg');
  }

  .txt-mobile {
    display: block;
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 23px;
  }

  .card-mobule {
    width: 91%;
  }

  .card-mobule._22 {
    width: 100%;
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .image-5 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-6 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-7 {
    padding-right: 18px;
    padding-left: 18px;
  }

  .image-8 {
    width: 90%;
  }

  .header-infos {
    padding-right: 8%;
    padding-left: 8%;
  }

  .row-2 {
    width: 90%;
  }

  .div-block-4.mobile-title {
    max-width: 100%;
  }

  .artista-container {
    width: 100%;
  }

  .text-block-4._2 {
    width: 100%;
  }

  .text-block-5._2.mobile {
    margin-top: 10px;
    float: left;
  }

  .heading-2 {
    margin-top: 33px;
  }

  .logos-full {
    width: 50%;
  }

  .image-13 {
    width: 20px;
    height: 18px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .text-block-6 {
    margin-right: 19px;
  }

  .simposio {
    display: none;
  }

  .simposio-mobile {
    position: relative;
    z-index: 2;
    margin-top: 6vh;
    padding-top: 21vh;
    padding-bottom: 21vh;
    background-color: hsla(0, 0%, 100%, 0);
  }

  .logo-unica-footer {
    width: 90%;
    margin-left: -1vw;
  }

  .barra-de-logos {
    display: none;

  }
  .content-footer {
    position: static;
    z-index: 8;
    overflow: hidden;
    padding: 82px 50px 97px;
    background-color: #231f20;
    display: flex;
    justify-content: left;
  }
}