body {
  margin: 0;
  padding: 0;
}

section.mainContent.oktoberfest-2019 div.row>div.voltar {
  display: none;
}

section.mainContent.oktoberfest-2019 h1,
section.mainContent.oktoberfest-2019 h2,
section.mainContent.oktoberfest-2019 h3 {
  font-weight: normal;
}

section.mainContent.oktoberfest-2019 strong {
  font-weight: normal;
}

section.mainContent.oktoberfest-2019 .clearfix:before,
section.mainContent.oktoberfest-2019 .premios:before,
section.mainContent.oktoberfest-2019 .premios .content-container:before,
section.mainContent.oktoberfest-2019 .header:before,
section.mainContent.oktoberfest-2019 .participe:before,
section.mainContent.oktoberfest-2019 .clearfix:after,
section.mainContent.oktoberfest-2019 .premios:after,
section.mainContent.oktoberfest-2019 .premios .content-container:after,
section.mainContent.oktoberfest-2019 .header:after,
section.mainContent.oktoberfest-2019 .participe:after {
  content: "";
  display: table;
}

section.mainContent.oktoberfest-2019 .clearfix:after,
section.mainContent.oktoberfest-2019 .premios:after,
section.mainContent.oktoberfest-2019 .premios .content-container:after,
section.mainContent.oktoberfest-2019 .header:after,
section.mainContent.oktoberfest-2019 .participe:after {
  clear: both;
}

section.mainContent.oktoberfest-2019 .overflow-x-auto {
  overflow: auto;
}

section.mainContent.oktoberfest-2019 .fixed-button {
  background-color: #cc092f;
  background: -webkit-gradient(linear, left top, right top, from(#CC092F), to(#B2207B));
  background: -webkit-linear-gradient(left, #CC092F 0%, #B2207B 100%);
  background: -o-linear-gradient(left, #CC092F 0%, #B2207B 100%);
  background: linear-gradient(90deg, #CC092F 0%, #B2207B 100%);
  -webkit-box-shadow: 0 1px 7px 0 rgba(0,0,0,0.3);
          box-shadow: 0 1px 7px 0 rgba(0,0,0,0.3);
  border: none;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Gilroy-Bold", sans-serif;
  padding: 14px 0;
  position: fixed;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
       -o-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  z-index: 4;
  width: 100%;
  max-width: 1280px;
  -webkit-transition: all ease-in 0.1s;
  -o-transition: all ease-in 0.1s;
  transition: all ease-in 0.1s;
  cursor: pointer;
}

section.mainContent.oktoberfest-2019 .fixed-button span {
  display: inline-block;
}

section.mainContent.oktoberfest-2019 .fixed-button span::after {
  width: 100%;
  height: 2px;
  content: "";
  display: block;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
       -o-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}

@media (hover: hover) {
  section.mainContent.oktoberfest-2019 .fixed-button:hover span::after {
    -webkit-transform-origin: 0% 50%;
        -ms-transform-origin: 0% 50%;
         -o-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
         -o-transform: scaleX(1);
            transform: scaleX(1);
  }
}

section.mainContent.oktoberfest-2019 .fixed-button.show {
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
       -o-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

section.mainContent.oktoberfest-2019 .fixed-button.fix-in-the-bottom {
  position: relative;
  -webkit-animation: mymove 0.5s;
       -o-animation: mymove 0.5s;
          animation: mymove 0.5s;
}

@media only screen and (max-width: 1279px) {
  section.mainContent.oktoberfest-2019 .fixed-button {
    width: 1024px;
  }
}

@media only screen and (max-width: 1023px) {
  section.mainContent.oktoberfest-2019 .fixed-button {
    width: 768px;
  }
}

@media only screen and (max-width: 767px) {
  section.mainContent.oktoberfest-2019 .fixed-button {
    width: 640px;
  }
}

@media only screen and (max-width: 639px) {
  section.mainContent.oktoberfest-2019 .fixed-button {
    width: 480px;
  }
}

@media only screen and (max-width: 479px) {
  section.mainContent.oktoberfest-2019 .fixed-button {
    width: 100%;
  }
}

@-webkit-keyframes mymove {
  0% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  100% {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}

@-o-keyframes mymove {
  0% {
    -o-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  }

  100% {
    -o-transform: translate(-50%, 0%);
       transform: translate(-50%, 0%);
  }
}

@keyframes mymove {
  0% {
    -webkit-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  100% {
    -webkit-transform: translate(-50%, 0%);
         -o-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}

section.mainContent.oktoberfest-2019 .lds-spinner {
  color: official;
  display: inline-block;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
}

section.mainContent.oktoberfest-2019 .lds-spinner div {
  -webkit-animation: lds-spinner 1.2s linear infinite;
       -o-animation: lds-spinner 1.2s linear infinite;
          animation: lds-spinner 1.2s linear infinite;
  -webkit-transform-origin: 32px 32px;
      -ms-transform-origin: 32px 32px;
       -o-transform-origin: 32px 32px;
          transform-origin: 32px 32px;
}

section.mainContent.oktoberfest-2019 .lds-spinner div:after {
  border-radius: 20%;
  background-color: #73308b;
  content: "";
  display: block;
  height: 14px;
  left: 29px;
  position: absolute;
  top: 3px;
  width: 5px;
}

section.mainContent.oktoberfest-2019 .lds-spinner div:nth-child(1) {
  -webkit-animation-delay: -1.1s;
       -o-animation-delay: -1.1s;
          animation-delay: -1.1s;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
}

section.mainContent.oktoberfest-2019 .lds-spinner div:nth-child(2) {
  -webkit-animation-delay: -1s;
       -o-animation-delay: -1s;
          animation-delay: -1s;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
       -o-transform: rotate(30deg);
          transform: rotate(30deg);
}

section.mainContent.oktoberfest-2019 .lds-spinner div:nth-child(3) {
  -webkit-animation-delay: -0.9s;
       -o-animation-delay: -0.9s;
          animation-delay: -0.9s;
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
       -o-transform: rotate(60deg);
          transform: rotate(60deg);
}

section.mainContent.oktoberfest-2019 .lds-spinner div:nth-child(4) {
  -webkit-animation-delay: -0.8s;
       -o-animation-delay: -0.8s;
          animation-delay: -0.8s;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

section.mainContent.oktoberfest-2019 .lds-spinner div:nth-child(5) {
  -webkit-animation-delay: -0.7s;
       -o-animation-delay: -0.7s;
          animation-delay: -0.7s;
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
       -o-transform: rotate(120deg);
          transform: rotate(120deg);
}

section.mainContent.oktoberfest-2019 .lds-spinner div:nth-child(6) {
  -webkit-animation-delay: -0.6s;
       -o-animation-delay: -0.6s;
          animation-delay: -0.6s;
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
       -o-transform: rotate(150deg);
          transform: rotate(150deg);
}

section.mainContent.oktoberfest-2019 .lds-spinner div:nth-child(7) {
  -webkit-animation-delay: -0.5s;
       -o-animation-delay: -0.5s;
          animation-delay: -0.5s;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

section.mainContent.oktoberfest-2019 .lds-spinner div:nth-child(8) {
  -webkit-animation-delay: -0.4s;
       -o-animation-delay: -0.4s;
          animation-delay: -0.4s;
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
       -o-transform: rotate(210deg);
          transform: rotate(210deg);
}

section.mainContent.oktoberfest-2019 .lds-spinner div:nth-child(9) {
  -webkit-animation-delay: -0.3s;
       -o-animation-delay: -0.3s;
          animation-delay: -0.3s;
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
       -o-transform: rotate(240deg);
          transform: rotate(240deg);
}

section.mainContent.oktoberfest-2019 .lds-spinner div:nth-child(10) {
  -webkit-animation-delay: -0.2s;
       -o-animation-delay: -0.2s;
          animation-delay: -0.2s;
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
       -o-transform: rotate(270deg);
          transform: rotate(270deg);
}

section.mainContent.oktoberfest-2019 .lds-spinner div:nth-child(11) {
  -webkit-animation-delay: -0.1s;
       -o-animation-delay: -0.1s;
          animation-delay: -0.1s;
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
       -o-transform: rotate(300deg);
          transform: rotate(300deg);
}

section.mainContent.oktoberfest-2019 .lds-spinner div:nth-child(12) {
  -webkit-animation-delay: 0s;
       -o-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
       -o-transform: rotate(330deg);
          transform: rotate(330deg);
}

@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-o-keyframes lds-spinner {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

section.mainContent.oktoberfest-2019 [data-collapse-content] {
  display: none;
}

section.mainContent.oktoberfest-2019 .premios {
  background-color: #cc092f;
  background: url(../svg/-2.svg),url(../svg/-1.svg),url(../svg/-1.svg),url(../svg/-1.svg),-webkit-linear-gradient(135deg, #cc092f 0%, #384293 100%, #2b479c 100%);
  background: url(../svg/-2.svg),url(../svg/-1.svg),url(../svg/-1.svg),url(../svg/-1.svg),-o-linear-gradient(135deg, #cc092f 0%, #384293 100%, #2b479c 100%);
  background: url(../svg/-2.svg),url(../svg/-1.svg),url(../svg/-1.svg),url(../svg/-1.svg),linear-gradient(315deg, #cc092f 0%, #384293 100%, #2b479c 100%);
  background-position: 30px calc(100% - 72px),-95px calc(100% - -47px),calc(100% + 66px) -40px,calc(100% + 20px) 70px,center bottom;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 593px;
}

@media (max-width: 1279px) {
  section.mainContent.oktoberfest-2019 .premios {
    background-position: 30px calc(100% - 72px),-88px calc(100% - -47px),calc(100% + 103px) -59px,calc(100% + 90px) 75px,center bottom;
  }
}

@media (max-width: 1023px) {
  section.mainContent.oktoberfest-2019 .premios {
    background: -webkit-linear-gradient(135deg, #cc092f 0%, #384293 100%, #2b479c 100%);
    background: -o-linear-gradient(135deg, #cc092f 0%, #384293 100%, #2b479c 100%);
    background: linear-gradient(315deg, #cc092f 0%, #384293 100%, #2b479c 100%);
  }
}

@media (max-width: 767px) {
  section.mainContent.oktoberfest-2019 .premios {
    position: relative;
  }
}

section.mainContent.oktoberfest-2019 .premios .content-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 929px;
  margin: 118px auto 0;
  width: 100%;
}

section.mainContent.oktoberfest-2019 .premios .section-left {
  float: left;
  max-width: 340px;
}

section.mainContent.oktoberfest-2019 .premios .section-right {
  float: right;
  max-width: calc(100% - 374px);
}

section.mainContent.oktoberfest-2019 .premios .section-title {
  font-family: "Gilroy-Bold";
  font-size: 32px;
  line-height: 32px;
  color: #f3f3f3;
  margin: 0;
  padding: 0;
  max-width: 340px;
  position: relative;
}

section.mainContent.oktoberfest-2019 .premios .illustration {
  max-width: 100%;
  width: 316px;
  margin: 46px auto 0;
}

section.mainContent.oktoberfest-2019 .premios .section-description {
  font-family: "Gilroy-Regular";
  font-size: 16px;
  line-height: 24px;
  color: #f3f3f3;
  margin: 0;
  padding: 0;
  display: block;
}

section.mainContent.oktoberfest-2019 .premios .section-description strong {
  font-family: "Gilroy-Bold", sans-serif;
}

section.mainContent.oktoberfest-2019 .premios .section-description:first-child {
  padding-top: 10px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  section.mainContent.oktoberfest-2019 .premios .section-description:first-child {
    padding-top: 30px;
    max-width: 520px;
  }
}

@media (max-width: 639px) {
  section.mainContent.oktoberfest-2019 .premios .section-description:first-child {
    max-width: 400px;
  }
}

@media (max-width: 320px) {
  section.mainContent.oktoberfest-2019 .premios .section-description:first-child {
    max-width: 230px;
  }
}

@media (max-width: 1279px) {
  section.mainContent.oktoberfest-2019 .premios .section-description {
    max-width: 502px;
  }
}

@media (max-width: 1023px) {
  section.mainContent.oktoberfest-2019 .premios .section-description {
    font-size: 15px;
    max-width: 326px;
  }
}

@media (max-width: 767px) {
  section.mainContent.oktoberfest-2019 .premios .section-description {
    max-width: 100%;
  }
}

@media (max-width: 320px) {
  section.mainContent.oktoberfest-2019 .premios .section-description {
    max-width: 245px;
  }
}

section.mainContent.oktoberfest-2019 .premios .section-list {
  list-style: none;
  margin: 0;
  margin-top: 30px;
  padding: 0;
  overflow: hidden;
}

section.mainContent.oktoberfest-2019 .premios .section-list .list-item {
  background-color: #000544;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-clip-path: polygon(100% 0, 100% 66%, 67% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 66%, 67% 100%, 0 100%, 0 0);
  display: inline-block;
  margin: 0;
  height: 172.5px;
  padding: 24px;
  position: relative;
  width: 259px;
}

section.mainContent.oktoberfest-2019 .premios .section-list .list-item:first-child {
  margin-right: 22px;
}

section.mainContent.oktoberfest-2019 .premios .item-heading {
  font-family: "Gilroy-Regular";
  font-size: 18px;
  line-height: 18px;
  color: #f6f6f6;
  margin: 0;
  padding: 0;
  text-shadow: 0 0 20px 0 rgba(59,144,255,0.61);
  text-transform: uppercase;
}

section.mainContent.oktoberfest-2019 .premios .item-caption {
  background-image: -webkit-linear-gradient(90deg, #cc092f 0%, #b2207b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Gilroy-Bold";
  font-size: 24px;
  line-height: 16px;
  color: #cc092f;
  margin: 0;
  padding: 29px 0 0;
  text-transform: uppercase;
  height: 52px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section.mainContent.oktoberfest-2019 .premios .item-caption img {
  float: left;
  margin: -10px 10px 0 0;
  max-width: 45px;
}

section.mainContent.oktoberfest-2019 .premios .item-description {
  font-family: "Gilroy-Regular";
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  margin: 0;
  padding: 26px 0 0;
  max-width: 185px;
}

@media (max-width: 1279px) {
  section.mainContent.oktoberfest-2019 .premios .section-list .list-item {
    width: 242px;
  }
}

@media (max-width: 1023px) {
  section.mainContent.oktoberfest-2019 .premios .content-container {
    padding: 0 34px 120px 39px;
    margin: 120px auto 0;
  }

  section.mainContent.oktoberfest-2019 .premios .illustration {
    width: 244px;
    margin: 58px auto 0;
  }

  section.mainContent.oktoberfest-2019 .premios .section-list .list-item {
    width: 259px;
  }

  section.mainContent.oktoberfest-2019 .premios .section-list .list-item:first-child {
    margin-right: 0px;
    margin-bottom: 27.5px;
  }
}

@media (max-width: 767px) {
  section.mainContent.oktoberfest-2019 .premios .content-container {
    padding: 0 46px;
    margin: 90px auto 0;
  }

  section.mainContent.oktoberfest-2019 .premios .illustration {
    position: absolute;
    bottom: 29px;
    right: 0;
    left: 0;
    width: 304px;
  }

  section.mainContent.oktoberfest-2019 .premios .section-left,
  section.mainContent.oktoberfest-2019 .premios .section-right {
    float: none;
    width: 100%;
    max-width: none;
  }

  section.mainContent.oktoberfest-2019 .premios .section-title {
    margin-right: 0;
    max-width: none;
  }

  section.mainContent.oktoberfest-2019 .premios .section-list {
    margin-top: 46.5px;
    margin-bottom: 242px;
  }

  section.mainContent.oktoberfest-2019 .premios .section-list .list-item:first-child {
    margin-right: 22px;
    margin-bottom: 0;
  }
}

@media (max-width: 639px) {
  section.mainContent.oktoberfest-2019 .premios .content-container {
    margin: 60px auto 0;
    padding: 0 40px;
  }

  section.mainContent.oktoberfest-2019 .premios .section-title {
    font-family: "Gilroy-Bold";
    font-size: 26px;
    line-height: 30px;
    color: #f3f3f3;
    margin: 0;
    padding: 0;
  }

  section.mainContent.oktoberfest-2019 .premios .section-list {
    margin-top: 36.5px;
    text-align: center;
  }

  section.mainContent.oktoberfest-2019 .premios .section-list .list-item {
    text-align: left;
  }

  section.mainContent.oktoberfest-2019 .premios .section-list .list-item:first-child {
    margin-right: 0;
    margin-bottom: 29.5px;
  }
}

@media (max-width: 424px) {
  section.mainContent.oktoberfest-2019 .premios .content-container {
    padding: 0 25px;
  }

  section.mainContent.oktoberfest-2019 .premios .illustration {
    width: 274px;
  }
}

@media (max-width: 321px) {
  section.mainContent.oktoberfest-2019 .premios .section-list {
    text-align: left;
  }
}

section.mainContent.oktoberfest-2019 .header {
  background-color: #004727;
  background-image: url(../img/1280.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  min-height: 680px;
  position: relative;
  width: 100%;
}

@media (max-width: 1279px) {
  section.mainContent.oktoberfest-2019 .header {
    background-image: url(../img/1024.jpg);
  }
}

@media (max-width: 1023px) {
  section.mainContent.oktoberfest-2019 .header {
    background-image: url(../img/768.jpg);
    background-position: center top;
    position: static;
  }
}

@media (max-width: 767px) {
  section.mainContent.oktoberfest-2019 .header {
    background-image: url(../img/640.jpg);
  }
}

@media (max-width: 639px) {
  section.mainContent.oktoberfest-2019 .header {
    background-image: url(../img/480.jpg);
    background-position: center 30px;
  }
}

@media (max-width: 321px) {
  section.mainContent.oktoberfest-2019 .header {
    background-image: url(../img/320.jpg);
    background-position: center 55px;
  }
}

section.mainContent.oktoberfest-2019 .header .content-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 900px;
  margin: auto;
}

@media (max-width: 1279px) {
  section.mainContent.oktoberfest-2019 .header .content-container {
    max-width: 944px;
  }
}

@media (max-width: 1023px) {
  section.mainContent.oktoberfest-2019 .header .content-container {
    max-width: 518px;
  }
}

@media (max-width: 767px) {
  section.mainContent.oktoberfest-2019 .header .content-container {
    max-width: 520px;
  }
}

@media (max-width: 479px) {
  section.mainContent.oktoberfest-2019 .header .content-container {
    max-width: 459px;
  }
}

section.mainContent.oktoberfest-2019 .header .heading {
  margin-top: 171px;
}

@media (max-width: 1279px) {
  section.mainContent.oktoberfest-2019 .header .heading {
    margin-top: 203px;
  }
}

@media (max-width: 1023px) {
  section.mainContent.oktoberfest-2019 .header .heading {
    margin-top: 211px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  section.mainContent.oktoberfest-2019 .header .heading {
    margin-top: 170px;
  }
}

section.mainContent.oktoberfest-2019 .header .heading .big-heading {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 43px;
  line-height: 51px;
  max-width: 340px;
  color: #f3f3f3;
  display: block;
  text-transform: uppercase;
}

@media (max-width: 1023px) {
  section.mainContent.oktoberfest-2019 .header .heading .big-heading {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  section.mainContent.oktoberfest-2019 .header .heading .big-heading {
    font-size: 32px;
    line-height: 38px;
    display: block;
    max-width: 280px;
  }
}

section.mainContent.oktoberfest-2019 .menu-nav {
  background-color: #000544;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1280px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1;
}

section.mainContent.oktoberfest-2019 .menu-nav-item {
  color: #ededed;
  display: inline-block;
  font-family: "Gilroy-SemiBold", sans-serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 35px;
  margin-right: 70px;
  text-transform: uppercase;
  text-decoration: none;
  padding-top: 11px;
}

section.mainContent.oktoberfest-2019 .menu-nav-item:after {
  background-color: #b41a83;
  content: "";
  display: block;
  height: 3px;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
       -o-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
  width: 100%;
  margin-top: 8px;
}

section.mainContent.oktoberfest-2019 .menu-nav-item:last-child {
  margin-right: 0;
}

section.mainContent.oktoberfest-2019 .menu-nav-item:hover:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
       -o-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}

@media (max-width: 1023px) {
  section.mainContent.oktoberfest-2019 .menu-nav {
    background-color: #000544;
    height: 678px;
    position: absolute;
    padding: 0;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
         -o-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease, -o-transform 0.4s ease;
    top: 0;
    width: 252px;
  }

  section.mainContent.oktoberfest-2019 .menu-nav-bar {
    height: 55px;
  }

  section.mainContent.oktoberfest-2019 .menu-nav.opened {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }

  section.mainContent.oktoberfest-2019 .menu-bar {
    background-color: #000544;
    height: 55px;
    position: absolute;
    top: 0;
    width: 100%;
  }

  section.mainContent.oktoberfest-2019 .menu-open {
    background-color: transparent;
    cursor: pointer;
    height: 19px;
    left: 23px;
    top: 18px;
    padding: 0px;
    position: absolute;
    width: 27px;
    z-index: 2;
  }

  section.mainContent.oktoberfest-2019 .menu-open span {
    background-color: #f3f3f3;
    content: "";
    display: block;
    height: 3px;
    width: 100%;
  }

  section.mainContent.oktoberfest-2019 .menu-open span:nth-child(1) {
    -webkit-animation: outT 0.8s backwards;
         -o-animation: outT 0.8s backwards;
            animation: outT 0.8s backwards;
    animation-direction: reverse;
  }

  section.mainContent.oktoberfest-2019 .menu-open span:nth-child(2) {
    margin: 5px 0;
    -webkit-animation: outM 0.8s backwards;
         -o-animation: outM 0.8s backwards;
            animation: outM 0.8s backwards;
    animation-direction: reverse;
  }

  section.mainContent.oktoberfest-2019 .menu-open span:nth-child(3) {
    -webkit-animation: outBtm 0.8s backwards;
         -o-animation: outBtm 0.8s backwards;
            animation: outBtm 0.8s backwards;
    animation-direction: reverse;
  }

  section.mainContent.oktoberfest-2019 .menu-open.active span {
    background-color: #f3f3f3;
  }

  section.mainContent.oktoberfest-2019 .menu-open.active span:nth-child(1) {
    -webkit-animation: inT 0.8s forwards;
         -o-animation: inT 0.8s forwards;
            animation: inT 0.8s forwards;
  }

  section.mainContent.oktoberfest-2019 .menu-open.active span:nth-child(2) {
    -webkit-animation: inM 0.8s forwards;
         -o-animation: inM 0.8s forwards;
            animation: inM 0.8s forwards;
  }

  section.mainContent.oktoberfest-2019 .menu-open.active span:nth-child(3) {
    -webkit-animation: inBtm 0.8s forwards;
         -o-animation: inBtm 0.8s forwards;
            animation: inBtm 0.8s forwards;
  }

  section.mainContent.oktoberfest-2019 .menu-nav-item {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    color: #f3f3f3;
    display: block;
    font-family: "Gilroy-Medium", sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin-right: 0;
    padding: 15px 20px;
    text-align: left;
    text-transform: uppercase;
  }

  section.mainContent.oktoberfest-2019 .menu-nav-item:after {
    display: none;
  }

  section.mainContent.oktoberfest-2019 .menu-nav-item:hover:after,
  section.mainContent.oktoberfest-2019 .menu-nav-item.selected:after {
    display: none;
  }
}

@media (max-width: 767px) {
  section.mainContent.oktoberfest-2019 .menu-nav {
    height: 575px;
  }
}

@media (max-width: 639px) {
  section.mainContent.oktoberfest-2019 .menu-nav {
    height: 598px;
  }
}

@media (max-width: 321px) {
  section.mainContent.oktoberfest-2019 .menu-nav {
    height: 478px;
  }
}

@-webkit-keyframes inM {
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@-o-keyframes inM {
  50% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(45deg);
       transform: rotate(45deg);
  }
}

@keyframes inM {
  50% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@-webkit-keyframes outM {
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@-o-keyframes outM {
  50% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(45deg);
       transform: rotate(45deg);
  }
}

@keyframes outM {
  50% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@-webkit-keyframes inT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(8px) rotate(0deg);
            transform: translateY(8px) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(8px) rotate(135deg);
            transform: translateY(8px) rotate(135deg);
  }
}

@-o-keyframes inT {
  0% {
    -o-transform: translateY(0px) rotate(0deg);
       transform: translateY(0px) rotate(0deg);
  }

  50% {
    -o-transform: translateY(8px) rotate(0deg);
       transform: translateY(8px) rotate(0deg);
  }

  100% {
    -o-transform: translateY(8px) rotate(135deg);
       transform: translateY(8px) rotate(135deg);
  }
}

@keyframes inT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
         -o-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(8px) rotate(0deg);
         -o-transform: translateY(8px) rotate(0deg);
            transform: translateY(8px) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(8px) rotate(135deg);
         -o-transform: translateY(8px) rotate(135deg);
            transform: translateY(8px) rotate(135deg);
  }
}

@-webkit-keyframes outT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(8px) rotate(0deg);
            transform: translateY(8px) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(8px) rotate(135deg);
            transform: translateY(8px) rotate(135deg);
  }
}

@-o-keyframes outT {
  0% {
    -o-transform: translateY(0px) rotate(0deg);
       transform: translateY(0px) rotate(0deg);
  }

  50% {
    -o-transform: translateY(8px) rotate(0deg);
       transform: translateY(8px) rotate(0deg);
  }

  100% {
    -o-transform: translateY(8px) rotate(135deg);
       transform: translateY(8px) rotate(135deg);
  }
}

@keyframes outT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
         -o-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(8px) rotate(0deg);
         -o-transform: translateY(8px) rotate(0deg);
            transform: translateY(8px) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(8px) rotate(135deg);
         -o-transform: translateY(8px) rotate(135deg);
            transform: translateY(8px) rotate(135deg);
  }
}

@-webkit-keyframes inBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(-8px) rotate(0deg);
            transform: translateY(-8px) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(-8px) rotate(135deg);
            transform: translateY(-8px) rotate(135deg);
  }
}

@-o-keyframes inBtm {
  0% {
    -o-transform: translateY(0px) rotate(0deg);
       transform: translateY(0px) rotate(0deg);
  }

  50% {
    -o-transform: translateY(-8px) rotate(0deg);
       transform: translateY(-8px) rotate(0deg);
  }

  100% {
    -o-transform: translateY(-8px) rotate(135deg);
       transform: translateY(-8px) rotate(135deg);
  }
}

@keyframes inBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
         -o-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(-8px) rotate(0deg);
         -o-transform: translateY(-8px) rotate(0deg);
            transform: translateY(-8px) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(-8px) rotate(135deg);
         -o-transform: translateY(-8px) rotate(135deg);
            transform: translateY(-8px) rotate(135deg);
  }
}

@-webkit-keyframes outBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(-8px) rotate(0deg);
            transform: translateY(-8px) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(-8px) rotate(135deg);
            transform: translateY(-8px) rotate(135deg);
  }
}

@-o-keyframes outBtm {
  0% {
    -o-transform: translateY(0px) rotate(0deg);
       transform: translateY(0px) rotate(0deg);
  }

  50% {
    -o-transform: translateY(-8px) rotate(0deg);
       transform: translateY(-8px) rotate(0deg);
  }

  100% {
    -o-transform: translateY(-8px) rotate(135deg);
       transform: translateY(-8px) rotate(135deg);
  }
}

@keyframes outBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
         -o-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(-8px) rotate(0deg);
         -o-transform: translateY(-8px) rotate(0deg);
            transform: translateY(-8px) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(-8px) rotate(135deg);
         -o-transform: translateY(-8px) rotate(135deg);
            transform: translateY(-8px) rotate(135deg);
  }
}

section.mainContent.oktoberfest-2019 .participe {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 320px;
  right: 124px;
  top: 172px;
  position: absolute;
  width: 320px;
  z-index: 1;
}

section.mainContent.oktoberfest-2019 .participe iframe {
  background-color: #f9f9f9;
  border: none;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  min-height: 320px;
  width: 320px;
}

section.mainContent.oktoberfest-2019 .participe .loader {
  background-color: rgba(249,249,249,0.85);
  border-radius: 5px;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 1279px) {
  section.mainContent.oktoberfest-2019 .participe {
    right: 88px;
    top: 200px;
  }
}

@media (max-width: 1023px) {
  section.mainContent.oktoberfest-2019 .participe {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin: auto;
    margin-top: 365px;
    position: static;
    width: 100%;
  }

  section.mainContent.oktoberfest-2019 .participe iframe {
    background-color: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin: auto;
    width: 100%;
    border-radius: 0;
  }

  section.mainContent.oktoberfest-2019 .participe .loader {
    background-color: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

@media (max-width: 767px) {
  section.mainContent.oktoberfest-2019 .participe {
    margin-top: 328px;
  }
}

@media (max-width: 639px) {
  section.mainContent.oktoberfest-2019 .participe {
    margin-top: 352px;
  }
}

@media (max-width: 321px) {
  section.mainContent.oktoberfest-2019 .participe {
    margin-top: 232px;
  }
}

section.mainContent.oktoberfest-2019 .suas-chances {
  background: -webkit-linear-gradient(270.35deg, #000544 0%, #0d114f 100%);
  background: -o-linear-gradient(270.35deg, #000544 0%, #0d114f 100%);
  background: linear-gradient(179.65deg, #000544 0%, #0d114f 100%);
  background-color: #000544;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: calc(117px - 40px);
  min-height: 420px;
}

@media (max-width: 639px) {
  section.mainContent.oktoberfest-2019 .suas-chances {
    padding-top: 20px;
  }
}

section.mainContent.oktoberfest-2019 .suas-chances .ilust {
  display: block;
  margin: 0 auto;
  padding-bottom: 22px;
}

@media (max-width: 479px) {
  section.mainContent.oktoberfest-2019 .suas-chances .ilust {
    width: 204px;
    padding-bottom: 41px;
  }
}

section.mainContent.oktoberfest-2019 .suas-chances .loader {
  background-color: transparent;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

section.mainContent.oktoberfest-2019 .suas-chances iframe {
  background-color: transparent;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  margin-bottom: -227px;
}

@media (max-width: 466px) {
  section.mainContent.oktoberfest-2019 .suas-chances iframe {
    margin-bottom: -110px;
  }
}

section.mainContent.oktoberfest-2019 .ganhadores {
  background-color: #cc092f;
  background: url(../svg/-1.svg),url(../svg/-2.svg),url(../svg/-1.svg),url(../svg/-1.svg),-webkit-linear-gradient(45deg, #2b479c 0%, #384293 0%, #cc092f 100%);
  background: url(../svg/-1.svg),url(../svg/-2.svg),url(../svg/-1.svg),url(../svg/-1.svg),-o-linear-gradient(45deg, #2b479c 0%, #384293 0%, #cc092f 100%);
  background: url(../svg/-1.svg),url(../svg/-2.svg),url(../svg/-1.svg),url(../svg/-1.svg),linear-gradient(45deg, #2b479c 0%, #384293 0%, #cc092f 100%);
  background-position: -10px calc(50% - 5px),-50px calc(50% - -130px),calc(100% + 80px) top,calc(100% + -50px) 125px,center bottom;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 512px;
  padding: 120px 0;
}

@media (max-width: 1279px) {
  section.mainContent.oktoberfest-2019 .ganhadores {
    background: -webkit-linear-gradient(45deg, #2b479c 0%, #384293 0%, #cc092f 100%);
    background: -o-linear-gradient(45deg, #2b479c 0%, #384293 0%, #cc092f 100%);
    background: linear-gradient(45deg, #2b479c 0%, #384293 0%, #cc092f 100%);
  }
}

@media (max-width: 639px) {
  section.mainContent.oktoberfest-2019 .ganhadores {
    padding: 60px 0;
  }
}

section.mainContent.oktoberfest-2019 .ganhadores .content-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  max-width: 980px;
  padding: 0 30px;
  width: 100%;
}

section.mainContent.oktoberfest-2019 .ganhadores .section-title {
  font-family: "Gilroy-Bold";
  font-size: 40px;
  line-height: 44px;
  color: #f3f3f3;
  margin: 0 0 59px;
  padding: 0;
  text-align: center;
}

section.mainContent.oktoberfest-2019 .ganhadores .section-description {
  font-family: "Gilroy-Regular";
  font-size: 18px;
  line-height: 24px;
  color: #f3f3f3;
  margin: 0 0 40px;
  padding: 0;
  text-align: center;
}

section.mainContent.oktoberfest-2019 .ganhadores .section-description strong {
  font-family: "Gilroy-Bold", sans-serif;
}

section.mainContent.oktoberfest-2019 .ganhadores .section-disclaimer {
  font-family: "Gilroy-Regular";
  font-size: 12px;
  line-height: 14px;
  color: #f3f3f3;
  margin: 0;
  padding: 0;
  text-align: center;
}

section.mainContent.oktoberfest-2019 .ganhadores .section-list {
  list-style: none;
  margin: 0 auto 30px;
  padding: 0;
  text-align: center;
}

section.mainContent.oktoberfest-2019 .ganhadores .section-list .list-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: top;
}

section.mainContent.oktoberfest-2019 .ganhadores .section-list .list-item:first-child {
  margin-right: 40px;
}

section.mainContent.oktoberfest-2019 .ganhadores .section-list .list-item.raffle-item {
  padding-top: 60px;
  width: 260px;
  height: 355px;
  background: #011250;
  background-image: url(../img/ger-flag.png),url(../img/bg-box-winner.png);
  background-repeat: no-repeat;
  -webkit-clip-path: polygon(100% 0, 100% 82%, 65% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 82%, 65% 100%, 0 100%, 0 0);
}

section.mainContent.oktoberfest-2019 .ganhadores .section-list .list-item.raffle-item .item-heading {
  font-family: "Gilroy-Bold";
  font-size: 16px;
  line-height: 19px;
  color: #f9f9f9;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
}

section.mainContent.oktoberfest-2019 .ganhadores .section-list .list-item.raffle-item .item-heading.color-yellow {
  color: #ffd53b;
  font-size: 19px;
  line-height: 32px;
}

section.mainContent.oktoberfest-2019 .ganhadores .section-list .list-item.raffle-item .item-image {
  background-image: url(../img/barley.png);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  color: #fff;
  height: 70px;
  margin: 35px auto;
  display: block;
  font-size: 44px;
  font-family: "Gilroy-Bold";
  text-transform: uppercase;
}

section.mainContent.oktoberfest-2019 .ganhadores .section-list .list-item.raffle-item .item-image small {
  display: block;
  font-size: 18px;
}

section.mainContent.oktoberfest-2019 .ganhadores .section-list .list-item.raffle-item .item-description {
  font-family: "Gilroy-Regular";
  font-size: 14px;
  line-height: 16px;
  color: #f6f6f6;
  margin: auto;
  padding: 0;
  width: 174px;
  text-align: center;
}

section.mainContent.oktoberfest-2019 .ganhadores .winner-item {
  -webkit-clip-path: polygon(100% 0, 100% 82%, 65% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 82%, 65% 100%, 0 100%, 0 0);
  width: 260px;
}

section.mainContent.oktoberfest-2019 .ganhadores .winner-item .item-description {
  background-color: #cc092f;
  color: #fff;
  font-family: "Gilroy-Bold", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  width: 260px;
  padding: 15px 10px;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section.mainContent.oktoberfest-2019 .ganhadores .winner-item .item-body {
  width: 240px;
  height: 299px;
  display: block;
  margin: 0 auto;
  padding: 20px 15px 0;
  background-color: #000544;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section.mainContent.oktoberfest-2019 .ganhadores .winner-item .item-heading {
  font-family: "Gilroy-Bold";
  font-size: 16px;
  line-height: 19px;
  color: #f6f6f6;
  margin: 0;
  padding: 0;
}

section.mainContent.oktoberfest-2019 .ganhadores .winner-item .item-caption {
  font-family: "Gilroy-Regular";
  font-size: 13px;
  line-height: 15px;
  color: #b4b4b4;
  margin: 0;
  padding: 0;
}

section.mainContent.oktoberfest-2019 .ganhadores .winner-item .divisor-line {
  margin: 30px auto;
}

@media (max-width: 639px) {
  section.mainContent.oktoberfest-2019 .ganhadores .section-list>.list-item:first-child {
    margin-right: 0px;
    margin-bottom: 40px;
  }
}

section.mainContent.oktoberfest-2019 .duvidas-frequentes {
  background-color: #000544;
  background: -webkit-linear-gradient(270.35deg, #000544 0%, #0d114f 100%);
  background: -o-linear-gradient(270.35deg, #000544 0%, #0d114f 100%);
  background: linear-gradient(179.65deg, #000544 0%, #0d114f 100%);
  background-attachment: fixed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 85px 0 50px;
}

@media (max-width: 1023px) {
  section.mainContent.oktoberfest-2019 .duvidas-frequentes {
    padding: 60px 0 50px;
  }
}

section.mainContent.oktoberfest-2019 .duvidas-frequentes .content-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 995px;
  margin: auto;
  padding: 0 30px;
  width: 100%;
}

section.mainContent.oktoberfest-2019 .duvidas-frequentes .section-title {
  background-image: -webkit-linear-gradient(0deg, #cc092f 0%, #b2207b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Gilroy-Bold";
  font-size: 44px;
  line-height: 48px;
  color: #cc092f;
  margin: 0 128px 0 0;
  padding: 0;
  font-weight: normal;
  float: left;
  max-width: 223px;
}

section.mainContent.oktoberfest-2019 .duvidas-frequentes .section-list-container {
  margin: 0;
  overflow: hidden;
}

section.mainContent.oktoberfest-2019 .duvidas-frequentes .section-list {
  display: block;
  list-style: none;
  margin: 0;
  margin-top: 20px;
  padding: 0;
}

section.mainContent.oktoberfest-2019 .duvidas-frequentes .section-list[data-questions-content] {
  display: none;
  margin: 0;
  padding: 0;
}

section.mainContent.oktoberfest-2019 .duvidas-frequentes .list-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 25px 0;
  padding: 0 0 25px 0;
  border-bottom: 2px solid rgba(191,205,226,0.2);
}

section.mainContent.oktoberfest-2019 .duvidas-frequentes .item-heading {
  cursor: pointer;
  overflow: hidden;
  padding-right: 30px;
  position: relative;
}

section.mainContent.oktoberfest-2019 .duvidas-frequentes .item-heading:after {
  background-image: url(../svg/arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 13px;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  width: 24px;
}

section.mainContent.oktoberfest-2019 .duvidas-frequentes .collapse-is-open .item-heading:after {
  background-image: url(../svg/arrowclose.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

section.mainContent.oktoberfest-2019 .duvidas-frequentes .item-heading span {
  font-family: "Gilroy-Regular";
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin: 0;
  padding: 0;
}

section.mainContent.oktoberfest-2019 .duvidas-frequentes .item-description {
  font-family: "Gilroy-Regular";
  font-size: 13px;
  line-height: 16px;
  color: #cacaca;
  margin: 8px 0 0;
  padding: 0;
}

section.mainContent.oktoberfest-2019 .duvidas-frequentes .item-description strong {
  font-family: "Gilroy-Bold", sans-serif;
}

section.mainContent.oktoberfest-2019 .duvidas-frequentes .item-description a {
  color: inherit;
  text-decoration: underline;
}

section.mainContent.oktoberfest-2019 .duvidas-frequentes .item-description a:hover {
  text-decoration: none;
}

section.mainContent.oktoberfest-2019 .duvidas-frequentes .item-list {
  list-style: disc;
}

section.mainContent.oktoberfest-2019 .duvidas-frequentes .item-list li {
  font-family: "Gilroy-Regular";
  font-size: 13px;
  line-height: 16px;
  color: #cacaca;
  margin: 8px 0 0;
  padding: 0;
  font-weight: normal;
}

section.mainContent.oktoberfest-2019 .duvidas-frequentes .table-faq {
  border-collapse: separate;
  border-spacing: 0 15px;
  margin-top: 20px;
  table-layout: fixed;
  text-align: center;
  width: 584px;
}

section.mainContent.oktoberfest-2019 .duvidas-frequentes .table-faq th {
  font-family: "Gilroy-Regular";
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  margin: 0;
  padding: 0;
  background-color: #3077d6;
  font-weight: normal;
}

section.mainContent.oktoberfest-2019 .duvidas-frequentes .table-faq th:first-child {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  padding: 10px 10px;
}

section.mainContent.oktoberfest-2019 .duvidas-frequentes .table-faq th:last-child {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

section.mainContent.oktoberfest-2019 .duvidas-frequentes .table-faq td {
  font-family: "Gilroy-Regular";
  font-size: 12px;
  line-height: 14px;
  color: #cacaca;
  margin: 0;
  padding: 0;
  border-bottom: 1px dashed rgba(202,202,202,0.2);
  font-weight: normal;
  padding: 10px 0;
}

section.mainContent.oktoberfest-2019 .duvidas-frequentes .table-faq td:last-child td {
  border: none;
}

section.mainContent.oktoberfest-2019 .duvidas-frequentes .section-link {
  font-family: "Gilroy-Medium";
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  margin: 0;
  padding: 0;
}

section.mainContent.oktoberfest-2019 .duvidas-frequentes .section-link:hover {
  text-decoration: none;
}

@media (max-width: 1023px) {
  section.mainContent.oktoberfest-2019 .duvidas-frequentes .section-title {
    margin-right: 60px;
  }
}

@media (max-width: 767px) {
  section.mainContent.oktoberfest-2019 .duvidas-frequentes .section-title {
    float: none;
    margin-right: 0;
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width: 320px) {
  section.mainContent.oktoberfest-2019 .duvidas-frequentes .content-container {
    padding: 0 20px;
  }
}

section.mainContent.oktoberfest-2019 .footer {
  background-color: #0a0e4c;
  font-family: "Gilroy-Medium";
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  margin: 0;
  padding: 43px 0 43px;
}

section.mainContent.oktoberfest-2019 .footer .content-container {
  max-width: 960px;
  margin: auto;
  padding: 0 30px;
}

section.mainContent.oktoberfest-2019 .footer .content-container a {
  color: #fff;
}

@media (max-width: 320px) {
  section.mainContent.oktoberfest-2019 .footer .content-container {
    padding: 0 20px;
  }
}


