* {
  box-sizing: border-box;
}

body {
  font-family: "Brocha";
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
  background-color: #fff;
}
body .opcl {
  display: flex;
  min-height: calc(100vh - 80px);
  max-height: calc(100vh - 80px);
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
}
body .opcl li {
  flex: 1;
  display: flex;
  align-items: stretch;
  padding: 20px;
  cursor: pointer;
  transition: all 0.5s ease;
  flex-direction: column;
  position: relative;
  font-family: "Brocha";
  font-weight: 700;
  background-size: cover;
  background-position: center;
}
body .opcl li.hidden {
  flex: 0;
  padding: 0;
}
body .opcl li.hidden .section-title {
  display: none;
}
body .opcl li.active {
  flex: 5;
  cursor: default;
}
body .opcl li.active h2 {
  color: #E74C3C;
}
body .opcl li:hover {
  transition: all 0.5s ease;
  transform: scaleX(1);
  flex: 1.5;
}
body .opcl li .section-title {
  flex: 1;
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin: 0;
  padding: 0 0 50px 0;
  color: white;
  transition: all 0.5s ease;
}
body .opcl li .section-title.up {
  flex: 1;
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin: 0;
  padding: 0 0 250px 0;
  transition: all 0.5s ease;
}
body .opcl li .section-title h2 {
  margin: 0;
  white-space: nowrap;
}
body .opcl li .section-subtitle {
  opacity: 1;
  transition: all 0.5s ease;
  bottom: 0;
  position: absolute;
  flex: 1;
  margin: 0 -10px 0 -10px;
  width: 95%;
}
body .opcl li .section-subtitle.hidden {
  opacity: 0;
  width: 0;
  position: absolute;
  flex: 1;
  top: 100%;
}
body .opcl li .section-subtitle img {
  width: 100%;
}
body .opcl li .section-subtitle .title-red {
  color: red;
  transform: skewY(-10deg);
  font-family: Belluga;
  font-size: 45px;
  line-height: 55px;
  padding-bottom: 40px;
  padding-left: 20px;
  margin-right: 0;
  min-width: 350px;
}

@media (min-width: 1400px) {
  body .opcl li .section-subtitle .title-red {
    padding-left: 70px;
    font-size: 45px;
    line-height: 55px;
  }
}
.content {
  width: 100vw;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  border: 0;
}
.content.show {
  height: 100vh;
}

.topnav {
  width: calc(100% - 40px);
  margin: 0 20px;
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 10;
  padding-top: 16px;
  padding-bottom: 8px;
}
.topnav.show {
  top: 0px;
}
.topnav .back {
  border: 0;
  background: none;
  font-family: "Brocha";
  font-weight: 300;
}
.topnav .back span {
  font-family: "Brocha";
  font-weight: 600;
}

.red-title {
  color: red;
  transform: skewY(-10deg);
  font-family: Belluga;
  font-size: 120px;
  line-height: 2.5ex;
  padding-bottom: 60px;
  margin-right: 0;
}

.side-menu {
  position: fixed;
  left: 32px;
  top: calc(50% - 20px);
  opacity: 0;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  z-index: 20;
}
.side-menu ul {
  background: #ffffff;
  padding: 4px 8px;
  margin: 0 0 0 24px;
  font-size: 12px;
  list-style: none;
  display: none;
}
.side-menu ul li {
  margin-bottom: 4px;
  cursor: pointer;
}
.side-menu ul li:hover {
  text-decoration: underline;
}

.scrolled {
  display: flex;
  opacity: 1;
  transition: all 0.5s ease;
}

@media only screen and (max-width: 991px) {
  body .opcl {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style-type: none;
    min-height: 150vh;
    max-height: 150vh;
  }
  body .opcl li {
    flex: 1;
    display: flex;
    align-items: stretch;
    padding: 20px;
    cursor: pointer;
    transition: all 0.5s ease;
    flex-direction: column;
    position: relative;
    font-family: "Brocha";
    font-weight: 700;
    background-size: cover;
    background-position: center;
    height: 30vh;
  }
  body .opcl li.hidden {
    flex: 0;
    padding: 0;
  }
  body .opcl li.hidden .section-title {
    display: none;
  }
  body .opcl li.active {
    flex: 5;
    cursor: default;
  }
  body .opcl li.active h2 {
    color: #E74C3C;
  }
  body .opcl li:hover {
    transition: all 0.5s ease;
    transform: scaleX(1);
    flex: 1.5;
  }
  body .opcl li .section-title {
    flex: 1;
    display: flex;
    align-items: flex-end;
    width: 100%;
    margin: 0;
    padding: 0;
    color: white;
    transition: all 0.5s ease;
  }
  body .opcl li .section-title.up {
    flex: 1;
    display: flex;
    align-items: flex-end;
    width: 100%;
    margin: 0;
    padding: 0 0 250px 0;
    transition: all 0.5s ease;
  }
  body .opcl li .section-title h2 {
    margin: 0;
    white-space: nowrap;
  }
  body .opcl li .section-subtitle {
    display: none;
  }
  .red-title {
    font-size: 60px;
  }
  .scrolled {
    display: none;
  }
}
