/*
////////////////////////////////
menu            leave button
////////////////////////////////
*/
/*
//////////////////////////////////////////////////////////////////////
MAIN  MAIN  MAIN  MAIN  MAIN  MAIN  MAIN  MAIN  MAIN  MAIN  MAIN  MAIN  
//////////////////////////////////////////////////////////////////////
*/
.name-session {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100vw - calc(2 * calc(10vw - calc(0.1vh + 0.1vw) + calc(0.1vh + 0.1vw))));
  height: calc(10vw - calc(0.1vh + 0.1vw) + calc(calc(0.1vh + 0.1vw) / 9));
  right: calc(2 * calc(10vw - calc(0.1vh + 0.1vw) + calc(0.1vh + 0.1vw)));
  background-color: white;
  border-bottom: calc(0.1vh + 0.1vw) solid black;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
}

.name-session h1 {
  font-size: 6.5vw;
  margin-left: 2vw;
}

.main-session {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100vw;
  height: auto;
}

.session-meta {
  width: 100%;
  height: 20vh;
  margin-top: calc(1.2 * calc(10vw - calc(0.1vh + 0.1vw) + calc(calc(0.1vh + 0.1vw) / 9)));
  border-bottom: calc(0.1vh + 0.1vw) solid black;
}

.session-dia {
  font-weight: 400;
  font-size: 3.5vw;
  margin-left: 2vw;
  margin-right: 2vw;
}

.session-hora {
  font-weight: 300;
  font-size: 3.5vw;
  margin-left: 2vw;
  margin-right: 2vw;
}

.wrapper-talk {
  border-bottom: calc(0.1vh + 0.1vw) solid black;
  background-color: white;
}

.wrapper-talk.open {
  background-color: white;
}

.session-text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.session-main-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 4vw);
  padding-top: 3.5vh;
  padding-bottom: 3.5vh;
  margin-left: 2vw;
  margin-right: 2vw;
}

.session-main-desc h1 {
  font-weight: 500;
  margin-top: 1vh;
  font-size: calc(0.22 * calc(((100vw / 10) - calc(0.1vh + 0.1vw)) + (calc(0.1vh + 0.1vw) / 9)));
  line-height: calc(1.1 * calc(0.22 * calc(((100vw / 10) - calc(0.1vh + 0.1vw)) + (calc(0.1vh + 0.1vw) / 9))));
}

.session-main-desc h2 {
  font-weight: 400;
  margin-top: 1vh;
  font-size: calc(0.22 * calc(((100vw / 10) - calc(0.1vh + 0.1vw)) + (calc(0.1vh + 0.1vw) / 9)));
  line-height: calc(1.1 * calc(0.22 * calc(((100vw / 10) - calc(0.1vh + 0.1vw)) + (calc(0.1vh + 0.1vw) / 9))));
}

.session-main-desc h3 {
  font-weight: 300;
  font-size: calc(0.22 * calc(((100vw / 10) - calc(0.1vh + 0.1vw)) + (calc(0.1vh + 0.1vw) / 9)));
  line-height: calc(1.1 * calc(0.22 * calc(((100vw / 10) - calc(0.1vh + 0.1vw)) + (calc(0.1vh + 0.1vw) / 9))));
}

.session-text-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow: hidden;
  margin-left: 2%;
  margin-right: 2%;
  width: calc(100% - 4vw);
  height: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.session-text-desc.open {
  height: auto;
  margin-top: 8vh;
  margin-bottom: 10vh;
}

.session-sinopse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 47%;
  margin-right: 6%;
}

.session-bio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 47%;
}

.session-title {
  font-weight: 500;
  font-size: 1.5vw;
  margin-bottom: 2vh;
}

.session-text {
  font-weight: 300;
  width: 100%;
  font-size: 1.4vw;
  line-height: 1.6vw;
}

.info-plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 20%;
}

.plus {
  width: 100%;
  height: 100%;
  background-size: 2% 100%;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("/img/plus.svg");
  margin-top: 2vh;
}

.plus.minus {
  background-image: url("/img/minus.svg");
}

.footer {
  border-top: none;
}

/* 
|||||||||||||||||||||||||||||||||||||||
              MEDIA QUERIES
|||||||||||||||||||||||||||||||||||||||
*/
@media only screen and (max-width: 600px) {
  .session-meta {
    margin-top: calc(((100vw / 5) - calc(calc(0.1 * var(--vh)) + 0.1vw)) + (calc(calc(0.1 * var(--vh)) + 0.1vw) / 4));
    border-bottom: calc(0.1vh + 0.1vw) solid black;
  }
  .session-dia {
    margin-top: 2vw;
    font-size: 7vw;
  }
  .session-hora {
    font-size: 7vw;
    margin-top: 0.5vw;
  }
  .session-main-desc {
    padding-top: 5vw;
    padding-bottom: 5vw;
    margin-left: 2vw;
    margin-right: 2vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .session-main-desc h1, .session-main-desc h2, .session-main-desc h3 {
    font-size: 7vw;
    line-height: calc(1.1 * 7vw);
  }
  .session-main-desc h1, .session-main-desc h2 {
    margin-top: 0.5vh;
  }
}
/*# sourceMappingURL=session.css.map */