/* CONFIG */
/* CONFIG */
/* MIXINS */
/* FONTS */
/* COLORS */
/* BREAKS */
/* W&H */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  width: 100%; }

body {
  width: 100%;
  max-width: 100vw;
  color: #000000;
  position: relative;
  font-size: 18px;
  min-height: 100vh;
  overflow-x: hidden;
  background: #ffffff;
  line-height: 1.5;
  font-family: "Circular-Std-Book", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.screen-reader-text {
  position: absolute;
  left: -9999px;
  top: -9999px; }

.clear {
  clear: both; }

.group:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

* html .group, *:first-child + html .group {
  zoom: 1; }

/* First selector = IE6, Second Selector = IE 7 */
#page-wrap {
  width: 100%;
  margin: 0 auto;
  position: relative; }

h1, h2, h3 {
  font-family: "Circular-Std-Book", sans-serif;
  font-weight: normal;
  margin: 0 0 10px 0;
  line-height: 130%; }

p {
  font-size: 20px;
  margin: 0 0 20px 0;
  line-height: 1.5; }

a {
  color: #000000;
  text-decoration: none; }

p a {
  border-bottom: 2px solid;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  p a:hover {
    opacity: 0.6; }

#header a:hover, #footer a:hover {
  opacity: 0.75; }

img {
  border: none; }

a img {
  border: none; }

b, strong {
  font-weight: normal;
  font-family: "Circular-Std-Book", sans-serif; }

#pre {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: block;
  z-index: 99;
  position: fixed;
  background: #ffffff; }

section {
  outline: none; }

.pad {
  padding: 20px; }

.gutter {
  margin-right: 20px; }

.inline {
  display: inline-block;
  float: left;
  vertical-align: top; }

.hidden {
  display: none; }

.btn {
  margin: 12px;
  cursor: pointer;
  border: 1px solid;
  padding: 15px 30px 10px 30px;
  display: inline-block;
  font-size: 20px;
  font-family: "Circular-Std-Book", sans-serif;
  line-height: 1;
  letter-spacing: 1px;
  border-radius: 5px;
  text-transform: uppercase;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px; }
  @media (max-width: 600px) {
    .wrap {
      padding: 0 20px; } }

.ttl {
  margin-bottom: 50px; }
  @media (max-width: 900px) {
    .ttl {
      margin-bottom: 30px; } }
  .ttl--fixed {
    color: transparent;
    position: fixed;
    font-size: 9vw;
    line-height: 1;
    -webkit-transform: translateX(calc(-100% - 15px));
            transform: translateX(calc(-100% - 15px));
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (min-width: 900px) {
      .ttl--fixed {
        font-size: 85px; } }
    @media (max-width: 1080px) {
      .ttl--fixed {
        display: none; } }
    .ttl--fixed:hover {
      color: #ffffff;
      -webkit-text-fill-color: #ffffff; }
  .ttl--fp {
    color: transparent;
    display: none;
    font-size: 9vw;
    line-height: 1;
    margin-right: 10px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (min-width: 900px) {
      .ttl--fp {
        font-size: 85px; } }
    @media (max-width: 1080px) {
      .ttl--fp {
        display: inline-block; } }
    .ttl--fp:hover {
      color: #ffffff;
      -webkit-text-fill-color: #ffffff; }
  .ttl--section {
    font-size: 9vw;
    line-height: 1; }
    @media (min-width: 900px) {
      .ttl--section {
        font-size: 85px; } }

.iframe--wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%; }
  .iframe--wrap iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute; }

@font-face {
  font-family: 'Circular-Std-Book';
  src: url("../webfont/Circular-Std-Book.eot");
  src: url("../webfont/Circular-Std-Book.eot?#iefix") format("embedded-opentype"), url("../webfont/Circular-Std-Book.woff") format("woff"), url("../webfont/Circular-Std-Book.ttf") format("truetype"), url("../webfont/Circular-Std-Book.svg#Circular-Std-Book") format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal; }

/* GENERAL */
.header {
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
  position: fixed;
  background-color: #ffffff; }
  .header__menu {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    .header__menu--item {
      cursor: pointer;
      font-size: 18px;
      line-height: 50px;
      text-transform: uppercase;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (max-width: 900px) {
        .header__menu--item {
          display: none; } }
      .header__menu--item.prox {
        position: relative; }
        .header__menu--item.prox:hover:after {
          opacity: 1; }
        .header__menu--item.prox:after {
          top: 0;
          left: 50%;
          opacity: 0;
          content: 'PROXIMAMENTE';
          position: absolute;
          font-size: 14px;
          min-width: 100%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          text-align: center;
          text-transform: uppercase;
          background-color: #ffffff; }
  .header__mobile {
    display: none;
    font-size: 25px;
    text-align: center;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
    @media (max-width: 900px) {
      .header__mobile ul.menu li a {
        display: block;
        padding: 6px 12px;
        font-size: 21px;
        text-align: center;
        text-transform: uppercase; }
        .header__mobile ul.menu li a:hover {
          background-color: #f6f6f6; } }
    .header__mobile--btn {
      width: 100%;
      cursor: pointer;
      padding: 10px;
      display: none;
      font-size: 25px;
      text-align: center;
      -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
      text-transform: uppercase;
      background-color: #ffffff;
      user-select: none;
      -ms-user-select: none;
      -moz-user-select: none;
      -webkit-user-select: none;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (max-width: 900px) {
        .header__mobile--btn {
          display: block; } }
    .header__mobile--social {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 12px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .header__mobile--social > a {
        color: #FC433C;
        margin: 0 12px;
        font-size: 25px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }

.ticker {
  top: 0;
  width: 100%;
  height: 50px;
  z-index: 3;
  position: fixed;
  -webkit-animation: ticker 15s linear infinite;
          animation: ticker 15s linear infinite;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  background-size: auto 50px;
  background-color: #FEDC32;
  background-image: url(../img/ticker.svg);
  background-repeat: repeat-x;
  background-position: 0 0;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  display: none; }

@-webkit-keyframes ticker {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 1730px 0; } }

@keyframes ticker {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 1730px 0; } }

.page {
  min-height: calc(100vh - 50px);
  margin: 0;
  overflow: auto;
  position: relative; }
  .page--ttl {
    padding: 20px;
    margin-bottom: 30px; }
    @media (max-width: 720px) {
      .page--ttl {
        margin-bottom: 10px; } }
  .page--fp {
    display: inline-block; }
  .page--content {
    width: 100%;
    max-width: 980px;
    padding-left: 10%;
    padding-right: 30px; }
    @media (max-width: 900px) {
      .page--content {
        padding-left: 30px; } }
  .page--btn {
    color: #000000;
    padding: 12px 25px;
    display: inline-block;
    font-size: 25px;
    line-height: 1;
    border-radius: 25px;
    background-color: #FEDC32;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 900px) {
      .page--btn {
        right: 50%;
        bottom: -50px;
        padding: 10px 20px;
        font-size: 20px;
        -webkit-transform: translateX(50%);
                transform: translateX(50%); } }
    .page--btn:hover img {
      margin-left: 10px; }
    .page--btn img {
      width: auto;
      height: 21px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (max-width: 900px) {
        .page--btn img {
          height: 17px; } }
  .page form {
    width: 100%;
    margin: 50px 0; }
    .page form div {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 20px; }
      .page form div label {
        width: 180px;
        color: #FEDC32;
        cursor: pointer;
        font-size: 28px; }
        @media (max-width: 720px) {
          .page form div label {
            width: 100%; } }
      .page form div span {
        width: calc(100% - 180px);
        padding-top: 5px; }
        @media (max-width: 720px) {
          .page form div span {
            width: 100%; } }
        .page form div span input,
        .page form div span textarea {
          width: 100%;
          border: 0;
          resize: vertical;
          padding: 8px;
          font-size: 18px;
          outline: none;
          appearance: none;
          -moz-appearance: none;
          -webkit-appearance: none; }
    .page form input[type="submit"] {
      color: #000000;
      border: 0;
      cursor: pointer;
      padding: 10px 20px;
      display: inline-block;
      font-size: 22px;
      border-radius: 30px;
      letter-spacing: 1px;
      text-transform: uppercase;
      background-color: #ffffff;
      outline: none;
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none; }
    .page form span.wpcf7-not-valid-tip {
      margin: -37px 0 0px 100%;
      -webkit-transform: translateX(-250px);
              transform: translateX(-250px); }
  .page .mailchimp .mc-field-group {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px; }
    .page .mailchimp .mc-field-group label {
      width: 220px;
      color: #000000;
      cursor: pointer;
      font-size: 25px;
      padding-right: 20px; }
      @media (max-width: 720px) {
        .page .mailchimp .mc-field-group label {
          width: 100%; } }
    .page .mailchimp .mc-field-group input {
      height: 38px;
      width: calc(100% - 220px);
      border: 0;
      resize: vertical;
      padding: 8px;
      font-size: 18px;
      padding-top: 5px;
      outline: none;
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none; }
      @media (max-width: 720px) {
        .page .mailchimp .mc-field-group input {
          width: 100%; } }
    .page .mailchimp .mc-field-group select {
      width: calc(100% - 220px);
      border: 0;
      font-size: 18px;
      padding-top: 5px; }

/* SECTIONS */
.home {
  padding: 0; }
  .home--ttl {
    width: 100vw;
    color: #ffffff;
    cursor: default;
    z-index: 2;
    position: absolute;
    font-size: 9vw;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none; }
  .home--btn {
    right: 30px;
    bottom: -35px;
    color: #ffffff;
    padding: 12px 25px;
    display: inline-block;
    position: absolute;
    font-size: 25px;
    line-height: 1;
    border: 2px solid #ffffff;
    border-radius: 25px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 900px) {
      .home--btn {
        right: 50%;
        bottom: -50px;
        padding: 10px 20px;
        font-size: 20px;
        -webkit-transform: translateX(50%);
                transform: translateX(50%); } }
    .home--btn:hover {
      color: #000000;
      background-color: #ffffff; }
      .home--btn:hover img {
        -webkit-filter: invert(0%);
                filter: invert(0%); }
    .home--btn img {
      width: auto;
      height: 21px;
      -webkit-filter: invert(100%);
              filter: invert(100%);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (max-width: 900px) {
        .home--btn img {
          height: 17px; } }
  .home__video {
    width: 100vw;
    height: calc(100vh - 50px);
    position: relative;
    background-color: #eeeeee;
    background-position: center;
    -o-object-fit: cover;
       object-fit: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    @media (max-width: 720px) {
      .home__video {
        display: none; } }
    .home__video--container {
      width: 100vw;
      height: calc(100vh - 50px);
      margin: 0px auto;
      overflow: hidden;
      position: relative;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }

.about__sidebar {
  top: 200px;
  right: 0;
  color: #ffffff;
  width: 300px;
  min-width: 300px;
  z-index: 1;
  position: fixed;
  list-style: none; }
  @media (max-width: 900px) {
    .about__sidebar {
      top: 0;
      width: 100%;
      padding: 30px;
      padding-bottom: 0;
      position: relative;
      background-color: #000000; } }
  .about__sidebar--item {
    color: white;
    position: relative;
    font-size: 20px;
    text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.5);
    padding-left: 30px;
    padding-bottom: 20px;
    text-transform: uppercase; }
    .about__sidebar--item:before {
      top: 5px;
      left: 0;
      width: 23px;
      height: 20px;
      content: '';
      display: block;
      position: absolute;
      background-size: auto 100%;
      background-image: url(../img/arrow-next.svg);
      background-repeat: no-repeat;
      background-position: right center;
      -webkit-filter: drop-shadow(-1px 1px 1px rgba(255, 255, 255, 0.5)) invert(100%);
      filter: drop-shadow(-1px 1px 1px rgba(255, 255, 255, 0.5)) invert(100%); }
    .about__sidebar--item a {
      color: #ffffff; }
  .about__sidebar--btn a {
    color: #ffffff;
    padding: 8px 15px;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    border: 2px solid #ffffff;
    border-radius: 25px;
    margin-bottom: 18px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .about__sidebar--btn a:hover {
      color: #000000;
      text-shadow: none;
      background-color: #ffffff; }

.about__section {
  padding-top: 20px;
  padding-left: 10%;
  padding-right: 40px;
  padding-bottom: 60px; }
  @media (max-width: 1080px) {
    .about__section {
      padding-left: 30px;
      padding-right: 30px; } }
  .about__section:nth-child(2) {
    background-color: #0B52BE; }
  .about__section.slider {
    padding-bottom: 710px; }
    @media (max-width: 900px) {
      .about__section.slider {
        padding-bottom: 510px; } }
    @media (max-width: 720px) {
      .about__section.slider {
        padding-bottom: 360px; } }
  .about__section--body {
    width: 100%;
    height: auto;
    max-width: calc(100% - 300px); }
    @media (max-width: 900px) {
      .about__section--body {
        max-width: 100%; } }
  @media (max-width: 900px) {
    .about__section--ttl {
      margin-left: 0; } }
  .about__section--content img {
    width: 100% !important;
    height: auto !important;
    margin: 10px auto; }
  .about__section--slider {
    left: 0;
    width: 100vw;
    z-index: 2;
    display: block !important;
    overflow: hidden;
    position: absolute !important;
    margin-top: 20px;
    margin-bottom: 50px; }
    .about__section--slider img {
      width: auto;
      height: 650px;
      margin: 0 20px;
      outline: none; }
      @media (max-width: 900px) {
        .about__section--slider img {
          height: 450px;
          margin: 0 10px; } }
      @media (max-width: 720px) {
        .about__section--slider img {
          height: 300px;
          margin: 0 5px; } }
    .about__section--slider .slick-arrow {
      top: 50%;
      color: transparent;
      width: 80px;
      height: 60px;
      border: none;
      cursor: pointer;
      outline: none;
      z-index: 2;
      position: absolute;
      font-size: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      background-color: transparent;
      -webkit-filter: invert(100%);
      filter: invert(100%);
      outline: none;
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center; }
      @media (max-width: 900px) {
        .about__section--slider .slick-arrow {
          width: 60px;
          height: 45px; } }
      @media (max-width: 720px) {
        .about__section--slider .slick-arrow {
          width: 32px;
          height: 24px; } }
    .about__section--slider .slick-prev {
      left: 20px;
      background-image: url(../img/arrow-prev.svg); }
    .about__section--slider .slick-next {
      right: 20px;
      background-image: url(../img/arrow-next.svg); }

.sedes--ttl {
  padding: 20px;
  margin-bottom: 0px; }

.sedes--fp {
  display: inline-block; }

.sedes__slider {
  width: 100%; }
  .sedes__slider .slick-arrow {
    top: 50%;
    color: transparent;
    width: 80px;
    height: 60px;
    border: none;
    cursor: pointer;
    outline: none;
    z-index: 2;
    position: absolute;
    font-size: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: transparent;
    -webkit-filter: invert(100%);
            filter: invert(100%);
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }
    @media (max-width: 900px) {
      .sedes__slider .slick-arrow {
        width: 60px;
        height: 45px; } }
    @media (max-width: 720px) {
      .sedes__slider .slick-arrow {
        width: 32px;
        height: 24px; } }
  .sedes__slider .slick-prev {
    left: 20px;
    background-image: url(../img/arrow-prev.svg); }
    @media (max-width: 720px) {
      .sedes__slider .slick-prev {
        left: 5px; } }
  .sedes__slider .slick-next {
    right: 20px;
    background-image: url(../img/arrow-next.svg); }
    @media (max-width: 720px) {
      .sedes__slider .slick-next {
        right: 5px; } }

.sedes__slide {
  width: 100%;
  max-width: calc(100vw - 300px);
  margin: 0 20px;
  outline: none;
  position: relative;
  background-color: #eeeeee;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  @media (max-width: 900px) {
    .sedes__slide {
      max-width: 100vw;
      height: calc(100vh - 250px) !important; } }
  @media (max-width: 720px) {
    .sedes__slide {
      max-width: 100vw;
      height: calc(100vh - 50px) !important; } }
  .sedes__slide--inner {
    height: calc(100vh - 250px) !important;
    color: #ffffff;
    padding: 40px;
    position: relative;
    background-color: transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 720px) {
      .sedes__slide--inner {
        height: calc(100vh - 50px) !important;
        opacity: 1;
        padding-top: 70px;
        background-color: rgba(0, 0, 0, 0.6); } }
    .sedes__slide--inner * {
      opacity: 0; }
      @media (max-width: 720px) {
        .sedes__slide--inner * {
          opacity: 1; } }
  .sedes__slide--ttl {
    max-width: calc(100% - 100px);
    color: #ffffff;
    outline: none;
    opacity: 1 !important;
    display: inline-block;
    font-size: 30px;
    margin-bottom: 30px;
    text-transform: uppercase; }
    @media (max-width: 900px) {
      .sedes__slide--ttl {
        max-width: 100%; } }
    @media (max-width: 720px) {
      .sedes__slide--ttl {
        font-size: 26px; } }
    .sedes__slide--ttl .fa {
      font-size: 25px !important;
      margin-left: 5px; }
  .sedes__slide--txt {
    max-width: 680px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 900px) {
      .sedes__slide--txt {
        opacity: 1;
        max-width: 100%; } }
  .sedes__slide--link {
    top: 20px;
    right: 0px;
    color: #ffffff;
    padding: 10px;
    display: inline-block;
    position: absolute;
    font-size: 14px;
    line-height: 1;
    font-family: "Circular-Std-Bold", sans-serif;
    border-radius: 20px 0 0 20px;
    text-transform: uppercase;
    background-color: transparent;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .sedes__slide--link:hover {
      padding-right: 20px;
      background-color: #ffffff;
      color: #000000; }
  .sedes__slide:hover .sedes__slide--inner {
    background-color: rgba(0, 0, 0, 0.6); }
  .sedes__slide:hover .sedes__slide--inner * {
    opacity: 1; }

.sponsors {
  min-height: calc(100vh - 50px);
  padding-bottom: 0;
  background-color: #0B52BE; }
  .sponsors__group:nth-child(2) {
    background-color: #0B52BE; }
  .sponsors__group:nth-child(3) {
    background-color: #FC433C; }
  .sponsors__group:nth-child(4) {
    background-color: #FECF32; }
  .sponsors__group {
    padding-left: 10%;
    padding-right: 20px; }
    @media (max-width: 1080px) {
      .sponsors__group {
        padding-left: 20px; } }
    .sponsors__group--content {
      width: 100%;
      max-width: 980px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding-top: 20px;
      padding-bottom: 50px; }
    .sponsors__group--item {
      width: calc(100% / 6);
      border: 20px solid transparent;
      overflow: hidden;
      border-radius: 6px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (max-width: 900px) {
        .sponsors__group--item {
          width: calc(100% / 4); } }
      @media (max-width: 600px) {
        .sponsors__group--item {
          width: calc(100% / 2); } }
      .sponsors__group--item.xl {
        width: calc(100% / 3); }
        .sponsors__group--item.xl .sponsors__group--img {
          padding-top: calc(50% - 20px); }
        @media (max-width: 900px) {
          .sponsors__group--item.xl {
            width: calc(100% / 2); } }
        @media (max-width: 600px) {
          .sponsors__group--item.xl {
            width: 100%; } }
      .sponsors__group--item:hover {
        background-color: rgba(255, 255, 255, 0.05); }
    .sponsors__group--img {
      width: 100%;
      height: 0;
      padding-top: 100%;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center; }

.contacto--ttl {
  margin-bottom: 30px;
  padding: 20px; }

.contacto--fp {
  display: inline-block; }

.contacto--content {
  width: 100%;
  min-height: calc(100vh - 400px);
  padding-left: 12%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 900px) {
    .contacto--content {
      padding-left: 0; } }
  @media (max-width: 720px) {
    .contacto--content {
      min-height: calc(100vh - 220px);
      padding: 20px; } }
  .contacto--content p {
    color: #999999;
    font-size: 3.5vw; }
    @media (max-width: 900px) {
      .contacto--content p {
        font-size: 28px; } }
    @media (max-width: 720px) {
      .contacto--content p {
        font-size: 22px; } }

.contacto__social {
  margin-bottom: 30px; }
  .contacto__social--item {
    font-size: 6vw !important;
    margin-right: 3.5vw; }
    @media (max-width: 900px) {
      .contacto__social--item {
        font-size: 32px !important;
        margin-right: 15px; }
        .contacto__social--item:last-child {
          margin-right: 0; } }
  .contacto__social--email {
    color: #000000;
    display: inline-block;
    font-size: 5.5vw;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 900px) {
      .contacto__social--email {
        font-size: 28px; } }
    @media (max-width: 720px) {
      .contacto__social--email {
        font-size: 22px; } }
    .contacto__social--email:hover {
      opacity: 0.7; }

.invitados {
  min-height: calc(100vh - 50px);
  background-color: #FC433C; }
  .invitados--ttl {
    padding: 20px;
    margin-bottom: 0; }
  .invitados--fp {
    display: inline-block; }
  .invitados__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 5% 20px 10%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 1080px) {
      .invitados__container {
        padding: 10px; } }
    @media (max-width: 720px) {
      .invitados__container {
        padding: 20px 0 7.5px 0; } }
  .invitados__item {
    width: calc((100% / 2));
    padding: 15px; }
    @media (max-width: 900px) {
      .invitados__item {
        padding: 10px; } }
    @media (max-width: 720px) {
      .invitados__item {
        width: 100%;
        padding: 7.5px 15px; } }
    .invitados__item--spacer {
      width: 100%;
      height: 0px;
      position: relative;
      padding-top: 60%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
      @media (max-width: 900px) {
        .invitados__item--spacer {
          height: auto;
          padding-top: 0;
          background-image: none !important; } }
    .invitados__item--inner {
      top: 0;
      left: 0;
      color: #ffffff;
      width: 100%;
      height: 100%;
      padding: 20px;
      overflow-y: scroll;
      position: absolute;
      background-color: transparent;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (max-width: 900px) {
        .invitados__item--inner {
          padding: 0;
          opacity: 1;
          overflow: auto;
          position: relative;
          margin-bottom: 10px;
          background-color: transparent !important; } }
      .invitados__item--inner * {
        opacity: 0; }
        @media (max-width: 900px) {
          .invitados__item--inner * {
            opacity: 1; } }
    .invitados__item--img {
      width: 100%;
      height: 0;
      padding-top: 60%;
      background-color: #c-font;
      display: none;
      margin-bottom: 10px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
      @media (max-width: 900px) {
        .invitados__item--img {
          display: block; } }
    .invitados__item--ttl {
      opacity: 1 !important;
      font-size: 23px;
      font-family: "Circular-Std-Bold", sans-serif;
      text-transform: uppercase; }
    .invitados__item--profile {
      margin-bottom: 20px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (max-width: 900px) {
        .invitados__item--profile {
          opacity: 1; } }
    .invitados__item--txt {
      width: 100%;
      max-width: 500px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (max-width: 900px) {
        .invitados__item--txt {
          opacity: 1; } }
    .invitados__item--txt * {
      font-size: 16px;
      line-height: 1.4; }
    .invitados__item--link {
      top: 20px;
      right: 0px;
      color: #ffffff;
      padding: 10px;
      display: inline-block;
      position: absolute;
      font-size: 14px;
      line-height: 1;
      font-family: "Circular-Std-Bold", sans-serif;
      border-radius: 20px 0 0 20px;
      text-transform: uppercase;
      background-color: transparent;
      border-top: 2px solid #ffffff;
      border-left: 2px solid #ffffff;
      border-bottom: 2px solid #ffffff;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (max-width: 900px) {
        .invitados__item--link {
          opacity: 1; } }
      .invitados__item--link:hover {
        padding-right: 20px;
        background-color: #ffffff;
        color: #000000; }
    .invitados__item:hover .invitados__item--inner {
      background-color: rgba(0, 0, 0, 0.6); }
    .invitados__item:hover .invitados__item--inner * {
      opacity: 1; }

.inscripcion {
  padding-top: 30px;
  background-size: 460px auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 30px) 0; }
  @media (max-width: 900px) {
    .inscripcion {
      padding-top: 150px;
      background-size: 65% auto; } }
  .inscripcion__text--one {
    color: #FEDC32;
    font-size: 65px;
    line-height: 1.2;
    margin-bottom: 30px;
    text-transform: uppercase;
    -webkit-text-fill-color: #FEDC32;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black; }
    @media (max-width: 720px) {
      .inscripcion__text--one {
        font-size: 40px; } }
  .inscripcion__text--two {
    color: #0B52BE;
    font-size: 45px;
    line-height: 1.2;
    margin-bottom: 30px;
    text-transform: uppercase; }
    @media (max-width: 720px) {
      .inscripcion__text--two {
        font-size: 32px; } }
  .inscripcion__text--three {
    color: #ffffff;
    font-size: 32px;
    line-height: 1.2;
    text-transform: uppercase; }
    @media (max-width: 720px) {
      .inscripcion__text--three {
        font-size: 28px; } }
  .inscripcion__text--four {
    color: #0B52BE;
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 30px;
    text-transform: uppercase; }
    @media (max-width: 720px) {
      .inscripcion__text--four {
        font-size: 21px; } }
  .inscripcion__text--five {
    color: #ffffff;
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 30px; }
    @media (max-width: 720px) {
      .inscripcion__text--five {
        font-size: 21px; } }
  .inscripcion__text--six {
    color: #FEDC32;
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 30px; }
    @media (max-width: 720px) {
      .inscripcion__text--six {
        font-size: 21px; } }

.programacion {
  width: 100%;
  min-height: 100vh;
  background-color: #FEDC32; }
  .programacion--cine {
    background-color: #0B52BE; }
  .programacion--eventos {
    background-color: #FC433C; }
  .programacion--talleres {
    background-color: #FEDC32; }
    @media (max-width: 900px) {
      .programacion--talleres *:not(a) {
        color: #000000 !important; } }
  .programacion__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 5% 20px 10%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 1080px) {
      .programacion__container {
        padding: 10px; } }
    @media (max-width: 720px) {
      .programacion__container {
        padding: 20px 0 7.5px 0; } }
    .programacion__container--ttl {
      width: 100%; }
      @media (max-width: 900px) {
        .programacion__container--ttl {
          margin-left: 10px; } }
  .programacion__item {
    width: calc((100% / 2));
    padding: 15px; }
    @media (max-width: 900px) {
      .programacion__item {
        padding: 10px; } }
    @media (max-width: 720px) {
      .programacion__item {
        width: 100%;
        padding: 7.5px 15px; } }
    .programacion__item--spacer {
      width: 100%;
      height: 0px;
      position: relative;
      padding-top: 60%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
      @media (max-width: 900px) {
        .programacion__item--spacer {
          height: auto;
          padding-top: 0;
          background-image: none !important; } }
    .programacion__item--inner {
      top: 0;
      left: 0;
      color: #ffffff;
      width: 100%;
      height: 100%;
      padding: 20px;
      overflow-y: scroll;
      position: absolute;
      background-color: transparent;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (max-width: 900px) {
        .programacion__item--inner {
          padding: 0;
          opacity: 1;
          overflow: auto;
          position: relative;
          margin-bottom: 10px;
          background-color: transparent !important; } }
      .programacion__item--inner * {
        opacity: 0; }
        @media (max-width: 900px) {
          .programacion__item--inner * {
            opacity: 1; } }
    .programacion__item--img {
      width: 100%;
      height: 0;
      padding-top: 60%;
      background-color: #c-font;
      display: none;
      margin-bottom: 10px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
      @media (max-width: 900px) {
        .programacion__item--img {
          display: block; } }
    .programacion__item--ttl {
      opacity: 1 !important;
      font-size: 23px;
      font-family: "Circular-Std-Bold", sans-serif;
      text-transform: uppercase; }
    .programacion__item--dir {
      opacity: 1 !important;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (max-width: 900px) {
        .programacion__item--dir {
          opacity: 1; } }
    .programacion__item--day {
      margin-bottom: 20px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (max-width: 900px) {
        .programacion__item--day {
          opacity: 1; } }
    .programacion__item--txt {
      width: 100%;
      max-width: 420px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (max-width: 900px) {
        .programacion__item--txt {
          opacity: 1; } }
    .programacion__item--txt * {
      font-size: 16px;
      line-height: 1.4; }
    .programacion__item--link {
      top: 20px;
      right: 0px;
      color: #ffffff;
      padding: 10px;
      display: inline-block;
      position: absolute;
      font-size: 14px;
      line-height: 1;
      font-family: "Circular-Std-Bold", sans-serif;
      border-radius: 20px 0 0 20px;
      text-transform: uppercase;
      background-color: transparent;
      border-top: 2px solid #ffffff;
      border-left: 2px solid #ffffff;
      border-bottom: 2px solid #ffffff;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .programacion__item--link:hover {
        padding-right: 20px;
        background-color: #ffffff;
        color: #000000; }
    .programacion__item:hover .programacion__item--inner {
      background-color: rgba(0, 0, 0, 0.6); }
    .programacion__item:hover .programacion__item--inner * {
      opacity: 1; }
/*# sourceMappingURL=festivaldelpuerto.css.map */