html {
  font-size: 62.5%; }

body {
  margin: 0;
  background-color: #fcfcfc;
  font-family: "Open Sans", sans-serif; }

header {
  background-color: #fcfcfc;
  font-family: "Montserrat", sans-serif;
  color: #3d3d3d;
  box-shadow: 0 -10px 25px black;
  position: fixed;
  z-index: 9;
  width: 100%;
  top: 0; }

.wrap {
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden; }

h1 {
  float: left;
  font-size: 3.1rem;
  margin: 35px 0 0;
  padding-left: 20px; }

ul {
  float: right;
  margin-top: 40px; }

li {
  display: inline-block;
  font-size: 2.4rem; }

li a:active,
li a:hover {
  background-color: #3d3d3d;
  color: #fcfcfc; }

li a {
  text-decoration: none;
  padding: 10px 15px;
  color: #3d3d3d; }

.facebook-icon {
  width: 25px;
  float: right;
  margin: 43px 0 0;
  padding: 0 25px 0 5px; }

.videoContainer {
  width: 100%;
  max-height: 80vh;
  overflow: hidden;
  position: relative;
  margin-top: 75px; }

.videoPlayback {
  top: 0;
  left: 0;
  width: 100%; }

.skyline {
  background-image: url("../images/skyline.png");
  height: 180px;
  width: 100%;
  position: absolute;
  bottom: 0; }

.container {
  max-width: 1280px;
  margin: 0 auto; }

#workshop {
  text-align: left;
  float: left;
  width: 750px;
  padding-left: 20px; }

#challenges {
  text-align: right;
  float: right;
  width: 750px;
  padding-right: 20px; }

#projects {
  text-align: left;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-left: 20px; }

#participants {
  text-align: right;
  margin-top: 100px;
  margin-bottom: 50px;
  padding-right: 20px; }

h2 {
  font-family: "Montserrat", sans-serif;
  color: #3d3d3d;
  font-size: 3.5rem;
  text-align: center;
  margin-top: 75px;
  max-width: 1280px; }

.informationText {
  color: #3d3d3d;
  max-width: 740px;
  font-size: 2rem;
  padding: 15px;
  border-left: 2px solid #3d3d3d; }

.iconBox {
  width: 500px;
  float: left;
  text-align: center; }

.flexBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.icon {
  width: 400px; }

.subtitle {
  width: 410px;
  font-size: 2rem;
  color: #3d3d3d;
  text-align: center;
  display: inline-block; }

.container > div {
  overflow: hidden; }

.informationBox:nth-child(2) > .informationText {
  float: right; }

.informationBox:nth-child(2) > img {
  float: left; }

.informationBox > .informationText {
  float: left; }

.projectContainer {
  max-width: 1280px;
  margin: 0 auto;
  font-size: 2rem;
  padding: 75px 0 100px;
  overflow: auto;
  text-align: center; }

.ciclovivaBackground {
  background-color: #fd706b;
  margin-top: 50px; }

.bikeoutBackground {
  background-image: url("../images/bikeoutpattern.png");
  background-repeat: repeat;
  background-size: 300px; }

.godailyBackground {
  background-color: #ebeff0; }

.atiaiaBackground {
  background-color: #3d3d3d; }

.pistaspBackground {
  background-color: #e74755;
  position: relative;
  z-index: 1; }
  .pistaspBackground:after {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    background-clip: content-box;
    padding: 1px 0; }
  .pistaspBackground:after {
    bottom: 0;
    transform: skewY(1deg);
    transform-origin: 0 100%; }

.textBox {
  width: 500px;
  margin-top: 20px; }

.textBox > p {
  display: inline-block;
  margin: 5px;
  padding: 3px 6px; }

.ciclovivaText {
  color: #fd706b;
  background-color: #fcfcfc; }

.bikeoutText {
  color: #393c3c;
  background-color: #fcfcfc; }

.godailyText {
  color: #fcfcfc;
  background-color: black; }

.atiaiaText {
  color: #393c3c;
  background-color: #fcfcfc; }

.pistaSPText {
  color: #e74755;
  background-color: #fcfcfc; }

.project {
  position: relative;
  z-index: 1; }
  .project:before {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    background-clip: content-box;
    padding: 1px 0; }
  .project:before {
    top: 0;
    transform: skewY(1deg);
    transform-origin: 100% 0; }

.project:nth-child(even) .projectInformation {
  float: right;
  margin-top: 0; }

.project:nth-child(odd) .projectInformation {
  float: left;
  margin-top: 0; }

.project:nth-child(even) .pdfViewer {
  float: left;
  margin-left: 20px; }

.project:nth-child(odd) .pdfViewer {
  float: right;
  margin-right: 20px; }

h3 {
  font-family: "Montserrat", sans-serif;
  color: #3d3d3d;
  font-size: 3.4rem;
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #3d3d3d; }

.participantsAlign {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: left; }

.participants {
  padding: 8px 15px;
  color: #3d3d3d;
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  text-align: left;
  margin: 8px 9px;
  width: 272px; }

.bold {
  font-weight: 800; }

footer {
  background-color: #3d3d3d;
  height: 180px;
  margin-top: 50px;
  font-family: "Open Sans", sans-serif;
  color: #fcfcfc;
  font-size: 1.8rem;
  overflow: auto; }

.developed {
  margin: 20px 0 7px;
  padding-left: 20px; }

.designer {
  font-family: "Open Sans", sans-serif;
  color: #3d3d3d;
  background-color: #fcfcfc;
  margin: 3px;
  display: table;
  padding: 2px 5px;
  font-size: 1.6rem;
  margin-left: 40px; }

.menu-icon {
  display: none; }

.iconHeight {
  height: 500px; }

.mobile-navigation {
  display: none; }

.icon-play {
  visibility: hidden;
  pointer-events: none; }

@media only screen and (max-width: 980px) {
  .icon-play {
    width: 200px;
    visibility: visible;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    z-index: 3; }
  .video-active {
    visibility: hidden;
    pointer-events: none; }
  h1 {
    float: none;
    text-align: center;
    font-size: 6rem;
    display: block;
    margin: 0;
    padding: 15px 0; }
  h2 {
    font-size: 6rem; }
  #workshop {
    text-align: center;
    width: 100%;
    padding: 0; }
  #challenges {
    text-align: center;
    width: 100%;
    padding: 0; }
  #projects {
    text-align: center;
    width: 100%;
    padding: 0; }
  #participants {
    text-align: center;
    width: 100%;
    padding: 0; }
  .informationText {
    text-align: center;
    padding: 35px;
    max-width: 100%; }
  .informationBox > .informationText {
    float: none; }
  .informationBox > div {
    height: 600px; }
  .projectInformation {
    float: none; }
  .textBox {
    width: 800px;
    margin: 20px auto; }
  .textBox > p {
    font-size: 4rem; }
  .pdfViewer {
    width: 800px;
    height: 700px; }
  .project:nth-child(odd) .projectInformation {
    float: none; }
  .project:nth-child(odd) .pdfViewer {
    float: none; }
  .project:nth-child(even) .projectInformation {
    float: none; }
  .project:nth-child(even) .pdfViewer {
    float: none; }
  .pdfViewer {
    float: none; }
  .flexBox {
    display: block; }
  .iconBox {
    width: 100%;
    float: none;
    text-align: center; }
  .icon {
    width: 800px; }
  .subtitle {
    width: 800px;
    font-size: 4rem; }
  .mobile-navigation {
    width: 600px;
    position: fixed;
    display: block;
    top: 100px;
    left: 0;
    z-index: 9999;
    overflow: auto;
    background-color: #fcfcfc;
    height: calc(100vh - 100px);
    visibility: hidden;
    opacity: 0;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%); }
  .mobile-navigation.active {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0); }
  .mobile-navigation ul {
    float: none;
    padding: 0; }
  .mobile-navigation ul li {
    display: block;
    width: 100%; }
  .mobile-navigation ul li a {
    display: block;
    padding: 20px;
    font-size: 5rem; }
  .header-container ul {
    display: none; }
  .menu-icon {
    display: block;
    z-index: 9;
    width: 60px;
    height: 4px;
    background: #000;
    position: absolute;
    top: 50px;
    left: 20px; }
  .menu-icon:after,
  .menu-icon:before {
    content: "";
    position: absolute;
    width: 60px;
    height: 4px;
    background: #000;
    top: -15px; }
  .menu-icon:after {
    content: "";
    top: 15px; }
  .menu-icon.active {
    background: #fff; }
  .menu-icon.active:before {
    transform: rotate(45deg);
    top: 0; }
  .menu-icon.active:after {
    transform: rotate(-45deg);
    top: 0; }
  .header-container {
    position: relative; }
  .participants {
    font-size: 4rem;
    width: 400px; }
  .participantsAlign {
    justify-content: center; }
  footer {
    height: 100%; }
  .designer {
    font-size: 4rem;
    margin: 10px; }
  header {
    box-shadow: 0 0 25px #3d3d3d; }
  .header-container.active::before {
    content: '';
    width: 100%;
    height: calc(100vh - 100px);
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 8;
    background: rgba(0, 0, 0, 0.7); }
  .facebook-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 65px;
    float: right;
    margin: 0;
    padding: 20px 25px 0 5px; }
  .developed {
    padding: 0;
    text-align: center; }
  .designer {
    margin: 10px auto; } }
