@import url('//fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i,800,800i');
.tester {
  color: purple;
}
.tester a {
  color: white;
}
@font-face {
  font-family: '5Computers In Love';
  src: url('../assets/fonts/5Computers-In-Love.eot');
  src: url('../assets/fonts/5Computers-In-Love.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/5Computers-In-Love.woff') format('woff'), url('../assets/fonts/5Computers-In-Love.ttf') format('truetype'), url('../assets/fonts/5Computers-In-Love.svg#5ComputersInLove') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icons-exquisito';
  src: url('../assets/fonts/fontello/icons-exquisito.eot?78868091');
  src: url('../assets/fonts/fontello/icons-exquisito.eot?78868091#iefix') format('embedded-opentype'), url('../assets/fonts/fontello/icons-exquisito.woff2?78868091') format('woff2'), url('../assets/fonts/fontello/icons-exquisito.woff?78868091') format('woff'), url('../assets/fonts/fontello/icons-exquisito.ttf?78868091') format('truetype'), url('../assets/fonts/fontello/icons-exquisito.svg?78868091#icons-exquisito') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "icons-exquisito";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-mail:before {
  content: '\e800';
}
/* '' */
.icon-arrow:before {
  content: '\e801';
}
/* '' */
.icon-twitter:before {
  content: '\f099';
}
/* '' */
.icon-facebook:before {
  content: '\f09a';
}
/* '' */
.icon-gplus:before {
  content: '\f0d5';
}
/* '' */
.icon-instagram:before {
  content: '\f16d';
}
/* '' */
.icon-pinterest:before {
  content: '\f231';
}
/* '' */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  font-weight: inherit;
  font-size: 100%;
  box-sizing: border-box;
  background: transparent;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
a {
  background: transparent;
  text-decoration: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
i,
em,
dfn {
  font-style: italic;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
svg:not(:root) {
  overflow: hidden;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}
ol,
ul {
  list-style: none;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
}
button {
  overflow: visible;
}
input {
  line-height: normal;
}
textarea {
  overflow: auto;
}
button,
[type="button"],
[type="reset"],
[type="submit"],
[onclick] {
  cursor: pointer;
}
[disabled] {
  cursor: default;
}
[hidden] {
  display: none;
}
header {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100vh;
  height: 50px;
  z-index: 10;
  background: #969696;
  transform-origin: left top;
  transform: rotate(-90deg) translate3d(-100vh, 0, 0);
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.35);
}
@media screen and (min-width: 768px) {
  header {
    height: 75px;
  }
}
@media screen and (min-width: 1280px) {
  header {
    height: 75px;
  }
}
.layout-height-short header {
  background: #3c3c3c;
}
header .logo {
  width: 133px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../assets/gfx/logo.svg) no-repeat bottom center;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  header .logo {
    width: 200px;
    height: 75px;
  }
}
@media screen and (min-width: 1280px) {
  header .logo {
    width: 200px;
    height: 75px;
  }
}
header .logo a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
  color: transparent;
  opacity: 0;
}
.layout-height-short header .logo {
  right: 50px;
}
header ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0 20px;
  position: absolute;
  left: 0;
  right: 133px;
  overflow: auto;
}
header ul a {
  font: 400 8px/50px '5Computers In Love', sans-serif;
  color: #3c3c3c;
  display: inline-block;
  padding: .15em .25em;
  margin-left: 2em;
  position: relative;
}
header ul a.active::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #3c3c3c;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.2em;
}
@media screen and (min-width: 480px) {
  header ul a {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  header ul a {
    font-size: 11px;
  }
  .layout-height-medium header ul a {
    font-size: 10px;
  }
}
header ul a span {
  font-size: 0;
  line-height: 0;
  color: transparent;
  opacity: 0;
}
header ul a.icon {
  padding: 0;
}
header ul a.icon::before {
  font-size: 2.25em;
  position: relative;
  top: .15em;
}
@media screen and (min-width: 768px) {
  header ul {
    padding: 0 25px;
    right: 200px;
  }
  header ul a {
    line-height: 75px;
  }
}
@media screen and (min-width: 1280px) {
  header ul {
    padding: 0 25px;
    right: 200px;
  }
  header ul a {
    line-height: 75px;
  }
}
.layout-height-short header ul {
  padding: 0;
  flex-wrap: nowrap;
  flex-direction: column;
  background: #969696;
  transform-origin: left top;
  transform: rotate(90deg);
  position: absolute;
  width: 0;
  height: 100vh;
  top: 50px;
  left: 100vh;
  justify-content: center;
  align-items: center;
  transition: width .3s;
}
@media screen and (min-width: 768px) {
  .layout-height-short header ul {
    top: 75px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-height-short header ul {
    top: 75px;
  }
}
.layout-height-short header ul a {
  font-size: 20px;
  line-height: 2.5em;
  margin: 0;
  padding: 0 .25em;
}
.layout-height-short header ul a.active::before {
  height: 4px;
}
.layout-height-short header ul a.icon::before {
  font-size: 1.5em;
  position: relative;
  top: 0;
}
.layout-height-short.expanded-menu header ul {
  width: calc(320px - 50px);
  max-width: 350px;
}
@media screen and (min-width: 768px) {
  .layout-height-short.expanded-menu header ul {
    width: 100%;
  }
}
.layout-height-medium header ul a {
  font-size: 8px;
}
.layout-height-tall header ul a {
  font-size: 10px;
}
header .menu-trigger {
  display: none;
}
.layout-height-short header .menu-trigger {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  right: -50px;
  top: 0;
  bottom: 0;
  background: #969696 url(../assets/gfx/menu-trigger.svg) center center no-repeat;
  transform-origin: top left;
  transform: rotate(90deg);
  z-index: 1;
}
.layout-height-short header .menu-trigger span {
  font-size: 0;
  line-height: 0;
  color: transparent;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .layout-height-short header .menu-trigger {
    right: -75px;
    width: 75px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-height-short header .menu-trigger {
    right: -75px;
    width: 75px;
  }
}
.OFF {
  display: none !important;
}
body {
  margin: 0;
  overflow-y: hidden;
  height: 100%;
  max-height: 100%;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background: rgba(0, 0, 0, 0.15);
}
::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}
::-webkit-scrollbar-thumb {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.65);
  border-radius: 1px;
}
.horizontal-scroll {
  width: auto;
  height: 100%;
  display: inline-flex;
  flex-wrap: nowrap;
}
.section-wrapper {
  width: 100vw;
  height: 100%;
}
.section-wrapper .section-inner {
  height: 100vh;
  padding: 0 0 0 50px;
}
@media screen and (min-width: 768px) {
  .section-wrapper .section-inner {
    padding: 0 0 0 75px;
  }
}
@media screen and (min-width: 1280px) {
  .section-wrapper .section-inner {
    padding: 0 0 0 75px;
  }
}
.section-wrapper .section-inner.has-scrollable-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-wrapper .section-inner.has-scrollable-container .scrollable-container {
  max-width: 90%;
  max-height: 90%;
  overflow: auto;
}
.section-wrapper .section-inner.has-scrollable-container .scrollable-container:hover {
  min-width: 10%;
}
.section-wrapper .section-inner.has-scrollable-container .scrollable-container::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.section-wrapper .section-label {
  font: 700 24px/1.2 'Open Sans', sans-serif;
  color: #fff;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .section-wrapper .section-label {
    font-size: 32px;
    padding: 25px;
  }
}
@media screen and (min-width: 1280px) {
  .section-wrapper .section-label {
    font-size: 40px;
    padding: 25px;
  }
}
.section-home .section-inner {
  background: #ffff64 url(../assets/gfx/section-home-bg.svg) no-repeat bottom center;
  background-size: 100% auto;
  margin: 0 0 0 50px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .section-home .section-inner {
    margin: 0 0 0 75px;
  }
}
@media screen and (min-width: 1280px) {
  .section-home .section-inner {
    margin: 0 0 0 75px;
  }
}
.section-home .section-inner .scroll-helper {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 30px;
  width: 1.5em;
  height: 1.5em;
  margin-top: -0.5em;
  text-align: center;
  animation: arrowMove 2s infinite 2s;
  color: #7846dc;
}
@media screen and (min-width: 768px) {
  .section-home .section-inner .scroll-helper {
    font-size: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .section-home .section-inner .scroll-helper {
    font-size: 50px;
  }
}
.section-home .section-inner .scroll-helper::before {
  font-family: "icons-exquisito";
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  speak: none;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5em;
  content: "\e801";
  display: inline-block;
}
@keyframes arrowMove {
  0%,
  100%,
  20%,
  50%,
  80% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-10px);
  }
  60% {
    transform: translateX(-5px);
  }
}
.section-sobre .section-inner {
  background: #ccc url(../assets/gfx/section-sobre-bg.jpg?buildVs=090920182200) no-repeat bottom center;
  background-size: cover;
}
.section-sobre .text {
  font: 400 5vw/1.35 'Open Sans', sans-serif;
  color: #fff;
  transition: all .3s;
}
@media screen and (min-width: 480px) {
  .section-sobre .text {
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .section-sobre .text {
    font-size: 3vw;
  }
}
@media screen and (min-width: 1280px) {
  .section-sobre .text {
    font-size: 2.75vw;
  }
}
@media screen and (min-width: 1600px) {
  .section-sobre .text {
    font-size: 2.5vw;
  }
}
.section-sobre .text.download-pdf {
  margin-top: 1em;
}
.section-sobre .text.download-pdf .download-pdf-button {
  font: 400 0.5em/1.25em '5Computers In Love', sans-serif;
  color: #7846dc;
  background: #ffff64;
  display: inline-block;
  margin-top: .75em;
  padding: .7em 1.5em .5em 1.5em;
}
.section-programa {
  width: calc(150px + 3740vw + 50px);
}
@media screen and (min-width: 768px) {
  .section-programa {
    width: calc(225px + 2420vw + 75px);
  }
}
@media screen and (min-width: 1280px) {
  .section-programa {
    width: calc(225px + 1540vw + 75px);
  }
}
.section-programa .section-inner {
  display: flex;
  padding-top: 0;
  padding-bottom: 0;
  justify-content: flex-start;
  align-items: stretch;
  background: url(../assets/gfx/programa-disclaimer.jpg?buildVs=090920182200) no-repeat left center;
}
.section-programa .disclaimer-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85vw;
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  .section-programa .disclaimer-wrapper {
    width: 55vw;
    padding: 50px 25px;
  }
}
@media screen and (min-width: 1280px) {
  .section-programa .disclaimer-wrapper {
    width: 35vw;
    padding: 50px 25px;
  }
}
.section-programa .disclaimer-wrapper .text {
  font: 400 14px/1.5 'Open Sans', sans-serif;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section-programa .disclaimer-wrapper .text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .section-programa .disclaimer-wrapper .text {
    font-size: 18px;
  }
}
.section-programa .day-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.section-programa .day-label {
  width: 50px;
  height: 100vh;
  background: #333;
  position: relative;
  font: 400 24px/50px '5Computers In Love', sans-serif;
  color: #fff;
}
.section-programa .day-label span {
  transform: rotate(-90deg);
  transform-origin: left top;
  display: block;
  position: absolute;
  top: 100vh;
  left: .15em;
  padding-left: 50px;
}
@media screen and (min-width: 768px) {
  .section-programa .day-label {
    width: 75px;
    font-size: 32px;
    line-height: 75px;
  }
  .section-programa .day-label span {
    padding-left: 75px;
  }
}
@media screen and (min-width: 1280px) {
  .section-programa .day-label {
    width: 75px;
    font-size: 40px;
    line-height: 75px;
  }
  .section-programa .day-label span {
    padding-left: 75px;
  }
}
.section-programa .day-event {
  width: 85vw;
  height: 100vh;
  background: no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
}
.section-programa .day-event::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  bottom: 0;
  width: 30px;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.35);
}
.section-programa .day-event .event-details {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.625));
  padding: 80px 20px 40px 20px;
}
.section-programa .day-event p {
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.75);
}
.section-programa .day-event .schedule-time,
.section-programa .day-event .theme,
.section-programa .day-event .author,
.section-programa .day-event .local,
.section-programa .day-event .info,
.section-programa .day-event .title {
  font: 800 12px/1.2 'Open Sans', sans-serif;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  margin-top: .75em;
}
.section-programa .day-event .title {
  font-size: 24px;
  margin-top: 0.25em;
}
.section-programa .day-event .local::before {
  content: "Onde: ";
}
.section-programa .day-event .author::before {
  content: "Autor: ";
}
.section-programa .day-event .info {
  font-style: italic;
}
.section-programa .day-event .text {
  font: 600 13px/1.5 'Open Sans', sans-serif;
  color: #fff;
  margin-top: .75em;
}
@media screen and (min-width: 768px) {
  .section-programa .day-event {
    width: 55vw;
  }
  .section-programa .day-event::before {
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.35);
  }
  .section-programa .day-event .event-details {
    padding: 100px 25px 50px 25px;
  }
  .section-programa .day-event .schedule-time,
  .section-programa .day-event .theme,
  .section-programa .day-event .author,
  .section-programa .day-event .local,
  .section-programa .day-event .info,
  .section-programa .day-event .text {
    font-size: 14px;
  }
  .section-programa .day-event .title {
    font-size: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .section-programa .day-event {
    width: 35vw;
  }
  .section-programa .day-event .event-details {
    padding: 100px 25px 50px 25px;
  }
  .section-programa .day-event .schedule-time,
  .section-programa .day-event .theme,
  .section-programa .day-event .author,
  .section-programa .day-event .local,
  .section-programa .day-event .info,
  .section-programa .day-event .text {
    font-size: 16px;
  }
  .section-programa .day-event .title {
    font-size: 36px;
  }
}
.section-programa .day-1 .day-label {
  background: #7846dc;
  color: #ffff64;
}
.section-programa .day-1 .day-event.day-event-1 {
  background-image: url(../assets/gfx/programa-day-1-1.jpg?buildVs=090920182200);
}
.section-programa .day-1 .day-event.day-event-2 {
  background-image: url(../assets/gfx/programa-day-1-2.jpg?buildVs=090920182200);
}
.section-programa .day-1 .day-event.day-event-3 {
  background-image: url(../assets/gfx/programa-day-1-3.jpg?buildVs=090920182200);
}
.section-programa .day-1 .day-event.day-event-4 {
  background-image: url(../assets/gfx/programa-day-1-4.jpg?buildVs=090920182200);
}
.section-programa .day-1 .day-event.day-event-5 {
  background-image: url(../assets/gfx/programa-day-1-5.jpg?buildVs=090920182200);
}
.section-programa .day-1 .day-event.day-event-6 {
  background-image: url(../assets/gfx/programa-day-1-6.jpg?buildVs=090920182200);
}
.section-programa .day-1 .day-event.day-event-7 {
  background-image: url(../assets/gfx/programa-day-1-7.jpg?buildVs=090920182200);
}
.section-programa .day-1 .day-event.day-event-8 {
  background-image: url(../assets/gfx/programa-day-1-8.jpg?buildVs=090920182200);
}
.section-programa .day-1 .day-event.day-event-perm-1 {
  background-image: url(../assets/gfx/programa-day-1-perm-1.jpg?buildVs=090920182200);
}
.section-programa .day-1 .day-event.day-event-perm-2 {
  background-image: url(../assets/gfx/programa-day-1-perm-2.jpg?buildVs=090920182200);
}
.section-programa .day-1 .day-event.day-event-perm-3 {
  background-image: url(../assets/gfx/programa-day-1-perm-3.jpg?buildVs=090920182200);
}
.section-programa .day-1 .day-event.day-event-perm-4 {
  background-image: url(../assets/gfx/programa-day-1-perm-4.jpg?buildVs=090920182200);
}
.section-programa .day-1 .day-event.day-event-perm-5 {
  background-image: url(../assets/gfx/programa-day-1-perm-5.jpg?buildVs=090920182200);
}
.section-programa .day-1 .day-event.day-event-perm-6 {
  background-image: url(../assets/gfx/programa-day-1-perm-6.jpg?buildVs=090920182200);
}
.section-programa .day-1 .day-event.day-event-perm-7 {
  background-image: url(../assets/gfx/programa-day-1-perm-7.jpg?buildVs=090920182200);
}
.section-programa .day-2 .day-label {
  background: #f5648c;
  color: #00dc8c;
}
.section-programa .day-2 .day-event.day-event-1 {
  background-image: url(../assets/gfx/programa-day-2-1.jpg?buildVs=090920182200);
}
.section-programa .day-2 .day-event.day-event-2 {
  background-image: url(../assets/gfx/programa-day-2-2.jpg?buildVs=090920182200);
}
.section-programa .day-2 .day-event.day-event-3 {
  background-image: url(../assets/gfx/programa-day-2-3.jpg?buildVs=090920182200);
}
.section-programa .day-2 .day-event.day-event-4 {
  background-image: url(../assets/gfx/programa-day-2-4.jpg?buildVs=090920182200);
}
.section-programa .day-2 .day-event.day-event-5 {
  background-image: url(../assets/gfx/programa-day-2-5.jpg?buildVs=090920182200);
}
.section-programa .day-2 .day-event.day-event-6 {
  background-image: url(../assets/gfx/programa-day-2-6.jpg?buildVs=090920182200);
}
.section-programa .day-2 .day-event.day-event-7 {
  background-image: url(../assets/gfx/programa-day-2-7.jpg?buildVs=090920182200);
}
.section-programa .day-2 .day-event.day-event-8 {
  background-image: url(../assets/gfx/programa-day-2-8.jpg?buildVs=090920182200);
}
.section-programa .day-2 .day-event.day-event-perm-1 {
  background-image: url(../assets/gfx/programa-day-2-perm-1.jpg?buildVs=090920182200);
}
.section-programa .day-2 .day-event.day-event-perm-2 {
  background-image: url(../assets/gfx/programa-day-2-perm-2.jpg?buildVs=090920182200);
}
.section-programa .day-2 .day-event.day-event-perm-3 {
  background-image: url(../assets/gfx/programa-day-2-perm-3.jpg?buildVs=090920182200);
}
.section-programa .day-2 .day-event.day-event-perm-4 {
  background-image: url(../assets/gfx/programa-day-2-perm-4.jpg?buildVs=090920182200);
}
.section-programa .day-2 .day-event.day-event-perm-5 {
  background-image: url(../assets/gfx/programa-day-2-perm-5.jpg?buildVs=090920182200);
}
.section-programa .day-2 .day-event.day-event-perm-6 {
  background-image: url(../assets/gfx/programa-day-2-perm-6.jpg?buildVs=090920182200);
}
.section-programa .day-2 .day-event.day-event-perm-7 {
  background-image: url(../assets/gfx/programa-day-2-perm-7.jpg?buildVs=090920182200);
}
.section-programa .day-3 .day-label {
  background: #ff2355;
  color: #008cdc;
}
.section-programa .day-3 .day-event.day-event-1 {
  background-image: url(../assets/gfx/programa-day-3-1.jpg?buildVs=090920182200);
}
.section-programa .day-3 .day-event.day-event-2 {
  background-image: url(../assets/gfx/programa-day-3-2.jpg?buildVs=090920182200);
}
.section-programa .day-3 .day-event.day-event-3 {
  background-image: url(../assets/gfx/programa-day-3-3.jpg?buildVs=090920182200);
}
.section-programa .day-3 .day-event.day-event-4 {
  background-image: url(../assets/gfx/programa-day-3-4.jpg?buildVs=090920182200);
}
.section-programa .day-3 .day-event.day-event-5 {
  background-image: url(../assets/gfx/programa-day-3-5.jpg?buildVs=090920182200);
}
.section-programa .day-3 .day-event.day-event-6 {
  background-image: url(../assets/gfx/programa-day-3-6.jpg?buildVs=090920182200);
}
.section-programa .day-3 .day-event.day-event-7 {
  background-image: url(../assets/gfx/programa-day-3-7.jpg?buildVs=090920182200);
}
.section-programa .day-3 .day-event.day-event-perm-1 {
  background-image: url(../assets/gfx/programa-day-3-perm-1.jpg?buildVs=090920182200);
}
.section-programa .day-3 .day-event.day-event-perm-2 {
  background-image: url(../assets/gfx/programa-day-3-perm-2.jpg?buildVs=090920182200);
}
.section-programa .day-3 .day-event.day-event-perm-3 {
  background-image: url(../assets/gfx/programa-day-3-perm-3.jpg?buildVs=090920182200);
}
.section-programa .day-3 .day-event.day-event-perm-4 {
  background-image: url(../assets/gfx/programa-day-3-perm-4.jpg?buildVs=090920182200);
}
.section-programa .day-3 .day-event.day-event-perm-5 {
  background-image: url(../assets/gfx/programa-day-3-perm-5.jpg?buildVs=090920182200);
}
.section-programa .day-3 .day-event.day-event-perm-6 {
  background-image: url(../assets/gfx/programa-day-3-perm-6.jpg?buildVs=090920182200);
}
.section-programa .day-3 .day-event.day-event-perm-7 {
  background-image: url(../assets/gfx/programa-day-3-perm-7.jpg?buildVs=090920182200);
}
.section-autores .section-inner {
  background: #969696;
}
.section-autores .authors-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  margin-left: -10px;
}
.section-autores .authors-list .author {
  width: 100%;
  padding: 10px;
}
.section-autores .authors-list .author figure {
  margin-bottom: 8px;
}
.section-autores .authors-list .author .author-name,
.section-autores .authors-list .author .author-bio {
  font: 400 13px/1.5em 'Open Sans', sans-serif;
  color: #3c3c3c;
}
.section-autores .authors-list .author .author-name {
  font-weight: 700;
  margin-bottom: .25em;
}
@media screen and (min-width: 480px) {
  .section-autores .authors-list .author {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .section-autores .authors-list {
    margin-left: -12.5px;
  }
  .section-autores .authors-list .author {
    padding: 12.5px;
  }
}
@media screen and (min-width: 1024px) {
  .section-autores .authors-list .author {
    width: 33.333%;
  }
}
@media screen and (min-width: 1280px) {
  .section-autores .authors-list {
    margin-left: -12.5px;
    padding: 12.5px;
  }
  .section-autores .authors-list .author {
    width: 25%;
  }
}
@media screen and (min-width: 1600px) {
  .section-autores .authors-list .author {
    width: 20%;
  }
}
.section-infos .section-inner {
  background: #ccc url(../assets/gfx/section-infos-bg.jpg?buildVs=090920182200) no-repeat bottom center;
  background-size: cover;
}
.section-infos .section-inner .infos-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  margin-left: -10px;
}
.section-infos .section-inner .infos-list .info {
  width: 100%;
  padding: 10px;
}
.section-infos .section-inner .infos-list .info .title {
  font: 800 16px/1.2 'Open Sans', sans-serif;
  color: #fff;
  margin: 2em 0 1em 0;
}
.section-infos .section-inner .infos-list .info .text {
  font: 400 13px/1.5 'Open Sans', sans-serif;
  color: #fff;
  margin: 0 0 1em 0;
}
.section-infos .section-inner .infos-list .info a {
  color: #fff;
  text-decoration: underline;
}
.section-infos .section-inner .infos-list .info .map {
  margin-top: .5em;
  border: solid 1px #969696;
  transition: border .3s;
}
.section-infos .section-inner .infos-list .info .map:hover {
  border-color: #fff;
}
@media screen and (min-width: 480px) {
  .section-infos .section-inner .infos-list .info {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .section-infos .section-inner .infos-list {
    margin-left: -12.5px;
  }
  .section-infos .section-inner .infos-list .info {
    padding: 12.5px;
  }
}
@media screen and (min-width: 1024px) {
  .section-infos .section-inner .infos-list .info {
    width: 33.333%;
  }
}
@media screen and (min-width: 1600px) {
  .section-infos .section-inner .infos-list {
    margin-left: -12.5px;
    padding: 12.5px;
  }
  .section-infos .section-inner .infos-list .info {
    width: 25%;
  }
}
.section-comprar .section-inner {
  background: #ccc url(../assets/gfx/section-comprar-bg.jpg?buildVs=090920182200) no-repeat bottom center;
  background-size: cover;
}
@media screen and (min-width: 1280px) {
  .section-comprar .section-inner.has-scrollable-container .scrollable-container {
    max-width: 100%;
    margin: 0 75px;
  }
}
.section-comprar .disclaimer-wrapper {
  width: 80%;
  margin: 0 auto 20px auto;
}
@media screen and (min-width: 768px) {
  .section-comprar .disclaimer-wrapper {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1280px) {
  .section-comprar .disclaimer-wrapper {
    margin-bottom: 25px;
  }
}
.section-comprar .disclaimer-wrapper .text {
  font: 400 14px/1.5 'Open Sans', sans-serif;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section-comprar .disclaimer-wrapper .text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .section-comprar .disclaimer-wrapper .text {
    font-size: 18px;
  }
}
.section-comprar .tickets-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  margin-left: -10px;
}
.section-comprar .tickets-list .ticket {
  width: 100%;
  padding: 10px;
  text-align: center;
}
.section-comprar .tickets-list .ticket figure {
  margin-bottom: 8px;
}
.section-comprar .tickets-list .ticket .ticket-description {
  font: 400 15px/1.25em 'Open Sans', sans-serif;
  color: #fff;
  display: none;
}
.section-comprar .tickets-list .ticket .buy-button {
  font: 400 12px/1.25em '5Computers In Love', sans-serif;
  color: #fff;
  display: inline-block;
  margin-top: .75em;
  padding: .7em 1.5em .25em 1.5em;
}
@media screen and (min-width: 768px) {
  .section-comprar .tickets-list .ticket .buy-button {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .section-comprar .tickets-list .ticket .buy-button {
    font-size: 16px;
  }
}
.section-comprar .tickets-list .ticket:nth-child(1) .buy-button {
  background: #3c3c3c;
  color: #969696;
}
.section-comprar .tickets-list .ticket:nth-child(1) .buy-button:hover {
  background: #969696;
  color: #3c3c3c;
}
.section-comprar .tickets-list .ticket:nth-child(2) .buy-button {
  background: #ffff64;
  color: #7846dc;
}
.section-comprar .tickets-list .ticket:nth-child(2) .buy-button:hover {
  background: #7846dc;
  color: #ffff64;
}
.section-comprar .tickets-list .ticket:nth-child(3) .buy-button {
  background: #f5648c;
  color: #00dc8c;
}
.section-comprar .tickets-list .ticket:nth-child(3) .buy-button:hover {
  background: #00dc8c;
  color: #f5648c;
}
.section-comprar .tickets-list .ticket:nth-child(4) .buy-button {
  background: #008cdc;
  color: #ff2355;
}
.section-comprar .tickets-list .ticket:nth-child(4) .buy-button:hover {
  background: #ff2355;
  color: #008cdc;
}
@media screen and (min-width: 768px) {
  .section-comprar .tickets-list {
    margin-left: -12.5px;
  }
  .section-comprar .tickets-list .ticket {
    width: 50%;
    padding: 12.5px;
  }
}
@media screen and (min-width: 1280px) {
  .section-comprar .tickets-list {
    margin-left: -12.5px;
    padding: 12.5px;
  }
  .section-comprar .tickets-list .ticket {
    width: 25%;
  }
}
.section-redes .section-inner {
  background: #ccc url(../assets/gfx/section-comprar-bg.jpg?buildVs=090920182200) no-repeat bottom center;
  background-size: cover;
}
@media screen and (min-width: 1280px) {
  .section-redes .section-inner.has-scrollable-container .scrollable-container {
    max-width: 100%;
    margin: 0 75px;
  }
}
.section-redes .follow-wrapper {
  width: 100%;
  margin: 0 auto 20px auto;
}
@media screen and (min-width: 768px) {
  .section-redes .follow-wrapper {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1280px) {
  .section-redes .follow-wrapper {
    margin-bottom: 25px;
  }
}
.section-redes .follow-wrapper .text {
  font: 800 14px/1.5 'Open Sans', sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .section-redes .follow-wrapper .text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .section-redes .follow-wrapper .text {
    font-size: 18px;
  }
}
.section-redes .social-network-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
}
.section-redes .social-network-list .social-network {
  text-align: center;
  margin: 5px;
}
.section-redes .social-network-list .social-network .follow-button {
  display: block;
  background: #fff;
  width: 50px;
  height: 50px;
  font-size: 25px;
  line-height: 50px;
  color: #3c3c3c;
}
@media screen and (min-width: 768px) {
  .section-redes .social-network-list .social-network .follow-button {
    width: 75px;
    height: 75px;
    font-size: 37.5px;
    line-height: 75px;
  }
}
@media screen and (min-width: 1280px) {
  .section-redes .social-network-list .social-network .follow-button {
    width: 75px;
    height: 75px;
    font-size: 37.5px;
    line-height: 75px;
  }
}
.section-redes .social-network-list .social-network .follow-button span {
  font-size: 0;
  line-height: 0;
  color: transparent;
  opacity: 0;
}
