*{
     margin: 0px;
     padding: 0px;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     /* outline: 1px solid red; */
}

html{
     overflow-y: scroll;
     height: 100%;
     width: 100%;
     margin: 0;
}

@font-face {
  font-family: 'Inter-SemiBold';
  src: url('Inter-SemiBold.woff') format('woff'),
       url('Inter-SemiBold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Inter-SemiBoldItalic';
  src: url('Inter-SemiBoldItalic.woff') format('woff'),
       url('Inter-SemiBoldItalic.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Inter-Medium';
  src: url('Inter-Medium.woff') format('woff'),
       url('Inter-Medium.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Inter-MediumItalic';
  src: url('Inter-MediumItalic.woff') format('woff'),
       url('Inter-MediumItalic.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

body{
     font-family: 'Inter-Medium', sans-serif;
     background-color: rgb(235,235,235);
     color: black;
     width: 100%;
}

p{
     margin: 0;
     padding: 0;
}

.nomp{
     margin: 0 !important;
     padding: 0 !important;
}

a{
     text-decoration: none;
     color: grey;
}

a:hover{
     text-decoration: underline;
     color: grey;
}

.relative{
     position: relative;
}


/* ************************************** MENU ************************************* */

.menu-title{
     height: 70px;
     width: 100%;
     position:fixed;
     top: 0;
     left:0;
     z-index:100100;
     background-color: rgb(235,235,235);
}

#barra_1 {
     position:fixed;
     top: 70px;
     left:0;
     background-image: -o-linear-gradient(top, rgb(207,207,207),rgba(207,207,207,0));
     background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(207,207,207)),to(rgba(207,207,207,0)));
     background-image: linear-gradient(to bottom, rgb(207,207,207),rgba(207,207,207,0));
     margin-top: -3px;
     width: 100%;
     height: 15px;
}

.menu-title p{
     margin: 20px 0 20px 50px;
     font-family: 'Inter-Medium', sans-serif;
     font-size: 20px;
     display: inline-block;
}

.menu-title a{
     text-decoration: none;
     color: black;
}

.menu-title a:hover{
     text-decoration: none;
     color: black;
}

.menu-vert{
     height: 100%;
     width: 80px;
     position:fixed;
     top: 0;
     right: 0px;
     z-index: 100200;
     background-color: rgb(235,235,235);
     border-left: 2px solid black;
     -webkit-transition: width 0.25s;
     -o-transition: width 0.25s;
     transition: width 0.25s;
}

.menu-vert-index{
     height: 100%;
     width: 80px;
     position:fixed;
     top: 0;
     right: 0;
     z-index: 100200;
     background-color: rgb(235,235,235);
     border-left: 2px solid black;
     -webkit-transition: width 0.25s;
     -o-transition: width 0.25s;
     transition: width 0.25s;
}

.menu-vert-on{
     height: 100%;
     width: 445px;
     position:fixed;
     top: 0;
     right: 0;
     display: block;
     z-index: 100200;
     background-color: rgb(235,235,235);
     border-left: 2px solid black;
     -webkit-transition: width 0.25s;
     -o-transition: width 0.25s;
     transition: width 0.25s;
}

.menu-vert-on-index{
     height: 100%;
     width: 445px;
     position:absolute;
     top: 0;
     right: 0;
     display: block;
     z-index: 100200;
     background-color: rgb(235,235,235);
     border-left: 2px solid black;
     -webkit-transition: width 0.25s;
     -o-transition: width 0.25s;
     transition: width 0.25s;
}

.menu-vert p{
     width: 600px;
     margin: 400px 20px 0 -261px;
     font-family: 'Inter-Medium', sans-serif;
     font-size: 20px;
     transform: rotate(90deg);
     transform-origin: right, top;
    -ms-transform: rotate(90deg);
    -ms-transform-origin:right, top;
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin:right, top;
     position: absolute;
}

.side-menu{
     height: 100vh;
     margin-top: 6vh;
     font-size: 20px;
     font-family: 'Inter-Medium', sans-serif;
     position: absolute;
}

.side-menu li{
     margin-top: 2.2vh;
     margin-left: 50px;
}

li li{
     font-size: 20px;
     margin-left: 25px;
}

.dropdown ul{
     display:none;
}

.dropdown ul > li{
     font-size: 1px;
     -webkit-transition: font-size 1s;
     -o-transition: font-size 1s;
     transition: font-size 1s;
}

.dropdown.open ul{
     display:block;
}

.dropdown.open ul > li{
     font-size: 20px;
     -webkit-transition: font-size 1s;
     -o-transition: font-size 1s;
     transition: font-size 1s;
}

ul{
     list-style-type: none;
}

li a{
     color: black;
     text-decoration: none;
}

.side-menu ul > li > a:hover{
     text-decoration: underline;
     color: black;
}

.burger,
.burger2{
     position: fixed;
     top: 16px;
     right: 16px;
     z-index: 200500
}

.burger:hover,
.burger2:hover{
     cursor: pointer;
}

.burger div,
.burger2 div{
     width: 30px;
     height: 3px;
     margin: 8px;
     background-color: black;
}
.toggle .line1{
     width: 35px;
     -webkit-transform: rotate(-45deg) translate(-8px,8px);
     -ms-transform: rotate(-45deg) translate(-8px,8px);
     transform: rotate(-45deg) translate(-8px,8px);
}
.toggle .line2{
     opacity: 0;
}
.toggle .line3{
     width: 35px;
     -webkit-transform: rotate(45deg) translate(-6px,-8px);
     -ms-transform: rotate(45deg) translate(-6px,-8px);
     transform: rotate(45deg) translate(-7px,-7px);
}

.hidden{
     display: none;
}

a.menuactive{
     text-decoration: underline;
}

/* ************************************** MAIN PAGE ************************************* */

.main-center-div{
     width: 62%;
     margin: 60px auto 0 auto;
}

.main-center-div-index{
     width: 62%;
     margin: 70px auto 0 auto;
}

.carousel a{
     text-decoration: none;
     color: black;
}

.left-div-arrow{
     position: absolute;
     display: inline-block;
     width: 50%;
     top: 16px;
     left: 4%;
     border: 2px solid red;
}

.right-div-arrow{
     position: absolute;
     display: inline-block;
     width: 50%;
     top: 16px;
     left: -26%;
}

.carousel-item{
     color: black;
}

.caption-counter a{
     padding: 0;
     margin: 0;
}

.span-counter{
     padding: 0 10px;
}

.carousel-caption {
    position: relative;
    height: 30px;
    width: 100%;
    margin: auto;
    bottom: -2px;
    left: -30%;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    color: black;
    font-family: 'Inter-Medium', sans-serif;
    font-size: 16.5px;
}

.carousel-caption-cur {
     position: relative;
     height: 105px;
     width: 100%;
     margin: auto;
     bottom: -2px;
     left: -30%;
     padding-top: 0;
     padding-bottom: 0;
     text-align: center;
     color: black;
     font-family: 'Inter-Medium', sans-serif;
     font-size: 16.5px;
}

.caption-counter{
     position: relative;
     margin-top: 3px;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover{
    color: black;
    text-decoration: none;
    outline: 0;
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0.9s;
  -o-transition: opacity 0.9s;
  transition: opacity 0.9s;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  -webkit-transition: opacity 1.1s;
  -o-transition: opacity 1.1s;
  transition: opacity 1.1s;
}

/* ***********************************  ABOUT  *********************************** */

.fundo-transp{
     opacity: 0.1;
}

div.sobre-fundo{
     position: absolute;
     top: 50px;
     left: 0px;
     width: 100%%;
     padding-right: 0px;
     overflow-y: auto;
     max-height: 34vw;
     font-size: 16.5px;
}

.sobre-fundo div{
     width: 80%;
     padding-right: 20px;
     padding-left: 50px;
     margin-right: 20px;
     overflow-y: auto;
     max-height: 34vw;
     font-size: 16.5px;
}

.scroller {
     scrollbar-color: #cecece white;
     scrollbar-width: thin;
}

.scroller::-webkit-scrollbar {
     width: 7.5px;
}

.scroller::-webkit-scrollbar-track {
     opacity: 0;
}

.scroller::-webkit-scrollbar-thumb {
     background: #cecece;
}


/* ***********************************  WORKS  *********************************** */

.works-div{
     margin-right: 62px;
     margin-left: 10px;
}

p.works{
     font-size: 16.5px;
     width: 85%;
     padding-top: 95px;
     padding-left: 48px;
     padding-bottom: 50px;
}

div.works{
     font-size: 16.5px;
     width: 85%;
     padding-top: 95px;
     padding-left: 48px;
     padding-bottom: 50px;
}

.row{
     margin-right: 18px;
     margin-left: -35px;
}

.column {
     float: left;
     width: 33.33%;
     padding-left: 25px;
     padding-bottom: 25px;
}

.row::after {
     content: "";
     clear: both;
     display: table;
}

.darken-image img{
     opacity: 0.35;
     pointer-events: none;
     z-index: 5;
}

.darken-image{
     pointer-events: none;
}

.pointer-none{
     pointer-events: none;
}

.image-wrap{
     background-color: black;
}

.image-wrap img{
     width: 100%;
     -webkit-transition: opacity 0.8s;
     -o-transition: opacity 0.8s;
     transition: opacity 0.8s;
}

.image-wrap img:hover{
     -webkit-transition: opacity 0.8s;
     -o-transition: opacity 0.8s;
     transition: opacity 0.8s;
     opacity: 0.25;
}

.image-wrap:hover + div,
div.img-span:hover,
div.img-span-col:hover,
div.img-span-col-cur:hover{
     opacity: 1;
     -webkit-transition: opacity 0.8s;
     -o-transition: opacity 0.8s;
     transition: opacity 0.8s;
     text-decoration: none;
}

.column a{
     text-decoration: none;
     position: relative;
}

.img-span{
     font-family: 'Inter-Medium', sans-serif;
     z-index: 5;
     color: white;
     margin-bottom: 1.55vw;
     position: relative;
     font-size: 1.1vw;
     color: white;
     bottom: calc(8px + 2vw);
     left: 20px;
     opacity: 0;
     -webkit-transition: opacity 0.8s;
     -o-transition: opacity 0.8s;
     transition: opacity 0.8s;
}

.img-span-col{
     font-family: 'Inter-Medium', sans-serif;
     z-index: 5;
     position: relative;
     font-size: 1.1vw;
     color: white;
     bottom: 3.8vw;
     left: 20px;
     opacity: 0;
     -webkit-transition: opacity 0.8s;
     -o-transition: opacity 0.8s;
     transition: opacity 0.8s;
     width: calc(100% - 20px);
}

.img-span-col-cur{
     font-family: 'Inter-Medium', sans-serif;
     z-index: 5;
     position: absolute;
     font-size: 1vw;
     color: white;
     bottom: calc(-19.6vw + 5px);
     left: 1.5vw;
     opacity: 0;
     -webkit-transition: opacity 0.8s;
     -o-transition: opacity 0.8s;
     transition: opacity 0.8s;
     width: calc(30vw - 30px);
}

.img-span-col a,
.img-span-col-cur a{
     color: white;
}

.end-block{
     height: 100px;
}

/* ***********************************  WORKS SOLO ONE  *********************************** */

.row-solo{
     margin-right: 80px;
     margin-left: 15px;
     display: table;
}

.column-solo{
     float: left;
     width: 50%;
     margin-top: 75px;
     display: table-cell;
     min-height: 10%;
}

#column-right{
     padding-top: 0px;
}

.col-div-carousel .carousel-item .view{
     max-width: 100%;
     -o-object-fit: contain;
        object-fit: contain;
}

.col-div-carousel img{
     max-height: calc(100vh - 209px);
     max-width: calc(100% - 8px);
     -o-object-fit: contain;
        object-fit: contain;
     margin-left: 8px;
}

.row-solo::after {
     content: "";
     clear: both;
     display: table;
}

p.solo-one-title{
     padding-top: 30px;
     padding-left: 40px;
     padding-right: 30px;
     font-size: 20px;
     min-height: 100px;
}

div.solo-one-text{
     padding-left: 40px;
     width: 94%;
     padding-right: 20px;
     font-size: 16.5px;
}

p.solo-one-text{
     font-size: 16.5px;
}

.solo-one-text iframe{
     padding-bottom: 25px;
}

.solo-one-texts{
     font-size: 16.5px;
}

div.solo-one-titles{
     padding-top: 30px;
     padding-left: 40px;
     padding-right: 4px;
     height: 100px;
}

p.solo-one-title-2{
     font-size: 14px;
}

p.solo-one-title-3{
     font-size: 14px;
     color: rgb(130,130,130);
}

.col-div-carousel{
     max-height: 85%;
}

hr.works{
     border: 1px solid black;
     margin: 100px 0 0 0;
     z-index: -1;
}

hr.works-small{
     border: 1px solid black;
     margin: 0;
     z-index: -1;
}

/* ***********************************  WORKS EXHIBITIONS  *********************************** */

.exbibits{
     margin-left: 48px;
}

p.exhibitions{
     font-size: 16.5px;
     width: 65%;
     padding-top: 95px;
     padding-left: 48px;
     padding-bottom: 14px;
}

div.exhibitions{
     font-size: 16.5px;
     width: 65%;
     padding-top: 95px;
     padding-left: 48px;
     padding-bottom: 14px;
}

.exhib-img img{
     width: 35%;
     padding-bottom: 15px;
}

.exhib-dates{
     font-size: 14px;
     color: rgb(130,130,130);
}

.exhib-name{
     padding-top: 10px;
     font-size: 16.5px;
     font-weight: 900;
}

.exhib-places{
     padding-top: 10px;
     padding-left: 12px;
     font-size: 16.5px;
}

.exhib-link{
     font-size: 14px;
     padding-top: 10px;
     padding-left: 24px;
     width: 65%;
}

.exhib-text{
     font-size: 16.5px;
     padding-top: 20px;
     padding-bottom: 20px;
     padding-left: 12px;
     width: 65%;
}

.exhib-text a{
     font-size: 14px;
     padding-left: 12px;
}

.separator-posthumous{
     font-size: 16.5px;
     font-weight: 900;
     padding-bottom: 40px;
}

.hr-exhib{
     border-top: 1px solid black;
     margin: 35px 0 55px 0;
     width: 65%;
}


/* ***********************************  WORKS ANYFRAME...  *********************************** */


.div-anyframe-carousel{
     margin-left: 48px;
     margin-top: 100px;
     width: 50%;
}

.div-anyframe-text{
     margin-left: 48px;
     margin-top: 20px;
}

/* ***********************************  I AM NOT AN ARCHIVE  *********************************** */

.div-cssbard-carousel{
     margin-left: 48px;
     margin-top: 100px;
     width: 50%;
     max-height: calc(100vh - 120px);
}

.div-cssbard-carousel img{
     max-height: calc(100vh - 140px);
     width: auto;
}

.div-papers-text{
     margin-left: 48px;
     margin-top: 20px;
}

.papers-text{
     font-size: 16.5px;
     padding-top: 20px;
     width: 65%;
}

div.papers-text{
     font-size: 16.5px;
     padding-top: 20px;
     width: 65%;
}

.logo-bard{
     width: 150px;
     padding: 10px 0 10px 0;
}

.papers-text img{
     width: 150px;
     padding: 10px 0 10px 0;
}

/* ***********************************  TEXTS BIBLIOGRAPHY  *********************************** */

p.biblio{
     font-size: 16.5px;
     width: 65%;
     padding-top: 95px;
     padding-left: 48px;
     padding-bottom: 20px;
}

div.biblio{
     font-size: 16.5px;
     width: 65%;
     padding-top: 95px;
     padding-left: 48px;
     padding-bottom: 20px;
}

.biblio-section{
     margin-left: 48px;
     padding-top: 5px;
     padding-bottom: 20px;
     font-size: 16.5px;
     font-weight: 900;
}

.hr-biblio{
     border-top: 1px solid black;
     margin: 35px 0 55px 48px;
     width: 65%;
}

.bib-text{
     font-size: 14px;
     padding-bottom: 20px;
     padding-left: 60px;
     width: 75%;
}

/* ***********************************  TEXTS INTERVIEWS  *********************************** */

p.interviews{
     font-size: 16.5px;
     width: 85%;
     padding-top: 95px;
     padding-left: 48px;
     padding-bottom: 0px;
}

div.interviews{
     font-size: 16.5px;
     width: 85%;
     padding-top: 95px;
     padding-left: 48px;
     padding-bottom: 24px;
}

.works-second-level{
     font-size: 14px;
     padding-left: 60px;
     width: 70%;
}

/* ***********************************  TEXTS BOOK  *********************************** */

.book-links{
     padding-top: 15px;
     padding-left: 12px;
     font-size: 14px;
     padding-bottom: 15px;
}

.book-table{
     width: 90%;
     padding-bottom: 30px;
     padding-top: 20px;
     vertical-align: top;
}

.book-col1{
     width: 150px;
}

.book-col2{
     width: 425px;
}

.papers-text a{
     font-size: 14px;
     padding-left: 12px;
}


/* ****************************************  BIOGRAPHY  **************************************** */

.image-bio{
     width: 280px;
     padding-bottom: 20px;
}


/* ****************************************  LIMIT AS MATERIAL  **************************************** */

div.talks{
     font-size: 16.5px;
     width: 85%;
     padding-top: 95px;
     padding-left: 48px;
     padding-bottom: 50px;
}

.essay{
     width: 65%;
     padding-top: 95px;
     font-family: 'Inter-Medium', sans-serif;
}

.essay-title{
    font-size: 20px;
    padding-left: 48px;
    padding-bottom: 40px;
    width: 100%;
}

.essay-text{
    font-size: 16.5px;
    padding-left: 48px;
    padding-bottom: 30px;
    width: 100%;
}

.essay-text-indent{
    font-size: 16.5px;
    padding-left: 96px;
    padding-bottom: 30px;
    width: 100%;
}

.essay .embed-container{
     width: 55%;
}

.essay-img{
     width: 53%;
     margin-left: 48px;
     padding-bottom: 30px;
     line-height: 1.5;
}

.essay img{
     width: 55%;
     margin-left: 0px;
     padding-bottom: 30px;
     line-height: 1.5;
}

.essay iframe{
     width: 102%;
     margin: 0px 0 0px -0px;
     padding-bottom: 0px;
     height: 26vw;
}

.hr-essay {
     margin: 35px 0px 20px 48px;
     border-color: black;
}

.essay-notes{
    font-size: 14px;
    padding-left: 60px;
    padding-bottom: 30px;
    width: 100%;
    -ms-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none;
    word-break: keep-all;
}

.limit-image{
     width: 150px;
     margin-left: 60px;
}

.works img{
     width: 150px;
     margin-left: 60px;
}

.talks p img {
    max-width: 640px;
    max-height: 640px;
    display: block;
    width: auto;
    height: auto;
}

/* ****************************************  CONTACT  **************************************** */

.cont-image img{
     width: 338px;
     padding-top: 50px;
     margin-left: -50px;
}


/* ****************************************  CURATING  **************************************** */

.extra-caption{
     position: absolute;
     top: 40px;
     left: calc(30% + 40px);
     font-size: 14px;
     width: 100%;
     padding-right: 90px;
     text-align: left;
}

.embed-cur{
     margin-top: 25px;
}

div.solo-one-title-2{
     font-size: 14px;
}

.exhib-text ul{
     list-style-type: circle;
     font-size: 16.5px;
}

.exhib-text ul li,
.exhib-text ol li{
     font-size: 16.5px;
}



/* ***********************************************
*                                                *
*                  media queries                 *
*                                                *
*********************************************** */

@media
     only screen
     and (min-device-width : 768px)
     and (max-device-width : 1024px)
     and (orientation : landscape){
          .img-span {
              opacity: 1;
              font-size: 13px;
              bottom: 30px;
              left: 12px;
         }
         .img-span-col {
              opacity: 1;
              font-size: 13px;
              bottom: 50px;
              left: 12px;
         }
         .img-span-col-cur {
              opacity: 1;
              font-size: 13px;
              bottom: 10px;
              left: 1.5vw;
              width: calc(45vw - 32px);
         }
         .image-wrap img{
              opacity: 0.6;
              max-height: 80vh;
              -o-object-fit: cover;
                 object-fit: cover;
         }
         .col-div-carousel img{
              max-height: 75vh;
              max-width: 100%;
              margin: 0px;
         }
         .carousel-caption-cur {
             height: 130px;
             left: -23%;
         }
         .extra-caption{
              left: calc(23% + 40px);
              font-size: 14px;
              width: 95%;
              padding-right: 90px;
              text-align: left;
         }
         .column {
           float: left;
           width: 50%;
           padding-left: 25px;
         }
     }

@media only screen
     and (min-device-width : 768px)
     and (max-device-width : 1024px)
     and (orientation : portrait){
         .column-solo{
           padding-top: 75px;
         }
      }


@media only screen and (max-width: 1023px) {
     .img-span {
         opacity: 1;
         font-size: 13px;
         bottom: 30px;
         left: 12px;
    }
    .img-span-col {
         opacity: 1;
         font-size: 13px;
         bottom: 50px;
         left: 12px;
    }
    .img-span-col-cur {
         opacity: 1;
         font-size: 13px;
         bottom: -27.4vw;
         left: 1.5vw;
         width: calc(45vw - 35px);
    }
    .image-wrap img{
         opacity: 0.6;
         max-height: 80vh;
         -o-object-fit: cover;
            object-fit: cover;
    }
    .col-div-carousel img{
         max-height: 75vh;
    }
    .extra-caption{
         position: absolute;
         top: 30px;
         left: calc(23% + 40px);
         font-size: 14px;
         width: 100%;
         padding-right: 42px;
         text-align: left;
    }
    .column {
      float: left;
      width: 50%;
      padding-left: 25px;
    }
    .carousel-caption {
        left: -23%;
    }
    .carousel-caption-cur {
        left: -23%;
        height: 130px;
    }
}

@media only screen and (max-width: 900px) {

     .column-solo{
          width: calc(100vw - 45px);
          margin-top: 0px;
          overflow: hidden;
          min-height: 10%;
     }
     .row-solo {
          margin-right: 45px;
          margin-left: 0px;
      }
      #column-left{
           padding-left: 10px;
      }
      .col-div-carousel img{
          max-height: none;
          max-width: calc(100% - 35px);
          margin: 0px;
      }
      .extra-caption{
           width: 95%;
      }
      p.solo-one-title {
         padding-top: 100px;
         padding-bottom: 30px;
         padding-left: 40px;
         font-size: 20px;
         min-height: 100px;
     }

@media only screen
 and (min-device-width : 768px)
 and (max-device-width : 1024px)
 and (orientation : portrait){
      .img-span {
          opacity: 1;
          font-size: 13px;
          bottom: 30px;
          left: 12px;
     }
     .img-span-col {
          opacity: 1;
          font-size: 13px;
          bottom: 50px;
          left: 12px;
     }
     .img-span-col-cur {
          opacity: 1;
          font-size: 13px;
          bottom: 10px;
          left: 1.5vw;
          width: calc(45vw - 32px);
     }
     .image-wrap img{
          opacity: 0.6;
          max-height: 80vh;
          -o-object-fit: cover;
             object-fit: cover;
     }
     .col-div-carousel img{
          max-width: calc(100% - 35px);
          margin-left: 0px;
     }
     .carousel-caption-cur {
         height: 130px;
     }
     .extra-caption{
          left: calc(23% + 40px);
          font-size: 14px;
          width: 95%;
          padding-right: 90px;
          text-align: left;
     }
     .column {
       float: left;
       width: 50%;
       padding-left: 25px;
     }
     .column-solo{
       padding-top: 75px;
     }
 }


@media only screen and (max-width: 668px) {
     .menu-title{
          height: 42px;
     }
     .menu-title p{
          margin: 9px 0 9px 8px;
          font-size: 17px;
     }
     #barra_1 {
          top: 42px;
          height: 10px;
          margin-top: 0px;
          z-index: 100;
     }
     .menu-vert{
          width: 45px;
     }
     .menu-vert-index{
          width: 0;
          top: 0;
          right: 6px;
          border-left: 0;
          overflow: hidden;
     }
     .menu-vert-on{
          width: 225px;
     }
     .menu-vert-on-index{
          width: 232px;
          overflow: hidden;
     }
     .menu-vert p{
          margin: 348px 20px 0 -278px;
          font-size: 16px;
     }
     .side-menu > ul > li{
          margin-top: 1.4vh;
          margin-left: 10px;
          font-size: 18px;
     }
     .side-menu li li{
          margin-top: 1.4vh;
          margin-left: 0px;
     }
     .dropdown.open ul > li{
          font-size: 15px;
          -webkit-transition: font-size 1s;
          -o-transition: font-size 1s;
          transition: font-size 1s;
     }
     .burger{
          position: fixed;
          top: 6px;
          right: 3px;
          margin: 0;
          z-index: 200500 !important;
     }
     .burger2{
          position: fixed;
          top: 6px;
          right: 10px;
          margin: 0;
          z-index: 200500 !important;
     }
     .burger div,
     .burger2 div{
         width: 25px;
         height: 2px;
         margin: 6px;
     }
     .toggle .line1{
          width: 30px;
          -webkit-transform: rotate(-45deg) translate(-6px,9px);
          -ms-transform: rotate(-45deg) translate(-6px,9px);
          transform: rotate(-45deg) translate(-6px,9px);
     }
     .toggle .line3{
          width: 30px;
          -webkit-transform: rotate(45deg) translate(-1px,-6px);
          -ms-transform: rotate(45deg) translate(-1px,-6px);
          transform: rotate(45deg) translate(-1px,-6px);
     }
     .main-center-div{
          width: 96%;
          margin: 41px 45px 45px 0;
     }
     .main-center-div-index{
          width: 100%;
          margin: 42px 0px 20px 0px;
          height: 80vh;
     }
     .main-center-div-index .carousel{
          width: 100vw !important;
          margin: 0 !important;
          padding: 0 !important;
     }
     .main-center-div-index .carousel .carousel-inner{
          width: 100vw !important;
          margin: 0;
     }
     .main-center-div-index .carousel img{
          width: 100vw;
          max-width: 100vw;
          margin: 0;
          height: 75vh;
          max-height: 75vh;
          -o-object-fit: cover;
             object-fit: cover;
     }
     .col-div-carousel{
          margin-left: -8px;
     }
     .col-div-carousel img{
         max-width: calc(100% - 8px);
         margin: 8px;
     }
     .caption-counter{
          margin-top: 0px;
     }
     .column {
       float: left;
       width: 100%;
       padding-left: 25px;
     }

/* ****************************************  ABOUT  **************************************** */

     .main-center-div img.fundo-transp{
          display: none !important;
     }
     p.sobre-fundo{
          position: absolute;
          top: 30px;
          left: 8px;
          width: 100%;
          padding-right: 44px;
          overflow-y: unset;
          max-height: none;
          font-size: 16px;
          padding-bottom: 50px;
     }
     div.sobre-fundo{
          position: absolute;
          top: 30px;
          left: 8px;
          width: 100%;
          padding-right: 44px;
          overflow-y: unset;
          max-height: none;
          font-size: 16px;
          padding-bottom: 50px;
     }
     .sobre-fundo div{
          width: 100%;
          padding-right: 0px;
          padding-left: 0px;
          margin-right: 0px;
          overflow-y: unset;
          max-height: none;
          font-size: 16px;
     }


/* ****************************************  WORKS  **************************************** */

     p.works {
         font-size: 16px;
         width: 100%;
         padding-top: 77px;
         padding-left: 8px;
         padding-right: 48px;
         padding-bottom: 52px;
    }
    div.works {
        font-size: 16px;
        width: 100%;
        padding-top: 77px;
        padding-left: 8px;
        padding-right: 48px;
        padding-bottom: 52px;
   }
    .works-div {
         margin-right: 45px;
         margin-left: 0px;
    }
    .row {
         margin-right: 0px;
         margin-left: -25px;
    }
    .row-solo {
         margin-right: 45px;
         margin-left: 0px;
     }
     .column-solo {
         width: calc(100vw - 45px);
         margin-top: 0px;
         overflow: hidden;
         min-height: 10%;
     }
     #column-left{
          padding-left: 0px;
     }
     p.solo-one-title {
         padding-top: 77px;
         padding-bottom: 30px;
         padding-left: 8px;
         font-size: 17px;
         min-height: 100px;
     }
     div.solo-one-text {
         padding-left: 0px;
         width: 100%;
         padding-right: 0px;
         padding-bottom: 45px;
         font-size: 16px;
     }
     .solo-one-text iframe{
          margin: 0 0 0 0;
          width: calc(100vw - 45px);
     }
     .embed-responsive {
          width: 95vw;
     }
     p.solo-one-text{
          padding-left: 8px;
          padding-right: 8px;
          font-size: 16px;
     }
     .solo-one-texts{
          padding-left: 8px;
          padding-right: 8px;
          font-size: 16px;
     }
     div.solo-one-titles {
         padding-top: 45px;
         padding-left: 8px;
         height: auto;
     }
     p.solo-one-title-2 {
         font-size: 11px;
     }
     div.solo-one-title-2 {
         font-size: 11px;
     }
     p.solo-one-title-3 {
         font-size: 11px;
         padding-bottom: 12px;
     }
     .carousel-caption {
         height: 30px;
         width: 90%;
         bottom: -6px;
         left: -20%;
         font-size: 14px;
     }
     .carousel-caption-cur {
         height: 100px;
         width: 90%;
         bottom: -6px;
         left: -20%;
         font-size: 14px;
     }
     .extra-caption{
          position: absolute;
          top: 25px;
          left: calc(20% + 8px);
          font-size: 11px;
          width: 100%;
          padding-right: 0px;
          text-align: left;
     }
     .exhib-link {
         font-size: 11px;
         padding-left: 5px;
         margin-right: 0px;
         width: 100%;
         word-wrap: break-word;
     }
     p.exhibitions {
         font-size: 16px;
         width: 100%;
         padding-top: 77px;
         padding-left: 8px;
         padding-right: 45px;
         padding-bottom: 25px;
     }
     div.exhibitions {
         font-size: 16px;
         width: 100%;
         padding-top: 77px;
         padding-left: 8px;
         padding-right: 45px;
         padding-bottom: 25px;
     }
     .exbibits {
         margin-left: 8px;
         margin-right: 53px;

     }
     .hr-exhib {
         margin: 35px 0 55px 0;
         width: 100%;
     }
     .exhib-img img {
         width: calc(100vw - 45px);
         max-height: 80vh;
         margin-left: -8px;
         margin-right: -8px;
         -o-object-fit: cover;
            object-fit: cover;
     }
     .exhib-dates {
         font-size: 11px;
         padding-right: 48px;
     }
     .exhib-name {
         font-size: 16px;
         padding-right: 16px;
     }
     .exhib-places {
         padding-left: 0px;
         padding-right: 16px;
         font-size: 16px;
     }
     .exhib-link {
         padding-right: 16px;
     }
     .exhib-text {
         font-size: 16px;
         margin: 0;
         padding-left: 0px;
         padding-right: 0px;
         width: 100%;
     }
     .exhib-text a {
         font-size: 11px;
         padding-left: 0px;
         padding-right: 48px;
         line-height: 0;
     }
     .div-anyframe-carousel {
         margin-left: 0px;
         margin-top: 77px;
         margin-right: 45px;
         width: auto;
     }
     .div-anyframe-carousel img{
         max-height: 75vh;
         -o-object-fit: cover;
            object-fit: cover;
     }

     .div-anyframe-text {
         margin-left: 8px;
         margin-right: 48px;
     }
     p.biblio {
         font-size: 16px;
         width: 100%;
         padding: 77px 49px 25px 8px;
     }
     div.biblio {
         font-size: 16px;
         width: 100%;
         padding: 77px 49px 25px 8px;
     }
     .bib-text {
         font-size: 14px;
         padding: 0px 49px 40px 8px;
         width: 100%;
         word-wrap: break-word;
     }
     .biblio-section {
         padding-right: 45px;
         margin-left: 8px;
         font-size: 16px;
     }
     .hr-biblio {
         margin: 35px 0 55px 8px;
         width: calc(100% - 60px);
     }
     .bib-text a{
          font-size: 11px;
          line-height: 0.8;
     }
     p.interviews {
         font-size: 16px;
         width: 100%;
         padding: 77px 49px 0 8px;
     }
     div.interviews {
         font-size: 16px;
         width: 100%;
         padding: 77px 49px 24px 8px;
     }
     .works-second-level {
         font-size: 14px;
         padding-left: 8px;
         width: calc(100% - 55px);
         word-wrap: break-word;
     }
     .works-second-level a{
          font-size: 11px;
     }
     .img-span-col-cur {
          opacity: 1;
          font-size: 13px;
          bottom: calc(-60vw + 21px);
          left: 2.5vw;
          width: calc(95vw - 47px);
     }
     .div-cssbard-carousel {
         margin-left: 0px;
         margin-top: 77px;
         padding-right: 50px;
         width: auto;
     }
     .div-cssbard-carousel img {
         max-width: calc(100vw - 45px);
         max-height: 70vh;
     }
     .papers-text a {
         font-size: 11px;
         padding-left: 0px;
         word-wrap: break-word;
     }
     .div-papers-text {
         margin-left: 8px;
         margin-right: 50px;
         margin-top: 20px;
     }
     .papers-text {
         font-size: 16px;
     }
     div.papers-text {
         font-size: 16px;
         width: 100%;
     }
     .book-links {
         padding-top: 0;
         padding-left: 5px;
         font-size: 11px;
         padding-bottom: 10px;
     }
     .book-table {
         width: calc(100vw - 53px);
         padding-top: 25px;
         padding-bottom: 25px;
         font-size: 11px;
     }
     .image-bio {
         width: calc(100vw - 45px);
         max-height: 85vh;
         padding-bottom: 20px;
         margin-left: -8px;
         -o-object-fit: cover;
            object-fit: cover;
     }
     .essay{
          width: calc(100vw - 45px);
          padding-top: 77px;
          padding-left: 0px;
     }
     .essay-title{
          width: calc(100vw - 53px);
          font-size: 16px;
          padding-top: 0px;
          padding-left: 8px;
          padding-bottom: 40px;
          font-weight: 900;
     }
     .essay-text{
         font-size: 16px;
         padding-left: 8px;
         padding-right: 8px;
         padding-bottom: 30px;
         width: auto;
     }
     .essay-text-indent{
         font-size: 16px;
         padding-left: 16px;
         padding-bottom: 30px;
         width: auto;
     }
     .essay .embed-responsive{
          width: calc(100vw - 45px);
          margin-left: -8px;
          padding-bottom: 30px;
          max-height: 75vh;
          -o-object-fit: cover;
          object-fit: cover;
     }
     .essay.embed-container{
          width: 100vw;
     }
     .essay iframe{
          width: calc(100vw - 45px);
          height: 75vw;
          margin: 0px 0 0px -8px;
          padding-bottom: 0px;
     }
     .essay img{
          width: calc(100vw - 45px);
          margin-left: -8px;
          padding-bottom: 15px;
          line-height: 1.5;
          max-height: 75vh;
          -o-object-fit: cover;
             object-fit: cover;
     }
     .hr-essay {
          margin: 35px 0px 20px 8px;
          border-color: black;
     }
     .essay-notes{
         font-size: 14px;
         padding-left: 8px;
         padding-bottom: 30px;
         width: auto;
         word-wrap: break-word;
     }
     div.talks {
         font-size: 16px;
         width: 100%;
         padding-top: 77px;
         padding-left: 8px;
         padding-right: 48px;
         padding-bottom: 52px;
    }
    .talks p img{
         width: calc(100vw - 45px);
         max-width: calc(100vw - 45px);
         max-height: 50vh;
         margin-left: -8px;
    }
    .talks iframe{
         margin: -60px 0 -80px -8px;
         width: calc(100vw - 43px);
    }

/* ++++++++++++++++++++++++++++++++++ */


     .limit-image {
         width: 100px;
         margin-left: 8px;
     }
     .cont-image img{
         width: 260px;
         margin-left: -37px;
         padding-top: 50px;
     }

}
